@charset "UTF-8";
 /**
 *
 * Castilleja - default_17
 * @link http://castilleja.redesign.finalsite.com
 * Site Template : newclientcustom
 * Built By: Jorge Piquer
 * Project Manager: Project Manager
 * Designer: 3rd Party
 * ==== Git Info ====
 * Branch Name: clients/castilleja
 * Build version: 3.2.3
 * Git Tag: v3.0-168-g90bc15dc01
 * Last build by: Kosha Burnett
 *
 **/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Overpass:300,400,700|Playfair+Display:400,400i,700");
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 49.16667em;
  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: 0.83333em;
  margin-left: 0.83333em; }

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

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

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

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

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

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

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

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

.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, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 25px; }

h2 {
  margin-top: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: normal;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 25px; }

h3 {
  margin-top: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px; }

h4 {
  margin-top: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px; }

h5 {
  margin-top: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px; }

h6 {
  margin-top: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px; }

p {
  margin: 0 0 40px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #d31245;
  transition: opacity .3s; }
  a:hover, a:focus {
    opacity: .5; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_29 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_29 th,
  .fs_style_29 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_29 th {
    padding: 10px;
    text-align: left;
    background: #d6e8ef;
    color: #fff; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_29 td {
    padding: 10px;
    background: rgba(0, 0, 0, 0.05); }
    table.fs_style_29 tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }

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

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

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

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #565959; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #565959; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #242525; }

.fsElementDialog {
  color: #565959; }

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

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

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

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

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

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

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

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

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  opacity: 1;
  transition: opacity .3s; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #565959;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.button,
.fs_style_26 {
  display: inline-block;
  border: 1px solid #565959;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #565959;
  border-radius: 0; }
  .button:hover, .button:focus,
  .fs_style_26:hover,
  .fs_style_26:focus {
    background: rgba(0, 0, 0, 0);
    color: #565959; }
  .button em,
  .fs_style_26 em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 1px solid #565959;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #565959;
  border-radius: 0; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: rgba(0, 0, 0, 0);
    color: #565959; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton:hover {
    opacity: .6; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 1px solid #565959;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #565959;
  border-radius: 0;
  transition: .6; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: rgba(0, 0, 0, 0);
    color: #565959; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton:hover {
    opacity: .6; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_28 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 400; }

blockquote {
  position: relative;
  margin: 20px 0;
  padding: 30px 0;
  font-size: 34px;
  line-height: 36px;
  font-style: italic;
  font-weight: 700;
  font-family: "Playfair Display", Georgia, serif;
  border-top: 1px solid #565959;
  border-bottom: 1px solid #565959; }
  blockquote:before {
    position: absolute;
    right: 100%;
    top: 20px;
    content: '\201C'; }

cite,
.fs_style_25 {
  display: block;
  margin: 0 0 20px;
  padding-top: 20px;
  font-family: "Overpass", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300; }
  cite:before,
  .fs_style_25:before {
    content: '- '; }

.callout {
  padding: 20px;
  background: #d6e8ef;
  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;
  background: #fff; }

.translate {
  position: relative;
  z-index: 1;
  height: 28px;
  margin-right: -35px; }
  .translate:hover label {
    opacity: .6; }
  .translate label {
    position: absolute;
    top: 57%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase; }
  .translate .skiptranslate {
    position: relative;
    z-index: 2;
    font-size: 0; }
    .translate .skiptranslate > span, .translate .skiptranslate label {
      display: none; }
  .translate .goog-te-gadget .goog-te-combo {
    margin: 0; }
  .translate .goog-te-gadget select {
    opacity: 0; }
  .translate .goog-te-gadget-simple {
    border: 0;
    background: transparent; }
    .translate .goog-te-gadget-simple > img {
      display: none; }
  .translate .goog-te-menu-value img {
    display: none; }
  .translate .goog-te-menu-value span {
    color: transparent; }
    .translate .goog-te-menu-value span:not(:first-of-type) {
      display: none; }
  .fsMenu .translate {
    margin-bottom: 0;
    padding-left: 30px; }

.nav-container {
  position: relative;
  z-index: 1;
  margin-bottom: 0; }
  .nav-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 49.16667em;
    max-width: 73.75rem;
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 900px) {
    .nav-container > .fsElementContent {
      padding-top: 20px; } }
  @media (min-width: 1050px) {
    .nav-container {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .nav-container.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee; }
    .nav-container.is-fixed.fixed-account {
      top: 40px; }

.site-info-container {
  margin-bottom: 0;
  padding: 55px 0;
  white-space: nowrap; }
  .fsHeader .site-info-container {
    width: 100%; }
    @media only screen and (max-width: 1220px) and (min-width: 900px) {
      .fsHeader .site-info-container {
        padding-left: 20px; } }
    @media (min-width: 900px) {
      .fsHeader .site-info-container {
        padding-top: 0;
        padding-bottom: 38px;
        padding-left: 20px; }
        .fsHeader .site-info-container a {
          -ms-flex-pack: start;
          justify-content: flex-start; } }
    @media (min-width: 1050px) {
      .fsHeader .site-info-container {
        width: 20%;
        padding-bottom: 10px; } }
  .site-info-container a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    font-size: 41px;
    color: #565959; }
    .site-info-container a img {
      width: 300px;
      margin: 0 auto; }
      @media (min-width: 900px) {
        .site-info-container a img {
          margin: 0; } }
      @media (min-width: 1050px) {
        .site-info-container a img {
          width: 100%; } }

.home-hero {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center; }
  @media (min-width: 900px) {
    .home-hero {
      height: calc(100vh - 157px); } }
  .home-hero header,
  .home-hero footer {
    position: absolute;
    z-index: 2;
    color: #fff; }
  .home-hero header {
    width: 100%;
    top: -3%;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    text-align: justify; }
  .home-hero footer {
    bottom: 80px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase; }
    .home-hero footer:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      bottom: -40px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .home-hero .fsElementContent {
    position: relative;
    z-index: 1; }
    .home-hero .fsElementContent:before {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      content: ''; }
  .home-hero:before, .home-hero:after {
    content: '';
    border-bottom: 15px solid #fff;
    height: 0;
    width: 50%;
    position: absolute;
    bottom: 0;
    z-index: 2; }
  .home-hero:before {
    border-right: 15px solid rgba(0, 0, 0, 0);
    left: 0; }
  .home-hero:after {
    border-left: 15px solid rgba(0, 0, 0, 0);
    right: 0;
    border-right: none; }
  .home-hero img {
    display: block;
    max-width: none;
    width: auto;
    height: 400px;
    opacity: 0; }
    @media (min-width: 700px) {
      .home-hero img {
        height: calc(100vh - 157px);
        min-width: 100%; } }

.interior-hero {
  position: relative; }
  .interior-hero p {
    margin: 0; }
  .interior-hero img {
    display: block;
    width: 100%; }
  .interior-hero .fs_style_27 {
    position: relative; }
    .interior-hero .fs_style_27:before {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      content: '';
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 80%, #D6E8EF 100%); }
  .interior-hero:before, .interior-hero:after {
    content: '';
    border-bottom: 15px solid #fff;
    height: 0;
    width: 50%;
    position: absolute;
    bottom: 0;
    z-index: 2; }
  .interior-hero:before {
    border-right: 15px solid rgba(0, 0, 0, 0);
    left: 0; }
  .interior-hero:after {
    border-left: 15px solid rgba(0, 0, 0, 0);
    right: 0;
    border-right: none; }

.divider {
  position: relative;
  display: block;
  width: 100%;
  height: 65px; }

#fsFooter {
  padding: 20px;
  color: #565959;
  background: #e6e8e2; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 49.16667em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .nav-social {
    margin-bottom: 0; }
  #fsFooter .utility-container {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center; }
    @media (min-width: 900px) {
      #fsFooter .utility-container {
        -ms-flex-order: 1;
        order: 1;
        width: auto;
        text-align: left; } }
  #fsFooter .site-info-container {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 900px) {
      #fsFooter .site-info-container {
        -ms-flex-order: 2;
        order: 2;
        width: 236px;
        padding: 0; } }

.school-details {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px; }
  .school-details [itemprop='streetAddress'] {
    display: inline-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: "Overpass", sans-serif;
  background: #d6e8ef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 24px;
  line-height: 28px;
  color: #565959; }

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

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

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

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 400px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 680px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  #fsBannerRight .fsBanner > .fsElement {
    margin-bottom: 30px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 120px;
      width: 400px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 120px;
        width: 400px; } }

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

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

