 /**
 *
 * New Jersey Association of Independent Schools - newbritain
 * @link https://njais.redesign.finalsite.com
 * Site Template : newclientcustom
 * Built By: Florin Dan
 * Project Manager: Laurie Murphy
 * Designer: N/A
 * ==== Git Info ====
 * Branch Name: clients/njais
 * Build version: 3.2.7
 * Git Tag: v3.0-237-ge221801d2b
 * Last build by: Florin Dan
 *
 **/

@charset "UTF-8";
/*$color-1: #AD5100;*/
/*$color-2: #2F718F;*/
/*$m1: $color-1 !default;*/
/*$m2: $color-2 !default;*/
/*$callout-box: "fs_style_014";*/
.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  font-size: 16px;
  color: #6076a2; }
  .fsTitle > a, .fsAthleticsRosterList li > div.fsRosterName > a, .fsFacebookFrom > a, .fsVimeoTitle > a, .fsYoutubeTitle > a {
    color: inherit; }
    .fsTitle > a:hover, .fsAthleticsRosterList li > div.fsRosterName > a:hover, .fsFacebookFrom > a:hover, .fsVimeoTitle > a:hover, .fsYoutubeTitle > a:hover, .fsTitle > a:focus, .fsAthleticsRosterList li > div.fsRosterName > a:focus, .fsFacebookFrom > a:focus, .fsVimeoTitle > a:focus, .fsYoutubeTitle > a:focus {
      color: #3c4965; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 17px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 14px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 11px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 9px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #6076a2;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #3c4965; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05); }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td {
    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 {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th {
    padding: 10px 20px;
    text-align: left;
    background: #6076a2;
    color: #fff; }

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

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

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

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

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

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

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

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

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

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #757575;
    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(117, 117, 117, 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: #757575; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(117, 117, 117, 0.25);
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #757575;
        -webkit-transition: .3s;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(117, 117, 117, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #757575; }

/*! 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: #757575; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #757575; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #424242; }

.fsElementDialog {
  color: #757575; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6076a2;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .button:hover, .button:focus,
  .fsStateSelected .button {
    background: #b0bbd1;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #3c4965;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .color-button:hover, .color-button:focus,
  .fsStateSelected .color-button {
    background: #7486ac;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #3c4965;
  border-radius: 0;
  text-align: center;
  border: 0.2em solid #3c4965; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button {
    background: rgba(64, 64, 64, 0);
    color: #3c4965; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #757575;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: #b5b5b5;
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #757575;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: #b5b5b5;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }

.lead-in {
  font-size: 1.25em;
  line-height: 1.2em; }

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em; }
  blockquote:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: '\201C'; }

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

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

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

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap; }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    background: url("../images/logo.png") no-repeat 0 50%; }
    .site-info-container a:hover {
      color: transparent; }

#fsFooter {
  padding: 20px;
  color: #fff; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

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

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

html {
  font-family: "proxima-nova", serif;
  background: #6076a2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

body.fsComposeMode #fsPageWrapper {
  overflow-x: inherit; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 240px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 55px;
      width: 289px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 55px;
      width: 289px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 55px;
      width: 289px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 343px); } }
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 289px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 289px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 480px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 632px); } }

#fsBannerRight {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 63px;
      width: 343px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 289px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 63px;
        width: 343px; } }

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

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

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

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 55px;
        width: 289px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 289px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 63px;
        width: 343px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 343px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #3c4965;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #6076a2;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #3c4965;
      background: transparent; }

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

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

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

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

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

.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: #6076a2;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #3c4965;
      background: #e8e8e8; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #6076a2;
    background: #cfcfcf; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #3c4965;
      background: #e8e8e8; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #e8e8e8; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #6076a2;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #6076a2;
        background: #e8e8e8; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #e8e8e8; }
    .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 {
  display: none; }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 11px;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #e8e8e8;
        background-color: #3c4965;
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #a0adc8;
          color: #e8e8e8; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle:after {
          content: "+";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #e8e8e8; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #6076a2;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #3c4965;
          background: white; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #3c4965;
        background: #c2c2c2; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #3c4965;
          background: #b5b5b5; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #cfcfcf; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #6076a2;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #6076a2;
            background: #c2c2c2; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 30px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 50px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: #3c4965;
      color: #e8e8e8; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 10px 20px;
      color: #ffffff;
      background: #3c4965; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        background: rgba(0, 0, 0, 0.11); }
    .nav-sub ul li.fsNavCurrentPage > a {
      background: rgba(0, 0, 0, 0.11); }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        background: rgba(0, 0, 0, 0.11); }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: #3c4965; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          background: rgba(0, 0, 0, 0.11); }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid #e8e8e8; }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 36px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 52px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 68px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 84px; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    background: transparent; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    background: transparent; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #FFFFFF;
    background: transparent;
    padding: 1.25em; }
    .nav-main .fsNavLevel1 > li > a:focus {
      background: transparent; }
  html.js .nav-main .fsNavLevel1 > li {
    position: relative; }
    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px; }
  html:not(.js) .nav-main .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  background: #6076a2;
  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:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #FFFFFF;
  background: transparent;
  padding: 0.625em; }
  .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
    background: transparent; }

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

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

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

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

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='googleplus']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wechat']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='flickr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wordpress']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='googleplus']:hover, .nav-social .fsNavLevel1 [href*='googleplus']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='googleplus']:hover:before, .nav-social .fsNavLevel1 [href*='googleplus']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='wechat']:hover, .nav-social .fsNavLevel1 [href*='wechat']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='wechat']:hover:before, .nav-social .fsNavLevel1 [href*='wechat']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='flickr']:hover, .nav-social .fsNavLevel1 [href*='flickr']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='flickr']:hover:before, .nav-social .fsNavLevel1 [href*='flickr']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='wordpress']:hover, .nav-social .fsNavLevel1 [href*='wordpress']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='wordpress']:hover:before, .nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
    background: #3c4965;
    border-color: #3c4965; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #3c4965;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #3c4965;
      font-size: 16px;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsConstituentSearchForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #b5b5b5;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 32px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #e8e8e8;
  -webkit-transition: .3s;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-bottom: 2px;
    display: block;
    font-size: 21px;
    padding: 13.33333px;
    color: #686868;
    -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: #3c4965;
    -webkit-transition: .3s;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      -webkit-transition: .3s;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #6076a2; }
  .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
    content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: ""; }

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

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

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

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

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

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

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

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

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

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

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

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

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

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

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

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

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

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

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

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

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

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

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

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

/*! elements - athletics popup dialog box */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 75px;
  width: 75px;
  color: #FFFFFF;
  background: #3c4965;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }

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

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

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

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

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

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

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: 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;
        -webkit-order: 3;
        -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.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(96, 118, 162, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(96, 118, 162, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #757575;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: #b5b5b5;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0; }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */
/*! elements - forms */
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: "proxima-nova", serif;
      font-size: 16px;
      line-height: 22px;
      color: #757575; }
    .fsComposerFormEmbed form input {
      border: solid 1px #eee; }
      .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 #eee; }
    .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: #6076a2;
      margin-right: 10px;
      cursor: pointer;
      -webkit-transition: .3s;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #3c4965; }
    .fsComposerFormEmbed form .required {
      color: #6076a2; }
    .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: #6076a2;
        -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: #3c4965;
          -webkit-transition: .3s;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      border-radius: 0;
      background: #6076a2;
      color: #fff;
      float: left;
      -webkit-transition: .3s;
      transition: .3s; }
      .fsComposerFormEmbed form .submitBtn:hover {
        -webkit-transition: .3s;
        transition: .3s;
        background: #3c4965; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", 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: rgba(28, 28, 28, 0.5); }

:-moz-placeholder {
  color: rgba(28, 28, 28, 0.5); }

::-moz-placeholder {
  color: rgba(28, 28, 28, 0.5); }

:-ms-input-placeholder {
  color: rgba(28, 28, 28, 0.5); }

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

.fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccountLogout > .fsStyleUpdateButton:last-child {
    margin-bottom: 0; }

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px; }

.fsError {
  margin-bottom: 50px; }

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #757575;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsResetContinue:hover, .fsResetContinue:focus,
  .fsStateSelected .fsResetContinue,
  .fsResetCancel:hover,
  .fsResetCancel:focus,
  .fsStateSelected
  .fsResetCancel,
  .fsLoginNewSuccess > button:hover,
  .fsLoginNewSuccess > button:focus,
  .fsStateSelected
  .fsLoginNewSuccess > button {
    background: #b5b5b5;
    color: #fff; }
  .fsResetContinue em,
  .fsResetCancel em,
  .fsLoginNewSuccess > button em {
    display: block;
    font-style: normal; }

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

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #757575;
  font-family: "proxima-nova", 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: #3c4965;
  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: "proxima-nova", 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: "proxima-nova", serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  background-color: #3c4965;
  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(60, 73, 101, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    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; } }

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post 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: #3c4965 !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #e8e8e8;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "proxima-nova", 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: #6076a2;
    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: "proxima-nova", 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: #e8e8e8; }

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

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

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

/*! _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 #757575; }
    .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: #757575;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 16px;
      font-family: "proxima-nova", 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: #757575;
  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: "proxima-nova", 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: "proxima-nova", 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: #757575; }
  .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: #3c4965; }

.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: #6076a2 !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: #3c4965 !important; }

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

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  -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 #dddedf;
    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; } }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  -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 #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #757575;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: #b5b5b5;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
        margin-bottom: 2px;
        display: block;
        font-size: 21px;
        padding: 13.33333px;
        color: #686868;
        -webkit-transition: .3s;
        transition: .3s;
        background: #e8e8e8;
        color: #686868; }
        .fsTabs .fsTabsNav li a:hover {
          background: #3c4965; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #6076a2; }

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

/*! pages - home v0.0.1 */
.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); }

.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: #757575;
      color: #757575; }
      .colors ol li:nth-of-type(1):after {
        content: "#757575"; }
    .colors ol li:nth-of-type(2) {
      background: #6076a2;
      color: #6076a2; }
      .colors ol li:nth-of-type(2):after {
        content: "#6076a2"; }
    .colors ol li:nth-of-type(3) {
      background: #3c4965;
      color: #3c4965; }
      .colors ol li:nth-of-type(3):after {
        content: "#3c4965"; }
    .colors ol li:nth-of-type(4) {
      background: #e8e8e8;
      color: #e8e8e8; }
      .colors ol li:nth-of-type(4):after {
        content: "#e8e8e8"; }
    .colors ol li:nth-of-type(5) {
      background: #d8d8d8;
      color: #d8d8d8; }
      .colors ol li:nth-of-type(5):after {
        content: "#d8d8d8"; }

.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: "Lato", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Lato, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 40px / line: 45px"; }

.headers h2:after {
  content: " size: 30px / line: 35px"; }

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

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

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

.headers h6:after {
  content: " size: 14px / line: 22px"; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -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; } }

p {
  margin-bottom: 20px; }

html {
  background-color: #3c4965; }

#fsPageBodyWrapper {
  padding: 40px 20px; }

h1 {
  color: #6076a2;
  font-family: "proxima-nova", serif;
  font-weight: 300; }

h2 {
  color: #3c4965;
  font-family: "proxima-nova", serif;
  font-weight: normal; }

h3 {
  color: #757575;
  font-family: "proxima-nova", serif;
  font-weight: 700; }

h4 {
  color: #757575;
  font-family: "proxima-nova", serif;
  font-weight: normal; }

h5 {
  color: #757575;
  font-family: "proxima-nova", serif;
  font-weight: 700; }

h6 {
  color: #000000;
  font-family: "proxima-nova", serif;
  font-weight: 700;
  text-transform: uppercase; }

a {
  font-weight: bold; }

.wf-loading {
  visibility: hidden;
  opacity: 0; }

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 1; }

#goog-gt-tt h1.title, #goog-gt-tt h1.gray {
  color: #000000 !important; }

body > h1 {
  color: #000000;
  background: #ffffff; }

.fsStyleSROnly {
  top: -9999em;
  left: -9999em;
  color: #000000;
  background: #ffffff; }

.fsResourceElement .fsError {
  color: #000000 !important; }

.fsStyleDefaultButton,
.fsStyleUpdateButton,
.submitBtn,
.button,
.button-1,
.fsAccount .fsLoginMainView .fsLoginSubmit,
.fsAccount .fsAccountLogout a,
.button-large-1,
.button-2,
.button-large-2,
.button-3,
.button-large-3,
.button-on-dark,
.button-on-light,
.fs_style_20,
.fs_style_21,
.fs_style_22,
.fs_style_23,
.fs_style_24,
.fs_style_25,
.fs_style_26,
.fs_style_27 {
  display: inline-block;
  width: auto;
  padding: 13px 20px;
  border-radius: 0;
  border-style: solid;
  margin: 0 0 20px 0;
  color: #6076a2;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-family: "proxima-nova", serif;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  background: transparent;
  -webkit-transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
  cursor: pointer;
  box-shadow: none; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:active, .fsStyleDefaultButton:focus,
  .fsStyleUpdateButton:hover,
  .fsStyleUpdateButton:active,
  .fsStyleUpdateButton:focus,
  .submitBtn:hover,
  .submitBtn:active,
  .submitBtn:focus,
  .button:hover,
  .button:active,
  .button:focus,
  .button-1:hover,
  .fsAccount .fsLoginMainView .fsLoginSubmit:hover,
  .fsAccount .fsAccountLogout a:hover,
  .button-1:active,
  .fsAccount .fsLoginMainView .fsLoginSubmit:active,
  .fsAccount .fsAccountLogout a:active,
  .button-1:focus,
  .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
  .fsAccount .fsAccountLogout a:focus,
  .button-large-1:hover,
  .button-large-1:active,
  .button-large-1:focus,
  .button-2:hover,
  .button-2:active,
  .button-2:focus,
  .button-large-2:hover,
  .button-large-2:active,
  .button-large-2:focus,
  .button-3:hover,
  .button-3:active,
  .button-3:focus,
  .button-large-3:hover,
  .button-large-3:active,
  .button-large-3:focus,
  .button-on-dark:hover,
  .button-on-dark:active,
  .button-on-dark:focus,
  .button-on-light:hover,
  .button-on-light:active,
  .button-on-light:focus,
  .fs_style_20:hover,
  .fs_style_20:active,
  .fs_style_20:focus,
  .fs_style_21:hover,
  .fs_style_21:active,
  .fs_style_21:focus,
  .fs_style_22:hover,
  .fs_style_22:active,
  .fs_style_22:focus,
  .fs_style_23:hover,
  .fs_style_23:active,
  .fs_style_23:focus,
  .fs_style_24:hover,
  .fs_style_24:active,
  .fs_style_24:focus,
  .fs_style_25:hover,
  .fs_style_25:active,
  .fs_style_25:focus,
  .fs_style_26:hover,
  .fs_style_26:active,
  .fs_style_26:focus,
  .fs_style_27:hover,
  .fs_style_27:active,
  .fs_style_27:focus {
    border-color: #6076a2;
    color: #ffffff;
    text-decoration: none;
    background: #6076a2; }
    .fsStyleDefaultButton:hover em, .fsStyleDefaultButton:active em, .fsStyleDefaultButton:focus em,
    .fsStyleUpdateButton:hover em,
    .fsStyleUpdateButton:active em,
    .fsStyleUpdateButton:focus em,
    .submitBtn:hover em,
    .submitBtn:active em,
    .submitBtn:focus em,
    .button:hover em,
    .button:active em,
    .button:focus em,
    .button-1:hover em, .fsAccount .fsLoginMainView .fsLoginSubmit:hover em, .fsAccount .fsAccountLogout a:hover em,
    .button-1:active em, .fsAccount .fsLoginMainView .fsLoginSubmit:active em, .fsAccount .fsAccountLogout a:active em,
    .button-1:focus em, .fsAccount .fsLoginMainView .fsLoginSubmit:focus em, .fsAccount .fsAccountLogout a:focus em,
    .button-large-1:hover em,
    .button-large-1:active em,
    .button-large-1:focus em,
    .button-2:hover em,
    .button-2:active em,
    .button-2:focus em,
    .button-large-2:hover em,
    .button-large-2:active em,
    .button-large-2:focus em,
    .button-3:hover em,
    .button-3:active em,
    .button-3:focus em,
    .button-large-3:hover em,
    .button-large-3:active em,
    .button-large-3:focus em,
    .button-on-dark:hover em,
    .button-on-dark:active em,
    .button-on-dark:focus em,
    .button-on-light:hover em,
    .button-on-light:active em,
    .button-on-light:focus em,
    .fs_style_20:hover em,
    .fs_style_20:active em,
    .fs_style_20:focus em,
    .fs_style_21:hover em,
    .fs_style_21:active em,
    .fs_style_21:focus em,
    .fs_style_22:hover em,
    .fs_style_22:active em,
    .fs_style_22:focus em,
    .fs_style_23:hover em,
    .fs_style_23:active em,
    .fs_style_23:focus em,
    .fs_style_24:hover em,
    .fs_style_24:active em,
    .fs_style_24:focus em,
    .fs_style_25:hover em,
    .fs_style_25:active em,
    .fs_style_25:focus em,
    .fs_style_26:hover em,
    .fs_style_26:active em,
    .fs_style_26:focus em,
    .fs_style_27:hover em,
    .fs_style_27:active em,
    .fs_style_27:focus em {
      color: #ffffff; }
  .fsStyleDefaultButton em,
  .fsStyleUpdateButton em,
  .submitBtn em,
  .button em,
  .button-1 em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsAccountLogout a em,
  .button-large-1 em,
  .button-2 em,
  .button-large-2 em,
  .button-3 em,
  .button-large-3 em,
  .button-on-dark em,
  .button-on-light em,
  .fs_style_20 em,
  .fs_style_21 em,
  .fs_style_22 em,
  .fs_style_23 em,
  .fs_style_24 em,
  .fs_style_25 em,
  .fs_style_26 em,
  .fs_style_27 em {
    display: block;
    margin-top: 5px;
    color: #757575;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    font-family: "proxima-nova", serif;
    font-style: normal;
    text-transform: none; }
  .fsBannerLeft .fsStyleDefaultButton,
  .fsBannerRight .fsStyleDefaultButton, .fsBannerLeft
  .fsStyleUpdateButton,
  .fsBannerRight
  .fsStyleUpdateButton, .fsBannerLeft
  .submitBtn,
  .fsBannerRight
  .submitBtn, .fsBannerLeft
  .button,
  .fsBannerRight
  .button,
  .fsBannerLeft
  .button-1,
  .fsBannerLeft .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView .fsBannerLeft .fsLoginSubmit,
  .fsBannerLeft .fsAccount .fsAccountLogout a,
  .fsAccount .fsAccountLogout .fsBannerLeft a,
  .fsBannerRight
  .button-1,
  .fsBannerRight .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView
  .fsBannerRight .fsLoginSubmit,
  .fsBannerRight .fsAccount .fsAccountLogout a,
  .fsAccount .fsAccountLogout
  .fsBannerRight a, .fsBannerLeft
  .button-large-1,
  .fsBannerRight
  .button-large-1, .fsBannerLeft
  .button-2,
  .fsBannerRight
  .button-2, .fsBannerLeft
  .button-large-2,
  .fsBannerRight
  .button-large-2, .fsBannerLeft
  .button-3,
  .fsBannerRight
  .button-3, .fsBannerLeft
  .button-large-3,
  .fsBannerRight
  .button-large-3, .fsBannerLeft
  .button-on-dark,
  .fsBannerRight
  .button-on-dark, .fsBannerLeft
  .button-on-light,
  .fsBannerRight
  .button-on-light, .fsBannerLeft
  .fs_style_20,
  .fsBannerRight
  .fs_style_20, .fsBannerLeft
  .fs_style_21,
  .fsBannerRight
  .fs_style_21, .fsBannerLeft
  .fs_style_22,
  .fsBannerRight
  .fs_style_22, .fsBannerLeft
  .fs_style_23,
  .fsBannerRight
  .fs_style_23, .fsBannerLeft
  .fs_style_24,
  .fsBannerRight
  .fs_style_24, .fsBannerLeft
  .fs_style_25,
  .fsBannerRight
  .fs_style_25, .fsBannerLeft
  .fs_style_26,
  .fsBannerRight
  .fs_style_26, .fsBannerLeft
  .fs_style_27,
  .fsBannerRight
  .fs_style_27 {
    width: 100%;
    max-width: 100%; }
  body:not(.fsComposeMode) .fsStyleDefaultButton > a,
  .fsContent .fsStyleDefaultButton > a, body:not(.fsComposeMode)
  .fsStyleUpdateButton > a,
  .fsContent
  .fsStyleUpdateButton > a, body:not(.fsComposeMode)
  .submitBtn > a,
  .fsContent
  .submitBtn > a, body:not(.fsComposeMode)
  .button > a,
  .fsContent
  .button > a, body:not(.fsComposeMode)
  .button-1 > a, body:not(.fsComposeMode) .fsAccount .fsLoginMainView .fsLoginSubmit > a, .fsAccount .fsLoginMainView body:not(.fsComposeMode) .fsLoginSubmit > a, body:not(.fsComposeMode) .fsAccount .fsAccountLogout a > a, .fsAccount .fsAccountLogout body:not(.fsComposeMode) a > a,
  .fsContent
  .button-1 > a,
  .fsContent .fsAccount .fsLoginMainView .fsLoginSubmit > a, .fsAccount .fsLoginMainView
  .fsContent .fsLoginSubmit > a,
  .fsContent .fsAccount .fsAccountLogout a > a, .fsAccount .fsAccountLogout
  .fsContent a > a, body:not(.fsComposeMode)
  .button-large-1 > a,
  .fsContent
  .button-large-1 > a, body:not(.fsComposeMode)
  .button-2 > a,
  .fsContent
  .button-2 > a, body:not(.fsComposeMode)
  .button-large-2 > a,
  .fsContent
  .button-large-2 > a, body:not(.fsComposeMode)
  .button-3 > a,
  .fsContent
  .button-3 > a, body:not(.fsComposeMode)
  .button-large-3 > a,
  .fsContent
  .button-large-3 > a, body:not(.fsComposeMode)
  .button-on-dark > a,
  .fsContent
  .button-on-dark > a, body:not(.fsComposeMode)
  .button-on-light > a,
  .fsContent
  .button-on-light > a, body:not(.fsComposeMode)
  .fs_style_20 > a,
  .fsContent
  .fs_style_20 > a, body:not(.fsComposeMode)
  .fs_style_21 > a,
  .fsContent
  .fs_style_21 > a, body:not(.fsComposeMode)
  .fs_style_22 > a,
  .fsContent
  .fs_style_22 > a, body:not(.fsComposeMode)
  .fs_style_23 > a,
  .fsContent
  .fs_style_23 > a, body:not(.fsComposeMode)
  .fs_style_24 > a,
  .fsContent
  .fs_style_24 > a, body:not(.fsComposeMode)
  .fs_style_25 > a,
  .fsContent
  .fs_style_25 > a, body:not(.fsComposeMode)
  .fs_style_26 > a,
  .fsContent
  .fs_style_26 > a, body:not(.fsComposeMode)
  .fs_style_27 > a,
  .fsContent
  .fs_style_27 > a {
    color: inherit;
    text-decoration: inherit; }

.fsStyleDefaultButton,
.fsStyleUpdateButton,
.button-1,
.fsAccount .fsLoginMainView .fsLoginSubmit,
.fsAccount .fsAccountLogout a,
.button-2,
.button-3,
.fs_style_20,
.fs_style_21,
.fs_style_22 {
  border-width: 2px;
  font-weight: 600;
  letter-spacing: 1.4px; }

.fsStyleDefaultButton,
.fsStyleUpdateButton,
.fsLoadMoreButton,
.button-2,
.button-large-2,
.fs_style_21,
.fs_style_24 {
  border-color: #3c4965;
  color: #3c4965;
  background: transparent; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:active, .fsStyleDefaultButton:focus,
  .fsStyleUpdateButton:hover,
  .fsStyleUpdateButton:active,
  .fsStyleUpdateButton:focus,
  .fsLoadMoreButton:hover,
  .fsLoadMoreButton:active,
  .fsLoadMoreButton:focus,
  .button-2:hover,
  .button-2:active,
  .button-2:focus,
  .button-large-2:hover,
  .button-large-2:active,
  .button-large-2:focus,
  .fs_style_21:hover,
  .fs_style_21:active,
  .fs_style_21:focus,
  .fs_style_24:hover,
  .fs_style_24:active,
  .fs_style_24:focus {
    border-color: #3c4965;
    color: #ffffff;
    background: #3c4965; }
    .fsStyleDefaultButton:hover em, .fsStyleDefaultButton:active em, .fsStyleDefaultButton:focus em,
    .fsStyleUpdateButton:hover em,
    .fsStyleUpdateButton:active em,
    .fsStyleUpdateButton:focus em,
    .fsLoadMoreButton:hover em,
    .fsLoadMoreButton:active em,
    .fsLoadMoreButton:focus em,
    .button-2:hover em,
    .button-2:active em,
    .button-2:focus em,
    .button-large-2:hover em,
    .button-large-2:active em,
    .button-large-2:focus em,
    .fs_style_21:hover em,
    .fs_style_21:active em,
    .fs_style_21:focus em,
    .fs_style_24:hover em,
    .fs_style_24:active em,
    .fs_style_24:focus em {
      color: inherit; }
  .fsStyleDefaultButton em,
  .fsStyleUpdateButton em,
  .fsLoadMoreButton em,
  .button-2 em,
  .button-large-2 em,
  .fs_style_21 em,
  .fs_style_24 em {
    color: inherit; }
  body:not(.fsComposeMode) .fsStyleDefaultButton > a, body:not(.fsComposeMode)
  .fsStyleUpdateButton > a, body:not(.fsComposeMode)
  .fsLoadMoreButton > a, body:not(.fsComposeMode)
  .button-2 > a, body:not(.fsComposeMode)
  .button-large-2 > a, body:not(.fsComposeMode)
  .fs_style_21 > a, body:not(.fsComposeMode)
  .fs_style_24 > a {
    color: inherit; }

.button-3,
.button-large-3,
.fs_style_22,
.fs_style_25 {
  border-color: #757575;
  color: #757575;
  background: transparent; }
  .button-3:hover, .button-3:active, .button-3:focus,
  .button-large-3:hover,
  .button-large-3:active,
  .button-large-3:focus,
  .fs_style_22:hover,
  .fs_style_22:active,
  .fs_style_22:focus,
  .fs_style_25:hover,
  .fs_style_25:active,
  .fs_style_25:focus {
    border-color: #757575;
    color: #ffffff;
    background: #757575; }
    .button-3:hover em, .button-3:active em, .button-3:focus em,
    .button-large-3:hover em,
    .button-large-3:active em,
    .button-large-3:focus em,
    .fs_style_22:hover em,
    .fs_style_22:active em,
    .fs_style_22:focus em,
    .fs_style_25:hover em,
    .fs_style_25:active em,
    .fs_style_25:focus em {
      color: inherit; }
  .button-3 em,
  .button-large-3 em,
  .fs_style_22 em,
  .fs_style_25 em {
    color: inherit; }
  body:not(.fsComposeMode) .button-3 > a, body:not(.fsComposeMode)
  .button-large-3 > a, body:not(.fsComposeMode)
  .fs_style_22 > a, body:not(.fsComposeMode)
  .fs_style_25 > a {
    color: inherit; }

.button-large-1,
.button-large-2,
.button-large-3,
.fs_style_23,
.fs_style_24,
.fs_style_25 {
  padding: 26px 10px;
  border-width: 2px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 2.4px; }
  .button-large-1 em,
  .button-large-2 em,
  .button-large-3 em,
  .fs_style_23 em,
  .fs_style_24 em,
  .fs_style_25 em {
    color: inherit !important;
    font-weight: 300;
    font-family: "proxima-nova", serif;
    text-transform: none; }

.button-dark {
  padding: 30px;
  background: #757575; }
  .button-dark > header .fsElementTitle {
    color: #ffffff; }

.button-on-dark,
.fs_style_26 {
  border-color: #FFFFFF;
  border-width: 2px;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 1.4px;
  background: transparent; }
  .button-on-dark:hover, .button-on-dark:active, .button-on-dark:focus,
  .fs_style_26:hover,
  .fs_style_26:active,
  .fs_style_26:focus {
    border-color: #FFFFFF;
    color: #6076a2;
    background: #FFFFFF; }
    .button-on-dark:hover em, .button-on-dark:active em, .button-on-dark:focus em,
    .fs_style_26:hover em,
    .fs_style_26:active em,
    .fs_style_26:focus em {
      color: #6076a2; }
  .button-on-dark em,
  .fs_style_26 em {
    color: #FFFFFF; }
  body:not(.fsComposeMode) .button-on-dark > a, body:not(.fsComposeMode)
  .fs_style_26 > a {
    color: inherit; }

.button-light {
  padding: 30px;
  background: #e8e8e8; }
  .button-light > header .fsElementTitle {
    color: #ffffff; }

.button-on-light,
.fs_style_27 {
  border-color: #3c4965;
  color: #3c4965;
  background: transparent; }
  .button-on-light:hover, .button-on-light:active, .button-on-light:focus,
  .fs_style_27:hover,
  .fs_style_27:active,
  .fs_style_27:focus {
    border-color: #3c4965;
    color: #FFFFFF;
    background: #3c4965; }
    .button-on-light:hover em, .button-on-light:active em, .button-on-light:focus em,
    .fs_style_27:hover em,
    .fs_style_27:active em,
    .fs_style_27:focus em {
      color: #FFFFFF; }
  .button-on-light em,
  .fs_style_27 em {
    color: #3c4965; }
  body:not(.fsComposeMode) .button-on-light > a, body:not(.fsComposeMode)
  .fs_style_27 > a {
    color: inherit; }

.button-download,
.fs_style_28, .button-link,
.fs_style_29 {
  display: block;
  padding: 12px 25px;
  border-radius: 5px;
  color: #6076a2;
  font-weight: 700;
  text-decoration: none;
  background: rgba(232, 232, 232, 0.4);
  box-shadow: inset 0 0 0 1px #e8e8e8; }
  .button-download:before,
  .fs_style_28:before, .button-link:before,
  .fs_style_29:before {
    margin-right: 15px;
    color: inherit;
    font-weight: normal; }
  .button-download:hover,
  .fs_style_28:hover, .button-link:hover,
  .fs_style_29:hover, .button-download:focus,
  .fs_style_28:focus, .button-link:focus,
  .fs_style_29:focus {
    color: #3c4965; }
  .fsContent .button-download, .fsContent
  .fs_style_28, .fsContent .button-link, .fsContent
  .fs_style_29 {
    font-weight: 700;
    text-decoration: inherit; }

.button-download:before,
.fs_style_28:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.button-link:before,
.fs_style_29:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsAccount .fsLoginMainView .fsLoginSubmit {
  display: block;
  padding: 10px 20px; }

.fsAccount .fsAccountLogout a {
  padding: 10px 20px; }

#fsHeader {
  background: #FFFFFF;
  padding: 0; }
  #fsHeader .fsElement {
    margin-bottom: 0; }
  #fsHeader .skip-link a {
    position: absolute;
    top: -40px;
    left: 0;
    color: #FFFFFF;
    padding: 5px 10px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 9999; }
    #fsHeader .skip-link a:focus {
      top: 0;
      background: #6076a2;
      color: #FFFFFF;
      -webkit-transition: top .1s ease-in, background .5s linear;
      transition: top .1s ease-in, background .5s linear; }
  .has-masthead #fsHeader .nav-main {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: white; }
    .has-masthead #fsHeader .nav-main .fsNavPageInfo {
      background: white; }

.header-bottom {
  position: relative; }

.header-top {
  padding: 5px 20px;
  position: relative;
  background: #f0f0f0; }
  @media (min-width: 700px) {
    .header-top {
      padding: 10px 20px; } }
  .header-top > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 699px) {
      .header-top > .fsElementContent > * {
        display: none; } }
    @media (max-width: 699px) {
      .header-top > .fsElementContent > *.drawer-ribbon {
        display: block; } }
    @media (max-width: 699px) {
      .header-top > .fsElementContent > *.fsGoogleTranslate {
        display: block; } }
  .header-top a {
    color: #FFFFFF;
    text-transform: uppercase; }

.logo {
  padding: 28px 20px 12px; }
  .logo.live-demo-logo-element-image-disabled .fsElementContent .logo-text {
    text-align: center; }
  .logo > header {
    display: none;
    visibility: hidden; }
  .logo .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .logo .fsElementContent .logo-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .logo .fsElementContent .logo-link:hover .logo-text, .logo .fsElementContent .logo-link:focus .logo-text {
        color: #6076a2; }
    .logo .fsElementContent .logo-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      display: block;
      color: #6076a2;
      /*font-size: map-get($header, logo-font-size) * 0.6;*/
      font-size: 21px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: 1.92px;
      text-transform: uppercase;
      text-align: left; }
      @media (min-width: 900px) {
        .logo .fsElementContent .logo-text {
          font-size: 51px;
          letter-spacing: 3.2px; } }
      .logo .fsElementContent .logo-text span {
        display: block; }
    .logo .fsElementContent .fsImage + .logo-text {
      padding-left: 20px; }
      @media (min-width: 700px) {
        .logo .fsElementContent .fsImage + .logo-text {
          padding-left: 30px; } }
    .logo .fsElementContent .logo-image.live-demo-logo-image-disabled {
      padding-left: 0; }
    .logo .fsElementContent .logo-image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      display: block;
      max-height: 150px; }
      .logo .fsElementContent .logo-image img {
        max-height: 150px; }
  .logo > footer {
    display: none;
    visibility: hidden; }

#fsFooter {
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: #3c4965; }
  #fsFooter .fsBanner {
    display: block;
    padding: 0;
    max-width: none;
    font-size: 16px;
    line-height: 22px; }
  #fsFooter .footer-container {
    padding: 30px 20px 64px;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 700px) {
      #fsFooter .footer-container {
        padding-bottom: 55px; } }
    @media (min-width: 900px) {
      #fsFooter .footer-container {
        padding-bottom: 55px; } }
    #fsFooter .footer-container:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: rgba(60, 73, 101, 0.85);
      pointer-events: none; }
    #fsFooter .footer-container:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: rgba(60, 73, 101, 0);
      background-image: -webkit-linear-gradient(top, rgba(60, 73, 101, 0) 60%, #3c4965 100%);
      background-image: linear-gradient(to bottom, rgba(60, 73, 101, 0) 60%, #3c4965 100%); }
    #fsFooter .footer-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      z-index: 3; }
  #fsFooter .fsTwoColumnLayout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0; }
    @media (min-width: 700px) {
      #fsFooter .fsTwoColumnLayout {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    @media (min-width: 900px) {
      #fsFooter .fsTwoColumnLayout {
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row; } }
    #fsFooter .fsTwoColumnLayout > .fsDiv {
      width: auto;
      float: none;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
      #fsFooter .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
      #fsFooter .fsTwoColumnLayout > .fsDiv.fsStyleColumn-2 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; }
        @media (min-width: 700px) {
          #fsFooter .fsTwoColumnLayout > .fsDiv.fsStyleColumn-2 {
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end; } }
  #fsFooter .footer-contact {
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 700px) {
      #fsFooter .footer-contact {
        margin-bottom: 0;
        text-align: left; } }
    #fsFooter .footer-contact .fsElementContent {
      font-weight: 300; }
      @media (min-width: 900px) {
        #fsFooter .footer-contact .fsElementContent {
          text-align: left; } }
    #fsFooter .footer-contact [itemprop='name'] {
      display: block; }
    #fsFooter .footer-contact [itemprop='address'] {
      display: block; }
    #fsFooter .footer-contact [itemprop='streetAddress'] {
      display: block; }
    #fsFooter .footer-contact [itemprop='telephone'],
    #fsFooter .footer-contact [itemprop='fax'] {
      text-transform: uppercase; }
  #fsFooter .nav-utility-footer {
    padding-top: 3px;
    margin-bottom: 29px; }
    @media (min-width: 700px) {
      #fsFooter .nav-utility-footer {
        margin-bottom: 13px;
        text-align: left; } }
    @media (min-width: 900px) {
      #fsFooter .nav-utility-footer {
        margin-bottom: 8px; } }
    #fsFooter .nav-utility-footer .fsNavLevel1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 -10px; }
      #fsFooter .nav-utility-footer .fsNavLevel1 li {
        padding: 0 10px 0;
        border-right: 1px solid rgba(255, 255, 255, 0.33);
        margin-bottom: 10px; }
        #fsFooter .nav-utility-footer .fsNavLevel1 li:last-of-type {
          border-right: 0; }
        #fsFooter .nav-utility-footer .fsNavLevel1 li a {
          padding: 0;
          color: #FFFFFF;
          font-size: 0.8125rem;
          line-height: 1.0625rem;
          font-weight: 700;
          text-transform: uppercase; }
          #fsFooter .nav-utility-footer .fsNavLevel1 li a:hover, #fsFooter .nav-utility-footer .fsNavLevel1 li a:focus {
            text-decoration: underline; }
  #fsFooter .nav-social {
    margin-bottom: 36px; }
    @media (min-width: 700px) {
      #fsFooter .nav-social {
        margin-bottom: 26px; } }
    @media (min-width: 900px) {
      #fsFooter .nav-social {
        margin-bottom: 7px; } }
    #fsFooter .nav-social .fsNavLevel1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: -5px;
      margin-right: -5px; }
      #fsFooter .nav-social .fsNavLevel1 li {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        margin-right: 0;
        vertical-align: bottom; }
        #fsFooter .nav-social .fsNavLevel1 li a {
          padding: 0;
          border: 0;
          color: #000000;
          background: rgba(255, 255, 255, 0.3); }
          #fsFooter .nav-social .fsNavLevel1 li a:hover, #fsFooter .nav-social .fsNavLevel1 li a:focus {
            background: #ffffff; }
            #fsFooter .nav-social .fsNavLevel1 li a:hover:before, #fsFooter .nav-social .fsNavLevel1 li a:focus:before {
              color: #6076a2; }
          #fsFooter .nav-social .fsNavLevel1 li a:before {
            color: #ffffff;
            font-size: 1.25rem;
            -webkit-transition: none;
            transition: none; }
  #fsFooter .footer-branding {
    text-align: center;
    margin-bottom: 19px; }
    @media (min-width: 700px) {
      #fsFooter .footer-branding {
        margin-bottom: 21px;
        text-align: left; } }
    @media (min-width: 900px) {
      #fsFooter .footer-branding {
        margin-bottom: 12px; } }
    #fsFooter .footer-branding figure {
      display: inline-block; }
      #fsFooter .footer-branding figure.fsImage a, #fsFooter .footer-branding figure.fsImage img, #fsFooter .footer-branding figure.fsImage picture {
        display: block; }
    #fsFooter .footer-branding a {
      display: inline-block; }
    #fsFooter .footer-branding img {
      display: block;
      max-height: 150px; }
  #fsFooter .footer-partnerships {
    padding-bottom: 13px; }
    #fsFooter .footer-partnerships > .fsElementContent {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      #fsFooter .footer-partnerships > .fsElementContent .fsImage {
        margin: 0 10px; }
        #fsFooter .footer-partnerships > .fsElementContent .fsImage img {
          width: 120px; }
      #fsFooter .footer-partnerships > .fsElementContent a {
        margin: 0 12px 24px;
        display: block;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 0.5; }
        @media (min-width: 700px) {
          #fsFooter .footer-partnerships > .fsElementContent a {
            margin-bottom: 12px; } }
        #fsFooter .footer-partnerships > .fsElementContent a:hover, #fsFooter .footer-partnerships > .fsElementContent a:focus {
          opacity: 1; }
        #fsFooter .footer-partnerships > .fsElementContent a img {
          display: block; }

