/*!
 * Charterhouse - default_20
 * @link: https://charterhouseorguk-8-eu-west2-01.preview.finalsitecdn.com
 * Site Template: newclientcustom
 * Built By: Jose Guerra
 * Project Manager: David Lawson
 * Designer: Robert Potter
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.3.2
 * Git Tag: v5.2.2-329-gc5bc328
 * Last built by: James Brettschneider
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i|Raleway:300,300i,400,600,600i,800,900&display=swap);@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=5452a5f2-8cfa-4a36-8a14-6afb8b3de809&fontids=1575150,1575166,1575192);@charset "UTF-8";

@font-face {
  font-family: "Amasis MT W01 Light";
  src: url(fonts/d6329df9-c962-41d2-9b3e-2cde53ead9fe.eot);
  src: url(fonts/d6329df9-c962-41d2-9b3e-2cde53ead9fe.eot) format("eot"), url(fonts/5d0e8fcd-32d2-4aa9-8405-1269fc7a7d35.woff2) format("woff2"), url(fonts/0c3e3d00-4c13-445e-b775-b0100352e4f4.woff) format("woff"), url(fonts/191773d0-ed89-4e07-afd8-3c875978d716.ttf) format("truetype");
}

@font-face {
  font-family: "Amasis MT W01 Regular";
  src: url(fonts/0050d8a9-e3d0-44fe-8127-1bb379d3336f.eot);
  src: url(fonts/0050d8a9-e3d0-44fe-8127-1bb379d3336f.eot) format("eot"), url(fonts/df3f45e2-082e-4e16-9c32-616dd3c1fad2.woff2) format("woff2"), url(fonts/a84a1cd6-9b7b-4766-b64f-f6826a9d1d93.woff) format("woff"), url(fonts/35d9e398-1af3-446b-a8d6-16a2d951387d.ttf) format("truetype");
}

@font-face {
  font-family: "Amasis MT W01 Medium Italic";
  src: url(fonts/b46af099-83f4-42c1-ba37-a62935c1d296.eot);
  src: url(fonts/b46af099-83f4-42c1-ba37-a62935c1d296.eot) format("eot"), url(fonts/703fd125-5067-4c93-97bb-dfe413e3ddf4.woff2) format("woff2"), url(fonts/17e3ad31-9e25-49ed-8613-3dae87be4558.woff) format("woff"), url(fonts/c60d0349-70ce-48f2-acaa-ea206c8df74f.ttf) format("truetype");
}

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

:focus {
  outline: none !important;
}

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

h1 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 30px;
}

.fsPageTitle {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 30px;
  font-size: 2.3125rem;
  line-height: 3.25rem;
  overflow-wrap: break-word;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .fsPageTitle {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}

@media (min-width: 800px) {
  .fsPageTitle {
    font-size: 2.8125rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 900px) {
  .fsPageTitle {
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }
}

@media (min-width: 1100px) {
  .fsPageTitle {
    font-size: 3.4375rem;
    line-height: 4.375rem;
  }
}

h2 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #484848;
}

h6 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 20px;
  color: #484848;
  font-style: italic;
}

p {
  margin: 0 0 1.875rem;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  border-bottom: 1px solid #8E1537;
  text-decoration: none;
  color: #8E1537;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  border-bottom: 0;
  color: #8E1537;
  text-decoration: none;
}

.fsPageBody .fsImage a {
  border-bottom: none;
  display: block;
}

.fsPageBody a[href^="mailto"] {
  word-break: break-all;
}

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

.fsPostElement article .fsBody ul,
.fsPostElement article .fsBody ol,
.fsContent ul,
.fsContent ol {
  margin-left: 1.25rem;
}

.fsPostElement article .fsBody ul li,
.fsPostElement article .fsBody ol li,
.fsContent ul li,
.fsContent ol li {
  margin-bottom: 1rem;
  padding-left: 0.875rem;
}

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

@media (min-width: 1000px) {
  .fsAthleticsEvent.fsTable .fsElementTable,
  .fsAthleticsRoster .fsElementTable,
  table.fs_style_48 {
    table-layout: auto;
  }
}

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_48 th {
  font-family: "Raleway", sans-serif;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 14px 20px;
  background: #8E1537;
  color: #F4F4F4;
  text-align: left;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_48 td {
  padding: 10px 20px;
  background: #f7f7f7;
}

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

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
table.fs_style_48 tr {
  border-bottom: solid 1px transparent;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow,
table.fs_style_48 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_48 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child,
.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child,
.fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) table.fs_style_48:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

figure {
  margin-bottom: 1.875rem;
}

figure figcaption {
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1.375rem;
  color: #696969;
}

figure.fsStateFloatLeft {
  margin-right: 1.875rem;
  margin-bottom: 1.25rem;
}

figure.fsStateFloatRight {
  margin-left: 1.875rem;
  margin-bottom: 1.25rem;
}

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

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

.fs_style_49 {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_49:hover,
.fs_style_49:focus,
.fsStateSelected .fs_style_49,
.fs_style_49.on {
  background: #E6E8EB;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_49 em {
  display: block;
  font-style: normal;
}

.button-red,
.fs_style_53 {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #901236;
  color: white;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-red:hover,
.button-red:focus,
.fsStateSelected .button-red,
.button-red.on,
.fs_style_53:hover,
.fs_style_53:focus,
.fsStateSelected .fs_style_53,
.fs_style_53.on {
  background: #690924;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-red em,
.fs_style_53 em {
  display: block;
  font-style: normal;
}

.button-dark {
  background-color: #353F4C;
  padding: 2.5rem 2.5rem 1.25rem;
}

@media (min-width: 900px) {
  .button-dark {
    max-width: 50%;
  }
}

.fs_style_50 {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: transparent;
  color: white;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid white;
}

.fs_style_50:hover,
.fs_style_50:focus,
.fsStateSelected .fs_style_50,
.fs_style_50.on {
  background: white;
  color: #353F4C;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_50 em {
  display: block;
  font-style: normal;
}

body.fsComposeMode .fs_style_50 {
  background-color: black;
}

.fs_style_51 {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  padding-left: 3.125rem;
  position: relative;
}

.fs_style_51:hover,
.fs_style_51:focus,
.fsStateSelected .fs_style_51,
.fs_style_51.on {
  background: #8E1537;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_51 em {
  display: block;
  font-style: normal;
}

.fsBanner .fs_style_51 {
  width: 100%;
}

.fs_style_51::before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fs_style_52 {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  padding-left: 3.125rem;
  position: relative;
}

.fs_style_52:hover,
.fs_style_52:focus,
.fsStateSelected .fs_style_52,
.fs_style_52.on {
  background: #8E1537;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_52 em {
  display: block;
  font-style: normal;
}

.fsBanner .fs_style_52 {
  width: 100%;
}

.fs_style_52::before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fs_style_55,
.button-expand {
  width: 100%;
}

.fs_style_54,
.button-start {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  border-bottom: 0px solid #8E1537;
  color: #707070;
  padding: 0.625rem 5rem 0.625rem 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fs_style_54:focus,
.fs_style_54:hover,
.button-start:focus,
.button-start:hover {
  color: #707070;
}

.fs_style_54:focus::after,
.fs_style_54:hover::after,
.button-start:focus::after,
.button-start:hover::after {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

.fs_style_54 em,
.button-start em {
  font-style: italic;
  font-weight: bold;
}

.fs_style_54::after,
.button-start::after {
  content: '';
  background-image: url(images/red-swap-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 4.375rem;
  height: 2rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fsStyleDefaultButton {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #E6E8EB;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .fsStyleDefaultButton.fsLoadMoreButton {
    width: auto;
  }
}

.fsBanner .fsStyleDefaultButton.fsLoadMoreButton {
  width: 100%;
}

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

.fsStyleUpdateButton {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #E6E8EB;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}

/*! _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: 40px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

/*! elements - common - list subtype v0.0.1 */

/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */

.fsList article {
  margin-bottom: 20px;
}

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

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

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #8E1537;
  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 #ebebeb;
}

.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: #313131;
  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(49, 49, 49, 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: #313131;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #313131;
}

.fs_style_46,
.lead-in {
  font-family: "Amasis MT W01 Regular", "Times New Roman", Times, serif;
  font-size: 1.5em;
  line-height: 1.33333em;
  color: #8E1537;
}

blockquote {
  font-family: "Raleway", sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.5rem;
  color: #8E1537;
  position: relative;
  margin: 20px 0 2.5rem;
  text-align: center;
  quotes: "\2018" "\2019";
}

blockquote p {
  margin-bottom: 20px;
}

blockquote p:first-child:before {
  font-family: "Amasis MT W01 Light", "Times New Roman", Times, serif;
  content: open-quote;
  padding-right: 5px;
  position: relative;
  top: 6px;
  left: 0;
  font-size: 45px;
}

blockquote p:nth-last-child(2):after {
  font-family: "Amasis MT W01 Light", "Times New Roman", Times, serif;
  content: close-quote;
  display: inline-block;
  vertical-align: bottom;
  font-size: 45px;
  top: 0;
  position: relative;
}

blockquote p:only-child:before {
  font-family: "Amasis MT W01 Light", "Times New Roman", Times, serif;
  content: open-quote;
  padding-right: 5px;
  position: relative;
  top: 6px;
  left: 0;
  font-size: 45px;
}

blockquote p:only-child:after {
  font-family: "Amasis MT W01 Light", "Times New Roman", Times, serif;
  content: close-quote;
  display: inline-block;
  vertical-align: bottom;
  font-size: 45px;
  top: 0;
  position: relative;
}

cite {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.1875rem;
  display: block;
  color: #707070;
  margin: 0 0 20px;
  font-style: normal;
  text-transform: uppercase;
}

cite:before {
  content: '\2014   ';
}

.fs_style_47,
.callout {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.5rem;
  color: #8E1537;
  padding-left: 1.25rem;
  position: relative;
}

.fs_style_47::before,
.callout::before {
  content: '';
  background-color: #979797;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.callout-box {
  background: #F4F4F4;
  /*> header { background-position: center; background-repeat: no-repeat; background-size: cover; height: cre(300px); @include breakpoint($bp-huge) { height: cre(400px); } figure { display: none; } }*/
}

.callout-box > .fsElementContent {
  padding: 1.875rem;
}

.fsStyleOneThird .callout-box > header,
.fsBanner .callout-box > header {
  height: 15.625rem;
}

.fsStyleOneThird .callout-box > .fsElementContent,
.fsBanner .callout-box > .fsElementContent {
  padding: 1.875rem 1.25rem;
}

.fsStyleOneThird .callout-box > .fsElementContent a,
.fsBanner .callout-box > .fsElementContent a {
  color: #8E1537;
}

.callout-box.grey,
.callout-box.red {
  color: white;
}

.callout-box.grey > .fsElementContent h2,
.callout-box.red > .fsElementContent h2 {
  color: white;
}

.callout-box.grey > .fsElementContent a,
.callout-box.red > .fsElementContent a {
  border-bottom: 1px solid white;
  color: white;
  text-decoration: none;
}

.callout-box.grey > .fsElementContent a.fs_style_50:focus,
.callout-box.grey > .fsElementContent a.fs_style_50:hover,
.callout-box.red > .fsElementContent a.fs_style_50:focus,
.callout-box.red > .fsElementContent a.fs_style_50:hover {
  color: #353F4C;
  border: 1px solid white;
}

.callout-box.grey > .fsElementContent a:focus,
.callout-box.grey > .fsElementContent a:hover,
.callout-box.red > .fsElementContent a:focus,
.callout-box.red > .fsElementContent a:hover {
  border-bottom: 0;
}

.callout-box.grey {
  background-color: #353F4C;
}

.callout-box.red {
  background-color: #8E1537;
}

body:not(.fsComposeMode) .callout-box > header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 18.75rem;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .callout-box > header {
    height: 25rem;
  }
}

body:not(.fsComposeMode) .callout-box > header figure {
  display: none;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .callout-box.secure-portal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body:not(.fsComposeMode) .callout-box.secure-portal > header {
  width: 100%;
  height: auto;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .callout-box.secure-portal > header {
    height: auto;
    width: 62.5%;
  }
}

body:not(.fsComposeMode) .callout-box.secure-portal > header .fsElementHeaderContent {
  height: 100%;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .callout-box.secure-portal > header .fsElementHeaderContent figure {
  display: block;
  height: 100%;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .callout-box.secure-portal > header .fsElementHeaderContent figure img {
  width: 100%;
  height: auto;
  opacity: 0;
}

body:not(.fsComposeMode) .callout-box.secure-portal > header .fsElementHeaderContent p {
  display: none;
}

body:not(.fsComposeMode) .callout-box.secure-portal > .fsElementContent {
  width: 100%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .callout-box.secure-portal > .fsElementContent {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .callout-box.secure-portal > .fsElementContent {
    width: 37.5%;
  }
}

body:not(.fsComposeMode) .callout-box.secure-portal > .fsElementContent h2 {
  font-size: 1.875rem;
  line-height: 2.625rem;
  margin-bottom: 3.125rem;
  position: relative;
}

body:not(.fsComposeMode) .callout-box.secure-portal > .fsElementContent h2::before {
  content: '';
  width: 2.5rem;
  height: 0.125rem;
  background-color: white;
  position: absolute;
  bottom: -1.5625rem;
  left: 0;
}

body:not(.fsComposeMode) .callout-box.secure-portal > .fsElementContent h2::after {
  content: "\E919";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 28px;
  padding-left: 14px;
}

body:not(.fsComposeMode) .callout-box.secure-portal > .fsElementContent p {
  margin-bottom: 0.375rem;
}

body:not(.fsComposeMode) .callout-box.secure-portal > .fsElementContent a {
  font-family: "Raleway", sans-serif;
  border-bottom: 0;
  text-decoration: none;
}

body:not(.fsComposeMode) .callout-box.secure-portal > .fsElementContent a:focus,
body:not(.fsComposeMode) .callout-box.secure-portal > .fsElementContent a:hover {
  border-bottom: 1px solid white;
}

body:not(.fsComposeMode).house-page .quick-link {
  max-width: 22.9375rem;
}

body:not(.fsComposeMode) .fsStyleOneThird .quick-link,
body:not(.fsComposeMode) .fsBanner .quick-link {
  margin-bottom: 2.5rem;
}

body:not(.fsComposeMode) .quick-link {
  margin-bottom: 0;
  max-width: 100%;
  position: relative;
  cursor: pointer;
  width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .quick-link {
    max-width: 23rem;
  }
}

body:not(.fsComposeMode) .quick-link a {
  border-bottom: 0;
}

body:not(.fsComposeMode) .quick-link.is_hover > header .fsElementHeaderContent,
body:not(.fsComposeMode) .quick-link:focus > header .fsElementHeaderContent,
body:not(.fsComposeMode) .quick-link:hover > header .fsElementHeaderContent {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.fsComposeMode) .quick-link.is_hover > .fsElementContent a::after,
body:not(.fsComposeMode) .quick-link:focus > .fsElementContent a::after,
body:not(.fsComposeMode) .quick-link:hover > .fsElementContent a::after {
  background-color: #661025;
}

body:not(.fsComposeMode) .quick-link > header {
  position: relative;
  overflow: hidden;
}

body:not(.fsComposeMode) .quick-link > header .fsElementHeaderContent {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

body:not(.fsComposeMode) .quick-link > header .fsElementHeaderContent figure {
  margin: 0;
  opacity: 0;
}

body:not(.fsComposeMode) .quick-link > header .fsElementHeaderContent figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.fsComposeMode) .quick-link > header .fsElementHeaderContent p {
  display: none;
}

body:not(.fsComposeMode) .quick-link > header::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body:not(.fsComposeMode) .quick-link.boarding-gownboys > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#542532));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #542532 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-bodeites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#6a511f));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #6a511f 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-chetwynd > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#3f5255));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #3f5255 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-daviesites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#254531));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #254531 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-fletcherites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#1f5563));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #1f5563 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-girdlestoneites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#574b57));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #574b57 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-hodgsonites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#263667));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #263667 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-lockites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#595431));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #595431 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-pageites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#513c6b));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #513c6b 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-robinites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#3c2d47));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #3c2d47 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-saunderites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#79471f));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #79471f 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-sutton > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#732043));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #732043 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-verites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#43505d));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #43505d 100%);
}

body:not(.fsComposeMode) .quick-link.boarding-weekites > header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#6e2528));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #6e2528 100%);
}

body:not(.fsComposeMode) .quick-link > .fsElementContent {
  font-family: "Raleway", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

body:not(.fsComposeMode) .quick-link > .fsElementContent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: white;
  max-width: 75%;
  padding-top: 0.8125rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
  text-decoration: none;
}

body:not(.fsComposeMode) .quick-link .quick-arrow {
  background-color: #8E1537;
  width: 4.0625rem;
  height: 4.0625rem;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

body:not(.fsComposeMode) .quick-link .quick-arrow::before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.6875rem;
  color: white;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

body:not(.fsComposeMode) .quick-link:focus,
body:not(.fsComposeMode) .quick-link:hover {
  text-decoration: none;
}

body:not(.fsComposeMode) .quick-link:focus .quick-arrow,
body:not(.fsComposeMode) .quick-link:hover .quick-arrow {
  background-color: #661025;
}

body:not(.fsComposeMode) .quick-link.quick-pop > .fsElementContent a {
  font-size: 1rem;
  line-height: 1.375rem;
  padding-bottom: 0.8125rem;
}

body:not(.fsComposeMode) .quick-video {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .quick-video {
    max-width: 23rem;
    overflow: hidden;
  }
}

body:not(.fsComposeMode) .quick-video::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body:not(.fsComposeMode) .quick-video:focus > header .fsElementHeaderContent,
body:not(.fsComposeMode) .quick-video:hover > header .fsElementHeaderContent {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.fsComposeMode) .quick-video:focus > .fsElementContent .quick-arrow,
body:not(.fsComposeMode) .quick-video:hover > .fsElementContent .quick-arrow {
  background-color: #661025;
}

body:not(.fsComposeMode) .quick-video > header {
  overflow: hidden;
}

body:not(.fsComposeMode) .quick-video > header .fsElementHeaderContent {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

body:not(.fsComposeMode) .quick-video > header .fsElementHeaderContent .fsImage {
  margin-bottom: 0;
  opacity: 0;
}

body:not(.fsComposeMode) .quick-video > header .fsElementHeaderContent .fsImage img {
  width: 100%;
}

body:not(.fsComposeMode) .quick-video > header .fsElementHeaderContent p {
  display: none;
}

body:not(.fsComposeMode) .quick-video > .fsElementContent {
  padding: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

body:not(.fsComposeMode) .quick-video > .fsElementContent h2 {
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.0625rem;
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 18.75rem;
  text-align: center;
}

body:not(.fsComposeMode) .quick-video > .fsElementContent h2::before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body:not(.fsComposeMode) .quick-video > .fsElementContent p {
  margin: 0;
}

body:not(.fsComposeMode) .quick-video > .fsElementContent a {
  font-size: 1.1875rem;
  border-bottom: 0;
  color: white;
  text-decoration: none;
}

body:not(.fsComposeMode) .quick-video > .fsElementContent .quick-arrow {
  background-color: #8E1537;
  width: 4.0625rem;
  height: 4.0625rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.fsComposeMode) .quick-video > .fsElementContent .quick-arrow::before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.6875rem;
  color: white;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

body:not(.fsComposeMode) .quick-video .master-link {
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.style-guide .fsDiv > section {
  border-top: 1px solid #DCE0E9;
  padding-top: 0.625rem;
}

.style-guide .fsDiv > section > header {
  margin-bottom: 3.75rem;
}

.style-guide .fsDiv > section > header .fsElementTitle {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.9375rem;
  color: #484848;
  margin-bottom: 0.625rem;
}

.style-guide .fsDiv > section > header .fsElementHeaderContent {
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1.375rem;
  color: #696969;
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #8E1537;
  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;
}

body.fsComposeMode .breadcrumb-container {
  margin: 0;
}

.breadcrumb-container {
  border-top: 2px solid #c6c8cc;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 2.125rem 2.5rem 0.625rem 1.25rem;
  position: relative;
  z-index: 4;
}

@media (min-width: 1000px) {
  .breadcrumb-container {
    position: static;
    padding: 2.125rem 0 0 1.25rem;
  }
}

@media (min-width: 1240px) {
  .breadcrumb-container {
    padding: 3.125rem 0 0;
  }
}

.home .breadcrumb-container {
  display: none;
}

.news-landing-page .breadcrumb-container {
  padding: 2.5rem 1.25rem 0;
}

@media (min-width: 600px) {
  .news-landing-page .breadcrumb-container {
    position: static;
    padding: 3.125rem 0 0 1.25rem;
  }
}

@media (min-width: 1240px) {
  .news-landing-page .breadcrumb-container {
    padding: 3.125rem 0 0;
  }
}

.has-hero-treatment .breadcrumb-container {
  background-color: white;
  border: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 600px) {
  .has-hero-treatment .breadcrumb-container {
    border-top: 4px solid #8E1537;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1000px) {
  .has-hero-treatment .breadcrumb-container {
    margin: 0;
    padding: 3.125rem 0 1.875rem;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    max-width: calc((100% - 360px) - ((100% - 1187px)/2));
  }
}

@media (min-width: 1240px) {
  .has-hero-treatment .breadcrumb-container {
    padding-left: calc((100% - 1187px) / 2);
  }
}

@media (min-width: 600px) {
  .house-page .breadcrumb-container {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1240px) {
  .house-page .breadcrumb-container {
    padding-left: calc((100% - 1187px) / 2);
  }
}

.portal-page .breadcrumb-container {
  margin-left: -40px;
}

@media (min-width: 600px) {
  .portal-page .breadcrumb-container {
    height: calc(100vh - 190px);
    height: 631px;
    width: 100%;
    max-width: 65%;
    padding: 3.125rem 0 2.5rem;
    padding-left: 3.75rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
}

@media (min-width: 900px) {
  .portal-page .breadcrumb-container {
    margin: 0;
    padding: 3.125rem 0 2.5rem;
    padding-left: 20px;
    max-width: 60%;
  }
}

@media (min-width: 1000px) {
  .portal-page .breadcrumb-container {
    max-width: 64%;
  }
}

@media (min-width: 1100px) {
  .portal-page .breadcrumb-container {
    max-width: 67%;
  }
}

@media (min-width: 1220px) {
  .portal-page .breadcrumb-container {
    padding-left: calc((100% - 1200px) / 2);
    max-width: calc((100% - 360px) - ((100% - 1187px)/2));
    margin-left: 0;
  }
}

@media (min-width: 600px) {
  .no-secure-box .breadcrumb-container {
    height: calc(100vh - 300px);
    height: 520px;
  }
}

.fsBreadcrumb {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 2.73px;
  line-height: 0.875rem;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  .fsBreadcrumb {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .fsBreadcrumb {
    margin: 0 auto;
  }
}

.news-landing-page .fsBreadcrumb {
  position: relative;
  margin: 0 auto;
  max-width: 1220px;
}

.portal-page .fsBreadcrumb {
  margin-left: 1.25rem;
}

@media (min-width: 600px) {
  .portal-page .fsBreadcrumb {
    margin-left: 0;
  }
}

.fsBreadcrumb ul {
  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;
}

.fsBreadcrumb ul li {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}

.fsBreadcrumb ul li a {
  color: #8E1537;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}

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

.fsBreadcrumb .fsNavBreadcrumbSeperator {
  color: transparent;
  margin: 0 1.25rem;
  position: relative;
}

.fsBreadcrumb .fsNavBreadcrumbSeperator::before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-site-map a {
  color: #313131;
  padding: 0;
  display: inline-block;
  margin: 12px 0px;
  border: none;
}

.nav-site-map a:hover,
.nav-site-map a:focus {
  color: #8E1537;
}

.nav-site-map .fsElementHeaderContent {
  margin-bottom: 0;
}

.nav-site-map .fsElementHeaderContent a {
  font-weight: bold;
}

.nav-site-map ul {
  margin: 0px;
  padding: 0;
  list-style-type: none;
}

.nav-site-map ul li {
  border-top: 1px solid #DCE0E9;
  margin-left: 0;
}

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

.nav-site-map ul.fsNavLevel2 > li {
  padding-left: 20px;
}

.nav-site-map ul.fsNavLevel3 > li {
  padding-left: 40px;
  font-style: italic;
}

.nav-site-map ul.fsNavLevel4 > li {
  padding-left: 60px;
  font-style: italic;
}

.nav-site-map ul.fsNavLevel4 > li {
  padding-left: 80px;
  font-style: italic;
}

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

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

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #8E1537;
  background: #ebebeb;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #8E1537;
  background: #E6E8EB;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #353F4C;
  background: #ebebeb;
}

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #8E1537;
  background: #ebebeb;
}

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

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

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

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px;
}

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px;
}

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px;
}

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px;
}

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

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

.nav-sub-mobile .nav-sub > .fsElementContent {
  opacity: 1;
  visibility: visible;
  max-height: none;
}

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

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    color: #8E1537;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #ebebeb;
    background-color: #353F4C;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #707070;
    color: #ebebeb;
  }
}

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

@media screen and (max-width: 599px) {
  .nav-sub > header .fsElementTitle:after {
    content: "+";
    line-height: 1;
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    right: 20px;
  }

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

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 10px 20px;
    color: #8E1537;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #8E1537;
    background: #F4F4F4;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #8E1537;
    background: #E6E8EB;
  }

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

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

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

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

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

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

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

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

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #353F4C;
    color: #ebebeb;
  }

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

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

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

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

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

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

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

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

.nav-sub > header {
  display: none;
}

.nav-sub > .fsElementContent {
  padding: 2.1875rem 1.875rem;
}

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

.nav-sub ul li {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.nav-sub ul li a {
  border-bottom: 0;
  display: block;
  font-weight: 600;
  padding: 12px 10px;
  color: #313131;
  background: #f7f7f7;
  text-decoration: none;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #8E1537;
  background: #ebebeb;
}

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

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #353F4C;
  background: #ebebeb;
}

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

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

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #353F4C;
  background: #ebebeb;
}

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

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

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

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

.nav-sub .fsNavLevel2 > li {
  font-family: "Open Sans", sans-serif;
  border-top: solid 1px #ebebeb;
}

.nav-sub .fsNavLevel2 > li > a {
  font-weight: 400;
  padding-left: 25px;
}

.nav-sub .fsNavLevel3 > li {
  font-family: "Open Sans", sans-serif;
  border-top: solid 1px #ebebeb;
}

.nav-sub .fsNavLevel3 > li > a {
  font-weight: 400;
  font-style: italic;
  padding-left: 40px;
}

.nav-sub .fsNavLevel4 > li {
  font-family: "Open Sans", sans-serif;
  border-top: solid 1px #ebebeb;
  font-size: 15px;
}

.nav-sub .fsNavLevel4 > li > a {
  font-weight: 400;
  font-style: italic;
  padding-left: 55px;
}

.nav-sub .fsNavLevel5 {
  border-top: solid 1px #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-sub .fsNavLevel5 > li {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
}

.nav-sub .fsNavLevel5 > li > a {
  font-weight: 600;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 70px;
}

.nav-sub .fsNavLevel5 > li > a:hover,
.nav-sub .fsNavLevel5 > li > a:focus {
  background: none;
}

.nav-sub .fsNavLevel5 > li.fsNavCurrentPage > a:hover,
.nav-sub .fsNavLevel5 > li.fsNavCurrentPage > a:focus {
  background: none;
}

.nav-main {
  margin-bottom: 5.625rem !important;
  max-width: 18.75rem;
  position: relative;
}

.nav-main::after {
  content: '';
  width: 1px;
  height: 100%;
  max-height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 1s ease 0.5s;
  transition: 1s ease 0.5s;
}

.burger-is-active .nav-main::after {
  max-height: 100%;
}

.nav-main .fsNavLevel1 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-10%, 0, 0);
          transform: translate3d(-10%, 0, 0);
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
}

.burger-is-active .nav-main .fsNavLevel1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.nav-main .fsNavLevel1 > li {
  font-family: "Raleway", sans-serif;
}

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

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

.nav-main .fsNavLevel1 > li:hover > a::before {
  opacity: 1;
  -webkit-transform: translate3d(-10px, -50%, 0);
          transform: translate3d(-10px, -50%, 0);
}

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

.nav-main .fsNavLevel1 > li > a {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 3rem;
  display: block;
  color: white;
  background: transparent;
  padding: 0.3125rem 0 0.625rem;
  position: relative;
  text-decoration: none;
}

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

.nav-main .fsNavLevel1 > li > a::before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translate3d(-40px, -50%, 0);
          transform: translate3d(-40px, -50%, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
}

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

.nav-main .fsNavPageInfo {
  background: transparent;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  text-align: left;
  -webkit-transform: translate3d(90%, 0, 0);
          transform: translate3d(90%, 0, 0);
  -webkit-transition: 0.75s ease, opacity 0.3s;
  transition: 0.75s ease, opacity 0.3s;
  height: 100%;
  width: 100%;
  visibility: hidden;
  z-index: 300;
}

.nav-main .fsNavLevel2 li {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 0.625rem 0.625rem 0 3.125rem;
  text-decoration: none;
}

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

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

.drawer-ribbon {
  width: 4.0625rem;
  height: 3.75rem;
  position: absolute;
  top: 0;
  right: 0;
}

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

.mobile-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  background-color: #8E1537;
  color: transparent;
  padding: 0 1.25rem;
  position: relative;
  width: 4.0625rem;
  height: 3.75rem;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
}

.mobile-toggle:before,
.mobile-toggle:after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  height: 3px;
  width: 1.25rem;
  content: '';
  background: white;
}

.mobile-toggle:before {
  margin-top: -0.46875em;
  -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;
}

.mobile-toggle:after {
  -webkit-box-shadow: 0 0.46875em 0 0 white;
          box-shadow: 0 0.46875em 0 0 white;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

.drawer-is-active .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);
}

.drawer-is-active .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);
}

body:not(.fsComposeMode) .burger-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 20;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .burger-container {
    display: block;
    margin-bottom: 0;
    top: 2rem;
    right: 1.25rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1340px) {
  body:not(.fsComposeMode) .burger-container {
    right: calc((100% - 1320px) / 2);
  }
}

@media (min-width: 1320px) {
  body:not(.fsComposeMode).home .burger-container {
    right: 60px;
  }
}

body:not(.fsComposeMode).has-hero-treatment .burger-container {
  top: 2rem;
}

@media (min-width: 1320px) {
  body:not(.fsComposeMode).has-hero-treatment .burger-container {
    top: 3.125rem;
  }
}

body:not(.fsComposeMode).burger-is-sticky .burger-container {
  top: 0;
  right: 0;
}

.desktop-burger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 3.82px;
  line-height: 1rem;
  background-color: #f7f7f7;
  color: #8E1537;
  padding: 0 1.25rem;
  position: relative;
  width: 100vw;
  max-width: 4.0625rem;
  height: 100vh;
  max-height: 3.75rem;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
}

@media (min-width: 600px) {
  .desktop-burger {
    width: 100vw;
    max-width: 8.375rem;
    height: 100vh;
    max-height: 3.75rem;
    overflow: hidden;
  }
}

.has-hero-treatment .desktop-burger,
.home .desktop-burger {
  background-color: #8E1537;
  color: transparent;
}

@media (min-width: 600px) {
  .has-hero-treatment .desktop-burger,
  .home .desktop-burger {
    color: white;
  }
}

.has-hero-treatment .desktop-burger:focus,
.has-hero-treatment .desktop-burger:hover,
.home .desktop-burger:focus,
.home .desktop-burger:hover {
  background-color: #661025;
}

.has-hero-treatment .desktop-burger::after,
.has-hero-treatment .desktop-burger::before,
.home .desktop-burger::after,
.home .desktop-burger::before {
  background-color: white;
  right: 1rem;
}

@media (min-width: 600px) {
  .has-hero-treatment .desktop-burger::after,
  .has-hero-treatment .desktop-burger::before,
  .home .desktop-burger::after,
  .home .desktop-burger::before {
    right: 1.5rem;
  }
}

.has-hero-treatment .desktop-burger::after,
.home .desktop-burger::after {
  -webkit-box-shadow: 0 0.3125em 0 0 white;
          box-shadow: 0 0.3125em 0 0 white;
}

.burger-is-sticky .desktop-burger {
  background-color: #8E1537;
  color: transparent;
  overflow: hidden;
}

@media (min-width: 600px) {
  .burger-is-sticky .desktop-burger {
    max-width: 5rem;
    max-height: 5rem;
  }
}

.burger-is-sticky .desktop-burger::after,
.burger-is-sticky .desktop-burger::before {
  background-color: white;
}

.burger-is-sticky .desktop-burger::after {
  -webkit-box-shadow: 0 0.3125em 0 0 white;
          box-shadow: 0 0.3125em 0 0 white;
}

.desktop-burger::after,
.desktop-burger::before {
  content: '';
  width: 1rem;
  height: 0.125rem;
  background-color: #8E1537;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.desktop-burger::before {
  margin-top: -0.3125rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.desktop-burger::after {
  -webkit-box-shadow: 0 0.3125em 0 0 #8E1537;
          box-shadow: 0 0.3125em 0 0 #8E1537;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.desktop-close {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 3.82px;
  line-height: 1rem;
  background-color: #8E1537;
  color: white;
  padding: 0 1.25rem;
  position: relative;
  width: 8.375rem;
  height: 3.75rem;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.desktop-close:focus,
.desktop-close:hover {
  background-color: #661025;
}

.desktop-close::before {
  content: '';
  width: 1rem;
  height: 0.125rem;
  background-color: white;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.fsComposeMode .desktop-fsMenu {
  display: none;
}

.desktop-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);
  background-color: rgba(53, 63, 76, 0.95);
  height: 100vh;
  width: 100%;
  margin: 0;
  max-width: 47.25rem;
  overflow-y: auto;
  padding: 3.75rem 4.5rem 3.75rem 6.25rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

.burger-is-active .desktop-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);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.desktop-fsMenu .fsElement {
  margin: 0;
}

.desktop-fsMenu > footer .fsElementFooterContent {
  margin: 0;
  position: absolute;
  top: 3rem;
  right: 4.1875rem;
}

.desktop-fsMenu .desktop-utility-container {
  margin-bottom: 4.375rem;
}

.desktop-fsMenu .desktop-utility-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.desktop-fsMenu .explore-button {
  color: white;
  position: relative;
}

.desktop-fsMenu .explore-button a {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6875rem;
  background-color: transparent;
  border: 1px solid white;
  border-bottom: 1px solid white !important;
  color: white;
  margin-bottom: 0;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 4.375rem;
  text-decoration: none;
  text-transform: capitalize;
}

.desktop-fsMenu .explore-button a:hover,
.desktop-fsMenu .explore-button a:focus,
.fsStateSelected .desktop-fsMenu .explore-button a,
.desktop-fsMenu .explore-button a.on {
  background: #E6E8EB;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
}

.desktop-fsMenu .explore-button a em {
  display: block;
  font-style: normal;
}

.desktop-fsMenu .explore-button a::before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.5rem;
  color: white;
  position: absolute;
  top: 0.9375rem;
  left: 1.75rem;
}

.desktop-fsMenu .explore-button a:focus,
.desktop-fsMenu .explore-button a:hover {
  background: #282e35;
  color: white;
}

.desktop-fsMenu .explore-button a em {
  font-style: italic;
  font-weight: bold;
  display: inline;
}

body.fsComposeMode .fsMenu {
  display: none;
}

.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: 0em;
  min-height: 100%;
  max-width: 37.5em;
  padding: 0 0.625rem;
  background: rgba(53, 63, 76, 0.95);
}

.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 a {
  border-bottom: 0;
  color: white;
  text-decoration: none;
}

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

.fsMenu .explore-button a {
  border-bottom: 1px solid white !important;
}

.fsMenu .mobile-top-container {
  margin-bottom: 0;
}

.fsMenu .mobile-top-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fsMenu .search-button-container {
  margin-left: auto;
  margin-right: 4.0625rem;
}

.fsMenu .mobile-close-container {
  font-size: 0;
  background-color: #8E1537;
  color: transparent;
  width: 100vw;
  max-width: 4.0625rem;
  height: 3.75rem;
  position: absolute;
  top: 0;
  right: 0;
}

.fsMenu .mobile-close-container::before {
  content: '';
  background-color: white;
  width: 0.9375rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fsMenu .mobile-close-container > .fsElementContent {
  width: 100%;
  height: 100%;
}

.fsMenu .mobile-close-container > .fsElementContent .mobile-close {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.fsMenu .mobile-nav-utility {
  margin-bottom: 0.9375rem;
}

.fsMenu .mobile-nav-utility .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.fsMenu .mobile-nav-utility .fsNavLevel1 > li a {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 0.8125rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.fsMenu .mobile-nav .fsNavParentPage {
  position: relative;
}

.fsMenu .mobile-nav .fsNavParentPage .mobile-mini-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0.625rem;
  right: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.fsMenu .mobile-nav .fsNavParentPage .mobile-mini-toggle::before {
  content: '';
  background-image: url(images/small-w-arrow.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fsMenu .mobile-nav .fsNavParentPage .fsNavPageInfo {
  display: none;
}

.fsMenu .mobile-nav .fsNavParentPage.fsNavCurrentPageAncestor > a {
  color: white;
}

.fsMenu .mobile-nav .fsNavParentPage .fsNavCurrentPage > a {
  color: #EBA3B1;
}

.fsMenu .mobile-nav .fsNavParentPage .fsNavCurrentPage > a:visited {
  color: #EBA3B1;
}

.fsMenu .mobile-nav .fsNavParentPage.open > a {
  color: white;
}

.fsMenu .mobile-nav .fsNavParentPage.open > a:focus,
.fsMenu .mobile-nav .fsNavParentPage.open > a:hover {
  color: #EBA3B1;
}

.fsMenu .mobile-nav .fsNavParentPage.open > .mobile-mini-toggle {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fsMenu .mobile-nav .fsNavLevel1 ul {
  margin-left: 20px;
}

.fsMenu .mobile-nav .fsNavLevel1 a:focus,
.fsMenu .mobile-nav .fsNavLevel1 a:hover {
  color: #EBA3B1;
}

.fsMenu .mobile-nav .fsNavLevel1 a:visited {
  color: white;
}

.fsMenu .mobile-nav .fsNavLevel1 > li.fsNavParentPage > .mobile-mini-toggle {
  top: 0.9375rem;
}

.fsMenu .mobile-nav .fsNavLevel1 > li > a {
  font-family: "Raleway", sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2.1875rem;
  margin-right: 2.5rem;
}

.fsMenu .mobile-nav .fsNavLevel2 > li a {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  padding: 0.3125rem 0;
  margin-right: 2.5rem;
}

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

.fsMenu .mobile-nav .fsNavLevel2 > li.fsNavParentPage {
  position: relative;
}

.fsMenu .mobile-nav .fsNavLevel2 > li.fsNavParentPage .mobile-mini-toggle {
  height: 1.8125rem;
  width: 1.8125rem;
  top: 0;
}

.fsMenu .mobile-nav .fsNavLevel2 > li.fsNavParentPage .mobile-mini-toggle::before {
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.25rem;
  color: white;
  background-image: none;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fsMenu .explore-button {
  color: white;
  position: relative;
}

.fsMenu .explore-button a {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6875rem;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 3.75rem;
  text-decoration: none;
  text-transform: capitalize;
}

.fsMenu .explore-button a:hover,
.fsMenu .explore-button a:focus,
.fsStateSelected .fsMenu .explore-button a,
.fsMenu .explore-button a.on {
  background: #E6E8EB;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMenu .explore-button a em {
  display: block;
  font-style: normal;
}

.fsMenu .explore-button a::before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.5rem;
  color: white;
  position: absolute;
  top: 0.9375rem;
  left: 1.25rem;
}

.fsMenu .explore-button a:focus,
.fsMenu .explore-button a:hover {
  background: #282e35;
  color: white;
}

.fsMenu .explore-button a em {
  font-style: italic;
  font-weight: bold;
  display: inline;
}

.nav-social .fsNavLevel1 {
  font-size: 0;
}

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

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

.nav-social .fsNavLevel1 li {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 0px solid #8E1537;
  background: #8E1537;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

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

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

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

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

.nav-utility-header .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.nav-utility-header .fsNavLevel1 li a,
.nav-utility-header .fsNavLevel1 li.fsNavCurrentPage a {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 0.8125rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-utility-header .fsNavLevel1 li {
  margin-right: 0.9375rem;
}

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

.nav-utility-search {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.nav-utility-search > header .fsElementTitle {
  color: white;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

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

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

.nav-utility-search .fsNavLevel1 li {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

@media (min-width: 600px) {
  .nav-utility-search .fsNavLevel1 li {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.nav-utility-search .fsNavLevel1 li a {
  color: white;
  padding: 6px 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

.nav-utility-footer {
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .nav-utility-footer {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.nav-utility-footer .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

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

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

.nav-utility-footer .fsNavLevel1 li {
  margin-right: 1.25rem;
  text-transform: uppercase;
}

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

@media (min-width: 600px) {
  .nav-utility-footer .fsNavLevel1 li:last-child {
    margin-right: 1.25rem;
  }
}

.footer-community,
.footer-useful-links {
  font-size: 0.9375rem;
  line-height: 2.5rem;
  padding-top: 0.625rem;
}

.footer-community .fsNavLevel1 li a,
.footer-useful-links .fsNavLevel1 li a {
  padding: 0;
}

/*! structure - header v0.0.1 */

body.fsComposeMode #fsHeader {
  padding: 0;
}

#fsHeader {
  background-color: transparent;
  padding: 0 0 0 1.25rem;
  position: relative;
}

#fsHeader a {
  border-bottom: 0;
}

.burger-is-active #fsHeader {
  overflow: visible;
}

.has-hero-treatment #fsHeader {
  padding: 0;
}

.has-hero-treatment #fsHeader::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(30%, transparent), color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 30%, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: calc(100% - 4px);
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 2;
}

.has-hero-treatment #fsHeader .header-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 10px;
}

@media (min-width: 600px) {
  .has-hero-treatment #fsHeader .header-top {
    padding-left: 20px;
  }
}

@media (min-width: 1320px) {
  .has-hero-treatment #fsHeader .header-top {
    width: 100%;
    margin-left: calc((100% - 1320px) / 2);
    margin-top: 1rem;
  }
}

.has-hero-treatment #fsHeader .hero-svg {
  display: none;
}

@media (min-width: 600px) {
  .has-hero-treatment #fsHeader .hero-svg {
    display: block;
    position: absolute;
    bottom: 0;
    right: -20%;
    max-width: 100%;
    z-index: 1;
  }
}

@media (min-width: 1000px) {
  .has-hero-treatment #fsHeader .hero-svg {
    bottom: -86px;
  }
}

.has-hero-treatment #fsHeader .hero-svg .hero-svg-text {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 0.20;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke-linecap: round;
  -webkit-animation: draw 30s forwards;
          animation: draw 30s forwards;
  text-transform: uppercase;
}

.ie11 #fsHeader #charterhouse-logo {
  max-height: 47px;
}

@media (max-width: 599px) {
  .ie11 #fsHeader #fsHeader a {
    padding-top: 6px;
    padding-bottom: 0;
  }
}

@media (min-width: 600px) {
  .ie11 #fsHeader #charterhouse-logo {
    max-height: 70px;
  }

  .ie11 #fsHeader .search-button-container {
    margin-right: -110px;
  }
}

.ie11 .has-hero-treatment #fsHeader .site-info-container {
  margin-top: -20px;
}

.ie11 .has-hero-treatment #fsHeader .search-button-container {
  margin-top: -30px;
}

.ie11 .has-hero-treatment #fsHeader > footer .fsElementFooterContent a {
  padding-top: 3px;
}

@media (min-width: 600px) {
  .ie11 .has-hero-treatment #fsHeader .site-info-container {
    margin-top: -50px;
  }

  .ie11 .has-hero-treatment #fsHeader .search-button-container {
    margin-top: -40px;
    margin-right: -110px;
  }
}

.obituaries-page #fsHeader::before,
.portal-page #fsHeader::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 52, 61, 0.7)), color-stop(40%, transparent), color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(45, 52, 61, 0.7) 0%, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

.home #fsHeader::before {
  height: calc(100% - 4px);
}

.home #fsHeader .header-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 10px;
}

@media (min-width: 600px) {
  .home #fsHeader .header-top {
    padding-left: 20px;
  }
}

@media (min-width: 1320px) {
  .home #fsHeader .header-top {
    /*width: 100%; margin-left: calc((100% - 1320px) / 2); */
    margin-top: 1rem;
    max-width: none;
    margin-left: 0;
    width: auto;
    right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.show-long-video #fsHeader::before {
  opacity: 0;
}

#fsHeader .header-top {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  max-width: 82.5rem;
}

#fsHeader .header-top > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@-webkit-keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.skip-link {
  margin: 0;
}

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

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

body:not(.fsComposeMode) .arrange-visit {
  margin: 0;
  opacity: 1;
  position: fixed;
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  -webkit-transform: rotate(0deg) translate3d(-50%, 0, 0);
          transform: rotate(0deg) translate3d(-50%, 0, 0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  height: 3.75rem;
  z-index: 12;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .arrange-visit {
    top: calc(100vh - 50%);
    bottom: auto;
    right: -4rem;
    left: auto;
    -webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
            transform: rotate(-90deg) translate3d(0, 0, 0);
    width: auto;
    height: auto;
  }
}

body:not(.fsComposeMode) .arrange-visit > .fsElementContent a {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 0.8125rem;
  background-color: #EAA9B0;
  padding: 1.5625rem 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .arrange-visit > .fsElementContent a {
    display: block;
    text-align: center;
  }
}

body:not(.fsComposeMode) .arrange-visit > .fsElementContent a:focus,
body:not(.fsComposeMode) .arrange-visit > .fsElementContent a:hover {
  background-color: #831530;
  color: white;
}

body:not(.fsComposeMode).show-long-video .arrange-visit {
  opacity: 0;
  -webkit-transform: rotate(-90deg) translate3d(0, 200%, 0);
          transform: rotate(-90deg) translate3d(0, 200%, 0);
}

.site-info-container {
  max-width: 10rem;
  margin-bottom: 0;
  padding: 0;
  opacity: 1;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 1.2s ease;
  transition: opacity 0.3s, -webkit-transform 1.2s ease;
  transition: transform 1.2s ease, opacity 0.3s;
  transition: transform 1.2s ease, opacity 0.3s, -webkit-transform 1.2s ease;
}

@media (min-width: 600px) {
  .site-info-container {
    max-width: none;
    width: 19.375rem;
  }
}

.burger-is-sticky .site-info-container {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.site-info-container a {
  display: block;
  padding: 0.625rem 0 0.1875rem;
  color: transparent;
}

@media (min-width: 600px) {
  .site-info-container a {
    padding: 1.5rem 0 1.1875rem;
  }

  .has-hero-treatment .site-info-container a {
    padding: 0.75rem 0 1rem;
  }
}

.site-info-container a:hover {
  color: transparent;
}

.site-info-container #charterhouse-logo {
  width: 100%;
  height: auto;
}

.has-hero-treatment .site-info-container #charterhouse-logo,
.home .site-info-container #charterhouse-logo {
  display: none;
}

.site-info-container #charterhouse-logo #Style-Guide---R5 {
  fill: #4c4c4c;
}

#charterhouse-logo-white {
  display: none;
}

.mobile-top-container #charterhouse-logo-white,
.has-hero-treatment #charterhouse-logo-white,
.home #charterhouse-logo-white {
  display: block;
  width: 100%;
  height: auto;
}

#fsFooter {
  background-color: #353F4C;
  color: #fff;
}

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

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

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

#fsFooter a {
  border: 0;
  color: white;
  text-decoration: none;
}

#fsFooter a:focus,
#fsFooter a:hover {
  color: #e899a8;
}

#fsFooter .footer-main {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 1.875rem 0.9375rem;
}

@media (min-width: 600px) {
  #fsFooter .footer-main {
    padding: 4.6875rem 1.25rem 1.25rem;
  }
}

@media (min-width: 1300px) {
  #fsFooter .footer-main {
    padding: 4.6875rem 0 1.25rem;
  }
}

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

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

#fsFooter .footer-main-logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 3.75rem;
  text-align: center;
}

@media (min-width: 600px) {
  #fsFooter .footer-main-logo {
    margin-right: auto;
    margin-bottom: 2.5rem;
    max-width: 10.625rem;
  }
}

@media (min-width: 900px) {
  #fsFooter .footer-main-logo {
    max-width: 9.375rem;
    margin-right: 1.25rem;
  }
}

@media (min-width: 1100px) {
  #fsFooter .footer-main-logo {
    margin-right: 4.0625rem;
    max-width: 14.375rem;
  }
}

@media (min-width: 1200px) {
  #fsFooter .footer-main-logo {
    margin-right: 4.6875rem;
    max-width: 15.625rem;
  }
}

#fsFooter .address-container {
  margin-left: 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 600px) {
  #fsFooter .address-container {
    text-align: left;
  }
}

@media (min-width: 700px) {
  #fsFooter .address-container-top {
    margin-bottom: 0;
  }
}

#fsFooter .address-container-top header {
  margin-bottom: 2.875rem;
}

#fsFooter .address-container-top header .fsElementTitle {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.8125rem;
  margin-bottom: 0;
  color: white;
  position: relative;
}

#fsFooter .address-container-top header .fsElementTitle::before {
  content: '';
  background-color: #e899a8;
  width: 1.375rem;
  height: 0.1875rem;
  position: absolute;
  bottom: -1.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 600px) {
  #fsFooter .address-container-top header .fsElementTitle::before {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

#fsFooter .address-container-top > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

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

#fsFooter .address-container-bottom header {
  margin-bottom: 2.875rem;
}

#fsFooter .address-container-bottom header .fsElementTitle {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.8125rem;
  margin-bottom: 0;
  color: white;
  position: relative;
}

#fsFooter .address-container-bottom header .fsElementTitle::before {
  content: '';
  background-color: #e899a8;
  width: 1.375rem;
  height: 0.1875rem;
  position: absolute;
  bottom: -1.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 600px) {
  #fsFooter .address-container-bottom header .fsElementTitle::before {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

#fsFooter .address-container-bottom > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1300px) {
  #fsFooter .address-container-bottom > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#fsFooter .address-container-bottom > .fsElementContent .nav-social .fsNavLevel1 {
  text-align: center;
}

@media (min-width: 900px) {
  #fsFooter .address-container-bottom > .fsElementContent .nav-social .fsNavLevel1 {
    text-align: left;
  }
}

#fsFooter .school-details-container {
  padding-top: 0.625rem;
}

#fsFooter .address-container-bottom .footer-other-logos .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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 900px) {
  #fsFooter .address-container-bottom .footer-other-logos .fsElementContent {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

#fsFooter .address-container-bottom .footer-other-logos .fsElementContent .fsImage {
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
}

#fsFooter .address-container-bottom .footer-other-logos .fsElementContent .fsImage a {
  display: block;
}

#fsFooter .address-container-bottom .footer-other-logos .fsElementContent .fsImage:last-child {
  margin-right: 0;
}

#fsFooter .footer-copyright {
  margin-bottom: 0;
  text-transform: uppercase;
}

#fsFooter .footer-copyright .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  line-height: 2.5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 15.625rem;
  text-align: center;
}

@media (min-width: 600px) {
  #fsFooter .footer-copyright .fsElementContent {
    line-height: normal;
    margin-bottom: 0;
    max-width: none;
    text-align: left;
  }
}

#fsFooter .utility-container {
  background-color: #2D343D;
  margin-bottom: 0;
  padding: 1.875rem 1.25rem 3.75rem;
}

@media (min-width: 1300px) {
  #fsFooter .utility-container {
    padding: 1.875rem 0;
  }
}

#fsFooter .utility-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 0.8125rem;
}

@media (min-width: 600px) {
  #fsFooter .utility-container > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.school-details {
  font-size: 0.9375rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

.school-details [itemprop='name'] {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  color: white;
}

.school-details a {
  color: inherit;
}

/*! structure - layouts v0.0.1 */

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

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

html {
  font-family: "Open Sans", sans-serif;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 27px;
  color: #313131;
}

body::before {
  content: '';
  background-color: rgba(53, 63, 76, 0.25);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 16;
}

body.search-panel-open::before,
body.burger-is-active::before {
  display: block;
  opacity: 1;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  padding-top: 0;
  padding-bottom: 6.25rem;
  position: relative;
}

.has-hero-treatment #fsPageBodyWrapper {
  padding-top: 1.25rem;
}

@media (min-width: 600px) {
  #fsPageBodyWrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 1.875rem;
  }
}

.has-hero-treatment #fsPageBodyWrapper {
  padding-top: 0;
}

.has-hero-treatment #fsPageBodyWrapper .fsBannerRight {
  padding-top: 5rem;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  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: 2;
      -ms-flex-order: 1;
          order: 1;
  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: 80px;
    width: 304px;
    -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: 80px;
    width: 304px;
  }
}

@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: 80px;
    width: 304px;
  }
}

#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% - 404px);
  }
}

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

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

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

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

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

@media (min-width: 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: 80px;
    width: 404px;
    -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% - 304px);
  }
}

@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: 80px;
    width: 404px;
  }
}

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

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

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

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

.fsLayout > header,
.fsLayout > footer {
  width: 100%;
}

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout,
  .fsElephantLeftLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideRightLayout > header,
.fsTwoColumnWideRightLayout > footer,
.fsElephantLeftLayout > header,
.fsElephantLeftLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.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: 80px;
    width: 304px;
  }
}

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

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

.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: 80px;
    width: 404px;
  }
}

@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: 80px;
    width: 304px;
  }
}

@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: 80px;
    width: 304px;
  }
}

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

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

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

@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: 80px;
    width: 304px;
  }
}

.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 > header,
.fsTwoColumnWideLeftLayout > footer,
.fsElephantRightLayout > header,
.fsElephantRightLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.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: 80px;
    width: 404px;
  }
}

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

.no-page-title .fsTwoColumnWideLeftLayout .fsStyleOneThird {
  padding-top: 5rem;
}

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

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

.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: 80px;
    width: 304px;
  }
}

@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: 80px;
    width: 304px;
  }
}

.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: 80px;
    width: 404px;
  }
}

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

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

@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: 80px;
    width: 404px;
  }
}

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

@media (max-width: 599px) {
  #fsPoweredByFinalsite {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.75rem;
  }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

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

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

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

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px;
}

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px;
}

.fsConstituentItem > h3,
.fsConstituentItem > div {
  margin-bottom: 10px;
}

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

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

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #E6E8EB;
  margin-top: 20px;
  padding-top: 20px;
}

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

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

.fsConstituentSearchForm > label > span {
  margin-bottom: 2px;
}

.fsConstituentSearchForm > label > select,
.fsConstituentSearchForm > label > input {
  border: solid 1px #E6E8EB;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.fsConstituentSearchForm [type*='submit'] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px;
  width: 100%;
}

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

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

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

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

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

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

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

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

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

/*! elements - accordion */

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

.fsAccordion .fsPanel > header::before,
.fsTabs .fsPanel > header::before {
  content: '';
  background-color: #8E1537;
  width: 3.4375rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 20px;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.8125rem;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 13.33333px;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  font-size: 1.1875rem;
  border-bottom: 0;
  -webkit-transition: none;
  transition: none;
}

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

.fsAccordion .fsPanel > header:hover::before,
.fsTabs .fsPanel > header:hover::before {
  opacity: 1;
}

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

.fsAccordion .fsPanel > header:hover h2::after,
.fsTabs .fsPanel > header:hover h2::after,
.fsAccordion .fsPanel > header:hover h2::before,
.fsTabs .fsPanel > header:hover h2::before {
  color: white !important;
}

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

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

.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: '';
  font-style: normal;
  font-size: 1rem;
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #8E1537;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header::before,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header::before {
  opacity: 1;
}

.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: '';
  font-style: normal;
  font-size: 1rem;
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #8E1537;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fsPanelIconBefore.fsAccordion .fsPanel > header:before,
.fsPanelIconBefore.fsTabs .fsPanel > header:before {
  right: auto;
  left: 0;
}

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

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

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

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

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

.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: 27px;
  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 .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

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

.fsAthleticsEvent.fsTable .fsElementTable thead th {
  white-space: nowrap;
}

@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 .fsAthleticsVs + div {
  display: inline;
}

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

body.fsComposeMode .fsAthleticsEvent.fsTable > .fsElementContent {
  overflow-x: auto;
}

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
}

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ebebeb;
}

.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;
  min-height: 90px;
  padding-top: 0;
}

@media (min-width: 600px) {
  .fsCalendar article {
    padding-left: 80px;
  }
}

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

.fsCalendar .fsDate {
  text-align: center;
  height: 90px;
  width: 65px;
  color: #8E1537;
  background: #f7f7f7;
  margin-bottom: 1.25rem;
  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;
}

@media (min-width: 600px) {
  .fsCalendar .fsDate {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.fsCalendar .fsDate > span {
  display: block;
}

.fsCalendar .fsDate > span.fsMonth {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 0.75rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.875rem;
  margin-bottom: 0.3125rem;
}

.fsCalendar .fsDate > span.fsYear {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 0.75rem;
}

.fsCalendar .fsTitle {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4375rem;
  margin-bottom: 0.9375rem;
}

.fsCalendar .fsTitle a {
  color: #8E1537;
  font-weight: bold;
}

.fsCalendar .fsTitle a:focus,
.fsCalendar .fsTitle a:hover {
  text-decoration: none;
}

.fsCalendar .fsAllDay,
.fsCalendar .fsTimeRange {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #252B33;
  text-transform: uppercase;
  padding-left: 1.25rem;
  position: relative;
}

.fsCalendar .fsAllDay:before,
.fsCalendar .fsTimeRange:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ADB5BD;
  position: absolute;
  top: 0;
  left: 0;
}

.fsCalendar .fsLocation {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #252B33;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
}

.fsCalendar .fsLocation:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ADB5BD;
  position: absolute;
  top: 0;
  left: 0;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-style: 0.875rem;
  line-height: 1.25rem;
  color: #707070;
  padding-left: 1.25rem;
}

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

.fsCalendar .fsCalendarEventLink {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4375rem;
  border-bottom: 0;
  color: #8E1537;
  text-decoration: none;
}

.fsCalendar .fsCalendarEventLink:focus,
.fsCalendar .fsCalendarEventLink:hover {
  border-bottom: 1px solid #8E1537;
}

/*! _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 */

.fsCalendar.fsGrid .fsCalendarDayView {
  margin-top: 20px;
}

.fsCalendar.fsGrid .fsCalendarDayView .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

.fsCalendar.fsGrid .fsCalendarEventTitle {
  font-weight: bold;
}

.fsCalendarEventGrid .fsCalendarRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(142, 21, 55, 0.1);
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
  background-color: #f7f7f7;
}

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #E6E8EB;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #313131;
}

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

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

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

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

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

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    position: relative;
  }
}

.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;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

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

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

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

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

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

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

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

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    border-right: solid 1px #E6E8EB;
    -webkit-box-shadow: 0 1px 0 0 #E6E8EB;
            box-shadow: 0 1px 0 0 #E6E8EB;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
    border-bottom: solid 1px #E6E8EB;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    cursor: pointer;
    min-height: 44px;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: solid 1px #E6E8EB;
    border-top: 1px solid #E6E8EB;
    color: #313131;
    background: #F4F4F4;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #F4F4F4;
    background: #8E1537;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #F4F4F4;
    background: #8E1537;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 14px;
    padding-bottom: calc(50% - 14px / 2);
    padding-top: calc(50% - 14px / 2);
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: #8E1537;
    color: #F4F4F4;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after,
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info .fsCalendarDate:after {
    content: '\25CF';
    font-size: 10px;
    display: block;
    line-height: .5;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 22px;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    -webkit-box-shadow: inset 0 -1px 0 0 #E6E8EB;
            box-shadow: inset 0 -1px 0 0 #E6E8EB;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate {
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
    padding-bottom: calc(25% - 14px / 2);
    padding-top: calc(25% - 14px / 2);
    -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
            transform: scale(0.875);
    margin-bottom: 3px;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    color: #F4F4F4;
    background: #484848;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
    background: inherit;
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f7f7f7;
    color: #707070;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
}

#event-view {
  padding: 0 20px;
  margin: 20px 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox > div:first-child {
  padding-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  margin-bottom: 5px;
}

.fsCalendarDayView:not(.fsStateHidden) + .fsCalendarEventGrid + #event-view {
  display: none;
}

@media (min-width: 900px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

.scroll-up span {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #E6E8EB;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
}

.scroll-up span em {
  display: block;
  font-style: normal;
}

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

@media (min-width: 900px) {
  .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: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #313131;
}

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

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

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

.fsComposerFormEmbed form .linkLike:hover {
  color: #8E1537;
}

.fsComposerFormEmbed form .required {
  color: #8E1537;
}

.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: #8E1537;
  -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: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  background: #8E1537;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #353F4C;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #242424;
}

:-moz-placeholder {
  color: #242424;
  opacity: 1;
}

::-moz-placeholder {
  color: #242424;
  opacity: 1;
}

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

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

