/*!
 * Roland Park Country School - default_18
 * @link: https://rpcsorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Ryan Reese
 * Project Manager: Michelle Walker
 * Designer: Manny Vargas
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.3.0
 * Git Tag: v4.3.0-32-g691b4e0
 * Last built by: Jesse Rogers
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

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

.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsFacebookFrom,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0 0 17px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3889;
  color: #212529;
  font-family: museo-slab, serif;
}

.fsTitle > a,
.fsAthleticsRosterList li > div.fsRosterName > a,
.fsFacebookFrom > a,
.fsVimeoTitle > a,
.fsYoutubeTitle > a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  font-weight: 700;
  font-family: museo-slab, serif;
  color: #D50032;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (min-width: 500px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 42px;
  font-weight: 500;
  font-family: museo-slab, serif;
  color: #000000;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  font-family: museo-slab, serif;
  color: #1E2023;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: museo-sans, sans-serif;
  color: #D50032;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  font-family: museo-slab, serif;
  color: #1E2023;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  font-family: museo-sans, sans-serif;
  color: #D50032;
  text-transform: uppercase;
  margin-bottom: 20px;
}

p {
  margin: 0 0 40px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #D50032;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 800;
  font-family: museo-slab, serif;
  font-size: 1.125rem;
}

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

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

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_6 {
  margin-bottom: 20px;
  width: 100%;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_6 th,
table.fs_style_6 td {
  vertical-align: top;
  border-bottom: none;
  border-bottom: 1px solid #FFF;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_6 th {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 15px 13px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.1875;
  font-family: museo-slab, serif;
  font-weight: 700;
  color: #000000;
}

.fsAthleticsEvent.fsTable .fsElementTable th:first-of-type,
.fsAthleticsRoster .fsElementTable th:first-of-type,
table.fs_style_6 th:first-of-type {
  border-left: 1px solid #000000;
}

.fsAthleticsEvent.fsTable .fsElementTable th:last-of-type,
.fsAthleticsRoster .fsElementTable th:last-of-type,
table.fs_style_6 th:last-of-type {
  border-right: 1px solid #000000;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_6 td {
  padding: 12px 13px;
  background: #EAEAEA;
  font-size: 0.9375rem;
  line-height: 1.667;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  color: #343B41;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.fs_style_6 tr:nth-of-type(odd) td {
  background-color: #F4F4F4;
}

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

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

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 60px;
}

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

.fsElement .fsElementTitle {
  color: #080909;
  font-weight: 700;
  font-family: museo-slab, serif;
  font-size: 1.75rem;
  line-height: 1.1786;
  margin-bottom: 30px;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

/*! 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 {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsDialogCloseButton {
  opacity: 1;
}

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

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

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

.fsElementDialog {
  color: #000000;
}

.fs_style_4,
.fs_style_5 {
  display: inline-block;
  border: 1px solid #000000;
  margin: 0 0 6px;
  padding: 22px 20px 22px 64px;
  position: relative;
  color: #000000;
  width: 100%;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.1667;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fs_style_4:before,
.fs_style_5:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.9375rem;
  line-height: 1;
  color: #D50032;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.fs_style_4:hover,
.fs_style_4:focus,
.fs_style_5:hover,
.fs_style_5:focus {
  background: #000000;
  color: #FFF;
  text-decoration: none;
}

.fs_style_4:hover:before,
.fs_style_4:focus:before,
.fs_style_5:hover:before,
.fs_style_5:focus:before {
  color: #FFF;
}

.fs_style_4:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 25px;
}

.fs_style_5:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 24px;
}

.fs_style_7 {
  display: inline-block;
  border: 1px solid #D50032 !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #D50032;
  color: #fff;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fs_style_7:hover,
.fs_style_7:focus,
.fsStateSelected .fs_style_7 {
  background: #a20026;
  border-color: #a20026 !important;
  color: #fff;
  text-decoration: none;
}

.fs_style_8 {
  display: inline-block;
  border: 1px solid #F0C206 !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #F0C206;
  color: #fff;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fs_style_8:hover,
.fs_style_8:focus,
.fsStateSelected .fs_style_8 {
  background: #be9a05;
  border-color: #be9a05 !important;
  color: #fff;
  text-decoration: none;
}

.fs_style_9 {
  display: inline-block;
  border: 1px solid #003865 !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #003865;
  color: #fff;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fs_style_9:hover,
.fs_style_9:focus,
.fsStateSelected .fs_style_9 {
  background: #001c32;
  border-color: #001c32 !important;
  color: #fff;
  text-decoration: none;
}

.fs_style_10 {
  display: inline-block;
  border: 1px solid #0BA9D0 !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #0BA9D0;
  color: #fff;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fs_style_10:hover,
.fs_style_10:focus,
.fsStateSelected .fs_style_10 {
  background: #0882a0;
  border-color: #0882a0 !important;
  color: #fff;
  text-decoration: none;
}

.fs_style_11 {
  display: inline-block;
  border: 1px solid #FFF !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #FFF;
  color: #fff;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  background: transparent;
}

.fs_style_11:hover,
.fs_style_11:focus,
.fsStateSelected .fs_style_11 {
  background: #e6e6e6;
  border-color: #e6e6e6 !important;
  color: #fff;
  text-decoration: none;
}

.fs_style_11:hover,
.fs_style_11:focus {
  background: #FFF;
  color: #000000;
}

.dark-bg {
  padding: 20px;
  background: #003865;
}

.fs_style_12 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 28px 20px;
  background: #D50032;
  color: #fff;
  border-radius: 0;
  text-align: center;
  width: 100%;
  max-width: 300px;
  font-size: 1rem;
  line-height: 1.1875;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fs_style_12:hover,
.fs_style_12:focus {
  background: #a20026;
  border-color: #a20026;
  color: #fff;
  text-decoration: none;
}

.fs_style_12 em {
  margin: 8px 0 0;
  font-style: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.4px;
  font-size: 0.875rem;
  line-height: 1.2143;
  font-weight: 700;
  display: block;
}

.fs_style_13 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 28px 20px;
  background: #F0C206;
  color: #fff;
  border-radius: 0;
  text-align: center;
  width: 100%;
  max-width: 300px;
  font-size: 1rem;
  line-height: 1.1875;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fs_style_13:hover,
.fs_style_13:focus {
  background: #be9a05;
  border-color: #be9a05;
  color: #fff;
  text-decoration: none;
}

.fs_style_13 em {
  margin: 8px 0 0;
  font-style: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.4px;
  font-size: 0.875rem;
  line-height: 1.2143;
  font-weight: 700;
  display: block;
}

.fs_style_14 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 28px 20px;
  background: #003865;
  color: #fff;
  border-radius: 0;
  text-align: center;
  width: 100%;
  max-width: 300px;
  font-size: 1rem;
  line-height: 1.1875;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fs_style_14:hover,
.fs_style_14:focus {
  background: #001c32;
  border-color: #001c32;
  color: #fff;
  text-decoration: none;
}

.fs_style_14 em {
  margin: 8px 0 0;
  font-style: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.4px;
  font-size: 0.875rem;
  line-height: 1.2143;
  font-weight: 700;
  display: block;
}

.fs_style_15 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 28px 20px;
  background: #0BA9D0;
  color: #fff;
  border-radius: 0;
  text-align: center;
  width: 100%;
  max-width: 300px;
  font-size: 1rem;
  line-height: 1.1875;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fs_style_15:hover,
.fs_style_15:focus {
  background: #0882a0;
  border-color: #0882a0;
  color: #fff;
  text-decoration: none;
}

.fs_style_15 em {
  margin: 8px 0 0;
  font-style: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.4px;
  font-size: 0.875rem;
  line-height: 1.2143;
  font-weight: 700;
  display: block;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 1px solid transparent !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: transparent;
  color: #000000;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  border: 1px solid #000000 !important;
  max-width: 300px;
  width: 100%;
  min-width: 0px;
  padding: 22px 20px;
  line-height: 1.1667;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) !important;
  color: #000000;
  text-decoration: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: #000000;
  color: #FFF;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
  margin-top: 50px !important;
}

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 1px solid #D50032 !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #D50032;
  color: #fff;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  background: #a20026;
  border-color: #a20026 !important;
  color: #fff;
  text-decoration: none;
}

.fs_style_1 {
  font-size: 1.75rem;
  line-height: 1.5;
  display: block;
  font-weight: 100;
  font-family: museo-sans, sans-serif;
  color: #343B41;
  margin-bottom: 50px;
}

blockquote {
  margin: 0;
  padding: 20px 0;
  font-size: 1.625rem;
  line-height: 1.4321;
  text-align: center;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic;
  color: #000000;
}

blockquote:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 1.5625rem;
  line-height: 1;
  color: #D50032;
  font-style: normal;
  margin-bottom: 20px;
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote,
.fsStyleOneThird blockquote,
.fsTwoColumnLayout blockquote,
.fsThreeColumnLayout > .fsDiv blockquote,
.fsFourColumnLayout > .fsDiv blockquote {
  font-size: 1.125rem;
  line-height: 1.4445;
}

cite {
  display: block;
  margin: 20px 0 0;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  font-family: museo-sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3572;
}

.fsBannerLeft cite,
.fsBannerRight cite,
.fsStyleOneThird cite,
.fsTwoColumnLayout cite,
.fsThreeColumnLayout > .fsDiv cite,
.fsFourColumnLayout > .fsDiv cite {
  font-size: 0.75rem;
  line-height: 1.5834;
  letter-spacing: 3.43px;
  font-weight: 900;
}

cite:before {
  content: '- ';
}

.fsResourceElement.fsSingleItem .fsResource picture,
.fsResourceElement.fsSingleItem .fsResource img {
  display: block;
}

.fsResourceElement.fsSingleItem .fsResource figcaption {
  font-size: 0.9375rem;
  line-height: 1.4667;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  color: #979696;
  margin-top: 8px;
}

.fs_style_2,
.fs_style_3 {
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.45834;
  font-family: museo-slab, serif;
  font-weight: 300;
  color: #5B5A5A;
}

p > .fs_style_2,
p > .fs_style_3 {
  margin-bottom: -8px;
}

.fs_style_2:before,
.fs_style_3:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: calc(100% - 16px);
}

.fs_style_2:before {
  background: #0BA9D0;
}

.fs_style_3:before {
  background: #D50032;
}

.leadin-centered > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 984px;
}

.border-box.fsLayout {
  border: 1px solid #CBCBCB;
  margin-left: 0;
  margin-right: 0;
  padding: 43px;
}

.border-box.fsLayout > .fsDiv {
  padding: 0;
}

.border-box.fsLayout > .fsDiv.fsStyleColumn-2 {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .border-box.fsLayout > .fsDiv.fsStyleColumn-1 {
    width: 44.88117%;
    margin-right: 5.57587%;
    margin-bottom: 0;
  }

  .border-box.fsLayout > .fsDiv.fsStyleColumn-2 {
    width: 49.54296%;
  }
}

.landing-version.fsConstituent.fsDirectory > footer .fsElementFooterContent {
  text-align: center;
}

.landing-version.fsConstituent.fsDirectory > footer .fsElementFooterContent a {
  display: inline-block;
  border: 1px solid #000000 !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #000000;
  color: #000000;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  background: transparent;
  width: 100%;
  padding: 22px 20px 21px;
  letter-spacing: 3.69px;
  margin-bottom: 0;
}

.landing-version.fsConstituent.fsDirectory > footer .fsElementFooterContent a:hover,
.landing-version.fsConstituent.fsDirectory > footer .fsElementFooterContent a:focus,
.fsStateSelected .landing-version.fsConstituent.fsDirectory > footer .fsElementFooterContent a {
  background: black;
  border-color: black !important;
  color: #000000;
  text-decoration: none;
}

.landing-version.fsConstituent.fsDirectory > footer .fsElementFooterContent a:hover,
.landing-version.fsConstituent.fsDirectory > footer .fsElementFooterContent a:focus {
  color: #FFF;
}

.divider {
  padding-bottom: 60px;
  border-bottom: 1px solid #CBCBCB;
}

.divider:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.fsBreadcrumb {
  background: #FFF;
  padding: 41px 35px 0;
  display: none;
}

@media (min-width: 1000px) {
  .fsBreadcrumb {
    display: block;
  }
}

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

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

.fsBreadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-family: museo-sans, sans-serif;
  color: #D50032;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.fsBreadcrumb ul li:not(:last-child) {
  margin-right: 10px;
}

.fsBreadcrumb ul li a {
  display: block;
  padding: 0;
  color: #000000;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin-right: 10px;
}

.fsBreadcrumb ul li span {
  color: #ADB5BD;
  font-size: 0;
  line-height: 1;
}

.fsBreadcrumb ul li span:before {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 0.875rem;
}

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.nav-site-map ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}

@media (min-width: 600px) {
  .nav-site-map ul.fsNavLevel1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
  }

  .nav-site-map ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column;
  }
}

.nav-site-map ul.fsNavLevel1 > li > a {
  margin-bottom: 20px;
  font-weight: 700;
}

.nav-site-map ul.fsNavLevel2 {
  list-style: disc;
}

.nav-site-map ul.fsNavLevel3 {
  list-style: circle;
}

.nav-site-map ul.fsNavLevel4 {
  list-style: square;
}

.nav-site-map ul.fsNavLevel5 {
  list-style: disc;
}

.nav-tier {
  background: #F0F0F0;
  display: none;
}

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

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

.nav-tier nav {
  padding: 30px 25px;
}

.nav-tier .fsNavLevel1 {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.nav-tier .fsNavLevel1 > li {
  margin: 5px 10px;
}

.nav-tier .fsNavLevel1 > li > a {
  display: block;
  padding: 0;
  color: #000000;
  background: transparent;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 500;
}

.nav-tier .fsNavLevel1 > li > a:hover,
.nav-tier .fsNavLevel1 > li > a:focus {
  color: #D50032;
  background: transparent;
  text-decoration: none;
}

.nav-tier .fsNavLevel1 > li.fsNavCurrentPage > a {
  color: #D50032;
  background: transparent;
}

.nav-tier .fsNavLevel1 > li.fsNavCurrentPage > a:hover,
.nav-tier .fsNavLevel1 > li.fsNavCurrentPage > a:focus {
  color: #000000;
  background: transparent;
}

.nav-tier .fsNavLevel1 > li.fsNavCurrentPageAncestor {
  background: transparent;
}

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

.nav-tier .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:hover,
.nav-tier .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:focus {
  color: #000000;
  background: transparent;
}

.nav-sub {
  background: #D50032;
  display: none;
}

.nav-sub > header {
  display: block;
  position: relative;
}

.nav-sub > header .fsElementTitle {
  position: relative;
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: museo-sans, sans-serif;
  color: #D50032;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  margin-bottom: 0;
  display: block;
  padding: 15px 20px;
  color: #FFF;
  background-color: #D50032;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

@media (min-width: 1000px) {
  .nav-sub > header .fsElementTitle {
    display: none;
  }
}

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

@media (min-width: 1000px) {
  .nav-sub > header .fsElementTitle {
    cursor: default;
  }
}

.nav-sub > header .fsElementTitle:after {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 1;
  position: absolute;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 20px;
}

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

.nav-sub > .fsElementContent nav {
  padding: 7px 28px 12px;
}

.nav-sub > .fsElementContent ul li a {
  display: block;
  padding: 16px 0px;
  color: #FFF;
  background: transparent;
  font-size: 0.9375rem;
  line-height: 1.5334;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
  position: relative;
}

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

.nav-sub > .fsElementContent ul li.fsNavParentPage.expanded > .fsNavPageInfo {
  display: block;
}

.nav-sub > .fsElementContent ul li.fsNavParentPage.active > a > .drop-trigger:before {
  content: "\E90D";
}

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

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

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

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

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

.nav-sub > .fsElementContent .fsNavPageInfo {
  display: none;
}

.nav-sub > .fsElementContent .drop-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  color: inherit;
  width: 23px;
  height: 23px;
  text-align: right;
}

.nav-sub > .fsElementContent .drop-trigger:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.125rem;
  display: block;
}

.nav-sub > .fsElementContent .fsNavLevel1 {
  position: relative;
}

.nav-sub > .fsElementContent .fsNavLevel1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D50032;
}

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

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

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

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

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

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

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

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

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

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

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

.fsHeader .nav-sub {
  display: block;
  border: 20px solid #FFF;
  border-bottom: 0;
}

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

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

.nav-sub .fsHeader .fsNavLevel1 > li:not(.fsNavCurrentPageAncestor):not(.fsNavCurrentPage) {
  display: none;
}

.nav-main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-main .fsNavLevel1 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

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

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 > li:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 1175px) {
  .nav-main .fsNavLevel1 > li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (min-width: 1250px) {
  .nav-main .fsNavLevel1 > li:not(:last-child) {
    margin-right: 25px;
  }
}

.nav-main .fsNavLevel1 > li:hover > a,
.nav-main .fsNavLevel1 > li.menu-item-open > a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.nav-main .fsNavLevel1 > li:hover > a:after,
.nav-main .fsNavLevel1 > li.menu-item-open > a:after {
  width: 100%;
  height: 4px;
  background: #0BA9D0;
}

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

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: rgba(255, 255, 255, 0.75);
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
  width: 100%;
  height: 4px;
  background: #0BA9D0;
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #FFF;
  background: transparent;
  padding: 11px 0;
  text-transform: uppercase;
  letter-spacing: 0.94px;
  font-size: 0.875rem;
  line-height: 22px;
  position: relative;
}

@media (min-width: 1050px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 1rem;
  }
}

@media (min-width: 1175px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1250px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 1.125rem;
  }
}

.nav-main .fsNavLevel1 > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.nav-main .fsNavLevel1 > li > a:focus:after {
  width: 100%;
  height: 4px;
  background: #0BA9D0;
}

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  right: 50px;
  width: 100%;
  max-width: 805px;
  background: #FFF;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 300;
  padding: 17px 17px 17px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 20px solid #D50032;
}

.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  right: auto;
}

.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
}

@media (min-width: 1200px) {
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 5px;
  }
}

.nav-main .fsNavPageThumbnail {
  border: 1px solid #979797;
  width: 228px;
  margin-left: 37px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.nav-main .fsNavPageThumbnail img {
  display: block;
  width: 100%;
}

.nav-main .col-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.nav-main .fsNavLevel2 {
  width: calc(100% - 19px);
}

.nav-main .fsNavLevel2 + .fsNavLevel2 {
  margin-left: 38px;
}

.nav-main .fsNavLevel2 li {
  border-bottom: 1px solid #EDEDED;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #000000;
  background: transparent;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

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

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

body.drawer-is-active {
  overflow: hidden !important;
}

body.drawer-is-active #fsPageWrapper {
  position: static;
}

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
  top: 0;
  min-height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding-bottom: 20px;
  z-index: 9999;
  background: #F3F3F3;
}

@media (min-width: 1000px) {
  #fsMenu {
    display: none;
  }
}

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

#fsMenu .fsElement {
  margin-bottom: 0;
}

#fsMenu .top-bar > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #FFF;
}

#fsMenu .portal-login {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#fsMenu .portal-login p {
  margin-bottom: 0;
}

#fsMenu .portal-login a {
  display: block;
  background: #FFF;
  font-weight: 500;
  font-size: 1rem;
  line-height: 75px;
  color: #000000;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-indent: 35px;
}

#fsMenu .portal-login a:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 12px;
  color: #D50032;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-indent: 0;
}

#fsMenu .portal-login a:hover,
#fsMenu .portal-login a:focus {
  background: #000000;
  color: #FFF;
  text-decoration: none;
}

#fsMenu .portal-login a:hover:before,
#fsMenu .portal-login a:focus:before {
  color: #FFF;
}

#fsMenu .site-search.search-open > header .fsElementHeaderContent {
  position: absolute;
  top: 0;
  right: 0;
}

#fsMenu .site-search.search-open > header .fsElementHeaderContent button:before {
  content: "\E91F";
}

#fsMenu .site-search.search-open > .fsElementContent {
  opacity: 1;
  visibility: visible;
}

#fsMenu .site-search > header .fsElementHeaderContent {
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
}

#fsMenu .site-search > header .fsElementHeaderContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  color: #FFF;
  width: 75px;
  height: 75px;
  font-size: 0;
  line-height: 1;
  position: relative;
  background: #0BA9D0;
}

#fsMenu .site-search > header .fsElementHeaderContent button:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.6875rem;
}

#fsMenu .site-search > header .fsElementHeaderContent button:hover,
#fsMenu .site-search > header .fsElementHeaderContent button:focus {
  background: #003865;
}

#fsMenu .site-search > .fsElementContent {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 75px);
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

#fsMenu .site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fsMenu .site-search form label {
  position: absolute;
  left: -9999px;
  color: #FFF;
  background: #000;
}

#fsMenu .site-search form .fsSearchElementKeyword {
  width: calc(100% - 52px);
  margin-bottom: 0;
}

#fsMenu .site-search form .fsSearchElementKeyword input {
  display: block;
  border: 0;
  padding: 29px 30px 29px 23px;
  color: #D50032;
  font-weight: 500;
  font-family: museo-sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2143;
}

#fsMenu .site-search form .fsSearchElementKeyword input::-webkit-input-placeholder {
  font-style: italic;
  color: #D50032;
}

#fsMenu .site-search form .fsSearchElementKeyword input:-moz-placeholder {
  font-style: italic;
  color: #D50032;
}

#fsMenu .site-search form .fsSearchElementKeyword input::-moz-placeholder {
  font-style: italic;
  color: #D50032;
}

#fsMenu .site-search form .fsSearchElementKeyword input:-ms-input-placeholder {
  font-style: italic;
  color: #D50032;
}

#fsMenu .site-search form .fsSearchElementSearchButton {
  background: transparent;
  color: #D50032;
  font-size: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0 !important;
  letter-spacing: normal;
  font-weight: normal;
  width: 52px;
  position: relative;
  min-width: 0;
}

#fsMenu .site-search form .fsSearchElementSearchButton:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.875rem;
}

#fsMenu .drawer-ribbon .mobile-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 75px;
  height: 75px;
  background: #D50032;
  color: #FFF;
  font-size: 0;
  line-height: 1;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#fsMenu .drawer-ribbon .mobile-toggle:before,
#fsMenu .drawer-ribbon .mobile-toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 37px;
  content: '';
  background: #FFF;
}

#fsMenu .drawer-ribbon .mobile-toggle:before {
  margin-top: -11px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

#fsMenu .drawer-ribbon .mobile-toggle:after {
  -webkit-box-shadow: 0 11px 0 0 #FFF;
          box-shadow: 0 11px 0 0 #FFF;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

body.drawer-is-active #fsMenu .drawer-ribbon .mobile-toggle:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

body.drawer-is-active #fsMenu .drawer-ribbon .mobile-toggle:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#fsMenu .drawer-ribbon .mobile-toggle:hover,
#fsMenu .drawer-ribbon .mobile-toggle:focus {
  background: #000000;
}

#fsMenu .nav-main-mobile {
  padding: 4px 15px;
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li {
  border-bottom: 1px solid #CBCBCB;
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li.active .drop-trigger:before {
  content: "\E91E";
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li.active > .fsNavPageInfo {
  display: block;
}

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

#fsMenu .nav-main-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > .fsNavPageInfo {
  display: block;
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li > a {
  font-size: 1.125rem;
  line-height: 1.2223;
  letter-spacing: 0.94px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  padding: 20px 0;
  position: relative;
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li > a:hover,
#fsMenu .nav-main-mobile .fsNavLevel1 > li > a:focus {
  color: #D50032;
}

#fsMenu .nav-main-mobile .drop-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #D50032;
  font-size: 0;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

#fsMenu .nav-main-mobile .drop-trigger:before {
  content: "\E920";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.8125rem;
}

#fsMenu .nav-main-mobile .fsNavPageInfo {
  display: none;
  padding: 0 0 26px 16px;
}

#fsMenu .nav-main-mobile .fsNavLevel2 > li:not(:last-child) {
  margin-bottom: 16px;
}

#fsMenu .nav-main-mobile .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a {
  color: #D50032;
}

#fsMenu .nav-main-mobile .fsNavLevel2 > li > a {
  padding: 4px 0;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.79px;
  font-size: 0.9375rem;
  line-height: 1.2;
}

#fsMenu .nav-main-mobile .fsNavLevel2 > li > a:hover,
#fsMenu .nav-main-mobile .fsNavLevel2 > li > a:focus {
  color: #D50032;
}

#fsMenu .nav-resources-footer {
  padding: 14px 17px;
}

#fsMenu .nav-resources-footer .fsNavLevel1 > li:not(:last-child) {
  margin-bottom: 1px;
}

#fsMenu .nav-resources-footer .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #D50032;
}

#fsMenu .nav-resources-footer .fsNavLevel1 > li > a {
  color: #000000;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
  padding: 0;
}

#fsMenu .nav-resources-footer .fsNavLevel1 > li > a:hover,
#fsMenu .nav-resources-footer .fsNavLevel1 > li > a:focus {
  color: #D50032;
}

#fsMenu .summer {
  padding: 6px 17px;
  margin-top: 15px;
}

#fsMenu .summer p {
  margin-bottom: 0;
}

#fsMenu .summer a {
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1.8px;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 23px;
}

#fsMenu .summer a:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  line-height: 1;
  letter-spacing: normal;
}

#fsMenu .summer a:hover,
#fsMenu .summer a:focus {
  color: #D50032;
  text-decoration: none;
}

.nav-social .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 699px), (min-width: 1000px) {
  .nav-social .fsNavLevel1 > li:nth-child(1) {
    padding-left: 9px;
    margin-bottom: 20px;
  }

  .nav-social .fsNavLevel1 > li:nth-child(2) {
    margin-left: 32px;
    margin-right: 29px;
    margin-bottom: 20px;
    padding-top: 2px;
  }

  .nav-social .fsNavLevel1 > li:nth-child(3) {
    padding-right: 3px;
    padding-top: 1px;
    margin-bottom: 20px;
  }

  .nav-social .fsNavLevel1 > li:nth-child(4) {
    padding-top: 3px;
    padding-left: 1px;
  }

  .nav-social .fsNavLevel1 > li:nth-child(5) {
    padding-top: 1px;
    margin-left: 25px;
    margin-right: 33px;
  }

  .nav-social .fsNavLevel1 > li:nth-child(6) {
    padding-right: 3px;
  }
}

@media screen and (min-width: 700px) and (max-width: 999px) {
  .nav-social .fsNavLevel1 > li:not(:last-child) {
    margin-right: 25px;
  }
}

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

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

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

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

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

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

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
  text-decoration: none;
  color: #eee;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  text-decoration: none;
  color: #eee;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  text-decoration: none;
  color: #eee;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  text-decoration: none;
  color: #eee;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  text-decoration: none;
  color: #eee;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.nav-social .fsNavLevel1 [href*='smugmug']:hover,
.nav-social .fsNavLevel1 [href*='smugmug']:focus {
  text-decoration: none;
  color: #eee;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.nav-social .fsNavLevel1 a {
  padding: 0;
  color: #FFF;
  font-size: 0;
  line-height: 1;
  font-weight: normal;
}

.nav-social .fsNavLevel1 a:before {
  display: block;
}

.nav-social .fsNavLevel1 [href*='facebook']:before {
  font-size: 1.5625rem;
}

.nav-social .fsNavLevel1 [href*='instagram']:before {
  font-size: 1.3125rem;
}

.nav-social .fsNavLevel1 [href*='linkedin']:before {
  font-size: 1.3125rem;
}

.nav-social .fsNavLevel1 [href*='twitter']:before {
  font-size: 1.3125rem;
}

.nav-social .fsNavLevel1 [href*='vimeo']:before {
  font-size: 1.5rem;
}

.nav-social .fsNavLevel1 [href*='smugmug']:before {
  font-size: 1.4375rem;
}

/*! structure - header v0.0.1 */