#fsPoweredByFinalsite {
  width: 132px;
  height: 22px;
  position: absolute;
  bottom: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2; }
  @media (min-width: 700px) {
    #fsPoweredByFinalsite {
      bottom: 32px; } }
  @media (min-width: 900px) {
    #fsPoweredByFinalsite {
      bottom: 25px; } }

#fsHeader {
  /*

  .nav-main {
    .fsNavLevel1 {
      > li {
        &:hover,
        &:focus,
        &.menu-item-open {
          > a {
            &:after {
              opacity: 1;

              bottom: 0;
            }
          }

          > .fsNavPageInfo {
            max-height: none;

            top: calc(100%);

            opacity: 1;
            pointer-events: auto;
          }
        }

        > a {
          padding: 13px 0 22px;

          color: map-get($header, navmain-font-color);
          font-size: cre(18);
          line-height: 1.35;
          font-weight: $bold;
          text-transform: uppercase;
          letter-spacing: 1.5px;

          &:hover,
          &:focus {
            color: map-get($header, navmain-hover-font-color);
          }

          &:after {
            // @include header-navigation-dropdown-arrow();

            display: none;

            bottom: -8px;
          }
        }

        > .fsNavPageInfo {
          display: none;

          width: 360px;
          max-height: none;
          padding: 10px 0;

          position: absolute;
          top: calc(100% + 8px);
          left: 50%;
          right: auto;
          bottom: auto;
          transform: translate(-50%);

          background: none;

          transition: opacity 0.3s, top 0.3s;
          opacity: 0;
          pointer-events: none;

          &:before {
            display: block;
            content: '';

            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;

            background-color: map-get($header, navmain-dropdown-bg);
          }

          .fsNavPageDescription,
          .fsNavPageThumbnail {
            display: none;
          }
        }

        &.fsNavParentPage {
          > .fsNavPageInfo {
            display: block;
          }

          > a {
            &:after {
              display: block;
            }
          }
        }

        &:nth-of-type(1) {
          > .fsNavPageInfo {
            left: 0;
            right: auto;
            transform: translateX(0);
          }
        }

        &:nth-last-of-type(1) {
          > .fsNavPageInfo {
            left: auto;
            right: 0;
            transform: translateX(0);
          }
        }
      }
    }

    .fsNavLevel2 {
      column-count: 2;
      column-gap: 0;

      position: relative;
      z-index: 1;

      > li {
        margin: 0 ;
        padding: 0;

        break-inside: avoid;

        > a {
          padding: 8px 23px;

          color: map-get($header, navmain-dropdown-font-color);
          font-size: cre(14);
          line-height: 16px;

          &:hover,
          &:focus {
            color: map-get($header, navmain-dropdown-hover-font-color);

            background-color: map-get($header, navmain-dropdown-hover-bg);
          }
        }
      }
    }
  }

*/ }
  @media (min-width: 1000px) {
    #fsHeader .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      text-align: center; } }
  @media (min-width: 1000px) {
    #fsHeader .nav-main .fsNavLevel1 > li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      display: inline-block;
      padding: 0 10px;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px; } }
  #fsHeader .nav-main .fsNavLevel1 > li:hover, #fsHeader .nav-main .fsNavLevel1 > li:focus {
    color: #FFFFFF; }
    #fsHeader .nav-main .fsNavLevel1 > li:hover > a, #fsHeader .nav-main .fsNavLevel1 > li:focus > a {
      color: inherit;
      text-decoration: none; }
  #fsHeader .nav-main .fsNavLevel1 > li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 12px solid #6076a2;
    border-bottom: 12px solid rgba(96, 118, 162, 0.9);
    margin-top: 8px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, margin 0.3s;
    transition: opacity 0.3s, margin 0.3s; }
  #fsHeader .nav-main .fsNavLevel1 > li:hover > a:after, #fsHeader .nav-main .fsNavLevel1 > li:focus > a:after, #fsHeader .nav-main .fsNavLevel1 > li.menu-item-open > a:after {
    margin-top: 0px;
    opacity: 1;
    pointer-events: auto; }
  html.js #fsHeader .nav-main .fsNavLevel1 > li {
    position: relative; }
    html.js #fsHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js #fsHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js #fsHeader .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js #fsHeader .nav-main .fsNavLevel1 > li .fsNavPageInfo {
      padding: 0;
      max-height: none;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 9000;
      -webkit-transition: opacity 0.3s, top 0.3s, margin 0.3s;
      transition: opacity 0.3s, top 0.3s, margin 0.3s;
      background: none;
      opacity: 0;
      pointer-events: none; }
    html.js #fsHeader .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo, html.js #fsHeader .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo, html.js #fsHeader .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: none;
      margin-top: 0;
      opacity: 1;
      pointer-events: auto; }
  html:not(.js) #fsHeader .nav-main .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) #fsHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) #fsHeader .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) #fsHeader .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }
  #fsHeader .nav-main li .fsNavPageInfo {
    display: block;
    width: 360px;
    padding: 0;
    padding-top: 10px;
    margin: 8px 0 0;
    text-align: left; }
  #fsHeader .nav-main .fsNavLevel2 {
    padding: 5px 0 4px;
    background-color: rgba(96, 118, 162, 0.9); }
    #fsHeader .nav-main .fsNavLevel2 li a {
      display: block;
      padding: 8px 17px;
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      text-transform: none; }
      #fsHeader .nav-main .fsNavLevel2 li a:hover, #fsHeader .nav-main .fsNavLevel2 li a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.1); }
  #fsHeader .nav-main nav {
    padding: 0 20px; }
  #fsHeader .nav-main .fsNavLevel1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #fsHeader .nav-main .fsNavLevel1 > li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
      flex: 1 auto;
      padding: 0;
      cursor: pointer; }
      #fsHeader .nav-main .fsNavLevel1 > li:hover > a, #fsHeader .nav-main .fsNavLevel1 > li:focus > a, #fsHeader .nav-main .fsNavLevel1 > li.menu-item-open > a {
        color: #3c4965; }
      #fsHeader .nav-main .fsNavLevel1 > li > a {
        display: inline-block;
        position: relative;
        padding: 0;
        padding-top: 13px;
        padding-bottom: 22px;
        color: #3c4965;
        font-size: 1rem;
        line-height: 1.375;
        text-transform: uppercase; }
        #fsHeader .nav-main .fsNavLevel1 > li > a:hover, #fsHeader .nav-main .fsNavLevel1 > li > a:focus {
          color: #3c4965; }
          #fsHeader .nav-main .fsNavLevel1 > li > a:hover:after, #fsHeader .nav-main .fsNavLevel1 > li > a:focus:after {
            opacity: 1; }
        @media (min-width: 1180px) {
          #fsHeader .nav-main .fsNavLevel1 > li > a {
            font-size: 18px;
            line-height: 1.375;
            letter-spacing: 1.5px; } }
      #fsHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavPageDescription,
      #fsHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavPageThumbnail {
        display: none; }
      #fsHeader .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a, #fsHeader .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPageAncestor"] > a {
        color: #6076a2; }
      html.js #fsHeader .nav-main .fsNavLevel1 > li:nth-of-type(1) > .fsNavPageInfo {
        left: 0;
        right: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      html.js #fsHeader .nav-main .fsNavLevel1 > li:nth-last-of-type(1) > .fsNavPageInfo {
        left: auto;
        right: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      html.js #fsHeader .nav-main .fsNavLevel1 > li > a:after {
        margin-top: -4px; }
      html.js #fsHeader .nav-main .fsNavLevel1 > li:hover > a, html.js #fsHeader .nav-main .fsNavLevel1 > li:focus > a, html.js #fsHeader .nav-main .fsNavLevel1 > li.menu-item-open > a {
        color: #3c4965; }
        html.js #fsHeader .nav-main .fsNavLevel1 > li:hover > a:after, html.js #fsHeader .nav-main .fsNavLevel1 > li:focus > a:after, html.js #fsHeader .nav-main .fsNavLevel1 > li.menu-item-open > a:after {
          margin-top: -12px; }
  #fsHeader .nav-main .fsNavLevel2 {
    padding: 10px 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    position: relative;
    z-index: 1; }
    #fsHeader .nav-main .fsNavLevel2 > li {
      margin: 0;
      padding: 0;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      #fsHeader .nav-main .fsNavLevel2 > li > a {
        padding: 8px 23px;
        color: #FFFFFF;
        font-size: 0.875rem;
        line-height: 16px; }
        #fsHeader .nav-main .fsNavLevel2 > li > a:hover, #fsHeader .nav-main .fsNavLevel2 > li > a:focus {
          color: #FFFFFF;
          background-color: rgba(0, 0, 0, 0.1); }

#fsHeader .nav-main .fsNavLevel2 {
  background-color: rgba(60, 73, 101, 0.9); }

#fsHeader .nav-main .fsNavLevel1 > li > a:after {
  border-bottom: 12px solid rgba(60, 73, 101, 0.9); }

#fsHeader .nav-utility-header {
  padding: 10px 20px;
  background: #3c4965;
  display: none; }
  @media (min-width: 1000px) {
    #fsHeader .nav-utility-header .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      text-align: center; } }
  @media (min-width: 1000px) {
    #fsHeader .nav-utility-header .fsNavLevel1 > li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      display: inline-block;
      padding: 0 10px;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px; } }
  #fsHeader .nav-utility-header .fsNavLevel1 > li:hover, #fsHeader .nav-utility-header .fsNavLevel1 > li:focus {
    color: #FFFFFF; }
    #fsHeader .nav-utility-header .fsNavLevel1 > li:hover > a, #fsHeader .nav-utility-header .fsNavLevel1 > li:focus > a {
      color: inherit;
      text-decoration: none; }
  #fsHeader .nav-utility-header .fsNavLevel1 > li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 12px solid #6076a2;
    border-bottom: 12px solid rgba(96, 118, 162, 0.9);
    margin-top: 8px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, margin 0.3s;
    transition: opacity 0.3s, margin 0.3s; }
  #fsHeader .nav-utility-header .fsNavLevel1 > li:hover > a:after, #fsHeader .nav-utility-header .fsNavLevel1 > li:focus > a:after, #fsHeader .nav-utility-header .fsNavLevel1 > li.menu-item-open > a:after {
    margin-top: 0px;
    opacity: 1;
    pointer-events: auto; }
  html.js #fsHeader .nav-utility-header .fsNavLevel1 > li {
    position: relative; }
    html.js #fsHeader .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js #fsHeader .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js #fsHeader .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js #fsHeader .nav-utility-header .fsNavLevel1 > li .fsNavPageInfo {
      padding: 0;
      max-height: none;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 9000;
      -webkit-transition: opacity 0.3s, top 0.3s, margin 0.3s;
      transition: opacity 0.3s, top 0.3s, margin 0.3s;
      background: none;
      opacity: 0;
      pointer-events: none; }
    html.js #fsHeader .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo, html.js #fsHeader .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo, html.js #fsHeader .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: none;
      margin-top: 0;
      opacity: 1;
      pointer-events: auto; }
  html:not(.js) #fsHeader .nav-utility-header .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) #fsHeader .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) #fsHeader .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) #fsHeader .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }
  #fsHeader .nav-utility-header li .fsNavPageInfo {
    display: block;
    width: 139px;
    padding: 0;
    padding-top: 10px;
    margin: 8px 0 0;
    text-align: left; }
  #fsHeader .nav-utility-header .fsNavLevel2 {
    padding: 5px 0 4px;
    background-color: rgba(96, 118, 162, 0.9); }
    #fsHeader .nav-utility-header .fsNavLevel2 li a {
      display: block;
      padding: 8px 17px;
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      text-transform: none; }
      #fsHeader .nav-utility-header .fsNavLevel2 li a:hover, #fsHeader .nav-utility-header .fsNavLevel2 li a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.1); }
  @media (min-width: 1000px) {
    #fsHeader .nav-utility-header {
      display: block; } }
  @media (min-width: 1000px) {
    #fsHeader .nav-utility-header .fsNavLevel1 {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  #fsHeader .nav-utility-header .fsNavLevel1 > li {
    padding: 0 15px; }
    #fsHeader .nav-utility-header .fsNavLevel1 > li:hover > a, #fsHeader .nav-utility-header .fsNavLevel1 > li:focus > a, #fsHeader .nav-utility-header .fsNavLevel1 > li.menu-item-open > a {
      color: #FFFFFF;
      background: rgba(0, 0, 0, 0.4); }
    #fsHeader .nav-utility-header .fsNavLevel1 > li > a {
      padding-top: 6px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase; }
      #fsHeader .nav-utility-header .fsNavLevel1 > li > a:hover, #fsHeader .nav-utility-header .fsNavLevel1 > li > a:focus {
        color: #FFFFFF;
        background: rgba(0, 0, 0, 0.4); }
    html.js #fsHeader .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      padding-top: 10px; }
  #fsHeader .nav-utility-header .fsNavLevel2 > li > a {
    color: #FFFFFF; }
    #fsHeader .nav-utility-header .fsNavLevel2 > li > a:hover, #fsHeader .nav-utility-header .fsNavLevel2 > li > a:focus {
      color: #FFFFFF; }

@media (min-width: 1000px) {
  .nav-quicklinks-header .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: center; } }

@media (min-width: 1000px) {
  .nav-quicklinks-header .fsNavLevel1 > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-block;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px; } }

.nav-quicklinks-header .fsNavLevel1 > li:hover, .nav-quicklinks-header .fsNavLevel1 > li:focus {
  color: #FFFFFF; }
  .nav-quicklinks-header .fsNavLevel1 > li:hover > a, .nav-quicklinks-header .fsNavLevel1 > li:focus > a {
    color: inherit;
    text-decoration: none; }

.nav-quicklinks-header .fsNavLevel1 > li > a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 12px solid #6076a2;
  border-bottom: 12px solid rgba(96, 118, 162, 0.9);
  margin-top: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, margin 0.3s;
  transition: opacity 0.3s, margin 0.3s; }

.nav-quicklinks-header .fsNavLevel1 > li:hover > a:after, .nav-quicklinks-header .fsNavLevel1 > li:focus > a:after, .nav-quicklinks-header .fsNavLevel1 > li.menu-item-open > a:after {
  margin-top: 0px;
  opacity: 1;
  pointer-events: auto; }

html.js .nav-quicklinks-header .fsNavLevel1 > li {
  position: relative; }
  html.js .nav-quicklinks-header .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden; }
  .menu-item-open html.js .nav-quicklinks-header .fsNavLevel1 > li > .fsNavPageInfo {
    max-height: 9999px; }
  html.js .nav-quicklinks-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    max-height: 9999px; }
  html.js .nav-quicklinks-header .fsNavLevel1 > li .fsNavPageInfo {
    padding: 0;
    max-height: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9000;
    -webkit-transition: opacity 0.3s, top 0.3s, margin 0.3s;
    transition: opacity 0.3s, top 0.3s, margin 0.3s;
    background: none;
    opacity: 0;
    pointer-events: none; }
  html.js .nav-quicklinks-header .fsNavLevel1 > li:focus > .fsNavPageInfo, html.js .nav-quicklinks-header .fsNavLevel1 > li:hover > .fsNavPageInfo, html.js .nav-quicklinks-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    max-height: none;
    margin-top: 0;
    opacity: 1;
    pointer-events: auto; }