.fsTwoColumnLayout header .fsElementTitle {
  margin-left: 20px; }

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

.fsThreeColumnLayout header .fsElementTitle {
  margin-left: 20px; }

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

.fsFourColumnLayout header .fsElementTitle {
  margin-left: 20px; }

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

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

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

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

.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: 120px;
      width: 400px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 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: 20px;
        width: 400px; } }
  .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% - 400px); } }

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

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

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

.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% - 400px); } }

@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% - 400px); } }

@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: 120px;
    width: 400px; } }

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

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

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

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

#fsPoweredByFinalsite {
  position: absolute;
  bottom: 20px;
  right: 20px; }

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

.fsBreadcrumb li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase; }
  .fsBreadcrumb li:first-of-type:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 10px;
    font-size: 14px; }
  .fsBreadcrumb li:nth-of-type(2) a {
    pointer-events: none; }

.fsBreadcrumb a {
  color: #565959;
  font-size: 14px;
  text-transform: uppercase; }

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

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

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

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .no-flexbox .nav-main .fsNavLevel1 {
      text-align: justify;
      font-size: 0.1px; }
      .no-flexbox .nav-main .fsNavLevel1 > li {
        display: inline-block; }
      .no-flexbox .nav-main .fsNavLevel1:after {
        content: "";
        display: inline-block;
        width: 100%; } }

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: calc(100% - 10px);
  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:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: calc(100% - 10px);
  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; } }

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  padding: 25px 6px;
  font-size: 20px;
  line-height: 24px;
  color: #565959; }

.nav-main .fsNavLevel1 > li:hover > a {
  opacity: 1; }

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

.nav-main .fsNavLevel1:hover > li:not(:hover) a {
  opacity: .5; }

.nav-main {
  margin-bottom: 0; }
  .nav-main .fsNavPageInfo {
    width: 100%;
    background: linear-gradient(90deg, #D6E8EF 0%, #E3EBD1 100%);
    text-align: left;
    z-index: 300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
      left: 0;
      -ms-transform: none;
      transform: none; }
    .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
      right: 0;
      left: auto;
      -ms-transform: none;
      transform: none; }
    .nav-main .fsNavPageInfo:before, .nav-main .fsNavPageInfo:after {
      content: '';
      border-top: 10px solid #fff;
      height: 0;
      position: absolute;
      top: 0; }
    .nav-main .fsNavPageInfo:before {
      border-right: 10px solid rgba(0, 0, 0, 0);
      left: 0; }
    .nav-main .fsNavPageInfo:after {
      border-left: 10px solid rgba(0, 0, 0, 0);
      right: 0;
      border-right: none; }
  .nav-main .fsNavLevel2 {
    padding: 40px !important; }
    .nav-main .fsNavLevel2 li a {
      padding: 5px;
      font-size: 25px;
      line-height: 50px;
      font-weight: 300;
      color: #565959;
      display: block;
      opacity: 1;
      transition: opacity .3s; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        opacity: .6; }
  .nav-main .fsNavLevel1 > li:first-of-type .fsNavPageInfo:before {
    width: 5%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:first-of-type .fsNavPageInfo:before {
        width: calc(50% - 70px); } }
  .nav-main .fsNavLevel1 > li:first-of-type .fsNavPageInfo:after {
    width: 95%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:first-of-type .fsNavPageInfo:after {
        width: calc(50% + 70px); } }
  .nav-main .fsNavLevel1 > li:nth-of-type(2) .fsNavPageInfo:before {
    width: 20%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:nth-of-type(2) .fsNavPageInfo:before {
        width: calc(50% - -72px); } }
  .nav-main .fsNavLevel1 > li:nth-of-type(2) .fsNavPageInfo:after {
    width: 80%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:nth-of-type(2) .fsNavPageInfo:after {
        width: calc(50% + -72px); } }
  .nav-main .fsNavLevel1 > li:nth-of-type(3) .fsNavPageInfo:before {
    width: 35%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:nth-of-type(3) .fsNavPageInfo:before {
        width: calc(50% + 174px); } }
  .nav-main .fsNavLevel1 > li:nth-of-type(3) .fsNavPageInfo:after {
    width: 65%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:nth-of-type(3) .fsNavPageInfo:after {
        width: calc(50% - 174px); } }
  .nav-main .fsNavLevel1 > li:nth-of-type(4) .fsNavPageInfo:before {
    width: 50%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:nth-of-type(4) .fsNavPageInfo:before {
        width: calc(50% + 263px); } }
  .nav-main .fsNavLevel1 > li:nth-of-type(4) .fsNavPageInfo:after {
    width: 50%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:nth-of-type(4) .fsNavPageInfo:after {
        width: calc(50% - 263px); } }
  .nav-main .fsNavLevel1 > li:nth-of-type(5) .fsNavPageInfo:before {
    width: 65%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:nth-of-type(5) .fsNavPageInfo:before {
        width: calc(50% + 350px); } }
  .nav-main .fsNavLevel1 > li:nth-of-type(5) .fsNavPageInfo:after {
    width: 35%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:nth-of-type(5) .fsNavPageInfo:after {
        width: calc(50% - 350px); } }
  .nav-main .fsNavLevel1 > li:nth-of-type(6) .fsNavPageInfo:before {
    width: 75%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:nth-of-type(6) .fsNavPageInfo:before {
        width: calc(50% + 462px); } }
  .nav-main .fsNavLevel1 > li:nth-of-type(6) .fsNavPageInfo:after {
    width: 25%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:nth-of-type(6) .fsNavPageInfo:after {
        width: calc(50% - 462px); } }
  .nav-main .fsNavLevel1 > li:last-of-type .fsNavPageInfo:before {
    width: 85%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:last-of-type .fsNavPageInfo:before {
        width: calc(50% + 550px); } }
  .nav-main .fsNavLevel1 > li:last-of-type .fsNavPageInfo:after {
    width: 15%; }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li:last-of-type .fsNavPageInfo:after {
        width: calc(50% - 550px); } }

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

.drawer-trigger-element {
  position: relative;
  width: 100%;
  height: 65px;
  margin-bottom: 0; }
  @media (min-width: 900px) {
    .drawer-trigger-element {
      display: none; } }

.drawer-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 65px;
  color: #565959; }
  .drawer-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 15px;
    color: #565959;
    font-size: 20px; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.drawer-close-element {
  padding-top: 20px;
  text-align: center; }
  .drawer-close-element .fsDialogCloseButton {
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px; }
    .drawer-close-element .fsDialogCloseButton:before, .drawer-close-element .fsDialogCloseButton:after {
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .drawer-close-element .drawer-close {
    font-size: 18px;
    line-height: 21px; }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  height: 100vh;
  min-height: 100%;
  max-width: 100%;
  background: #565959; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fsMenu .fsNavLevel1, .fsMenu .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsMenu .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .fsMenu .nav-mobile {
    position: relative; }
    .fsMenu .nav-mobile .fsNavLevel1 > li > a {
      position: relative; }
      .fsMenu .nav-mobile .fsNavLevel1 > li > a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        right: 20px;
        font-size: 18px; }
    .fsMenu .nav-mobile li {
      padding: 11px 0;
      text-indent: inherit; }
      .fsMenu .nav-mobile li.fsNavCurrentPage > a, .fsMenu .nav-mobile li.fsNavCurrentPageAncestor > a {
        color: #d31245; }
    .fsMenu .nav-mobile a {
      display: block;
      padding-left: 30px;
      color: #565959;
      font-size: 25px;
      line-height: 26px; }
    .fsMenu .nav-mobile .fsNavLevel2 {
      list-style: none;
      position: absolute;
      top: 0;
      left: -100%;
      z-index: 2;
      width: 100%;
      min-height: 820px;
      background: #fff;
      transition: left .3s; }
      .fsMenu .nav-mobile .fsNavLevel2 a {
        font-size: 22px; }
      .fsMenu .nav-mobile .fsNavLevel2.active-mobile {
        left: 0; }
      .fsMenu .nav-mobile .fsNavLevel2 span {
        display: block;
        width: 100%; }
        .fsMenu .nav-mobile .fsNavLevel2 span.mobile-back {
          margin-top: 56px;
          margin-bottom: 30px;
          padding: 0 37px;
          font-size: 18px; }
          .fsMenu .nav-mobile .fsNavLevel2 span.mobile-back:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            margin-right: 15px;
            font-size: 16px; }
      .fsMenu .nav-mobile .fsNavLevel2 .mobile-sub-head {
        display: block;
        width: 100%;
        padding: 12px 35px;
        font-size: 25px;
        background: #d6e8ef; }
    .fsMenu .nav-mobile .fsNavLevel3 a {
      padding-left: 55px; }
  .fsMenu .utility-header-mobile,
  .fsMenu .utility-footer-mobile {
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 16px;
    line-height: 45px;
    text-transform: uppercase; }
    .fsMenu .utility-header-mobile a,
    .fsMenu .utility-footer-mobile a {
      color: #565959; }
      .fsMenu .utility-header-mobile a:before,
      .fsMenu .utility-footer-mobile a:before {
        margin-right: 5px; }

.home-link {
  padding: 11px 0 11px 30px;
  margin-bottom: 0; }
  .home-link a {
    color: #565959; }

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

.nav-sub li {
  margin: 0;
  padding: 0; }

#fsHeader .nav-sub {
  display: block;
  padding: 0 20px;
  background: #fff; }
  @media (min-width: 800px) {
    #fsHeader .nav-sub {
      display: none; } }

#fsPageBody .nav-sub {
  display: block;
  padding: 9px 11px;
  background: #d6e8ef;
  margin-bottom: 20px; }

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

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

.nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #d31245; }

.nav-sub ul li a {
  display: block;
  padding: 0;
  color: #565959;
  font-size: 16px;
  font-weight: 600; }
  .nav-sub ul li a:hover {
    color: #039; }

.nav-sub .fsNavLevel1 > li {
  padding: 10px 0;
  border-bottom: 1px solid #fff; }
  .nav-sub .fsNavLevel1 > li:last-child {
    border-bottom: none; }
  .nav-sub .fsNavLevel1 > li > a {
    padding-left: 12px;
    line-height: 25px;
    text-transform: uppercase; }

.nav-sub .fsNavLevel2 > li {
  margin-left: 24px;
  padding: 10px 0; }
  .nav-sub .fsNavLevel2 > li:not(:last-child) {
    border-bottom: 1px solid #fff; }
  .nav-sub .fsNavLevel2 > li > a {
    line-height: 25px; }

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

.nav-sub > header {
  display: none; }
  @media (min-width: 800px) {
    .nav-sub > header {
      display: none; } }
  .nav-sub > header > .fsElementTitle {
    margin-top: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    text-align: center; }
    @media (min-width: 800px) {
      .nav-sub > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .nav-sub > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .nav-sub.active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.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;
    line-height: 7px; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 40px; }
  .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*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
    color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
    color: #3f729b; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
    color: #0077b5; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
    color: #cc2127; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
    color: #35465c; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
    color: #55acee; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
    color: #1ab7ea; }
  .nav-social .fsNavLevel1 [href*='vine']:hover:before {
    color: #00b488; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
    color: #cd201f; }
  .nav-social .fsNavLevel1 [href*='rss']:hover:before {
    color: #f26522; }
  .nav-social .fsNavLevel1 a {
    display: block; }
    .nav-social .fsNavLevel1 a:before {
      color: #565959;
      font-size: 40px;
      transition: 0.3s all;
      display: block; }

.nav-utility-header {
  position: relative;
  margin: 0 auto;
  max-width: 49.16667em;
  max-width: 73.75rem;
  padding-top: 15px; }
  @media only screen and (max-width: 1220px) and (min-width: 900px) {
    .nav-utility-header {
      padding-right: 20px; } }
  .fsHeader .nav-utility-header {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .nav-utility-header {
        display: block; } }
  .nav-utility-header > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .nav-utility-header .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    .nav-utility-header .fsNavLevel1, .nav-utility-header .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-header .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .nav-utility-header .fsNavLevel1 li:last-of-type {
      display: none; }
    .nav-utility-header .fsNavLevel1 a {
      margin-right: 20px;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase;
      color: #565959; }

.nav-utility-footer .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .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; }
  .nav-utility-footer .fsNavLevel1 li {
    margin-bottom: 20px; }
  .nav-utility-footer .fsNavLevel1 a {
    padding-right: 20px;
    color: #565959;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase; }
  @media (min-width: 700px) {
    .nav-utility-footer .fsNavLevel1 {
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 900px) {
    .nav-utility-footer .fsNavLevel1 {
      -ms-flex-pack: start;
      justify-content: flex-start; } }

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

/*! 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 .fsFullName a {
    font-family: "Overpass", sans-serif; }
  .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.fsDirectory .fsElementPagination {
  margin: 20px 0 60px;
  font-size: 16px;
  letter-spacing: 2px; }
  .fsConstituent.fsDirectory .fsElementPagination a {
    color: #565959; }

.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;
    margin-left: 90px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto {
    position: absolute;
    top: 0;
    width: 80px;
    margin-left: 0; }
    .fsConstituentItem .fsPhoto .fsCroppedImage {
      border-radius: 50%;
      width: 80px;
      height: 80px;
      padding-bottom: 0; }
    .fsConstituentItem .fsPhoto img {
      display: block; }
  .fsConstituentItem.fsHasPhoto {
    position: relative; }
  .fsConstituentItem .constituent-wrapper {
    font-size: 16px;
    line-height: 24px; }
    .fsConstituentItem .constituent-wrapper .fsFullName {
      margin-bottom: 10px; }
      .fsConstituentItem .constituent-wrapper .fsFullName a {
        color: #d31245;
        font-size: 20px; }
    .fsConstituentItem .constituent-wrapper .fsViewProfileLink a {
      color: #565959;
      letter-spacing: 1px;
      text-transform: uppercase; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 24px;
    line-height: 28px; }
  .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 */
body:not(.fsComposeMode) .fsConstituent.fsSearch {
  margin: 0 auto; }
  body:not(.fsComposeMode) .fsConstituent.fsSearch > .fsElementContent {
    background: #d6e8ef; }
    body:not(.fsComposeMode) .fsConstituent.fsSearch > .fsElementContent form {
      position: relative;
      margin: 0 auto;
      max-width: 49.16667em;
      max-width: 73.75rem; }

.fsConstituent.fsSearch + .fsConstituent {
  margin-top: 20px;
  padding-top: 0; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 40px; }
  .fsConstituentSearchForm > label {
    width: 295px;
    margin-bottom: 10px;
    margin-top: 46px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > input {
      border: solid 1px #bbbbbb;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 49px;
      padding: 5px 5px 5px 40px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      background: #f3efda; }
      .fsConstituentSearchForm > label > select:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        bottom: 9px;
        left: 20px;
        font-size: 18px; }
    .fsConstituentSearchForm > label:last-of-type {
      position: relative; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 50px 10px 10px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 27px;
    text-transform: uppercase;
    border: none;
    background: #fff; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  margin-bottom: 5px; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    transition: .3s; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      margin-bottom: 0;
      display: block;
      font-size: 25px;
      line-height: 25px;
      font-weight: 600;
      padding: 13.33333px;
      color: #565959;
      transition: .3s;
      position: relative; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        font-family: "Overpass", sans-serif;
        transition: none; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      transition: .3s; }
  .fsAccordion .fsPanel .fsElementTitle:hover, .fsTabs .fsPanel .fsElementTitle:hover {
    opacity: .5;
    transition: .3s; }

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

.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion .fsPanel:nth-child(4n-2) {
    background: #f3efda; }
  .fsAccordion .fsPanel:nth-child(4n-1) {
    background: #e3ebd1; }
  .fsAccordion .fsPanel:nth-child(4n) {
    background: #e6e8e2; }
  .fsAccordion .fsPanel:nth-child(4n+1) {
    background: #d6e8ef; }
  .fsAccordion .fsPanel.light-tan {
    background: #f3efda; }
  .fsAccordion .fsPanel.light-green {
    background: #e3ebd1; }
  .fsAccordion .fsPanel.light-gray {
    background: #e6e8e2; }
  .fsAccordion .fsPanel.light-blue {
    background: #d6e8ef; }
  .fsAccordion.no-color .fsPanel {
    background: #fff; }

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

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

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

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

.fsAthleticsEvent .fsAthleticsEventDetailLink {
  color: #d31245; }

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

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

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

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

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

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

/*! elements - athletics events */
.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  font-weight: 700; }

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
  margin-top: 10px;
  font-weight: 700; }

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

.fsAthleticsEvent.fsTable .fsElementTable thead th {
  color: #565959; }

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

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

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

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

.fsAthleticsRoster .fsElementTable thead th {
  color: #565959; }

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

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

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

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

.fsCalendar .fsTimeRange {
  font-weight: 700; }

.fsCalendar .fsLocation {
  text-transform: uppercase; }

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

.fsCalendar .fsReadMoreLink {
  text-transform: uppercase; }

/*! _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 .fsCalendarWeekdays > span {
  font-size: 16px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  font-size: 16px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
    margin-bottom: 5px; }
    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
      margin-bottom: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo:not(:last-of-type) {
    border-bottom: 1px solid #d0d2c9; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo a {
    color: #d31245;
    font-size: inherit;
    font-weight: 400; }

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center; }

.fsCalendarEventGrid .fsCalendarDaybox.has-info .fsCalendarDate {
  color: #d31245; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
      background: #e6e8e2; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday .fsCalendarInfo:not(:last-of-type) {
        border-bottom: 1px solid #d0d2c9; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
    margin-bottom: 60px; }
    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation input[type='radio'] ~ span {
      color: #565959;
      font-size: 18px;
      line-height: 21px;
      background: transparent; }
    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation input[type='radio']:checked ~ span {
      text-decoration: underline; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: #e6e8e2; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(214, 232, 239, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(214, 232, 239, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(214, 232, 239, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 1px solid #565959;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: transparent;
    color: #565959;
    border-radius: 0;
    padding: 10px 20px;
    transition: .3s; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: rgba(0, 0, 0, 0);
      color: #565959; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
    .scroll-up span:hover {
      opacity: .6; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

.custom-calendar .fsPageTitle {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 50px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase; }

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

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

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.module {
  margin-bottom: 0.83333em;
  padding: 0.83333em;
  color: #565959; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }

.gradient {
  display: inline-block;
  margin-right: 10px;
  width: 320px;
  height: 120px; }

.gradient--1 {
  background: linear-gradient(90deg, #D6E8EF 0%, #E3EBD1 100%); }

.gradient--2 {
  background: linear-gradient(90deg, #F3EFDA 0%, #E3EBD1 100%); }

.gradient--3 {
  background: linear-gradient(90deg, #E3EBD1 0%, #E6E8E2 100%); }

.gradient--4 {
  background: linear-gradient(90deg, #F3EFDA 0%, #D6E8EF 100%); }

.gradient--5 {
  background: linear-gradient(90deg, #F3EFDA 0%, #E6E8E2 100%); }

.gradient--6 {
  background: linear-gradient(90deg, #E6E8E2 0%, #D6E8EF 100%); }

.gradient--1v {
  background: linear-gradient(180deg, #D6E8EF 0%, #E3EBD1 100%); }

.gradient--2v {
  background: linear-gradient(180deg, #F3EFDA 0%, #E3EBD1 100%); }

.gradient--3v {
  background: linear-gradient(180deg, #E3EBD1 0%, #E6E8E2 100%); }

.gradient--4v {
  background: linear-gradient(180deg, #F3EFDA 0%, #D6E8EF 100%); }

.gradient--5v {
  background: linear-gradient(180deg, #F3EFDA 0%, #E6E8E2 100%); }

.gradient--6v {
  background: linear-gradient(180deg, #E6E8E2 0%, #D6E8EF 100%); }

.tan {
  background-color: #f3efda; }

.green {
  background-color: #e3ebd1; }

.grey {
  background-color: #e6e8e2; }

.blue {
  background-color: #d6e8ef; }

.white {
  background-color: #fff; }

.module-container {
  display: none; }
  .module-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    .module-container > .fsElementContent > .fsElement {
      width: 100%;
      min-height: 375px;
      margin: 0 0 20px; }
      @media (min-width: 700px) {
        .module-container > .fsElementContent > .fsElement {
          width: calc(100% / 3 - 27px);
          min-height: 390px;
          margin: 0 20px 20px; }
          .module-container > .fsElementContent > .fsElement:first-of-type {
            margin: 0 20px 20px 0; }
          .module-container > .fsElementContent > .fsElement:last-of-type {
            margin: 0 0 20px 20px; } }
      @media (min-width: 1000px) {
        .module-container > .fsElementContent > .fsElement {
          min-height: 410px; } }
  .module-container.row-1 {
    display: block; }
  @media (min-width: 700px) {
    .module-container.row-2 {
      display: block; } }
  @media (min-width: 900px) {
    .module-container.row-3 {
      display: block; } }
  body:not(.home) .module-container {
    background: #fff;
    margin-bottom: 0; }
    body:not(.home) .module-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 49.16667em;
      max-width: 73.75rem; }

.cta-module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  text-align: center; }
  .cta-module .fsElementContent {
    color: #d31245;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 58px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 68px; }
    @media (min-width: 700px) {
      .cta-module .fsElementContent {
        font-size: 45px; } }
    @media (min-width: 800px) {
      .cta-module .fsElementContent {
        font-size: 52px; } }
    @media (min-width: 1000px) {
      .cta-module .fsElementContent {
        font-size: 64px; } }
  .cta-module footer a {
    display: inline-block;
    border: 1px solid #565959;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #fff;
    color: #565959;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 27px;
    text-transform: uppercase;
    border: none; }
    .cta-module footer a:hover, .cta-module footer a:focus {
      background: #f2f2f2;
      color: #565959; }
    .cta-module footer a em {
      display: block;
      font-style: normal; }

.quote-module {
  position: relative;
  padding: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 85%; }
  .quote-module .fsElementContent {
    font-size: 18px; }
    .quote-module .fsElementContent p {
      margin-bottom: 0; }
      .quote-module .fsElementContent p:first-of-type:before {
        content: '\2012'; }
      .quote-module .fsElementContent p:nth-of-type(2) {
        padding-left: 12px; }
    @media (min-width: 900px) {
      .quote-module .fsElementContent {
        font-size: 20px; } }
    @media (min-width: 1100px) {
      .quote-module .fsElementContent {
        font-size: 28px; } }
  .quote-module blockquote {
    margin: 0;
    padding: 0 0 20px;
    font-size: inherit;
    line-height: 34px;
    border: none; }
    .quote-module blockquote:before {
      top: 0;
      right: auto;
      left: -15px;
      content: "“"; }
    .quote-module blockquote:after {
      content: '\201D'; }
  .quote-module footer {
    position: absolute;
    right: 30px;
    bottom: 0;
    max-width: 60%; }
    .quote-module footer p {
      margin-bottom: 0; }
    .quote-module footer img {
      display: block; }
  .quote-module.tan {
    background-image: url(../images/quote-tan.png); }
  .quote-module.green {
    background-image: url(../images/quote-green.png); }
  .quote-module.grey {
    background-image: url(../images/quote-grey.png); }
  .quote-module.blue {
    background-image: url(../images/quote-blue.png); }

.spotlight-module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  filter: grayscale(100%);
  background-position: center;
  background-size: cover; }
  .spotlight-module:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    background: rgba(255, 255, 255, 0.5); }
  .spotlight-module .fsElementContent {
    position: relative;
    z-index: 2; }
    .spotlight-module .fsElementContent a {
      display: block;
      color: #565959;
      font-family: "Playfair Display", Georgia, serif;
      font-size: 50px;
      font-weight: 900;
      letter-spacing: 2;
      line-height: 52px;
      text-align: center; }

.post-module .fsThumbnail {
  max-width: 100%; }
  .post-module .fsThumbnail:after {
    position: absolute;
    bottom: 0;
    content: " ";
    height: 0;
    width: 0;
    margin-left: 20px;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(136, 183, 213, 0);
    border-width: 20px; }

.post-module img {
  display: block;
  width: 100%; }

.post-module .fsCategories,
.post-module .fsTitle,
.post-module .fsSummary {
  padding: 0 20px; }

.post-module .fsCategories {
  margin: 25px 0 10px; }

.post-module .fsCategory {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300; }

.post-module .fsTitle {
  color: #d31245;
  padding-top: 10px; }

.post-module .fsSummary {
  max-height: 85px;
  font-size: 18px; }
  .post-module .fsSummary p {
    margin-bottom: 0; }

.post-module.green .fsThumbnail {
  position: relative; }
  .post-module.green .fsThumbnail:after {
    border-bottom-color: #e3ebd1; }

.post-module.blue .fsThumbnail {
  position: relative; }
  .post-module.blue .fsThumbnail:after {
    border-bottom-color: #d6e8ef; }

.post-module.grey .fsThumbnail {
  position: relative; }
  .post-module.grey .fsThumbnail:after {
    border-bottom-color: #e6e8e2; }

.post-module.tan .fsThumbnail {
  position: relative; }
  .post-module.tan .fsThumbnail:after {
    border-bottom-color: #f3efda; }

.feed-module {
  position: relative;
  opacity: 1;
  transition: opacity .3s; }
  .feed-module:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: #fff;
    font-size: 54px; }
  .feed-module .fsElementContent,
  .feed-module article {
    height: 100%; }
  .feed-module article {
    background-position: center;
    background-size: cover; }
    .feed-module article .feed-content {
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%;
      padding: 20px;
      color: #fff;
      transition: opacity .3s; }
    .feed-module article:before {
      position: absolute;
      height: 100%;
      width: 100%;
      content: '';
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: opacity .3s; }
  .feed-module img {
    opacity: 0; }
  .feed-module:hover {
    opacity: .5; }
    .feed-module:hover article .feed-content {
      opacity: 1; }
    .feed-module:hover article:before {
      opacity: 1; }
  .feed-module .feed-desc {
    height: 225px;
    overflow: hidden; }

.sidebar-links h2 {
  color: #d31245;
  font-family: "Overpass", sans-serif; }

.sidebar-links ul {
  list-style: none; }
  .sidebar-links ul li {
    position: relative;
    display: block;
    padding-left: 20px; }
    .sidebar-links ul li a {
      font-weight: 600;
      color: #565959;
      line-height: 40px; }
    .sidebar-links ul li:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      left: -20px;
      font-size: 18px; }

.department-module header h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 29px;
  text-transform: uppercase; }

.department-module .fsElementContent ul, .department-module .fsElementContent ul ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.department-module .fsElementContent ul li {
  margin: 0;
  padding: 0; }

.department-module .fsElementContent > ul > li {
  margin-bottom: 10px; }

.department-module .fsElementContent li {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px; }

/*! elements - forms */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: local("Overpass Regular"), local("Overpass-Regular"), url(https://fonts.gstatic.com/s/overpass/v1/o3S9a2vetxRRO8sKA6PL03YhjbSpvc47ee6xR_80Hnw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

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: "Overpass", sans-serif;
      font-size: 24px;
      line-height: 28px;
      color: #565959; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #d31245;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #d31245; }
    .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: #d31245;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #039;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #d6e8ef !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #f3efda !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Overpass", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px; }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px; }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px; }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px; }

iframe[name="ccframe"] {
  min-height: 200px; }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 1px solid #565959;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: transparent;
    color: #565959;
    border-radius: 0; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      background: rgba(0, 0, 0, 0);
      color: #565959; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

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

.fsLogin .fsResetPasswordFields > div, .fsAccount .fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsLogin .fsResetPasswordFields > div:last-child, .fsAccount .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

.fsLogin .fsResetPasswordFields label > input, .fsAccount .fsResetPasswordFields label > input {
  margin-bottom: 20px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 1px solid #565959;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: transparent;
    color: #565959;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: rgba(0, 0, 0, 0);
      color: #565959; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMedia.fsPlayer .fsMediaPlayOverlay:before {
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none; }

.fsMedia.fsPlayer .fsMediaPlayOverlay:after {
  left: 20px;
  border-top: 40px solid rgba(0, 0, 0, 0);
  border-bottom: 40px solid rgba(0, 0, 0, 0);
  border-left: 60px solid rgba(35, 35, 39, 0.6); }

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

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

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

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

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

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #f3efda;
  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: 24px;
    font-family: "Playfair Display", Georgia, serif; }

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

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

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -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: "Overpass", sans-serif;
  font-size: 24px;
  line-height: 28px;
  width: 100%;
  background-color: #f3efda;
  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(243, 239, 218, 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-family: "Playfair Display", Georgia, serif;
    font-weight: normal;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 25px;
    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; } }

.fsNews .fsTitle a {
  color: #d31245; }

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

/*! _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 {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #f3efda !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #eee;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 24px;
          font-family: "Overpass", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #d6e8ef;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "Overpass", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 24px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #9c8b32;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

.search-trigger-container {
  display: none;
  position: relative;
  z-index: 2;
  margin-bottom: 0; }
  .search-trigger-container a {
    width: 50px;
    height: 30px;
    color: #565959;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    transition: .3s; }
    .search-trigger-container a:before {
      display: inline-block;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      width: 25px;
      font-size: 18px;
      line-height: 25px; }
  .search-trigger-container:hover a, .search-trigger-container:focus a {
    opacity: .5; }
  .search-trigger-container.active-search a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  @media (min-width: 900px) {
    .search-trigger-container {
      display: block; } }

.top-search label {
  font-size: 0; }

.fsHeader .top-search {
  position: relative;
  margin-top: -57px;
  margin-bottom: 0;
  padding: 5px 0;
  transition: margin-top linear .3s;
  text-align: right;
  background: #565959; }
  .fsHeader .top-search form {
    position: relative;
    margin: 0 auto;
    max-width: 49.16667em;
    max-width: 73.75rem; }
    .fsHeader .top-search form input {
      width: calc(100% - 60px);
      text-align: right;
      color: #fff;
      border: none;
      border-right: 1px solid rgba(211, 18, 69, 0.5);
      background: #565959; }
    .fsHeader .top-search form button {
      position: relative;
      top: -5px;
      width: 45px;
      height: 25px;
      font-size: 0;
      border: none;
      background: none; }
      .fsHeader .top-search form button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 45px;
        height: 25px;
        color: #fff;
        font-size: 16px; }
  .fsHeader .top-search.active-search {
    margin-top: 0; }

.fsMenu .top-search form {
  margin-left: 20px; }
  .fsMenu .top-search form input {
    background: rgba(255, 255, 255, 0.12);
    border: none;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px; }
  .fsMenu .top-search form button {
    position: relative;
    left: -3px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    color: transparent;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px; }
    .fsMenu .top-search form button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      left: 0;
      width: 45px;
      height: 25px;
      color: #f3efda;
      font-size: 16px; }

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

.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: #565959; }
  .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: #f3efda; }

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

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

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 1px solid #565959;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #565959;
  border-radius: 0; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: rgba(0, 0, 0, 0);
    color: #565959; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 1px solid #565959;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #565959;
  border-radius: 0; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: rgba(0, 0, 0, 0);
    color: #565959; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-bottom: 0;
        display: block;
        font-size: 25px;
        line-height: 25px;
        font-weight: 600;
        padding: 13.33333px;
        color: #565959;
        transition: .3s;
        color: #565959; }
        .fsTabs .fsTabsNav li a:hover {
          color: #565959;
          opacity: .6; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        color: #565959; }
    .fsTabs .fsTabsNav li:nth-child(4n-3) a {
      background: #f3efda; }
    .fsTabs .fsTabsNav li:nth-child(4n-2) a {
      background: #e3ebd1; }
    .fsTabs .fsTabsNav li:nth-child(4n-1) a {
      background: #e6e8e2; }
    .fsTabs .fsTabsNav li:nth-child(4n) a {
      background: #d6e8ef; }
  .fsTabs .fsPanel:nth-child(4n-2) {
    background: #f3efda; }
  .fsTabs .fsPanel:nth-child(4n-1) {
    background: #e3ebd1; }
  .fsTabs .fsPanel:nth-child(4n) {
    background: #e6e8e2; }
  .fsTabs .fsPanel:nth-child(4n+1) {
    background: #d6e8ef; }
  .fsTabs.no-color .fsTabsNav li a {
    background: #fff; }
  .fsTabs.no-color .fsPanel {
    background: #fff; }

.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 */
.tagline-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px; }
  .tagline-container .tagline-main {
    padding: 0 28px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 53px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 75px;
    text-align: center; }
    .tagline-container .tagline-main a {
      color: #55565a; }
    .tagline-container .tagline-main p {
      display: inline-block;
      position: relative;
      margin-bottom: 0; }
      .tagline-container .tagline-main p:after {
        position: absolute;
        left: 0;
        bottom: 5px;
        content: '';
        width: 100%;
        height: 1px; }
  .tagline-container .tagline-secondary {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 30px; }
    .tagline-container .tagline-secondary footer a {
      color: #565959;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 27px;
      text-transform: uppercase; }
  @media (min-width: 600px) {
    .tagline-container {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 800px) {
    .tagline-container .tagline-main {
      font-size: 73px; }
    .tagline-container .tagline-secondary {
      font-size: 40px;
      line-height: 60px; } }
  @media (min-width: 1000px) {
    .tagline-container .tagline-main {
      font-size: 90px;
      line-height: 100px; }
    .tagline-container .tagline-secondary {
      font-size: 50px; } }

.apply-container {
  text-align: center; }
  .apply-container .fsElementContent {
    margin-bottom: 40px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 64px; }
  .apply-container footer a {
    padding: 10px 65px; }

.life-container {
  text-align: center;
  padding: 30px 0; }
  .life-container .fsElementContent {
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 29px; }
    .life-container .fsElementContent p {
      margin-bottom: 0; }

.home-utility .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .home-utility .fsNavLevel1, .home-utility .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .home-utility .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .home-utility .fsNavLevel1 li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .home-utility .fsNavLevel1 li {
        width: calc(100% / 3); } }
  .home-utility .fsNavLevel1 a {
    color: #565959;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase; }

.home .fsTwoColumnLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home-calendar {
  position: relative;
  height: 100%;
  background: #e6e8e2; }
  .home-calendar header {
    padding: 32px 0; }
    .home-calendar header h2 {
      margin-bottom: 0;
      font-family: "Overpass", sans-serif;
      font-size: 28px;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase; }
  .home-calendar article {
    margin: 0 35px;
    padding: 25px 0;
    border-top: 1px solid #fff; }
    .home-calendar article:last-of-type {
      border-bottom: 1px solid #fff; }
  .home-calendar .fsDate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    color: #565959;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 29px;
    background: transparent; }
    .home-calendar .fsDate .fsMonth {
      padding-right: 10px; }
  .home-calendar .fsTitle a {
    color: #d31245;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px; }
  .home-calendar .slick-dots {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .home-calendar .slick-dots, .home-calendar .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .home-calendar .slick-dots li {
      margin: 0;
      padding: 0; }
    .home-calendar .slick-dots li {
      display: inline-block; }
    .home-calendar .slick-dots li + li {
      margin-left: 7px; }
    .home-calendar .slick-dots button {
      border: 0;
      background-color: #fff;
      padding: 0;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      font-size: 0; }
    .home-calendar .slick-dots .slick-active button {
      background-color: #d31245; }
  .home-calendar footer {
    padding: 30px 0;
    text-align: center; }
    .home-calendar footer a {
      color: #565959;
      font-size: 24px;
      letter-spacing: 1px;
      line-height: 28px; }
      .home-calendar footer a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 10px;
        font-size: 22px; }

.twitter-feed,
.facebook-feed {
  position: relative;
  padding: 22px 22px 75px; }
  .twitter-feed .feed-name,
  .facebook-feed .feed-name {
    display: block;
    padding: 30px 0 0;
    color: #d31245; }
  .twitter-feed .feed-desc,
  .facebook-feed .feed-desc {
    max-height: 260px;
    overflow-wrap: break-word;
    overflow: hidden;
    color: #565959; }
    .twitter-feed .feed-desc a,
    .facebook-feed .feed-desc a {
      color: #d31245; }
  .twitter-feed:after,
  .facebook-feed:after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 37px; }

.twitter-feed:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.facebook-feed:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 1.66667em;
  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: 40%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 20%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 10%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #565959;
      color: #565959; }
      .colors ol li:nth-of-type(1):after {
        content: "#565959"; }
    .colors ol li:nth-of-type(2) {
      background: #d6e8ef;
      color: #d6e8ef; }
      .colors ol li:nth-of-type(2):after {
        content: "#d6e8ef"; }
    .colors ol li:nth-of-type(3) {
      background: #f3efda;
      color: #f3efda; }
      .colors ol li:nth-of-type(3):after {
        content: "#f3efda"; }
    .colors ol li:nth-of-type(4) {
      background: #e3ebd1;
      color: #e3ebd1; }
      .colors ol li:nth-of-type(4):after {
        content: "#e3ebd1"; }
    .colors ol li:nth-of-type(5) {
      background: #e6e8e2;
      color: #e6e8e2; }
      .colors ol li:nth-of-type(5):after {
        content: "#e6e8e2"; }
    .colors ol li:nth-of-type(6) {
      background: #d31245;
      color: #d31245; }
      .colors ol li:nth-of-type(6):after {
        content: "#d31245"; }
    .colors ol li:nth-of-type(7) {
      background: #55565a;
      color: #55565a; }
      .colors ol li:nth-of-type(7):after {
        content: "#55565a"; }
    .colors ol li:nth-of-type(8) {
      background: #bfd5df;
      color: #bfd5df; }
      .colors ol li:nth-of-type(8):after {
        content: "#bfd5df"; }
    .colors ol li:nth-of-type(9) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(9):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(10) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(10):after {
        content: "#333"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 1.66667em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.20833em;
    padding: 0.20833em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Playfair Display", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Playfair Display, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Overpass", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Overpass, 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: 50px / line: 60px"; }

.headers h2:after {
  content: " size: 38px / line: 45px"; }

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

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

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

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

.feed-module a {
  color: #fff; }

.fsDirectory .fsTitles strong {
  display: none; }

.fsDirectory .fsDepartments strong {
  display: none; }

.fsDirectory .fsEmail strong {
  display: none; }

.fsDirectory .fsLocations strong {
  display: none; }

.fsDirectory .fsBiography strong {
  display: none; }

.fsDirectory .fsRoles strong {
  display: none; }

.fsDirectory .fsDegrees strong {
  display: none; }

.fsDirectory .fsPhones a {
  font-size: 16px; }

.fsDirectory .fsPhones {
  font-size: 0;
  margin-top: -20px; }

.fsConstituentColumnLayout_1 {
  font-size: 16px; }

.fsFullName .fsConstituentProfileLink {
  font-size: 20px; }

.fsConstituentItem {
  font-size: 16px; }

@media (max-width: 1000px) {
  .annual .fsElementContent table:nth-child(3) tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 10px;
    width: inherit; } }

.module h2.fsElementTitle {
  margin-left: 0px; }

body:not(.fsComposeMode) .flip-card {
  width: 100%;
  max-width: 365px;
  min-height: 375px;
  background-repeat: no-repeat;
  transition: opacity .3s;
  position: relative; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .flip-card {
      min-height: 410px; } }
  body:not(.fsComposeMode) .flip-card .fsElementContent {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(230, 232, 226, 0.9);
    transition: opacity .3s; }
    body:not(.fsComposeMode) .flip-card .fsElementContent a {
      text-decoration: underline; }
  body:not(.fsComposeMode) .flip-card:hover .fsElementContent {
    opacity: 1; }
  body:not(.fsComposeMode) .flip-card:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity .3s; }
  body:not(.fsComposeMode) .flip-card img {
    opacity: 0; }
  body:not(.fsComposeMode) .flip-card:hover .fsElementContent {
    opacity: 1; }
    body:not(.fsComposeMode) .flip-card:hover .fsElementContent:before {
      opacity: 1; }
  body:not(.fsComposeMode) .flip-card.blue .fsElementContent {
    background-color: rgba(214, 232, 239, 0.9); }
  body:not(.fsComposeMode) .flip-card.blue2 .fsElementContent {
    background-color: rgba(191, 213, 223, 0.9); }
  body:not(.fsComposeMode) .flip-card.tan .fsElementContent {
    background-color: rgba(243, 239, 218, 0.9); }
  body:not(.fsComposeMode) .flip-card.green .fsElementContent {
    background-color: rgba(227, 235, 209, 0.9); }

.calendar-filter-button .fsCalendarFilter {
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  background-color: #d31245;
  position: relative;
  bottom: 4px; }
  .calendar-filter-button .fsCalendarFilter:focus {
    outline: none; }
  .calendar-filter-button .fsCalendarFilter .fsCalendarFilterIcon {
    background-image: none;
    height: 25px;
    width: 72px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0; }
    .calendar-filter-button .fsCalendarFilter .fsCalendarFilterIcon:before {
      content: 'Filter';
      font-size: 14px;
      height: 18px;
      width: 72px;
      color: #fff;
      line-height: 16px;
      padding: 0 5px;
      text-align: center;
      font-weight: 700; }
    .calendar-filter-button .fsCalendarFilter .fsCalendarFilterIcon:focus {
      outline: none; }

.parent-news .fsStyleColumn .fsElementTitle {
  font-size: 32px; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-family: "Playfair Display", Georgia, serif;
      font-weight: normal;
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 25px; }
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }
