@charset "UTF-8";
 /**
 *
 * Seattle Academy - default_18
 * @link http://seattleacademyorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: Josh Webb
 * Project Manager: Connie Cavallo
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/seattleacademyorg
 * Build version: 3.2.7
 * Git Tag: 
 * Last build by: Jworthington
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em; }

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em; }

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em; }

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em; }

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: 900;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 16px;
  color: #A6192E; }

h2 {
  margin-top: 0;
  font-weight: 900;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 16px;
  color: #3D3D3D; }

h3 {
  margin-top: 0;
  font-weight: 900;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
  color: #3D3D3D; }

h4 {
  margin-top: 0;
  font-weight: 900;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #3D3D3D; }

h5 {
  margin-top: 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #3D3D3D; }

h6 {
  margin-top: 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3D3D3D; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #A6192E;
  font-weight: 700;
  transition: background .3s,
 color .3s; }
  a:hover, a:focus {
    color: #3D3D3D;
    text-decoration: underline; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
table.fs_style_25 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: table; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  table.fs_style_25 td {
    padding: 10px 20px;
    background: rgba(234, 234, 234, 0.6); }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td,
  table.fs_style_25 tr:nth-of-type(odd) td {
    background-color: rgba(234, 234, 234, 0.2); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  table.fs_style_25 th,
  table.fs_style_25 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  table.fs_style_25 th {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    padding: 10px 20px;
    text-align: left;
    background: #810D1E;
    color: #fff; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement:last-child {
  margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsStyleDefaultField {
  border: solid 1px #b7b7b7; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0; }

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #626262;
    font-size: 45px;
    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%;
    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(98, 98, 98, 0.5);
    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: #626262; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(98, 98, 98, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #626262;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(98, 98, 98, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #626262; }

.clubs-slider.fsResourceElement img {
  width: 100%; }

/*! 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: #626262; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #626262; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #2f2f2f; }

.fsElementDialog {
  color: #626262; }

.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: #A6192E;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px;
  text-transform: uppercase; }
  .fs_style_26:hover, .fs_style_26:focus,
  .fsStateSelected .fs_style_26 {
    background: #901628;
    color: #fff;
    text-decoration: none; }
  .fs_style_26 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .fs_style_26,
  #fsBannerLeft .fs_style_26,
  .fsStyleOneThird .fs_style_26,
  .fsTwoColumnLayout .fs_style_26,
  .fsThreeColumnLayout .fs_style_26,
  .fsFourColumnLayout .fs_style_26 {
    width: 100%; }

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: #3D3D3D;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px;
  text-transform: uppercase; }
  .fs_style_27:hover, .fs_style_27:focus,
  .fsStateSelected .fs_style_27 {
    background: #303030;
    color: #fff;
    text-decoration: none; }
  .fs_style_27 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .fs_style_27,
  #fsBannerLeft .fs_style_27,
  .fsStyleOneThird .fs_style_27,
  .fsTwoColumnLayout .fs_style_27,
  .fsThreeColumnLayout .fs_style_27,
  .fsFourColumnLayout .fs_style_27 {
    width: 100%; }

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: transparent;
  color: #626262;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px;
  border: 2px solid #A6192E;
  font-size: 30px;
  line-height: 36px;
  color: #A6192E;
  letter-spacing: normal; }
  .fs_style_28:hover, .fs_style_28:focus,
  .fsStateSelected .fs_style_28 {
    background: rgba(0, 0, 0, 0);
    color: #626262;
    text-decoration: none; }
  .fs_style_28 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .fs_style_28,
  #fsBannerLeft .fs_style_28,
  .fsStyleOneThird .fs_style_28,
  .fsTwoColumnLayout .fs_style_28,
  .fsThreeColumnLayout .fs_style_28,
  .fsFourColumnLayout .fs_style_28 {
    width: 100%; }
  .fs_style_28:hover {
    background: #A6192E;
    color: #fff; }

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px;
  border: 2px solid #3D3D3D;
  color: #3D3D3D;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: normal; }
  .fs_style_29:hover, .fs_style_29:focus,
  .fsStateSelected .fs_style_29 {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: none; }
  .fs_style_29 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .fs_style_29,
  #fsBannerLeft .fs_style_29,
  .fsStyleOneThird .fs_style_29,
  .fsTwoColumnLayout .fs_style_29,
  .fsThreeColumnLayout .fs_style_29,
  .fsFourColumnLayout .fs_style_29 {
    width: 100%; }
  .fs_style_29:hover {
    background: #3D3D3D;
    color: #fff; }

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: #A6192E;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px;
  padding: 23px 26px;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: normal; }
  .fs_style_30:hover, .fs_style_30:focus,
  .fsStateSelected .fs_style_30 {
    background: #901628;
    color: #fff;
    text-decoration: none; }
  .fs_style_30 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .fs_style_30,
  #fsBannerLeft .fs_style_30,
  .fsStyleOneThird .fs_style_30,
  .fsTwoColumnLayout .fs_style_30,
  .fsThreeColumnLayout .fs_style_30,
  .fsFourColumnLayout .fs_style_30 {
    width: 100%; }

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: #3D3D3D;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px;
  padding: 23px 26px;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: normal; }
  .fs_style_31:hover, .fs_style_31:focus,
  .fsStateSelected .fs_style_31 {
    background: #303030;
    color: #fff;
    text-decoration: none; }
  .fs_style_31 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .fs_style_31,
  #fsBannerLeft .fs_style_31,
  .fsStyleOneThird .fs_style_31,
  .fsTwoColumnLayout .fs_style_31,
  .fsThreeColumnLayout .fs_style_31,
  .fsFourColumnLayout .fs_style_31 {
    width: 100%; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: #626262;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: #555555;
    color: #fff;
    text-decoration: none; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .fsStyleDefaultButton,
  #fsBannerLeft .fsStyleDefaultButton,
  .fsStyleOneThird .fsStyleDefaultButton,
  .fsTwoColumnLayout .fsStyleDefaultButton,
  .fsThreeColumnLayout .fsStyleDefaultButton,
  .fsFourColumnLayout .fsStyleDefaultButton {
    width: 100%; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: #626262;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: #555555;
    color: #fff;
    text-decoration: none; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .fsStyleUpdateButton,
  #fsBannerLeft .fsStyleUpdateButton,
  .fsStyleOneThird .fsStyleUpdateButton,
  .fsTwoColumnLayout .fsStyleUpdateButton,
  .fsThreeColumnLayout .fsStyleUpdateButton,
  .fsFourColumnLayout .fsStyleUpdateButton {
    width: 100%; }

.lead-in,
.fs_style_24 {
  font-size: 20px;
  line-height: 27px;
  color: #3D3D3D; }

blockquote {
  position: relative;
  margin: 50px 0 40px;
  font-size: 20px;
  line-height: 31px;
  color: #fff;
  background: #A6192E;
  padding: 50px 30px 30px;
  text-align: center; }
  blockquote:before {
    display: block;
    content: '';
    height: 64px;
    width: 65px;
    background: url("../images/quote.png") no-repeat 0 0;
    position: absolute;
    top: -32px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  blockquote:after {
    display: block;
    content: '';
    height: 0px;
    width: 0px;
    border-top: 40px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 50px solid #A6192E;
    position: absolute;
    top: calc(100% - 42px);
    left: 20%; }

.no-blockquote blockquote {
  position: relative;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
  padding: 0;
  text-align: inherit; }
  .no-blockquote blockquote:before {
    content: none; }
  .no-blockquote blockquote:after {
    content: none; }

cite {
  display: block;
  font-style: normal;
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px; }

.callout {
  padding: 20px;
  background: #A6192E;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

body:not(.fsComposeMode) .photo-button {
  display: inline-block;
  height: 200px;
  width: 388px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% top;
  margin: 0 10px 20px 0;
  position: relative;
  max-width: 100%; }
  body:not(.fsComposeMode) .photo-button.left {
    float: left;
    margin-right: 20px; }
  body:not(.fsComposeMode) .photo-button.right {
    float: right;
    margin-left: 20px;
    margin-right: 0; }
  body:not(.fsComposeMode) .photo-button:before {
    display: block;
    height: 100%;
    width: 70%;
    content: '';
    background: rgba(166, 25, 46, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -ms-transform: skewX(-23deg);
    transform: skewX(-23deg); }
  body:not(.fsComposeMode) .photo-button > header {
    z-index: 1;
    height: 200px;
    width: 200px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
    opacity: 1;
    transition: all .5s; }
    body:not(.fsComposeMode) .photo-button > header .fsElementHeaderContent {
      margin: 0; }
    body:not(.fsComposeMode) .photo-button > header p {
      margin: 0; }
  body:not(.fsComposeMode) .photo-button > .fsElementContent {
    z-index: 2;
    height: 200px;
    width: 388px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -ms-transform: translate(0, 200px);
    transform: translate(0, 200px);
    transition: all .5s; }
    body:not(.fsComposeMode) .photo-button > .fsElementContent p {
      margin: 0; }
    body:not(.fsComposeMode) .photo-button > .fsElementContent a {
      color: #fff; }
      body:not(.fsComposeMode) .photo-button > .fsElementContent a:hover {
        text-decoration: underline; }
  body:not(.fsComposeMode) .photo-button:hover:before, body:not(.fsComposeMode) .photo-button:focus:before {
    width: 130%; }
  body:not(.fsComposeMode) .photo-button:hover > header, body:not(.fsComposeMode) .photo-button:focus > header {
    opacity: 0; }
  body:not(.fsComposeMode) .photo-button:hover > .fsElementContent, body:not(.fsComposeMode) .photo-button:focus > .fsElementContent {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  body:not(.fsComposeMode) .photo-button.secondary:before {
    background: rgba(61, 61, 61, 0.9); }
  body:not(.fsComposeMode) .photo-button.tertiary:before {
    background: rgba(98, 98, 98, 0.9); }

body:not(.fsComposeMode) .photo-button-large {
  height: 425px;
  width: 388px;
  max-width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: 50% top;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 10px 20px 0; }
  body:not(.fsComposeMode) .photo-button-large:before {
    display: block;
    height: 150px;
    width: 100%;
    content: '';
    background: rgba(166, 25, 46, 0.9);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .5s ease-in-out;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg); }
  body:not(.fsComposeMode) .photo-button-large.left {
    float: left;
    margin-right: 20px; }
  body:not(.fsComposeMode) .photo-button-large.right {
    float: right;
    margin-left: 20px;
    margin-right: 0; }
  body:not(.fsComposeMode) .photo-button-large > .fsElementContent {
    height: 425px;
    width: 388px;
    max-width: 100%;
    overflow: hidden;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-transform: translate(0, 75%);
    transform: translate(0, 75%);
    transition: all .5s ease-in-out; }
    body:not(.fsComposeMode) .photo-button-large > .fsElementContent h2 {
      font-size: 30px;
      font-weight: 900;
      line-height: 37px;
      margin-bottom: 35px;
      color: #fff; }
    body:not(.fsComposeMode) .photo-button-large > .fsElementContent p {
      margin: 0; }
    body:not(.fsComposeMode) .photo-button-large > .fsElementContent a {
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      color: transparent;
      font-size: 0px;
      z-index: 10; }
  body:not(.fsComposeMode) .photo-button-large:hover:before, body:not(.fsComposeMode) .photo-button-large:focus:before {
    height: 120%; }
  body:not(.fsComposeMode) .photo-button-large:hover > .fsElementContent, body:not(.fsComposeMode) .photo-button-large:focus > .fsElementContent {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  body:not(.fsComposeMode) .photo-button-large.secondary:before {
    background: rgba(61, 61, 61, 0.9); }
  body:not(.fsComposeMode) .photo-button-large.tertiary:before {
    background: rgba(98, 98, 98, 0.9); }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #A6192E;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #626262;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #A6192E;
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px; }

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px; }

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px; }

.fsBreadcrumb ul li {
  display: inline-block; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0; }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #A6192E;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #3D3D3D;
      background: #EAEAEA; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #A6192E;
    background: #d1d1d1; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #3D3D3D;
      background: #EAEAEA; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #EAEAEA; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #A6192E;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #A6192E;
        background: #EAEAEA; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #EAEAEA; }
    .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 {
  border: 1px solid #EAEAEA;
  background-color: rgba(234, 234, 234, 0.6);
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: none; }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: 900;
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #EAEAEA;
        background-color: #3D3D3D;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #e3425a;
          color: #EAEAEA; } }
    @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%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #EAEAEA; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #A6192E;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #3D3D3D;
          background: white; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #3D3D3D;
        background: #c4c4c4; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #3D3D3D;
          background: #b7b7b7; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #d1d1d1; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #A6192E;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #A6192E;
            background: #c4c4c4; }
      .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: #3D3D3D;
      color: #EAEAEA; }
      .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;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 10px 0;
      color: #626262;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #3D3D3D;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #A6192E;
      background: transparent;
      position: relative; }
      .nav-sub ul li.fsNavCurrentPage > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-right: 10px; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #3D3D3D;
        background: transparent;
        text-decoration: none; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #A6192E;
        background: transparent;
        padding-bottom: 0; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #3D3D3D;
          background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid rgba(61, 61, 61, 0.2); }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 10px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 20px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 30px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 40px; }

.nav-main {
  margin-bottom: 0;
  background: #fff;
  box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  padding-right: 30px; }
  @media (min-width: 1150px) {
    #fsHeader.headroom--unpinned .nav-main {
      box-shadow: none !important;
      padding-right: 0; }
      #fsHeader.headroom--unpinned .nav-main .fsNavLevel1 > li {
        font-size: 18px;
        line-height: 22px;
        padding-top: 0; }
        #fsHeader.headroom--unpinned .nav-main .fsNavLevel1 > li > a {
          padding: 11px 0; }
        #fsHeader.headroom--unpinned .nav-main .fsNavLevel1 > li:not(:first-child) > a {
          padding-left: 30px; } }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1150px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 1150px) {
    .nav-main .fsNavLevel1 {
      padding-left: 323px;
      text-align: right;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #fsHeader.headroom--unpinned .nav-main .fsNavLevel1 {
        padding-left: 161px;
        padding-right: 220px; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px; }
    @media (min-width: 1150px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; } }
    .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li:focus > a {
      color: #A6192E;
      background: transparent !important;
      text-decoration: none; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #A6192E;
      background: transparent; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #3D3D3D;
      background: transparent;
      padding: 36px 11px 20px; }
      @media (min-width: 1210px) {
        .nav-main .fsNavLevel1 > li > a {
          padding: 36px 15px 20px; } }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #A6192E;
        background: transparent; }
    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px;
      border-bottom: 6px solid #A6192E; }
    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  position: relative;
  background: #fff;
  text-align: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavPageDescription {
  width: 445px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  padding: 30px 70px 30px 50px;
  font-size: 16px;
  line-height: 25px; }
  .nav-main .fsNavPageDescription h3 {
    font-size: 22px;
    line-height: 26px;
    color: #A6192E; }
    .nav-main .fsNavPageDescription h3 a {
      font-weight: 900; }
  .nav-main .fsNavPageDescription a {
    display: inline; }

.nav-main .fsNavPageThumbnail {
  position: relative;
  width: 480px;
  height: 308px;
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-order: 1;
  order: 1; }
  .nav-main .fsNavPageThumbnail:before {
    display: block;
    content: '';
    height: 400px;
    width: 200px;
    background: #fff;
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    position: absolute;
    left: calc(100% - 84px);
    top: 0; }

.nav-main .fsNavLevel2 {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-order: 3;
  order: 3;
  padding-top: 30px;
  width: 185px; }
  .nav-main .fsNavLevel2:last-of-type {
    margin-right: 90px;
    margin-left: 35px; }
  .nav-main .fsNavLevel2 li {
    font-size: 16px;
    line-height: 19px; }
    .nav-main .fsNavLevel2 li:not(:last-child) {
      border-bottom: 2px solid rgba(98, 98, 98, 0.24); }
    .nav-main .fsNavLevel2 li a {
      display: block;
      color: #3D3D3D;
      background: transparent;
      padding: 0.625em 0; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        color: #A6192E;
        background: transparent;
        text-decoration: none; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #A6192E;
      background: transparent; }

.nav-main.wo-update {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
  .nav-main.wo-update .fsNavLevel1 {
    height: 80px; }
    .nav-main.wo-update .fsNavLevel1 > li {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .nav-main.wo-update .fsNavLevel1 > li:nth-child(n+4) .fsNavPageInfo {
        left: auto;
        right: 0; }
      .nav-main.wo-update .fsNavLevel1 > li:nth-child(2) .fsNavPageInfo {
        left: calc(50% + 125px);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .nav-main.wo-update .fsNavLevel1 > li:nth-child(3) .fsNavPageInfo, .nav-main.wo-update .fsNavLevel1 > li:nth-child(4) .fsNavPageInfo, .nav-main.wo-update .fsNavLevel1 > li:nth-child(5) .fsNavPageInfo {
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .nav-main.wo-update .fsNavLevel1 > li:nth-child(6) .fsNavPageInfo {
        left: auto;
        right: -125px; }
      .nav-main.wo-update .fsNavLevel1 > li:hover .fsNavPageInfo, .nav-main.wo-update .fsNavLevel1 > li:focus .fsNavPageInfo, .nav-main.wo-update .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
        opacity: 1;
        visibility: visible;
        transition: 0.3s opacity, 0.3s visibility; }
      @media (min-width: 1210px) {
        .nav-main.wo-update .fsNavLevel1 > li > a {
          padding: 20px 15px 20px; } }
  .nav-main.wo-update .fsNavPageInfo {
    width: 507px;
    border-bottom: 0 !important;
    top: 80px !important;
    background: rgba(255, 255, 255, 0.8);
    max-height: 9999px !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity, 0.3s visibility; }
    .nav-main.wo-update .fsNavPageInfo .nav-container {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 10px 30px;
      padding-bottom: 30px;
      -ms-flex-pack: center;
      justify-content: center; }
    .nav-main.wo-update .fsNavPageInfo .fsNavLevel2 {
      width: 185px;
      margin: 0;
      margin-right: 40px;
      padding-top: 0; }
      .nav-main.wo-update .fsNavPageInfo .fsNavLevel2 li {
        border-bottom: thin solid rgba(98, 98, 98, 0.24); }
        .nav-main.wo-update .fsNavPageInfo .fsNavLevel2 li.fsNavCurrentPageAncestor, .nav-main.wo-update .fsNavPageInfo .fsNavLevel2 li.fsNavCurrentPage {
          border-bottom: thin solid #000; }
        .nav-main.wo-update .fsNavPageInfo .fsNavLevel2 li a {
          padding-bottom: 5px;
          padding-top: 20px; }
      .nav-main.wo-update .fsNavPageInfo .fsNavLevel2:last-of-type {
        margin-right: 0; }
  .nav-main.wo-update .fsNavPageDescription, .nav-main.wo-update .fsNavPageThumbnail {
    display: none; }

.site-info-container.wo-update {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }

.drawer-ribbon {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background: #810D1E; }
  @media (min-width: 1150px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  height: 45px;
  width: 45px;
  color: transparent;
  font-size: 0px;
  transition: all .3s; }
  .drawer-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 30px;
    line-height: 45px;
    color: #fff; }
  .drawer-trigger:hover, .drawer-trigger:focus {
    background: #6a0b19; }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  padding-top: 45px;
  min-height: 100%;
  max-width: 320px;
  background: #fff;
  z-index: 9000;
  border-bottom: 100px solid #fff; }
  @media (min-width: 1150px) {
    .fsMenu {
      display: none; } }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fsMenu .drawer-close {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    color: transparent;
    font-size: 0; }
    .fsMenu .drawer-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      line-height: 45px;
      color: #626262;
      text-align: center;
      transition: all .3s; }
    .fsMenu .drawer-close:hover:before, .fsMenu .drawer-close:focus:before {
      color: #A6192E; }
  .fsMenu .fs_style_26 {
    display: block;
    margin: 30px 20px 20px; }

.nav-mobile, .nav-portal-mobile {
  position: relative;
  top: 0;
  margin-bottom: 30px;
  padding: 40px 0 10px;
  zoom: 1; }
  .nav-mobile, .nav-portal-mobile, .nav-mobile ul, .nav-portal-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-mobile li, .nav-portal-mobile li {
    margin: 0;
    padding: 0; }
  .nav-mobile:after, .nav-portal-mobile:after {
    display: table;
    clear: both;
    content: ''; }
  .nav-mobile .fsElementTitle, .nav-portal-mobile .fsElementTitle {
    padding: 0 30px;
    font-size: 12px;
    color: #626262;
    margin-bottom: 20px;
    letter-spacing: 1px; }
  .nav-mobile ul.fsNavLevel1, .nav-portal-mobile ul.fsNavLevel1 {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(98, 98, 98, 0.2);
    border-top: 1px solid rgba(98, 98, 98, 0.2); }
    .nav-mobile ul.fsNavLevel1 li, .nav-portal-mobile ul.fsNavLevel1 li {
      display: block;
      position: relative;
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 0 20px;
      padding: 0;
      z-index: 10;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(98, 98, 98, 0.1); }
      .nav-mobile ul.fsNavLevel1 li:last-child, .nav-portal-mobile ul.fsNavLevel1 li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: 0; }
      .nav-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a, .nav-portal-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a,
      .nav-mobile ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a,
      .nav-portal-mobile ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
        color: #A6192E;
        background: none; }
      .nav-mobile ul.fsNavLevel1 li span.sub-trigger, .nav-portal-mobile ul.fsNavLevel1 li span.sub-trigger {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 4px;
        right: 0;
        text-align: center;
        cursor: pointer; }
        .nav-mobile ul.fsNavLevel1 li span.sub-trigger:after, .nav-portal-mobile ul.fsNavLevel1 li span.sub-trigger:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          display: block;
          font-weight: normal;
          color: #626262;
          font-size: 23px; }
        .nav-mobile ul.fsNavLevel1 li span.sub-trigger:hover:after, .nav-portal-mobile ul.fsNavLevel1 li span.sub-trigger:hover:after {
          color: #A6192E; }
        #fsMenu .nav-mobile li.active > a, #fsMenu .nav-portal-mobile li.active > a {
          color: #A6192E; }
        #fsMenu .nav-mobile li.active > span.sub-trigger:after, #fsMenu .nav-portal-mobile li.active > span.sub-trigger:after {
          content: '\f107';
          color: #A6192E; }
      .nav-mobile ul.fsNavLevel1 li a, .nav-portal-mobile ul.fsNavLevel1 li a {
        display: block;
        color: #626262;
        padding: 14px 0 14px 0;
        margin-right: 40px; }
        #fsMenu .nav-mobile li.fsNavCurrentPage > a, #fsMenu .nav-portal-mobile li.fsNavCurrentPage > a {
          color: #A6192E; }
        #fsMenu .nav-mobile li.fsNavCurrentPageAncestor > a, #fsMenu .nav-portal-mobile li.fsNavCurrentPageAncestor > a {
          color: #A6192E; }
        .nav-mobile ul.fsNavLevel1 li a:hover, .nav-portal-mobile ul.fsNavLevel1 li a:hover {
          color: #A6192E;
          text-decoration: none; }
  .nav-mobile ul.fsNavLevel2, .nav-portal-mobile ul.fsNavLevel2 {
    margin: 0;
    padding: 0; }
    .nav-mobile ul.fsNavLevel2 li, .nav-portal-mobile ul.fsNavLevel2 li {
      text-transform: none;
      font-size: 14px;
      line-height: 19px; }
      .nav-mobile ul.fsNavLevel2 li:last-child, .nav-portal-mobile ul.fsNavLevel2 li:last-child {
        padding-bottom: 20px; }
      .nav-mobile ul.fsNavLevel2 li span.sub-trigger, .nav-portal-mobile ul.fsNavLevel2 li span.sub-trigger {
        height: 30px; }
      .nav-mobile ul.fsNavLevel2 li > a, .nav-portal-mobile ul.fsNavLevel2 li > a {
        padding: 12px 30px 12px 0;
        border: none; }
  .nav-mobile .fsNavPageInfo, .nav-portal-mobile .fsNavPageInfo {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -ms-transform: none;
    transform: none;
    background: none;
    overflow: visible;
    max-height: 100%;
    display: none; }
  .nav-mobile ul.fsNavLevel3 li a, .nav-portal-mobile ul.fsNavLevel3 li a {
    padding: 9px 30px 9px 50px; }
  .nav-mobile ul.fsNavLevel4 li a, .nav-portal-mobile ul.fsNavLevel4 li a {
    padding: 9px 30px 9px 60px; }

.nav-portal-mobile {
  margin-bottom: 30px; }
  .nav-portal-mobile .fsNavLevel1 {
    border: 0 !important; }
    .nav-portal-mobile .fsNavLevel1 li {
      text-transform: none !important; }

.nav-social .fsNavLevel1 {
  font-size: 0;
  text-align: center; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (min-width: 600px) {
    .nav-social .fsNavLevel1 {
      text-align: left; } }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-left: 5px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='googleplus']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wechat']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='flickr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wordpress']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .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 {
    border-color: #fff; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    border: 2px solid transparent;
    transition: all .3s;
    position: relative;
    height: 40px;
    width: 40px; }
    .nav-social .fsNavLevel1 a:before {
      color: #fff;
      font-size: 25px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover, .nav-social .fsNavLevel1 [href*='plus.google.com']:focus {
  background: #db4f46; }
  .nav-social .fsNavLevel1 [href*='plus.google.com']:hover:before, .nav-social .fsNavLevel1 [href*='plus.google.com']:focus:before {
    color: #fff; }

.nav-portals {
  margin: 0;
  display: none; }
  @media (min-width: 1150px) {
    .nav-portals {
      display: block; } }
  #fsHeader.headroom--unpinned .nav-portals {
    display: none; }
  .nav-portals .fsNavLevel1, .nav-portals .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-portals .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-portals .fsNavLevel1 li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
    .nav-portals .fsNavLevel1 li.fsNavCurrentPage > a {
      color: #fff;
      background: #810D1E;
      text-decoration: none; }
  .nav-portals .fsNavLevel1 a {
    display: block;
    color: #fff;
    padding: 14px; }
    .nav-portals .fsNavLevel1 a:hover, .nav-portals .fsNavLevel1 a:focus {
      color: #fff;
      background: #810D1E;
      text-decoration: none; }

.nav-utility-footer {
  display: block;
  width: 100%; }
  .nav-utility-footer .fsNavLevel1 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    column-gap: 10px;
    text-align: center; }
    .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-footer .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 600px) {
      .nav-utility-footer .fsNavLevel1 {
        text-align: left; } }
    .nav-utility-footer .fsNavLevel1 li {
      vertical-align: top;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      line-height: 19px; }
      .nav-utility-footer .fsNavLevel1 li a {
        padding: 0;
        color: #fff; }
        .nav-utility-footer .fsNavLevel1 li a:hover, .nav-utility-footer .fsNavLevel1 li a:focus {
          color: #fff;
          text-decoration: underline; }

/*! structure - header v0.0.1 */
@media (min-width: 1150px) {
  body:not(.fsComposeMode) #fsHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 163px;
    z-index: 9000; }
    body:not(.fsComposeMode).fsAccountBarVisible #fsHeader {
      top: 45px; }
    html.translated-ltr body:not(.fsComposeMode) #fsHeader {
      top: 38px; }
    body:not(.fsComposeMode) #fsHeader.headroom--unpinned {
      height: 45px;
      box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2); } }