.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 {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  background: #E6E8EB;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

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

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

@media (min-width: 1000px) {
  .fsPostElement.fsThumbnailAlignLeft article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsPostElement.fsThumbnailAlignLeft article .fsThumbnail {
  float: none;
  max-width: 100%;
}

@media (min-width: 1000px) {
  .fsPostElement.fsThumbnailAlignLeft article .fsThumbnail {
    width: 38%;
  }
}

.fsPostElement.fsThumbnailAlignLeft article .post-content {
  width: 100%;
}

@media (min-width: 1000px) {
  .fsPostElement.fsThumbnailAlignLeft article .post-content {
    width: 58%;
  }
}

.fsPostElement.fsThumbnailAlignRight article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 1000px) {
  .fsPostElement.fsThumbnailAlignRight article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse wrap;
            flex-flow: row-reverse wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsPostElement.fsThumbnailAlignRight article .fsThumbnail {
  float: none;
  max-width: 100%;
}

@media (min-width: 1000px) {
  .fsPostElement.fsThumbnailAlignRight article .fsThumbnail {
    max-width: 38%;
  }
}

.fsPostElement.fsThumbnailAlignRight article .post-content {
  max-width: 100%;
}

@media (min-width: 1000px) {
  .fsPostElement.fsThumbnailAlignRight article .post-content {
    max-width: 58%;
  }
}

.fsPostElement > .fsElementContent {
  text-align: center;
}

.fsPostElement > .fsElementContent article {
  border-bottom: 1px solid #DCE0E9;
  padding-bottom: 1.25rem;
  text-align: left;
}

.fsPostElement > .fsElementContent article:last-child {
  border-bottom: 0;
}

.fsPostElement .fsThumbnail {
  border: 0;
}

.fsPostElement .fsTitle {
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
}

.fsPostElement .fsTitle a {
  font-weight: 600;
  border-bottom: 0;
  color: #8E1537;
  text-decoration: none;
}

.fsPostElement .fsTitle a:focus,
.fsPostElement .fsTitle a:hover {
  border-bottom: 1px solid #8E1537;
}

.fsPostElement .fsAuthor {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  display: block;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.fsPostElement .fsDateTime {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  display: block;
  margin-bottom: 0.9375rem;
}

.fsPostElement .fsSummary {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  margin-bottom: 0.9375rem;
}

.fsPostElement .fsCategories {
  margin: 0 0 0.9375rem 0;
}

.fsPostElement .fsCategories .fsCategory {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 0.875rem;
  background-color: #f7f7f7;
  border: 0;
  margin-right: 0.375rem;
  padding: 0.25rem 0.625rem;
}

.fsPostElement .fsTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.9375rem;
}

.fsPostElement .fsTags .fsTag {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.0625rem;
  background-color: white;
  border: 1px solid #DCE0E9;
}

.fsPostElement .fsReadMoreLink {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4375rem;
  border-bottom: 0;
  color: #8E1537;
  text-decoration: none;
}

.fsPostElement .fsReadMoreLink:focus,
.fsPostElement .fsReadMoreLink:hover {
  border-bottom: 1px solid #8E1537;
}

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

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

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

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

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

.fsResourceElement.fsGrid figure {
  margin-bottom: 0;
}

.fsResourceElement.fsGrid.thumbnail-gallery .fsListItems .resource-link-wrapper {
  height: auto;
  position: relative;
  float: left;
  width: 100%;
}

.fsResourceElement.fsGrid.thumbnail-gallery .fsListItems .resource-link-wrapper:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.fsResourceElement.fsGrid.thumbnail-gallery .fsListItems .resource-link-wrapper .fsResourceLink {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  border: none;
}

.fsResourceElement.fsGrid.thumbnail-gallery .fsListItems .resource-link-wrapper .fsResourceLink img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.fsResourceElement.fsGrid.thumbnail-gallery .fsListItems figcaption {
  float: left;
  margin-top: 0;
  padding-top: 10px;
  clear: both;
}

.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 */

.fsResourceElement.fsDialog .slick-slider article {
  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;
}

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

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchElement.fsList li.fsListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ebebeb;
}

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

body.fsComposeMode .search-slideout {
  display: none;
}

.search-slideout {
  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);
  background-color: rgba(53, 63, 76, 0.95);
  height: 100vh;
  width: 100%;
  margin: 0;
  max-width: 37.5rem;
  padding: 0.625rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

@media (min-width: 600px) {
  .search-slideout {
    max-width: 28.75rem;
    padding: 1.25rem 3.125rem 3.75rem;
  }
}

.search-panel-open .search-slideout {
  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);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.search-slideout .close-search-panel-button-container {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

@media (min-width: 600px) {
  .search-slideout .close-search-panel-button-container {
    left: -3.75rem;
  }
}

.search-slideout .close-search-panel-button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  background-color: #8E1537;
  font-size: 0;
  color: transparent;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-slideout .close-search-panel-button:focus,
.search-slideout .close-search-panel-button:hover {
  background-color: #620e26;
}

.search-slideout .close-search-panel-button::after,
.search-slideout .close-search-panel-button::before {
  content: '';
  background-color: white;
  width: 25px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.search-slideout .close-search-panel-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 600px) {
  .search-slideout .site-info-container {
    display: none;
  }
}

.search-slideout .site-info-container #charterhouse-logo-white {
  display: block;
  width: 100%;
  height: auto;
}

.fsSearchElement.site-search {
  margin-right: 1.25rem;
  margin-bottom: 3.75rem;
  margin-left: 1.25rem;
}

@media (min-width: 600px) {
  .fsSearchElement.site-search {
    margin-right: 0;
    margin-left: 0;
  }
}

.fsSearchElement.site-search form {
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 600px) {
  .fsSearchElement.site-search form {
    max-width: 21.875rem;
  }
}

.fsSearchElement.site-search .fsFieldLabel {
  font-size: 0;
  color: transparent;
}

.fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  padding: 0.9375rem 1.25rem;
}

.fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: white;
}

.fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField::-moz-placeholder {
  font-size: 0.875rem;
  color: white;
}

.fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField::-ms-input-placeholder {
  font-size: 0.875rem;
  color: white;
}

.fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField::placeholder {
  font-size: 0.875rem;
  color: white;
}

@media (min-width: 600px) {
  .fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField::-moz-placeholder {
    font-size: 1rem;
  }
  .fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField::-ms-input-placeholder {
    font-size: 1rem;
  }
  .fsSearchElement.site-search .fsSearchElementKeyword .fsStyleSearchField::placeholder {
    font-size: 1rem;
  }
}

.fsSearchElement.site-search .fsSearchElementSearchButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
}

.fsSearchElement.site-search .fsSearchElementSearchButton::before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.25rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4.375rem;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-top-container .search-button-container {
  margin-right: 4.0625rem;
}

@media (min-width: 600px) {
  .search-button-container {
    margin-top: 0.5rem;
    margin-top: 0;
    margin-right: 10.875rem;
    margin-left: auto;
  }

  .home .search-button-container {
    margin-top: -0.125rem;
    margin-right: 10.875rem;
  }
}

@media (min-width: 1340px) {
  .search-button-container {
    margin-right: 10rem;
  }

  .home .search-button-container {
    margin-right: 10rem;
  }
}

.burger-is-sticky .search-button-container {
  opacity: 0;
}

.desktop-fsMenu .search-button-container {
  margin-right: 9.6875rem;
  opacity: 1;
}

.search-btn-open-close,
.search-btn-open {
  background-color: transparent;
  border: 0;
  font-size: 0;
  color: transparent;
  position: relative;
  width: 2.5rem;
  height: 3.75rem;
  cursor: pointer;
}

.desktop-fsMenu .search-btn-open-close,
.desktop-fsMenu .search-btn-open {
  height: 2.5rem;
}

.search-btn-open-close::before,
.search-btn-open::before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.25rem;
  color: #8E1537;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 600px) {
  .search-btn-open-close::before,
  .search-btn-open::before {
    font-size: 1.375rem;
  }
}

.mobile-top-container .search-btn-open-close::before,
.desktop-fsMenu .search-btn-open-close::before,
.mobile-top-container .search-btn-open::before,
.desktop-fsMenu .search-btn-open::before {
  color: white;
}

.search-btn-open-close:focus::before,
.search-btn-open-close:hover::before,
.search-btn-open:focus::before,
.search-btn-open:hover::before {
  color: #e899a8;
}

.has-hero-treatment .search-btn-open::before,
.home .search-btn-open::before {
  color: white;
}

.has-hero-treatment .search-btn-open:focus::before,
.has-hero-treatment .search-btn-open:hover::before,
.home .search-btn-open:focus::before,
.home .search-btn-open:hover::before {
  color: #e899a8;
}

/*! elements - social main */

/*! 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 #ebebeb;
  -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 #ebebeb;
  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 {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #E6E8EB;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ebebeb;
  -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 #ebebeb;
  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 {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 13px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #8E1537;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #E6E8EB;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  margin-right: 10px;
  position: relative;
}

.fsTabs .fsTabsNav li::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 18px 0 18px;
  border-color: #8E1537 transparent transparent transparent;
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #8E1537;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 20px;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.8125rem;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 13.33333px;
  color: #8E1537;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 1.1875rem;
  background: #f7f7f7;
  border-bottom: 0;
  color: #8E1537;
}

.fsTabs .fsTabsNav li a:hover {
  background: #ebebeb;
  color: #8E1537;
}

.fsTabs .fsTabsNav li.fsStateSelected::before {
  opacity: 1;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #8E1537;
  color: white;
}

.fsTabs .fsPanel .fsElementContent {
  padding: 0.625rem 0;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

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

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

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

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #242424;
  color: #F4F4F4;
}

.fsLegend .fsElementControls label input + span {
  color: #242424;
  background: #ebebeb;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 324px;
}

.fsMiniGrid .fsCalendarEventGrid .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: #ebebeb;
  color: #484848;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #8E1537 !important;
  color: #F4F4F4 !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
  padding-bottom: 12px;
  background: #ebebeb;
  color: #484848;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
  content: '\25CF';
  font-size: 8px;
  display: block;
  line-height: .5;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #f7f7f7;
  color: #707070;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background: #8E1537;
  color: #F4F4F4;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #F4F4F4;
  background-color: #242424;
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

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

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #8E1537;
}

/*! pages - home v0.0.1 */

@-webkit-keyframes extending {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes extending {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text,
body:not(.fsComposeMode).home .experience-main-text,
body:not(.fsComposeMode).home .pop-slide-right,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 43%;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > div,
body:not(.fsComposeMode).home .experience-main-text > div,
body:not(.fsComposeMode).home .pop-slide-right > div,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > div,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > div,
body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text header,
body:not(.fsComposeMode).home .experience-main-text header,
body:not(.fsComposeMode).home .pop-slide-right header,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content header,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text header,
body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text footer,
body:not(.fsComposeMode).home .experience-main-text footer,
body:not(.fsComposeMode).home .pop-slide-right footer,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content footer,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text footer {
  width: 100%;
  max-width: 25.625rem;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > header,
body:not(.fsComposeMode).home .experience-main-text > header,
body:not(.fsComposeMode).home .pop-slide-right > header,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > header,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > header {
  margin-bottom: 3.125rem;
  position: relative;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > header::after,
body:not(.fsComposeMode).home .experience-main-text > header::after,
body:not(.fsComposeMode).home .pop-slide-right > header::after,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > header::after,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > header::after {
  content: '';
  width: 2.5rem;
  height: 0.125rem;
  background-color: #707070;
  position: absolute;
  bottom: -1.5625rem;
  left: 0;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > header .fsElementTitle,
body:not(.fsComposeMode).home .experience-main-text > header .fsElementTitle,
body:not(.fsComposeMode).home .pop-slide-right > header .fsElementTitle,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > header .fsElementTitle,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > header .fsElementTitle {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 0.8125rem;
  color: #707070;
  text-transform: uppercase;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > header .fsElementHeaderContent,
body:not(.fsComposeMode).home .experience-main-text > header .fsElementHeaderContent,
body:not(.fsComposeMode).home .pop-slide-right > header .fsElementHeaderContent,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > header .fsElementHeaderContent,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > header .fsElementHeaderContent {
  font-family: "Raleway", sans-serif;
  font-size: 3.4375rem;
  font-weight: 300;
  line-height: 4.375rem;
  color: #8E1537;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > .fsElementContent,
body:not(.fsComposeMode).home .experience-main-text > .fsElementContent,
body:not(.fsComposeMode).home .pop-slide-right > .fsElementContent,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > .fsElementContent,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > .fsElementContent {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6875rem;
  color: #707070;
  margin-bottom: 0.9375rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > .fsElementContent,
  body:not(.fsComposeMode).home .experience-main-text > .fsElementContent,
  body:not(.fsComposeMode).home .pop-slide-right > .fsElementContent,
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > .fsElementContent,
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > .fsElementContent {
    font-size: 1rem;
    margin-bottom: 1.875rem;
  }
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer a,
body:not(.fsComposeMode).home .experience-main-text > footer a,
body:not(.fsComposeMode).home .pop-slide-right > footer a,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > footer a,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > footer a {
  font-family: "Raleway", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  color: #707070;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 5rem;
  padding-bottom: 4px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer a,
  body:not(.fsComposeMode).home .experience-main-text > footer a,
  body:not(.fsComposeMode).home .pop-slide-right > footer a,
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > footer a,
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > footer a {
    font-size: 1.1875rem;
  }
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer a em,
body:not(.fsComposeMode).home .experience-main-text > footer a em,
body:not(.fsComposeMode).home .pop-slide-right > footer a em,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > footer a em,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > footer a em {
  font-style: italic;
  font-weight: bold;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer a:focus,
body:not(.fsComposeMode).home .experience-main-text > footer a:focus,
body:not(.fsComposeMode).home .pop-slide-right > footer a:focus,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > footer a:focus,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > footer a:focus,
body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer a:hover,
body:not(.fsComposeMode).home .experience-main-text > footer a:hover,
body:not(.fsComposeMode).home .pop-slide-right > footer a:hover,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > footer a:hover,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > footer a:hover {
  color: #8E1537;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer a:focus::after,
body:not(.fsComposeMode).home .experience-main-text > footer a:focus::after,
body:not(.fsComposeMode).home .pop-slide-right > footer a:focus::after,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > footer a:focus::after,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > footer a:focus::after,
body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer a:hover::after,
body:not(.fsComposeMode).home .experience-main-text > footer a:hover::after,
body:not(.fsComposeMode).home .pop-slide-right > footer a:hover::after,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > footer a:hover::after,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > footer a:hover::after {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer a::after,
body:not(.fsComposeMode).home .experience-main-text > footer a::after,
body:not(.fsComposeMode).home .pop-slide-right > footer a::after,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > footer a::after,
body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > footer a::after {
  content: '';
  background-image: url(images/red-swap-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  height: 2rem;
  width: 4.375rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body:not(.fsComposeMode).home .announcements > header .fsElementHeaderContent .slick-arrow,
body:not(.fsComposeMode).home .experience-slideshow .slick-arrow,
body:not(.fsComposeMode).home .slick-popup-text .slick-arrow,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer .slick-arrow,
body:not(.fsComposeMode).home .highlights-slideshow .slick-arrow,
body:not(.fsComposeMode) .portal-announcements-arrows .slick-arrow,
body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .slick-arrow,
body:not(.fsComposeMode).house-page .houses-quicklink-container > header .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: 1px solid #9FA2A3;
  border-radius: 50%;
  width: 3.3125rem;
  height: 3.3125rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body:not(.fsComposeMode).home .announcements > header .fsElementHeaderContent .slick-arrow:focus,
body:not(.fsComposeMode).home .experience-slideshow .slick-arrow:focus,
body:not(.fsComposeMode).home .slick-popup-text .slick-arrow:focus,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer .slick-arrow:focus,
body:not(.fsComposeMode).home .highlights-slideshow .slick-arrow:focus,
body:not(.fsComposeMode) .portal-announcements-arrows .slick-arrow:focus,
body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .slick-arrow:focus,
body:not(.fsComposeMode).house-page .houses-quicklink-container > header .slick-arrow:focus,
body:not(.fsComposeMode).home .announcements > header .fsElementHeaderContent .slick-arrow:hover,
body:not(.fsComposeMode).home .experience-slideshow .slick-arrow:hover,
body:not(.fsComposeMode).home .slick-popup-text .slick-arrow:hover,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer .slick-arrow:hover,
body:not(.fsComposeMode).home .highlights-slideshow .slick-arrow:hover,
body:not(.fsComposeMode) .portal-announcements-arrows .slick-arrow:hover,
body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .slick-arrow:hover,
body:not(.fsComposeMode).house-page .houses-quicklink-container > header .slick-arrow:hover {
  background-color: #EBA3B1;
  border: 1px solid #e899a8;
}

body:not(.fsComposeMode).home .announcements > header .fsElementHeaderContent .slick-arrow::before,
body:not(.fsComposeMode).home .experience-slideshow .slick-arrow::before,
body:not(.fsComposeMode).home .slick-popup-text .slick-arrow::before,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer .slick-arrow::before,
body:not(.fsComposeMode).home .highlights-slideshow .slick-arrow::before,
body:not(.fsComposeMode) .portal-announcements-arrows .slick-arrow::before,
body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .slick-arrow::before,
body:not(.fsComposeMode).house-page .houses-quicklink-container > header .slick-arrow::before {
  content: '';
  font-size: 1rem;
  color: #8E1537;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.fsComposeMode).home .announcements > header .fsElementHeaderContent .slick-prev::before,
body:not(.fsComposeMode).home .experience-slideshow .slick-prev::before,
body:not(.fsComposeMode).home .slick-popup-text .slick-prev::before,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer .slick-prev::before,
body:not(.fsComposeMode).home .highlights-slideshow .slick-prev::before,
body:not(.fsComposeMode) .portal-announcements-arrows .slick-prev::before,
body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .slick-prev::before,
body:not(.fsComposeMode).house-page .houses-quicklink-container > header .slick-prev::before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode).home .announcements > header .fsElementHeaderContent .slick-next::before,
body:not(.fsComposeMode).home .experience-slideshow .slick-next::before,
body:not(.fsComposeMode).home .slick-popup-text .slick-next::before,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer .slick-next::before,
body:not(.fsComposeMode).home .highlights-slideshow .slick-next::before,
body:not(.fsComposeMode) .portal-announcements-arrows .slick-next::before,
body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .slick-next::before,
body:not(.fsComposeMode).house-page .houses-quicklink-container > header .slick-next::before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode).home #fsPageBodyWrapper {
  padding: 0;
}

body:not(.fsComposeMode).home #fsPageBody {
  max-width: 100%;
}

body:not(.fsComposeMode).home #fsPageContent .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home a {
  border-bottom: 0;
}

body:not(.fsComposeMode).home .fsPageTitle {
  font-size: 0;
  line-height: 0;
  margin: 0;
  color: transparent;
}

body:not(.fsComposeMode).home .announcements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 6.25rem;
  padding: 0 0.625rem;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements {
    padding: 0 0 0 0.625rem;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .announcements .slick-arrow {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    border: 1px solid #9FA2A3;
    border-radius: 50%;
    width: 3.3125rem;
    height: 3.3125rem;
    position: relative;
    cursor: pointer;
    position: absolute;
    bottom: -4.375rem;
    left: 50%;
  }

  body:not(.fsComposeMode).home .announcements .slick-arrow::before {
    content: '';
    font-size: 1rem;
    color: #8E1537;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  body:not(.fsComposeMode).home .announcements .slick-prev {
    left: calc(50% - 56px);
  }

  body:not(.fsComposeMode).home .announcements .slick-prev::before {
    content: "\E90F";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }

  body:not(.fsComposeMode).home .announcements .slick-next {
    left: calc(50% + 3px);
  }

  body:not(.fsComposeMode).home .announcements .slick-next::before {
    content: "\E908";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

body:not(.fsComposeMode).home .announcements > header {
  margin-bottom: -4.375rem;
  padding-top: 2.5625rem;
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 1;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements > header {
    padding: 4.0625rem 1.875rem 0 1.875rem;
    text-align: left;
    width: 44%;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .announcements > header {
    width: 100%;
  }
}

body:not(.fsComposeMode).home .announcements > header .fsElementTitle {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  font-weight: 800;
  letter-spacing: 3px;
  color: #707070;
  text-transform: uppercase;
  margin-left: 1.875rem;
  position: relative;
  padding-left: 2.5rem;
}

body:not(.fsComposeMode).home .announcements > header .fsElementTitle::before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements > header .fsElementTitle {
    font-family: "Raleway", sans-serif;
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 4.375rem;
    color: #8E1537;
    margin-bottom: 2.5rem;
    margin-left: 0;
    padding-left: 0;
    text-transform: none;
  }

  body:not(.fsComposeMode).home .announcements > header .fsElementTitle::before {
    display: none;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .announcements > header .fsElementTitle {
    font-size: 2.5rem;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .announcements > header .fsElementTitle {
    font-size: 2.8125rem;
  }
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode).home .announcements > header .fsElementTitle {
    font-size: 3.4375rem;
  }
}

body:not(.fsComposeMode).home .announcements > header .fsElementHeaderContent {
  display: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements > header .fsElementHeaderContent {
    display: block;
  }
}

body:not(.fsComposeMode).home .announcements > header .fsElementHeaderContent p {
  display: none;
}

body:not(.fsComposeMode).home .announcements > .fsElementContent {
  width: 100%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements > .fsElementContent {
    width: 65%;
  }
}

body:not(.fsComposeMode).home .announcements .slick-slider {
  height: 100%;
}

body:not(.fsComposeMode).home .announcements .slick-list {
  height: 100%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements .slick-list {
    padding: 0 10% 0 0;
  }
}

body:not(.fsComposeMode).home .announcements .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide {
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: auto;
  margin-bottom: 0;
  padding: 4.375rem 1.875rem 2.5rem;
  border: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide {
    background-color: white;
    padding: 2.5rem 3.125rem;
  }
}

body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide:nth-child(odd) {
  background-color: #F4F4F4;
}

body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsTitle {
  font-family: "Raleway", sans-serif;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  color: #8E1537;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsTitle {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsSummary {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6875rem;
  color: #707070;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsSummary {
    font-size: 1rem;
  }
}

body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsBody {
  margin-top: auto;
}

body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsBody a {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 19px;
  color: #464646;
  text-decoration: none;
  padding: 4px 60px 4px 0;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsBody a {
    font-size: 1rem;
  }
}

body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsBody a:focus,
body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsBody a:hover {
  color: #8E1537;
}

body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsBody a:focus::before,
body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsBody a:hover::before {
  -webkit-transform: translateY(-50%) scaleX(1.2);
      -ms-transform: translateY(-50%) scaleX(1.2);
          transform: translateY(-50%) scaleX(1.2);
}

body:not(.fsComposeMode).home .announcements .slick-list .slick-track .slick-slide .fsBody a::before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.625rem;
  color: #8E1537;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scaleX(1);
      -ms-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.fsComposeMode).home .welcome-container {
  margin-bottom: 2.1875rem;
  width: 100%;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .welcome-container {
    margin-bottom: 7.1875rem;
  }
}

body:not(.fsComposeMode).home .welcome-container div {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .welcome-container > header {
  display: none;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container {
  width: calc(100% - 40px);
  margin: 0 1.25rem 1.25rem;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container {
    width: 57%;
  }
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container > .fsElementContent {
  position: relative;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container > .fsElementContent .custom-image {
  background-position: 60% 50%;
  background-size: 125%;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container > .fsElementContent .custom-image figure {
  margin: 0;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container > .fsElementContent .custom-image img {
  opacity: 0;
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container > .fsElementContent .custom-figcaption {
  font-family: "Amasis MT W01 Regular", "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  background-color: white;
  border-top: 4px solid #8E1537;
  color: #8E1537;
  padding: 0.625rem 1.25rem 0.625rem 0;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container > .fsElementContent .custom-figcaption {
    font-size: 1.375rem;
    line-height: 2rem;
    max-width: 100%;
    padding: 2.5rem 2.5rem 0 10%;
    position: relative;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container > .fsElementContent .custom-figcaption {
    max-width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-left-container > .fsElementContent .custom-figcaption {
    max-width: 48%;
  }
}

body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text {
  max-width: 100%;
  padding: 0 1.25rem;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 43%;
    padding: 0;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > header {
    max-width: none;
  }

  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > header .fsElementHeaderContent {
    font-size: 2.3125rem;
    line-height: 2.9375rem;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > .fsElementContent {
    max-width: none;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer {
    max-width: none;
  }

  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer .fsElementFooterContent a {
    display: inline-block;
    padding-right: 5.625rem;
  }

  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer .fsElementFooterContent a::after {
    top: 10px;
  }

  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer .fsElementFooterContent a em {
    display: block;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .welcome-container > .fsElementContent .welcome-text > footer a {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
  }
}

body:not(.fsComposeMode).home .home-distinctions {
  margin-bottom: 0;
  position: relative;
}

body:not(.fsComposeMode).home .home-distinctions > header {
  display: none;
}

body:not(.fsComposeMode).home .home-discover-images {
  margin-bottom: 0;
  position: relative;
}

body:not(.fsComposeMode).home .home-discover-images::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body:not(.fsComposeMode).home .home-discover-images .background-coloured {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .home-discover-images .background-coloured .fsResourceTypeImage figure {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .home-discover-images .background-coloured .fsResourceTypeImage img {
  display: inline-block;
  width: auto;
  height: 100%;
  max-height: 25.875rem;
  opacity: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .home-discover-images .background-coloured .fsResourceTypeImage img {
    width: 100%;
    height: 100%;
    max-height: none;
    max-height: 45.25rem;
  }
}

body:not(.fsComposeMode).home .home-discover-images .background-grey {
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-size: cover;
  background-size: auto 100%;
  height: 100%;
  margin-bottom: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .home-discover-images .background-grey {
    background-position: 0 0;
    max-width: 60%;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .home-discover-images .background-grey {
    background-size: 200% auto;
    max-width: 50%;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .home-discover-images .background-grey {
    background-position: 0 0;
    background-size: 229% 100%;
    max-width: 44%;
  }
}

body:not(.fsComposeMode).home .home-discover-images .background-grey .fsResourceTypeImage figure {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .home-discover-images .background-grey .fsResourceTypeImage img {
  width: auto;
  height: 100%;
  max-height: 25.875rem;
  opacity: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .home-discover-images .background-grey .fsResourceTypeImage img {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}

body:not(.fsComposeMode).home .discover-slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding-top: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .discover-slideshow {
    width: 60%;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .discover-slideshow {
    width: 50%;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .discover-slideshow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44%;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .discover-slideshow {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 3.125rem;
  }
}

@media (min-width: 1260px) {
  body:not(.fsComposeMode).home .discover-slideshow {
    padding-top: 4rem;
  }
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode).home .discover-slideshow {
    padding-top: 2.625rem;
  }
}

@media (min-width: 1350px) {
  body:not(.fsComposeMode).home .discover-slideshow {
    padding-top: 3.75rem;
  }
}

@media (min-width: 1400px) {
  body:not(.fsComposeMode).home .discover-slideshow {
    padding-top: 4.375rem;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .discover-slideshow > header {
    margin-top: -3rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .discover-slideshow > header {
    margin-top: 0;
  }
}

body:not(.fsComposeMode).home .discover-slideshow > header .fsElementTitle {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.6875rem;
  color: white;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .discover-slideshow > header .fsElementTitle {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .discover-slideshow > header .fsElementTitle {
    margin-bottom: 1.875rem;
  }
}

body:not(.fsComposeMode).home .discover-slideshow > .fsElementContent {
  border-top: 4px solid #EBA3B1;
  border-bottom: 4px solid #EBA3B1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
  max-width: 15.625rem;
  text-align: center;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .discover-slideshow > .fsElementContent {
    max-width: 17.8125rem;
  }
}

body:not(.fsComposeMode).home .discover-slideshow .slick-slider {
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-list {
  height: 100%;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-list .slick-track {
  height: 100%;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-bottom: 0;
  padding: 1.25rem 0 2.5rem;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-slide > header .fsElementTitle {
  font-family: "Amasis MT W01 Light", "Times New Roman", Times, serif;
  font-size: 148px;
  font-weight: 300;
  line-height: 1;
  color: white;
  margin-bottom: 0;
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode).home .discover-slideshow .slick-slide > header .fsElementTitle {
    font-size: 14.375rem;
    line-height: 0.93;
  }
}

body:not(.fsComposeMode).home .discover-slideshow .slick-slide.three-char > header .fsElementTitle {
  font-size: 140px;
  line-height: 1.1;
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode).home .discover-slideshow .slick-slide.three-char > header .fsElementTitle {
    font-size: 11.25rem;
  }
}

body:not(.fsComposeMode).home .discover-slideshow .slick-slide.four-char > header .fsElementTitle {
  font-size: 100px;
  line-height: 1.5;
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode).home .discover-slideshow .slick-slide.four-char > header .fsElementTitle {
    font-size: 8.75rem;
  }
}

body:not(.fsComposeMode).home .discover-slideshow .slick-slide > .fsElementContent {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.0625rem;
  text-align: center;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .discover-slideshow .slick-slide > .fsElementContent {
    font-size: 1.875rem;
    line-height: 2.0625rem;
  }
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots {
  position: absolute;
  top: 45%;
  left: 1.875rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots,
body:not(.fsComposeMode).home .discover-slideshow .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots li {
  margin: 0;
  padding: 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home .discover-slideshow .slick-dots {
    top: 40%;
    left: 2.5rem;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .discover-slideshow .slick-dots {
    top: 50%;
    left: 2.5rem;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .discover-slideshow .slick-dots {
    left: 3.75rem;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .discover-slideshow .slick-dots {
    left: 5rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .discover-slideshow .slick-dots {
    top: 40%;
  }
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots li:first-child {
  margin-top: 0;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots li:last-child {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots li button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots li button:hover {
  cursor: pointer;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots li button::before {
  content: '';
  background-color: transparent;
  border: 1px solid #EBA3B1;
  border-radius: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots li.slick-active {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots li.slick-active button {
  background-color: white;
}

body:not(.fsComposeMode).home .discover-slideshow .slick-dots li.slick-active button::before {
  width: 1.75rem;
  height: 1.75rem;
  opacity: 1;
}

body:not(.fsComposeMode).home .experience-parent-container {
  background-color: white;
  margin: 0 0 0 1.25rem;
  padding: 3.75rem 0.625rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-parent-container {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 3.75rem;
    padding: 5.625rem 0 2.5rem 2.5rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .experience-parent-container {
    margin-top: -11.125rem;
    margin-top: -9rem;
    margin-left: 7.5rem;
    padding: 5.625rem 0 2.5rem 5.625rem;
  }
}

body:not(.fsComposeMode).home .experience-parent-container .fsElement {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .experience-parent-container > header {
  display: none;
}

body:not(.fsComposeMode).home .experience-parent-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .experience-parent-container > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body:not(.fsComposeMode).home .experience-main-text {
  margin-right: 4.75rem;
  max-width: 100%;
}

body:not(.fsComposeMode).home .experience-main-text > header .fsElementHeaderContent {
  font-size: 2.3125rem;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .experience-main-text > header .fsElementHeaderContent {
    font-size: 3.4375rem;
    line-height: 70px;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .experience-main-text {
    margin-right: 0;
    margin-left: -10px;
    margin-bottom: 4.375rem !important;
  }

  body:not(.fsComposeMode).home .experience-main-text > header {
    max-width: none;
  }

  body:not(.fsComposeMode).home .experience-main-text > header .fsElementHeaderContent {
    font-size: 2.3125rem;
    line-height: 2.9375rem;
    margin-bottom: 0;
  }

  body:not(.fsComposeMode).home .experience-main-text > .fsElementContent {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    margin-bottom: 0;
    max-width: none;
  }

  body:not(.fsComposeMode).home .experience-main-text > footer {
    max-width: none;
  }
}

@media (max-width: 1009px) {
  body:not(.fsComposeMode).home .experience-main-text > footer .fsElementFooterContent a {
    display: inline-block;
    padding-right: 5.625rem;
  }

  body:not(.fsComposeMode).home .experience-main-text > footer .fsElementFooterContent a::after {
    top: 10px;
  }

  body:not(.fsComposeMode).home .experience-main-text > footer .fsElementFooterContent a em {
    display: block;
  }
}

body:not(.fsComposeMode).home .experience-slideshow {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: 112%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-slideshow {
    width: 100%;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .experience-slideshow {
    width: 62%;
  }

  .ie11 body:not(.fsComposeMode).home .experience-slideshow {
    width: 100%;
  }
}

body:not(.fsComposeMode).home .experience-slideshow > header {
  display: none;
}

body:not(.fsComposeMode).home .experience-slideshow > footer {
  font-family: "Amasis MT W01 Regular", "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #8E1537;
  width: 50%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-slideshow > footer {
    font-size: 1.375rem;
    line-height: 2rem;
    width: 100%;
  }
}

body:not(.fsComposeMode).home .experience-slideshow > footer .fsElementFooterContent {
  max-width: 100%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-slideshow > footer .fsElementFooterContent {
    max-width: 50%;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .experience-slideshow > footer .fsElementFooterContent {
    max-width: 100%;
  }
}

body:not(.fsComposeMode).home .experience-slideshow .quick-link .fsElementTitle {
  display: none;
}

body:not(.fsComposeMode).home .experience-slideshow .slick-slider .slick-list {
  margin: 0 -9px;
  padding: 0 20% 0 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-slider .slick-list {
    padding: 0 10% 0 0;
  }
}

body:not(.fsComposeMode).home .experience-slideshow .slick-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.fsComposeMode).home .experience-slideshow .slick-slide {
  height: auto;
  margin: 0 9px;
  max-width: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-slide {
    max-height: 26.5rem;
  }
}

@media (min-width: 1500px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-slide {
    max-height: 29.625rem;
  }
}

@media (min-width: 1600px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-slide {
    max-height: 32.75rem;
  }
}

@media (min-width: 1700px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-slide {
    max-height: 35.875rem;
  }
}

@media (min-width: 1800px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-slide {
    max-height: 39rem;
  }
}

@media (min-width: 1900px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-slide {
    max-height: 42.125rem;
  }
}

body:not(.fsComposeMode).home .experience-slideshow .slick-slide > header {
  height: 100%;
}

body:not(.fsComposeMode).home .experience-slideshow .slick-slide > header .fsElementHeaderContent {
  height: 100%;
}

body:not(.fsComposeMode).home .experience-slideshow .slick-arrow {
  position: absolute;
  bottom: -5rem;
  right: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-arrow {
    right: 8.75rem;
  }
}

body:not(.fsComposeMode).home .experience-slideshow .slick-prev {
  right: calc(33px + 58px);
}

@media (min-width: 400px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-prev {
    right: calc(70px + 58px);
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-prev {
    right: calc(14px + 58px);
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-prev {
    right: calc(52px + 58px);
  }
}

body:not(.fsComposeMode).home .experience-slideshow .slick-next {
  right: 33px;
}

@media (min-width: 400px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-next {
    right: 70px;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-next {
    right: 14px;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .experience-slideshow .slick-next {
    right: 52px;
  }
}

body:not(.fsComposeMode).home .experience-popup-slideshow {
  background-color: white;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 20;
  overflow-y: scroll;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .experience-popup-slideshow {
    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;
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
  }
}

body:not(.fsComposeMode).home .experience-popup-slideshow .popup-close {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: white;
  color: transparent;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.fsComposeMode).home .experience-popup-slideshow .popup-close:focus,
body:not(.fsComposeMode).home .experience-popup-slideshow .popup-close:hover {
  background-color: #e899a8;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-popup-slideshow .popup-close {
    width: 6.25rem;
    height: 6.25rem;
  }
}

body:not(.fsComposeMode).home .experience-popup-slideshow .popup-close::after,
body:not(.fsComposeMode).home .experience-popup-slideshow .popup-close::before {
  content: '';
  background-color: #8E1537;
  width: 1.5625rem;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

body:not(.fsComposeMode).home .experience-popup-slideshow .popup-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

body:not(.fsComposeMode).home .experience-popup-slideshow > header {
  display: none;
}

body:not(.fsComposeMode).home .experience-popup-slideshow > .fsElementContent {
  width: 100%;
  max-width: 31.25rem;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .experience-popup-slideshow > .fsElementContent {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .experience-popup-slideshow > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: hidden;
    max-width: 96%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .experience-popup-slideshow > .fsElementContent {
    max-width: 75rem;
  }
}

body:not(.fsComposeMode).home .experience-popup-slideshow > .fsElementContent > .fsElement {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .experience-popup-slideshow > .fsElementContent > .fsElement {
    height: 100vh;
    max-height: 43.75rem;
  }
}

body:not(.fsComposeMode).home .experience-popup-slideshow .slick-slider {
  position: relative;
}

body:not(.fsComposeMode).home .slick-popup-photos {
  width: 100vw;
  overflow: hidden;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .slick-popup-photos {
    width: 31.25rem;
  }
}

body:not(.fsComposeMode).home .slick-popup-photos > header {
  display: none;
}

body:not(.fsComposeMode).home .slick-popup-photos > .fsElementContent {
  height: 100%;
}

body:not(.fsComposeMode).home .slick-popup-photos article {
  height: 100%;
}

body:not(.fsComposeMode).home .slick-popup-photos figure {
  height: 100%;
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .slick-popup-photos img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
  opacity: 0;
}

body:not(.fsComposeMode).home .slick-popup-text {
  background-color: #353F4C;
  width: 100vw;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .slick-popup-text {
    width: 31.25rem;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .slick-popup-text {
    width: 100vw;
    max-width: 57%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .slick-popup-text {
    max-width: 43.75rem;
  }
}

body:not(.fsComposeMode).home .slick-popup-text > header {
  display: none;
}

body:not(.fsComposeMode).home .slick-popup-text > footer {
  width: 100%;
  max-width: 25.625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0 10px 20px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .slick-popup-text > footer {
    padding: 0;
  }
}

body:not(.fsComposeMode).home .slick-popup-text > footer a {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  color: white;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 5rem;
  padding-bottom: 4px;
  position: relative;
}

body:not(.fsComposeMode).home .slick-popup-text > footer a:focus,
body:not(.fsComposeMode).home .slick-popup-text > footer a:hover {
  color: #e899a8;
}

body:not(.fsComposeMode).home .slick-popup-text > footer a:focus::after,
body:not(.fsComposeMode).home .slick-popup-text > footer a:hover::after {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

body:not(.fsComposeMode).home .slick-popup-text > footer a em {
  font-style: italic;
  font-weight: bold;
  display: block;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .slick-popup-text > footer a em {
    display: inline;
  }
}

body:not(.fsComposeMode).home .slick-popup-text > footer a::after {
  content: '';
  background-image: url(images/white-arrow-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  height: 2rem;
  width: 4.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

body:not(.fsComposeMode).home .slick-popup-text .slick-arrow {
  background-color: white;
  position: absolute;
  bottom: -5rem;
  left: 3.75rem;
  z-index: 1;
}

body:not(.fsComposeMode).home .slick-popup-text .slick-prev {
  left: 0;
}

body:not(.fsComposeMode).home .pop-slide-left {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100vw;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .pop-slide-left {
    height: 100%;
    max-height: 43.75rem;
    max-width: 31.25rem;
  }
}

body:not(.fsComposeMode).home .pop-slide-left > header {
  display: none;
}

body:not(.fsComposeMode).home .pop-slide-left > .fsElementContent {
  height: 100%;
}

body:not(.fsComposeMode).home .pop-slide-left article {
  height: 100%;
}

body:not(.fsComposeMode).home .pop-slide-left figure {
  height: 100%;
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .pop-slide-left img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .pop-slide-left img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: auto;
  }
}

body:not(.fsComposeMode).home .pop-slide-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #353F4C;
  width: 100vw;
  margin-bottom: 0;
  padding: 1.25rem;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .pop-slide-right {
    max-width: 43.75rem;
    padding-top: 7.5rem;
  }
}

body:not(.fsComposeMode).home .pop-slide-right > header .fsElementHeaderContent {
  color: white;
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .pop-slide-right > header::after {
  background-color: white;
}

body:not(.fsComposeMode).home .pop-slide-right > .fsElementContent {
  color: white;
}

body:not(.fsComposeMode).home .pop-slide-right > footer a {
  color: white;
}

body:not(.fsComposeMode).home .pop-slide-right > footer a::after {
  background-image: url(images/white-arrow-red.svg);
}

body:not(.fsComposeMode).home .master-embrace-container {
  margin-bottom: 8.125rem;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .master-embrace-container {
    margin-bottom: 0;
  }
}

body:not(.fsComposeMode).home .master-embrace-container > header {
  display: none;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .master-embrace-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container {
  margin-bottom: 0;
  width: 100%;
}

body:not(.fsComposeMode).home .embrace-parent-container .fsElement {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .embrace-parent-container > header {
  display: none;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow {
    width: 50%;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow {
    width: 57%;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow > header {
  display: none;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow figure {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow .slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 21.25rem;
}

@media (min-width: 400px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow .slide-image {
    max-height: 27.5rem;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow .slide-image {
    max-height: 38.125rem;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow .slide-image > header {
  display: none;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .left-slideshow .slide-image img {
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow {
    padding: 0 2.5rem;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow {
    max-width: 50%;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow {
    max-width: 43%;
    padding: 0;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > header {
  display: none;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > div,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > div,
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow footer {
    max-width: 26.5625rem;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > .fsElementContent {
  padding: 2.5rem 1.25rem 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > .fsElementContent {
    padding: 3.4375rem 0 0;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slick-slide {
    padding-right: 0;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slick-slide {
    padding-right: 0;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slick-slide > header .fsElementHeaderContent {
  font-size: 2.375rem;
  line-height: 1;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slick-slide > header .fsElementHeaderContent {
    font-size: 2.9375rem;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slick-slide > .fsElementContent {
    margin-bottom: 0;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer {
  padding: 0 1.25rem;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer {
    padding: 0;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer a {
  font-family: "Raleway", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  color: #707070;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 5.625rem;
  padding-bottom: 4px;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer a {
    padding-right: 7.5rem;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer a:focus,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer a:hover {
  color: #8E1537;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer a:focus::after,
body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer a:hover::after {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer a {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    padding-right: 5rem;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer a em {
  font-style: italic;
  font-weight: bold;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer a::after {
  content: '';
  background-image: url(images/red-swap-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  height: 2rem;
  width: 4.375rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer .slick-arrow {
  position: absolute;
  bottom: -5rem;
  left: 1.25rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer .slick-arrow {
    bottom: -6.25rem;
    left: 0;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer .slick-next {
  left: 5rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow > footer .slick-next {
    left: 3.625rem;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > header {
  max-width: none;
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > header::after {
  left: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > header {
    max-width: 26.5625rem;
  }

  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > header::after {
    left: 0;
  }
}

body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > div {
  max-width: none;
  padding: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .embrace-parent-container > .fsElementContent .right-slideshow .slide-content > div {
    max-width: 26.5625rem;
    padding: 0;
  }
}

body:not(.fsComposeMode).home .our-values-svg {
  background-color: transparent;
  position: relative;
  width: 100%;
}

body:not(.fsComposeMode).home .our-values-svg > .fsElementContent {
  display: none;
}

body:not(.fsComposeMode).home .our-values-svg .svg-container {
  position: relative;
  text-align: right;
  width: 100%;
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .our-values-svg .svg-container::before {
    content: '';
    background-color: #8E1537;
    width: calc(62% / 2);
    height: 250px;
    position: absolute;
    top: 0;
    left: calc(52%/2);
    -webkit-transform: translateY(-106px);
        -ms-transform: translateY(-106px);
            transform: translateY(-106px);
  }

  body:not(.fsComposeMode).home .our-values-svg .svg-container::after {
    content: '';
    background-color: white;
    width: calc(62% / 2);
    height: 250px;
    position: absolute;
    top: 0;
    left: calc(52%/2);
    -webkit-transform: translateY(-102px);
        -ms-transform: translateY(-102px);
            transform: translateY(-102px);
  }
}

body:not(.fsComposeMode).home .our-values-svg #values-svg {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  background-color: transparent;
  margin-left: 1.25rem;
  max-height: 13.125rem;
  width: 100%;
  position: relative;
  fill: transparent;
  stroke: rgba(53, 63, 76, 0.5);
  stroke-width: 0.20;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  stroke-linecap: round;
  text-transform: uppercase;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}

.ie11 body:not(.fsComposeMode).home .our-values-svg #values-svg {
  stroke-dasharray: none;
  stroke-dashoffset: none;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .our-values-svg #values-svg {
    max-height: none;
    margin-left: 2.5rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .our-values-svg #values-svg {
    margin-left: calc(42% / 2);
    max-height: 13.125rem;
    -webkit-transform: translate(0, -94px);
        -ms-transform: translate(0, -94px);
            transform: translate(0, -94px);
    width: 83%;
  }
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode).home .our-values-svg #values-svg {
    margin-left: calc(36% / 2);
  }
}

body:not(.fsComposeMode).home .highlights-slideshow {
  margin-bottom: 1.5625rem;
  overflow: hidden;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow {
    margin-right: 6.6875rem;
    margin-bottom: 5.5rem;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow > header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1.25rem;
    padding: 0;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .highlights-slideshow > header {
    margin-bottom: 6.25rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .highlights-slideshow > header {
    margin-bottom: 4.375rem;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow > header .fsElementTitle {
  font-size: 2.3125rem;
  line-height: 2.9375rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow > header .fsElementTitle {
    font-size: 3.4375rem;
    line-height: 4.375rem;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .highlights-slideshow > header .fsElementTitle {
    margin-right: 5rem;
  }
}

@media (min-width: 1400px) {
  body:not(.fsComposeMode).home .highlights-slideshow > header .fsElementTitle {
    margin-right: 8.125rem;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow > header .fsElementHeaderContent {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: 1.0625rem;
  letter-spacing: 3px;
  color: #707070;
  margin-bottom: 0.625rem;
  max-width: 90%;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow > header .fsElementHeaderContent {
    margin-right: 0;
    max-width: none;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .highlights-slideshow > header .fsElementHeaderContent {
    margin-right: 11.4375rem;
  }
}

@media (min-width: 1400px) {
  body:not(.fsComposeMode).home .highlights-slideshow > header .fsElementHeaderContent {
    margin-right: 14.5625rem;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow > footer {
  padding-top: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  text-align: left;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow > footer {
    padding-top: 1.875rem;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .highlights-slideshow > footer {
    padding-right: 1.25rem;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow > footer .fsElementFooterContent {
  padding-bottom: 0.625rem;
}

body:not(.fsComposeMode).home .highlights-slideshow > footer a {
  font-family: "Raleway", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  color: #707070;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 5rem;
  padding-bottom: 4px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.fsComposeMode).home .highlights-slideshow > footer a:focus,
body:not(.fsComposeMode).home .highlights-slideshow > footer a:hover {
  color: #8E1537;
}

body:not(.fsComposeMode).home .highlights-slideshow > footer a:focus::after,
body:not(.fsComposeMode).home .highlights-slideshow > footer a:hover::after {
  -webkit-transform: translate3d(4px, 0, 0);
          transform: translate3d(4px, 0, 0);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .highlights-slideshow > footer a {
    display: inline-block;
    font-size: 0.9375rem;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow > footer a em {
  font-style: italic;
  font-weight: bold;
}

body:not(.fsComposeMode).home .highlights-slideshow > footer a::after {
  content: '';
  background-image: url(images/red-swap-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  height: 2rem;
  width: 4.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-list {
  overflow: visible;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-list {
    margin: 0 -15px;
    padding: 0 0 0 12%;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-list .slick-track .slick-slide {
  height: auto;
  margin: 0 15px;
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide {
  background-color: #F4F4F4;
  border: 0;
  padding-bottom: 4.0625rem;
  position: relative;
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide.is_hover .fsThumbnail img,
body:not(.fsComposeMode).home .highlights-slideshow .slick-slide:focus .fsThumbnail img,
body:not(.fsComposeMode).home .highlights-slideshow .slick-slide:hover .fsThumbnail img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide.is_hover .fsReadMoreLink,
body:not(.fsComposeMode).home .highlights-slideshow .slick-slide:focus .fsReadMoreLink,
body:not(.fsComposeMode).home .highlights-slideshow .slick-slide:hover .fsReadMoreLink {
  background-color: #8E1537;
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
  width: 100%;
  max-width: 100%;
  max-height: 11.25rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 400px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 15.625rem;
  }
}

@media (min-width: 500px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 19.375rem;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 18.125rem;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 21.25rem;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 24.375rem;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 27.8125rem;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 15.3125rem;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 16.875rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 18.75rem;
  }
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 19.3125rem;
  }
}

@media (min-width: 1400px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 21.25rem;
  }
}

@media (min-width: 1500px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 23.4375rem;
  }
}

@media (min-width: 1600px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 25rem;
  }
}

@media (min-width: 1700px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 26.5625rem;
  }
}

@media (min-width: 1800px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 28.125rem;
  }
}

@media (min-width: 1900px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail {
    max-height: 29.6875rem;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsThumbnail img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsTags {
  margin-left: 1.25rem;
  margin-bottom: 0.625rem;
  margin-top: 0.6875rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsTags {
    margin-left: 3.125rem;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsTags .fsTag {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  letter-spacing: 2.5px;
  background-color: transparent;
  color: #707070;
  padding: 0;
  margin-right: 1.25rem;
  background: transparent;
  border: none;
  margin: 0;
  text-transform: uppercase;
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsTitle {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.0625rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.75rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsTitle {
    line-height: 2.5625rem;
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsTitle {
    font-size: 1.875rem;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsTitle .fsPostLink {
  font-weight: 400;
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsTitle .fsPostLink:focus,
body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsTitle .fsPostLink:hover {
  text-decoration: none;
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .arrow-button {
  display: inline-block;
  height: 65px;
  position: absolute;
  bottom: 0;
  right: 0;
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsReadMoreLink {
  background-color: #EBA3B1;
  color: transparent;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  width: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsReadMoreLink {
    height: 4.0625rem;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsReadMoreLink::before {
  content: '';
  background-image: url(images/small-w-arrow.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-slide .fsReadMoreLink::after {
  content: '';
  background-color: #e899a8;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(-10px, -50%, 0);
          transform: translate3d(-10px, -50%, 0);
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-slide.slick-current {
    -webkit-transform: translate3d(0, -80px, 0);
            transform: translate3d(0, -80px, 0);
  }
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-arrow {
  background-color: white;
  position: absolute;
  top: 1.25rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-arrow {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-arrow {
    top: auto;
    bottom: 0;
    left: 16%;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-prev {
  left: calc(50% - 56px);
  z-index: 1;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-prev {
    left: 1.25rem;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-prev {
    left: 16%;
  }
}

body:not(.fsComposeMode).home .highlights-slideshow .slick-next {
  left: calc(50% + 3px);
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-next {
    left: 5rem;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .highlights-slideshow .slick-next {
    left: calc(16% + 60px);
  }
}

body:not(.fsComposeMode).home .true-slideshow {
  background-color: #353F4C;
  margin-bottom: 0;
  padding: 3.125rem 0 3.125rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slideshow {
    padding: 5.625rem 0 4.375rem;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .true-slideshow {
    margin-bottom: 5.5rem;
  }
}

body:not(.fsComposeMode).home .true-slideshow > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slideshow > header {
    margin-bottom: 3.75rem;
  }
}

body:not(.fsComposeMode).home .true-slideshow > header .fsElementTitle {
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 2.9375rem;
  color: white;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slideshow > header .fsElementTitle {
    font-size: 3.4375rem;
    line-height: 4.375rem;
  }
}

body:not(.fsComposeMode).home .true-slideshow > header .fsElementHeaderContent {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: 0.8125rem;
  letter-spacing: 3px;
  color: #EBA3B1;
  text-transform: uppercase;
}

body:not(.fsComposeMode).home .true-slideshow > .fsElementContent {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slideshow > .fsElementContent {
    padding-left: 0;
    padding-right: 0;
  }
}

body:not(.fsComposeMode).home .true-slideshow > footer {
  color: white;
  padding-top: 3.9375rem;
  position: relative;
  text-align: center;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slideshow > footer {
    padding-top: 6.875rem;
  }
}

body:not(.fsComposeMode).home .true-slideshow > footer .fsElementFooterContent {
  position: relative;
}

body:not(.fsComposeMode).home .true-slideshow > footer .fsElementFooterContent::before {
  content: '';
  background-color: #8E1537;
  border-radius: 50%;
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 3.75rem;
  height: 3.75rem;
}

body:not(.fsComposeMode).home .true-slideshow > footer .fsElementFooterContent::after {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.875rem;
  position: absolute;
  top: -3.9375rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

body:not(.fsComposeMode).home .true-slideshow > footer .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color: transparent;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slideshow > footer .slick-arrow {
    top: 65px;
  }
}

body:not(.fsComposeMode).home .true-slideshow > footer .slick-arrow::before {
  content: '';
  font-size: 1rem;
  color: #8E1537;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  width: 3.125rem;
  height: 0.75rem;
}

body:not(.fsComposeMode).home .true-slideshow > footer .slick-prev {
  left: calc(50% - 60px);
}

body:not(.fsComposeMode).home .true-slideshow > footer .slick-prev::before {
  background-image: url(images/small-w-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

body:not(.fsComposeMode).home .true-slideshow > footer .slick-next {
  left: calc(50% + 60px);
}

body:not(.fsComposeMode).home .true-slideshow > footer .slick-next::before {
  background-image: url(images/small-w-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slideshow .slick-list {
    margin: 0 -15px;
    padding: 0 5%;
  }

  body:not(.fsComposeMode).home .true-slideshow .slick-list .slick-track .slick-slide {
    margin: 0 15px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .true-slideshow .slick-list {
    margin: 0 -30px;
    padding: 0 15%;
  }

  body:not(.fsComposeMode).home .true-slideshow .slick-list .slick-track .slick-slide {
    margin: 0 30px;
  }
}

body:not(.fsComposeMode).home .true-slide {
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slide {
    width: 46.875rem;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .true-slide {
    width: 53.125rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .true-slide {
    width: 59.375rem;
  }
}

body:not(.fsComposeMode).home .true-slide > header {
  display: none;
}

body:not(.fsComposeMode).home .true-slide > a {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

body:not(.fsComposeMode).home .true-slide:focus .true-slide-image figure img,
body:not(.fsComposeMode).home .true-slide:hover .true-slide-image figure img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.fsComposeMode).home .true-slide:focus .true-slide-text > footer a,
body:not(.fsComposeMode).home .true-slide:hover .true-slide-text > footer a {
  background-color: #661025;
}

body:not(.fsComposeMode).home .true-slide > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .true-slide > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

body:not(.fsComposeMode).home .true-slide .true-slide-image {
  margin-bottom: 0;
  width: 100%;
  max-height: 35.625rem;
  overflow: hidden;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-image {
    max-height: 28.75rem;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-image {
    max-height: 28.75rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-image {
    max-height: 35.625rem;
  }
}

body:not(.fsComposeMode).home .true-slide .true-slide-image > .fsElementContent {
  height: 100%;
}

body:not(.fsComposeMode).home .true-slide .true-slide-image > .fsElementContent article {
  height: 100%;
}

body:not(.fsComposeMode).home .true-slide .true-slide-image figure {
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

body:not(.fsComposeMode).home .true-slide .true-slide-image figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-image figure img {
    width: auto;
    height: 100%;
  }
}

body:not(.fsComposeMode).home .true-slide .true-slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: white;
  padding: 1.875rem 1.5625rem 0;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-text {
    padding: 2.5rem 3.125rem 3.125rem;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-text {
    padding: 3.125rem;
    width: 60%;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-text {
    width: 68%;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-text {
    width: 53%;
  }
}

body:not(.fsComposeMode).home .true-slide .true-slide-text > header .fsElementTitle {
  font-family: "Amasis MT W01 Regular", "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-text > header .fsElementTitle {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 3.75rem;
  }
}

body:not(.fsComposeMode).home .true-slide .true-slide-text > header .fsElementTitle::after {
  content: '';
  background-color: #707070;
  width: 2.5rem;
  height: 2px;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-text > header .fsElementTitle::after {
    bottom: -1.875rem;
  }
}

body:not(.fsComposeMode).home .true-slide .true-slide-text > .fsElementContent {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #3C3C3C;
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-text > .fsElementContent {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}

body:not(.fsComposeMode).home .true-slide .true-slide-text > footer {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-text > footer {
    margin-bottom: -3.125rem;
  }
}

body:not(.fsComposeMode).home .true-slide .true-slide-text > footer > .fsElementFooterContent {
  margin: 0;
}

body:not(.fsComposeMode).home .true-slide .true-slide-text > footer a {
  display: inline-block;
  background-color: #8E1537;
  color: transparent;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  margin-right: -1.5625rem;
  width: 4.0625rem;
  height: 4.0625rem;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .true-slide .true-slide-text > footer a {
    margin-right: -3.125rem;
  }
}

body:not(.fsComposeMode).home .true-slide .true-slide-text > footer a::before {
  content: '';
  background-image: url(images/small-w-arrow.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

body:not(.fsComposeMode).home .true-slide .true-slide-text > footer a::after {
  content: '';
  background-color: #8E1537;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(-10px, -50%, 0);
          transform: translate3d(-10px, -50%, 0);
}

body:not(.fsComposeMode).home .true-slide.slick-active {
  background-image: none !important;
}

body:not(.fsComposeMode).home .true-slide.slick-active .true-slide-text {
  opacity: 1;
}

body:not(.fsComposeMode).home .inspire-map-container {
  margin-bottom: 3.75rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .inspire-map-container {
    margin-bottom: 6.25rem;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .inspire-map-container {
    margin-left: 5rem;
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .inspire-map-container {
    margin-left: 7.5rem;
    max-width: calc(100% - 120px);
  }
}

body:not(.fsComposeMode).home .inspire-map-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container {
  position: relative;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-background {
  margin-bottom: 0;
  position: relative;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-background article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-background article figure {
  margin-bottom: 0;
  opacity: 1;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-background article figure img {
  height: 100vh;
  max-height: 14.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-background article figure {
    opacity: 0;
  }

  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-background article figure img {
    height: auto;
    max-height: none;
  }
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-background::after {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text {
  background-color: white;
  border-top: 4px solid #8E1537;
  margin-bottom: 0;
  max-width: 37.5rem;
  padding: 3.4375rem 1.25rem 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text {
    max-width: none;
    padding: 5.3125rem 4.375rem 4.375rem 1.25rem;
    position: relative;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text {
    margin-bottom: -7.5rem;
    max-width: 29.375rem;
    padding: 4.375rem 1.875rem 3.75rem 1.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1160px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text {
    margin-bottom: -5rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text {
    margin-bottom: -7.5rem;
    max-width: 31.25rem;
    padding: 5.3125rem 4.375rem 4.375rem 1.25rem;
  }
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text {
    margin-bottom: -3.75rem;
  }
}

@media (min-width: 1400px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text {
    margin-bottom: -1.875rem;
  }
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  max-width: none;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > header {
    max-width: 28.125rem;
  }
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > header .fsElementTitle {
  font-family: "Raleway", sans-serif;
  font-size: 2.3125rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 2.9375rem;
  margin-bottom: 0;
  color: #8E1537;
  text-transform: none;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > header .fsElementTitle {
    font-size: 3.4375rem;
    line-height: 4.375rem;
  }
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > header .fsElementHeaderContent {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 0.8125rem;
  color: #707070;
  text-transform: uppercase;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text .fsElementContent {
  margin-bottom: 1.25rem;
  max-width: none;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text .fsElementContent {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    margin-bottom: 0.625rem;
  }
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > footer {
  max-width: none;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-top-container .inspire-text > footer .fsElementFooterContent a {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-map {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
  max-width: 38.0625rem;
  z-index: 1;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-map {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-map {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-map:focus > footer a,
body:not(.fsComposeMode).home .inspire-map-container .inspire-map:hover > footer a {
  background-color: #661025;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-map {
    margin-top: -21.25rem;
    margin-right: 2.5rem;
    max-width: 31.8125rem;
  }
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-map {
    max-width: 38.0625rem;
  }
}

@media (min-width: 1400px) {
  body:not(.fsComposeMode).home .inspire-map-container .inspire-map {
    margin-right: 7.5rem;
  }
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-map > header {
  display: none;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-map article {
  position: relative;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-map figure {
  margin-bottom: 0;
  position: relative;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-map figure figcaption {
  display: none;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-map > footer {
  position: absolute;
  bottom: 0;
  right: 0;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-map > footer a {
  display: inline-block;
  background-color: #8E1537;
  color: transparent;
  width: 4.0625rem;
  height: 4.0625rem;
  position: relative;
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-map > footer a::before {
  content: '';
  background-image: url(images/small-w-arrow.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

body:not(.fsComposeMode).home .inspire-map-container .inspire-map > footer a::after {
  content: '';
  background-color: #8E1537;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(-10px, -50%, 0);
          transform: translate3d(-10px, -50%, 0);
}

body:not(.fsComposeMode).home .one-morning {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 32.3125rem;
  padding: 5.625rem 0 5.9375rem;
  text-align: center;
  position: relative;
}

body:not(.fsComposeMode).home .one-morning > header {
  color: white;
  margin-bottom: 7.5rem;
}

body:not(.fsComposeMode).home .one-morning > header .fsElementHeaderContent {
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 2.375rem;
  max-width: 47.25rem;
  margin: 0 auto;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .one-morning > header .fsElementHeaderContent {
    font-size: 3.4375rem;
    line-height: 4.375rem;
  }
}

body:not(.fsComposeMode).home .one-morning > header .fsElementHeaderContent em {
  font-family: "Amasis MT W01 Medium Italic", "Times New Roman", Times, serif;
}

body:not(.fsComposeMode).home .one-morning .quick-link-container .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: auto;
  max-width: 25rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .one-morning .quick-link-container .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link {
  margin-bottom: 5rem;
}

body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link {
    margin-bottom: 0;
  }
}

body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link a {
  font-family: "Raleway", sans-serif;
  font-size: 0.9375rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.6875rem;
  color: white;
  text-decoration: none;
  padding-top: 3.125rem;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link a {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
  }
}

body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link a:focus::before,
body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link a:hover::before {
  color: #e899a8;
}

body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link a:focus::after,
body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link a:hover::after {
  max-width: 100%;
}

body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link a::before {
  content: '';
  font-size: 3.125rem;
  font-style: normal;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link a::after {
  content: '';
  background-color: white;
  width: 100%;
  max-width: 0;
  height: 0.125rem;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link.link-arrange a::before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode).home .one-morning .quick-link-container .custom-quick-link.link-request a::before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 2.5rem;
}

body:not(.fsComposeMode).home.experience-popup-is-active {
  overflow: hidden !important;
}

body:not(.fsComposeMode).home.experience-popup-is-active .experience-popup-slideshow {
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode).portal-page #fsPageBodyWrapper {
  padding-bottom: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).portal-page #fsPageBodyWrapper {
    background-color: transparent;
    margin-top: calc((100vh - 290px) * -1);
    margin-top: -525px;
    position: relative;
    z-index: 10;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).portal-page.no-secure-box #fsPageBodyWrapper {
    margin-top: calc((100vh - 410px) * -1);
    margin-top: -416px;
  }
}

body:not(.fsComposeMode).portal-page #fsPageBody {
  max-width: 100%;
}

body:not(.fsComposeMode).portal-page #fsPageContent .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}

body:not(.fsComposeMode).portal-page a {
  border-bottom: 0;
}

body:not(.fsComposeMode).portal-page .fsPageTitle {
  margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).portal-page .fsPageTitle {
    margin-left: 0;
    margin-bottom: 1.875rem;
    max-width: 50%;
  }
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode).portal-page .fsPageTitle {
    margin-left: calc((100% - 1208px) / 2);
  }
}

body:not(.fsComposeMode) .parent-layout-container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 2.25rem;
}

body:not(.fsComposeMode) .portal-quicklinks > .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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body:not(.fsComposeMode) .portal-quicklinks > .fsElementContent .quick-link,
body:not(.fsComposeMode) .portal-quicklinks > .fsElementContent .quick-video {
  margin-bottom: 2.5rem;
  max-width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .portal-quicklinks > .fsElementContent .quick-link,
  body:not(.fsComposeMode) .portal-quicklinks > .fsElementContent .quick-video {
    max-width: 48%;
  }
}

@media (min-width: 1240px) {
  body:not(.fsComposeMode) .portal-quicklinks > .fsElementContent .quick-link,
  body:not(.fsComposeMode) .portal-quicklinks > .fsElementContent .quick-video {
    max-width: 23.6875rem;
  }
}

body:not(.fsComposeMode) .portal-announcements {
  background-color: #353F4C;
  color: white;
  margin-top: -0.625rem;
  margin-bottom: 1.75rem;
  padding: 1.875rem;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .portal-announcements {
    margin-top: 9.125rem;
  }
}

body:not(.fsComposeMode) .portal-announcements::before {
  content: '';
  background-color: white;
  width: 100vw;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}

body:not(.fsComposeMode) .portal-announcements > header .fsElementTitle {
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: 1.0625rem;
  letter-spacing: 3px;
  color: white;
  text-transform: uppercase;
  position: relative;
  padding-left: 2.5rem;
}

body:not(.fsComposeMode) .portal-announcements > header .fsElementTitle::before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.5rem;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}

body:not(.fsComposeMode) .portal-announcements .slick-slider .slick-list {
  margin-left: -27px;
  margin-right: -27px;
}

body:not(.fsComposeMode) .portal-announcements .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.fsComposeMode) .portal-announcements .slick-slide {
  border-bottom: 0;
  height: auto;
  margin-bottom: 0;
  margin-left: 27px;
  margin-right: 27px;
}

body:not(.fsComposeMode) .portal-announcements .slick-slide .fsTitle {
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2rem;
}

body:not(.fsComposeMode) .portal-announcements .slick-slide .fsSummary {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

body:not(.fsComposeMode) .portal-announcements .slick-slide .fsBody a {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.44px;
  color: white;
  text-decoration: none;
  position: relative;
}

body:not(.fsComposeMode) .portal-announcements .slick-slide .fsBody a:focus::after,
body:not(.fsComposeMode) .portal-announcements .slick-slide .fsBody a:hover::after {
  -webkit-transform: translate3d(70px, 0, 0);
          transform: translate3d(70px, 0, 0);
}

body:not(.fsComposeMode) .portal-announcements .slick-slide .fsBody a::after {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.625rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(60px, 0, 0);
          transform: translate3d(60px, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body:not(.fsComposeMode) .portal-announcements-arrows > .fsElementContent p {
  display: none;
}

.no-secure-box .portal-announcements {
  margin-top: 0 !important;
}

body:not(.fsComposeMode) .portal-news-container {
  background-color: #F4F4F4;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 1.25rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .portal-news-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1250px) {
  body:not(.fsComposeMode) .portal-news-container > .fsElementContent {
    margin-left: calc((100% - 1200px) / 2);
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .portal-news-container .portal-news-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 2.5rem;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .fsElementTitle {
  font-size: 3.4375rem;
  line-height: 4.375rem;
  margin-bottom: 1.25rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .fsElementTitle {
    margin-bottom: 2.75rem;
  }
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .fsElementHeaderContent {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: 0.8125rem;
  letter-spacing: 3px;
  margin-top: 0.875rem;
  color: #707070;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .arrow-holder {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .slick-arrow {
  background-color: white;
  border: 0;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts > header .slick-prev {
  margin-right: 0.3125rem;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts > .fsElementContent {
  width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .portal-news-container .portal-news-posts > .fsElementContent {
    width: 65%;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slider .slick-list {
    margin: 0 -15px;
    padding: 0 12% 0 0;
  }
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slide {
  background-color: white;
  border-bottom: 0;
  height: auto;
  padding-bottom: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slide {
    margin: 0 15px;
  }
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slide:focus .fsThumbnail img,
body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slide:hover .fsThumbnail img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slide .fsThumbnail {
  overflow: hidden;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slide .fsThumbnail img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slide .post-wrapper {
  padding: 1.875rem;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slide .fsTitle {
  font-size: 1.875rem;
  font-style: normal;
  line-height: 2.5rem;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slide .fsTitle a {
  font-weight: normal;
}

body:not(.fsComposeMode) .portal-news-container .portal-news-posts .slick-slide .fsSummary {
  font-size: 0.875rem;
  line-height: 1.6875rem;
  color: #707070;
}

/*! pages - style-guide v0.0.1 */

.colors ol {
  zoom: 1;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  width: 50%;
  min-width: 20%;
}

@media (min-width: 1200px) {
  .colors ol li {
    margin-bottom: 0;
  }
}

.colors ol li:after {
  display: block;
  margin-top: 60px;
  background: #fff;
  padding-bottom: 20px;
}

@media (min-width: 800px) {
  .colors.main ol li {
    width: 33.33333%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #313131;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#313131";
}

.colors.main ol li:nth-of-type(2) {
  background: #8E1537;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#8E1537";
}

.colors.main ol li:nth-of-type(3) {
  background: #353F4C;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#353F4C";
}

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 10%;
  }
}

.colors.shade ol li:nth-of-type(1) {
  background: #000000;
}

.colors.shade ol li:nth-of-type(1):after {
  content: "#000000";
}

.colors.shade ol li:nth-of-type(2) {
  background: #131313;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#131313";
}

.colors.shade ol li:nth-of-type(3) {
  background: #242424;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#242424";
}

.colors.shade ol li:nth-of-type(4) {
  background: #484848;
}

.colors.shade ol li:nth-of-type(4):after {
  content: "#484848";
}

.colors.shade ol li:nth-of-type(5) {
  background: #707070;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#707070";
}

.colors.shade ol li:nth-of-type(6) {
  background: #979797;
}

.colors.shade ol li:nth-of-type(6):after {
  content: "#979797";
}

.colors.shade ol li:nth-of-type(7) {
  background: #E6E8EB;
}

.colors.shade ol li:nth-of-type(7):after {
  content: "#E6E8EB";
}

.colors.shade ol li:nth-of-type(8) {
  background: #ebebeb;
}

.colors.shade ol li:nth-of-type(8):after {
  content: "#ebebeb";
}

.colors.shade ol li:nth-of-type(9) {
  background: #f7f7f7;
}

.colors.shade ol li:nth-of-type(9):after {
  content: "#f7f7f7";
}

.colors.shade ol li:nth-of-type(10) {
  background: #F4F4F4;
}

.colors.shade ol li:nth-of-type(10):after {
  content: "#F4F4F4";
}

.fonts ol {
  padding: 0;
  list-style: none;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Open Sans", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Open Sans, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 55px / line-height: 70px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 32px / line-height: 46px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 28px / line-height: 38px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 22px / line-height: 26px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 18px / line-height: 20px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 14px / line-height: 15px";
}

body:not(.fsComposeMode) .hero-treatment {
  border-bottom: 4px solid #8E1537;
  margin-bottom: 0;
  overflow: hidden;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .hero-treatment {
    border-bottom: 0;
  }
}

body:not(.fsComposeMode) .hero-treatment figure {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .hero-treatment.fsSingleItem .fsResourceTypeImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body:not(.fsComposeMode) .hero-treatment.fsSingleItem .fsResourceTypeImage figure {
  opacity: 0;
  overflow: hidden;
  height: 100vh;
  max-height: 19.5rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .hero-treatment.fsSingleItem .fsResourceTypeImage figure {
    height: auto;
    max-height: 43.1875rem;
  }
}

body:not(.fsComposeMode) .hero-treatment.fsSingleItem .fsResourceTypeVideo {
  overflow: hidden;
  max-height: 20rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .hero-treatment.fsSingleItem .fsResourceTypeVideo {
    max-height: 43.1875rem;
  }
}

body:not(.fsComposeMode) .hero-treatment.fsSingleItem .fsResourceTypeVideo .pause-button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: #3D4856;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2.125rem;
  height: 2.125rem;
  z-index: 10;
  cursor: pointer;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .hero-treatment.fsSingleItem .fsResourceTypeVideo .pause-button {
    bottom: 2.5rem;
    right: 3.75rem;
    width: 2.6875rem;
    height: 2.6875rem;
  }
}

body:not(.fsComposeMode) .hero-treatment.fsSingleItem .fsResourceTypeVideo .pause-button::before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow {
  height: 100vh;
  max-height: 20rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .hero-treatment.fsSlideshow {
    height: auto;
    max-height: none;
  }
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow > .fsElementContent {
  height: 100%;
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-slider {
  height: 100%;
  margin-bottom: 0;
  padding: 0;
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-slider .slick-list,
body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-slider .slick-track {
  height: 100%;
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-slider .slick-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-slider .slick-slide img {
  opacity: 0;
  width: 100%;
  height: auto;
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-arrow {
  border: 1px solid white;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  top: auto;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-arrow {
    bottom: 7.1875rem;
  }
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-arrow:focus,
body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-arrow:hover {
  background-color: #EBA3B1;
  border: 1px solid #e899a8;
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-arrow::before {
  font-size: 1rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .fsLeftArrow {
  left: 1.25rem;
}

@media (min-width: 1320px) {
  body:not(.fsComposeMode) .hero-treatment.fsSlideshow .fsLeftArrow {
    left: calc((100% - 1280px) / 2);
  }
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .fsLeftArrow::before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .fsRightArrow {
  right: auto;
  left: 75px;
}

@media (min-width: 1320px) {
  body:not(.fsComposeMode) .hero-treatment.fsSlideshow .fsRightArrow {
    left: calc(((100% - 1280px) / 2) + 55px);
  }
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .fsRightArrow::before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  right: auto;
}

body:not(.fsComposeMode).home #fsHeader {
  height: 384px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home #fsHeader {
    height: 342px;
    overflow: hidden;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home #fsHeader {
    height: 398px;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home #fsHeader {
    height: 454px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home #fsHeader {
    height: 510px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home #fsHeader {
    height: 567px;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home #fsHeader {
    height: 623px;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home #fsHeader {
    height: 679px;
  }
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode).home #fsHeader {
    height: 100vh;
    min-height: 700px;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home.burger-is-active #fsHeader {
    overflow: visible;
  }
}

.burger-is-active body:not(.fsComposeMode).home {
  overflow: visible;
}

body:not(.fsComposeMode).home .hero-treatment {
  opacity: 0;
}

body:not(.fsComposeMode).home #fsHeader .hero-treatment {
  opacity: 1;
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-treatment.fsSingleItem {
    border-bottom: 4px solid #8E1537;
  }
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > .fsElementContent {
  position: relative;
  height: 320px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > .fsElementContent {
    height: 100%;
  }
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer {
  background-color: #353F4C;
  border-bottom: 4px solid #8E1537;
  position: relative;
  bottom: 0;
  padding-top: 12px;
  left: 0;
  width: 100%;
  height: 3.75rem;
  z-index: 2;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer {
    background-color: transparent;
    border: 0;
    position: absolute;
    bottom: 36px;
    padding-top: 0;
    left: 0;
  }
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .fsElementFooterContent {
  text-align: center;
  margin-top: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .fsElementFooterContent {
    text-align: left;
    margin-top: 20px;
  }
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .fsElementFooterContent a {
  font-family: "Raleway", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.125rem;
  color: white;
  text-decoration: none;
  padding-top: 0.5rem;
  padding-right: 5rem;
  padding-bottom: 0.5rem;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  display: inline-block;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .fsElementFooterContent a {
    position: absolute;
    z-index: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.0625rem;
    line-height: 1.25rem;
    max-width: 15.625rem;
    left: 3.75rem;
    bottom: -3px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .fsElementFooterContent a {
    max-width: none;
  }
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .fsElementFooterContent a em {
  font-style: italic;
  font-weight: bold;
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .fsElementFooterContent a:focus::before,
body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .fsElementFooterContent a:hover::before {
  right: -0.1875rem;
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .fsElementFooterContent a::before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.0625rem;
  background-color: #e899a8;
  border-radius: 50%;
  color: #8E1537;
  width: 2.0625rem;
  height: 2.0625rem;
  padding: 0.4375rem;
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
  z-index: 1;
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .fsElementFooterContent a::after {
  content: '';
  background-color: #e899a8;
  height: 0.0625rem;
  width: 2.1875rem;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .scroll-down {
  display: none;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  line-height: 0.8125rem;
  color: white;
  opacity: 1;
  visibility: visible;
  padding-bottom: 2.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  width: 4.375rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
          animation-name: bounce;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .scroll-down {
    display: block;
  }
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem > footer .scroll-down::before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  bottom: 0.25rem;
  left: 0.5rem;
  -webkit-transform: rotate(90deg) scale(0.7);
      -ms-transform: rotate(90deg) scale(0.7);
          transform: rotate(90deg) scale(0.7);
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem .fsResourceTypeImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem .fsResourceTypeImage figure {
  opacity: 0;
  overflow: hidden;
  height: calc(100vh - 4px);
  max-height: 100%;
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem .fsResourceTypeImage figure img {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem .fsResourceTypeVideo {
  overflow: hidden;
  height: 320px;
  max-height: none;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-treatment.fsSingleItem .fsResourceTypeVideo {
    height: 100%;
    max-height: 100%;
  }
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem .fsResourceTypeVideo .pause-button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: #3D4856;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2.125rem;
  height: 2.125rem;
  z-index: 10;
  cursor: pointer;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-treatment.fsSingleItem .fsResourceTypeVideo .pause-button {
    bottom: 1.875rem;
    right: 3.75rem;
    width: 2.6875rem;
    height: 2.6875rem;
  }
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem .fsResourceTypeVideo .pause-button::before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.fsComposeMode).home .hero-treatment.fsSingleItem .fsResourceTypeVideo video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

body:not(.fsComposeMode).portal-page .hero-treatment.fsSingleItem .fsResourceTypeImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

body:not(.fsComposeMode).portal-page .hero-treatment.fsSingleItem .fsResourceTypeImage figure {
  opacity: 0;
  overflow: hidden;
  margin-bottom: 0;
  max-height: 17.5rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).portal-page .hero-treatment.fsSingleItem .fsResourceTypeImage figure {
    height: 100vh;
    height: 821px;
    max-height: 100%;
  }
}

body:not(.fsComposeMode).portal-page .hero-treatment.fsSingleItem .fsResourceTypeImage figure img {
  margin-bottom: 0;
}

body:not(.fsComposeMode).show-long-video .hero-treatment.fsSingleItem .fsResourceTypeVideo .pause-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

body:not(.fsComposeMode).show-long-video .hero-treatment.fsSingleItem > footer .fsElementFooterContent a {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

body:not(.fsComposeMode).show-long-video .hero-treatment.fsSingleItem > footer .scroll-down {
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode).video-paused .video-treatment.fsSingleItem .fsResourceTypeVideo .pause-replace-button::before,
body:not(.fsComposeMode).video-paused .video-treatment.fsSingleItem .fsResourceTypeVideo .pause-button::before,
body:not(.fsComposeMode).video-paused .hero-treatment.fsSingleItem .fsResourceTypeVideo .pause-replace-button::before,
body:not(.fsComposeMode).video-paused .hero-treatment.fsSingleItem .fsResourceTypeVideo .pause-button::before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

body:not(.fsComposeMode) .video-treatment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border-bottom: none;
}

body:not(.fsComposeMode) .video-treatment > .fsElementContent {
  position: relative;
  height: 320px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .video-treatment > .fsElementContent {
    height: 100%;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .video-treatment {
    height: auto;
    max-height: 100%;
    border-bottom: 4px solid #8E1537;
  }
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode) .video-treatment {
    height: 100%;
  }
}

body:not(.fsComposeMode) .video-treatment > footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 12px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .video-treatment > footer {
    position: absolute;
    bottom: 36px;
    padding-top: 0;
  }
}

body:not(.fsComposeMode) .video-treatment > footer .fsElementFooterContent {
  margin-top: 0;
}

body:not(.fsComposeMode) .video-treatment > footer .fsElementFooterContent a {
  font-family: "Raleway", sans-serif;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.25rem;
  color: white;
  text-decoration: none;
  padding-top: 0.3125rem;
  padding-right: 5rem;
  padding-bottom: 0.3125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  position: absolute;
  bottom: 0;
  left: 3.75rem;
  z-index: 1;
}

body:not(.fsComposeMode) .video-treatment > footer .fsElementFooterContent a em {
  font-style: italic;
  font-weight: bold;
}

body:not(.fsComposeMode) .video-treatment > footer .fsElementFooterContent a:focus::before,
body:not(.fsComposeMode) .video-treatment > footer .fsElementFooterContent a:hover::before {
  right: -0.1875rem;
}

body:not(.fsComposeMode) .video-treatment > footer .fsElementFooterContent a::before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.0625rem;
  background-color: #e899a8;
  border-radius: 50%;
  color: #8E1537;
  width: 2.0625rem;
  height: 2.0625rem;
  padding: 0.4375rem;
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  z-index: 1;
}

body:not(.fsComposeMode) .video-treatment > footer .fsElementFooterContent a::after {
  content: '';
  background-color: #e899a8;
  height: 0.0625rem;
  width: 2.1875rem;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo {
  overflow: hidden;
  height: 320px;
  max-height: none;
  position: relative;
}

body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo .fsResourceVideoWrapper {
  height: 100%;
}

body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo .fsVideoPlayOverlay {
  display: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo {
    height: 100%;
    max-height: 100%;
  }
}

body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo .unmute {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: #3D4856;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  bottom: 1.25rem;
  right: 4.0625rem;
  width: 2.125rem;
  height: 2.125rem;
  z-index: 10;
  cursor: pointer;
}

body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo .unmute::before {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo .unmute {
    width: 2.6875rem;
    height: 2.6875rem;
    bottom: 1.875rem;
    right: 7.5rem;
  }
}

body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo .pause-replace-button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: #3D4856;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 2.125rem;
  height: 2.125rem;
  z-index: 10;
  cursor: pointer;
}

body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo .pause-replace-button::before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo .pause-replace-button {
    width: 2.6875rem;
    height: 2.6875rem;
    bottom: 1.875rem;
    right: 3.75rem;
  }
}

body:not(.fsComposeMode) .video-treatment .fsResourceTypeVideo video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

body:not(.fsComposeMode).show-long-video .video-treatment {
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode).show-long-video .video-treatment > footer .fsElementFooterContent {
  text-align: center;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).show-long-video .video-treatment > footer .fsElementFooterContent {
    text-align: left;
  }
}

body:not(.fsComposeMode).show-long-video .video-treatment > footer .fsElementFooterContent a {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: inline-block;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).show-long-video .video-treatment > footer .fsElementFooterContent a {
    margin-left: 2.5rem;
    position: relative;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    top: 4px;
  }
}

body:not(.fsComposeMode).video-muted .video-treatment.fsSingleItem .fsResourceTypeVideo .unmute::before,
body:not(.fsComposeMode).video-muted .hero-treatment.fsSingleItem .fsResourceTypeVideo .unmute::before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .quick-pop-box {
  background-color: #353F4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .quick-pop-box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1240px) {
  body:not(.fsComposeMode) .quick-pop-box {
    padding-left: 0;
    padding-right: 0;
  }
}

body:not(.fsComposeMode) .quick-pop-box > .fsElementContent {
  max-width: 75rem;
  overflow-y: scroll;
  position: relative;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .quick-pop-box > .fsElementContent {
    overflow-y: visible;
  }
}

body:not(.fsComposeMode) .quick-pop-box > .fsElementContent .quick-close {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  background-color: #8E1537;
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .quick-pop-box > .fsElementContent .quick-close {
    width: 6.25rem;
    height: 6.25rem;
  }
}

body:not(.fsComposeMode) .quick-pop-box > .fsElementContent .quick-close::after,
body:not(.fsComposeMode) .quick-pop-box > .fsElementContent .quick-close::before {
  content: '';
  background-color: white;
  width: 1.5625rem;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

body:not(.fsComposeMode) .quick-pop-box > .fsElementContent .quick-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

body:not(.fsComposeMode) .quick-pop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  height: calc(100vh - 20px);
  margin-bottom: 0;
  overflow-y: scroll;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .quick-pop-content {
    -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;
    height: calc(100vh - 120px);
    overflow-y: hidden;
  }
}

body:not(.fsComposeMode) .quick-pop-content > header {
  height: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .quick-pop-content > header {
    max-width: 42%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

body:not(.fsComposeMode) .quick-pop-content > header .fsElementHeaderContent {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .quick-pop-content > header .fsElementHeaderContent {
    background-position: center;
  }
}

body:not(.fsComposeMode) .quick-pop-content > header .fsElementHeaderContent .fsImage {
  height: 100%;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .quick-pop-content > header .fsElementHeaderContent .fsImage img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

body:not(.fsComposeMode) .quick-pop-content > .fsElementContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: auto;
  margin: auto;
  padding: 2.5rem;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .quick-pop-content > .fsElementContent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100%;
    max-width: 58%;
    padding: 6.25rem;
    overflow-y: scroll;
  }
}

body:not(.fsComposeMode) .quick-pop-content > .fsElementContent h2 {
  font-size: 2.625rem;
  line-height: 1.4;
  margin-bottom: 3.125rem;
  position: relative;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .quick-pop-content > .fsElementContent h2 {
    font-size: 3.4375rem;
    line-height: 4.375rem;
  }
}

body:not(.fsComposeMode) .quick-pop-content > .fsElementContent h2::after {
  content: '';
  width: 2.5rem;
  height: 0.125rem;
  background-color: #707070;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
}

.video-gallery-container {
  position: relative;
}

.video-gallery-container > .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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 600px) {
  .video-gallery-container > .fsElementContent .quick-link,
  .video-gallery-container > .fsElementContent .quick-video {
    max-width: 49%;
  }
}

@media (min-width: 900px) {
  .video-gallery-container > .fsElementContent .quick-link,
  .video-gallery-container > .fsElementContent .quick-video {
    max-width: 32%;
  }
}

@media (min-width: 1200px) {
  .video-gallery-container > .fsElementContent .quick-link,
  .video-gallery-container > .fsElementContent .quick-video {
    max-width: 23rem;
  }
}

.video-gallery-container > .fsElementContent .fsElement:last-child {
  margin-bottom: 40px;
}

.news-landing-page #fsPageBodyWrapper {
  padding-top: 1.875rem;
  padding-bottom: 1rem;
}

.news-landing-page #fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1210px;
}

.news-landing-page .fsPageTitle {
  margin-bottom: 1.875rem;
}

.news-landing-page .fsTabs .fsTabsNav li {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .news-landing-page .fsTabs .fsTabsNav li {
    margin-bottom: 0;
  }
}

.news-landing-page .fsTabs .fsTabsNav li a {
  padding-top: 0.6875rem;
  padding-bottom: 0.75rem;
}

.news-landing-page .fsTabs .fsTabsNav::before {
  display: none;
}

@media (min-width: 600px) {
  .news-landing-page .fsTabs .fsTabsNav::before {
    display: block;
  }
}

.news-landing-page .fsTabs .fsPanel .fsElementContent {
  padding-bottom: 1rem;
}

.latest-news-parent {
  position: relative;
}

.latest-news-parent > .fsElementContent {
  position: relative;
}

.latest-news-parent > .fsElementContent .nav-social {
  display: none;
  position: absolute;
  top: 0.625rem;
  right: 0;
}

body.fsComposeMode .latest-news-parent > .fsElementContent .nav-social {
  position: relative;
}

@media (min-width: 920px) {
  .latest-news-parent > .fsElementContent .nav-social {
    display: block;
  }
}

.latest-news-parent > .fsElementContent .nav-social .fsNavLevel1 > li {
  margin-right: 0.625rem;
}

.latest-news-parent > .fsElementContent .nav-social .fsNavLevel1 > li:last-child {
  margin-right: 0;
}

.latest-news-parent > .fsElementContent .nav-social .fsNavLevel1 a {
  width: 2rem;
  height: 2rem;
  text-decoration: none;
}

.latest-news-parent > .fsElementContent .nav-social .fsNavLevel1 a::before {
  font-size: 1.0625rem;
}

.latest-news > footer .fsElementFooterContent a.fs_style_49 {
  display: block;
}

@media (min-width: 600px) {
  .latest-news > footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: 12px;
    right: 0;
  }

  .latest-news > footer .fsElementFooterContent {
    display: inline-block;
    margin-top: 0;
  }

  .latest-news > footer .fsElementFooterContent a.fs_style_49 {
    display: inline-block;
    margin-left: 10px;
  }
}

.latest-news .fsLoadingDotsOverlay {
  display: none;
}

.latest-news .fsPanel > .fsElementContent {
  padding-top: 0.625rem;
}

@media (min-width: 600px) {
  .latest-news .fsPanel > .fsElementContent {
    padding-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.featured-post {
  display: none;
}

.news-posts {
  position: relative;
}

.news-posts .fsElementContent {
  text-align: left;
}

@media (min-width: 600px) {
  .news-posts > footer {
    text-align: left;
    height: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 900px) {
  .news-posts > footer {
    text-align: right;
    height: 0;
    -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}

.news-posts > footer .fs_style_49 {
  margin-right: 0.375rem;
  padding-top: 1.375rem;
  padding-right: 1.875rem;
  padding-bottom: 1.375rem;
  padding-left: 1.875rem;
}

.news-posts > footer .fs_style_49:last-child {
  margin-right: 0;
}

.news-posts .fsListItems {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.625rem;
}

.news-posts .fsListItems article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #F4F4F4;
  border-bottom: 0;
  margin-bottom: 1.375rem;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 600px) {
  .news-posts .fsListItems article {
    max-width: 49%;
    margin-bottom: 2.75rem;
  }
}

@media (min-width: 1000px) {
  .news-posts .fsListItems article {
    max-width: 32%;
  }
}

@media (min-width: 1200px) {
  .news-posts .fsListItems article {
    max-width: 22.9375rem;
  }
}

.news-posts .fsListItems article .fsThumbnail {
  background-image: none !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  overflow: hidden;
}

.news-posts .fsListItems article .fsThumbnail::before {
  content: "";
  float: left;
  padding-top: 59%;
}

.ie11 .news-posts .fsListItems article .fsThumbnail {
  height: 12.5rem;
}

.news-posts .fsListItems article .fsThumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ie11 .news-posts .fsListItems article .fsThumbnail img {
  bottom: auto;
}

.news-posts .fsListItems article .fsTags {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
  position: relative;
  -webkit-transform: translate3d(0, -37px, 0);
          transform: translate3d(0, -37px, 0);
  z-index: 1;
}

.news-posts .fsListItems article .fsTags .fsTag {
  font-family: "Raleway", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  background-color: #8E1537;
  border: 0;
  color: white;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
}

.news-posts .fsListItems article .fsTitle {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: -0.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.news-posts .fsListItems article .fsTitle a {
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}

.news-posts .fsListItems article .fsSummary {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.news-posts .fsListItems .featured-article {
  width: 100vw;
  max-width: 100%;
}

@media (min-width: 1000px) {
  .news-posts .fsListItems .featured-article {
    max-width: 66%;
  }
}

@media (min-width: 1200px) {
  .news-posts .fsListItems .featured-article {
    max-width: 65.2%;
  }
}

.news-posts .fsListItems .featured-article .title-area-wrapper {
  width: 100%;
  display: block;
  position: relative;
}

.news-posts .fsListItems .featured-article .title-area-wrapper::before {
  content: "";
  float: left;
  padding-top: 72%;
  display: none;
}

@media (min-width: 600px) {
  .news-posts .fsListItems .featured-article .title-area-wrapper::before {
    display: block;
    padding-top: 57%;
  }
}

.news-posts .fsListItems .featured-article .fsThumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: none;
  max-height: none;
  overflow: hidden;
}

@media (min-width: 600px) {
  .news-posts .fsListItems .featured-article .fsThumbnail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
  }

  .ie11 .news-posts .fsListItems .featured-article .fsThumbnail {
    height: 25rem;
  }

  .news-posts .fsListItems .featured-article .fsThumbnail::before {
    display: none;
  }
}

.ie11 .news-posts .fsListItems .featured-article .fsThumbnail {
  height: 25rem;
}

.news-posts .fsListItems .featured-article .fsThumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-posts .fsListItems .featured-article .fsTags {
  -webkit-transform: translate3d(0, 1px, 0);
          transform: translate3d(0, 1px, 0);
  position: absolute;
  bottom: 100%;
}

@media (min-width: 600px) {
  .news-posts .fsListItems .featured-article .fsTags {
    position: static;
  }
}

.news-posts .fsListItems .featured-article .title-area {
  position: relative;
}

@media (min-width: 600px) {
  .news-posts .fsListItems .featured-article .title-area {
    position: absolute;
    bottom: -33px;
    left: 0;
    margin: 0;
    width: 100%;
  }
}

.news-posts .fsListItems .featured-article .fsTitle {
  background-color: #F4F4F4;
  border-top: 4px solid #8E1537;
  margin-top: 0 !important;
  max-width: 49.375rem;
  width: 100%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .news-posts .fsListItems .featured-article .fsTitle {
    margin-top: 0 !important;
    width: 450px;
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 600px) {
  .news-posts .fsListItems .featured-article .fsSummary {
    padding-top: 30px;
  }
}

.news-posts .fsLoadMoreButton {
  background-color: #8E1537;
  color: white;
  position: relative;
  z-index: 1;
}

.news-posts .fsLoadMoreButton:hover {
  background-color: #690924;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  background-color: #353F4C;
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** Remove all paddings around the image on small screen */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-iframe-holder .mfp-close {
  font-size: 50px;
  padding: 0;
  width: 100px;
  right: 0;
  text-align: center;
}

button.mfp-close {
  background-color: #8E1537;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button.mfp-close:focus,
button.mfp-close:hover {
  background-color: #78122e;
}

.mfp-iframe-holder .mfp-close {
  top: 0;
}

.mfp-close {
  opacity: 1;
}

.obituary-search {
  margin-bottom: 3.4375rem;
}

.obituary-search .fsElementToolsSearch {
  position: relative;
}

.obituary-search .fsStyleSearchField {
  border: 2px solid #b4b4b4;
  padding: 0.9375rem 1.25rem;
}

.obituary-search .fsButtonClear {
  height: 20px;
  right: 3.75rem;
}

.obituary-search .fsButtonClear::before {
  height: 20px;
  width: 20px;
  opacity: 0.5;
}

.obituary-search .fsElementToolsSearchButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
}

.obituary-search .fsElementToolsSearchButton::before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.25rem;
  color: #8E1537;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.obituary-posts .fsElementContent {
  text-align: left;
}

.obituary-posts .fsListItems {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.obituary-posts .fsListItems article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #353F4C;
  border-bottom: 0;
  color: white;
  width: 100%;
  min-height: 17.8125rem;
  padding: 1.875rem 1.875rem 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 900px) {
  .obituary-posts .fsListItems article {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .obituary-posts .fsListItems article {
    width: 14.875rem;
  }
}

.obituary-posts .fsListItems article.is-focused,
.obituary-posts .fsListItems article:hover {
  background-color: #8E1537;
}

.obituary-posts .fsListItems article.is-focused .quick-arrow::before,
.obituary-posts .fsListItems article:hover .quick-arrow::before {
  background-color: #661025;
}

.obituary-posts .fsListItems article .fsTitle {
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.25rem;
  margin-bottom: 0.625rem;
}

.obituary-posts .fsListItems article .fsTitle a {
  font-weight: normal;
  color: white;
  text-decoration: none;
}

.obituary-posts .fsListItems article .fsSummary p {
  margin-bottom: 0.625rem;
}

.obituary-posts .fsListItems article .fsSummary p strong {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.0625rem;
}

.obituary-posts .fsListItems article .fsSummary p em {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.obituary-posts .fsListItems article .fsReadMoreLink {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.obituary-posts .fsListItems article .quick-arrow {
  height: 4.0625rem;
  margin-top: auto;
  margin-right: -1.875rem;
  position: relative;
}

.obituary-posts .fsListItems article .quick-arrow::before {
  content: '';
  background-color: #8E1537;
  width: 4.0625rem;
  height: 4.0625rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.obituary-posts .fsListItems article .quick-arrow::after {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.625rem;
  font-style: normal;
  color: white;
  position: absolute;
  top: 22px;
  right: 30px;
}

.obituaries-page dialog::-webkit-backdrop {
  background: #353F4C;
}

.obituaries-page dialog::backdrop {
  background: #353F4C;
}

.obituaries-page .fsDialog .fsDialogCloseButton {
  background-color: #8E1537;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

@media (min-width: 600px) {
  .obituaries-page .fsDialog .fsDialogCloseButton {
    width: 100px;
    height: 100px;
  }
}

.obituaries-page .fsDialog .fsDialogCloseButton::after,
.obituaries-page .fsDialog .fsDialogCloseButton::before {
  background: white;
}

.obituaries-page .fsDialogContent {
  padding: 0;
}

.obituaries-page .fsDialogContent article {
  padding: 3.75rem 2.5rem 2.5rem;
}

@media (min-width: 600px) {
  .obituaries-page .fsDialogContent article {
    padding: 6.25rem;
  }
}

.obituaries-page .fsDialogContent article .fsTitle {
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  color: #8E1537;
}

@media (min-width: 600px) {
  .obituaries-page .fsDialogContent article .fsTitle {
    font-size: 3.4375rem;
    line-height: 4.375rem;
  }
}

.obituaries-page .fsDialogContent article .fsSummary {
  margin-bottom: 3.125rem;
  position: relative;
}

.obituaries-page .fsDialogContent article .fsSummary p {
  margin-bottom: 1rem;
}

.obituaries-page .fsDialogContent article .fsSummary::after {
  content: '';
  background-color: #707070;
  width: 2.5rem;
  height: 2px;
  position: absolute;
  bottom: -1.625rem;
  left: 0;
}

.obituaries-page .fsDialogContent article .fsBody table {
  display: none;
}

.obituaries-page .fsDialogContent article.obit-legacy-support .fsBody > p {
  display: none;
}

.obituaries-page .fsDialogContent article.obit-legacy-support .fsBody table,
.obituaries-page .fsDialogContent article.obit-legacy-support .fsBody table tr,
.obituaries-page .fsDialogContent article.obit-legacy-support .fsBody table tr td {
  display: block;
}

body:not(.fsComposeMode).house-page #fsPageBodyWrapper {
  padding: 0;
}

body:not(.fsComposeMode).house-page #fsPageBody {
  max-width: 100%;
}

body:not(.fsComposeMode).house-page #fsPageContent .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}

body:not(.fsComposeMode).house-page .fsPageTitle {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).house-page .fsPageTitle {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).house-page .fsPageTitle {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1240px) {
  body:not(.fsComposeMode).house-page .fsPageTitle {
    margin-left: calc((100% - 1200px) / 2);
  }
}

body:not(.fsComposeMode).house-page .fs_style_54::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

body:not(.fsComposeMode).house-page .fs_style_54:focus,
body:not(.fsComposeMode).house-page .fs_style_54:hover {
  text-decoration: none;
}

body:not(.fsComposeMode).house-page .fs_style_54:focus::after,
body:not(.fsComposeMode).house-page .fs_style_54:hover::after {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

body:not(.fsComposeMode).house-page .house-container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).house-page .house-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1240px) {
  body:not(.fsComposeMode).house-page .house-container {
    padding-left: 0;
    padding-right: 0;
  }
}

body:not(.fsComposeMode).house-page .fsTabs .fsTabsNav {
  margin-bottom: 1.25rem;
}

body:not(.fsComposeMode).house-page .fsTabs .fsSlideshow article {
  border-bottom: 0;
}

body:not(.fsComposeMode).house-page .fsTabs .fsSlideshow .fsPager li button::before {
  background-color: #8E1537;
  opacity: 0.25;
}

body:not(.fsComposeMode).house-page .fsTabs .fsSlideshow .fsPager li.slick-active button::before {
  opacity: 1;
}

body:not(.fsComposeMode).house-page .houses-quicklink-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F4F4F4;
  padding: 1.25rem;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).house-page .houses-quicklink-container {
    -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;
    padding: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

body:not(.fsComposeMode).house-page .houses-quicklink-container > header {
  width: 100%;
  margin-bottom: 1.25rem;
  max-width: 22.5rem;
  padding-top: 1rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).house-page .houses-quicklink-container > header {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).house-page .houses-quicklink-container > header {
    margin-left: 8%;
    margin-bottom: 0;
    padding-right: 1.25rem;
  }
}

body:not(.fsComposeMode).house-page .houses-quicklink-container > header .fsElementTitle {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 0.8125rem;
  color: #707070;
  text-transform: uppercase;
}

body:not(.fsComposeMode).house-page .houses-quicklink-container > header .fsElementHeaderContent {
  font-family: "Raleway", sans-serif;
  font-size: 2.6875rem;
  font-weight: 300;
  line-height: 1.3;
  color: #8E1537;
  margin-bottom: 1.25rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).house-page .houses-quicklink-container > header .fsElementHeaderContent {
    font-size: 3.4375rem;
    line-height: 4.375rem;
    margin-bottom: 2.5rem;
  }
}

body:not(.fsComposeMode).house-page .houses-quicklink-container > header .slick-arrow {
  background-color: white;
  border: 0;
}

body:not(.fsComposeMode).house-page .houses-quicklink-container > header .slick-prev {
  margin-right: 0.3125rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).house-page .houses-quicklink-container > .fsElementContent {
    margin-left: 1.25rem;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).house-page .houses-quicklink-container > .fsElementContent {
    width: 62%;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).house-page .houses-quicklink-container .slick-list .quick-link {
    max-width: none;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).house-page .houses-quicklink-container .slick-list {
    margin: 0 -15px;
    padding: 0 15% 0 0;
  }

  body:not(.fsComposeMode).house-page .houses-quicklink-container .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body:not(.fsComposeMode).house-page .houses-quicklink-container .slick-list .slick-track .slick-slide {
    height: auto;
    margin: 0 15px;
  }
}

@media (min-width: 1500px) {
  body:not(.fsComposeMode).house-page .houses-quicklink-container .slick-list .quick-link {
    max-width: 100%;
    max-height: 29.375rem;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .return-to-previous {
    position: absolute;
    top: 1.875rem;
    right: 0;
    z-index: 1;
  }
}

body:not(.fsComposeMode) .return-to-previous > header {
  display: none;
}

body:not(.fsComposeMode).house-page .return-to-previous {
  margin-left: 2.5rem;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).house-page .return-to-previous {
    right: 2.5rem;
  }
}

@media (min-width: 1240px) {
  body:not(.fsComposeMode).house-page .return-to-previous {
    right: calc((100% - 1200px) / 2);
  }
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !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: #000000;
  }

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