#fsHeader .fsElement {
  margin-bottom: 0;
}

#fsHeader .skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  background: #000000;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

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

#fsHeader .masthead {
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1000px) {
  #fsHeader .masthead {
    border-top: 20px solid #FFF;
    border-right: 20px solid #FFF;
    margin-right: 34px;
  }
}

@media (min-width: 1200px) {
  #fsHeader .masthead {
    margin-right: 55px;
  }
}

#fsHeader .masthead:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 250px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.82)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent);
}

@media (min-width: 700px) {
  #fsHeader .masthead:before {
    width: 663px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.82)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.82), transparent);
  }
}

body.fsComposeMode #fsHeader .masthead {
  background: none !important;
}

body.fsComposeMode #fsHeader .masthead img {
  opacity: 1;
}

#fsHeader .masthead > header {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  text-align: center;
}

@media (min-width: 700px) {
  #fsHeader .masthead > header {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    text-align: left;
  }
}

#fsHeader .masthead > header .fsElementTitle {
  margin-bottom: 0;
  color: #FFF;
  font-size: 1.875rem;
  line-height: 1.16;
  text-shadow: 0 0 19px rgba(0, 0, 0, 0.64);
}

@media (min-width: 700px) {
  #fsHeader .masthead > header .fsElementTitle {
    font-size: 3.125rem;
  }
}

#fsHeader .masthead img {
  opacity: 0;
  width: 100%;
  min-height: 300px;
}

@media (min-width: 700px) {
  #fsHeader .masthead img {
    min-height: 0;
  }
}

#fsHeader .site-info-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
}

@media (min-width: 1000px) {
  #fsHeader .site-info-container > .fsElementContent {
    background: #D50032;
  }
}

#fsHeader .logo {
  background: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1000px) {
  #fsHeader .logo {
    width: 293px;
  }
}

#fsHeader .logo a,
#fsHeader .logo picture,
#fsHeader .logo img {
  display: block;
}

#fsHeader .logo a {
  padding: 12px 16px;
  width: 145px;
}

@media (min-width: 700px) {
  #fsHeader .logo a {
    padding: 10px 16px 12px;
    width: 150px;
  }
}

@media (min-width: 1000px) {
  #fsHeader .logo a {
    padding: 23px 30px 16px 28px;
    width: 235px;
  }
}

#fsHeader .logo picture,
#fsHeader .logo img {
  width: 145px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  #fsHeader .logo picture,
  #fsHeader .logo img {
    width: 150px;
  }
}

@media (min-width: 1000px) {
  #fsHeader .logo picture,
  #fsHeader .logo img {
    width: 235px;
  }
}

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

#fsHeader .drawer-ribbon .mobile-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 75px;
  height: 75px;
  background: #D50032;
  color: #FFF;
  font-size: 0;
  line-height: 1;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#fsHeader .drawer-ribbon .mobile-toggle:before,
#fsHeader .drawer-ribbon .mobile-toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 37px;
  content: '';
  background: #FFF;
}

#fsHeader .drawer-ribbon .mobile-toggle:before {
  margin-top: -11px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

#fsHeader .drawer-ribbon .mobile-toggle:after {
  -webkit-box-shadow: 0 11px 0 0 #FFF;
          box-shadow: 0 11px 0 0 #FFF;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

body.drawer-is-active #fsHeader .drawer-ribbon .mobile-toggle:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

body.drawer-is-active #fsHeader .drawer-ribbon .mobile-toggle:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#fsHeader .drawer-ribbon .mobile-toggle:hover,
#fsHeader .drawer-ribbon .mobile-toggle:focus {
  background: #000000;
}

#fsHeader .header-utility {
  display: none;
}

@media (min-width: 1000px) {
  #fsHeader .header-utility {
    display: block;
    width: calc(100% - 293px);
  }
}

#fsHeader .header-utility > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 23px 34px 0 0;
}

@media (min-width: 1200px) {
  #fsHeader .header-utility > .fsElementContent {
    padding-right: 55px;
  }
}

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

@media (min-width: 1000px) {
  #fsHeader .nav-main {
    display: block;
    width: 100%;
    margin-top: 9px;
  }
}

#fsHeader .site-search {
  margin-left: 16px;
  position: relative;
}

#fsHeader .site-search.search-open > .fsElementContent {
  opacity: 1;
  visibility: visible;
}

#fsHeader .site-search > header .fsElementHeaderContent {
  margin: 0;
}

#fsHeader .site-search > header .fsElementHeaderContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1.8px;
  font-family: museo-sans, sans-serif;
  position: relative;
  font-weight: 700;
  padding: 14px 0 14px 23px;
}

#fsHeader .site-search > header .fsElementHeaderContent button:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  line-height: 1;
  letter-spacing: normal;
}

#fsHeader .site-search > header .fsElementHeaderContent button:hover,
#fsHeader .site-search > header .fsElementHeaderContent button:focus {
  color: rgba(255, 255, 255, 0.75);
}

#fsHeader .site-search > .fsElementContent {
  position: absolute;
  top: 0;
  right: 0;
  width: 322px;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#fsHeader .site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fsHeader .site-search form label {
  position: absolute;
  left: -9999px;
  color: #FFF;
  background: #000;
}

#fsHeader .site-search form .fsSearchElementKeyword {
  width: calc(100% - 52px);
  margin-bottom: 0;
}

#fsHeader .site-search form .fsSearchElementKeyword input {
  display: block;
  border: 0;
  padding: 14px 30px 14px 23px;
  color: #D50032;
  font-weight: 500;
  font-family: museo-sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2143;
}

#fsHeader .site-search form .fsSearchElementKeyword input::-webkit-input-placeholder {
  font-style: italic;
  color: #D50032;
}

#fsHeader .site-search form .fsSearchElementKeyword input:-moz-placeholder {
  font-style: italic;
  color: #D50032;
}

#fsHeader .site-search form .fsSearchElementKeyword input::-moz-placeholder {
  font-style: italic;
  color: #D50032;
}

#fsHeader .site-search form .fsSearchElementKeyword input:-ms-input-placeholder {
  font-style: italic;
  color: #D50032;
}

#fsHeader .site-search form .fsSearchElementSearchButton {
  background: transparent;
  color: #D50032;
  font-size: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0 !important;
  letter-spacing: normal;
  font-weight: normal;
  width: 52px;
  position: relative;
  min-width: 0;
}

#fsHeader .site-search form .fsSearchElementSearchButton:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.875rem;
}

#fsHeader .summer p {
  margin-bottom: 0;
}

#fsHeader .summer a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1.8px;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  position: relative;
  padding: 14px 0 14px 23px;
}

#fsHeader .summer a:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  line-height: 1;
  letter-spacing: normal;
}

#fsHeader .summer a:hover,
#fsHeader .summer a:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

#fsHeader .our-moment-button {
  position: relative;
  height: 45px;
  width: 169px;
  margin-left: 18px;
}

#fsHeader .our-moment-button a {
  position: absolute;
  height: 100%;
  width: 100%;
  color: transparent;
  background-image: url(images/campaign-button.svg);
}

#fsHeader .our-moment-button a:hover,
#fsHeader .our-moment-button a:focus {
  background-image: url(images/campaign-button-hover.svg);
}

#fsHeader .portal-login {
  margin-left: 18px;
}

#fsHeader .portal-login p {
  margin-bottom: 0;
}

#fsHeader .portal-login a {
  display: block;
  background: #FFF;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875;
  color: #000000;
  padding: 13px 16px 13px 54px;
  position: relative;
}

#fsHeader .portal-login a:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 19px;
  font-size: 0.875rem;
  line-height: 1;
  color: #D50032;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#fsHeader .portal-login a:hover,
#fsHeader .portal-login a:focus {
  background: #000000;
  color: #FFF;
  text-decoration: none;
}

#fsHeader .portal-login a:hover:before,
#fsHeader .portal-login a:focus:before {
  color: #FFF;
}

#fsPageBodyWrapper .masthead > header {
  display: none !important;
}

body.fsComposeMode #fsPageBodyWrapper .masthead > header {
  display: block !important;
}

#fsFooter {
  color: #fff;
  text-align: center;
  background-color: #D50032;
}

@media (min-width: 1000px) {
  #fsFooter {
    text-align: left;
  }
}

#fsFooter .fsElement {
  margin-bottom: 0;
}

#fsFooter .top-footer {
  padding: 23px 20px 70px;
}

@media (min-width: 1000px) {
  #fsFooter .top-footer {
    padding: 23px 35px 64px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .top-footer {
    padding: 37px 35px 23px;
  }
}

#fsFooter .top-footer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1000px) {
  #fsFooter .top-footer > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#fsFooter .back-to-top {
  position: absolute;
  bottom: -52px;
  right: 10px;
}

@media (min-width: 700px) {
  #fsFooter .back-to-top {
    bottom: -54px;
    right: 20px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .back-to-top {
    bottom: -3px;
    right: 0;
  }
}

#fsFooter .back-to-top button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 0;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

@media (min-width: 1000px) {
  #fsFooter .back-to-top button {
    font-size: 1.0625rem;
  }
}

#fsFooter .back-to-top button:hover,
#fsFooter .back-to-top button:focus {
  color: #eee;
}

#fsFooter .back-to-top button:after {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.6875rem;
}

@media (min-width: 1000px) {
  #fsFooter .back-to-top button:after {
    margin-left: 21px;
  }
}

#fsFooter .school-links {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1000px) {
  #fsFooter .school-links {
    padding-top: 26px;
    width: 37.88136%;
  }
}

@media (min-width: 1050px) {
  #fsFooter .school-links {
    width: 35.76271%;
  }
}

#fsFooter .school-links > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1000px) {
  #fsFooter .school-links > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#fsFooter .crest {
  display: none;
}

@media (min-width: 1000px) {
  #fsFooter .crest {
    display: block;
    padding-top: 17px;
    width: 157px;
  }
}

@media (min-width: 1050px) {
  #fsFooter .crest {
    width: 207px;
  }
}

#fsFooter .crest p {
  display: none;
}

#fsFooter .crest picture,
#fsFooter .crest img,
#fsFooter .crest a {
  display: block;
}

#fsFooter .nav-callouts {
  border-bottom: 6px solid #FFF;
}

#fsFooter .nav-callouts .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1000px) {
  #fsFooter .nav-callouts .fsNavLevel1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1000px) {
  #fsFooter .nav-callouts .fsNavLevel1 > li {
    width: calc(100% / 3);
  }
}

#fsFooter .nav-callouts .fsNavLevel1 > li > a {
  color: #FFF;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: museo-sans, sans-serif;
  letter-spacing: 4px;
  padding: 0 20px;
  height: 75px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fsFooter .nav-callouts .fsNavLevel1 > li > a:hover,
#fsFooter .nav-callouts .fsNavLevel1 > li > a:focus {
  text-decoration: none;
}

#fsFooter .nav-callouts .fsNavLevel1 > li > a:before {
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0;
}

#fsFooter .nav-callouts .fsNavLevel1 > li.icon-inquire > a {
  background: #003865;
}

#fsFooter .nav-callouts .fsNavLevel1 > li.icon-inquire > a:hover,
#fsFooter .nav-callouts .fsNavLevel1 > li.icon-inquire > a:focus {
  background: #001c32;
}

#fsFooter .nav-callouts .fsNavLevel1 > li.icon-inquire > a:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 26px;
}

#fsFooter .nav-callouts .fsNavLevel1 > li.icon-pencil > a {
  background: #0BA9D0;
}

#fsFooter .nav-callouts .fsNavLevel1 > li.icon-pencil > a:hover,
#fsFooter .nav-callouts .fsNavLevel1 > li.icon-pencil > a:focus {
  background: #0882a0;
}

#fsFooter .nav-callouts .fsNavLevel1 > li.icon-pencil > a:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 24px;
}

#fsFooter .nav-callouts .fsNavLevel1 > li.icon-gift > a {
  background: #F0C206;
}

#fsFooter .nav-callouts .fsNavLevel1 > li.icon-gift > a:hover,
#fsFooter .nav-callouts .fsNavLevel1 > li.icon-gift > a:focus {
  background: #be9a05;
}

#fsFooter .nav-callouts .fsNavLevel1 > li.icon-gift > a:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.3125rem;
  margin-right: 19px;
}

#fsFooter .school-info {
  font-size: 0.75rem;
  line-height: 1.75;
  font-style: italic;
  font-family: museo-slab, serif;
  margin-bottom: 42px;
}

@media (min-width: 700px) {
  #fsFooter .school-info {
    margin-bottom: 38px;
    padding: 0 59px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .school-info {
    width: 37.88136%;
    margin-bottom: 0;
    padding: 0;
  }
}

@media (min-width: 1050px) {
  #fsFooter .school-info {
    width: 35.76271%;
  }
}

#fsFooter .school-info > header {
  margin-bottom: 17px;
}

@media (min-width: 700px) {
  #fsFooter .school-info > header {
    margin-bottom: 16px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .school-info > header {
    margin-bottom: 15px;
  }
}

#fsFooter .school-info > header .fsElementHeaderContent {
  margin: 0;
  font-size: 0;
  line-height: 1;
}

#fsFooter .school-info > header .fsElementHeaderContent p {
  display: none;
}

#fsFooter .school-info > header .fsElementHeaderContent picture,
#fsFooter .school-info > header .fsElementHeaderContent img,
#fsFooter .school-info > header .fsElementHeaderContent a {
  display: table;
  margin: 0 auto;
  width: 178px;
}

@media (min-width: 1000px) {
  #fsFooter .school-info > header .fsElementHeaderContent picture,
  #fsFooter .school-info > header .fsElementHeaderContent img,
  #fsFooter .school-info > header .fsElementHeaderContent a {
    margin: 0;
  }
}

@media (min-width: 1000px) {
  #fsFooter .school-info .school-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#fsFooter .school-info p {
  margin-bottom: 26px;
}

@media (min-width: 700px) {
  #fsFooter .school-info p {
    margin-bottom: 32px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .school-info p {
    margin-bottom: 28px;
  }
}

#fsFooter .school-info p:last-child {
  margin-bottom: 0;
}

#fsFooter .school-info [itemprop="streetAddress"] {
  display: block;
}

@media (min-width: 1000px) {
  #fsFooter .school-info [itemprop="streetAddress"] {
    display: inline;
  }
}

#fsFooter .school-info [itemprop='address'],
#fsFooter .school-info [itemprop='telephone'] {
  font-style: normal;
  line-height: 1.667;
}

@media (min-width: 1000px) {
  #fsFooter .school-info [itemprop='address'],
  #fsFooter .school-info [itemprop='telephone'] {
    line-height: 2;
  }
}

#fsFooter .school-info [itemprop='telephone'] {
  display: block;
}

@media (min-width: 1000px) {
  #fsFooter .school-info [itemprop='telephone'] {
    display: inline;
    padding-left: 16px;
    position: relative;
  }

  #fsFooter .school-info [itemprop='telephone']:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 8px;
    width: 1px;
    height: 12px;
    background: #FFF;
  }
}

#fsFooter .school-info a {
  color: inherit;
}

#fsFooter .school-info a:hover,
#fsFooter .school-info a:focus {
  color: #eee;
}

#fsFooter .nav-social {
  width: 132px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  #fsFooter .nav-social {
    width: auto;
  }
}

@media (min-width: 1000px) {
  #fsFooter .nav-social {
    width: 132px;
    margin: 0 0 0 70px;
  }
}

#fsFooter .nav-social > header {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 1000px) {
  #fsFooter .nav-social > header {
    text-align: right;
  }
}

#fsFooter .nav-social > header .fsElementTitle {
  margin: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 900;
}

#fsFooter .nav-resources-footer {
  margin-bottom: 26px;
}

@media (min-width: 700px) {
  #fsFooter .nav-resources-footer {
    margin-bottom: 31px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .nav-resources-footer {
    margin-bottom: 0;
  }
}

#fsFooter .nav-resources-footer > header {
  margin-bottom: 18px;
}

#fsFooter .nav-resources-footer > header .fsElementTitle {
  margin: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 900;
}

@media (min-width: 1000px) {
  #fsFooter .nav-resources-footer .fsNavLevel1 > li {
    text-align: right;
  }
}

#fsFooter .nav-resources-footer .fsNavLevel1 > li:not(:last-child) {
  margin-bottom: 1px;
}

#fsFooter .nav-resources-footer .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #eee;
}

#fsFooter .nav-resources-footer .fsNavLevel1 > li > a {
  color: #FFF;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7143;
  padding: 0;
}

#fsFooter .nav-resources-footer .fsNavLevel1 > li > a:hover,
#fsFooter .nav-resources-footer .fsNavLevel1 > li > a:focus {
  color: #eee;
}

#fsFooter .nav-utility-footer {
  background: #B1042D;
  padding: 19px 20px;
}

@media (min-width: 1000px) {
  #fsFooter .nav-utility-footer > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#fsFooter .nav-utility-footer .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1000px) {
  #fsFooter .nav-utility-footer .fsNavLevel1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#fsFooter .nav-utility-footer .fsNavLevel1 > li:not(:last-child) {
  margin-right: 21px;
}

@media (min-width: 1000px) {
  #fsFooter .nav-utility-footer .fsNavLevel1 > li:not(:last-child) {
    margin-right: 28px;
  }
}

#fsFooter .nav-utility-footer .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #eee;
}

#fsFooter .nav-utility-footer .fsNavLevel1 > li > a {
  color: #FFF;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2;
  padding: 0;
}

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

/*! structure - layouts v0.0.1 */

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

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

html {
  font-family: museo-sans, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible !important;
}

body {
  font-size: 16px;
  line-height: 29px;
  color: #000000;
  overflow: visible !important;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding: 30px 20px;
  background: #fff;
}

@media (min-width: 600px) {
  #fsPageBodyWrapper {
    padding: 45px 34px 125px;
  }
}

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

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

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

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

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

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

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -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 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 440px);
    margin-bottom: 0;
  }
}

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

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

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

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

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

@media (min-width: 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 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 20px;
    width: 240px;
  }
}

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

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

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

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

@media (min-width: 600px) {
  .fsLayout .fsDiv {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout,
  .fsElephantLeftLayout {
    display: -webkit-box;
    display: -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: 100px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

@media (min-width: 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: 100px;
    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: 100px;
    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: 100px;
    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: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 800px) {
  #fsPoweredByFinalsite {
    position: static;
    bottom: 81px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

#fsPoweredByFinalsite a {
  padding: 0;
  display: block;
}

/*! elements - constituent main */

/*! elements - constituent default layout */

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

.fsConstituent .fsElementPagination {
  margin: 48px 0 20px;
  font-size: 0.875rem;
  line-height: 1.2143;
  color: #58585A;
  font-weight: 500;
  font-family: museo-sans, sans-serif;
}

.fsConstituent .fsElementPagination:first-child {
  margin-top: 0;
}

.fsConstituent .fsElementPagination:last-child {
  margin-bottom: 0;
}

.fsConstituent .fsElementPagination a {
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
  text-decoration: underline;
  margin: 0 7px;
}

.fsConstituent .fsElementPagination a:first-child {
  margin-left: 2px;
}

.fsConstituent .fsElementPagination a:hover,
.fsConstituent .fsElementPagination a:focus {
  color: #000000;
}

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

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

.fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
.fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto,
.fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
  float: left;
  padding-right: 0;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto,
.fsConstituent.fsThumbnailAlignRight .fsProfileImage {
  float: right;
  padding-left: 0;
}

.fsConstituentProfile {
  position: relative;
}

.fsConstituentProfile > div,
.fsConstituentProfile > h3 {
  margin-bottom: 20px;
}

.fsConstituentProfile > div > strong {
  display: block;
}

/*! elements - constituent default layout */

.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
  margin: 0 auto 20px;
}

.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;
  padding: 0 18px 16px;
  border: 1px solid #DEDEDE;
}

.fsConstituentItem > h3 {
  margin-bottom: 4px;
}

.fsConstituentItem > h3:last-child {
  margin-bottom: 0;
}

.fsConstituentItem > div {
  font-size: 0.75rem;
  line-height: 2;
  color: #747474;
  font-weight: 300;
  font-family: museo-sans, sans-serif;
  margin-bottom: 0;
}

.fsConstituentItem > div a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: block;
}

.fsConstituentItem > div a:hover,
.fsConstituentItem > div a:focus {
  color: #D50032;
}

.fsConstituentItem > div br,
.fsConstituentItem > div strong {
  display: none;
}

.fsConstituentItem > div:last-child {
  margin-bottom: 0;
}

.fsConstituentItem .fsPhoto {
  margin: -1px 0 12px -19px;
  width: calc(100% + 38px);
  border-bottom: 5px solid #D50032;
  max-width: calc(100% + 38px) !important;
}

.fsConstituentItem .fsPhoto img {
  display: block;
}

.fsConstituentItem .fsPhoto .fsCroppedImage {
  display: block;
  padding-bottom: 81.78571%;
}

.fsConstituentItem .fsFullName {
  color: #000000;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
}

.fsConstituentItem .fsFullName:first-child {
  padding-top: 18px;
}

.fsConstituentItem .fsFullName a {
  display: block;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.fsConstituentItem .fsFullName a:hover,
.fsConstituentItem .fsFullName a:focus {
  color: #D50032;
}

.fsConstituentItem .fsPhones {
  font-size: 0;
  line-height: 1;
}

.fsConstituentItem .fsPhones a {
  font-size: 0.75rem;
  line-height: 2;
}

.fsConstituentItem .fsViewProfileLink {
  border-top: 1px solid #DEDEDE;
  font-size: 0.75rem;
  line-height: 1.1667;
  font-weight: 700;
  margin-top: 28px;
  padding-top: 17px;
  color: #D50032;
}

.fsConstituentItem .fsViewProfileLink a {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 3.2px;
  font-family: museo-sans, sans-serif;
  text-transform: uppercase;
  padding-right: 20px;
  position: relative;
}

.fsConstituentItem .fsViewProfileLink a:hover,
.fsConstituentItem .fsViewProfileLink a:focus {
  text-decoration: none;
  color: #000000;
}

.fsConstituentItem .fsViewProfileLink a:after {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

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

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

.fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n + 2) .fsPhoto {
  border-bottom-color: #0BA9D0;
}

.fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n + 2) .fsPhoto {
  border-bottom-color: #0BA9D0;
}

.fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n + 3) .fsPhoto {
  border-bottom-color: #F0C206;
}

.fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n + 2) .fsPhoto {
  border-bottom-color: #0BA9D0;
}

.fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n + 3) .fsPhoto {
  border-bottom-color: #F0C206;
}

.fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n + 4) .fsPhoto {
  border-bottom-color: #003865;
}

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 16px;
  line-height: 29px;
}

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
  margin-bottom: 34px;
}

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

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

.fsConstituentSearchForm > label > span {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2143;
  font-weight: 700;
  font-family: museo-sans, sans-serif;
  letter-spacing: 1.63px;
}

.fsConstituentSearchForm > label > select,
.fsConstituentSearchForm > label > input {
  border: 1px solid #C5C5C5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  line-height: 1.2143;
  color: #4A4A4A;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  padding: 15px 14px 16px;
}

.fsConstituentSearchForm > label > select {
  height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(images/sort.svg) no-repeat center right 21px;
  background-size: 11px 19.25px;
}

.fsConstituentSearchForm > label > select::-ms-expand {
  display: none;
}

.fsConstituentSearchForm [type*='submit'] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px;
  width: 100%;
  letter-spacing: 2.26px;
  font-size: 0.875rem;
  line-height: 1.28572;
}

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

/*! elements - constituent default layout */

.fsConstituent.fsDialog {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 980px;
}

.fsConstituent.fsDialog::-webkit-backdrop,
.fsConstituent.fsDialog + .fsDialogBackdrop {
  background: rgba(0, 0, 0, 0.54);
}

.fsConstituent.fsDialog::backdrop,
.fsConstituent.fsDialog + .fsDialogBackdrop {
  background: rgba(0, 0, 0, 0.54);
}

.fsConstituent.fsDialog .fsDialogCloseButton {
  width: 29px;
  height: 29px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 50px;
  right: 52px;
  -webkit-transition: none;
  transition: none;
}

.fsConstituent.fsDialog .fsDialogCloseButton:hover:before,
.fsConstituent.fsDialog .fsDialogCloseButton:hover:after,
.fsConstituent.fsDialog .fsDialogCloseButton:focus:before,
.fsConstituent.fsDialog .fsDialogCloseButton:focus:after {
  background: #000000;
}

.fsConstituent.fsDialog .fsDialogCloseButton:before,
.fsConstituent.fsDialog .fsDialogCloseButton:after {
  background: #D50032;
  -webkit-transition: none;
  transition: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fsConstituent.fsDialog .fsDialogCloseButton:before {
  height: 34px;
  width: 6px;
}

.fsConstituent.fsDialog .fsDialogCloseButton:after {
  width: 34px;
  height: 6px;
}

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

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

.fsConstituent.fsDialog.red .fsProfileImage {
  border-bottom: 5px solid #D50032;
}

.fsConstituent.fsDialog.lightblue .fsProfileImage {
  border-bottom: 5px solid #0BA9D0;
}

.fsConstituent.fsDialog.gold .fsProfileImage {
  border-bottom: 5px solid #F0C206;
}

.fsConstituent.fsDialog.darkblue .fsProfileImage {
  border-bottom: 5px solid #003865;
}

.fsConstituent.fsDialog .fsDialogContent {
  padding: 60px 63px 55px;
}

.fsConstituent.fsDialog .fsProfileSection {
  margin-bottom: 30px;
}

.fsConstituent.fsDialog .fsProfileSection:last-child {
  margin-bottom: 0;
}

.fsConstituent.fsDialog .fsProfileSection:last-child .fsProfileSectionData:nth-last-child(2) {
  margin-bottom: 0;
}

.fsConstituent.fsDialog .fsProfileSectionSpecialData,
.fsConstituent.fsDialog .fsProfileSectionData {
  font-weight: 300;
  font-family: museo-sans, sans-serif;
  margin-bottom: 22px;
  color: #000000;
}

.fsConstituent.fsDialog .fsProfileSectionSpecialData:last-child,
.fsConstituent.fsDialog .fsProfileSectionData:last-child {
  margin-bottom: 0;
}

.fsConstituent.fsDialog .fsProfileSectionSpecialData a,
.fsConstituent.fsDialog .fsProfileSectionData a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  display: inline-block;
}

.fsConstituent.fsDialog .fsProfileSectionSpecialData > div:first-child,
.fsConstituent.fsDialog .fsProfileSectionFieldName {
  text-transform: uppercase;
  color: #D50032;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 900;
  font-family: museo-sans, sans-serif;
  margin-bottom: 4px;
}

.fsConstituent.fsDialog .fsProfileSection > h4 {
  text-transform: none;
  color: #000000;
  font-size: 1.625rem;
  line-height: 1.6154;
  font-weight: 500;
  font-family: museo-slab, serif;
  letter-spacing: 0;
}

.fsConstituent.fsDialog .fsFullName {
  font-size: 40px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000000;
}

.fsConstituent.fsDialog .fsProfileSectionFieldValue h4 {
  letter-spacing: 0;
  font-weight: 900;
  margin-bottom: 12px;
}

.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: 280px;
    padding-top: 5px;
  }
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 230px;
    padding-top: 5px;
  }
}

@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: 50px;
    float: left;
  }
}

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

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

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

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

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

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

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

/*! elements - accordion */

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: #F1F1F1;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  font-family: museo-slab, serif;
  color: #1E2023;
  margin-bottom: 20px;
  margin-bottom: 3px;
  border: 1px solid transparent;
  display: block;
  padding: 18px 19px 17px;
  color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

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

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

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

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding: 23px 20px 54px;
  font-size: 0.9375rem;
  line-height: 1.667;
  font-weight: 500;
  color: #343B41;
}

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

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #000000;
  border: 1px solid #7D7D7D;
}

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

.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: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 1.75rem;
  line-height: 1;
  content: "\E90C";
}

.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: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 1.75rem;
  line-height: 1;
  content: "\E90D";
}

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

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 30px;
}

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  font-family: museo-slab, serif;
  color: #1E2023;
  margin-bottom: 20px;
}

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

.fsAthleticsRosterList li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: none;
}

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList li > div.fsRosterName {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div.fsRosterName:before {
  display: none;
}

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

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

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

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

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

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

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

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

.fsCalendar article {
  position: relative;
  padding-left: 70px;
  min-height: 62px;
  padding-top: 0;
}

.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 62px;
  width: 51px;
  color: #D50032;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D50032;
  line-height: 1;
  text-transform: uppercase;
}

.fsCalendar .fsDate > span {
  display: block;
  font-size: 0.875rem;
  font-weight: 900;
}

.fsCalendar .fsDate > span.fsMonth {
  letter-spacing: 3.73px;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 2.6875rem;
  font-weight: 700;
}

.fsCalendar article .fsEventDetails {
  margin-bottom: 12px;
}

.fsCalendar article .fsEventDetails > *:last-child {
  margin-bottom: 0 !important;
}

.fsCalendar article .fsTimeRange,
.fsCalendar article .fsAllDay,
.fsCalendar article .fsLocation {
  text-transform: uppercase;
  font-weight: 500;
  color: #6C6B6B;
  font-size: 0.8125rem;
  line-height: 1.1539;
  padding-left: 21px;
  margin-bottom: 7px;
  display: block;
  position: relative;
}

.fsCalendar article .fsTimeRange:before,
.fsCalendar article .fsAllDay:before,
.fsCalendar article .fsLocation:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.6875rem;
  line-height: 1;
  color: #D50032;
}

.fsCalendar article .fsTimeRange:before,
.fsCalendar article .fsAllDay:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 0;
}

.fsCalendar article .fsLocation:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 2px;
}

.fsCalendar article .fsNotes,
.fsCalendar article .fsDescription {
  margin-bottom: 15px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
}

.fsCalendar article .fsNotes:not(:first-child),
.fsCalendar article .fsDescription:not(:first-child) {
  margin-top: 22px;
}

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

.fsCalendar article .fsReadMoreLink {
  font-size: 0.875rem;
  line-height: 1.8572;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(213, 0, 50, 0.15);
  }

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(213, 0, 50, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}

#event-view {
  padding: 20px;
  margin: 20px auto 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

.scroll-up span {
  display: inline-block;
  border: 1px solid #D50032 !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #D50032;
  color: #fff;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  background: #a20026;
  border-color: #a20026 !important;
  color: #fff;
  text-decoration: none;
}

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

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

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

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

/*! elements - forms */

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: museo-sans, sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
}

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

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

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

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

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

.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: #D50032;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #D50032;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  border: 1px solid #D50032 !important;
  margin: 0;
  padding: 15px 23px;
  background: #D50032;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
  background: #a20026;
  border-color: #a20026 !important;
  color: #FFF;
  text-decoration: none;
}

.fsComposerFormEmbed .ui-widget {
  font-family: museo-sans, sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #1a1a1a;
}

:-moz-placeholder {
  color: #1a1a1a;
}

::-moz-placeholder {
  color: #1a1a1a;
}

:-ms-input-placeholder {
  color: #1a1a1a;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

.fsResetPasswordFields > div:last-child {
  margin-bottom: 0;
}

.fsResetPasswordFields label > span {
  display: block;
}

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

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #eee;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

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

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 1px solid #D50032 !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #D50032;
  color: #fff;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  background: #a20026;
  border-color: #a20026 !important;
  color: #fff;
  text-decoration: none;
}

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

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #000000;
  font-family: museo-sans, sans-serif;
}

.fsMediaCustomPlayer article {
  position: relative;
}

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

.fsCustomSlider .slick-next,
.fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}

.fsCustomSlider .slick-next:before,
.fsCustomSlider .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.fsCustomSlider .slick-next {
  left: auto;
  right: 0;
}

.fsCustomSlider .slick-next:before {
  content: '\203A';
}

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto;
}

.fsCustomSlider .slick-prev:before {
  content: '\2039';
}

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #000000;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
}

.fsCustomSlider .slider-play-btn:before {
  content: "";
  color: #fff;
  font-size: 16px;
  font-family: museo-slab, serif;
}

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

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

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

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

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

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

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

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

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

.fsCustomSlider .caption-wrapper {
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  line-height: 29px;
  width: 100%;
  background-color: #000000;
  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(0, 0, 0, 0.5);
  }
}

.fsCustomSlider .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.fsCustomSlider .caption-wrapper a:hover {
  text-decoration: underline;
}

.fsCustomSlider .caption-wrapper.is-empty {
  display: none;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
    font-family: museo-slab, serif;
    color: #000000;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.fsPostElement article {
  padding-bottom: 25px !important;
  border-bottom: solid 1px #E8EBF2 !important;
}

.fsPostElement article > *:last-child {
  margin-bottom: 0 !important;
}

.fsPostElement article .fsThumbnail {
  margin-bottom: 15px;
}

.fsPostElement article .fsThumbnail .fsCroppedImage,
.fsPostElement article .fsThumbnail img {
  display: block;
}

.fsPostElement article .fsTitle {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 10px;
  max-height: 78px;
  overflow: hidden;
}

.fsPostElement article .fsAuthor {
  text-transform: capitalize;
  margin-right: 0;
}

.fsPostElement article .fsDateTime {
  text-transform: uppercase;
}

.fsPostElement article .fsDateTime + .fsAuthor {
  padding-left: 21px;
  position: relative;
}

.fsPostElement article .fsDateTime + .fsAuthor:before {
  content: '';
  width: 1px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 10px;
  background: #959494;
}

.fsPostElement article .fsAuthor,
.fsPostElement article .fsDateTime {
  color: #959494;
  font-size: 0.75rem;
  line-height: 1.1667;
  font-weight: 500;
  margin-bottom: 20px;
}

.fsPostElement article .fsCategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: -3px -3px 12px;
}

.fsPostElement article .fsCategories li {
  margin: 3px;
  background: #000000;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.2;
  border: 0;
  padding: 6px 9px 5px;
}

.fsPostElement article .fsTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 37px -3px 12px;
}

.fsPostElement article .fsTags li {
  margin: 3px;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.2;
  background: #FCFDFE;
  border: 1px solid #D2D5DC;
  padding: 10px 12px 9px;
}

.fsPostElement article .fsSummary {
  font-size: 0.875rem;
  line-height: 1.6429;
  margin-bottom: 15px;
}

.fsPostElement article .fsBody {
  margin-bottom: 15px;
}

.fsPostElement article .fsReadMoreLink {
  font-size: 1rem;
  line-height: 1.4375;
  display: table;
}

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

.fsPostElement.fsDialog article {
  padding-bottom: 0 !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit;
}

.fsSearch form.gsc-search-box-tools table {
  border: 0;
}

.fsSearch form.gsc-search-box-tools > table.gsc-search-box {
  margin-bottom: 0;
  position: relative;
}

.fsSearch form.gsc-search-box-tools td.gsib_a {
  padding: 0;
}

.fsSearch form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}

.fsSearch form.gsc-search-box-tools table.gsc-branding {
  display: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #000000 !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: 16px;
  font-family: museo-sans, sans-serif;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #D50032;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: museo-sans, sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #eee;
}

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

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

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

.fsSearchForm:not(.site-search) form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.fsSearchForm:not(.site-search) form label {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: museo-sans, sans-serif;
  color: #D50032;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

.fsSearchForm:not(.site-search) form .fsSearchElementKeyword {
  width: calc(100% - 52px);
  margin-bottom: 0;
  border: 1px solid #D50032;
  border-right: 0;
}

.fsSearchForm:not(.site-search) form .fsSearchElementKeyword input {
  display: block;
  border: 0;
  padding: 14px 30px 14px 23px;
  color: #D50032;
  font-weight: 500;
  font-family: museo-sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2143;
}

.fsSearchForm:not(.site-search) form .fsSearchElementKeyword input::-webkit-input-placeholder {
  font-style: italic;
  color: #D50032;
}

.fsSearchForm:not(.site-search) form .fsSearchElementKeyword input:-moz-placeholder {
  font-style: italic;
  color: #D50032;
}

.fsSearchForm:not(.site-search) form .fsSearchElementKeyword input::-moz-placeholder {
  font-style: italic;
  color: #D50032;
}

.fsSearchForm:not(.site-search) form .fsSearchElementKeyword input:-ms-input-placeholder {
  font-style: italic;
  color: #D50032;
}

.fsSearchForm:not(.site-search) form .fsSearchElementSearchButton {
  background: transparent;
  color: #D50032;
  font-size: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 1px solid #D50032 !important;
  border-left: 0 !important;
  letter-spacing: normal;
  font-weight: normal;
  width: 52px;
  position: relative;
  min-width: 0;
}

.fsSearchForm:not(.site-search) form .fsSearchElementSearchButton:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.875rem;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #000000;
}

.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: #000000;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: museo-sans, sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #000000;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  right: 0;
  top: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
  font-family: museo-sans, sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchResults form.gsc-search-box-tools,
.fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}

.fsSearchResults .gsc-control-cse,
.fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
}

.fsSearchResults .gsc-results,
.fsSearchFieldWithResults .gsc-results {
  width: 100%;
}

.fsSearchResults .gsc-webResult .gsc-result,
.fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #000000;
}

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

.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: #D50032 !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: #D50032 !important;
}

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

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

/*! elements - social main */

/*! elements - social facebook */

.fsFacebook {
  margin-bottom: 20px;
}

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

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

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

.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 #E8EBF2;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}

.fsVimeoList .fsVimeoListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px #E8EBF2;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

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

.vimeo_view_link a {
  display: inline-block;
  border: 1px solid #D50032 !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #D50032;
  color: #fff;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  background: #a20026;
  border-color: #a20026 !important;
  color: #fff;
  text-decoration: none;
}

/*! 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 #E8EBF2;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
}

.fsYoutubeList .fsYoutubeListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px #E8EBF2;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

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

.Youtube_view_link a {
  display: inline-block;
  border: 1px solid #D50032 !important;
  margin: 0 0 6px;
  padding: 15px 23px;
  background: #D50032;
  color: #fff;
  border-radius: 0;
  text-align: center;
  min-width: 182px;
  max-width: 300px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  background: #a20026;
  border-color: #a20026 !important;
  color: #fff;
  text-decoration: none;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.fsTabs .fsTabsNav li {
  margin-right: 10px;
}

.fsTabs .fsTabsNav li:last-child {
  margin-right: 0;
}

.fsTabs .fsTabsNav li a {
  display: block;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  position: relative;
  padding: 16px 14px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  color: #000000;
}

.fsTabs .fsTabsNav li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DCE0E9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fsTabs .fsTabsNav li a:hover,
.fsTabs .fsTabsNav li a:focus {
  background: transparent;
  color: #D50032;
}

.fsTabs .fsTabsNav li a:hover:after,
.fsTabs .fsTabsNav li a:focus:after {
  height: 3px;
  background: #0BA9D0;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #D50032;
  color: #FFF;
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
  height: 0;
  background: #D50032;
}

.fsTabs .fsPanel > .fsElementContent {
  padding: 40px 0 0;
  font-size: 1rem;
  line-height: 29px;
  color: #000000;
  font-weight: 300;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

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

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

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

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #333;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #333;
  background: #e6e6e6;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
          box-shadow: inset 0 -1px 0 0 #eee;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e1e1e1;
  color: #000000;
  font-size: .875em;
  line-height: 1;
  padding: 10px 5px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
  background: #c8c8c8;
  color: #000000;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #eee;
  color: #bbbbbb;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #ff567d;
  color: #fff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #333;
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

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

.module {
  font-size: 1rem;
  line-height: 1.64269;
  font-weight: 500;
  color: #FFF;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module p {
  margin-bottom: 20px;
}

.module p:last-child {
  margin-bottom: 0;
}

.module a {
  color: inherit;
  font-size: inherit;
  font-family: museo-sans, sans-serif;
}

.module .fs_style_16 {
  display: block;
  font-size: 1.375rem;
  line-height: 1.3637;
  font-family: museo-slab, serif;
  font-weight: 800;
}

.fsBannerLeft .module,
.fsBannerRight .module,
.fsStyleOneThird .module,
.fsTwoColumnLayout .module,
.fsThreeColumnLayout > .fsDiv .module,
.fsFourColumnLayout > .fsDiv .module {
  line-height: 1.42858;
}

.fsBannerLeft .module p,
.fsBannerRight .module p,
.fsStyleOneThird .module p,
.fsTwoColumnLayout .module p,
.fsThreeColumnLayout > .fsDiv .module p,
.fsFourColumnLayout > .fsDiv .module p {
  margin-bottom: 15px;
}

.fsBannerLeft .module p:last-child,
.fsBannerRight .module p:last-child,
.fsStyleOneThird .module p:last-child,
.fsTwoColumnLayout .module p:last-child,
.fsThreeColumnLayout > .fsDiv .module p:last-child,
.fsFourColumnLayout > .fsDiv .module p:last-child {
  margin-bottom: 0;
}

.module > header {
  background-size: cover;
  background-position: center;
}

body.fsComposeMode .module > header {
  background: none !important;
}

.module > header .fsElementHeaderContent {
  margin: 0;
}

.module > header p {
  display: none;
}

.module > header picture,
.module > header img {
  display: block;
  opacity: 0;
}

body.fsComposeMode .module > header picture,
body.fsComposeMode .module > header img {
  opacity: 1;
}

.module > .fsElementContent {
  padding: 32px 30px 50px;
  overflow: hidden;
}

.module .fsElementAddWrapper {
  width: 100%;
}

.module.red {
  background: #D50032;
}

.module.yellow {
  background: #F0C206;
}

.module.darkblue {
  background: #003865;
}

.module.black {
  background: #000000;
}

.module.white {
  color: #343B41;
  font-size: 0.9375rem;
  line-height: 1.6667;
}

.fsBannerLeft .module.white,
.fsBannerRight .module.white,
.fsStyleOneThird .module.white,
.fsTwoColumnLayout .module.white,
.fsThreeColumnLayout > .fsDiv .module.white,
.fsFourColumnLayout > .fsDiv .module.white {
  font-size: 1rem;
  line-height: 1.6429;
}

.module.white > .fsElementContent {
  border: 1px solid #000000;
  padding-bottom: 41px;
}

.module.white .fs_style_16 {
  color: #1E2023;
}

.module.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.module.horizontal > header,
.module.horizontal > .fsElementContent {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*! pages - home v0.0.1 */

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

.home #fsPageBodyWrapper {
  padding: 0;
}

.home #fsPageBody {
  max-width: 100%;
  display: block;
}

.home #fsPageBody:after {
  content: normal;
}

.home #fsPageContent {
  margin: 0;
  padding: 0;
}

.home .fsPageLayout {
  margin: 0;
}

.home .fsPageLayout > .fsDiv {
  padding: 0;
  margin: 0;
  float: none;
  min-height: 0px;
}

.home .fsPageLayout > .fsDiv:after {
  content: normal;
}

.home .fsPageLayout:after {
  content: normal;
}

.home .hero-container {
  position: relative;
}

.home .hero-container .nav-callouts {
  display: none;
}

@media (min-width: 1000px) {
  .home .hero-container .nav-callouts {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
  }
}

.home .hero-container .nav-callouts .fsNavLevel1 > li {
  margin: 2px 0;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li.hide > a {
  width: 50px;
  font-size: 0;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  color: #FFF;
  line-height: 1;
  position: relative;
  padding-left: 50px;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li > a:hover,
.home .hero-container .nav-callouts .fsNavLevel1 > li > a:focus {
  text-decoration: none;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li > a:hover span,
.home .hero-container .nav-callouts .fsNavLevel1 > li > a:focus span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.2s opacity 0.2s, 0.3s -webkit-transform;
  transition: 0.2s opacity 0.2s, 0.3s -webkit-transform;
  transition: 0.3s transform, 0.2s opacity 0.2s;
  transition: 0.3s transform, 0.2s opacity 0.2s, 0.3s -webkit-transform;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 1.625rem;
  width: 50px;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li > a span {
  line-height: 50px;
  background: inherit;
  padding-right: 20px;
  -webkit-transition: 0.2s opacity, 0.3s -webkit-transform;
  transition: 0.2s opacity, 0.3s -webkit-transform;
  transition: 0.3s transform, 0.2s opacity;
  transition: 0.3s transform, 0.2s opacity, 0.3s -webkit-transform;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li.icon-inquire > a {
  background: #003865;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li.icon-inquire > a:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li.icon-pencil > a {
  background: #0BA9D0;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li.icon-pencil > a:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li.icon-gift > a {
  background: #F0C206;
}

.home .hero-container .nav-callouts .fsNavLevel1 > li.icon-gift > a:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.3125rem;
}

@media (min-width: 1000px) {
  .home .masthead-slideshow {
    background: #D50032;
  }
}

@media (min-width: 1000px) {
  .home .masthead-slideshow > .fsElementContent {
    padding-right: 34px;
  }
}

@media (min-width: 1200px) {
  .home .masthead-slideshow > .fsElementContent {
    padding-right: 60px;
  }
}

.home .masthead-slideshow .fsElementSlideshow {
  padding: 0;
  margin: 0;
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsElementSlideshow {
    border-top: 20px solid #FFF;
    border-right: 20px solid #FFF;
  }
}

.home .masthead-slideshow .slick-list {
  width: 100%;
}

.home .masthead-slideshow .fsPager {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 15px;
  right: 90px;
  width: calc(100% - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .home .masthead-slideshow .fsPager {
    bottom: 21px;
  }
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsPager {
    bottom: 20px;
    right: 50px;
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.home .masthead-slideshow .fsPager li {
  width: auto;
  height: auto;
  margin: 5px 7.5px;
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsPager li {
    margin: 5px 5.5px;
  }
}

.home .masthead-slideshow .fsPager li.slick-active button {
  background: #FFF;
}

.home .masthead-slideshow .fsPager li button {
  width: 12px;
  height: 12px;
  border: 1px solid #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsPager li button {
    width: 16px;
    height: 16px;
  }
}

.home .masthead-slideshow .fsPager li button:hover,
.home .masthead-slideshow .fsPager li button:focus {
  background: #FFF;
}

.home .masthead-slideshow .fsPager li button:before {
  content: normal;
}

.home .masthead-slideshow .fsElementSlideshowControls > button {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0;
  left: 0;
  background: #D50032;
  color: #FFF;
  opacity: 1;
  font-size: 0;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsElementSlideshowControls > button {
    width: 152px;
    height: 60px;
    padding-right: 60px;
    font-size: 0.75rem;
    line-height: 60px;
    letter-spacing: 1.54px;
    font-weight: 700;
  }
}

.home .masthead-slideshow .fsElementSlideshowControls > button:hover,
.home .masthead-slideshow .fsElementSlideshowControls > button:focus {
  background: #000000;
}

.home .masthead-slideshow .fsElementSlideshowControls > button:before {
  content: normal;
}

.home .masthead-slideshow .fsElementSlideshowControls > button:after {
  content: '';
  display: block;
  background: #FFF;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  line-height: 40px;
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsElementSlideshowControls > button:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.3125rem;
  }
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsElementSlideshowControls > button .fsStyleSROnly {
    -webkit-clip-path: unset;
            clip-path: unset;
    margin: 0;
    width: auto;
    height: auto;
    position: static;
    display: block;
  }
}

.home .masthead-slideshow .fsElementSlideshowControls > button.fsSlideshowPause:after {
  content: "\E923";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 2.5rem;
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsElementSlideshowControls > button.fsSlideshowPause:after {
    font-size: 3.75rem;
  }
}

.home .masthead-slideshow .fsElementSlideshowControls > button.fsSlideshowPlay:after {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .masthead-slideshow .fsPrevButton,
.home .masthead-slideshow .fsNextButton {
  width: 40px;
  height: 40px;
  background: #FFF;
  color: #000000;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  bottom: 0;
  font-size: 0;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsPrevButton,
  .home .masthead-slideshow .fsNextButton {
    width: 54px;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .home .masthead-slideshow .fsPrevButton,
  .home .masthead-slideshow .fsNextButton {
    width: 60px;
  }
}

.home .masthead-slideshow .fsPrevButton:hover,
.home .masthead-slideshow .fsPrevButton:focus,
.home .masthead-slideshow .fsNextButton:hover,
.home .masthead-slideshow .fsNextButton:focus {
  color: #D50032;
}

.home .masthead-slideshow .fsPrevButton:before,
.home .masthead-slideshow .fsNextButton:before {
  font-size: 1.3125rem;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: inherit;
  -webkit-transition: none;
  transition: none;
  text-align: center;
}

.home .masthead-slideshow .fsPrevButton {
  left: 45px;
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsPrevButton {
    left: 157px;
  }
}

.home .masthead-slideshow .fsPrevButton:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .masthead-slideshow .fsNextButton:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 1000px) {
  .home .masthead-slideshow.fsSingleItem .fsResource {
    border-top: 20px solid #FFF;
    border-right: 20px solid #FFF;
  }
}

.home .masthead-slideshow .fsResource {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.home .masthead-slideshow .fsResource:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 255px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.68)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.68), transparent);
  z-index: 50;
}

@media (min-width: 700px) {
  .home .masthead-slideshow .fsResource:before {
    height: 368px;
  }
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsResource:before {
    height: 139px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.76)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.76), transparent);
  }
}

.home .masthead-slideshow .fsResource picture {
  display: block;
  background-size: cover;
  background-position: center;
}

.home .masthead-slideshow .fsResource img {
  min-height: 318px;
  opacity: 0;
}

@media (min-width: 700px) {
  .home .masthead-slideshow .fsResource img {
    min-height: 431px;
  }
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsResource img {
    width: auto;
    min-height: 0;
    height: calc(100vh - 161px);
    opacity: 0;
  }
}

.home .masthead-slideshow .fsResource .video-wrapper {
  min-height: 318px;
  overflow: hidden;
}

@media (min-width: 700px) {
  .home .masthead-slideshow .fsResource .video-wrapper {
    min-height: 431px;
  }
}

@media (min-width: 1000px) {
  .home .masthead-slideshow .fsResource .video-wrapper {
    min-height: 0;
    height: calc(100vh - 161px);
  }
}

.home .masthead-slideshow .fsResource video {
  width: 100%;
  display: block;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .home .masthead-slideshow .fsResource video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.home .news-and-events {
  position: relative;
  padding: 38px 0px 29px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 700px) {
  .home .news-and-events {
    padding: 25px 34px 61px 19px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events {
    padding: 46px 34px 58px;
  }
}

.home .news-and-events:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 56, 101, 0.84);
}

.home .news-and-events > header {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin-bottom: 36px;
  text-align: center;
}

@media (min-width: 700px) {
  .home .news-and-events > header {
    margin-bottom: 38px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events > header {
    margin-bottom: 56px;
  }
}

.home .news-and-events > header .fsElementTitle {
  color: #FFF;
  font-size: 1.625rem;
  line-height: 1.1924;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .home .news-and-events > header .fsElementTitle {
    font-size: 2.125rem;
    line-height: 1.2059;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events > header .fsElementTitle {
    font-size: 2.875rem;
    line-height: 1.1957;
  }
}

.home .news-and-events > header:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: table;
  margin: 0 auto 12px;
  color: #FFF;
  font-size: 1.3125rem;
  line-height: 1;
}

@media (min-width: 700px) {
  .home .news-and-events > header:before {
    margin-bottom: 18px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events > header:before {
    margin-bottom: 20px;
    font-size: 1.6875rem;
  }
}

.home .news-and-events > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 700px) {
  .home .news-and-events > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 700px) {
  .home .news-and-events .fsPostElement {
    width: 51.74825%;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement {
    width: 74.57627%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.home .news-and-events .fsPostElement .fsListItems {
  padding: 0 15px;
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement .fsListItems {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .news-and-events .fsPostElement .slick-dots {
  margin-top: 12px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .news-and-events .fsPostElement .slick-dots,
.home .news-and-events .fsPostElement .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .news-and-events .fsPostElement .slick-dots li {
  margin: 0;
  padding: 0;
}

@media (min-width: 700px) {
  .home .news-and-events .fsPostElement .slick-dots {
    margin-top: 15px !important;
  }
}

.home .news-and-events .fsPostElement .slick-dots li {
  margin: 5px 7px;
}

.home .news-and-events .fsPostElement .slick-dots li.slick-active button {
  background: #0BA9D0;
  border-color: #0BA9D0;
}

.home .news-and-events .fsPostElement .slick-dots li button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 1;
  border: 1.5px solid #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.home .news-and-events .fsPostElement .slick-dots li button:hover,
.home .news-and-events .fsPostElement .slick-dots li button:focus {
  background: #0BA9D0;
  border-color: #0BA9D0;
}

.home .news-and-events .fsPostElement .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 114px;
  background: #D50032;
  color: #FFF;
  font-size: 0;
  line-height: 1;
  z-index: 50;
}

.home .news-and-events .fsPostElement .slick-arrow:hover,
.home .news-and-events .fsPostElement .slick-arrow:focus {
  background: #000000;
}

.home .news-and-events .fsPostElement .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.9375rem;
}

.home .news-and-events .fsPostElement .slick-arrow.slick-prev {
  left: 0;
}

.home .news-and-events .fsPostElement .slick-arrow.slick-prev:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .news-and-events .fsPostElement .slick-arrow.slick-next {
  right: 0;
}

.home .news-and-events .fsPostElement .slick-arrow.slick-next:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .news-and-events .fsPostElement article {
  background: #FFF;
  padding: 0 19px 59px !important;
  border: 0 !important;
  margin-bottom: 0;
  position: relative;
  min-height: 440px;
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement article {
    min-height: 425px;
    width: calc((100% / 3) - 13.33px);
  }
}

.home .news-and-events .fsPostElement article:nth-child(1) .fsThumbnail {
  border-bottom: 5px solid #D50032;
}

.home .news-and-events .fsPostElement article:nth-child(2) .fsThumbnail {
  border-bottom: 5px solid #0BA9D0;
}

.home .news-and-events .fsPostElement article:nth-child(3) .fsThumbnail {
  border-bottom: 5px solid #F0C206;
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement article:not(:last-child) {
    margin-right: 20px;
  }
}

.home .news-and-events .fsPostElement article .fsThumbnail {
  margin: -1px 0 12px -19px;
  width: calc(100% + 38px);
  max-width: calc(100% + 38px);
}

.home .news-and-events .fsPostElement article .fsThumbnail .fsCroppedImage {
  padding-bottom: 81.78571%;
}

@media (min-width: 700px) {
  .home .news-and-events .fsPostElement article .fsThumbnail .fsCroppedImage {
    padding-bottom: 240px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement article .fsThumbnail .fsCroppedImage {
    padding-bottom: 81.78571%;
  }
}

.home .news-and-events .fsPostElement article .fsTitle {
  color: #000000;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.2381;
  margin-bottom: 14px;
}

.home .news-and-events .fsPostElement article .fsTitle:first-child {
  margin-top: 18px;
}

.home .news-and-events .fsPostElement article .fsTitle a {
  display: block;
}

.home .news-and-events .fsPostElement article .fsDateTime {
  font-size: 0.75rem;
  line-height: 2;
  color: #747474;
  margin-bottom: 0;
}

.home .news-and-events .fsPostElement article .fsDateTime:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 47px;
  left: 19px;
  width: calc(100% - 38px);
  height: 1px;
  background: #DEDEDE;
}

.home .news-and-events .fsPostElement article .fsReadMoreLink {
  text-transform: uppercase;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  letter-spacing: 3.2px;
  font-size: 0.75rem;
  line-height: 1.1667;
  position: absolute;
  bottom: 16px;
  left: 19px;
  max-width: calc(100% - 38px);
  padding-right: 20px;
}

.home .news-and-events .fsPostElement article .fsReadMoreLink:after {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.home .news-and-events .fsPostElement article .fsReadMoreLink:hover,
.home .news-and-events .fsPostElement article .fsReadMoreLink:focus {
  text-decoration: none;
  color: #000000;
}

.home .news-and-events .fsPostElement > footer {
  margin-top: 22px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsPostElement > footer {
    margin-top: 17px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement > footer {
    margin-top: 43px;
  }
}

.home .news-and-events .fsPostElement > footer .fsElementFooterContent {
  margin: 0;
}

.home .news-and-events .fsPostElement > footer .fsElementFooterContent .fs_style_7 {
  margin: 0 auto;
  max-width: 280px;
  min-width: 0;
  width: 100%;
  display: table;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 4px;
  padding: 23px 10px 22px;
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement > footer .fsElementFooterContent .fs_style_7 {
    margin: 0;
  }
}

.home .news-and-events .fsCalendar {
  margin-top: 28px;
  padding: 50px 15px 0;
  position: relative;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar {
    margin-top: 0;
    padding: 0;
    margin-left: 5px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: static;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar {
    margin-left: 20px;
  }
}

.home .news-and-events .fsCalendar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: #B8B8B8;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar:before {
    content: normal;
  }
}

.home .news-and-events .fsCalendar > footer {
  margin-top: 23px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar > footer {
    margin-top: 56px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar > footer {
    margin-top: 43px;
  }
}

.home .news-and-events .fsCalendar > footer .fsElementFooterContent {
  margin: 0;
}

.home .news-and-events .fsCalendar > footer .fsElementFooterContent .fs_style_7 {
  margin: 0 auto;
  max-width: 280px;
  min-width: 0;
  width: 100%;
  display: table;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 4px;
  padding: 23px 10px 22px;
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar > footer .fsElementFooterContent .fs_style_7 {
    margin: 0;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .home .news-and-events .fsCalendar > footer .fsElementFooterContent .fs_style_7 {
    position: static;
  }
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar .fsListItems {
    height: 440px;
    background: #FFF;
    padding: 20px 19px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar .fsListItems {
    height: 425px;
  }
}

.home .news-and-events .fsCalendar article {
  padding: 20px 20px 15px 96px;
  margin-bottom: 0;
  overflow: hidden;
  background: #FFF;
}

.home .news-and-events .fsCalendar article:first-child {
  margin-bottom: 17px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar article:first-child {
    margin-bottom: 20px;
  }
}

.home .news-and-events .fsCalendar article:nth-child(1n + 3) {
  display: none;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar article:nth-child(1n + 3) {
    display: block;
  }
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar article {
    height: 85px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
    padding: 0 0 0 77px;
    background: transparent;
  }

  .home .news-and-events .fsCalendar article:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar article {
    height: 81.25px;
  }
}

.home .news-and-events .fsCalendar .fsDate {
  top: 22px;
  left: 25px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar .fsDate {
    top: 0;
    left: 6px;
  }
}

.home .news-and-events .fsCalendar .fsTimeRange,
.home .news-and-events .fsCalendar .fsAllDay,
.home .news-and-events .fsCalendar .fsLocation {
  padding-left: 23px;
  color: #747474;
  font-size: 0.75rem;
  line-height: 1.2;
}

.home .news-and-events .fsCalendar .fsTimeRange:before,
.home .news-and-events .fsCalendar .fsAllDay:before,
.home .news-and-events .fsCalendar .fsLocation:before {
  font-size: 0.75rem;
}

.home .news-and-events .fsCalendar .fsTimeRange:before,
.home .news-and-events .fsCalendar .fsAllDay:before {
  left: 1px;
}

.home .news-and-events .fsCalendar .fsLocation:before {
  left: 3px;
}

.home .news-and-events .fsCalendar .fsTitle {
  font-size: 0.875rem;
  line-height: 1.28572;
  margin-bottom: 8px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar .fsTitle {
    max-height: 56px;
    overflow: hidden;
  }
}

.home .news-and-events .fsCalendar .fsTitle a {
  display: block;
  height: 100%;
}

.home .news-and-events .fsListItems {
  position: relative;
  top: 45px;
  opacity: 0.5;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home .news-and-events .fsListItems.in-view {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.home .testimonials.fsElement {
  padding: 20px 17px 46px;
}

@media (min-width: 700px) {
  .home .testimonials.fsElement {
    padding: 44px 34px 84px;
  }
}

@media (min-width: 1000px) {
  .home .testimonials.fsElement {
    padding: 119px 20px 96px;
  }
}

.home .testimonials.fsElement > header,
.home .testimonials.fsElement > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.home .testimonials.fsElement > header .fsElementTitle {
  color: #D50032;
  font-size: 1.625rem;
  line-height: 1.1924;
  text-align: center;
  margin-bottom: 23px;
}

@media (min-width: 700px) {
  .home .testimonials.fsElement > header .fsElementTitle {
    font-size: 2.125rem;
    line-height: 1.2059;
    margin-bottom: 31px;
  }
}

@media (min-width: 1000px) {
  .home .testimonials.fsElement > header .fsElementTitle {
    font-size: 2.875rem;
    line-height: 1.1957;
    width: 50.59322%;
    position: absolute;
    top: -47px;
    right: 0;
    margin-bottom: 0;
  }
}

.home .testimonials.fsElement > header .fsElementTitle:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: table;
  margin: 0 auto 12px;
  font-size: 1.3125rem;
  line-height: 1;
}

@media (min-width: 700px) {
  .home .testimonials.fsElement > header .fsElementTitle:before {
    margin-bottom: 15px;
    font-size: 1.6875rem;
  }
}

@media (min-width: 1000px) {
  .home .testimonials.fsElement > header .fsElementTitle:before {
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .home .testimonials.fsElement .fsContainer > .fsElementContent {
    border-top: 97px solid transparent;
  }
}

@media (min-width: 1000px) {
  .home .testimonials.fsElement .fsElement.fsContent {
    top: -97px;
  }
}

@media (min-width: 1000px) {
  .home .testimonials.fsElement .slick-dots {
    bottom: 14px;
  }
}

@media (min-width: 1000px) {
  .home .infograph.fsElement {
    padding: 69px 34px 54px;
  }
}

@media (min-width: 1000px) {
  .home .infograph.fsElement > header {
    margin-bottom: 55px;
  }
}

.home .infograph.fsElement > header:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: table;
  margin: 0 auto 13px;
  color: #FFF;
  font-size: 1.3125rem;
  line-height: 1;
}

@media (min-width: 1000px) {
  .home .infograph.fsElement > header:before {
    font-size: 1.6875rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .home .infograph.fsElement > header .fsElementTitle {
    font-size: 2.875rem;
    line-height: 1.1957;
  }
}

.home .infograph.fsElement:before {
  content: normal;
}

.home dialog.fsPostElement.red article .fsThumbnail {
  border-bottom: 5px solid #D50032;
}

.home dialog.fsPostElement.lightblue article .fsThumbnail {
  border-bottom: 5px solid #0BA9D0;
}

.home dialog.fsPostElement.gold article .fsThumbnail {
  border-bottom: 5px solid #F0C206;
}

.home .who-we-are {
  padding: 25px 24px 45px;
}

@media (min-width: 700px) {
  .home .who-we-are {
    padding: 30px 42px 34px;
  }
}

@media (min-width: 1000px) {
  .home .who-we-are {
    padding: 56px 20px 70px;
  }
}

.home .who-we-are > header {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin-bottom: 21px;
  text-align: center;
}

@media (min-width: 700px) {
  .home .who-we-are > header {
    margin-bottom: 14px;
  }
}

@media (min-width: 1000px) {
  .home .who-we-are > header {
    margin-bottom: 32px;
  }
}

.home .who-we-are > header .fsElementTitle {
  font-size: 1.625rem;
  line-height: 1.1924;
  margin-bottom: 0;
  color: #D50032;
}

@media (min-width: 700px) {
  .home .who-we-are > header .fsElementTitle {
    font-size: 2.125rem;
    line-height: 1.2059;
  }
}

@media (min-width: 1000px) {
  .home .who-we-are > header .fsElementTitle {
    font-size: 2.875rem;
    line-height: 1.1957;
  }
}

.home .who-we-are > header:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: table;
  margin: 0 auto 12px;
  font-size: 1.3125rem;
  line-height: 1;
  color: #D50032;
}

@media (min-width: 700px) {
  .home .who-we-are > header:before {
    font-size: 1.6875rem;
    margin-bottom: 16px;
  }
}

@media (min-width: 1000px) {
  .home .who-we-are > header:before {
    margin-bottom: 20px;
  }
}

.home .who-we-are > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1135px;
  text-align: center;
  font-weight: 500;
  font-family: museo-slab, serif;
  font-size: 0.75rem;
  line-height: 1.6667;
}

@media (min-width: 700px) {
  .home .who-we-are > .fsElementContent {
    font-size: 0.875rem;
    line-height: 1.7143;
  }
}

@media (min-width: 1000px) {
  .home .who-we-are > .fsElementContent {
    font-size: 1.1875rem;
    line-height: 1.7895;
  }
}

.home .school-qualities.fsElement {
  margin: 0 15px 26px;
  position: relative;
}

@media (min-width: 700px) {
  .home .school-qualities.fsElement {
    margin: 0 20px 76px;
  }
}

@media (min-width: 1200px) {
  .home .school-qualities.fsElement {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1000px) {
  .home .school-qualities.fsElement .fsElement.fsContent.tall > header {
    max-width: calc(100% - 154px);
  }
}

@media (min-width: 1000px) {
  .home .school-qualities.fsElement.inner-active .fsElement.fsContent:not(.hover-active):before,
  .home .school-qualities.fsElement.inner-active .fsElement.fsContent:not(.hover-active):after {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text {
  overflow: hidden;
  padding: 18px 17px 23px;
  border-top: 0;
  margin-bottom: 25px;
  background: #D50032 !important;
}

@media (min-width: 1000px) {
  .home .school-qualities.fsElement .fsElement.fsContent.intro-text {
    padding: 0;
    height: 238px;
    margin-bottom: 0;
    background: none !important;
  }
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text:hover > header,
.home .school-qualities.fsElement .fsElement.fsContent.intro-text:hover > .fsElementContent,
.home .school-qualities.fsElement .fsElement.fsContent.intro-text:focus > header,
.home .school-qualities.fsElement .fsElement.fsContent.intro-text:focus > .fsElementContent,
.home .school-qualities.fsElement .fsElement.fsContent.intro-text.hover-active > header,
.home .school-qualities.fsElement .fsElement.fsContent.intro-text.hover-active > .fsElementContent {
  opacity: 1;
  background: #D50032 !important;
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #FFF;
  position: absolute;
  bottom: -5px;
  right: 35px;
  font-size: 5.0625rem;
  line-height: 1;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1000px) {
  .home .school-qualities.fsElement .fsElement.fsContent.intro-text:before {
    bottom: -10px;
    font-size: 9rem;
  }
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D50032;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1000px) {
  .home .school-qualities.fsElement .fsElement.fsContent.intro-text:after {
    content: '';
  }
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text > header {
  position: relative;
  bottom: auto;
  left: auto;
  max-width: 100%;
  z-index: 1;
  margin-bottom: 7px;
}

@media (min-width: 1000px) {
  .home .school-qualities.fsElement .fsElement.fsContent.intro-text > header {
    padding: 27px 36px 12px;
    margin-bottom: 0;
    background: #D50032;
  }
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text > header .fsElementTitle {
  padding: 0;
  font-size: 1.625rem;
  line-height: 1.1924;
  color: #FFF;
  cursor: initial;
}

@media (min-width: 1000px) {
  .home .school-qualities.fsElement .fsElement.fsContent.intro-text > header .fsElementTitle {
    font-size: 2.875rem;
    line-height: 1.1957;
  }
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text > header .fsElementTitle:after {
  content: normal;
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text > .fsElementContent {
  color: #FFF;
  height: auto;
  padding: 0;
  display: block;
  font-size: 1rem;
  line-height: 23px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  max-height: 100%;
}

@media (min-width: 1000px) {
  .home .school-qualities.fsElement .fsElement.fsContent.intro-text > .fsElementContent {
    background: #D50032;
    padding: 0 150px 20px 36px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text > .fsElementContent:before {
  content: normal;
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text > .fsElementContent p {
  margin-bottom: 15px;
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text > .fsElementContent p:last-child {
  margin-bottom: 0;
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text > .fsElementContent a {
  font-size: 0.75rem;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #FFF;
}

@media (min-width: 1000px) {
  .home .school-qualities.fsElement .fsElement.fsContent.intro-text > .fsElementContent a {
    font-size: 0.9375rem;
    letter-spacing: 4px;
  }
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text > .fsElementContent a:after {
  content: normal;
}

.home .school-qualities.fsElement .fsElement.fsContent.intro-text > .fsElementContent > * {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.home .social-feeds {
  padding: 24px 15px 17px;
}

@media (min-width: 700px) {
  .home .social-feeds {
    padding: 44px 34px 157px;
  }
}

@media (min-width: 1000px) {
  .home .social-feeds {
    padding: 58px 34px 87px;
  }
}

.home .social-feeds > header {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin-bottom: 27px;
  text-align: center;
}

@media (min-width: 700px) {
  .home .social-feeds > header {
    margin-bottom: 68px;
  }
}

@media (min-width: 1000px) {
  .home .social-feeds > header {
    margin-bottom: 69px;
  }
}

.home .social-feeds > header .fsElementTitle {
  font-size: 1.625rem;
  line-height: 1.1924;
  margin-bottom: 0;
  color: #D50032;
}

@media (min-width: 700px) {
  .home .social-feeds > header .fsElementTitle {
    font-size: 2.125rem;
    line-height: 1.2059;
  }
}

@media (min-width: 1000px) {
  .home .social-feeds > header .fsElementTitle {
    font-size: 2.875rem;
    line-height: 1.1957;
  }
}

.home .social-feeds > header:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: table;
  margin: 0 auto 12px;
  color: #D50032;
  font-size: 1.3125rem;
  line-height: 1;
}

@media (min-width: 700px) {
  .home .social-feeds > header:before {
    margin-bottom: 20px;
    font-size: 1.6875rem;
  }
}

.home .social-feeds > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 1000px) {
  .home .social-feeds > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.home .social-feeds .fsFeeds {
  top: 45px;
  opacity: 0.5;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home .social-feeds .fsFeeds.in-view {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 1000px) {
  .home .social-feeds .fsFeeds {
    width: 67.37288%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 5;
    margin-top: 14px;
  }
}

@media (min-width: 700px) {
  .home .social-feeds .fsFeeds > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .social-feeds .fsFeeds .feed-post.Instagram {
  position: relative;
}

.home .social-feeds .fsFeeds .feed-post.Instagram:hover:after {
  opacity: 1;
}

.home .social-feeds .fsFeeds .feed-post.Instagram:hover .content {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 700px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram:nth-child(2) {
    margin-top: 25px;
    margin-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(50% - 10px);
  }
}

@media (min-width: 1000px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram:nth-child(2) {
    margin-left: 5px;
    top: 25px;
    border: 15px solid #FFF;
    margin-top: 0;
    width: calc(50% + 12.5px);
  }
}

.home .social-feeds .fsFeeds .feed-post.Instagram:nth-child(1) {
  margin-bottom: 16px;
}

@media (min-width: 700px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram:nth-child(1) {
    margin-bottom: 0;
    min-height: 412px;
    width: calc(50% - 10px);
  }
}

@media (min-width: 1000px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram:nth-child(1) {
    width: calc(50% - 17.5px);
  }
}

.home .social-feeds .fsFeeds .feed-post.Instagram:nth-child(1) .poster-info {
  display: none;
}

.home .social-feeds .fsFeeds .feed-post.Instagram .inner {
  background-size: cover;
  background-position: center;
}

@media (min-width: 700px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram .inner {
    height: 100%;
  }
}

.home .social-feeds .fsFeeds .feed-post.Instagram .content {
  padding: 55px 35px 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  line-height: 1.5556;
}

.home .social-feeds .fsFeeds .feed-post.Instagram .content a {
  color: #FFF;
}

.home .social-feeds .fsFeeds .feed-post.Instagram:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.68)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.68), transparent);
}

.home .social-feeds .fsFeeds .feed-post.Instagram:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.5));
}

.home .social-feeds .fsFeeds .feed-post.Instagram .feed-url {
  display: block;
  font-size: 0;
  line-height: 1;
  color: #FFF;
  position: absolute;
  right: 27px;
  z-index: 15;
  bottom: calc(100% - 48px);
}

@media (min-width: 700px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram .feed-url {
    right: 23px;
  }
}

@media (min-width: 1000px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram .feed-url {
    right: 27px;
  }
}

.home .social-feeds .fsFeeds .feed-post.Instagram .feed-url:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 1.75rem;
}

@media (min-width: 700px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram .feed-url:before {
    font-size: 1.4375rem;
  }
}

@media (min-width: 1000px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram .feed-url:before {
    font-size: 1.75rem;
  }
}

.home .social-feeds .fsFeeds .feed-post.Instagram .feed-url:hover,
.home .social-feeds .fsFeeds .feed-post.Instagram .feed-url:focus {
  text-decoration: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.home .social-feeds .fsFeeds .feed-post.Instagram .feed-image {
  width: 100%;
  display: block;
}

@media (min-width: 700px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram .feed-image {
    max-height: 0;
    overflow: hidden;
  }
}

.home .social-feeds .fsFeeds .feed-post.Instagram .poster-info {
  display: none;
}

@media (min-width: 700px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram .poster-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #D50032;
    color: #FFF;
    font-size: 1rem;
    line-height: 1.375;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px 32px 25px 109px;
    position: relative;
    top: -40px;
    left: -80px;
    z-index: 20;
    font-weight: 700;
    white-space: nowrap;
  }

  .home .social-feeds .fsFeeds .feed-post.Instagram .poster-info:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    left: 12px;
    width: 73px;
    height: 73px;
    background: url(images/rpcs-hp-seal.svg) center;
    background-size: 73px 73px;
    border-radius: 100%;
  }
}

@media (min-width: 1000px) {
  .home .social-feeds .fsFeeds .feed-post.Instagram .poster-info {
    font-size: 1.125rem;
    line-height: 1.4445;
    top: -48px;
    left: -170px;
    border: 12px solid #FFF;
  }
}

.home .social-feeds .highlight {
  display: none;
}

@media (min-width: 1000px) {
  .home .social-feeds .highlight {
    display: block;
    width: 37.11864%;
    margin-left: -53px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    right: -75px;
    opacity: 0.5;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .home .social-feeds .highlight.in-view {
    right: 0;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.home .social-feeds .highlight .fsElement.fsContent {
  background: #0BA9D0;
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.5556;
  font-weight: 500;
  padding: 49px 40px 164px 95px;
}

@media (min-width: 1100px) {
  .home .social-feeds .highlight .fsElement.fsContent {
    padding-left: 83px;
  }
}

.home .social-feeds .highlight .fsElement.fsContent a {
  color: inherit;
  font-size: inherit;
}

.home .social-feeds .highlight .fsResourceElement {
  border: 15px solid #FFF;
}

@media (min-width: 1000px) {
  .home .social-feeds .highlight .fsResourceElement {
    width: 84.24658%;
    position: relative;
    margin: -132px -40px 0 auto;
  }
}

@media (min-width: 1350px) {
  .home .social-feeds .highlight .fsResourceElement {
    margin-right: -74px;
  }
}

.home .social-feeds .highlight .fsResourceElement img {
  width: 100%;
}

.home.fsComposeMode .social-feeds .fsFeeds,
.home.fsComposeMode .news-and-events .fsListItems {
  top: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.home.fsComposeMode .social-feeds .highlight {
  right: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.home.fsComposeMode .hero-container .nav-callouts {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@-webkit-keyframes lineAnimation {
  0% {
    x1: 0;
  }
}

@keyframes lineAnimation {
  0% {
    x1: 0;
  }
}

.giving #fsHeader .summer a:before {
  content: "\E925";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.giving #fsHeader .site-search {
  margin-left: 36px;
}

.giving .fsPageTitle {
  position: absolute;
  opacity: 0;
}

.giving .giving-hero {
  padding-top: 10px;
  overflow: hidden;
}

.giving .giving-hero > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.giving .giving-hero .hero-box {
  position: relative;
  top: 50px;
  width: 100%;
  margin: 0;
  opacity: 0;
}

body.fsComposeMode.giving .giving-hero .hero-box {
  opacity: 1;
}

body.fsComposeMode.giving .giving-hero .hero-box img {
  opacity: 1;
}

@media (min-width: 700px) {
  .giving .giving-hero .hero-box {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .giving .giving-hero .hero-box {
    width: 25%;
  }
}

.giving .giving-hero .hero-box:first-of-type {
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}

.giving .giving-hero .hero-box:nth-of-type(2) {
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}

.giving .giving-hero .hero-box:nth-of-type(3) {
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}

.giving .giving-hero .hero-box:last-of-type {
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}

.giving .giving-hero .hero-box header {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 30px;
  -webkit-transform: translate3d(-50%, 50%, 0);
          transform: translate3d(-50%, 50%, 0);
  z-index: 1;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: bottom 1s;
  transition: bottom 1s;
}

.giving .giving-hero .hero-box header .fsElementHeaderContent {
  margin: 0;
}

.giving .giving-hero .hero-box header p {
  font-family: museo-slab, serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
  overflow: hidden;
}

.giving .giving-hero .hero-box header p:first-of-type {
  margin-bottom: 30px;
}

.giving .giving-hero .hero-box header p:last-of-type {
  opacity: 0;
  -webkit-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
}

.giving .giving-hero .hero-box picture {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
}

.giving .giving-hero .hero-box picture img {
  opacity: 0;
}

.giving .giving-hero .hero-box picture:before {
  position: absolute;
  bottom: 0;
  height: 34.75%;
  width: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.76;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.giving .giving-hero .hero-box picture:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 56, 101, 0.95);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.giving .giving-hero .hero-box:hover header,
.giving .giving-hero .hero-box:focus-within header {
  bottom: 50%;
}

.giving .giving-hero .hero-box:hover header p:last-of-type,
.giving .giving-hero .hero-box:focus-within header p:last-of-type {
  opacity: 1;
}

.giving .giving-hero .hero-box:hover picture:before,
.giving .giving-hero .hero-box:focus-within picture:before {
  opacity: 0;
}

.giving .giving-hero .hero-box:hover picture:after,
.giving .giving-hero .hero-box:focus-within picture:after {
  opacity: 1;
}

.giving .giving-hero .hero-box.loaded {
  top: 0;
  opacity: 1;
}

.giving .campaign-welcome {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin: 30px auto;
  text-align: center;
}

.giving .campaign-welcome.in-view {
  top: 0px;
  opacity: 1;
}

.giving .campaign-welcome header .fsElementHeaderContent {
  position: relative;
  margin-bottom: 30px;
  padding-top: 46px;
  color: #D50032;
  font-family: museo-slab, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .giving .campaign-welcome header .fsElementHeaderContent {
    font-size: 46px;
    line-height: 55px;
  }
}

.giving .campaign-welcome header .fsElementHeaderContent:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  top: 0;
  font-size: 27px;
}

.giving .campaign-welcome .fsElementContent {
  font-family: museo-slab, serif;
  font-size: 19px;
  line-height: 34px;
}

@media (min-width: 1000px) {
  .giving .campaign-welcome {
    margin: 79px auto;
  }
}

.giving.fsComposeMode .campaign-welcome {
  top: 0;
  opacity: 1;
}

.giving .progress-container {
  margin-bottom: 40px;
  padding: 80px 15px 0px;
  background-color: #003865;
  background-image: url(images/leaf-bg-1.svg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
}

.giving .progress-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.giving .progress-container .progress-intro {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-bottom: 85px;
  padding: 0 15px;
  color: #fff;
  text-align: center;
}

.giving .progress-container .progress-intro.in-view {
  top: 0px;
  opacity: 1;
}

.giving .progress-container .progress-intro header .fsElementHeaderContent {
  position: relative;
  margin-bottom: 30px;
  padding-top: 46px;
  color: #fff;
  font-family: museo-slab, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .giving .progress-container .progress-intro header .fsElementHeaderContent {
    font-size: 46px;
    line-height: 55px;
  }
}

.giving .progress-container .progress-intro header .fsElementHeaderContent:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  top: 0;
  font-size: 27px;
}

.giving .progress-container .progress-intro .fsElementContent {
  font-family: museo-slab, serif;
  font-size: 19px;
  line-height: 34px;
}

.giving.fsComposeMode .progress-container .progress-intro {
  top: 0;
  opacity: 1;
}

.giving .progress-container .thermometer-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.giving .progress-container .thermometer-container > .fsElementContent .leaf-svg,
.giving .progress-container .thermometer-container > .fsElementContent .thermometer-text {
  width: 100%;
}

@media (min-width: 1000px) {
  .giving .progress-container .thermometer-container > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .giving .progress-container .thermometer-container > .fsElementContent .leaf-svg,
  .giving .progress-container .thermometer-container > .fsElementContent .thermometer-text {
    width: 50%;
  }
}

.giving .progress-container .thermometer-container .thermometer-text {
  padding: 20px;
  color: #fff;
  font-family: museo-slab, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0BA9D0;
}

@media (min-width: 1000px) {
  .giving .progress-container .thermometer-container .thermometer-text {
    padding: 49px 60px 63px;
    font-size: 36px;
    line-height: 43px;
    text-align: left;
  }
}

.giving .progress-container .thermometer-container .thermometer-text .progress-goal,
.giving .progress-container .thermometer-container .thermometer-text .progress-total,
.giving .progress-container .thermometer-container .thermometer-text .goal-dollar,
.giving .progress-container .thermometer-container .thermometer-text .total-dollar {
  font-size: 35px;
  font-weight: 900;
  line-height: 26px;
}

@media (min-width: 1000px) {
  .giving .progress-container .thermometer-container .thermometer-text .progress-goal,
  .giving .progress-container .thermometer-container .thermometer-text .progress-total,
  .giving .progress-container .thermometer-container .thermometer-text .goal-dollar,
  .giving .progress-container .thermometer-container .thermometer-text .total-dollar {
    font-size: 56px;
  }
}

.giving .progress-container .thermometer-container .thermometer-text .progress-goal,
.giving .progress-container .thermometer-container .thermometer-text .goal-dollar {
  margin-bottom: 72px;
  color: #0BA9D0;
}

.giving .progress-container .thermometer-container .thermometer-text .progress-total,
.giving .progress-container .thermometer-container .thermometer-text .total-dollar {
  color: #F0C206;
}

.giving .sticky-footer {
  background-color: #b1042d;
}

@media (min-width: 800px) {
  .giving .sticky-footer {
    position: fixed;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

body.fsComposeMode.giving .sticky-footer {
  position: static;
}

.giving .sticky-footer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 20px;
}

@media (min-width: 800px) {
  .giving .sticky-footer > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.giving .sticky-footer > .fsElementContent p {
  font-family: museo-slab, serif;
  font-weight: 300;
  max-width: 700px;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 800px) {
  .giving .sticky-footer > .fsElementContent p {
    margin-bottom: 0;
  }

  .giving .sticky-footer > .fsElementContent p:first-of-type {
    margin-right: 20px;
  }

  .giving .sticky-footer > .fsElementContent p:last-of-type {
    margin-left: 20px;
  }
}

@media (min-width: 1300px) {
  .giving .sticky-footer > .fsElementContent p {
    line-height: 29px;
  }

  .giving .sticky-footer > .fsElementContent p:first-of-type {
    margin-right: 40px;
  }

  .giving .sticky-footer > .fsElementContent p:last-of-type {
    margin-left: 40px;
  }
}

.giving .sticky-footer > .fsElementContent strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  text-transform: uppercase;
}

.giving .sticky-footer > .fsElementContent strong:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 14px;
  font-size: 26px;
}

@media (min-width: 1300px) {
  .giving .sticky-footer > .fsElementContent strong {
    font-size: 46px;
    line-height: 55px;
  }

  .giving .sticky-footer > .fsElementContent strong::before {
    font-size: 61px;
  }
}

.giving .sticky-footer > .fsElementContent a {
  margin: 0;
}

.giving #fsFooter {
  margin-bottom: 0px;
}

@media (min-width: 800px) {
  .giving #fsFooter {
    margin-bottom: 108px;
  }
}

body.fsComposeMode.giving #fsFooter {
  margin-bottom: 0;
}

.infographic-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 90px 0;
  background-color: #003865;
  background-image: url(images/leaf-bg-2.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.infographic-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .infographic-container > .fsElementContent {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.infographic-container figure {
  margin-bottom: 55px;
}

.infographic-container figure img {
  height: 80px;
}

.infographic-container p {
  margin-bottom: 0;
}

.infographic-container .infographic-box {
  position: relative;
  width: calc(100% / 3);
  max-width: 244px;
  margin-bottom: 0;
  color: #fff;
  font-family: museo-slab, serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.infographic-container .infographic-box strong {
  font-size: 56px;
  font-weight: 900;
  line-height: 26px;
}

@media (max-width: 699px) {
  .infographic-container .infographic-box:nth-of-type(2) {
    margin: 25px 0;
    padding: 25px 0;
  }

  .infographic-container .infographic-box:nth-of-type(2):before,
  .infographic-container .infographic-box:nth-of-type(2):after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 116px;
    content: "";
    background-color: #0BA9D0;
  }

  .infographic-container .infographic-box:nth-of-type(2):before {
    top: 0;
  }

  .infographic-container .infographic-box:nth-of-type(2):after {
    bottom: 0;
  }
}

@media (min-width: 700px) {
  .infographic-container .infographic-box {
    width: calc(100% / 3);
  }

  .infographic-container .infographic-box:nth-of-type(2) {
    margin: 0 75px;
    padding: 0 75px;
  }

  .infographic-container .infographic-box:nth-of-type(2):before,
  .infographic-container .infographic-box:nth-of-type(2):after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    height: 116px;
    width: 1px;
    content: "";
    background-color: #0BA9D0;
  }

  .infographic-container .infographic-box:nth-of-type(2):before {
    left: 0;
  }

  .infographic-container .infographic-box:nth-of-type(2):after {
    right: 0;
  }
}

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

/*! pages - style-guide v0.0.1 */

.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}

.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}

.colors ol li:nth-of-type(1) {
  background: #D50032;
  color: #D50032;
}

.colors ol li:nth-of-type(1):after {
  content: "#D50032";
}

.colors ol li:nth-of-type(2) {
  background: #000000;
  color: #000000;
}

.colors ol li:nth-of-type(2):after {
  content: "#000000";
}

.colors ol li:nth-of-type(3) {
  background: #003865;
  color: #003865;
}

.colors ol li:nth-of-type(3):after {
  content: "#003865";
}

.colors ol li:nth-of-type(4) {
  background: #0BA9D0;
  color: #0BA9D0;
}

.colors ol li:nth-of-type(4):after {
  content: "#0BA9D0";
}

.colors ol li:nth-of-type(5) {
  background: #F0C206;
  color: #F0C206;
}

.colors ol li:nth-of-type(5):after {
  content: "#F0C206";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}

.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}

.fonts ol li:nth-of-type(1) {
  font-family: museo-slab, serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "museo-slab, serif";
}

.fonts ol li:nth-of-type(2) {
  font-family: museo-sans, sans-serif;
}

.fonts ol li:nth-of-type(2):after {
  content: "museo-sans, sans-serif";
}

.fonts ol li:nth-of-type(3) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(3):after {
  content: "IcoMoon";
}

.headers h1:after {
  content: " size: 46px / line: 55px";
}

.headers h2:after {
  content: " size: 26px / line: 42px";
}

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

.headers h4:after {
  content: " size: 16px / line: 22px";
}

.headers h5:after {
  content: " size: 17px / line: 23px";
}

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

/*! enhancements - Image Button */

.fsLayout.fsFourColumnLayout > .fsDiv .image-button.fsElement {
  min-height: 282px;
}

.fsLayout.fsFourColumnLayout > .fsDiv .image-button.fsElement .wrapper {
  padding: 20px;
}

.image-button.fsElement {
  min-height: 380px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFF;
  text-align: center;
}

.image-button.fsElement + .image-button.fsElement {
  margin-top: -40px;
}

body.fsComposeMode .image-button.fsElement > .fsElementContent {
  display: block;
}

body.fsComposeMode .image-button.fsElement > header {
  position: static;
  opacity: 1;
  visibility: visible;
}

body.fsComposeMode .image-button.fsElement .wrapper {
  display: none;
}

.image-button.fsElement:hover > header,
.image-button.fsElement:focus > header,
.image-button.fsElement.hover-active > header {
  opacity: 0;
  visibility: hidden;
}

.image-button.fsElement:hover .wrapper,
.image-button.fsElement:focus .wrapper,
.image-button.fsElement.hover-active .wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.image-button.fsElement > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(213, 0, 50, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 25px 20px;
}

.image-button.fsElement > header .fsElementTitle {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  color: inherit;
  margin: 0;
}

.image-button.fsElement > .fsElementContent {
  display: none;
}

.image-button.fsElement .wrapper {
  background: #D50032;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

@media (min-width: 600px) {
  .image-button.fsElement .wrapper {
    padding: 20px 76px;
  }
}

.image-button.fsElement .wrapper > header {
  margin-bottom: 29px;
  position: relative;
}

.image-button.fsElement .wrapper > header .fsElementTitle {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  color: inherit;
  margin: 0;
}

.image-button.fsElement .wrapper > .fsElementContent {
  font-size: 1.125rem;
  line-height: 1.5556;
  font-weight: 900;
  font-family: museo-sans, sans-serif;
}

.image-button.fsElement .wrapper > .fsElementContent a {
  color: #eee;
  text-decoration: underline;
}

/*! enhancements - Infograph */

.infograph.fsElement {
  position: relative;
  padding: 28px 29px 33px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body:not(.idevice) .infograph.fsElement {
  background-attachment: fixed;
}

@media (min-width: 700px) {
  .infograph.fsElement {
    padding: 38px 15px 46px;
  }
}

@media (min-width: 1000px) {
  .infograph.fsElement {
    padding: 75px 20px 70px;
  }
}

body.fsComposeMode .infograph.fsElement {
  left: auto !important;
  width: auto !important;
}

.infograph.fsElement:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 56, 101, 0.83);
}

.infograph.fsElement > header {
  margin-bottom: 27px;
  position: relative;
}

@media (min-width: 700px) {
  .infograph.fsElement > header {
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .infograph.fsElement > header {
    margin-bottom: 86px;
  }
}

.infograph.fsElement > header .fsElementTitle {
  font-size: 1.625rem;
  line-height: 1.1924;
  color: #FFF;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .infograph.fsElement > header .fsElementTitle {
    font-size: 2.125rem;
    line-height: 1.2059;
  }
}

@media (min-width: 1000px) {
  .infograph.fsElement > header .fsElementTitle {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.infograph.fsElement > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 40px;
}

@media (min-width: 1000px) {
  .infograph.fsElement > .fsElementContent {
    padding: 0;
  }
}

.infograph.fsElement .slick-dots {
  margin-top: 22px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

@media (min-width: 700px) {
  .infograph.fsElement .slick-dots {
    margin-top: 0px !important;
  }
}

@media (min-width: 1000px) {
  .infograph.fsElement .slick-dots {
    margin-top: 38px !important;
  }
}

.infograph.fsElement .slick-dots li {
  margin: 5px 7px;
}

.infograph.fsElement .slick-dots li.slick-active button {
  background: #0BA9D0;
  border-color: #0BA9D0;
}

.infograph.fsElement .slick-dots li button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 1;
  border: 1.5px solid #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.infograph.fsElement .slick-dots li button:hover,
.infograph.fsElement .slick-dots li button:focus {
  background: #0BA9D0;
  border-color: #0BA9D0;
}

.infograph.fsElement .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  color: #FFF;
  font-size: 0;
  line-height: 1;
}

@media (min-width: 700px) {
  .infograph.fsElement .slick-arrow {
    top: 30px;
  }
}

.infograph.fsElement .slick-arrow:hover,
.infograph.fsElement .slick-arrow:focus {
  color: #F0C206;
}

.infograph.fsElement .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.375rem;
}

.infograph.fsElement .slick-arrow.slick-prev {
  left: 0;
}

.infograph.fsElement .slick-arrow.slick-prev:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.infograph.fsElement .slick-arrow.slick-next {
  right: 0;
}

.infograph.fsElement .slick-arrow.slick-next:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.infograph.fsElement .fsElement.fsContent {
  margin: 0;
  text-align: center;
  color: #FFF;
}

@media (min-width: 600px) {
  .infograph.fsElement .fsElement.fsContent {
    margin: 0 28px;
  }
}

.infograph.fsElement .fsElement.fsContent > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
}

.infograph.fsElement .fsElement.fsContent > header .fsElementTitle {
  font-size: 3.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 1000;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #FFF;
  margin-bottom: 0;
}

.infograph.fsElement .fsElement.fsContent > header .fsElementHeaderContent {
  margin: 0 0 16px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 79px;
}

@media (min-width: 700px) {
  .infograph.fsElement .fsElement.fsContent > header .fsElementHeaderContent {
    margin-bottom: 23px;
  }
}

.infograph.fsElement .fsElement.fsContent > header .fsElementHeaderContent:first-child:last-child {
  margin-bottom: 0;
}

.infograph.fsElement .fsElement.fsContent > header .fsElementHeaderContent p {
  display: none;
}

.infograph.fsElement .fsElement.fsContent > header .fsElementHeaderContent img {
  margin: 0 auto;
  max-height: 79px;
}

.infograph.fsElement .fsElement.fsContent > .fsElementContent {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: museo-slab, serif;
}

@media screen and (max-width: 599px) {
  body:not(.home) .fsPageLayout > .fsDiv > .infograph.fsElement {
    margin-left: -20px;
    width: calc(100% + 40px) !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1249px) {
  body:not(.home) .fsPageLayout > .fsDiv > .infograph.fsElement {
    margin-left: -35px;
    width: calc(100% + 70px) !important;
  }
}

@media screen and (max-width: 1249px) {
  body:not(.home) .fsPageLayout > .fsDiv > .infograph.fsElement {
    left: auto !important;
  }
}

/*! enhancements - Photo Slider */

.photo-slider.fsElement .fsElement {
  margin-bottom: 0;
}

.photo-slider.fsElement.in-view .slick-active .fsResourceElement {
  left: 0;
  opacity: 1;
}

.photo-slider.fsElement.in-view .slick-active .fsContent {
  right: 0;
  opacity: 1;
}

.photo-slider.fsElement .slick-active .fsResourceElement {
  left: -50px;
  opacity: 0.5;
}

body.fsComposeMode .photo-slider.fsElement .slick-active .fsResourceElement {
  left: 0;
  opacity: 1;
}

.photo-slider.fsElement .slick-active .fsContent {
  right: -50px;
  opacity: 0.5;
}

body.fsComposeMode .photo-slider.fsElement .slick-active .fsContent {
  right: 0;
  opacity: 1;
}

.photo-slider.fsElement .slick-slide {
  background: #FFF;
}

@media (min-width: 1000px) {
  .photo-slider.fsElement .fsContainer > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 44px solid transparent;
  }

  .fsBannerLeft .photo-slider.fsElement .fsContainer > .fsElementContent,
  .fsBannerRight .photo-slider.fsElement .fsContainer > .fsElementContent,
  .fsStyleOneThird .photo-slider.fsElement .fsContainer > .fsElementContent,
  .fsTwoColumnLayout .photo-slider.fsElement .fsContainer > .fsElementContent,
  .fsThreeColumnLayout > .fsDiv .photo-slider.fsElement .fsContainer > .fsElementContent,
  .fsFourColumnLayout > .fsDiv .photo-slider.fsElement .fsContainer > .fsElementContent {
    border-top: 0 !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.photo-slider.fsElement .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #FFF;
  color: #000000;
  width: 57px;
  height: 60px;
  z-index: 500;
  font-size: 0;
  line-height: 1;
}

.photo-slider.fsElement .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.625rem;
}

.photo-slider.fsElement .slick-arrow:hover,
.photo-slider.fsElement .slick-arrow:focus {
  color: #003865;
}

.photo-slider.fsElement .slick-arrow.slick-prev {
  right: 57px;
}

.photo-slider.fsElement .slick-arrow.slick-prev:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.photo-slider.fsElement .slick-arrow.slick-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 33px;
  background: #CCC;
}

.photo-slider.fsElement .slick-arrow.slick-next {
  right: 0;
}

.photo-slider.fsElement .slick-arrow.slick-next:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.photo-slider.fsElement .fsResourceElement {
  background-size: cover;
  background-position: center;
  border-bottom: 5px solid #0BA9D0;
  min-height: 382px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1000px) {
  .photo-slider.fsElement .fsResourceElement {
    top: -44px;
    width: 50.84746%;
  }
}

.fsBannerLeft .photo-slider.fsElement .fsResourceElement,
.fsBannerRight .photo-slider.fsElement .fsResourceElement,
.fsStyleOneThird .photo-slider.fsElement .fsResourceElement,
.fsTwoColumnLayout .photo-slider.fsElement .fsResourceElement,
.fsThreeColumnLayout > .fsDiv .photo-slider.fsElement .fsResourceElement,
.fsFourColumnLayout > .fsDiv .photo-slider.fsElement .fsResourceElement {
  border-bottom: 0 !important;
  width: auto !important;
  min-height: 0 !important;
  top: auto !important;
}

.fsStyleTwoThirds .photo-slider.fsElement .fsResourceElement,
.fsHasLeftBanner .fsPageContent .photo-slider.fsElement .fsResourceElement,
.fsHasRightBanner .fsPageContent .photo-slider.fsElement .fsResourceElement {
  width: 48.58974% !important;
}

.photo-slider.fsElement .fsResourceElement img {
  max-height: 0;
  overflow: hidden;
  width: 100%;
}

.fsBannerLeft .photo-slider.fsElement .fsResourceElement img,
.fsBannerRight .photo-slider.fsElement .fsResourceElement img,
.fsStyleOneThird .photo-slider.fsElement .fsResourceElement img,
.fsTwoColumnLayout .photo-slider.fsElement .fsResourceElement img,
.fsThreeColumnLayout > .fsDiv .photo-slider.fsElement .fsResourceElement img,
.fsFourColumnLayout > .fsDiv .photo-slider.fsElement .fsResourceElement img {
  max-height: 100%;
}

body.fsComposeMode .photo-slider.fsElement .fsResourceElement img {
  max-height: 100%;
  overflow: visible;
}

.photo-slider.fsElement .fsElement.fsContent {
  border-top: 20px solid #FFF;
  border-left: 20px solid #FFF;
  background: #003865;
  position: relative;
  padding: 35px 39px 80px;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 35px);
  margin-left: auto;
  margin-top: -80px;
}

@media (min-width: 1000px) {
  .photo-slider.fsElement .fsElement.fsContent {
    width: calc(49.15254% + 90px);
    margin-left: -90px;
    margin-top: 0;
  }
}

.fsBannerLeft .photo-slider.fsElement .fsElement.fsContent,
.fsBannerRight .photo-slider.fsElement .fsElement.fsContent,
.fsStyleOneThird .photo-slider.fsElement .fsElement.fsContent,
.fsTwoColumnLayout .photo-slider.fsElement .fsElement.fsContent,
.fsThreeColumnLayout > .fsDiv .photo-slider.fsElement .fsElement.fsContent,
.fsFourColumnLayout > .fsDiv .photo-slider.fsElement .fsElement.fsContent {
  width: calc(100% - 35px) !important;
  margin-left: auto !important;
  margin-top: -80px !important;
  padding: 23px 25px 82px !important;
}

.fsStyleTwoThirds .photo-slider.fsElement .fsElement.fsContent,
.fsHasLeftBanner .fsPageContent .photo-slider.fsElement .fsElement.fsContent,
.fsHasRightBanner .fsPageContent .photo-slider.fsElement .fsElement.fsContent {
  width: calc(51.41026% + 80px);
  margin-left: -80px !important;
  padding: 35px 43px 90px !important;
}

.photo-slider.fsElement .fsElement.fsContent > header {
  margin-bottom: 16px;
}

.photo-slider.fsElement .fsElement.fsContent > header .fsElementTitle {
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.625rem;
  line-height: 1.1924;
  font-weight: 900;
  margin-bottom: 0;
}

.fsBannerLeft .photo-slider.fsElement .fsElement.fsContent > header .fsElementTitle,
.fsBannerRight .photo-slider.fsElement .fsElement.fsContent > header .fsElementTitle,
.fsStyleOneThird .photo-slider.fsElement .fsElement.fsContent > header .fsElementTitle,
.fsTwoColumnLayout .photo-slider.fsElement .fsElement.fsContent > header .fsElementTitle,
.fsThreeColumnLayout > .fsDiv .photo-slider.fsElement .fsElement.fsContent > header .fsElementTitle,
.fsFourColumnLayout > .fsDiv .photo-slider.fsElement .fsElement.fsContent > header .fsElementTitle {
  font-size: 1.25rem;
  line-height: 1.2;
}

.photo-slider.fsElement .fsElement.fsContent > header .fsElementHeaderContent {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
  margin: 17px 0 0;
}

.photo-slider.fsElement .fsElement.fsContent > .fsElementContent {
  font-size: 0.875rem;
  line-height: 1.572;
  font-weight: 500;
}

.photo-slider.fsElement .fsElement.fsContent > .fsElementContent p {
  margin-bottom: 20px;
}

.photo-slider.fsElement .fsElement.fsContent > .fsElementContent p:last-child {
  margin-bottom: 0;
}

.photo-slider.fsElement .fsElement.fsContent > .fsElementContent a {
  color: #FFF;
  font-family: museo-sans, sans-serif;
  font-size: inherit;
}

/*! enhancements - School Qualities */

.school-qualities.fsElement {
  margin-bottom: 40px;
  position: relative;
}

body:not(.fsComposeMode) .school-qualities.fsElement {
  background: #FFF !important;
}

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

.school-qualities.fsElement .fsLayout,
.school-qualities.fsElement .fsDiv {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .school-qualities.fsElement .fsLayout {
    margin-left: 0;
    margin-right: 0;
  }

  .school-qualities.fsElement .fsLayout > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsLayout {
    margin-left: -10px;
    margin-right: -10px;
    display: block;
  }

  .school-qualities.fsElement .fsLayout > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
    float: left;
  }
}

@media (min-width: 600px) {
  .school-qualities.fsElement .fsLayout.fsTwoColumnWideLeftLayout > .fsStyleTwoThirds {
    width: 100%;
  }

  .school-qualities.fsElement .fsLayout.fsTwoColumnWideLeftLayout > .fsStyleOneThird {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsLayout.fsTwoColumnWideLeftLayout > .fsStyleTwoThirds {
    width: 66.67%;
  }

  .school-qualities.fsElement .fsLayout.fsTwoColumnWideLeftLayout > .fsStyleOneThird {
    width: 33.33%;
  }
}

@media (min-width: 600px) {
  .school-qualities.fsElement .fsLayout.fsTwoColumnWideRightLayout > .fsStyleOneThird {
    width: 100%;
  }

  .school-qualities.fsElement .fsLayout.fsTwoColumnWideRightLayout > .fsStyleTwoThirds {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsLayout.fsTwoColumnWideRightLayout > .fsStyleOneThird {
    width: 66.67%;
  }

  .school-qualities.fsElement .fsLayout.fsTwoColumnWideRightLayout > .fsStyleTwoThirds {
    width: 33.33%;
  }
}

@media (min-width: 600px) {
  .school-qualities.fsElement .fsLayout.fsTwoColumnLayout > .fsStyleOneThird {
    width: 100%;
  }

  .school-qualities.fsElement .fsLayout.fsTwoColumnLayout > .fsStyleTwoThirds {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsLayout.fsTwoColumnLayout > .fsDiv {
    width: 50%;
  }
}

.school-qualities.fsElement > .fsElementContent {
  position: relative;
}

.school-qualities.fsElement > .fsElementContent > .fsLayout:last-child .fsElement.fsContent:last-child {
  border-bottom: 0;
}

.school-qualities.fsElement > .fsElementContent > .fsLayout:last-child > .fsDiv:last-child > .fsElement.fsContent:last-child {
  border-bottom: 1px solid #CBCBCB;
}

@media (min-width: 1000px) {
  .school-qualities.fsElement > .fsElementContent > .fsLayout:last-child > .fsDiv:last-child > .fsElement.fsContent:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement.inner-active .fsElement.fsContent:not(.hover-active) > header,
  .school-qualities.fsElement.inner-active .fsElement.fsContent:not(.hover-active) > .fsElementContent {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.school-qualities.fsElement .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  display: none;
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .overlay-image {
    display: block;
  }
}

body.fsComposeMode .school-qualities.fsElement .overlay-image {
  display: none;
}

.school-qualities.fsElement .overlay-image.show {
  opacity: 1;
}

.school-qualities.fsElement .fsElement.fsContent {
  position: relative;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-top: 1px solid #CBCBCB;
}

body.fsComposeMode .school-qualities.fsElement .fsElement.fsContent {
  height: auto !important;
}

body:not(.fsComposeMode) .school-qualities.fsElement .fsElement.fsContent {
  background: none !important;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .school-qualities.fsElement .fsElement.fsContent {
    border-bottom: 20px solid #FFF;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent {
    border-top: 0;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent.tall > .fsElementContent {
    height: 456px;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent.red header .fsElementTitle {
    background: #D50032;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent.darkblue header .fsElementTitle {
    background: #003865;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent.lightblue header .fsElementTitle {
    background: #0BA9D0;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent.yellow header .fsElementTitle {
    background: #F0C206;
  }
}

.school-qualities.fsElement .fsElement.fsContent:hover > header .fsElementTitle,
.school-qualities.fsElement .fsElement.fsContent:focus > header .fsElementTitle,
.school-qualities.fsElement .fsElement.fsContent.hover-active > header .fsElementTitle {
  color: #D50032;
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent:hover > header,
  .school-qualities.fsElement .fsElement.fsContent:focus > header,
  .school-qualities.fsElement .fsElement.fsContent.hover-active > header {
    opacity: 0;
  }

  body.fsComposeMode .school-qualities.fsElement .fsElement.fsContent:hover > header,
  body.fsComposeMode .school-qualities.fsElement .fsElement.fsContent:focus > header,
  body.fsComposeMode .school-qualities.fsElement .fsElement.fsContent.hover-active > header {
    opacity: 1;
  }

  .school-qualities.fsElement .fsElement.fsContent:hover > header .fsElementTitle,
  .school-qualities.fsElement .fsElement.fsContent:focus > header .fsElementTitle,
  .school-qualities.fsElement .fsElement.fsContent.hover-active > header .fsElementTitle {
    color: #FFF;
  }

  .school-qualities.fsElement .fsElement.fsContent:hover > .fsElementContent,
  .school-qualities.fsElement .fsElement.fsContent:focus > .fsElementContent,
  .school-qualities.fsElement .fsElement.fsContent.hover-active > .fsElementContent {
    background-image: none !important;
  }

  .school-qualities.fsElement .fsElement.fsContent:hover > .fsElementContent:before,
  .school-qualities.fsElement .fsElement.fsContent:hover > .fsElementContent > *,
  .school-qualities.fsElement .fsElement.fsContent:focus > .fsElementContent:before,
  .school-qualities.fsElement .fsElement.fsContent:focus > .fsElementContent > *,
  .school-qualities.fsElement .fsElement.fsContent.hover-active > .fsElementContent:before,
  .school-qualities.fsElement .fsElement.fsContent.hover-active > .fsElementContent > * {
    opacity: 1;
  }
}

.school-qualities.fsElement .fsElement.fsContent.trigger-toggled > header .fsElementTitle .toggle-trigger:before {
  content: "-";
}

.school-qualities.fsElement .fsElement.fsContent > header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  z-index: 5;
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent > header {
    max-width: calc(100% - 45px);
    position: absolute;
    bottom: 25px;
    left: 0;
  }
}

body.fsComposeMode .school-qualities.fsElement .fsElement.fsContent > header {
  position: static;
  display: table;
}

.school-qualities.fsElement .fsElement.fsContent > header .fsElementTitle {
  color: #000000;
  padding: 22px 25px 22px 0;
  font-size: 1rem;
  line-height: 1.1875;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent > header .fsElementTitle {
    color: #FFF;
    font-size: 1.625rem;
    line-height: 1.1924;
    padding: 12px 20px;
  }
}

.school-qualities.fsElement .fsElement.fsContent > header .fsElementTitle .toggle-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 1;
  color: #D50032;
  font-weight: 900;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent > header .fsElementTitle .toggle-trigger {
    display: none;
  }
}

.school-qualities.fsElement .fsElement.fsContent > header .fsElementTitle .toggle-trigger:before {
  content: "+";
  font-size: 1.4375rem;
  line-height: 20px;
  display: block;
}

.school-qualities.fsElement .fsElement.fsContent > .fsElementContent {
  background-size: cover;
  background-position: center;
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.667;
  font-weight: 500;
  display: none;
  padding-bottom: 28px;
}

@media screen and (max-width: 999px) {
  .school-qualities.fsElement .fsElement.fsContent > .fsElementContent {
    background: none !important;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent > .fsElementContent {
    height: 218px;
    padding: 15px 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #FFF;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }

  .school-qualities.fsElement .fsElement.fsContent > .fsElementContent.overflowed,
  .school-qualities.fsElement .fsElement.fsContent > .fsElementContent.is-truncated {
    display: block !important;
  }
}

body.fsComposeMode .school-qualities.fsElement .fsElement.fsContent > .fsElementContent {
  display: block;
  height: auto !important;
  color: #000000;
}

body.fsComposeMode .school-qualities.fsElement .fsElement.fsContent > .fsElementContent:before {
  content: normal;
}

body.fsComposeMode .school-qualities.fsElement .fsElement.fsContent > .fsElementContent > * {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

body.fsComposeMode .school-qualities.fsElement .fsElement.fsContent > .fsElementContent > header {
  display: none;
}

.school-qualities.fsElement .fsElement.fsContent > .fsElementContent:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.95)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.school-qualities.fsElement .fsElement.fsContent > .fsElementContent .mobile-image {
  display: block;
  margin-bottom: 13px;
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent > .fsElementContent .mobile-image {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent > .fsElementContent > * {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
}

.school-qualities.fsElement .fsElement.fsContent > .fsElementContent > header {
  display: none !important;
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent > .fsElementContent > header {
    display: block !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 18px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

.school-qualities.fsElement .fsElement.fsContent > .fsElementContent > header .fsElementTitle {
  color: #FFF;
  padding: 12px 20px;
  font-size: 1.625rem;
  line-height: 1.1924;
  margin-bottom: 0;
  display: table;
}

.school-qualities.fsElement .fsElement.fsContent > .fsElementContent p {
  margin-bottom: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent > .fsElementContent p {
    margin-bottom: 10px;
  }
}

.school-qualities.fsElement .fsElement.fsContent > .fsElementContent p:last-child {
  margin-bottom: 0;
}

.school-qualities.fsElement .fsElement.fsContent > .fsElementContent a {
  font-size: 0.75rem;
  line-height: 24px;
  display: inline-block;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-family: museo-sans, sans-serif;
  color: #D50032;
}

@media (min-width: 1000px) {
  .school-qualities.fsElement .fsElement.fsContent > .fsElementContent a {
    color: #FFF;
  }
}

.school-qualities.fsElement .fsElement.fsContent > .fsElementContent a:after {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-left: 8px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.125rem;
}

.school-qualities.fsElement .fsElement.fsContent > footer {
  display: none;
}

/*! enhancements - Testimonials */

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

.testimonials.fsElement.in-view .slick-active:first-child .fsContent {
  left: 0;
  opacity: 1;
}

.testimonials.fsElement.in-view .slick-active:first-child .fsResourceElement {
  right: 0;
  opacity: 1;
}

.testimonials.fsElement .slick-active:first-child .fsContent {
  left: -50px;
  opacity: 0.5;
}

body.fsComposeMode .testimonials.fsElement .slick-active:first-child .fsContent {
  left: 0;
  opacity: 1;
}

.testimonials.fsElement .slick-active:first-child .fsResourceElement {
  right: -50px;
  opacity: 0.5;
}

body.fsComposeMode .testimonials.fsElement .slick-active:first-child .fsResourceElement {
  right: 0;
  opacity: 1;
}

.testimonials.fsElement .slick-slider {
  padding-bottom: 44px;
}

@media (min-width: 700px) {
  .testimonials.fsElement .slick-slider {
    padding-bottom: 45px;
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .slick-slider {
    padding-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsContainer > .fsElementContent {
    border-top: 40px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fsBannerLeft .testimonials.fsElement .fsContainer > .fsElementContent,
  .fsBannerRight .testimonials.fsElement .fsContainer > .fsElementContent,
  .fsStyleOneThird .testimonials.fsElement .fsContainer > .fsElementContent,
  .fsTwoColumnLayout .testimonials.fsElement .fsContainer > .fsElementContent,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsContainer > .fsElementContent,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsContainer > .fsElementContent {
    border-top: 0 !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.testimonials.fsElement .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

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

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

@media (min-width: 1000px) {
  .testimonials.fsElement .slick-dots {
    width: calc(42.79661% + 80px);
    bottom: 7px;
  }
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .slick-dots,
  .fsBannerRight .testimonials.fsElement .slick-dots,
  .fsStyleOneThird .testimonials.fsElement .slick-dots,
  .fsTwoColumnLayout .testimonials.fsElement .slick-dots,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-dots,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-dots {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .testimonials.fsElement .slick-dots,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .slick-dots,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .slick-dots {
    width: calc(48.71795% + 45px) !important;
  }
}

.testimonials.fsElement .slick-dots li {
  margin: 5px 7px;
}

.testimonials.fsElement .slick-dots li.slick-active button {
  background: #0BA9D0;
  border-color: #0BA9D0;
}

.testimonials.fsElement .slick-dots li button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 1;
  border: 1.5px solid #6C6C6C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.testimonials.fsElement .slick-dots li button:hover,
.testimonials.fsElement .slick-dots li button:focus {
  background: #0BA9D0;
  border-color: #0BA9D0;
}

.testimonials.fsElement .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - 22px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #0BA9D0;
  color: #FFF;
  width: 34px;
  height: 34px;
  z-index: 500;
  font-size: 0;
  line-height: 1;
}

@media (min-width: 700px) {
  .testimonials.fsElement .slick-arrow {
    width: 68px;
    height: 68px;
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .slick-arrow {
    top: 50%;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 700px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow,
  .fsBannerRight .testimonials.fsElement .slick-arrow,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow {
    top: 120px !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow,
  .fsBannerRight .testimonials.fsElement .slick-arrow,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 700px) {
  .fsStyleTwoThirds .testimonials.fsElement .slick-arrow,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .slick-arrow,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .slick-arrow {
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .testimonials.fsElement .slick-arrow,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .slick-arrow,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .slick-arrow {
    width: 60px;
    height: 60px;
  }
}

.testimonials.fsElement .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.9375rem;
}

@media (min-width: 700px) {
  .testimonials.fsElement .slick-arrow:before {
    font-size: 2.1875rem;
  }
}

@media (min-width: 700px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow:before,
  .fsBannerRight .testimonials.fsElement .slick-arrow:before,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow:before,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow:before,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow:before,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow:before {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow:before,
  .fsBannerRight .testimonials.fsElement .slick-arrow:before,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow:before,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow:before,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow:before,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow:before {
    font-size: 2.1875rem;
  }
}

@media (min-width: 700px) {
  .fsStyleTwoThirds .testimonials.fsElement .slick-arrow:before,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .slick-arrow:before,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .slick-arrow:before {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .testimonials.fsElement .slick-arrow:before,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .slick-arrow:before,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .slick-arrow:before {
    font-size: 2.1875rem;
  }
}

.testimonials.fsElement .slick-arrow:hover,
.testimonials.fsElement .slick-arrow:focus {
  background: #003865;
}

.testimonials.fsElement .slick-arrow.slick-prev {
  left: -20px;
}

@media (min-width: 700px) {
  .testimonials.fsElement .slick-arrow.slick-prev {
    left: -34px;
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .slick-arrow.slick-prev {
    left: -30px;
  }
}

@media (min-width: 700px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow.slick-prev,
  .fsBannerRight .testimonials.fsElement .slick-arrow.slick-prev,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow.slick-prev,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow.slick-prev,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-prev,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-prev {
    left: -17px;
  }
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow.slick-prev,
  .fsBannerRight .testimonials.fsElement .slick-arrow.slick-prev,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow.slick-prev,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow.slick-prev,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-prev,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-prev {
    left: -30px;
  }
}

@media (min-width: 700px) {
  .fsStyleTwoThirds .testimonials.fsElement .slick-arrow.slick-prev,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .slick-arrow.slick-prev,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .slick-arrow.slick-prev {
    left: -17px;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .testimonials.fsElement .slick-arrow.slick-prev,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .slick-arrow.slick-prev,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .slick-arrow.slick-prev {
    left: -30px;
  }
}

.testimonials.fsElement .slick-arrow.slick-prev:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.testimonials.fsElement .slick-arrow.slick-next {
  right: -20px;
}

@media (min-width: 700px) {
  .testimonials.fsElement .slick-arrow.slick-next {
    right: -34px;
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .slick-arrow.slick-next {
    right: -30px;
  }
}

@media (min-width: 700px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow.slick-next,
  .fsBannerRight .testimonials.fsElement .slick-arrow.slick-next,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow.slick-next,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow.slick-next,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-next,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-next {
    right: -17px;
  }
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow.slick-next,
  .fsBannerRight .testimonials.fsElement .slick-arrow.slick-next,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow.slick-next,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow.slick-next,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-next,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-next {
    right: -30px;
  }
}

@media (min-width: 700px) {
  .fsStyleTwoThirds .testimonials.fsElement .slick-arrow.slick-next,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .slick-arrow.slick-next,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .slick-arrow.slick-next {
    right: -17px;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .testimonials.fsElement .slick-arrow.slick-next,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .slick-arrow.slick-next,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .slick-arrow.slick-next {
    right: -30px;
  }
}

.testimonials.fsElement .slick-arrow.slick-next:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 1000px) {
  .testimonials.fsElement .slick-slide {
    opacity: 1 !important;
    background: #FFF;
  }

  .testimonials.fsElement .slick-slide:not(.slick-active) .fsElement.fsContent {
    left: calc(-46.61017% - 30px);
  }

  .testimonials.fsElement .slick-slide:not(.slick-active) .fsResourceElement {
    right: -53.38983%;
  }

  .testimonials.fsElement .slick-slide.slick-active:not(:first-child) .fsElement.fsContent {
    left: 0;
  }

  .testimonials.fsElement .slick-slide.slick-active:not(:first-child) .fsResourceElement {
    right: 0;
  }
}

.testimonials.fsElement .fsElement.fsContent {
  background: #D50032;
  position: relative;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 65px 30px 43px;
  font-size: 1.0625rem;
  line-height: 1.6471;
  z-index: 5;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (min-width: 700px) {
  .testimonials.fsElement .fsElement.fsContent {
    padding: 108px 70px 84px;
    font-size: 1.8125rem;
    line-height: 1.5173;
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsElement.fsContent {
    width: calc(46.61017% + 30px);
    border-right: 20px solid #FFF;
    border-bottom: 20px solid #FFF;
    top: -40px;
    font-size: 1.9375rem;
    line-height: 1.3226;
    padding: 20px 65px;
  }
}

@media (min-width: 700px) {
  .fsBannerLeft .testimonials.fsElement .fsElement.fsContent,
  .fsBannerRight .testimonials.fsElement .fsElement.fsContent,
  .fsStyleOneThird .testimonials.fsElement .fsElement.fsContent,
  .fsTwoColumnLayout .testimonials.fsElement .fsElement.fsContent,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsElement.fsContent,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsElement.fsContent {
    padding: 43px 28px 30px !important;
    font-size: 1rem !important;
    line-height: 1.5625 !important;
  }
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .fsElement.fsContent,
  .fsBannerRight .testimonials.fsElement .fsElement.fsContent,
  .fsStyleOneThird .testimonials.fsElement .fsElement.fsContent,
  .fsTwoColumnLayout .testimonials.fsElement .fsElement.fsContent,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsElement.fsContent,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsElement.fsContent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: auto !important;
    border: 0 !important;
    border-top: 20px solid #FFF !important;
    border-left: 20px solid #FFF !important;
    width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-top: -45px !important;
  }
}

@media (min-width: 700px) {
  .fsStyleTwoThirds .testimonials.fsElement .fsElement.fsContent,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .fsElement.fsContent,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .fsElement.fsContent {
    padding: 43px 28px 30px !important;
    font-size: 1rem !important;
    line-height: 1.5625 !important;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .testimonials.fsElement .fsElement.fsContent,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .fsElement.fsContent,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .fsElement.fsContent {
    padding: 20px 43px !important;
    top: -25px !important;
    width: calc(48.71795% + 45px) !important;
    font-size: 1.75rem !important;
    line-height: 1.4643 !important;
  }
}

body.fsComposeMode .testimonials.fsElement .fsElement.fsContent {
  display: block;
}

.testimonials.fsElement .fsElement.fsContent:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 82px;
  height: 72px;
  opacity: 0.09;
  background: url(images/quote-bg.svg) no-repeat;
  background-size: cover;
}

@media (min-width: 700px) {
  .testimonials.fsElement .fsElement.fsContent:before {
    top: 35px;
    width: 169px;
    height: 139px;
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsElement.fsContent:before {
    top: 40px;
  }
}

@media (min-width: 700px) {
  .fsBannerLeft .testimonials.fsElement .fsElement.fsContent:before,
  .fsBannerRight .testimonials.fsElement .fsElement.fsContent:before,
  .fsStyleOneThird .testimonials.fsElement .fsElement.fsContent:before,
  .fsTwoColumnLayout .testimonials.fsElement .fsElement.fsContent:before,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsElement.fsContent:before,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsElement.fsContent:before {
    top: 20px;
    width: 82px;
    height: 72px;
  }
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .fsElement.fsContent:before,
  .fsBannerRight .testimonials.fsElement .fsElement.fsContent:before,
  .fsStyleOneThird .testimonials.fsElement .fsElement.fsContent:before,
  .fsTwoColumnLayout .testimonials.fsElement .fsElement.fsContent:before,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsElement.fsContent:before,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsElement.fsContent:before {
    top: 25px !important;
    width: 77px !important;
    height: 63px !important;
  }
}

@media (min-width: 700px) {
  .fsStyleTwoThirds .testimonials.fsElement .fsElement.fsContent:before,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .fsElement.fsContent:before,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .fsElement.fsContent:before {
    top: 20px;
    width: 82px;
    height: 72px;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .testimonials.fsElement .fsElement.fsContent:before,
  .fsHasLeftBanner .fsPageContent .testimonials.fsElement .fsElement.fsContent:before,
  .fsHasRightBanner .fsPageContent .testimonials.fsElement .fsElement.fsContent:before {
    top: 45px !important;
    width: 112px !important;
    height: 92px !important;
  }
}

.testimonials.fsElement .fsElement.fsContent blockquote {
  padding: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.testimonials.fsElement .fsElement.fsContent blockquote:before {
  content: normal;
}

.testimonials.fsElement .fsElement.fsContent cite {
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.1667;
  margin-top: 29px;
  letter-spacing: 3.2px;
}

@media (min-width: 700px) {
  .testimonials.fsElement .fsElement.fsContent cite {
    font-size: 0.9375rem;
    line-height: 1.2;
    margin-top: 34px;
    letter-spacing: 4px;
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsElement.fsContent cite {
    margin-top: 60px;
  }
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .fsElement.fsContent cite,
  .fsBannerRight .testimonials.fsElement .fsElement.fsContent cite,
  .fsStyleOneThird .testimonials.fsElement .fsElement.fsContent cite,
  .fsTwoColumnLayout .testimonials.fsElement .fsElement.fsContent cite,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsElement.fsContent cite,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsElement.fsContent cite {
    letter-spacing: 3.2px !important;
    font-size: 0.75rem !important;
    line-height: 1.1667 !important;
    margin-top: 33px !important;
  }
}

.testimonials.fsElement .fsResourceElement {
  width: 53.38983%;
  background-size: cover;
  background-position: center;
  margin-left: -30px;
  min-height: 415px;
  display: none;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsResourceElement {
    display: block;
  }
}

.fsBannerLeft .testimonials.fsElement .fsResourceElement,
.fsBannerRight .testimonials.fsElement .fsResourceElement,
.fsStyleOneThird .testimonials.fsElement .fsResourceElement,
.fsTwoColumnLayout .testimonials.fsElement .fsResourceElement,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsResourceElement,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsResourceElement {
  width: auto !important;
  margin-left: 0 !important;
  min-height: 0 !important;
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.fsStyleTwoThirds .testimonials.fsElement .fsResourceElement,
.fsHasLeftBanner .fsPageContent .testimonials.fsElement .fsResourceElement,
.fsHasRightBanner .fsPageContent .testimonials.fsElement .fsResourceElement {
  width: 51.28205% !important;
  margin-left: -45px !important;
}

.testimonials.fsElement .fsResourceElement img {
  max-height: 0;
  overflow: hidden;
  width: 100%;
}

.fsBannerLeft .testimonials.fsElement .fsResourceElement img,
.fsBannerRight .testimonials.fsElement .fsResourceElement img,
.fsStyleOneThird .testimonials.fsElement .fsResourceElement img,
.fsTwoColumnLayout .testimonials.fsElement .fsResourceElement img,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsResourceElement img,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsResourceElement img {
  max-height: 100%;
}

body.fsComposeMode .testimonials.fsElement .fsResourceElement img {
  max-height: 100%;
  overflow: visible;
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  .nav-resources-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}