body:not(.fsComposeMode) #fsHeader .skip-link {
  margin: 0; }
  body:not(.fsComposeMode) #fsHeader .skip-link p {
    margin: 0; }
  body:not(.fsComposeMode) #fsHeader .skip-link a {
    position: absolute;
    top: -100px;
    left: 0px;
    color: #fff;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 9999;
    text-decoration: none; }
    body:not(.fsComposeMode) #fsHeader .skip-link a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-left: 5px; }
    body:not(.fsComposeMode) #fsHeader .skip-link a:focus {
      left: 0px;
      top: 0px;
      background: #3D3D3D;
      color: #FFF;
      transition: top .1s ease-in, background .5s linear; }
    body:not(.fsComposeMode) #fsHeader .skip-link a:hover {
      background: #810D1E; }

body:not(.fsComposeMode) #fsHeader .top-bar {
  position: relative;
  background: #A6192E;
  z-index: 501;
  overflow: visible; }
  body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar {
    background: #fff;
    width: 150px;
    position: absolute;
    top: 0;
    right: 0; }
  body:not(.fsComposeMode) #fsHeader .top-bar > .fsElementContent {
    padding-right: 25px;
    padding-left: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  body:not(.fsComposeMode) #fsHeader .top-bar .nav-portals {
    width: 60%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers {
    width: calc(100% - 45px);
    text-align: left; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers {
        width: 70px;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers {
        width: 40%; } }
    body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers > .fsElementContent > .fsEmbed > .fsElementContent {
      width: 100%; }
      @media (min-width: 1150px) {
        body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers > .fsElementContent > .fsEmbed > .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .search-trigger {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      color: transparent;
      font-size: 0;
      position: relative; }
      @media (max-width: 1150px) {
        body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .search-trigger {
          display: none; } }
      body:not(.fsComposeMode).search-active #fsHeader .search-trigger {
        display: none; }
      body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .search-trigger:hover, body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .search-trigger:focus {
        background: #810D1E; }
      body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .search-trigger:before {
        font-size: 14px;
        color: #fff;
        padding: 0 20px !important;
        position: relative;
        top: 4px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      @media (min-width: 1150px) {
        body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar-triggers .search-trigger {
          display: none; } }
    body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .translate-trigger {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      display: inline-block;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 17px;
      text-transform: uppercase;
      position: relative;
      color: #fff;
      padding: 14px 10px !important;
      transition: all .3s;
      height: 45px;
      z-index: 1; }
      body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .translate-trigger:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 14px;
        color: #fff;
        margin-right: 5px; }
      body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .translate-trigger span[style="white-space:nowrap"] {
        display: none !important; }
      @media (min-width: 1150px) {
        body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar-triggers .translate-trigger {
          font-size: 0;
          color: transparent; }
          body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar-triggers .translate-trigger:before {
            color: #3D3D3D;
            font-size: 18px; }
          body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar-triggers .translate-trigger:hover, body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar-triggers .translate-trigger:focus, body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar-triggers .translate-trigger:focus-within {
            background: transparent !important; }
            body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar-triggers .translate-trigger:hover:before, body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar-triggers .translate-trigger:focus:before, body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar-triggers .translate-trigger:focus-within:before {
              color: #A6192E; } }
      body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .translate-trigger:hover, body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .translate-trigger:focus, body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .translate-trigger:focus-within {
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        background: #810D1E; }
    body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .hub-button {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 17px;
      text-transform: uppercase;
      padding: 14px 30px;
      color: #fff;
      position: relative;
      background: #810D1E;
      transition: all .3s;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 127px;
      white-space: nowrap; }
      @media (max-width: 1150px) {
        body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .hub-button {
          display: none; } }
      body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .hub-button:after {
        transition: all .3s;
        display: block;
        content: '';
        height: 0px;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        border-top: 20px solid #810D1E;
        border-right: 62px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 62px solid transparent; }
        body:not(.fsComposeMode) #fsHeader.headroom--unpinned .top-bar-triggers .hub-button:after {
          display: none; }
      body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .hub-button:hover, body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .hub-button:focus {
        background: #3D3D3D;
        text-decoration: none; }
        body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .hub-button:hover:after, body:not(.fsComposeMode) #fsHeader .top-bar .top-bar-triggers .hub-button:focus:after {
          border-top: 20px solid #3D3D3D; }

#fsHeader #google_translate_element {
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 999; }
  #fsHeader #google_translate_element label {
    font-size: 0;
    color: transparent;
    height: 0;
    width: 0;
    overflow: hidden; }

#fsHeader .google-translate-embed {
  display: block;
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  #fsHeader .google-translate-embed .goog-te-gadget {
    height: 45px; }
    #fsHeader .google-translate-embed .goog-te-gadget > div {
      height: 45px; }
  #fsHeader .google-translate-embed .goog-te-gadget .goog-te-combo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 45px;
    width: 100%;
    cursor: pointer;
    z-index: 5;
    border: 0;
    padding: 0; }

.bottom-bar {
  position: relative;
  z-index: 500;
  box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1150px) {
    .bottom-bar {
      box-shadow: none; } }
  .bottom-bar > .fsElementContent {
    position: relative; }
    @media (min-width: 1150px) {
      .bottom-bar > .fsElementContent {
        padding: 0 30px 0 0; } }

.site-info-container {
  width: 100%;
  padding: 20px 25px;
  background: #fff;
  position: relative;
  z-index: 501; }
  @media (min-width: 1150px) {
    .site-info-container {
      width: 323px;
      box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2); }
      .site-info-container.clip {
        max-height: 80px;
        overflow: hidden;
        box-shadow: none; }
      .site-info-container:after {
        display: block;
        content: '';
        height: 80px;
        width: 5px;
        background: #fff;
        position: absolute;
        top: 0;
        right: -5px; }
      body:not(.fsComposeMode) #fsHeader.headroom--unpinned .site-info-container {
        width: 161px;
        padding: 5px 25px;
        box-shadow: none !important; }
        body:not(.fsComposeMode) #fsHeader.headroom--unpinned .site-info-container:after {
          display: none; }
        body:not(.fsComposeMode) #fsHeader.headroom--unpinned .site-info-container a {
          width: 111px;
          height: 34px; } }
  .site-info-container a {
    display: block;
    height: 86px;
    width: 100%;
    color: transparent;
    background: url("../images/saas.svg") no-repeat 50% top; }
    @media (min-width: 1150px) {
      .site-info-container a {
        width: 273px; } }
    .site-info-container a:hover {
      color: transparent; }

.hero {
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  @media (min-width: 1150px) {
    .hero {
      top: 125px; } }
  @media (min-width: 1000px) {
    .hero {
      height: 440px; } }

#fsFooter {
  color: #fff; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding-top: 44px;
    padding-bottom: 44px;
    position: relative; }
    @media (min-width: 600px) {
      #fsFooter .fsBanner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start; } }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .footer-logo a {
    display: block;
    height: 56px;
    width: 180px;
    color: transparent;
    margin: 0 auto 40px;
    background: url("../images/saas-white.svg") no-repeat 0 0; }
    #fsFooter .footer-logo a:hover {
      color: transparent; }
  @media (min-width: 600px) {
    #fsFooter .footer-navs {
      width: calc(100% - 221px); } }
  #fsFooter .address-container {
    font-size: 16px;
    line-height: 24px;
    padding-right: 1.25em;
    padding-left: 1.25em;
    zoom: 1;
    margin-bottom: 20px; }
    #fsFooter .address-container:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 600px) {
      #fsFooter .address-container {
        width: 220px;
        border-right: 1px solid #fff; } }
    @media (min-width: 1150px) {
      #fsFooter .address-container {
        width: 30%;
        padding: 0;
        margin-bottom: 0; } }
  #fsFooter .nav-utility-footer {
    padding-right: 1.25em;
    padding-left: 1.25em;
    margin-bottom: 20px; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }
  @media (min-width: 1150px) {
    #fsFooter .nav-utility-footer {
      width: 50%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 0; }
    #fsFooter .nav-social {
      width: 50%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      #fsFooter .nav-social .fsNavLevel1 {
        text-align: center; }
    #fsFooter .footer-navs {
      width: calc(70% - 1px);
      padding-left: 40px; }
      #fsFooter .footer-navs > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #fsFooter #fsPoweredByFinalsite {
      position: absolute;
      bottom: 30px;
      right: 0; } }

@media (min-width: 600px) {
  .school-details-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; } }

.school-details-container > .fsElementContent .school-details {
  text-align: center; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    font-size: 18px;
    font-weight: 700; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='telephone'] {
    display: block; }
  .school-details a {
    color: inherit; }

.footer-statement {
  padding: 0 20px;
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
  clear: both; }
  @media (min-width: 600px) {
    .footer-statement {
      text-align: left; } }
  .footer-statement a {
    color: inherit; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  height: 100%;
  font-family: "proxima-nova", sans-serif;
  background: #3D3D3D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 25px;
  color: #626262; }

body.fsHasHeader {
  height: 100%; }

#fsPageWrapper {
  overflow-x: hidden;
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  @media (min-width: 1150px) {
    #fsPageBodyWrapper {
      padding-top: 200px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 340px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 620px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 340px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 340px; } }

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 1.25em;
      padding-left: 1.25em; } }

@media (min-width: 600px) {
  .fsLayout > header,
  .fsLayout > footer {
    padding-right: 1.25em;
    padding-left: 1.25em; } }

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
      margin-right: -20px;
      margin-left: -20px; } }

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 280px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 280px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 340px); } }

.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: 40px;
      width: 340px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 40px;
        width: 340px; } }
  .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% - 340px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 340px; } }

.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% - 340px); } }

@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% - 340px); } }

@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: 40px;
    width: 340px; } }

.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); } }

.support-adjustments .fsPanel .fsFourColumnLayout {
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 599px) {
  .support-adjustments .fsLayout .fsDiv {
    padding: 3px;
    font-size: 14px;
    text-align: center;
    line-height: 1.1; } }

.nav-portals .fsNavCurrentPage {
  display: none !important; }

@media (max-width: 999px) {
  .wider-breakpoint #fsPageContent,
  .wider-breakpoint #fsBannerRight,
  .wider-breakpoint #fsBannerLeft {
    width: 100% !important; } }

@media (max-width: 599px) {
  .wider-breakpoint #fsPageContent table,
  .wider-breakpoint #fsBannerRight table,
  .wider-breakpoint #fsBannerLeft table {
    width: 100% !important; } }

#fsPoweredByFinalsite {
  margin: 0 auto; }
  @media (min-width: 1150px) {
    #fsPoweredByFinalsite {
      margin: 0; } }

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px; }

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px; }

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

div[class^="fsConstituentColumnLayout"] {
  display: -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: 25px; }
  .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 #b7b7b7;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #b7b7b7;
      -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; }

.fsConstituent .fsBiography > strong:first-child {
  font-size: 0; }
  .fsConstituent .fsBiography > strong:first-child:before {
    content: 'Quote:';
    font-size: 16px; }

.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: #EAEAEA;
  transition: .3s;
  border: 1px solid #E1E1E1;
  margin-bottom: 2px; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: 900;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 16px;
    margin-bottom: 2px;
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    padding: 10px 18px;
    color: #A6192E;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #3D3D3D;
    transition: .3s;
    border-color: #3D3D3D; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #fff;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #A6192E;
  border-color: #A6192E; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #fff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 10px;
  font-family: "IcoMoon";
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 10px;
  font-family: "IcoMoon";
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 13.33333px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion {
  margin-bottom: 20px; }

/*! 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: 25px;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block; }
  .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
    display: inline-block; }

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block; }

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

/*! elements - athletics popup dialog box */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 10px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }
  .fsAthleticsEvent.fsDialog .fsCustomDirections::before {
    content: "Details";
    display: block;
    font-weight: bold; }