html:not(.js) .nav-quicklinks-header .fsNavLevel1 > li {
  position: relative; }
  html:not(.js) .nav-quicklinks-header .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden; }
  html:not(.js) .nav-quicklinks-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 9999px; }
  @media (max-width: 599px) {
    html:not(.js) .nav-quicklinks-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }

.nav-quicklinks-header li .fsNavPageInfo {
  display: block;
  width: 139px;
  padding: 0;
  padding-top: 10px;
  margin: 8px 0 0;
  text-align: left; }

.nav-quicklinks-header .fsNavLevel2 {
  padding: 5px 0 4px;
  background-color: rgba(96, 118, 162, 0.9); }
  .nav-quicklinks-header .fsNavLevel2 li a {
    display: block;
    padding: 8px 17px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: none; }
    .nav-quicklinks-header .fsNavLevel2 li a:hover, .nav-quicklinks-header .fsNavLevel2 li a:focus {
      color: #ffffff;
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 1000px) {
  .nav-quicklinks-header .fsNavLevel1 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.nav-quicklinks-header .fsNavLevel1 > li {
  padding: 0 15px; }
  .nav-quicklinks-header .fsNavLevel1 > li:hover > a, .nav-quicklinks-header .fsNavLevel1 > li:focus > a, .nav-quicklinks-header .fsNavLevel1 > li.menu-item-open > a {
    color: #3c4965; }
  .nav-quicklinks-header .fsNavLevel1 > li > a {
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #686868;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase; }
    .nav-quicklinks-header .fsNavLevel1 > li > a:hover, .nav-quicklinks-header .fsNavLevel1 > li > a:focus {
      color: #3c4965; }
  html.js #fsHeader .nav-quicklinks-header .fsNavLevel1 > li > .fsNavPageInfo {
    padding-top: 10px; }

.nav-quicklinks-header .fsNavLevel2 > li > a {
  color: #FFFFFF; }
  .nav-quicklinks-header .fsNavLevel2 > li > a:hover, .nav-quicklinks-header .fsNavLevel2 > li > a:focus {
    color: #FFFFFF; }

@media (min-width: 700px) {
  #fsMenu .nav-quicklinks-header {
    display: none; } }

#fsHeader .nav-portals {
  display: none; }
  @media (min-width: 1000px) {
    #fsHeader .nav-portals {
      display: inline-block; } }
  #fsHeader .nav-portals .fsNavLevel1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #fsHeader .nav-portals .fsNavLevel1 li {
      padding: 0 15px; }
      #fsHeader .nav-portals .fsNavLevel1 li a {
        padding-top: 6px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        color: #686868;
        font-size: 14px;
        line-height: 18px; }
        #fsHeader .nav-portals .fsNavLevel1 li a:hover, #fsHeader .nav-portals .fsNavLevel1 li a:focus {
          color: #3c4965; }

.fsNavigation.nav-sub .fsNavLevel1 {
  background: #3c4965; }
  .fsNavigation.nav-sub .fsNavLevel1 > li > a {
    color: #ffffff; }

.fsNavigation.nav-sub ul {
  padding: 0;
  margin: 0; }
  .fsNavigation.nav-sub ul li {
    border: 0;
    padding: 0; }
    .fsNavigation.nav-sub ul li.fsNavCurrentPage > a {
      font-weight: 600;
      background-color: rgba(0, 0, 0, 0.11); }
      .fsNavigation.nav-sub ul li.fsNavCurrentPage > a:hover, .fsNavigation.nav-sub ul li.fsNavCurrentPage > a:focus {
        background: rgba(0, 0, 0, 0.11); }
    .fsNavigation.nav-sub ul li.fsNavCurrentPageAncestor > a {
      background: transparent; }
      .fsNavigation.nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .fsNavigation.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
        background: rgba(0, 0, 0, 0.11); }
    .fsNavigation.nav-sub ul li a {
      padding: 10px 20px;
      color: #ffffff;
      font-weight: 700;
      background: transparent;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .fsNavigation.nav-sub ul li a:hover, .fsNavigation.nav-sub ul li a:focus {
        background: rgba(0, 0, 0, 0.11); }

.fsNavigation.nav-sub .fsNavLevel2 > li {
  position: relative; }
  .fsNavigation.nav-sub .fsNavLevel2 > li:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0.17; }
  .fsNavigation.nav-sub .fsNavLevel2 > li:last-of-type:after {
    display: none; }
  .fsNavigation.nav-sub .fsNavLevel2 > li > a {
    padding-left: 36px; }

.fsNavigation.nav-sub .fsNavLevel2 li > .fsNavPageInfo {
  display: none; }

.fsNavigation.nav-sub .fsNavLevel2 li[class*="fsNavCurrentPage"] > .fsNavPageInfo {
  display: block; }

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

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

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

.fsNavigation.nav-sub .fsNavLevel6 > li > a {
  padding-left: 100px; }

.drawer-ribbon {
  position: static;
  height: 20px;
  margin: 0; }
  .drawer-ribbon p {
    display: block;
    padding: 0;
    margin: 0; }

.drawer-trigger {
  display: block;
  padding: 0 31px 0 56px;
  border: 0;
  height: 40px;
  width: auto;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  background-color: #6076a2;
  cursor: pointer; }
  @media (min-width: 700px) {
    .drawer-trigger {
      height: 50px; } }
  .drawer-trigger:before, .drawer-trigger:after {
    width: 14px;
    left: 39px; }

#fsMenu .fsMenu {
  max-width: 386px;
  padding: 23px 20px 26px;
  border: 1px solid #E5E5E5;
  position: fixed;
  top: 0;
  left: -386px;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: visible; }
  .drawer-is-active #fsMenu .fsMenu {
    left: 0; }
  .fsAccountBarVisible #fsMenu .fsMenu {
    top: 45px; }
  @media (min-width: 1000px) {
    #fsMenu .fsMenu {
      display: none; } }
  @media (max-width: 999px) {
    html.drawer-is-active {
      overflow: hidden;
      height: 100%; } }
  html.drawer-is-active body {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100%; }
  #fsMenu .fsMenu .close-offcanvas {
    margin-bottom: 15px; }
    #fsMenu .fsMenu .close-offcanvas p {
      margin: 0; }
    #fsMenu .fsMenu .close-offcanvas .drawer-trigger {
      display: block;
      width: 35px;
      height: 35px;
      padding: 0;
      margin: 0 -5px 0 auto;
      position: relative;
      color: #FFFFFF;
      font-size: 0;
      line-height: 1;
      -webkit-transition: 0.3s opacity;
      transition: 0.3s opacity;
      overflow: hidden;
      background: none; }
      #fsMenu .fsMenu .close-offcanvas .drawer-trigger:before {
        content: "\2715";
        width: 35px;
        height: 35px;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        color: #6076a2;
        font-size: 1.75rem;
        line-height: 35px;
        text-align: center;
        background: none; }
      #fsMenu .fsMenu .close-offcanvas .drawer-trigger:after {
        content: normal; }
      #fsMenu .fsMenu .close-offcanvas .drawer-trigger:hover, #fsMenu .fsMenu .close-offcanvas .drawer-trigger:focus {
        opacity: 0.75; }
  #fsMenu .fsMenu .fsSearchElement {
    margin-bottom: 34px; }
    #fsMenu .fsMenu .fsSearchElement form {
      position: relative; }
    #fsMenu .fsMenu .fsSearchElement label.fsFieldLabel {
      position: absolute;
      top: -9999em;
      left: -9999em; }
    #fsMenu .fsMenu .fsSearchElement .fsSearchElementKeyword {
      margin: 0; }
    #fsMenu .fsMenu .fsSearchElement input.fsStyleSearchField {
      height: 50px;
      border: 0;
      padding: 0 80px 0 22px;
      margin: 0;
      color: #ffffff;
      font-size: 1rem;
      line-height: normal;
      text-align: left;
      background-color: rgba(96, 118, 162, 0.95); }
    #fsMenu .fsMenu .fsSearchElement .fsButtonClear {
      height: 100%;
      right: 44px;
      padding: 0 10px;
      cursor: pointer; }
      #fsMenu .fsMenu .fsSearchElement .fsButtonClear:before {
        display: block; }
    #fsMenu .fsMenu .fsSearchElement .fsSearchElementSearchButton {
      width: 44px;
      height: auto;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      color: #000000;
      font-size: 0; }
      #fsMenu .fsMenu .fsSearchElement .fsSearchElementSearchButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 14px; }
  #fsMenu .fsMenu .fsNavigation {
    padding: 0;
    margin: 0 0 20px; }
    #fsMenu .fsMenu .fsNavigation > header .fsElementTitle {
      padding-top: 2px;
      padding-bottom: 18px;
      border-bottom: 1px solid #E5E5E5;
      margin: 0;
      color: #6b6b6b;
      text-transform: uppercase;
      font-size: 0.8125rem;
      line-height: 1;
      font-weight: 700;
      font-family: "proxima-nova", serif;
      letter-spacing: 1.2px; }
    #fsMenu .fsMenu .fsNavigation li {
      display: block;
      margin: 0;
      padding: 0;
      position: relative;
      background-color: transparent;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      #fsMenu .fsMenu .fsNavigation li:after {
        display: block;
        content: '';
        border-bottom: 1px solid #E5E5E5;
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0; }
      #fsMenu .fsMenu .fsNavigation li.active {
        background-color: #f2f2f2; }
        #fsMenu .fsMenu .fsNavigation li.active > a {
          color: #757575 !important; }
          #fsMenu .fsMenu .fsNavigation li.active > a:before {
            width: 5px; }
          #fsMenu .fsMenu .fsNavigation li.active > a .drop-trigger:before {
            content: ""; }
        #fsMenu .fsMenu .fsNavigation li.active:hover > .fsNavPageInfo, #fsMenu .fsMenu .fsNavigation li.active:focus > .fsNavPageInfo {
          max-height: none !important; }
      #fsMenu .fsMenu .fsNavigation li:hover > .fsNavPageInfo, #fsMenu .fsMenu .fsNavigation li:focus > .fsNavPageInfo {
        max-height: none !important; }
      #fsMenu .fsMenu .fsNavigation li.fsNavParentPage > a {
        margin-right: 60px; }
        #fsMenu .fsMenu .fsNavigation li.fsNavParentPage > a:after {
          content: '';
          display: block;
          width: 1px;
          position: absolute;
          top: 14px;
          bottom: 12px;
          right: 0px;
          background-color: #d8d8d8; }
      #fsMenu .fsMenu .fsNavigation li a {
        padding: 14px 20px 12px;
        margin: 0;
        position: relative;
        color: #3c4965; }
        #fsMenu .fsMenu .fsNavigation li a:hover, #fsMenu .fsMenu .fsNavigation li a:focus {
          color: #6076a2; }
        #fsMenu .fsMenu .fsNavigation li a .drop-trigger {
          border: 0;
          background: none;
          margin: 0;
          padding: 0;
          width: 60px;
          position: absolute;
          top: 0;
          right: -60px;
          bottom: calc(100% - 48px);
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          color: #000000;
          font-size: 0;
          line-height: 1;
          cursor: pointer; }
          #fsMenu .fsMenu .fsNavigation li a .drop-trigger:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #3c4965;
            font-size: 1.0625rem; }
    #fsMenu .fsMenu .fsNavigation .fsNavLevel1 {
      margin-left: -20px;
      margin-right: -20px; }
      #fsMenu .fsMenu .fsNavigation .fsNavLevel1 > li {
        margin: 0; }
        #fsMenu .fsMenu .fsNavigation .fsNavLevel1 > li > a {
          color: #3c4965;
          font-size: 1rem;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
          #fsMenu .fsMenu .fsNavigation .fsNavLevel1 > li > a:hover, #fsMenu .fsMenu .fsNavigation .fsNavLevel1 > li > a:focus {
            color: #6076a2; }
        #fsMenu .fsMenu .fsNavigation .fsNavLevel1 > li > .fsNavPageInfo {
          margin: 0;
          padding: 0 0 0 20px; }
    #fsMenu .fsMenu .fsNavigation .fsNavPageInfo {
      display: none;
      max-height: none !important;
      padding: 5px 0 0 20px;
      position: static !important;
      background: none; }
    #fsMenu .fsMenu .fsNavigation .fsNavLevel2 li a {
      font-size: 1rem;
      line-height: 1.8; }
      #fsMenu .fsMenu .fsNavigation .fsNavLevel2 li a:hover, #fsMenu .fsMenu .fsNavigation .fsNavLevel2 li a:focus {
        color: #6076a2; }

#fsMenu .fsMenu .fsNavigation .fsNavLevel1 > li > a,
#fsMenu .fsMenu .fsNavigation li.active > a {
  color: #333333 !important; }

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

.fsAccordion .fsPanel > header > h2:before, .fsAccordion .fsPanel > header > h2:after,
.fsTabs .fsPanel > header > h2:before,
.fsTabs .fsPanel > header > h2:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  width: 13px !important;
  height: 13px !important;
  top: 14px !important;
  left: auto;
  right: auto;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: #FFFFFF; }

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  padding: 10px 23px 8px;
  color: #686868;
  font-size: 16px;
  line-height: 22px;
  font-family: "proxima-nova", serif;
  font-weight: 700;
  text-transform: none; }

.fsAccordion.fsPanelIconBefore .fsPanel > header > h2,
.fsTabs.fsPanelIconBefore .fsPanel > header > h2 {
  padding-left: 46px; }
  .fsAccordion.fsPanelIconBefore .fsPanel > header > h2:before,
  .fsTabs.fsPanelIconBefore .fsPanel > header > h2:before {
    content: "";
    left: 18px !important; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header > h2:before,
.fsTabs.fsPanelIconBefore .fsPanel.fsStateOpen > header > h2:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fsAccordion.fsPanelIconAfter .fsPanel > header > h2,
.fsTabs.fsPanelIconAfter .fsPanel > header > h2 {
  padding-right: 46px; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header > h2:after,
  .fsTabs.fsPanelIconAfter .fsPanel > header > h2:after {
    content: "";
    right: 18px !important; }

.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header > h2:after,
.fsTabs.fsPanelIconAfter .fsPanel.fsStateOpen > header > h2:after {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fsCalendar > footer .fsElementFooterContent {
  padding-top: 11px;
  border-top: 1px solid #e8e8e8;
  margin-top: 0; }

.fsCalendar > footer p {
  margin-bottom: 0; }

.fsCalendar > footer a {
  text-transform: none; }

.fsCalendar.fsDialog article {
  border-bottom: 0; }

.fsCalendar.fsSlideshow.fsSlideshowHorizontal article {
  border-bottom: 0; }

.fsCalendar.fsSlideshow.fsSlideshowVertical article {
  border-bottom: 1px solid #e8e8e8; }

.fsCalendar .fsListItems > article:last-child,
.fsCalendar .fsListItems > .fsDayContainer:last-child > article:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

.fsCalendar article {
  padding-bottom: 13px;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 11px; }

.fsCalendar .fsTitle {
  margin: 0;
  color: #3c4965;
  font-size: 16px;
  line-height: 22px; }
  .fsCalendar .fsTitle a {
    display: block;
    color: inherit; }
    .fsCalendar .fsTitle a:hover, .fsCalendar .fsTitle a:focus {
      color: #6076a2; }

.fsCalendar .fsReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsCalendar .fsEventDetails {
  margin-top: 11px;
  line-height: 1.25; }
  .fsCalendar .fsEventDetails .fsTimeRange {
    display: block; }
    .fsCalendar .fsEventDetails .fsTimeRange:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 4px;
      font-size: 0.875rem; }
  .fsCalendar .fsEventDetails .fsLocation {
    display: block; }
    .fsCalendar .fsEventDetails .fsLocation:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 8px;
      font-size: 1rem; }

.fsCalendar .fsDate {
  display: block;
  width: auto;
  height: auto;
  position: static;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  background: transparent; }
  .fsCalendar .fsDate span {
    display: inline-block;
    color: #6076a2;
    font-size: 16px;
    line-height: 22px; }

.fsCalendar .fsNotes {
  margin-top: 4px; }

.fsCalendar.fsGrid .fsStateHasEvents:not(.fsCalendarOutOfRange) {
  background-color: rgba(96, 118, 162, 0.05); }

.fsCalendar.fsGrid #event-view .fsStateHasEvents {
  background: none; }

.fsPostElement > footer .fsElementFooterContent {
  padding-top: 11px;
  border-top: 1px solid #e8e8e8;
  margin-top: 0; }

.fsPostElement > footer p {
  margin-bottom: 0; }

.fsPostElement > footer a {
  text-transform: none; }

.fsPostElement.fsGrid article {
  padding-top: 0;
  border-top: none;
  margin-top: 0; }

.fsPostElement.fsSlideshow article {
  padding-top: 0;
  border-top: none;
  margin-top: 0; }

.fsPostElement.fsList article .fsThumbnail:first-child {
  margin-top: 6px; }

.fsPostElement.fsList article + article {
  margin-top: 12px; }

.fsPostElement.fsList article:first-of-type .fsThumbnail:first-child {
  margin-top: 0; }

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

.fsPostElement article {
  margin-bottom: 11px; }
  .fsPostElement article + article {
    padding-top: 13px;
    border-top: 1px solid #d8d8d8; }

.fsPostElement .fsCategories {
  display: inline-block;
  padding: 0; }

.fsPostElement ul.fsTags {
  display: inline-block;
  padding: 0;
  margin: 12px 0 12px; }

.fsPostElement .fsReadMoreLink {
  display: block;
  margin-top: 5px; }

.fsPostElement .fsThumbnail {
  margin-bottom: 15px; }
  .fsPostElement .fsThumbnail img,
  .fsPostElement .fsThumbnail .fsCroppedImage {
    display: block; }

.fsPostElement .fsDateTime ~ * {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.14286; }

.fsPostElement .fsSummary > *:last-child {
  margin-bottom: 0; }

.fsPostElement .fsTitle {
  margin-bottom: 8px;
  color: #3c4965;
  font-size: 20px !important;
  line-height: 26px;
  font-family: "proxima-nova", serif;
  font-weight: 700; }
  .fsPostElement .fsTitle > a {
    color: inherit;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: inherit; }
    .fsPostElement .fsTitle > a:hover, .fsPostElement .fsTitle > a:focus {
      color: #6076a2; }

.fsSearchElement.fsSearchForm .fsFieldLabel {
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: #000000;
  background-color: #ffffff; }

.fsSearchElement.fsSearchForm form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  margin-bottom: 1em; }

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0; }

.fsSearchElement.fsSearchForm .fsStyleSearchField {
  height: 50px;
  border-color: rgba(117, 117, 117, 0.5); }

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50px;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  color: #000000;
  font-size: 0;
  background: #3c4965; }
  .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover, .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus {
    background: #6076a2; }
  .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 17px; }

#fsHeader .fsSearchElement {
  position: relative;
  padding: 0 15px; }
  #fsHeader .fsSearchElement .fsElementHeaderContent {
    margin: 0; }
  #fsHeader .fsSearchElement .search-toggle {
    display: block;
    width: 100%;
    padding: 0;
    border: 0px solid transparent;
    padding-top: 6px;
    padding-left: 24px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: relative;
    color: #686868;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #fsHeader .fsSearchElement .search-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      top: 6px;
      left: 5px;
      color: inherit;
      font-size: 13px; }
    #fsHeader .fsSearchElement .search-toggle:hover, #fsHeader .fsSearchElement .search-toggle:focus {
      color: #3c4965; }
    html.search-active #fsHeader .fsSearchElement .search-toggle {
      color: transparent; }
  #fsHeader .fsSearchElement .fsElementContent {
    max-width: 226px;
    width: 0px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }
    html.search-active #fsHeader .fsSearchElement .fsElementContent {
      width: 226px; }
  #fsHeader .fsSearchElement form {
    max-width: 0;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: max-width 0.3s ease;
    transition: max-width 0.3s ease; }
    html.search-active #fsHeader .fsSearchElement form {
      max-width: 226px;
      visibility: visible; }
  #fsHeader .fsSearchElement label.fsFieldLabel {
    display: none; }
  #fsHeader .fsSearchElement .fsSearchElementKeyword {
    margin: 0;
    height: 100%;
    width: 100%; }
  #fsHeader .fsSearchElement .fsButtonClear {
    visibility: hidden; }
  #fsHeader .fsSearchElement .fsStyleSearchField {
    padding: 0 64px 0 20px;
    border: 0 !important;
    height: 100%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    background-color: #6076a2; }
  #fsHeader .fsSearchElement .fsSearchElementSearchButton {
    padding: 0;
    margin: 0;
    border: 0;
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #000000;
    font-size: 0;
    opacity: 0;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    background: none; }
    #fsHeader .fsSearchElement .fsSearchElementSearchButton:hover, #fsHeader .fsSearchElement .fsSearchElementSearchButton:focus {
      background: none; }
    html.search-active #fsHeader .fsSearchElement .fsSearchElementSearchButton {
      opacity: 1; }
    #fsHeader .fsSearchElement .fsSearchElementSearchButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 13px; }

#fsMenu .fsSearchElement .fsSearchElementSearchButton {
  background: none; }
  #fsMenu .fsSearchElement .fsSearchElementSearchButton:hover, #fsMenu .fsSearchElement .fsSearchElementSearchButton:focus {
    background: none; }

.fsTabs .fsTabsNav li {
  margin-right: 2px; }
  .fsTabs .fsTabsNav li a {
    padding: 15px 11px 12px;
    color: #686868;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-transform: none;
    background: #e8e8e8; }
    .fsTabs .fsTabsNav li a:hover {
      color: #FFFFFF;
      background: #3c4965; }
  .fsTabs .fsTabsNav li.fsStateSelected:hover > a {
    color: #ffffff; }
  .fsTabs .fsTabsNav li.fsStateSelected a {
    background: #6076a2; }

.fsTabs .fsPanel > .fsElementContent {
  padding: 18px 11px 12px; }

.masthead {
  margin: 0; }
  .masthead.fsSlideshow .fsElementSlideshow {
    background: #f2f2f2; }
    .masthead.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
      padding: 0;
      margin: 0; }
  .masthead .fsElementSlideshowControls > button {
    top: 20px;
    left: 20px;
    background-color: #3c4965;
    opacity: 1; }
  .masthead .slideshow-arrows {
    min-height: 150px;
    max-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (min-width: 1000px) {
      .masthead .slideshow-arrows {
        min-height: 0;
        max-height: none;
        bottom: 0; } }
    .masthead .slideshow-arrows:before {
      content: '';
      display: block;
      width: 100%;
      position: relative;
      z-index: 1;
      padding-bottom: 41.92708%; }
      @media (min-width: 1000px) {
        .masthead .slideshow-arrows:before {
          display: none; } }
  .masthead .slideshow-arrows-inner {
    position: relative;
    margin: 0 auto;
    max-width: 76.25em;
    max-width: 76.25rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .masthead .slick-arrow {
    display: none !important;
    width: 50px;
    height: 50px;
    border: 2px solid #FFFFFF;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
    color: #757575;
    font-size: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    /*opacity: 0.6;*/
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s; }
    @media (min-width: 700px) {
      .masthead .slick-arrow {
        display: block !important; } }
    .masthead .slick-arrow:hover, .masthead .slick-arrow:focus {
      background: #ffffff;
      opacity: 1; }
      .masthead .slick-arrow:hover:before, .masthead .slick-arrow:focus:before {
        color: #757575; }
    .masthead .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      height: 46px;
      width: 46px;
      position: absolute;
      top: -2px !important;
      left: 0 !important;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      color: #757575;
      font-size: 48px;
      line-height: 46px;
      text-align: center; }
    .masthead .slick-arrow.fsPrevButton {
      left: 20px; }
      .masthead .slick-arrow.fsPrevButton:before {
        content: ""; }
    .masthead .slick-arrow.fsNextButton {
      right: 20px; }
      .masthead .slick-arrow.fsNextButton:before {
        content: ""; }
  .masthead .fsPager {
    display: block !important;
    margin-top: 10px;
    margin-left: -3px;
    margin-right: -3px;
    padding-bottom: 22px; }
    @media (min-width: 700px) {
      .masthead .fsPager {
        display: none !important; } }
    .masthead .fsPager li {
      width: 30px;
      height: 30px;
      margin-left: 3px;
      margin-right: 3px;
      background: none; }
      .masthead .fsPager li.slick-active button:before {
        width: 30px;
        height: 30px;
        background-color: #ffffff; }
      .masthead .fsPager li.slick-active button:after {
        background-color: #6076a2; }
      .masthead .fsPager li button {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        background: none; }
        .masthead .fsPager li button:before {
          content: '';
          display: block;
          height: 0;
          width: 0;
          border-radius: 60px;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 1;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          background-color: #ffffff !important;
          -webkit-transition: width 0.3s, height 0.3s;
          transition: width 0.3s, height 0.3s; }
        .masthead .fsPager li button:after {
          content: '';
          display: block;
          height: 10px;
          width: 10px;
          border-radius: 20px;
          position: absolute;
          top: 10px;
          left: 10px;
          z-index: 2;
          background-color: #757575;
          -webkit-transition: background 0.3s;
          transition: background 0.3s; }
  .masthead article {
    padding: 0;
    position: relative; }
    .masthead article .slide-media {
      min-height: 150px;
      max-height: 600px;
      background-position: center center;
      background-size: cover; }
      .masthead article .slide-media:before {
        content: '';
        display: block;
        width: 100%;
        position: relative;
        z-index: 1;
        padding-bottom: 41.92708%; }
      .masthead article .slide-media:after {
        content: '';
        display: none;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        background-image: -webkit-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.45) 100%);
        background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.45) 100%);
        pointer-events: none;
        visibility: visible; }
        @media (min-width: 1000px) {
          .masthead article .slide-media:after {
            display: block; } }
    .masthead article.fsResourceTypeVideo .fsTitle {
      display: none; }
    .masthead article img {
      display: none; }
    .masthead article figcaption {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      padding: 21px 20px 17px;
      color: #6b6b6b;
      font-size: 16px;
      line-height: 22px;
      font-weight: normal; }
      @media (min-width: 700px) {
        .masthead article figcaption {
          padding-left: 33px;
          padding-right: 33px; } }
      @media (min-width: 1000px) {
        .masthead article figcaption {
          padding-left: 102px;
          padding-right: 102px;
          padding-bottom: 41px;
          position: absolute;
          top: auto;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 100;
          color: #ffffff;
          font-size: 22px;
          line-height: 26px;
          background: none; } }
      .masthead article figcaption > *:last-child {
        margin-bottom: 0; }
      .masthead article figcaption .fsTitle {
        max-width: none;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 8px; }
        @media (min-width: 1000px) {
          .masthead article figcaption .fsTitle {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 0;
            margin-bottom: 14px;
            position: static; } }
    .masthead article .fsTitle {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      margin-bottom: 25px;
      padding-top: 21px;
      padding-left: 20px;
      padding-right: 20px;
      color: #3c4965;
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      font-family: "proxima-nova", serif;
      letter-spacing: -0.2px; }
      @media (min-width: 700px) {
        .masthead article .fsTitle {
          padding-left: 33px;
          padding-right: 33px; } }
      @media (min-width: 1000px) {
        .masthead article .fsTitle {
          padding-left: 102px;
          padding-right: 102px;
          padding-bottom: 41px;
          margin-bottom: 14px;
          color: #ffffff;
          font-size: 28px;
          line-height: 22px;
          letter-spacing: normal;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0; } }
      .masthead article .fsTitle > a {
        font-weight: inherit;
        color: inherit; }
        .masthead article .fsTitle > a:hover {
          color: #6076a2; }
    .masthead article a {
      color: #6076a2;
      font-weight: 700; }
      .masthead article a:hover, .masthead article a:focus {
        color: #3c4965; }
      @media (min-width: 1000px) {
        .masthead article a {
          color: #ffffff;
          letter-spacing: normal; }
          .masthead article a:hover, .masthead article a:focus {
            color: #6076a2; } }
    .masthead article p {
      margin-bottom: 10px; }
      .masthead article p:last-child {
        margin-bottom: 0; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.table-styled,
.fs_style_19 {
  width: 100%;
  border: 0; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.table-styled th,
  .fs_style_19 th {
    padding: 9px 20px 6px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: left;
    background: #6076a2; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.table-styled td,
  .fs_style_19 td {
    padding: 9px 20px 6px;
    color: #707070;
    background: #fbfbfb; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.table-styled tr:nth-of-type(odd) td,
  .fs_style_19 tr:nth-of-type(odd) td {
    color: #686868;
    background: #efefef; }

.fs_style_18,
.lead-in {
  display: block;
  margin-bottom: 7px;
  color: #3c4965;
  font-size: 1.25rem;
  line-height: 1.5; }

blockquote {
  padding-left: 20px;
  margin: 40px 0;
  border-left: 2px solid #6076a2;
  position: relative;
  color: #6076a2;
  font-size: 1.25rem;
  line-height: 1.5; }
  blockquote:before {
    display: none; }

.fs_style_002,
cite {
  display: block;
  margin: 13px 0 0;
  color: #6076a2;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.8px; }
  .fs_style_002:before,
  cite:before {
    display: none; }

.callout-content,
.fs_style_30 {
  display: block;
  margin: 0 0 9px;
  padding: 0;
  color: #353535;
  font-size: 20px;
  line-height: 26px;
  font-style: normal;
  font-weight: 400;
  font-family: "proxima-nova", serif;
  background: transparent; }

.callout-box-light, .callout-box-dark, .callout-box-school,
.callout-box {
  display: block;
  color: #757575;
  background: #e8e8e8; }
  .callout-box-light > header .fsElementHeaderContent, .callout-box-dark > header .fsElementHeaderContent, .callout-box-school > header .fsElementHeaderContent,
  .callout-box > header .fsElementHeaderContent {
    margin-bottom: 0; }
  .callout-box-light > header .fsImage picture, .callout-box-dark > header .fsImage picture, .callout-box-school > header .fsImage picture,
  .callout-box > header .fsImage picture {
    display: block; }
  .callout-box-light > header .fsImage img, .callout-box-dark > header .fsImage img, .callout-box-school > header .fsImage img,
  .callout-box > header .fsImage img {
    display: block;
    width: 100%;
    height: auto; }
  .callout-box-light > .fsElementContent, .callout-box-dark > .fsElementContent, .callout-box-school > .fsElementContent,
  .callout-box > .fsElementContent {
    padding: 30px; }
    .fsBannerLeft .callout-box-light > .fsElementContent, .fsBannerLeft .callout-box-dark > .fsElementContent, .fsBannerLeft .callout-box-school > .fsElementContent,
    .fsBannerRight .callout-box-light > .fsElementContent,
    .fsBannerRight .callout-box-dark > .fsElementContent,
    .fsBannerRight .callout-box-school > .fsElementContent, .fsBannerLeft
    .callout-box > .fsElementContent,
    .fsBannerRight
    .callout-box > .fsElementContent {
      padding: 20px; }
    .callout-box-light > .fsElementContent h2, .callout-box-dark > .fsElementContent h2, .callout-box-school > .fsElementContent h2,
    .callout-box > .fsElementContent h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 11px;
      margin-bottom: 15px;
      color: inherit;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
      text-transform: uppercase; }
  @media (min-width: 800px) {
    .left.callout-box-light, .left.callout-box-dark, .left.callout-box-school, .right.callout-box-light, .right.callout-box-dark, .right.callout-box-school,
    .callout-box.left,
    .callout-box.right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 800px) {
    .left.callout-box-light > header, .left.callout-box-dark > header, .left.callout-box-school > header, .left.callout-box-light > .fsElementContent, .left.callout-box-dark > .fsElementContent, .left.callout-box-school > .fsElementContent, .right.callout-box-light > header, .right.callout-box-dark > header, .right.callout-box-school > header, .right.callout-box-light > .fsElementContent, .right.callout-box-dark > .fsElementContent, .right.callout-box-school > .fsElementContent,
    .callout-box.left > header,
    .callout-box.left > .fsElementContent,
    .callout-box.right > header,
    .callout-box.right > .fsElementContent {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%; } }
  body.fsDraftMode .left.callout-box-light, body.fsDraftMode .left.callout-box-dark, body.fsDraftMode .left.callout-box-school, body.fsDraftMode .right.callout-box-light, body.fsDraftMode .right.callout-box-dark, body.fsDraftMode .right.callout-box-school, body.fsDraftMode
  .callout-box.left, body.fsDraftMode
  .callout-box.right {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    body.fsDraftMode .left.callout-box-light .fsElementActionButtonContainer, body.fsDraftMode .left.callout-box-dark .fsElementActionButtonContainer, body.fsDraftMode .left.callout-box-school .fsElementActionButtonContainer, body.fsDraftMode .right.callout-box-light .fsElementActionButtonContainer, body.fsDraftMode .right.callout-box-dark .fsElementActionButtonContainer, body.fsDraftMode .right.callout-box-school .fsElementActionButtonContainer, body.fsDraftMode
    .callout-box.left .fsElementActionButtonContainer, body.fsDraftMode
    .callout-box.right .fsElementActionButtonContainer {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
  .left.callout-box-light > header, .left.callout-box-dark > header, .left.callout-box-school > header, .right.callout-box-light > header, .right.callout-box-dark > header, .right.callout-box-school > header,
  .callout-box.left > header,
  .callout-box.right > header {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit; }
    .left.callout-box-light > header .fsImage, .left.callout-box-dark > header .fsImage, .left.callout-box-school > header .fsImage, .right.callout-box-light > header .fsImage, .right.callout-box-dark > header .fsImage, .right.callout-box-school > header .fsImage,
    .callout-box.left > header .fsImage,
    .callout-box.right > header .fsImage {
      opacity: 0;
      visibility: hidden; }
  .left.callout-box-light, .left.callout-box-dark, .left.callout-box-school,
  .callout-box.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .right.callout-box-light, .right.callout-box-dark, .right.callout-box-school,
  .callout-box.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.callout-box-light {
  color: #686868;
  background: #e8e8e8; }
  .callout-box-light a {
    color: #3c4965; }
    .callout-box-light a:hover {
      color: #3c4965;
      text-decoration: underline; }

.callout-box-dark {
  color: #ffffff;
  background: #757575; }
  .callout-box-dark a {
    color: #ffffff; }
    .callout-box-dark a:hover {
      color: #ffffff;
      text-decoration: underline; }

.callout-box-school {
  color: #ffffff;
  background: #6076a2; }
  .callout-box-school a {
    color: #ffffff; }
    .callout-box-school a:hover {
      color: #ffffff;
      text-decoration: underline; }

.home #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0; }

.home.fsHasOneColumnLayout .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.home .fsPageLayout > .fsDiv > .fsContainer > header > .fsElementTitle {
  display: block;
  margin-bottom: 17px;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media (max-width: 549px) {
    .home .fsPageLayout > .fsDiv > .fsContainer > header > .fsElementTitle {
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; } }
  @media (min-width: 550px) {
    .home .fsPageLayout > .fsDiv > .fsContainer > header > .fsElementTitle {
      font-size: 2.5rem;
      line-height: 2.8125rem; } }

.home .fsPageLayout > .fsDiv > .fsContainer > header .fsElementHeaderContent {
  margin: 0; }

.home .fsPageLayout > .fsDiv > .fsContainer > footer > .fsElementFooterContent {
  margin: 0;
  text-align: center; }
  .home .fsPageLayout > .fsDiv > .fsContainer > footer > .fsElementFooterContent > *:last-child {
    margin-bottom: 0; }

.home .fsPageLayout > .fsDiv > .fsContainer > footer a[class*="fs_style_"] {
  padding: 16px 27px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px; }

.panel-buttons.fsContainer {
  padding-top: 52px;
  padding-bottom: 0;
  margin: 0; }
  .panel-buttons.fsContainer > .fsElementContent {
    padding-top: 32px;
    padding-bottom: 56px;
    margin-bottom: 0;
    text-align: center; }
    @media (min-width: 700px) {
      .panel-buttons.fsContainer > .fsElementContent {
        padding-top: 50px;
        padding-bottom: 35px; } }
    @media (min-width: 1000px) {
      .panel-buttons.fsContainer > .fsElementContent {
        padding-top: 30px;
        padding-bottom: 31px; } }
    @media (min-width: 1180px) {
      .panel-buttons.fsContainer > .fsElementContent {
        padding-bottom: 34px; } }
  .panel-buttons.fsContainer .fsElement {
    width: 100%; }
    .panel-buttons.fsContainer .fsElement > .fsElementContent {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
      @media (min-width: 700px) {
        .panel-buttons.fsContainer .fsElement > .fsElementContent {
          width: calc(100% + 12px);
          margin-left: -6px;
          margin-right: -6px; } }
      @media (min-width: 1000px) {
        .panel-buttons.fsContainer .fsElement > .fsElementContent {
          -webkit-flex-flow: row;
          -ms-flex-flow: row;
          flex-flow: row; } }
      .panel-buttons.fsContainer .fsElement > .fsElementContent > *:not(a):not(.fsContentOverlay) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; }
        @media (min-width: 700px) {
          .panel-buttons.fsContainer .fsElement > .fsElementContent > *:not(a):not(.fsContentOverlay) {
            width: calc(100% + 12px);
            padding-left: 6px;
            padding-right: 6px;
            margin-left: -6px;
            margin-right: -6px; } }
        @media (min-width: 1000px) {
          .panel-buttons.fsContainer .fsElement > .fsElementContent > *:not(a):not(.fsContentOverlay) {
            -webkit-flex-flow: row;
            -ms-flex-flow: row;
            flex-flow: row; } }
        .panel-buttons.fsContainer .fsElement > .fsElementContent > *:not(a):not(.fsContentOverlay).fsContentEditable {
          display: block; }
          .panel-buttons.fsContainer .fsElement > .fsElementContent > *:not(a):not(.fsContentOverlay).fsContentEditable > *:not(a) {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%; }
            @media (min-width: 1000px) {
              .panel-buttons.fsContainer .fsElement > .fsElementContent > *:not(a):not(.fsContentOverlay).fsContentEditable > *:not(a) {
                -webkit-flex-flow: row;
                -ms-flex-flow: row;
                flex-flow: row; } }
            .panel-buttons.fsContainer .fsElement > .fsElementContent > *:not(a):not(.fsContentOverlay).fsContentEditable > *:not(a).fsContentEditable {
              display: block; }
      .panel-buttons.fsContainer .fsElement > .fsElementContent a[class*="fs_style_"] {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px; }
        @media (min-width: 700px) {
          .panel-buttons.fsContainer .fsElement > .fsElementContent a[class*="fs_style_"] {
            margin-left: 12px;
            margin-right: 12px;
            width: calc(50% - 24px); } }
        @media (min-width: 1000px) {
          .panel-buttons.fsContainer .fsElement > .fsElementContent a[class*="fs_style_"] {
            width: calc(33.33333% - 24px); } }

.panel-calendar {
  padding-top: 52px;
  padding-bottom: 0;
  margin: 0; }
  .panel-calendar > .fsElementContent {
    padding: 0;
    padding-top: 32px;
    margin-bottom: 0; }
    @media (min-width: 700px) {
      .panel-calendar > .fsElementContent {
        padding-top: 50px; } }
    @media (min-width: 1000px) {
      .panel-calendar > .fsElementContent {
        padding-top: 30px; } }
  .panel-calendar > footer {
    padding-bottom: 62px; }
    @media (min-width: 700px) {
      .panel-calendar > footer {
        padding-bottom: 41px; } }
    @media (min-width: 1000px) {
      .panel-calendar > footer {
        padding-bottom: 21px; } }
    @media (min-width: 1180px) {
      .panel-calendar > footer {
        padding-bottom: 18px; } }
  .panel-calendar .fsCalendar {
    clear: both;
    margin: 0; }
    .panel-calendar .fsCalendar article {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      display: none;
      padding-bottom: 41px;
      border-bottom: 0;
      margin: 0;
      position: relative; }
      @media (min-width: 900px) {
        .panel-calendar .fsCalendar article {
          padding-bottom: 56px; } }
      @media (min-width: 1000px) {
        .panel-calendar .fsCalendar article {
          padding-bottom: 27px; } }
      @media (min-width: 1180px) {
        .panel-calendar .fsCalendar article {
          padding-bottom: 33px; } }
      .panel-calendar .fsCalendar article:nth-child(1) {
        display: block; }
      .panel-calendar .fsCalendar article:nth-child(2) {
        display: block; }
      @media (min-width: 700px) {
        .panel-calendar .fsCalendar article {
          display: block; } }
    .panel-calendar .fsCalendar .fsListItems {
      padding-bottom: 22px; }
      @media (min-width: 700px) {
        .panel-calendar .fsCalendar .fsListItems {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: row;
          -ms-flex-flow: row;
          flex-flow: row;
          padding-bottom: 0; } }
    .panel-calendar .fsCalendar .fsTitle {
      padding-top: 25px;
      padding-left: 20px;
      padding-right: 20px;
      color: #000000;
      font-size: 18px;
      line-height: 24px;
      text-align: center; }
      .panel-calendar .fsCalendar .fsTitle a {
        color: #000000; }
        .panel-calendar .fsCalendar .fsTitle a:hover, .panel-calendar .fsCalendar .fsTitle a:focus {
          color: inherit;
          text-decoration: underline; }
    .panel-calendar .fsCalendar .fsDate {
      display: block;
      height: 136px;
      width: 136px;
      padding-top: 23px;
      border-radius: 0;
      margin: 0 auto;
      text-align: center;
      background: #ffffff; }
      .panel-calendar .fsCalendar .fsDate span {
        display: inline-block;
        color: #3c4965;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2.0px; }
      .panel-calendar .fsCalendar .fsDate .fsSeparator {
        margin: 0 7px; }
      .panel-calendar .fsCalendar .fsDate .fsDay {
        display: block;
        padding-top: 4px;
        font-size: 76px;
        line-height: 80px;
        font-weight: normal; }
    .panel-calendar .fsCalendar .fsEventDetails {
      padding-top: 10px;
      text-align: center;
      color: #000000; }
    .panel-calendar .fsCalendar .fsTimeRange {
      font-size: 16px;
      font-weight: 300; }
      .panel-calendar .fsCalendar .fsTimeRange:before {
        margin-right: 8px; }
    .panel-calendar .fsCalendar .fsLocation {
      font-size: 16px;
      font-weight: 300;
      color: #000000; }
  .panel-calendar footer .fsElementFooterContent a {
    color: #000000; }

.panel-news {
  padding-top: 52px;
  padding-bottom: 0;
  margin: 0; }
  .panel-news > .fsElementContent {
    padding-top: 21px;
    padding-bottom: 44px;
    margin-bottom: 0; }
    @media (min-width: 700px) {
      .panel-news > .fsElementContent {
        padding-top: 40px;
        padding-bottom: 13px; } }
    @media (min-width: 1000px) {
      .panel-news > .fsElementContent {
        padding-top: 44px;
        padding-bottom: 26px; } }
    @media (min-width: 1180px) {
      .panel-news > .fsElementContent {
        padding-top: 39px;
        padding-bottom: 0px; } }
  @media (max-width: 799px) {
    .panel-news .fsPostElement.fsGrid .fsListItems article {
      width: 100%; } }
  .panel-news > footer {
    padding-bottom: 51px; }
    @media (min-width: 700px) {
      .panel-news > footer {
        padding-bottom: 46px; } }
    @media (min-width: 1000px) {
      .panel-news > footer {
        padding-bottom: 66px; } }
    @media (min-width: 1180px) {
      .panel-news > footer {
        padding-bottom: 46px; } }

div[class*=" panel-color-"],
section[class*=" panel-color-"] {
  position: relative; }
  body:not(.fsComposeMode) div[class*=" panel-color-"], body:not(.fsComposeMode)
  section[class*=" panel-color-"] {
    width: 100vw;
    margin-left: -50vw;
    left: 50%; }
  div[class*=" panel-color-"] > header,
  div[class*=" panel-color-"] > .fsElementContent,
  div[class*=" panel-color-"] > footer,
  section[class*=" panel-color-"] > header,
  section[class*=" panel-color-"] > .fsElementContent,
  section[class*=" panel-color-"] > footer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  div[class*=" panel-color-"]:before,
  section[class*=" panel-color-"]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.85;
    pointer-events: none; }
  div[class*=" panel-color-"] > *,
  section[class*=" panel-color-"] > * {
    position: relative;
    z-index: 3; }
  div[class*=" panel-color-"] > header > .fsElementTitle,
  section[class*=" panel-color-"] > header > .fsElementTitle {
    color: #ffffff; }

.panel-color-1:before {
  background-color: #7c99d5; }

.panel-color-2:before {
  background-color: #3c4965; }

.panel-background-fixed {
  padding-left: 20px;
  padding-right: 20px;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden; }
  body:not(.fsComposeMode) .panel-background-fixed {
    width: 100vw;
    margin-left: -50vw;
    left: 50%; }
  .panel-background-fixed > header,
  .panel-background-fixed > .fsElementContent,
  .panel-background-fixed > footer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

body.fsComposeMode.home .fsPageLayout > .fsDiv > .fsContainer > header > .fsElementTitle {
  margin-top: 50px; }

.fsGoogleTranslate {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  color: #686868;
  background: transparent; }
  @media (min-width: 700px) {
    .fsGoogleTranslate {
      margin: 0 15px; } }
  .fsGoogleTranslate:hover, .fsGoogleTranslate:focus {
    color: #3c4965; }
    .fsGoogleTranslate:hover:before, .fsGoogleTranslate:hover:after, .fsGoogleTranslate:focus:before, .fsGoogleTranslate:focus:after {
      color: inherit; }
  .fsGoogleTranslate .fsElementContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px;
    padding-left: 24px;
    padding-right: 5px;
    padding-bottom: 5px;
    width: 100%;
    color: inherit;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .fsGoogleTranslate .fsElementContent:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      min-width: 14px;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: inherit;
      font-size: 15px;
      line-height: 18px;
      vertical-align: middle; }
    .fsGoogleTranslate .fsElementContent:after {
      content: 'Translate';
      display: inline-block;
      color: inherit;
      font-size: 14px;
      line-height: 18px; }
  .fsGoogleTranslate #google_translate_element,
  .fsGoogleTranslate #google_translate_element_select {
    display: inline-block;
    border: none;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.8);
    vertical-align: middle; }
    .fsGoogleTranslate #google_translate_element:hover, .fsGoogleTranslate #google_translate_element:focus,
    .fsGoogleTranslate #google_translate_element_select:hover,
    .fsGoogleTranslate #google_translate_element_select:focus {
      color: #3c4965; }
      .fsGoogleTranslate #google_translate_element:hover .goog-te-gadget, .fsGoogleTranslate #google_translate_element:focus .goog-te-gadget,
      .fsGoogleTranslate #google_translate_element_select:hover .goog-te-gadget,
      .fsGoogleTranslate #google_translate_element_select:focus .goog-te-gadget {
        color: #000000; }
        .fsGoogleTranslate #google_translate_element:hover .goog-te-gadget img,
        .fsGoogleTranslate #google_translate_element:hover .goog-te-gadget .goog-logo-link, .fsGoogleTranslate #google_translate_element:focus .goog-te-gadget img,
        .fsGoogleTranslate #google_translate_element:focus .goog-te-gadget .goog-logo-link,
        .fsGoogleTranslate #google_translate_element_select:hover .goog-te-gadget img,
        .fsGoogleTranslate #google_translate_element_select:hover .goog-te-gadget .goog-logo-link,
        .fsGoogleTranslate #google_translate_element_select:focus .goog-te-gadget img,
        .fsGoogleTranslate #google_translate_element_select:focus .goog-te-gadget .goog-logo-link {
          display: none; }
    .fsGoogleTranslate #google_translate_element .goog-te-gadget,
    .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple,
    .fsGoogleTranslate #google_translate_element_select .goog-te-gadget,
    .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple {
      display: inline-block;
      padding: 0;
      border: 0;
      color: #000000;
      font-size: 0;
      vertical-align: middle;
      background: transparent; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget img,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-logo-link,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple img,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-logo-link,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget img,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-logo-link,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple img,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-logo-link {
        display: none; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-te-combo,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-te-combo,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-te-combo,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-te-combo {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget select::-ms-expand,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple select::-ms-expand,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget select::-ms-expand,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple select::-ms-expand {
        display: none; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget > div,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div {
        display: inline-block;
        vertical-align: middle; }
        .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select,
        .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select,
        .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select,
        .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select {
          width: 100%;
          height: auto;
          min-height: 30px;
          padding: 0;
          border: none;
          margin: 0;
          color: transparent;
          background: transparent;
          cursor: pointer; }
          .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select:focus,
          .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select:focus,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select:focus,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select:focus {
            color: #ffffff; }
          .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select option,
          .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select option,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select option,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select option {
            color: #000000;
            font-size: 12px !important;
            line-height: 26px !important;
            background: #ffffff; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-te-menu-value,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-te-menu-value,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-te-menu-value {
        display: block;
        width: 80px;
        height: 50px;
        margin: 0; }

iframe.goog-te-menu-frame {
  position: absolute;
  box-shadow: none !important;
  top: 55px !important;
  left: 20px !important;
  right: 20px !important; }
  iframe.goog-te-menu-frame html {
    background-color: red !important; }

.goog-te-menu2 {
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-top: 5px; }
  .goog-te-menu2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #212529; }
  .goog-te-menu2 > table {
    background-color: #212529;
    padding: 40px; }

.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div,
.goog-te-menu2-item-selected div,
.goog-te-menu2-item-selected:link div,
.goog-te-menu2-item-selected:visited div,
.goog-te-menu2-item-selected:hover div,
.goog-te-menu2-item-selected:active div {
  background: #212529;
  color: #d8d8d8; }