/*! 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 #EAEAEA; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  position: relative;
  padding-left: 0;
  min-height: 50px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  display: block;
  text-align: left;
  height: 50px;
  width: 100%;
  color: #fff;
  background: #A6192E;
  padding: 0 65px 0 15px;
  position: relative;
  margin-bottom: 15px; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsDayName, .fsCalendar .fsDate > span.fsMonth, .fsCalendar .fsDate > span.fsSeparator {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 50px;
      display: inline-block; }
    .fsCalendar .fsDate > span.fsDay {
      position: absolute;
      width: 65px;
      top: 0;
      right: 0;
      font-size: 32px;
      line-height: 50px;
      background: #810D1E;
      text-align: center; }

.fsCalendar .fsElementTitle {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #3D3D3D; }

.fsCalendar .fsTitle {
  margin-bottom: 10px; }
  .fsCalendar .fsTitle a {
    color: #3D3D3D; }
    .fsCalendar .fsTitle a:hover {
      color: #A6192E;
      text-decoration: underline; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems .fsDayContainer .fsSeparator {
  display: none; }

.fsCalendar.fsList article .fsDescription {
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(166, 25, 46, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(166, 25, 46, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
        background: rgba(166, 25, 46, 0.2); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(166, 25, 46, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(166, 25, 46, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 18px;
    background: #626262;
    color: #fff;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 19px;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: #555555;
      color: #fff;
      text-decoration: none; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 17px;
      text-transform: uppercase; }
    #fsBannerRight .scroll-up span,
    #fsBannerLeft .scroll-up span,
    .fsStyleOneThird .scroll-up span,
    .fsTwoColumnLayout .scroll-up span,
    .fsThreeColumnLayout .scroll-up span,
    .fsFourColumnLayout .scroll-up span {
      width: 100%; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

.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; }
  .fsCalendar.fsSlideshowVertical .fsElementSlideshow .fsSeparator {
    display: none; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsCalendar.fsEvent .fsElementContent .fsSeparator {
  display: none; }

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */
.fsCalendar.fsDialog .fsDialogContent .fsSeparator {
  display: none; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      line-height: 25px;
      color: #626262; }
    .fsComposerFormEmbed form input {
      border: solid 1px #b7b7b7; }
      .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 #b7b7b7; }
    .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: #A6192E;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #3D3D3D; }
    .fsComposerFormEmbed form .required {
      color: #A6192E; }
    .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: #A6192E;
        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: #3D3D3D;
          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: #A6192E;
      color: #fff;
      float: left;
      transition: .3s; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        background: #3D3D3D; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(98, 98, 98, 0.5); }

:-moz-placeholder {
  color: rgba(98, 98, 98, 0.5); }

::-moz-placeholder {
  color: rgba(98, 98, 98, 0.5); }

:-ms-input-placeholder {
  color: rgba(98, 98, 98, 0.5); }

.fsFormsElement {
  color: #000; }
  .fsFormsElement legend {
    font-weight: bold; }
  .fsFormsElement .fsFormFieldWrapper > label {
    font-weight: bold; }

/*! 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: #EAEAEA; }

.fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccountLogout > .fsStyleUpdateButton:last-child {
    margin-bottom: 0; }

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px; }

.fsError {
  margin-bottom: 50px; }

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: #626262;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px; }
  .fsResetContinue:hover, .fsResetContinue:focus,
  .fsStateSelected .fsResetContinue,
  .fsResetCancel:hover,
  .fsResetCancel:focus,
  .fsStateSelected
  .fsResetCancel,
  .fsLoginNewSuccess > button:hover,
  .fsLoginNewSuccess > button:focus,
  .fsStateSelected
  .fsLoginNewSuccess > button {
    background: #555555;
    color: #fff;
    text-decoration: none; }
  .fsResetContinue em,
  .fsResetCancel em,
  .fsLoginNewSuccess > button em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .fsResetContinue,
  #fsBannerLeft .fsResetContinue,
  .fsStyleOneThird .fsResetContinue,
  .fsTwoColumnLayout .fsResetContinue,
  .fsThreeColumnLayout .fsResetContinue,
  .fsFourColumnLayout .fsResetContinue, #fsBannerRight
  .fsResetCancel,
  #fsBannerLeft
  .fsResetCancel,
  .fsStyleOneThird
  .fsResetCancel,
  .fsTwoColumnLayout
  .fsResetCancel,
  .fsThreeColumnLayout
  .fsResetCancel,
  .fsFourColumnLayout
  .fsResetCancel, #fsBannerRight
  .fsLoginNewSuccess > button,
  #fsBannerLeft
  .fsLoginNewSuccess > button,
  .fsStyleOneThird
  .fsLoginNewSuccess > button,
  .fsTwoColumnLayout
  .fsLoginNewSuccess > button,
  .fsThreeColumnLayout
  .fsLoginNewSuccess > button,
  .fsFourColumnLayout
  .fsLoginNewSuccess > button {
    width: 100%; }

.fsLoginNewSuccess button {
  margin-top: 20px; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #626262;
  font-family: "proxima-nova", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #3D3D3D;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 16px; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  background-color: #3D3D3D;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(61, 61, 61, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: 900;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 16px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block; } }

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc:empty {
  display: none; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */
.fsPostElement .fsElementTitle {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #3D3D3D; }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsPostElement .fsTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px; }
  .fsPostElement .fsTitle a {
    color: #3D3D3D; }
    .fsPostElement .fsTitle a:hover {
      color: #A6192E;
      text-decoration: underline; }

.fsPostElement .fsDateTime {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
  color: #3D3D3D; }

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */
/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0;
    position: relative; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #3D3D3D !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #EAEAEA;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "proxima-nova", sans-serif; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #A6192E;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      font-family: "proxima-nova", sans-serif;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #EAEAEA; }

.fsSearch.site-search :-moz-placeholder {
  color: #EAEAEA; }

.fsSearch.site-search ::-moz-placeholder {
  color: #EAEAEA; }

.fsSearch.site-search :-ms-input-placeholder {
  color: #EAEAEA; }

.header-search {
  height: 45px;
  width: 225px;
  background: #810D1E;
  overflow: hidden;
  max-width: 0px;
  transition: all .3s;
  position: relative; }
  @media (max-width: 1150px) {
    .header-search {
      display: none; } }
  .search-active .header-search {
    max-width: 225px; }
  .header-search label {
    font-size: 0;
    color: transparent; }
  .header-search #top-search-text {
    height: 44px;
    background: #810D1E;
    border: 0;
    width: 175px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px; }
  .header-search button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    background: #810D1E;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0; }
    .header-search button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 14px;
      color: #fff;
      line-height: 45px; }
    .header-search button:hover {
      background: #6a0b19; }

.mobile-search {
  height: 45px;
  width: calc(100% - 20px);
  background: #EAEAEA;
  overflow: hidden;
  position: relative;
  margin: 10px auto 20px;
  border-radius: 3px; }
  .mobile-search label {
    font-size: 0;
    color: transparent; }
  .mobile-search #mobile-search-text {
    height: 44px;
    background: transparent;
    border: 0;
    width: calc(100% - 45px);
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px; }
  .mobile-search button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    background: transparent;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0; }
    .mobile-search button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 14px;
      color: #626262;
      line-height: 45px; }
    .mobile-search button:hover:before {
      color: #A6192E; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
    border: 0;
    height: 100%;
    border: solid 1px #626262; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
      background: #fff !important;
      background-image: none !important;
      width: 100%;
      height: 50px !important;
      color: #626262;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 16px;
      font-family: "proxima-nova", sans-serif; }

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #626262;
  position: absolute;
  transition: .3s;
  right: 0;
  top: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
    content: "Search";
    color: #fff;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: black;
    transition: .3s; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
    border: 0;
    height: 100%;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #626262; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #3D3D3D; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #A6192E !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #3D3D3D !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsFacebookList li {
  margin: 0;
  padding: 0; }

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsVimeoList li {
  margin: 0;
  padding: 0; }

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: #626262;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: #555555;
    color: #fff;
    text-decoration: none; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .vimeo_view_link a,
  #fsBannerLeft .vimeo_view_link a,
  .fsStyleOneThird .vimeo_view_link a,
  .fsTwoColumnLayout .vimeo_view_link a,
  .fsThreeColumnLayout .vimeo_view_link a,
  .fsFourColumnLayout .vimeo_view_link a {
    width: 100%; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsYoutubeList li {
  margin: 0;
  padding: 0; }

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 18px;
  background: #626262;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 19px; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: #555555;
    color: #fff;
    text-decoration: none; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  #fsBannerRight .Youtube_view_link a,
  #fsBannerLeft .Youtube_view_link a,
  .fsStyleOneThird .Youtube_view_link a,
  .fsTwoColumnLayout .Youtube_view_link a,
  .fsThreeColumnLayout .Youtube_view_link a,
  .fsFourColumnLayout .Youtube_view_link a {
    width: 100%; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0 0 0 8px;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 3px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: 900;
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 16px;
        margin-bottom: 2px;
        display: block;
        font-size: 20px;
        font-weight: 800;
        line-height: 30px;
        padding: 10px 18px;
        color: #A6192E;
        transition: .3s;
        background: transparent;
        color: #A6192E;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 800;
        line-height: 19px;
        position: relative;
        z-index: 1; }
        .fsTabs .fsTabsNav li a:before {
          display: block;
          content: '';
          height: 100%;
          width: 100%;
          background: #EAEAEA;
          position: absolute;
          top: 0;
          left: 0;
          -ms-transform: skewX(-18deg);
          transform: skewX(-18deg);
          z-index: -1; }
        .fsTabs .fsTabsNav li a:hover {
          background: transparent;
          color: #fff; }
          .fsTabs .fsTabsNav li a:hover:before {
            background: #3D3D3D; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: transparent;
        color: #fff; }
        .fsTabs .fsTabsNav li.fsStateSelected a:before {
          background: #A6192E; }
  .fsTabs .fsPanel > .fsElementContent {
    padding: 20px 0 !important; }

.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; } }

.thermometer {
  position: relative;
  margin: 30px 0; }
  .thermometer .fsElementContent {
    margin-top: 40px; }
  .thermometer .track {
    height: 300px;
    width: 100px;
    border: 0;
    position: relative;
    margin: 0 auto;
    background: #3D3D3D; }
  .thermometer .amount, .thermometer .amountCash {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    min-width: 100px;
    text-align: center; }
  .thermometer .goal {
    position: absolute;
    top: -30px;
    width: 100%; }
    .thermometer .goal .amount, .thermometer .goal .amountCash {
      color: #A6192E; }
  .thermometer .progress {
    height: 0%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #A6192E; }
    .thermometer .progress .amount, .thermometer .progress .amountCash {
      color: #fff; }

.bpa-thermometer-2 {
  margin-bottom: 50px; }
  .bpa-thermometer-2 > .fsElementContent {
    -ms-flex-order: 3;
    order: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    .bpa-thermometer-2 > .fsElementContent ul {
      list-style: none;
      padding: 0;
      margin: 0 0 7px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 599px) {
        .bpa-thermometer-2 > .fsElementContent ul {
          -ms-flex-direction: column;
          flex-direction: column; } }
      .fsBannerLeft .bpa-thermometer-2 > .fsElementContent ul,
      .fsBannerRight .bpa-thermometer-2 > .fsElementContent ul,
      .fsStyleOneThird .bpa-thermometer-2 > .fsElementContent ul,
      .fsThreeColumnLayout > .fsDiv .bpa-thermometer-2 > .fsElementContent ul,
      .fsFourColumnLayout > .fsDiv .bpa-thermometer-2 > .fsElementContent ul {
        -ms-flex-direction: column;
        flex-direction: column; }
      .bpa-thermometer-2 > .fsElementContent ul li {
        font-size: 30px;
        line-height: 37px;
        padding: 4px 0; }
        .bpa-thermometer-2 > .fsElementContent ul li:before {
          color: #A6192E;
          font-size: 30px;
          font-weight: 700;
          line-height: 37px;
          margin-right: 10px; }
      .bpa-thermometer-2 > .fsElementContent ul li:first-of-type {
        margin-right: 20px; }
        .bpa-thermometer-2 > .fsElementContent ul li:first-of-type:before {
          content: "Total Raised"; }
      .bpa-thermometer-2 > .fsElementContent ul li:last-of-type:before {
        content: "Our Goal"; }
  .bpa-thermometer-2 .therm-wrapper {
    position: relative;
    height: 50px;
    width: 100%; }
    .bpa-thermometer-2 .therm-wrapper .horizontal-therm {
      box-shadow: inset 0 0 0 1px #A6192E;
      display: block;
      height: 100%;
      width: 100%;
      border-radius: 25px;
      overflow: hidden;
      position: relative; }
    .bpa-thermometer-2 .therm-wrapper .amount-slider {
      background: #A6192E;
      position: absolute;
      height: 100%;
      left: 0;
      width: 0;
      transition: width 0.75s; }
      .bpa-thermometer-2 .therm-wrapper .amount-slider.animate {
        transition: width 0.75s; }
  .bpa-thermometer-2.dark {
    background-color: #A6192E;
    padding: 20px;
    color: #fff; }
    .bpa-thermometer-2.dark h1, .bpa-thermometer-2.dark h2, .bpa-thermometer-2.dark h3, .bpa-thermometer-2.dark h4, .bpa-thermometer-2.dark h5, .bpa-thermometer-2.dark h6, .bpa-thermometer-2.dark a {
      color: inherit; }
    .bpa-thermometer-2.dark > .fsElementContent ul li {
      color: #fff; }
      .bpa-thermometer-2.dark > .fsElementContent ul li:before {
        color: #fff; }
    .bpa-thermometer-2.dark .horizontal-therm {
      box-shadow: inset 0 0 0 1px #fff;
      background-color: rgba(255, 255, 255, 0.2); }
    .bpa-thermometer-2.dark .amount-slider {
      background: #fff; }

/*! -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,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsBannerLeft .fsElementToolsSearch > div,
  .fsBannerRight .fsElementToolsSearch > div,
  .fsStyleOneThird .fsElementToolsSearch > div,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
    width: 100%; }
  .fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
  .fsBannerRight .fsElementToolsSearch .fsFieldContainer,
  .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsStyleOneThird .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: #626262;
    color: white; }
  .fsLegend .fsElementControls label input + span {
    color: #626262;
    background: white; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #EAEAEA; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #dddddd;
    color: #626262;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
      box-shadow: inset 0 -1px 0 0 #fff; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
      background: #c4c4c4;
      color: #626262; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #EAEAEA;
      color: #b7b7b7; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #e6596e;
      color: #fff; }

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #626262; }

/*! _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 .fsElementTitle {
    font-size: 25px;
    font-weight: 900;
    line-height: 32px; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }
  .module a {
    color: inherit; }
    .module a:hover {
      opacity: .6; }

.module {
  background: #A6192E;
  position: relative;
  z-index: 2;
  margin: 50px 0 !important; }
  .module a {
    text-decoration: underline; }
  .module:before {
    display: block;
    content: '';
    position: absolute;
    -ms-transform-origin: top left;
    transform-origin: top left;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #A6192E;
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    z-index: -1; }
  .module:after {
    display: block;
    content: '';
    position: absolute;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #A6192E;
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    z-index: -1; }
  .module.secondary {
    background: #3D3D3D; }
    .module.secondary:before, .module.secondary:after {
      background: #3D3D3D; }
  .module.photo {
    padding: 0;
    margin: 0 0 30px 0 !important; }
    .module.photo:before, .module.photo:after {
      display: none; }
    .module.photo > header .fsElementHeaderContent {
      margin: 0; }
      .module.photo > header .fsElementHeaderContent p {
        margin: 0; }
    .module.photo > .fsElementContent {
      padding: 20px; }
      .module.photo > .fsElementContent h2 {
        font-size: 25px;
        font-weight: 900;
        line-height: 32px; }

.italicPost .fsPostLink {
  font-style: italic; }

/*! pages - home v0.0.1 */
.home:not(.fsComposeMode) #fsPageBody {
  visibility: hidden;
  opacity: 0; }

.home:not(.fsComposeMode).loadanimation #fsPageBody {
  visibility: visible;
  opacity: 1; }

.home:not(.fsComposeMode) #fsPageBodyWrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 0; }
  @media (min-width: 1150px) {
    .home:not(.fsComposeMode) #fsPageBodyWrapper {
      padding-top: 125px; } }

.home:not(.fsComposeMode) #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: none; }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) #fsPageBody {
      background: url("https://resources.finalsite.net/images/v1526048503/seattleacademyorg/rh0jj2rehpzlemss0uda/home-fixed-bg.jpg") fixed 50% top no-repeat;
      background-size: cover; } }

.home:not(.fsComposeMode) #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: none; }

.home:not(.fsComposeMode) .fsLayout {
  margin-right: 0;
  margin-left: 0; }
  .home:not(.fsComposeMode) .fsLayout .fsDiv {
    padding: 0;
    margin-bottom: 0; }
    .home:not(.fsComposeMode) .fsLayout .fsDiv > .fsElement {
      margin-bottom: 0; }

.home:not(.fsComposeMode) .photo-video-slider {
  position: relative;
  height: 450px; }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .photo-video-slider {
      height: calc(100vh - 125px); } }
  .home:not(.fsComposeMode) .photo-video-slider .fsSlideshowPause,
  .home:not(.fsComposeMode) .photo-video-slider .fsSlideshowPlay {
    top: 30px;
    left: 30px; }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .photo-video-slider .fsSlideshowPause,
      .home:not(.fsComposeMode) .photo-video-slider .fsSlideshowPlay {
        top: 70px;
        left: 50px; } }
  .home:not(.fsComposeMode) .photo-video-slider > header .fsElementHeaderContent {
    margin: 0; }
    .home:not(.fsComposeMode) .photo-video-slider > header .fsElementHeaderContent .news-cal-button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right;
      position: absolute;
      top: 20vh;
      right: -5px;
      z-index: 8999;
      background: #A6192E;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase;
      padding: 10px 20px 20px;
      transition: all 0.3s;
      cursor: pointer;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media (max-width: 1150px) {
        .home:not(.fsComposeMode) .photo-video-slider > header .fsElementHeaderContent .news-cal-button {
          display: none; } }
      .home:not(.fsComposeMode) .photo-video-slider > header .fsElementHeaderContent .news-cal-button:before {
        display: block;
        content: '';
        height: 30px;
        width: 100%;
        border-top: 20px solid transparent;
        border-right: 90px solid transparent;
        border-bottom: 20px solid #A6192E;
        border-left: 90px solid transparent;
        position: absolute;
        top: -40px;
        left: 0;
        transition: border-color 0.3s; }
      .home:not(.fsComposeMode) .photo-video-slider > header .fsElementHeaderContent .news-cal-button:focus, .home:not(.fsComposeMode) .photo-video-slider > header .fsElementHeaderContent .news-cal-button:hover {
        background: #810D1E;
        right: 0; }
        .home:not(.fsComposeMode) .photo-video-slider > header .fsElementHeaderContent .news-cal-button:focus:before, .home:not(.fsComposeMode) .photo-video-slider > header .fsElementHeaderContent .news-cal-button:hover:before {
          border-bottom-color: #810D1E; }
  .home:not(.fsComposeMode) .photo-video-slider .fsElementSlideshow {
    position: relative;
    padding: 0 !important; }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .photo-video-slider .fsElementSlideshow:before {
        display: block;
        content: '';
        height: 200px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); } }
  .home:not(.fsComposeMode) .photo-video-slider article {
    position: relative;
    overflow: hidden;
    height: 450px;
    padding: 0;
    background-size: cover;
    background-position: 50% top; }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .photo-video-slider article {
        height: calc(100vh - 125px); }
        .home:not(.fsComposeMode) .photo-video-slider article:before {
          -ms-transform-origin: top right;
          transform-origin: top right;
          display: block;
          content: '';
          height: 100%;
          width: 540px;
          position: absolute;
          top: 0;
          left: -540px;
          background: rgba(0, 0, 0, 0.45);
          -ms-transform: skewX(0deg);
          transform: skewX(0deg);
          transition: all 1s; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode).loadanimation .photo-video-slider article:before {
        -ms-transform: skewX(-23deg);
        transform: skewX(-23deg);
        left: 0; } }
    .home:not(.fsComposeMode) .photo-video-slider article picture {
      visibility: hidden; }
    @media (max-width: 1040px) {
      .home:not(.fsComposeMode) .photo-video-slider article video {
        height: 100%;
        width: auto;
        max-width: none;
        position: absolute;
        top: 0;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
    .home:not(.fsComposeMode) .photo-video-slider article .fsDescription,
    .home:not(.fsComposeMode) .photo-video-slider article figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #fff;
      white-space: normal;
      font-size: 16px;
      line-height: 20px;
      padding: 30px 30px 40px;
      background: rgba(0, 0, 0, 0.45);
      text-align: center; }
      @media (min-width: 700px) {
        .home:not(.fsComposeMode) .photo-video-slider article .fsDescription,
        .home:not(.fsComposeMode) .photo-video-slider article figcaption {
          text-align: left;
          font-size: 18px;
          line-height: 25px;
          padding-bottom: 60px; } }
      @media (min-width: 1000px) {
        .home:not(.fsComposeMode) .photo-video-slider article .fsDescription,
        .home:not(.fsComposeMode) .photo-video-slider article figcaption {
          bottom: auto;
          top: 50%;
          left: 50px;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          max-width: 240px;
          max-height: 240px;
          overflow: auto;
          padding: 0;
          background: none; } }
      .home:not(.fsComposeMode) .photo-video-slider article .fsDescription h3,
      .home:not(.fsComposeMode) .photo-video-slider article figcaption h3 {
        font-size: 30px;
        color: #fff; }
        @media (min-width: 700px) {
          .home:not(.fsComposeMode) .photo-video-slider article .fsDescription h3,
          .home:not(.fsComposeMode) .photo-video-slider article figcaption h3 {
            font-size: 36px; } }
      .home:not(.fsComposeMode) .photo-video-slider article .fsDescription a,
      .home:not(.fsComposeMode) .photo-video-slider article figcaption a {
        color: #fff; }
        .home:not(.fsComposeMode) .photo-video-slider article .fsDescription a:after,
        .home:not(.fsComposeMode) .photo-video-slider article figcaption a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-left: 5px;
          position: relative;
          bottom: -1px; }
  .home:not(.fsComposeMode) .photo-video-slider .fsNextButton,
  .home:not(.fsComposeMode) .photo-video-slider .fsPrevButton {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
    height: 34px;
    width: 34px;
    font-size: 0;
    color: transparent;
    position: absolute;
    top: auto;
    bottom: 10px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center; }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .photo-video-slider .fsNextButton,
      .home:not(.fsComposeMode) .photo-video-slider .fsPrevButton {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        bottom: auto;
        top: calc(50% + 120px); } }
    .home:not(.fsComposeMode) .photo-video-slider .fsNextButton:before,
    .home:not(.fsComposeMode) .photo-video-slider .fsPrevButton:before {
      font-size: 38px;
      line-height: 30px;
      color: rgba(255, 255, 255, 0.7);
      transition: all 0.3s; }
      @media (min-width: 1000px) {
        .home:not(.fsComposeMode) .photo-video-slider .fsNextButton:before,
        .home:not(.fsComposeMode) .photo-video-slider .fsPrevButton:before {
          font-size: 34px; } }
    .home:not(.fsComposeMode) .photo-video-slider .fsNextButton:focus:before, .home:not(.fsComposeMode) .photo-video-slider .fsNextButton:hover:before,
    .home:not(.fsComposeMode) .photo-video-slider .fsPrevButton:focus:before,
    .home:not(.fsComposeMode) .photo-video-slider .fsPrevButton:hover:before {
      color: white; }
  .home:not(.fsComposeMode) .photo-video-slider .fsPrevButton {
    left: calc(50% - 17px); }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .photo-video-slider .fsPrevButton {
        left: 50px; } }
    .home:not(.fsComposeMode) .photo-video-slider .fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home:not(.fsComposeMode) .photo-video-slider .fsNextButton {
    left: calc(50% + 17px); }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .photo-video-slider .fsNextButton {
        left: 80px; } }
    .home:not(.fsComposeMode) .photo-video-slider .fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.home:not(.fsComposeMode).home-updates .photo-video-slider {
  max-height: 735px;
  background: #fff; }
  @media (min-width: 1600px) {
    .home:not(.fsComposeMode).home-updates .photo-video-slider {
      max-height: calc(100vh - 300px); } }
  @media (max-width: 999px) {
    .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager {
      display: none !important; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      bottom: 0 !important; } }
  @media (min-width: 1250px) {
    .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager {
      display: block !important;
      bottom: 60px !important; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode).home-updates .photo-video-slider article {
      max-height: 735px; }
      .home:not(.fsComposeMode).home-updates .photo-video-slider article:before {
        display: block;
        content: '';
        height: 320px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        top: auto;
        -ms-transform: none;
        transform: none; }
    .home:not(.fsComposeMode).home-updates .photo-video-slider .fsElementSlideshow:before {
      display: none; }
    .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager {
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 60px;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 999;
      display: none; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager {
      display: block; } }
  @media (min-width: 1000px) {
      .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager li {
        display: inline-block;
        margin: 0;
        width: auto;
        max-width: 183px;
        padding-bottom: 85px;
        margin-bottom: 0;
        text-align: center; } }
    @media (min-width: 1000px) and (min-width: 1250px) {
      .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager li {
        margin: 0 30px;
        margin-bottom: -60px; } }
  @media (min-width: 1000px) {
        .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager li:before {
          content: '';
          background: #810D1E;
          height: 10px;
          width: 120px;
          position: absolute;
          display: block;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          transition: 0.3s;
          bottom: 0; }
        .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager li > button {
          border: 0;
          background: none;
          outline: 0;
          margin: 0;
          padding: 0;
          font-size: 0;
          opacity: 0.6;
          transition: opacity 0.3s;
          cursor: pointer;
          outline: none !important; }
          .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager li > button:before {
            display: none !important; }
          .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager li > button > span {
            position: relative;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 19px;
            padding-bottom: 4px;
            font-weight: 900;
            font-size: 22px;
            line-height: 26px; }
          .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager li > button:hover, .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager li > button:focus {
            opacity: 0.8 !important; }
        .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager li.slick-active:before {
          background: #A6192E; }
        .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPager li.slick-active > button {
          opacity: 1 !important; }
    .home:not(.fsComposeMode).home-updates .photo-video-slider .fsNextButton, .home:not(.fsComposeMode).home-updates .photo-video-slider .fsPrevButton {
      display: none !important; }
    .home:not(.fsComposeMode).home-updates .photo-video-slider figcaption {
      z-index: 99; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .home:not(.fsComposeMode).home-updates .photo-video-slider figcaption {
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      max-width: 1180px;
      overflow: auto;
      background: none;
      padding: 0 20px;
      margin: 0 auto;
      text-align: center;
      bottom: 150px;
      top: auto;
      position: absolute;
      z-index: 9999999999;
      transform: translate3d(-50%, 28px, 0px);
      opacity: 0;
      transition: 1s; }
      .home:not(.fsComposeMode).home-updates .photo-video-slider figcaption h1, .home:not(.fsComposeMode).home-updates .photo-video-slider figcaption h2, .home:not(.fsComposeMode).home-updates .photo-video-slider figcaption h3, .home:not(.fsComposeMode).home-updates .photo-video-slider figcaption h4, .home:not(.fsComposeMode).home-updates .photo-video-slider figcaption h5, .home:not(.fsComposeMode).home-updates .photo-video-slider figcaption h6 {
        display: none; }
      .home:not(.fsComposeMode).home-updates .photo-video-slider figcaption p {
        font-weight: 700;
        font-size: 22px;
        line-height: 29px; } }

@media (min-width: 1000px) and (min-width: 1000px) {
  .home:not(.fsComposeMode).home-updates.loadanimation .photo-video-slider article.slick-active figcaption {
    transform: translate3d(-50%, 0px, 0px);
    opacity: 1; } }
  @media (min-width: 1600px) {
    .home:not(.fsComposeMode).home-updates .photo-video-slider article {
      max-height: calc(100vh - 300px); } }

.home:not(.fsComposeMode) .pillars {
  background: #A6192E;
  color: #fff;
  padding: 30px;
  position: relative;
  z-index: 10;
  min-height: 210px; }
  .home:not(.fsComposeMode) .pillars > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 48.125em;
    max-width: 48.125rem; }
  .home:not(.fsComposeMode) .pillars h2,
  .home:not(.fsComposeMode) .pillars h3,
  .home:not(.fsComposeMode) .pillars h4,
  .home:not(.fsComposeMode) .pillars h5,
  .home:not(.fsComposeMode) .pillars h6 {
    color: #fff; }
  .home:not(.fsComposeMode) .pillars:after, .home:not(.fsComposeMode) .pillars:before {
    display: block;
    content: '';
    height: 200px;
    width: 51%;
    background: #A6192E;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all 1s; }
  .home:not(.fsComposeMode) .pillars:before {
    -ms-transform-origin: top right;
    transform-origin: top right;
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    left: 0; }
  .home:not(.fsComposeMode) .pillars:after {
    -ms-transform-origin: top left;
    transform-origin: top left;
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    right: 0; }
  body.home:not(.fsComposeMode).loadanimation .pillars:before {
    -ms-transform: skewY(10deg);
    transform: skewY(10deg); }
  body.home:not(.fsComposeMode).loadanimation .pillars:after {
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg); }

.home:not(.fsComposeMode).home-updates .pillars {
  background: #fff; }
  .home:not(.fsComposeMode).home-updates .pillars > .fsElementContent {
    padding-top: 22px; }
  .home:not(.fsComposeMode).home-updates .pillars:before, .home:not(.fsComposeMode).home-updates .pillars:after {
    display: none; }
  .home:not(.fsComposeMode).home-updates .pillars h1, .home:not(.fsComposeMode).home-updates .pillars h2, .home:not(.fsComposeMode).home-updates .pillars h3, .home:not(.fsComposeMode).home-updates .pillars h4, .home:not(.fsComposeMode).home-updates .pillars h5, .home:not(.fsComposeMode).home-updates .pillars h6 {
    color: #A6192E; }
  .home:not(.fsComposeMode).home-updates .pillars p {
    color: #626262; }

.home:not(.fsComposeMode) .news-cal-modal {
  overflow: hidden;
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
  background: rgba(61, 61, 61, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9001;
  color: #fff;
  max-height: 0;
  transition: all 0.3s; }
  @media (max-width: 1150px) {
    .home:not(.fsComposeMode) .news-cal-modal {
      display: none; } }
  .home:not(.fsComposeMode) .news-cal-modal > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .home:not(.fsComposeMode) .news-cal-modal > header .fsElementHeaderContent {
    margin: 0; }
    .home:not(.fsComposeMode) .news-cal-modal > header .fsElementHeaderContent .news-cal-close {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      position: absolute;
      top: 30px;
      right: 30px;
      height: 30px;
      width: 30px;
      cursor: pointer; }
      .home:not(.fsComposeMode) .news-cal-modal > header .fsElementHeaderContent .news-cal-close:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 30px;
        color: #fff; }
      .home:not(.fsComposeMode) .news-cal-modal > header .fsElementHeaderContent .news-cal-close:hover:before {
        color: #d2203a; }
  .home:not(.fsComposeMode) .news-cal-modal.news-cal-active {
    max-height: 100%;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-y: auto;
    padding: 110px 30px; }
  .home:not(.fsComposeMode) .news-cal-modal .fsCalendar {
    color: #fff; }
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar > header a {
      font-size: 14px;
      color: #EAEAEA;
      text-transform: uppercase; }
      .home:not(.fsComposeMode) .news-cal-modal .fsCalendar > header a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 5px; }
      .home:not(.fsComposeMode) .news-cal-modal .fsCalendar > header a:focus, .home:not(.fsComposeMode) .news-cal-modal .fsCalendar > header a:hover {
        color: #fff; }
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar > header .fsElementTitle {
      font-size: 35px;
      font-weight: 900;
      line-height: 42px; }
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar .fsNextButton:before,
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar .fsPrevButton:before {
      color: rgba(255, 255, 255, 0.85); }
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar .fsNextButton:focus:before, .home:not(.fsComposeMode) .news-cal-modal .fsCalendar .fsNextButton:hover:before,
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar .fsPrevButton:focus:before,
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar .fsPrevButton:hover:before {
      color: #fff; }
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar .fsElementTitle {
      color: #fff; }
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar article .fsDescription {
      display: none; }
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar .fsDayName,
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar .fsMonth,
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar .fsSeparator {
      font-size: 13px;
      letter-spacing: 0.05px; }
    .home:not(.fsComposeMode) .news-cal-modal .fsCalendar a {
      color: #fff; }
      .home:not(.fsComposeMode) .news-cal-modal .fsCalendar a:focus, .home:not(.fsComposeMode) .news-cal-modal .fsCalendar a:hover {
        text-decoration: underline; }
  .home:not(.fsComposeMode) .news-cal-modal .fsPostElement {
    display: none; }
  .home:not(.fsComposeMode) .news-cal-modal .fsFeeds {
    color: #626262; }
    .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > header a {
      font-size: 14px;
      color: #EAEAEA;
      text-transform: uppercase; }
      .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > header a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 5px; }
      .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > header a:focus, .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > header a:hover {
        color: #fff; }
    .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > header .fsElementTitle {
      font-size: 35px;
      font-weight: 900;
      line-height: 42px;
      color: #fff; }
    .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent {
      -moz-column-count: 4;
      column-count: 4;
      -moz-column-gap: 15px;
      column-gap: 15px; }
      .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article {
        width: 280px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background: #fff;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        page-break-inside: avoid;
        break-inside: avoid; }
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .feed-img {
          width: 100%; }
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .poster {
          padding: 20px;
          display: block;
          width: 100%;
          zoom: 1; }
          .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .poster:after {
            display: table;
            clear: both;
            content: ''; }
          .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .poster .poster-img {
            float: left;
            border: 1px solid #EAEAEA; }
          .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .poster .poster-name {
            float: left;
            margin-left: 10px;
            padding-top: 15px;
            font-size: 20px;
            font-weight: bold;
            line-height: 24px;
            color: #3D3D3D; }
            .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .poster .poster-name:hover {
              color: #A6192E; }
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .feed-content,
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .fsDateTime,
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .fsReadMoreLink,
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .fsSummary,
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .fsTitle {
          padding-right: 20px;
          padding-left: 20px; }
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .feed-content {
          padding-bottom: 30px; }
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .fsTitle {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 20px;
          margin-top: 20px; }
          .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .fsTitle a {
            color: #3D3D3D; }
            .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .fsTitle a:hover {
              color: #A6192E; }
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .like-count {
          color: rgba(98, 98, 98, 0.65);
          position: absolute;
          bottom: 20px;
          left: 20px; }
          .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .like-count:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            margin-right: 5px; }
        .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .page-link {
          font-size: 0;
          color: transparent;
          display: inline-block;
          height: 20px;
          width: 20px;
          text-align: center;
          position: absolute;
          bottom: 20px;
          right: 20px; }
          .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .page-link.Twitter:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: rgba(98, 98, 98, 0.65);
            font-size: 18px; }
          .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .page-link.Facebook:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: rgba(98, 98, 98, 0.65);
            font-size: 18px; }
          .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .page-link:focus:before, .home:not(.fsComposeMode) .news-cal-modal .fsFeeds > .fsElementContent article .page-link:hover:before {
            color: #A6192E; }
    .home:not(.fsComposeMode) .news-cal-modal .fsFeeds .j-paginate.juicer-button {
      display: none; }

.home:not(.fsComposeMode) .policy {
  background: #A6192E;
  background: #810D1E;
  color: #fff;
  padding: 40px 0;
  line-height: 20px; }
  @media (max-width: 1299px) {
    .home:not(.fsComposeMode) .policy {
      padding: 40px 20px; } }
  .home:not(.fsComposeMode) .policy h1,
  .home:not(.fsComposeMode) .policy h2,
  .home:not(.fsComposeMode) .policy h3,
  .home:not(.fsComposeMode) .policy h4,
  .home:not(.fsComposeMode) .policy h5,
  .home:not(.fsComposeMode) .policy h6,
  .home:not(.fsComposeMode) .policy p {
    color: #fff; }
  .home:not(.fsComposeMode) .policy p {
    font-style: italic; }
  .home:not(.fsComposeMode) .policy p:last-child {
    margin-bottom: 0; }

.home:not(.fsComposeMode) .parallax-image {
  visibility: hidden;
  margin: 0;
  height: 0;
  overflow-y: hidden; }

body:not(.fsComposeMode) .feature-grid > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 30px;
    height: 321px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden; }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:after {
      display: block;
      content: '';
      height: 50%;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
      opacity: 1;
      z-index: -1;
      transition: opacity 0.3s; }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:before {
      display: block;
      content: '';
      height: 100%;
      width: 200%;
      position: absolute;
      top: 0;
      left: 50%;
      background: rgba(166, 25, 46, 0.8);
      opacity: 0;
      z-index: -1;
      -ms-transform: translate(100%, 0) skewX(-30deg);
      transform: translate(100%, 0) skewX(-30deg);
      transition: opacity 0.5s, transform 1s; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent {
        height: 387px;
        width: 50%; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent {
        height: 480px;
        width: 33.333%; } }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent > header {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 2; }
      body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent > header * {
        display: block;
        height: 100%;
        width: 100%; }
      body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent > header .fsElementHeaderContent {
        margin: 0; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent > header .fsElementHeaderContent p {
          margin: 0; }
        body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent > header .fsElementHeaderContent a {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          color: transparent;
          font-size: 0; }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent > .fsElementContent h2 {
      display: block;
      width: 100%;
      height: 80px;
      font-size: 25px;
      font-weight: 900;
      line-height: 30px;
      transition: all 0.5s;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 30px 30px 0;
      margin: 0; }
      body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent > .fsElementContent h2 a {
        color: #fff;
        font-weight: 900; }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent > .fsElementContent p {
      display: block;
      width: 100%;
      padding-top: 80px;
      max-height: 0;
      overflow: hidden;
      margin: 0;
      -ms-transform: translate(600px, 0);
      transform: translate(600px, 0);
      transition: all 0.5s; }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:focus:after, body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:focus-within:after, body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:hover:after {
      opacity: 0; }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:focus:before, body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:focus-within:before, body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:hover:before {
      opacity: 1;
      -ms-transform: translate(-50%, 0) skewX(-30deg);
      transform: translate(-50%, 0) skewX(-30deg); }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:focus h2, body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:focus-within h2, body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:hover h2 {
      bottom: calc(100% - 80px); }
    body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:focus p, body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:focus-within p, body:not(.fsComposeMode) .feature-grid > .fsElementContent .fsContent:hover p {
      max-height: 300px;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

@media (min-width: 700px) {
  body:not(.fsComposeMode) .feature-grid.two-columns > .fsElementContent .fsContent {
    height: 387px;
    width: 50%; } }

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .feature-grid.two-columns > .fsElementContent .fsContent {
    height: 480px;
    width: 50%; } }

body:not(.fsComposeMode) .content-angle {
  padding-top: 200px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  background: #fff; }
  body:not(.fsComposeMode) .content-angle:before {
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    content: '';
    display: block;
    height: 300px;
    width: 150%;
    position: absolute;
    top: -190px;
    left: 50%;
    -ms-transform: translate(-50%, 0) skewY(-5deg);
    transform: translate(-50%, 0) skewY(-5deg);
    background: #A6192E; }
  body:not(.fsComposeMode) .content-angle > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 48.75em;
    max-width: 48.75rem; }
    @media (max-width: 1220px) {
      body:not(.fsComposeMode) .content-angle > .fsElementContent {
        padding-right: 1.25em;
        padding-left: 1.25em; } }
    body:not(.fsComposeMode) .content-angle > .fsElementContent h2 {
      color: #A6192E; }

body:not(.fsComposeMode) .slant-slider {
  position: relative;
  height: 425px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff; }
  body:not(.fsComposeMode) .slant-slider * {
    outline: none; }
  body:not(.fsComposeMode) .slant-slider > header > .fsElementHeaderContent {
    margin: 0; }
  body:not(.fsComposeMode) .slant-slider > .fsElementContent {
    height: 425px;
    position: relative; }
    body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent {
      height: 425px;
      width: 350px;
      overflow: hidden;
      color: #fff;
      position: relative;
      z-index: 1;
      background: #000;
      transition: all 0.5s; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent {
          -ms-transform: skewX(-18deg);
          transform: skewX(-18deg);
          margin-left: -1px; } }
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:after {
        display: block;
        content: '';
        height: 300px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        opacity: 0.5;
        transition: all 0.3s; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:hover {
          width: 380px; } }
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus:after, body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus-within:after, body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:hover:after {
        opacity: 1; }
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus h2,
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus h3, body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus-within h2,
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus-within h3, body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:hover h2,
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:hover h3 {
        opacity: 1; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus h2,
          body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus h3, body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus-within h2,
          body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus-within h3, body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:hover h2,
          body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:hover h3 {
            -ms-transform: translate(0, 0) skewX(18deg);
            transform: translate(0, 0) skewX(18deg); } }
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus > header img, body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:focus-within > header img, body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent:hover > header img {
        opacity: 1;
        transition: all 0.5s; }
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent > header {
        height: 425px;
        width: 600px;
        position: absolute;
        top: 0;
        left: 50%;
        -ms-transform: translate(-50%, 0) skewX(0deg);
        transform: translate(-50%, 0) skewX(0deg); }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent > header {
            -ms-transform: translate(-50%, 0) skewX(18deg);
            transform: translate(-50%, 0) skewX(18deg); } }
        body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent > header img {
          max-width: none;
          height: 490px;
          width: 520px;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          opacity: 0.5; }
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent h2,
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent h3,
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent p {
        z-index: 10; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent h2,
          body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent h3,
          body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent p {
            -ms-transform: skewX(18deg);
            transform: skewX(18deg); } }
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent h2 {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        line-height: 30px;
        padding: 0 20px;
        position: absolute;
        bottom: 70px;
        left: 0;
        text-align: center;
        opacity: 0;
        transition: all 0.5s; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent h2 {
            -ms-transform: translate(0, 100px) skewX(18deg);
            transform: translate(0, 100px) skewX(18deg); } }
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent h3 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        opacity: 0;
        transition: all 0.5s; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent h3 {
            -ms-transform: translate(0, 100px) skewX(18deg);
            transform: translate(0, 100px) skewX(18deg); } }
      body:not(.fsComposeMode) .slant-slider > .fsElementContent .fsContent p {
        display: none; }
  body:not(.fsComposeMode) .slant-slider .slick-next,
  body:not(.fsComposeMode) .slant-slider .slick-prev {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    background: #A6192E;
    height: 40px;
    width: 60px;
    position: absolute;
    bottom: 0;
    z-index: 20;
    font-size: 0;
    color: transparent;
    transition: background 0.3s; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .slant-slider .slick-next,
      body:not(.fsComposeMode) .slant-slider .slick-prev {
        height: 60px; } }
    body:not(.fsComposeMode) .slant-slider .slick-next:focus, body:not(.fsComposeMode) .slant-slider .slick-next:hover,
    body:not(.fsComposeMode) .slant-slider .slick-prev:focus,
    body:not(.fsComposeMode) .slant-slider .slick-prev:hover {
      background: #810D1E; }
    body:not(.fsComposeMode) .slant-slider .slick-next:before,
    body:not(.fsComposeMode) .slant-slider .slick-prev:before {
      font-size: 30px;
      color: #fff;
      line-height: 40px;
      text-align: center; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .slant-slider .slick-next:before,
        body:not(.fsComposeMode) .slant-slider .slick-prev:before {
          line-height: 60px; } }
  body:not(.fsComposeMode) .slant-slider .slick-prev {
    right: 60px;
    border-right: 1px solid #810D1E; }
    body:not(.fsComposeMode) .slant-slider .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .slant-slider .slick-next {
    right: 0; }
    body:not(.fsComposeMode) .slant-slider .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .slant-slider > header .modal-container {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #eaeaea;
    z-index: 500;
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
    transition: all 0.5s ease-in-out; }
    body:not(.fsComposeMode) .slant-slider > header .modal-container.active {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
      body:not(.fsComposeMode) .slant-slider > header .modal-container.active:before {
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        display: block;
        content: '';
        height: 100%;
        width: 160px;
        position: absolute;
        bottom: 0;
        right: 100%;
        z-index: -1;
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
        background: #eaeaea; }
    body:not(.fsComposeMode) .slant-slider > header .modal-container .modal-close {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 20px;
      right: 20px;
      height: 50px;
      width: 50px;
      font-size: 0;
      color: transparent; }
      body:not(.fsComposeMode) .slant-slider > header .modal-container .modal-close:before {
        font-size: 40px;
        color: rgba(98, 98, 98, 0.7);
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        line-height: 50px;
        text-align: center;
        transition: all 0.3s; }
      body:not(.fsComposeMode) .slant-slider > header .modal-container .modal-close:focus:before, body:not(.fsComposeMode) .slant-slider > header .modal-container .modal-close:hover:before {
        color: #626262; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .slant-slider > header .modal-container > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    body:not(.fsComposeMode) .slant-slider > header .modal-container > div > header {
      position: relative;
      width: 100%;
      height: 425px;
      overflow: hidden;
      margin: 0;
      display: none; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .slant-slider > header .modal-container > div > header {
          display: block;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 400px; } }
      body:not(.fsComposeMode) .slant-slider > header .modal-container > div > header .fsElementHeaderContent {
        margin: 0; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .slant-slider > header .modal-container > div > header:before {
          -ms-transform-origin: bottom right;
          transform-origin: bottom right;
          display: block;
          content: '';
          height: 100%;
          width: 160px;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 1;
          -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
          background: #eaeaea; } }
      body:not(.fsComposeMode) .slant-slider > header .modal-container > div > header img {
        height: 100%;
        width: auto;
        max-width: none; }
    body:not(.fsComposeMode) .slant-slider > header .modal-container > div > .fsElementContent {
      width: 100%;
      height: 425px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 1.25em;
      padding-left: 1.25em; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .slant-slider > header .modal-container > div > .fsElementContent {
          width: calc(100% - 400px);
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          padding: 0 100px 0 0; } }
      body:not(.fsComposeMode) .slant-slider > header .modal-container > div > .fsElementContent h2 {
        color: #A6192E;
        font-size: 26px;
        line-height: 1.2em;
        font-weight: 700; }
      body:not(.fsComposeMode) .slant-slider > header .modal-container > div > .fsElementContent h3 {
        font-size: 16px;
        line-height: 1.2em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700; }
      body:not(.fsComposeMode) .slant-slider > header .modal-container > div > .fsElementContent a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 5px; }
      body:not(.fsComposeMode) .slant-slider > header .modal-container > div > .fsElementContent a:focus, body:not(.fsComposeMode) .slant-slider > header .modal-container > div > .fsElementContent a:hover {
        color: #000;
        text-decoration: none; }

body.home:not(.fsComposeMode) .slant-slider {
  margin-bottom: 0; }

body:not(.fsComposeMode) .next-steps {
  background-size: cover;
  background-position: 50% top;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .next-steps {
      height: 540px;
      background: transparent !important; } }
  body:not(.fsComposeMode) .next-steps:before {
    display: block;
    content: '';
    height: 300px;
    width: 100%;
    position: absolute;
    top: -240px;
    left: 0;
    background: #810D1E;
    z-index: 0;
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -ms-transform-origin: bottom right;
    transform-origin: bottom right; }
  body:not(.fsComposeMode) .next-steps:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  body:not(.fsComposeMode) .next-steps > header {
    padding: 160px 20px 60px; }
    body:not(.fsComposeMode) .next-steps > header .fsElementTitle {
      color: #fff;
      font-size: 36px; }
    body:not(.fsComposeMode) .next-steps > header .fsElementHeaderContent {
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.5px; }
  body:not(.fsComposeMode) .next-steps > .fsElementContent {
    color: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding-bottom: 100px; }
    @media (max-width: 1220px) {
      body:not(.fsComposeMode) .next-steps > .fsElementContent {
        padding-right: 1.25em;
        padding-left: 1.25em; } }
    body:not(.fsComposeMode) .next-steps > .fsElementContent ul, body:not(.fsComposeMode) .next-steps > .fsElementContent ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsComposeMode) .next-steps > .fsElementContent ul li {
      margin: 0;
      padding: 0; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .next-steps > .fsElementContent ul {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    body:not(.fsComposeMode) .next-steps > .fsElementContent ul li {
      display: block;
      margin-bottom: 20px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .next-steps > .fsElementContent ul li {
          margin: 0;
          width: calc(33.33% - 20px);
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
      body:not(.fsComposeMode) .next-steps > .fsElementContent ul li a {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 36px;
        text-align: center;
        color: #fff;
        padding: 20px 30px;
        border: 2px solid #fff; }
        body:not(.fsComposeMode) .next-steps > .fsElementContent ul li a:focus, body:not(.fsComposeMode) .next-steps > .fsElementContent ul li a:hover {
          text-decoration: none;
          background: #A6192E;
          color: #fff;
          border-color: #A6192E; }

body:not(.fsComposeMode).home-updates .next-steps:before {
  display: none; }

body:not(.fsComposeMode).home-updates .next-steps .fsElementHeaderContent > * {
  display: none; }

body:not(.fsComposeMode).home-updates .next-steps .fsElementTitle {
  display: none; }

.home-post-slideshow {
  margin: 0;
  position: relative;
  background: #fff; }
  .home-post-slideshow .fsElementSlideshow {
    padding: 0 !important; }
  .home-post-slideshow .slick-slider {
    padding: 0;
    margin-bottom: 0; }
  .home-post-slideshow > header {
    display: none; }
  .home-post-slideshow footer {
    position: absolute;
    right: 463px;
    bottom: 120px; }
    @media (max-width: 1024px) {
      .home-post-slideshow footer {
        right: calc(50% + 150px);
        -ms-transform: translateX(50%);
        transform: translateX(50%); } }
    @media (max-width: 600px) {
      .home-post-slideshow footer {
        position: relative;
        right: 0;
        bottom: 0;
        text-align: center;
        margin: 30px 0 30px;
        -ms-transform: none;
        transform: none; } }
    .home-post-slideshow footer .fsElementFooterContent {
      margin: 0; }
      .home-post-slideshow footer .fsElementFooterContent a {
        margin: 0; }
        @media (max-width: 600px) {
          .home-post-slideshow footer .fsElementFooterContent a {
            width: 280px; } }
  .home-post-slideshow .fsNextButton,
  .home-post-slideshow .fsPrevButton {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    background: #A6192E;
    height: 40px;
    width: 60px;
    position: absolute;
    bottom: 0;
    z-index: 20;
    font-size: 0;
    color: transparent;
    transition: background 0.3s; }
    @media (min-width: 1000px) {
      .home-post-slideshow .fsNextButton,
      .home-post-slideshow .fsPrevButton {
        height: 55px; } }
    .home-post-slideshow .fsNextButton:focus, .home-post-slideshow .fsNextButton:hover,
    .home-post-slideshow .fsPrevButton:focus,
    .home-post-slideshow .fsPrevButton:hover {
      background: #810D1E; }
    .home-post-slideshow .fsNextButton:before,
    .home-post-slideshow .fsPrevButton:before {
      font-size: 30px;
      color: #fff;
      line-height: 40px;
      text-align: center; }
      @media (min-width: 1000px) {
        .home-post-slideshow .fsNextButton:before,
        .home-post-slideshow .fsPrevButton:before {
          line-height: 60px; } }
  .home-post-slideshow .fsPrevButton {
    left: auto;
    bottom: -10px;
    right: 60px;
    top: auto;
    border-right: 1px solid #810D1E; }
    @media (min-width: 1000px) {
      .home-post-slideshow .fsPrevButton {
        right: 231px;
        top: auto;
        bottom: 280px;
        left: auto; } }
    .home-post-slideshow .fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: 50% !important;
      -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
      color: #fff !important; }
  .home-post-slideshow .fsNextButton {
    left: auto;
    bottom: -10px;
    right: 0;
    top: auto; }
    @media (min-width: 1000px) {
      .home-post-slideshow .fsNextButton {
        right: 171px;
        top: auto;
        bottom: 280px; } }
    .home-post-slideshow .fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: 50% !important;
      -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
      color: #fff !important; }
  .home-post-slideshow .fsPager {
    margin: 0;
    position: absolute;
    right: 170px;
    bottom: 135px;
    display: inline-block;
    width: auto; }
    @media (max-width: 1024px) {
      .home-post-slideshow .fsPager {
        right: calc(50% - 170px);
        -ms-transform: translateX(50%);
        transform: translateX(50%); } }
    @media (max-width: 600px) {
      .home-post-slideshow .fsPager {
        position: relative;
        right: 0;
        bottom: 0;
        display: block !important;
        -ms-transform: none;
        transform: none; } }
    .home-post-slideshow .fsPager li {
      display: inline-block;
      border-radius: 100%;
      border: 1px solid transparent;
      width: 14px;
      height: 14px;
      position: relative;
      margin: 0 5px; }
      .home-post-slideshow .fsPager li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        font-size: 0;
        width: 12px;
        height: 12px;
        cursor: pointer;
        border-radius: 100%;
        background: #626262;
        position: absolute;
        top: 0px;
        left: 0px; }
      .home-post-slideshow .fsPager li.slick-active {
        border: 1px solid #626262; }
  .home-post-slideshow article {
    padding: 0;
    border: 0;
    margin: 0; }
  .home-post-slideshow .news-outer-wrapper {
    height: 800px;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 0;
    margin: 0; }
    @media (max-width: 800px) {
      .home-post-slideshow .news-outer-wrapper {
        height: auto;
        background: none;
        border: 0; } }
    .home-post-slideshow .news-outer-wrapper .fsThumbnail {
      display: none; }
      @media (max-width: 800px) {
        .home-post-slideshow .news-outer-wrapper .fsThumbnail {
          display: block;
          height: 300px;
          width: 100%;
          background-position: center center;
          background-size: cover;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          overflow: hidden; }
          .home-post-slideshow .news-outer-wrapper .fsThumbnail img {
            opacity: 0;
            visibility: hidden;
            margin: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 100%;
            height: auto;
            display: none; } }
      @media (max-width: 480px) {
        .home-post-slideshow .news-outer-wrapper .fsThumbnail {
          height: 240px; } }
    .home-post-slideshow .news-outer-wrapper .news-inner-wrapper {
      background: rgba(255, 255, 255, 0.8);
      width: 550px;
      height: 313px;
      position: absolute;
      top: 230px;
      right: 130px;
      padding: 40px;
      border-top: 10px solid #A6192E;
      border-bottom: 10px solid #A6192E; }
      @media (max-width: 1024px) {
        .home-post-slideshow .news-outer-wrapper .news-inner-wrapper {
          right: 50%;
          -ms-transform: translateX(50%);
          transform: translateX(50%); } }
      @media (max-width: 800px) {
        .home-post-slideshow .news-outer-wrapper .news-inner-wrapper {
          position: relative;
          width: 100%;
          height: auto;
          top: initial;
          right: initial;
          padding: 35px 20px 30px;
          -ms-transform: none;
          transform: none; } }
      .home-post-slideshow .news-outer-wrapper .news-inner-wrapper h5.news-headline {
        margin-bottom: 20px;
        color: #626262;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase; }
      .home-post-slideshow .news-outer-wrapper .news-inner-wrapper .fsTitle {
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 30px;
        font-weight: 900;
        color: #A6192E;
        font-size: 35px;
        line-height: 42px;
        font-family: "proxima-nova", sans-serif; }
        @media (min-width: 800px) {
          .home-post-slideshow .news-outer-wrapper .news-inner-wrapper .fsTitle {
            overflow: hidden;
            height: 89px; } }
      .home-post-slideshow .news-outer-wrapper .news-inner-wrapper .fsSummary {
        color: #626262;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px; }
        .home-post-slideshow .news-outer-wrapper .news-inner-wrapper .fsSummary p:last-child {
          margin-bottom: 0; }
      .home-post-slideshow .news-outer-wrapper .news-inner-wrapper .fsPostLink.fsReadMoreLink {
        color: #626262;
        border: 2px solid #626262;
        width: 174px;
        height: 54px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        transition: 0.3s;
        text-decoration: none; }
        .home-post-slideshow .news-outer-wrapper .news-inner-wrapper .fsPostLink.fsReadMoreLink:hover, .home-post-slideshow .news-outer-wrapper .news-inner-wrapper .fsPostLink.fsReadMoreLink:focus {
          background: #626262;
          color: #fff; }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 66.66667%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 33.33333%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 16.66667%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #626262;
      color: #626262; }
      .colors ol li:nth-of-type(1):after {
        content: "#626262"; }
    .colors ol li:nth-of-type(2) {
      background: #A6192E;
      color: #A6192E; }
      .colors ol li:nth-of-type(2):after {
        content: "#A6192E"; }
    .colors ol li:nth-of-type(3) {
      background: #3D3D3D;
      color: #3D3D3D; }
      .colors ol li:nth-of-type(3):after {
        content: "#3D3D3D"; }
    .colors ol li:nth-of-type(4) {
      background: #810D1E;
      color: #810D1E; }
      .colors ol li:nth-of-type(4):after {
        content: "#810D1E"; }
    .colors ol li:nth-of-type(5) {
      background: #EAEAEA;
      color: #EAEAEA; }
      .colors ol li:nth-of-type(5):after {
        content: "#EAEAEA"; }
    .colors ol li:nth-of-type(1) {
      background: #626262;
      color: #626262; }
      .colors ol li:nth-of-type(1):after {
        content: "#626262"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1):after {
      content: ""; }
    .fonts ol li:nth-of-type(1):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(1):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(1):after {
      content: ""; }
    .fonts ol li:nth-of-type(1):after {
      content: ""; }

.headers h1:after {
  content: " size: 40px / line: 52px"; }

.headers h2:after {
  content: " size: 35px / line: 42px"; }

.headers h3:after {
  content: " size: 30px / line: 37px"; }

.headers h4:after {
  content: " size: 25px / line: 32px"; }

.headers h5:after {
  content: " size: 20px / line: 27px"; }

.headers h6:after {
  content: " size: 14px / line: 18px"; }

/*! enhancements - 50/50 Slideshow BPA */
.fiftyFiftySlider.fsElement .slick-slider {
  margin: 0;
  padding: 0; }

.fiftyFiftySlider.fsElement .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 350px;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  transition: 0.3s background;
  background: rgba(0, 0, 0, 0.2); }
  @media (min-width: 500px) {
    .fiftyFiftySlider.fsElement .slick-arrow {
      bottom: 470px; } }
  @media (min-width: 700px) {
    .fiftyFiftySlider.fsElement .slick-arrow {
      top: 1px;
      bottom: auto; } }
  .fiftyFiftySlider.fsElement .slick-arrow:hover, .fiftyFiftySlider.fsElement .slick-arrow:focus {
    background: rgba(0, 0, 0, 0.4); }
  .fiftyFiftySlider.fsElement .slick-arrow:before {
    display: block;
    font-size: 1.625rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: none;
    transform: none;
    text-align: center;
    line-height: 50px;
    color: #FFF; }
  .fiftyFiftySlider.fsElement .slick-arrow.fsPrevButton {
    left: 1px; }
    .fiftyFiftySlider.fsElement .slick-arrow.fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .fiftyFiftySlider.fsElement .slick-arrow.fsNextButton {
    right: 0; }
    @media (min-width: 500px) {
      .fiftyFiftySlider.fsElement .slick-arrow.fsNextButton {
        left: 52px;
        right: auto; } }
    .fiftyFiftySlider.fsElement .slick-arrow.fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.fiftyFiftySlider.fsElement figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 700px) {
    .fiftyFiftySlider.fsElement figure {
      display: block; } }

.fiftyFiftySlider.fsElement .fsResource {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  background-color: #f8f8f8; }
  @media (min-width: 700px) {
    .fiftyFiftySlider.fsElement .fsResource {
      min-height: 480px; } }
  .fiftyFiftySlider.fsElement .fsResource figcaption {
    text-align: center;
    padding: 65px 30px 65px;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.125rem;
    line-height: 1.4;
    white-space: normal;
    color: #626262; }
    @media (min-width: 700px) {
      .fiftyFiftySlider.fsElement .fsResource figcaption {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 30px; } }
    .fiftyFiftySlider.fsElement .fsResource figcaption .fsTitle {
      color: #626262;
      margin-bottom: 10px;
      font-weight: 700;
      position: relative;
      padding-bottom: 18px; }
      .fiftyFiftySlider.fsElement .fsResource figcaption .fsTitle:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.2);
        width: 30px;
        height: 2px;
        margin: auto;
        background: rgba(0, 0, 0, 0.2); }
        .fiftyFiftySlider.fsElement .fsResource figcaption .fsTitle:after a {
          color: inherit; }
          .fiftyFiftySlider.fsElement .fsResource figcaption .fsTitle:after a:hover, .fiftyFiftySlider.fsElement .fsResource figcaption .fsTitle:after a:focus {
            color: #3D3D3D; }
    .fiftyFiftySlider.fsElement .fsResource figcaption h2 {
      font-size: 1.875rem;
      line-height: 1.2;
      margin-bottom: 18px;
      color: #A6192E; }
  .fiftyFiftySlider.fsElement .fsResource picture {
    display: block;
    -ms-flex-order: 2;
    order: 2;
    height: 350px;
    background-size: cover;
    background-position: center; }
    @media (min-width: 500px) {
      .fiftyFiftySlider.fsElement .fsResource picture {
        height: 470px; } }
    @media (min-width: 700px) {
      .fiftyFiftySlider.fsElement .fsResource picture {
        height: 100%;
        width: 50%;
        position: absolute;
        top: 0;
        right: 0; } }
    .fiftyFiftySlider.fsElement .fsResource picture img {
      opacity: 0;
      visibility: hidden; }

/*! treatments - Athletics BPT v3 - Configuration File*/
@font-face {
  font-family: 'BPT-IcoMoon';
  src: url("fonts/icomoon.eot"); }

@font-face {
  font-family: 'BPT-IcoMoon';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBKUAAAC8AAAAYGNtYXDpQ+m2AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZqPgyCMAAAGAAAACxGhlYWQK1mz9AAAERAAAADZoaGVhB50DygAABHwAAAAkaG10eBK2ACEAAASgAAAAJGxvY2EB5gLIAAAExAAAABRtYXhwAA4AXQAABNgAAAAgbmFtZZlKCfsAAAT4AAABhnBvc3QAAwAAAAAGgAAAACAAAwJ0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg6QLpB//9//8AAAAAACDpAOkG//3//wAB/+MXBBcBAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAADdA9sCkQAbAAABFA8BBicmPQEhIicmPQE0NzYzITU0NzYfARYVA9sF3AkLC/03CAUFBQUIAskLCwncBQG5CAbKCAQFDIAFBQhuCAUFgAwFBAfIBgcAAAAAAgAAAAACSQNuABAAJwAAATQnJiMiBwYVFBcWMzI3NjUzFAcDBgcGIyInJicDJjU0NzYzMhcWFQG3Kys8PSsrKys9PCsrkhPQCRISFBUSEgnQE1ZVenlVVgJJPSsqKis9PCsrKys8Pij+RhMLCwsLEwG6KD55VlZWVnkAAAQAAP+3A7cDtwAEABkALQBaAAA3IREhERM1NCcmKwEiBwYdARQXFjsBMjc2NSE1NCcmKwEiBwYdARQXFjsBMjc2NxEUBwYjISInJjURNDc2OwE1NDc2OwEyFxYdATM1NDc2OwEyFxYdATMyFxYVSQMl/NvcBgUIJAgFBgYFCCQIBQYBtgUFCCQIBgUFBggkCAUF3BYWHfzbHhUWFhUeSRsbJiQmGxvbGxsmJCYbG0kdFhYAAkn9twK3pAgGBQUGCKQIBQUFBQikCAYFBQYIpAgFBQUFLP0lHhUWFhUeAtseFhY2JhsbGxsmNjYmGxsbGyY2FhYeAAAAAQAHAHUBVAKvABoAAAEUBwEGIyIvASY1ND8BJyY1ND8BNjMyFwEWFQFUBv72BgcIBR0GBuHhBgYdBQgHBgEKBgGSBwb+9gYGHAYIBwbg4QYHBwYdBQX+9QUIAAABABoAdQFmAq8AGgAAARQPARcWFRQPAQYjIicBJjU0NwE2MzIfARYVAWYF4eEFBR0GBwgF/vUFBQELBQgHBh0FAoAHBuHgBgcIBhwGBgEKBgcIBQELBQUdBgcAAAEAAAABAACE86NbXw889QALBAAAAAAA0+4USQAAAADT7hRJAAD/twPbA7cAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA9sAAQAAAAAAAAAAAAAAAAAAAAkEAAAAAAAAAAAAAAACAAAAA9sAAAJJAAADtwAAAVsABwGAABoAAAAAAAoAFAAeAEwAigEGATQBYgABAAAACQBbAAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*! treatments - Athletics BPT v3 */
.bpa-athletics3 #fsPageBodyWrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }
  @media (min-width: 1150px) {
    .bpa-athletics3 #fsPageBodyWrapper {
      padding-top: 125px; } }

.bpa-athletics3 #fsPageBody {
  max-width: 100%; }

.bpa-athletics3 h1 {
  color: #A6192E; }

.bpa-athletics3 .title-bar {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px; }
  .bpa-athletics3 .title-bar > header {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .bpa-athletics3 .title-bar > header {
        margin-bottom: 50px; } }
    .bpa-athletics3 .title-bar > header .fsElementTitle {
      display: block;
      font-size: 13px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: rgba(0, 0, 0, 0.3);
      font-weight: 600;
      text-align: center;
      position: relative;
      margin: 40px auto 20px; }
      @media (min-width: 600px) {
        .bpa-athletics3 .title-bar > header .fsElementTitle {
          font-size: 18px;
          line-height: 24px;
          margin: 60px auto 20px; } }
      .bpa-athletics3 .title-bar > header .fsElementTitle:before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.15);
        opacity: 0.5; }
  .bpa-athletics3 .title-bar .title-inner {
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 8px;
    position: relative; }
    @media (min-width: 600px) {
      .bpa-athletics3 .title-bar .title-inner {
        padding: 0 15px; } }
  .bpa-athletics3 .title-bar.image > header {
    margin-top: 40px; }
    @media (min-width: 600px) {
      .bpa-athletics3 .title-bar.image > header {
        margin-top: 70px; } }
  .bpa-athletics3 .title-bar.image .fsElementHeaderContent {
    position: relative; }
    .bpa-athletics3 .title-bar.image .fsElementHeaderContent:before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1px;
      background-color: rgba(0, 0, 0, 0.15);
      opacity: 0.5; }
    .bpa-athletics3 .title-bar.image .fsElementHeaderContent img {
      background-color: #fff;
      display: inline-block;
      margin: 0 auto;
      padding: 0 8px;
      position: relative;
      max-width: 150px; }
      @media (min-width: 600px) {
        .bpa-athletics3 .title-bar.image .fsElementHeaderContent img {
          padding: 0 15px;
          max-width: 230px; } }

.bpa-athletics3 .fsElement.fsPostElement {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px; }
  .bpa-athletics3 .fsElement.fsPostElement.featured-news {
    margin-bottom: 45px; }
    .bpa-athletics3 .fsElement.fsPostElement.featured-news > header {
      text-align: center; }
    .bpa-athletics3 .fsElement.fsPostElement.featured-news article {
      zoom: 1;
      position: relative; }
      .bpa-athletics3 .fsElement.fsPostElement.featured-news article:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 700px) {
        .bpa-athletics3 .fsElement.fsPostElement.featured-news article {
          padding-left: calc(50% + 50px);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center;
          min-height: 400px; } }
    .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsThumbnail {
      background-size: cover;
      background-position: center;
      overflow: hidden; }
      @media (min-width: 700px) {
        .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsThumbnail {
          position: absolute;
          width: 50%;
          height: 100%;
          left: 0;
          top: 0;
          margin: 0;
          border: solid 1px #d9d9d9; } }
      .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsThumbnail img {
        opacity: 0;
        visibility: hidden;
        width: 100%; }
    .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
      margin-top: 0;
      font-size: 26px;
      line-height: 1.2;
      font-weight: normal;
      margin-bottom: 20px;
      position: relative;
      color: #A6192E; }
      @media (min-width: 600px) {
        .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 22px; } }
      @media (min-width: 800px) {
        .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 30px; } }
      @media (min-width: 980px) {
        .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 40px;
          line-height: 48px; } }
      .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsTitle:before {
        content: 'Featured News';
        color: #810D1E;
        font-size: 15px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px; }
      .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsTitle a {
        color: inherit; }
        .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsTitle a:hover {
          opacity: 0.7; }
    .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsCroppedImage {
      border: 1px solid #d9d9d9; }
    .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsReadMoreLink {
      font-weight: 600;
      color: #A6192E; }
      .bpa-athletics3 .fsElement.fsPostElement.featured-news .fsReadMoreLink:hover {
        color: #3D3D3D; }
  .bpa-athletics3 .fsElement.fsPostElement.recent-news {
    padding-bottom: 40px; }
    @media (min-width: 700px) {
      .bpa-athletics3 .fsElement.fsPostElement.recent-news {
        padding-bottom: 80px; } }
    .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementTitle {
      color: #810D1E;
      font-size: 15px;
      font-weight: 600;
      line-height: 19px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 25px; }
    @media (min-width: 700px) {
      .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsListItems {
        display: -ms-flexbox;
        display: flex; } }
    .bpa-athletics3 .fsElement.fsPostElement.recent-news article {
      border-bottom: none;
      margin-bottom: 20px;
      padding: 7px 20px;
      position: relative; }
      .bpa-athletics3 .fsElement.fsPostElement.recent-news article:last-child {
        margin-bottom: 0; }
      @media (min-width: 700px) {
        .bpa-athletics3 .fsElement.fsPostElement.recent-news article {
          margin-bottom: 0;
          width: 33.33%; } }
      .bpa-athletics3 .fsElement.fsPostElement.recent-news article:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        display: block;
        background-color: #810D1E; }
      .bpa-athletics3 .fsElement.fsPostElement.recent-news article .fsTitle a {
        color: inherit; }
    .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent {
      text-align: center; }
      .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 18px;
        background: #626262;
        color: #fff;
        border-radius: 0;
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 2px;
        line-height: 19px;
        margin: 40px auto 0;
        background-color: #3D3D3D;
        color: #fff; }
        .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a:hover, .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a:focus,
        .fsStateSelected .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a {
          background: #555555;
          color: #fff;
          text-decoration: none; }
        .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a em {
          display: block;
          font-style: normal;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 17px;
          text-transform: uppercase; }
        #fsBannerRight .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a,
        #fsBannerLeft .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a,
        .fsStyleOneThird .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a,
        .fsTwoColumnLayout .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a,
        .fsThreeColumnLayout .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a,
        .fsFourColumnLayout .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a {
          width: 100%; }
        .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a:hover {
          background-color: #A6192E; }
        @media (min-width: 700px) {
          .bpa-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a {
            margin: 60px auto 0; } }

.ath-landing-slideshow {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background: none !important; }
  .ath-landing-slideshow:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
  .ath-landing-slideshow > header {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: calc(100% - 40px);
    z-index: 1;
    opacity: 1;
    visibility: visible; }
    @media (min-width: 600px) {
      .ath-landing-slideshow > header {
        padding: 25px 30px 40px;
        width: calc(100% - 100px);
        height: auto; } }
    @media (min-width: 800px) {
      .ath-landing-slideshow > header {
        width: 70%; } }
    @media (min-width: 1180px) {
      .ath-landing-slideshow > header {
        max-width: 580px; } }
    .ath-landing-slideshow > header .fsElementTitle {
      margin-top: 0;
      font-weight: 900;
      font-size: 40px;
      line-height: 52px;
      margin-bottom: 16px;
      color: #A6192E; }
      @media screen and (max-width: 799px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 36px;
          line-height: 1.2;
          margin-bottom: 20px; } }
      @media screen and (max-width: 599px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 26px;
          margin-bottom: 10px; } }
    @media screen and (max-width: 599px) {
      .ath-landing-slideshow > header .fsElementHeaderContent {
        font-size: 14px;
        line-height: 1.3; } }
    .ath-landing-slideshow > header .fsElementHeaderContent > a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 18px;
      background: #626262;
      color: #fff;
      border-radius: 0;
      text-align: center;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 2px;
      line-height: 19px;
      margin-bottom: 0;
      background-color: #3D3D3D;
      color: #fff; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a:hover, .ath-landing-slideshow > header .fsElementHeaderContent > a:focus,
      .fsStateSelected .ath-landing-slideshow > header .fsElementHeaderContent > a {
        background: #555555;
        color: #fff;
        text-decoration: none; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a em {
        display: block;
        font-style: normal;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 17px;
        text-transform: uppercase; }
      #fsBannerRight .ath-landing-slideshow > header .fsElementHeaderContent > a,
      #fsBannerLeft .ath-landing-slideshow > header .fsElementHeaderContent > a,
      .fsStyleOneThird .ath-landing-slideshow > header .fsElementHeaderContent > a,
      .fsTwoColumnLayout .ath-landing-slideshow > header .fsElementHeaderContent > a,
      .fsThreeColumnLayout .ath-landing-slideshow > header .fsElementHeaderContent > a,
      .fsFourColumnLayout .ath-landing-slideshow > header .fsElementHeaderContent > a {
        width: 100%; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a:hover {
        background-color: #A6192E; }
      @media screen and (max-width: 599px) {
        .ath-landing-slideshow > header .fsElementHeaderContent > a {
          font-size: 12px;
          line-height: 1.2;
          padding: 10px 15px; } }
  .ath-landing-slideshow.start-show:before {
    display: none; }
  .ath-landing-slideshow.start-show > header {
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s; }
  .ath-landing-slideshow .fsMediaCustomPlayer {
    height: 300px;
    position: relative; }
    @media (min-width: 600px) {
      .ath-landing-slideshow .fsMediaCustomPlayer {
        height: 600px; } }
    .start-show .ath-landing-slideshow .fsMediaCustomPlayer {
      opacity: 1;
      visibility: visible;
      transition: 0.3s ease-in 0.3s; }
    .ath-landing-slideshow .fsMediaCustomPlayer:before {
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
    .ath-landing-slideshow .fsMediaCustomPlayer article {
      height: 300px;
      position: relative;
      background-size: cover; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer article {
          height: 600px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer article:before {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
    .ath-landing-slideshow .fsMediaCustomPlayer img {
      visibility: hidden; }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-wrapper {
      position: absolute;
      text-align: left;
      bottom: 20px;
      left: 0;
      right: 0;
      z-index: 1;
      margin: 0 auto;
      padding: 0 30px;
      background: transparent; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-wrapper {
          bottom: 60px;
          max-width: 1280px;
          padding: 0 50px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc,
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
      max-width: 100%;
      margin: 0; }
      @media (min-width: 800px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc,
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
          max-width: 60%; } }
      @media (min-width: 1180px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc,
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
          max-width: 40%; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
      display: none;
      font-size: 26px;
      font-weight: 400;
      line-height: 1.3;
      font-style: normal;
      text-shadow: none; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
          font-size: 40px;
          line-height: 48px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.3;
      text-shadow: none;
      transition: 0.3s;
      margin-top: 5px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          font-size: 18px;
          line-height: 24px;
          margin-top: 15px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc:empty {
        margin: 0; }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p {
        margin-bottom: 5px; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p {
            margin-bottom: 15px; } }
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p:empty, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p:last-child {
          margin-bottom: 0; }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        transition: 0.3s; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a {
            font-size: 13px; } }
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a:hover {
          text-decoration: none;
          opacity: 0.7;
          transition: 0.3s; }
    .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow {
      width: 30px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow {
          width: 40px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:hover:before {
        opacity: 0.7;
        transition: 0.3s; }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:before {
        font-family: "BPT-IcoMoon";
        font-size: 26px;
        font-weight: 400;
        text-shadow: none;
        line-height: 40px;
        transition: 0.3s; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:before {
            font-size: 40px; } }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next {
          right: 10px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next:before {
        content: '\e906'; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev {
          left: 10px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev:before {
        content: '\e907'; }

.ath-toggle-container {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .ath-toggle-container > .fsElementContent {
    background-color: rgba(0, 0, 0, 0.07);
    padding: 45px 0; }
    @media (min-width: 600px) {
      .ath-toggle-container > .fsElementContent {
        padding: 0;
        height: 100%; } }
  body:not(.fsComposeMode) .ath-toggle-container {
    margin-bottom: 0; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-toggle-container {
        height: 145px; } }
  .ath-toggle-container .fsAthleticsEvent {
    margin-bottom: 0; }
    .ath-toggle-container .fsAthleticsEvent:not(.on) > header h2 {
      transition: 0.3s; }
    .ath-toggle-container .fsAthleticsEvent:not(.on) > header:hover h2 {
      color: #810D1E;
      transition: 0.3s; }
    .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      position: relative;
      max-height: 0;
      overflow: hidden; }
      @media (min-width: 600px) {
        .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
          margin-top: 0; } }
      .ath-toggle-container .fsAthleticsEvent > .fsElementContent .fsElementEmpty {
        min-height: 120px;
        padding: 30px; }
    .ath-toggle-container .fsAthleticsEvent.on > header {
      background-color: #810D1E;
      cursor: default;
      border: none; }
      .ath-toggle-container .fsAthleticsEvent.on > header h2 {
        color: #fff; }
    .ath-toggle-container .fsAthleticsEvent.on > .fsElementContent {
      opacity: 1;
      visibility: visible;
      z-index: 2;
      max-height: inherit;
      overflow: visible; }
    .ath-toggle-container .fsAthleticsEvent.on > footer {
      display: block; }
    .fsComposeMode .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
      opacity: 1;
      visibility: visible;
      z-index: 2;
      max-height: inherit;
      overflow: visible; }
  .ath-toggle-container .fsCalendar .fsDate {
    color: #626262;
    background: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    height: auto; }
    .ath-toggle-container .fsCalendar .fsDate > span {
      display: inline-block;
      line-height: 1.2;
      margin-bottom: 10px; }
      .ath-toggle-container .fsCalendar .fsDate > span.fsDay {
        position: relative;
        width: auto;
        top: 0;
        right: 0;
        font-size: 14px;
        background: none;
        text-align: center; }
      .ath-toggle-container .fsCalendar .fsDate > span.fsMonth {
        font-size: 14px;
        letter-spacing: 0; }
  .ath-toggle-container .fsCalendar time.fsDate:before {
    content: '\e902';
    font-family: "BPT-IcoMoon";
    font-weight: normal;
    color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    display: inline-block;
    margin-right: 3px; }
  .ath-toggle-container .fsCalendar .fsTitle a {
    color: #A6192E; }
    .ath-toggle-container .fsCalendar .fsTitle a:hover {
      opacity: 0.8;
      transition: 0.3s; }
  .ath-toggle-container .fsCalendar.on > header {
    width: calc(100% - 78px);
    background-color: #810D1E; }
    @media (min-width: 600px) {
      .ath-toggle-container .fsCalendar.on > header {
        width: 105px;
        height: 141px;
        cursor: default;
        border: none; } }
    .ath-toggle-container .fsCalendar.on > header h2 {
      color: #fff; }
  .ath-toggle-container .fsCalendar.on > footer {
    display: block; }
    .ath-toggle-container .fsCalendar.on > footer .fsElementFooterContent div {
      height: 100%; }

body:not(.fsComposeMode).wo-arts .feature-grid,
body:not(.fsComposeMode).wo-arts .fsPageBody .fsContent {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px; }

body:not(.fsComposeMode).wo-arts .ath-toggle-container {
  margin-bottom: 60px; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode).wo-arts .ath-toggle-container {
      height: 153px; } }

.ath-event-slideshow {
  width: calc(100% - 78px);
  margin: 0 auto; }
  @media (min-width: 600px) {
    .ath-event-slideshow {
      width: calc(100% - 305px); } }
  body:not(.fsComposeMode) .ath-event-slideshow > footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
    width: calc(100% - 80px);
    height: 40px;
    display: none;
    text-align: center;
    background-color: #3D3D3D;
    border-radius: 4px;
    transition: 0.3s; }
    body:not(.fsComposeMode) .ath-event-slideshow > footer .fsElementFooterContent {
      margin: 0; }
    body:not(.fsComposeMode) .ath-event-slideshow > footer:hover {
      background-color: #810D1E; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-event-slideshow > footer {
        width: 105px;
        height: calc(100% - 10px);
        top: 5px;
        bottom: auto;
        right: 5px;
        left: auto; } }
    body:not(.fsComposeMode) .ath-event-slideshow > footer > div {
      height: 100%; }
    body:not(.fsComposeMode) .ath-event-slideshow > footer a {
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      color: #fff;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
      body:not(.fsComposeMode) .ath-event-slideshow > footer a br {
        display: none; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .ath-event-slideshow > footer a br {
            display: block; } }
  body:not(.fsComposeMode) .ath-event-slideshow > header {
    position: absolute;
    left: 40px;
    width: calc(50% - 45px);
    text-align: center;
    height: 40px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-right: none;
    border-left: none;
    z-index: 15;
    top: 0;
    background-color: #fff;
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-event-slideshow > header {
        height: 50px;
        width: 105px;
        left: 5px;
        top: auto;
        height: calc(50% - 8px); } }
    body:not(.fsComposeMode) .ath-event-slideshow.scores > header {
      left: auto;
      right: 40px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .ath-event-slideshow.scores > header {
          top: auto;
          right: auto;
          left: 5px;
          bottom: 5px; } }
    .fsComposeMode .ath-schedules > header {
      height: calc(100% - 30px); }
    .fsComposeMode .ath-scores > header {
      height: calc(100% - 30px);
      bottom: 30px; }
    body:not(.fsComposeMode) .ath-event-slideshow > header h2 {
      color: #626262;
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 0.05em; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .ath-event-slideshow > header h2 {
          line-height: 1;
          position: absolute;
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%; } }
  .ath-event-slideshow .fsListItems {
    zoom: 1; }
    .ath-event-slideshow .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
    .ath-event-slideshow .fsListItems article {
      padding: 15px;
      margin-bottom: 0;
      min-height: 135px;
      color: #626262;
      background-color: white;
      border: 1px solid rgba(0, 0, 0, 0.15);
      margin: 4px 2px;
      outline: transparent;
      line-height: 1.2;
      font-weight: 600;
      font-size: 16px;
      float: left; }
  .ath-event-slideshow .fsDateTime {
    font-size: 14px;
    margin-bottom: 10px; }
    .ath-event-slideshow .fsDateTime:before {
      content: '\e902';
      font-family: "BPT-IcoMoon";
      font-weight: normal;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      display: inline-block;
      margin-right: 3px; }
    .ath-event-slideshow .fsDateTime .fsSeparator {
      color: rgba(0, 0, 0, 0.3); }
    .ath-event-slideshow .fsDateTime .fsTime:before {
      content: '|';
      color: rgba(0, 0, 0, 0.3); }
    .ath-event-slideshow .fsDateTime .fsTime + .fsTime:before {
      display: none; }
  .ath-event-slideshow .fsTitle {
    font-size: 18px;
    color: #A6192E;
    display: block;
    margin-bottom: 5px; }
    .ath-event-slideshow .fsTitle .fsAthleticsEventDetailLink {
      display: block;
      color: inherit;
      transition: 0.3s; }
      .ath-event-slideshow .fsTitle .fsAthleticsEventDetailLink:hover {
        opacity: 0.8;
        transition: 0.3s; }
  .ath-event-slideshow .fsAthleticsOpponents {
    display: block;
    margin-bottom: 10px; }
  .ath-event-slideshow .fsAthleticsAdvantage {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom; }
    .ath-event-slideshow .fsAthleticsAdvantage:before {
      content: "\e901";
      font-family: "BPT-IcoMoon";
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      font-weight: normal; }
    .ath-event-slideshow .fsAthleticsAdvantage + .fsAthleticsLocations:before,
    .ath-event-slideshow .fsAthleticsAdvantage + .fsAthleticsStatus:before {
      content: '|';
      display: inline-block;
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .fsAthleticsLocations {
    margin-bottom: 5px; }
    .ath-event-slideshow .fsAthleticsLocations:before {
      content: "\e901";
      font-family: "BPT-IcoMoon";
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      font-weight: normal; }
  .ath-event-slideshow .fsAthleticsLocations,
  .ath-event-slideshow .fsAthleticsStatus {
    display: block;
    font-size: 14px;
    vertical-align: bottom; }
  .ath-event-slideshow .fsAthleticsLocations + .fsAthleticsStatus:before {
    content: '|';
    display: inline-block;
    margin-right: 3px;
    color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .fsAthleticsStatus {
    color: #810D1E; }
  .ath-event-slideshow .fsAthleticsResultWrapper {
    font-size: 14px;
    color: #810D1E; }
    .ath-event-slideshow .fsAthleticsResultWrapper .fsAthleticsResult:after {
      content: '|';
      display: inline-block;
      margin-left: 3px;
      color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .slick-arrow {
    position: absolute;
    width: 35px;
    height: calc(100% + 92px);
    min-height: 145px;
    overflow: hidden;
    background-color: #626262;
    border: none;
    padding: 0;
    color: transparent;
    z-index: 10;
    outline: 0;
    top: -46px;
    border: none; }
    @media (min-width: 600px) {
      .ath-event-slideshow .slick-arrow {
        top: -1px;
        height: 100%;
        width: 30px; } }
    .ath-event-slideshow .slick-arrow:after {
      content: '';
      font-family: "BPT-IcoMoon";
      color: #fff;
      position: absolute;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 25px;
      line-height: 1; }
    .ath-event-slideshow .slick-arrow.slick-prev {
      left: -40px; }
      @media (min-width: 600px) {
        .ath-event-slideshow .slick-arrow.slick-prev {
          left: -35px; } }
      .ath-event-slideshow .slick-arrow.slick-prev:after {
        content: '\e907'; }
    .ath-event-slideshow .slick-arrow.slick-next {
      right: -40px; }
      @media (min-width: 600px) {
        .ath-event-slideshow .slick-arrow.slick-next {
          right: -35px; } }
      .ath-event-slideshow .slick-arrow.slick-next:after {
        content: "\e906"; }
  .ath-event-slideshow.scores article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ath-event-slideshow.scores article > div {
      margin-bottom: 0; }

.team-tabs {
  padding: 40px 20px 50px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 600px) {
    .team-tabs {
      min-height: 450px;
      padding: 50px 20px 40px; } }
  .team-tabs a {
    color: inherit; }
  .team-tabs:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background-color: #A6192E; }
    @media (min-width: 600px) {
      .team-tabs:before {
        opacity: 0.94; } }
  .team-tabs > .fsElementContent,
  .team-tabs > footer,
  .team-tabs > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .team-tabs .fsElementTitle {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    color: #fff; }
    @media (min-width: 600px) {
      .team-tabs .fsElementTitle {
        font-size: 22px; } }
    @media (min-width: 800px) {
      .team-tabs .fsElementTitle {
        font-size: 30px; } }
    @media (min-width: 980px) {
      .team-tabs .fsElementTitle {
        font-size: 40px;
        line-height: 48px; } }
  @media (min-width: 500px) {
    .team-tabs .fsAthleticsTeamDirectory {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 700px) {
    .team-tabs .fsAthleticsTeamDirectory {
      -moz-column-count: 3;
      column-count: 3; } }
  .team-tabs .fsAthleticsTeamDirectory a {
    opacity: 0.8;
    transition: 0.3s; }
    .team-tabs .fsAthleticsTeamDirectory a:hover {
      opacity: 1;
      transition: 0.3s; }
  .team-tabs .fsPanel > .fsElementContent {
    padding-top: 35px; }
    .team-tabs .fsPanel > .fsElementContent .fsAthleticsTeam {
      margin-bottom: 0; }

.connect-container .fsTwitter .fsElementTitle {
  margin-bottom: 0;
  color: #3D3D3D; }

.connect-container .fsTwoColumnLayout {
  margin: 0 auto; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
    border: solid 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    padding: 0;
    float: none; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
        margin-bottom: 0;
        width: calc(50% - 10px); } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
        width: calc(50% - 15px); } }
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn > .fsElement:last-child {
      margin-bottom: 0; }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
    padding: 20px 20px 10px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
        margin-right: 20px;
        padding: 30px 30px 10px; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
        margin-right: 30px; } }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d9d9d9;
    margin-bottom: 0; }
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
      width: 100%;
      background-size: cover;
      background-position: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      position: relative;
      padding: 20px; }
      @media (min-width: 400px) {
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
          height: 525px; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
          padding: 0;
          height: auto; } }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent > .fsElementContent {
        position: relative; }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent p {
        margin: 0; }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 18px;
        background: #626262;
        color: #fff;
        border-radius: 0;
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 2px;
        line-height: 19px;
        margin: 10px 0;
        background-color: #A6192E;
        color: #fff; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:hover, body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:focus,
        .fsStateSelected body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a {
          background: #555555;
          color: #fff;
          text-decoration: none; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a em {
          display: block;
          font-style: normal;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 17px;
          text-transform: uppercase; }
        #fsBannerRight body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a,
        #fsBannerLeft body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a,
        .fsStyleOneThird body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a,
        .fsTwoColumnLayout body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a,
        .fsThreeColumnLayout body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a,
        .fsFourColumnLayout body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a {
          width: 100%; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:hover {
          background-color: #3D3D3D; }

body.fsComposeMode .circle-button-link {
  pointer-events: none; }

body.fsComposeMode .circle-button {
  overflow: visible; }

body.bpt-athletics3 .circle-button {
  margin-bottom: 0; }

body.bpt-athletics3:not(.fsComposeMode) .circle-button header .fsElementHeaderContent {
  margin-top: 0; }

body.bpt-athletics3 .fsFourColumnLayout:after {
  display: none; }

body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout {
  margin: 0; }
  @media (min-width: 600px) {
    body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
    padding: 0;
    margin: 20px 0;
    background: yellow !important; }
    @media (min-width: 600px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        width: 50%;
        padding: 0 15px;
        margin: 15px 0; } }
    @media (min-width: 700px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        padding: 0; } }
    @media (min-width: 900px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        width: auto;
        margin: 0; } }

@media (min-width: 700px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 275px;
    height: 275px; } }

@media (min-width: 900px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 200px;
    height: 200px; } }

@media (min-width: 1000px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 230px;
    height: 230px; } }

@media (min-width: 1180px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 275px;
    height: 275px; } }

body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0; }
  @media (min-width: 700px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      line-height: 28px;
      padding: 0; } }
  @media (min-width: 900px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      font-size: 20px; } }
  @media (min-width: 1000px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      font-size: 24px; } }

body:not(.home) {
  /* entire container, keeps perspective */
  /*  UPDATED! flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */ }
  body:not(.home) .circle-button {
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 1;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
    width: 200px;
    height: 200px; }
    @media (min-width: 1000px) {
      body:not(.home) .circle-button {
        width: 230px;
        height: 230px; } }
    @media (min-width: 1220px) {
      body:not(.home) .circle-button {
        width: 300px;
        height: 300px; } }
    body:not(.home) .circle-button:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 100%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.6) 20%, transparent 60%, transparent 100%);
      transition: 0.6s; }
    body:not(.home) .circle-button header {
      z-index: 5;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: block; }
      body:not(.home) .circle-button header a,
      body:not(.home) .circle-button header h2,
      body:not(.home) .circle-button header p {
        position: relative; }
      body:not(.home) .circle-button header h2 {
        margin-top: 0;
        font-weight: 900;
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 10px;
        margin-bottom: 0;
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
        padding: 0; }
        @media (min-width: 1000px) {
          body:not(.home) .circle-button header h2 {
            font-size: 32px; } }
        body:not(.home) .circle-button header h2 + .fsElementHeaderContent {
          margin-top: 5px; }
          @media (min-width: 1000px) {
            body:not(.home) .circle-button header h2 + .fsElementHeaderContent {
              margin-top: 10px; } }
      body:not(.home) .circle-button header .fsElementHeaderContent {
        display: block;
        font-size: 14px; }
        @media (min-width: 1000px) {
          body:not(.home) .circle-button header .fsElementHeaderContent {
            font-size: 18px; } }
      body:not(.home) .circle-button header a {
        margin-bottom: 0;
        color: #fff;
        display: inline-block;
        margin-top: 10px;
        font-weight: 600;
        position: relative;
        padding-right: 30px; }
        body:not(.home) .circle-button header a:after {
          content: '\e900';
          font-family: "BPT-IcoMoon";
          margin-left: 10px;
          font-weight: normal;
          position: absolute;
          line-height: 1;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 5px;
          margin-top: -2px; }
      body:not(.home) .circle-button header.front {
        display: block;
        transform: rotateY(0deg);
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease-in-out 0.3s; }
      body:not(.home) .circle-button header:not(.front) {
        transform: rotateY(-180deg);
        color: #fff;
        transition: 0.6s; }
        body:not(.home) .circle-button header:not(.front):before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #3D3D3D;
          opacity: 0.9;
          border-radius: 100%;
          left: 0;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    body:not(.home) .circle-button:hover:before {
      opacity: 0;
      visibility: hidden;
      transition: 0.6s; }
    body:not(.home) .circle-button:hover header {
      transition: 0.6s; }
    body:not(.home) .circle-button:hover header:not(.front) {
      transform: rotateY(0deg) translateY(0);
      top: 0; }
    body:not(.home) .circle-button:hover header.front {
      transform: rotateY(180deg);
      opacity: 0;
      visibility: hidden; }
  body:not(.home) .circle-button-link {
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 3;
    transition: 0.6s;
    background-color: transparent; }
    body:not(.home) .circle-button-link:hover {
      color: #fff; }
  body:not(.home) .circle-button-inner {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0; }
    body:not(.home) .circle-button-inner p:last-child {
      margin-bottom: 0; }
  body:not(.home) .front .circle-button-inner {
    top: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 40px; }
    @media (min-width: 1000px) {
      body:not(.home) .front .circle-button-inner {
        bottom: 60px; } }
    body:not(.home) .front .circle-button-inner a {
      display: none; }
  body:not(.home) .circle-button {
    perspective: 1000;
    transform-style: preserve-3d; }
  body:not(.home) .circle-button:hover header:not(.front) {
    transform: rotateY(0deg); }
  body:not(.home) .circle-button:hover header.front {
    transform: rotateY(180deg); }
  body:not(.home) .circle-button-link {
    transition: 0.6s;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    position: relative; }
  body:not(.home) .circle-button header {
    backface-visibility: hidden;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  body:not(.home) .circle-button header.front {
    z-index: 2;
    transform: rotateY(0deg); }
  body:not(.home) .circle-button header:not(.front) {
    transform: rotateY(-180deg); }
  body:not(.home).fsComposeMode .circle-button-link {
    pointer-events: none; }
  body:not(.home).fsComposeMode .circle-button {
    overflow: visible; }

.map-container {
  position: relative;
  overflow: hidden; }
  .map-container:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .5s ease-in-out .3s;
    display: none; }
    @media (min-width: 900px) {
      .map-container:before {
        display: block; } }
  .map-container > header {
    position: relative; }
    body:not(.fsComposeMode) .map-container > header .fsElementTitle {
      display: none; }
    .map-container > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .map-container > header .fsElementHeaderContent picture, .map-container > header .fsElementHeaderContent img {
        display: block;
        width: 100%; }
  body:not(.fsComposeMode) .map-container > .fsElementContent {
    margin: 0 auto;
    margin-bottom: 0;
    background-color: #fff;
    transform: translate3d(100%, 0, 0);
    transition: opacity .3s;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 540px;
    position: relative;
    max-height: 0; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container > .fsElementContent {
        margin: 0;
        transition: .3s ease-in-out .3s;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: none;
        z-index: 15; } }
  body:not(.fsComposeMode) .map-container.active:before {
    opacity: .7;
    visibility: visible;
    transition: .3s; }
  body:not(.fsComposeMode) .map-container.active > .fsElementContent {
    max-height: 100%;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: transform .5s ease-in-out .3s;
    z-index: 20;
    margin-top: 30px; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container.active > .fsElementContent {
        margin-top: 0; } }
  .point-plotter .map-container {
    z-index: 10; }
    .point-plotter .map-container > header {
      opacity: .5; }

.close-map {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: solid 2px #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
  z-index: 30;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s; }
  .close-map:before, .close-map:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    transition: .3s; }
  .close-map:before {
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
  .close-map:after {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .close-map:hover, .close-map:focus {
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s; }
    .close-map:hover:before, .close-map:focus:before {
      transform: translate3d(-50%, -50%, 0) rotate(90deg);
      transition: .3s; }
    .close-map:hover:after, .close-map:focus:after {
      transform: translate3d(-50%, -50%, 0) rotate(-90deg);
      transition: .3s; }
  .active .close-map {
    opacity: 1;
    visibility: visible;
    transition: .5s; }

body:not(.fsComposeMode) .map-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0; }

.point-plotter .map-points {
  z-index: -1; }

body:not(.fsComposeMode) .map-points > header, body:not(.fsComposeMode) .map-points > footer {
  display: none; }

.map-points .fsStyleDefaultList {
  padding: 0;
  margin: 0; }
  .map-points .fsStyleDefaultList > li.fsListItem {
    border: none;
    padding: 0;
    position: absolute;
    margin: 0;
    display: block;
    counter-increment: li;
    z-index: 2;
    transform: translate3d(-15px, -15px, 0);
    opacity: 0;
    visibility: hidden; }
    .map-points .fsStyleDefaultList > li.fsListItem:hover, .map-points .fsStyleDefaultList > li.fsListItem:focus {
      z-index: 5; }
    .map-points .fsStyleDefaultList > li.fsListItem.active-point {
      opacity: 1;
      visibility: visible; }
      @media (min-width: 900px) {
        .map-points .fsStyleDefaultList > li.fsListItem.active-point > a {
          background-color: #A6192E;
          color: inherit; }
          .map-points .fsStyleDefaultList > li.fsListItem.active-point > a > span {
            opacity: 1;
            visibility: visible;
            transition: .5s; } }
    @media (min-width: 900px) {
      .map-points .fsStyleDefaultList > li.fsListItem {
        opacity: 1;
        visibility: visible; } }
    body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem {
      position: relative; }
    .map-points .fsStyleDefaultList > li.fsListItem > a {
      width: 30px;
      height: 30px;
      border-radius: 100%;
      border: none;
      box-shadow: 0 0 0 2px rgba(166, 25, 46, 0.3);
      background-color: #A6192E;
      text-align: center;
      white-space: nowrap;
      display: block; }
      body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem > a {
        color: #626262; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:before {
        display: none; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:after {
        content: counter(li);
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1; }
      .map-points .fsStyleDefaultList > li.fsListItem > a > span {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        bottom: 40px;
        border-radius: 2px;
        background-color: #A6192E;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        color: #fff;
        padding: 12px 18px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        opacity: 0;
        visibility: hidden;
        transition: .3s; }
        .map-points .fsStyleDefaultList > li.fsListItem > a > span:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 6px 0 6px;
          border-color: #A6192E transparent transparent transparent;
          position: absolute;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: -6px; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:hover, .map-points .fsStyleDefaultList > li.fsListItem > a:focus {
        background-color: #A6192E;
        color: inherit; }
        .map-points .fsStyleDefaultList > li.fsListItem > a:hover > span, .map-points .fsStyleDefaultList > li.fsListItem > a:focus > span {
          opacity: 1;
          visibility: visible;
          transition: .5s; }

.map-slideshow-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  body:not(.fsComposeMode) .map-slideshow-element > header {
    display: none; }
  .map-slideshow-element > .fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out .5s;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .map-slideshow-element.show > .fsElementContent, .map-slideshow-element.empty > .fsElementContent {
    box-shadow: inset 0 0 0 1px #EAEAEA;
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  .map-slideshow-element .fsElementEmpty {
    padding: 70px 30px 30px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #EAEAEA; }
  .map-slideshow-element .fsListItems {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
    .map-slideshow-element .fsListItems.slick-initialized {
      opacity: 1;
      visibility: visible;
      transition: .5s ease-in-out .3s; }
      @media (min-width: 900px) {
        .map-slideshow-element .fsListItems.slick-initialized article {
          overflow-y: auto; } }
    @media (min-width: 900px) {
      .map-slideshow-element .fsListItems .slick-list {
        position: relative; }
        .map-slideshow-element .fsListItems .slick-list:before {
          content: '';
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #FFFFFF 100%);
          width: calc(100% - 2px);
          height: 100px;
          position: absolute;
          left: 1px;
          bottom: 0;
          z-index: 10;
          border-bottom: solid 1px #EAEAEA; } }
    @media (min-width: 900px) {
      .map-slideshow-element .fsListItems .slick-track {
        height: 100%; } }
    .map-slideshow-element .fsListItems article {
      padding: 0 0 100px;
      margin: 0; }
      @media (min-width: 900px) {
        .map-slideshow-element .fsListItems article {
          height: 100%; } }
      .map-slideshow-element .fsListItems article:first-child:last-child {
        padding-bottom: 30px; }
      .map-slideshow-element .fsListItems article .fsTitle > a {
        color: inherit;
        pointer-events: none; }
      .map-slideshow-element .fsListItems article .fsTitle.fsResourceName {
        display: none; }
      .map-slideshow-element .fsListItems article figure picture {
        display: block;
        position: relative; }
        .map-slideshow-element .fsListItems article figure picture img {
          width: 100%; }
      .map-slideshow-element .fsListItems article figcaption {
        margin: 0;
        padding: 30px 30px 0;
        font-style: normal;
        font-size: 16px;
        line-height: 1.75;
        font-family: inherit; }
  .map-slideshow-element .slick-arrow {
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: auto;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.42);
    transition: .3s;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    line-height: 0;
    z-index: 20;
    border: none;
    cursor: pointer; }
    .map-slideshow-element .slick-arrow:before {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      font-family: "IcoMoon";
      font-weight: normal;
      color: #fff;
      width: 100%;
      text-align: center;
      font-size: 30px;
      transition: .3s;
      display: inline-block;
      line-height: 1;
      height: auto; }
    .map-slideshow-element .slick-arrow:hover, .map-slideshow-element .slick-arrow:focus {
      background-color: rgba(0, 0, 0, 0.5);
      transition: .3s;
      outline: transparent; }
      .map-slideshow-element .slick-arrow:hover:before, .map-slideshow-element .slick-arrow:focus:before {
        color: #fff; }
    .map-slideshow-element .slick-arrow.fsPrevButton, .map-slideshow-element .slick-arrow.slick-prev {
      left: auto;
      right: 51px; }

.map-legend {
  position: relative; }
  .map-legend .fsStyleDefaultList {
    padding: 0;
    margin: 0; }
    @media (min-width: 600px) {
      .map-legend .fsStyleDefaultList {
        -moz-column-gap: 20px;
        column-gap: 20px;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial;
        -moz-column-count: 2;
        column-count: 2; } }
    .map-legend .fsStyleDefaultList.small {
      -moz-column-count: 1;
      column-count: 1; }
    @media (min-width: 1000px) {
      .map-legend .fsStyleDefaultList.large {
        -moz-column-count: 4;
        column-count: 4; } }
    .map-legend .fsStyleDefaultList > li.fsListItem {
      page-break-inside: avoid;
      break-inside: avoid;
      border: none;
      position: relative;
      padding: 0;
      margin: 0 0 15px;
      display: block;
      counter-increment: li;
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      line-height: 19px;
      font-weight: normal;
      color: #626262; }
      .map-legend .fsStyleDefaultList > li.fsListItem:before {
        content: counter(li);
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 700;
        color: #A6192E;
        font-size: 16px;
        line-height: inherit; }
      .map-legend .fsStyleDefaultList > li.fsListItem > a {
        display: inline-block;
        color: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        word-wrap: normal;
        word-break: normal;
        padding-left: 25px; }
        .map-legend .fsStyleDefaultList > li.fsListItem > a:hover, .map-legend .fsStyleDefaultList > li.fsListItem > a:focus {
          color: #A6192E; }
        .map-legend .fsStyleDefaultList > li.fsListItem > a:before {
          display: none; }

.coordinates-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
  background-color: #fff;
  color: #626262;
  padding: 10px; }

@keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden; } }

@keyframes radiate-point-1 {
  50%, 100% {
    transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8; } }

@keyframes radiate-point-2 {
  50%, 100% {
    transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px; } }

.map-slideshow-element.wo-update {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0; }
  .map-slideshow-element.wo-update .fsLoadingDots {
    display: none !important; }
  @media (min-width: 900px) {
    .map-slideshow-element.wo-update {
      height: 100%;
      width: 100% !important;
      max-width: 600px; } }
  body:not(.fsComposeMode) .map-slideshow-element.wo-update > header {
    display: none; }
  .map-slideshow-element.wo-update > .fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out .5s;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 900px) {
      .map-slideshow-element.wo-update > .fsElementContent {
        height: 100%; } }
  .map-slideshow-element.wo-update.show > .fsElementContent, .map-slideshow-element.wo-update.empty > .fsElementContent {
    box-shadow: inset 0 0 0 1px #EAEAEA;
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  .map-slideshow-element.wo-update .fsElementEmpty {
    padding: 70px 30px 30px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #EAEAEA; }
  .map-slideshow-element.wo-update .fsListItems {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
    .map-slideshow-element.wo-update .fsListItems.slick-initialized {
      opacity: 1;
      visibility: visible;
      transition: .5s ease-in-out .3s; }
      @media (min-width: 900px) {
        .map-slideshow-element.wo-update .fsListItems.slick-initialized {
          height: 100%; } }
    @media (min-width: 900px) {
      .map-slideshow-element.wo-update .fsListItems .slick-list {
        position: relative;
        height: 100%; }
        .map-slideshow-element.wo-update .fsListItems .slick-list:before {
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #FFFFFF 100%);
          width: calc(100% - 2px);
          height: 100px;
          position: absolute;
          left: 1px;
          bottom: 0;
          z-index: 10;
          border-bottom: solid 1px #EAEAEA; } }
    @media (min-width: 900px) {
      .map-slideshow-element.wo-update .fsListItems .slick-track {
        height: 100%;
        margin: 0; } }
    .map-slideshow-element.wo-update .fsListItems article {
      padding: 0 0 100px;
      margin: 0; }
      @media (min-width: 900px) {
        .map-slideshow-element.wo-update .fsListItems article {
          height: 100%; } }
      .map-slideshow-element.wo-update .fsListItems article:first-child:last-child {
        padding-bottom: 30px; }
      .map-slideshow-element.wo-update .fsListItems article .fsTitle {
        /*
				margin-bottom: 0;
				position: absolute;
				width: 100%;
				left: 0;
				bottom: 0;
				padding: $slide-title-padding;
				z-index: 5;
				background-color: rgba(#000, .6);
				color: #fff;
				font-family: $slide-title-font-family;
				font-weight: normal;
				font-size: $slide-title-font-size;
                line-height: $slide-title-line-height; */
        margin-top: 0;
        font-weight: bold;
        color: #2f353e;
        font-size: 40px;
        line-height: 44px;
        text-transform: uppercase;
        margin-bottom: 16px; }
        @media (max-width: 599px) {
          .map-slideshow-element.wo-update .fsListItems article .fsTitle {
            margin-bottom: 0;
            padding-top: 9px;
            padding-bottom: 9px;
            font-size: 30px;
            line-height: 32px; } }
        .map-slideshow-element.wo-update .fsListItems article .fsTitle > a {
          color: inherit;
          pointer-events: none; }
        .map-slideshow-element.wo-update .fsListItems article .fsTitle.fsResourceName {
          display: none; }
      .map-slideshow-element.wo-update .fsListItems article figure picture {
        display: block;
        position: relative; }
        .map-slideshow-element.wo-update .fsListItems article figure picture img {
          width: 100%; }
      .map-slideshow-element.wo-update .fsListItems article .video-wrapper {
        position: relative;
        display: block; }
        .map-slideshow-element.wo-update .fsListItems article .video-wrapper video {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: cover;
          object-fit: cover; }
      .map-slideshow-element.wo-update .fsListItems article figcaption, .map-slideshow-element.wo-update .fsListItems article .fsDescription {
        margin: 0;
        padding: 30px 30px 0;
        font-style: normal;
        font-size: 16px;
        line-height: 1.75;
        font-family: inherit; }
  .map-slideshow-element.wo-update .slick-arrow {
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: auto;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.42);
    transition: .3s;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    line-height: 0;
    z-index: 20;
    border: none;
    cursor: pointer; }
    .map-slideshow-element.wo-update .slick-arrow:before {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      color: #fff;
      width: 100%;
      text-align: center;
      font-size: 30px;
      transition: .3s;
      display: inline-block;
      line-height: 1;
      height: auto; }
    .map-slideshow-element.wo-update .slick-arrow:hover, .map-slideshow-element.wo-update .slick-arrow:focus {
      background-color: rgba(0, 0, 0, 0.5);
      transition: .3s;
      outline: transparent; }
      .map-slideshow-element.wo-update .slick-arrow:hover:before, .map-slideshow-element.wo-update .slick-arrow:focus:before {
        color: #fff; }
    .map-slideshow-element.wo-update .slick-arrow.fsPrevButton, .map-slideshow-element.wo-update .slick-arrow.slick-prev {
      left: auto;
      right: 51px; }
      .map-slideshow-element.wo-update .slick-arrow.fsPrevButton:before, .map-slideshow-element.wo-update .slick-arrow.slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .map-slideshow-element.wo-update .slick-arrow.slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.map-container.wo-update {
  position: relative;
  overflow: hidden;
  margin-bottom: 33px; }
  .map-container.wo-update:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .5s ease-in-out .3s;
    display: none; }
    @media (min-width: 900px) {
      .map-container.wo-update:before {
        display: block; } }
  .map-container.wo-update > header {
    position: relative; }
    body:not(.fsComposeMode) .map-container.wo-update > header .fsElementTitle {
      display: none; }
    .map-container.wo-update > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .map-container.wo-update > header .fsElementHeaderContent picture, .map-container.wo-update > header .fsElementHeaderContent img {
        display: block;
        width: 100%; }
  body:not(.fsComposeMode) .map-container.wo-update > .fsElementContent {
    margin: 0 auto;
    margin-bottom: 0;
    background-color: #fff;
    transform: translate3d(100%, 0, 0);
    transition: opacity .3s;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
    position: relative;
    max-height: 0;
    visibility: hidden;
    z-index: 9999 !important; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container.wo-update > .fsElementContent {
        margin: 0;
        transition: .3s ease-in-out .3s;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        max-height: none;
        visibility: visible;
        left: 50%;
        transform: translate3d(-50%, 0, 0) !important;
        position: fixed;
        top: 50%;
        transform: translate3d(-50%, -50%, 0) !important;
        margin: 0;
        height: 740px;
        max-height: calc(100vh - 60px) !important; } }
  body:not(.fsComposeMode) .map-container.wo-update.active:before {
    opacity: .7;
    visibility: visible;
    transition: .3s; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .map-container.wo-update.active + .map-legend.wo-update:before {
      opacity: .7;
      visibility: visible;
      transition: .3s; } }
  body:not(.fsComposeMode) .map-container.wo-update.active > .fsElementContent {
    max-height: 100%;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: transform .5s ease-in-out .3s;
    margin-top: 30px;
    width: 100%;
    z-index: 9999 !important; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container.wo-update.active > .fsElementContent {
        margin-top: 0;
        transition: transform .5s ease-in-out .3s, 
 width .5s ease-in-out .3s; } }
  .point-plotter .map-container.wo-update {
    z-index: 10; }
    .point-plotter .map-container.wo-update > header {
      opacity: .5; }

.close-map {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: solid 2px #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
  z-index: 30;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: .3s; }
  .close-map:before, .close-map:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    transition: .3s; }
  .close-map:before {
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
  .close-map:after {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .close-map:hover, .close-map:focus {
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s; }
    .close-map:hover:before, .close-map:focus:before {
      transform: translate3d(-50%, -50%, 0) rotate(90deg);
      transition: .3s; }
    .close-map:hover:after, .close-map:focus:after {
      transform: translate3d(-50%, -50%, 0) rotate(-90deg);
      transition: .3s; }
  .active .close-map {
    opacity: 1;
    visibility: visible;
    transition: .5s ease-in .3s; }

.map-container.wo-update {
  position: relative;
  overflow: hidden;
  margin-bottom: 33px; }
  .map-container.wo-update:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .5s ease-in-out .3s;
    display: none; }
    @media (min-width: 900px) {
      .map-container.wo-update:before {
        display: block; } }
  .map-container.wo-update > header {
    position: relative; }
    body:not(.fsComposeMode) .map-container.wo-update > header .fsElementTitle {
      display: none; }
    .map-container.wo-update > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .map-container.wo-update > header .fsElementHeaderContent picture, .map-container.wo-update > header .fsElementHeaderContent img {
        display: block;
        width: 100%; }
  body:not(.fsComposeMode) .map-container.wo-update > .fsElementContent {
    margin: 0 auto;
    margin-bottom: 0;
    background-color: #fff;
    transform: translate3d(100%, 0, 0);
    transition: opacity .3s;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
    position: relative;
    max-height: 0;
    visibility: hidden; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container.wo-update > .fsElementContent {
        margin: 0;
        transition: .3s ease-in-out .3s;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        max-height: none;
        z-index: 15;
        visibility: visible;
        left: 50%;
        transform: translate3d(-50%, 0, 0) !important;
        position: fixed;
        top: 50%;
        transform: translate3d(-50%, -50%, 0) !important;
        margin: 0;
        height: 740px;
        max-height: calc(100vh - 60px) !important; } }
  body:not(.fsComposeMode) .map-container.wo-update.active:before {
    opacity: .7;
    visibility: visible;
    transition: .3s; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .map-container.wo-update.active + .map-legend.wo-update:before {
      opacity: .7;
      visibility: visible;
      transition: .3s; } }
  body:not(.fsComposeMode) .map-container.wo-update.active > .fsElementContent {
    max-height: 100%;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: transform .5s ease-in-out .3s;
    z-index: 20;
    margin-top: 30px;
    width: 100%; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container.wo-update.active > .fsElementContent {
        margin-top: 0;
        transition: transform .5s ease-in-out .3s, 
 width .5s ease-in-out .3s; } }
  .point-plotter .map-container.wo-update {
    z-index: 10; }
    .point-plotter .map-container.wo-update > header {
      opacity: .5; }

.close-map {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: solid 2px #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
  z-index: 30;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: .3s; }
  .close-map:before, .close-map:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    transition: .3s; }
  .close-map:before {
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
  .close-map:after {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .close-map:hover, .close-map:focus {
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s; }
    .close-map:hover:before, .close-map:focus:before {
      transform: translate3d(-50%, -50%, 0) rotate(90deg);
      transition: .3s; }
    .close-map:hover:after, .close-map:focus:after {
      transform: translate3d(-50%, -50%, 0) rotate(-90deg);
      transition: .3s; }
  .active .close-map {
    opacity: 1;
    visibility: visible;
    transition: .5s ease-in .3s; }

.piecontainer {
  width: 426px;
  height: 426px;
  position: relative;
  background: #969696;
  background-size: cover;
  border-radius: 100%;
  margin: 60px 30px;
  border: 3px solid #626262; }
  @media (max-width: 500px) {
    .piecontainer {
      width: 226px;
      height: 226px; }
      .piecontainer span.percentage {
        font-size: 12px !important;
        height: 140px !important; } }
  .piecontainer.small {
    width: 226px;
    height: 226px; }
    .piecontainer.small span.percentage {
      font-size: 12px !important;
      height: 140px; }
  .piecontainer .currentPercent {
    display: block;
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
  .piecontainer span.percentage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 30px;
    height: 240px;
    position: absolute;
    left: 50%;
    z-index: 10;
    color: #626262;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    margin-bottom: 30px;
    top: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: flex; }
    .piecontainer span.percentage:after {
      display: block;
      height: 10px;
      width: 1px;
      content: '';
      background: rgba(98, 98, 98, 0.8);
      position: relative;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .piecontainer span.percentage.p1 {
      -ms-transform: translate(-50%, -30px) rotate(36deg);
      transform: translate(-50%, -30px) rotate(36deg); }
    .piecontainer span.percentage.p2 {
      -ms-transform: translate(-50%, -30px) rotate(72deg);
      transform: translate(-50%, -30px) rotate(72deg); }
    .piecontainer span.percentage.p3 {
      -ms-transform: translate(-50%, -30px) rotate(108deg);
      transform: translate(-50%, -30px) rotate(108deg); }
    .piecontainer span.percentage.p4 {
      -ms-transform: translate(-50%, -30px) rotate(144deg);
      transform: translate(-50%, -30px) rotate(144deg); }
    .piecontainer span.percentage.p5 {
      -ms-transform: translate(-50%, -30px) rotate(180deg);
      transform: translate(-50%, -30px) rotate(180deg); }
    .piecontainer span.percentage.p6 {
      -ms-transform: translate(-50%, -30px) rotate(216deg);
      transform: translate(-50%, -30px) rotate(216deg); }
    .piecontainer span.percentage.p7 {
      -ms-transform: translate(-50%, -30px) rotate(252deg);
      transform: translate(-50%, -30px) rotate(252deg); }
    .piecontainer span.percentage.p8 {
      -ms-transform: translate(-50%, -30px) rotate(288deg);
      transform: translate(-50%, -30px) rotate(288deg); }
    .piecontainer span.percentage.p9 {
      -ms-transform: translate(-50%, -30px) rotate(324deg);
      transform: translate(-50%, -30px) rotate(324deg); }
    .piecontainer span.percentage.p10 {
      -ms-transform: translate(-50%, -30px) rotate(360deg);
      transform: translate(-50%, -30px) rotate(360deg); }

#fsBannerLeft .piecontainer,
#fsBannerRight .piecontainer {
  margin: 50px auto; }

.pie {
  width: 420px;
  height: 420px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .small .pie {
    width: 220px;
    height: 220px; }
  @media (max-width: 500px) {
    .pie {
      width: 220px;
      height: 220px; } }
  .pie svg {
    background: transparent;
    border-radius: 50%;
    position: relative; }
  .pie circle {
    fill: transparent;
    stroke: #A6192E;
    stroke-width: 32; }

.annual-fund-promo {
  min-height: 530px;
  background: #f7f7f7;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
  .annual-fund-promo > .fsElementContent {
    zoom: 1; }
    .annual-fund-promo > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 1050px) {
      .annual-fund-promo > .fsElementContent > .fsElement {
        float: left; } }
  .annual-fund-promo .promo-text {
    text-align: center;
    padding: 20px 30px;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    background: #efefef; }
    .annual-fund-promo .promo-text h2 {
      color: #3D3D3D;
      text-transform: uppercase; }
    @media (min-width: 1050px) {
      .annual-fund-promo .promo-text {
        width: 360px;
        margin-right: 30px; }
        .annual-fund-promo .promo-text > .fsElementContent {
          height: 540px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center; } }
    .annual-fund-promo .promo-text .current-percentage {
      width: 100%;
      text-align: center;
      font-size: 80px;
      color: #fff;
      font-weight: 900;
      margin: 30px auto;
      background: #A6192E;
      padding: 40px;
      border-radius: 20px;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 2px rgba(0, 0, 0, 0.8); }
    .annual-fund-promo .promo-text .current-total {
      text-transform: uppercase;
      font-weight: 700; }
  .annual-fund-promo .piecontainer {
    margin: 60px !important; }
    @media (max-width: 1050px) {
      .annual-fund-promo .piecontainer {
        margin: 60px auto !important; } }

.power-in-numbers {
  text-align: center;
  padding: 0 30px; }
  @media (min-width: 1050px) {
    .power-in-numbers {
      padding: 0;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      width: 580px;
      height: 40px;
      position: absolute;
      top: 0;
      left: calc(100% - 50px); } }
  .power-in-numbers p {
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    color: #A6192E;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
    @media (min-width: 1050px) {
      .power-in-numbers p {
        font-size: 45px;
        margin: 0; } }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }
