/*!
 * School Name - default_19
 * @link: https://stgeorgesnewport-4735-fs-us-ma01-s01.preview.finalsitecdn.com
 * Site Template: newclientcustom
 * Built By: Al Ramos
 * Project Manager: Lisa Catania
 * Designer: Kelly Wilson
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.2.2
 * Git Tag: v5.2.2-54-gc0fe6c3
 * Last built by: Chris Mazurski
 */
@charset "UTF-8";

/*! helpers - typography v0.0.1 */

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

.play-pause-button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  position: absolute;
  line-height: 45px;
  cursor: pointer;
}

.play-pause-button:before {
  font-size: 19px;
  color: #fff;
}

@media (max-width: 699px) {
  .play-pause-button {
    width: 20px;
    height: 20px;
    line-height: 17px;
  }

  .play-pause-button:before {
    font-size: 7px;
  }
}

.playing .play-pause-button:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.paused .play-pause-button:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.mute-button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  cursor: pointer;
}

.mute-button:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 19px;
  color: #fff;
}

.muted .mute-button:before {
  content: "\E919";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_57:after,
.fsCalendar .fsReadMoreLink:after,
.fsPostElement .fsReadMoreLink:after,
.fs_style_58:after,
.home .connect-button a:after,
.module a:not([class*='cke']):not([class*='fs_style']):after,
.custom-content footer a:after,
.infographic-single footer a:after,
.ocean-content footer a:after,
.screened-photo footer a:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fs_style_57:hover:after,
.fsCalendar .fsReadMoreLink:hover:after,
.fsPostElement .fsReadMoreLink:hover:after,
.fs_style_58:hover:after,
.home .connect-button a:hover:after,
.module a:not([class*='cke']):not([class*='fs_style']):hover:after,
.custom-content footer a:hover:after,
.infographic-single footer a:hover:after,
.ocean-content footer a:hover:after,
.screened-photo footer a:hover:after,
.fs_style_57:focus:after,
.fsCalendar .fsReadMoreLink:focus:after,
.fsPostElement .fsReadMoreLink:focus:after,
.fs_style_58:focus:after,
.home .connect-button a:focus:after,
.module a:not([class*='cke']):not([class*='fs_style']):focus:after,
.custom-content footer a:focus:after,
.infographic-single footer a:focus:after,
.ocean-content footer a:focus:after,
.screened-photo footer a:focus:after {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 48px;
  line-height: 56px;
  font-family: "Playfair Display", Georgia, serif;
  color: #252b33;
  margin-bottom: 30px;
}

@media (max-width: 699px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 24px;
  line-height: 34px;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 20px;
}

@media (max-width: 699px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

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

@media (max-width: 699px) {
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #252b33;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 12px;
  line-height: 14px;
  color: #c02e36;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #252b33;
  margin-bottom: 10px;
}

p {
  margin: 0 0 30px;
}

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

#fsBannerRight p,
#fsBannerLeft p {
  font-size: 16px;
  line-height: 24px;
}

hr {
  margin: 0 auto 20px;
}

body:not(.home) .fsPageContent .fsContent a:not([class*='fs_style']) {
  padding: 2px;
}

body:not(.home) .fsPageContent .fsContent a:not([class*='fs_style']):hover,
body:not(.home) .fsPageContent .fsContent a:not([class*='fs_style']):focus {
  background-color: #c02e36;
  color: #fff;
  text-decoration: none;
}

a {
  color: #494949;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #c02e36;
}

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_62 th,
.table-styled th {
  padding: 14px 15px;
  background: #000000;
  color: #fff;
  text-align: left;
  font-weight: 600;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_62 td,
.table-styled td {
  padding: 10px 20px;
  background: rgba(243, 243, 243, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
table.fs_style_62 tr,
.table-styled tr {
  background: rgba(243, 243, 243, 0.5);
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd),
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd),
table.fs_style_62 tr:nth-of-type(odd),
.table-styled tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}

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

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
table.fs_style_62 tr,
.table-styled tr {
  border-bottom: solid 1px #ffffff;
}

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

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

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

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

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

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

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

.fs_style_53 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: #c02e36;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
}

.fs_style_53:hover,
.fs_style_53:focus,
.fsStateSelected .fs_style_53,
.fs_style_53.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_53:hover em,
.fs_style_53:focus em,
.fsStateSelected .fs_style_53 em,
.fs_style_53.on em {
  color: #fff;
}

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

*[class*='fsBanner'] .fs_style_53,
.fsStyleOneThird .fs_style_53,
.fsFourColumnLayout .fs_style_53 {
  display: block;
}

.fs_style_54 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: #000000;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
}

.fs_style_54:hover,
.fs_style_54:focus,
.fsStateSelected .fs_style_54,
.fs_style_54.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_54:hover em,
.fs_style_54:focus em,
.fsStateSelected .fs_style_54 em,
.fs_style_54.on em {
  color: #fff;
}

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

*[class*='fsBanner'] .fs_style_54,
.fsStyleOneThird .fs_style_54,
.fsFourColumnLayout .fs_style_54 {
  display: block;
}

.fs_style_55,
.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: transparent;
  color: #c02e36;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
  border: 1px solid #dedede;
}

.fs_style_55:hover,
.fsStyleDefaultButton:hover,
.fs_style_55:focus,
.fsStyleDefaultButton:focus,
.fsStateSelected .fs_style_55,
.fsStateSelected .fsStyleDefaultButton,
.fs_style_55.on,
.on.fsStyleDefaultButton {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_55:hover em,
.fsStyleDefaultButton:hover em,
.fs_style_55:focus em,
.fsStyleDefaultButton:focus em,
.fsStateSelected .fs_style_55 em,
.fsStateSelected .fsStyleDefaultButton em,
.fs_style_55.on em,
.on.fsStyleDefaultButton em {
  color: #fff;
}

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

*[class*='fsBanner'] .fs_style_55,
*[class*='fsBanner'] .fsStyleDefaultButton,
.fsStyleOneThird .fs_style_55,
.fsStyleOneThird .fsStyleDefaultButton,
.fsFourColumnLayout .fs_style_55,
.fsFourColumnLayout .fsStyleDefaultButton {
  display: block;
}

.fs_style_55:hover,
.fsStyleDefaultButton:hover,
.fs_style_55:focus,
.fsStyleDefaultButton:focus {
  color: #fff !important;
}

.fs_style_55.fs_style_56,
.fs_style_56.fsStyleDefaultButton {
  color: #252b33;
}

.fs_style_55 em,
.fsStyleDefaultButton em {
  color: #c02e36;
}

.fs_style_56 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Playfair Display", Georgia, serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  padding: 21px 30px;
}

.fs_style_56 em {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  font-weight: 700;
}

.fs_style_56 em:after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 6px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fs_style_56:hover em:after,
.fs_style_56:focus em:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.fs_style_57,
.fsCalendar .fsReadMoreLink,
.fsPostElement .fsReadMoreLink,
.fs_style_58 {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

+ .fs_style_57,
+ .fsCalendar .fsReadMoreLink,
+ .fsPostElement .fsReadMoreLink,
+ .fs_style_58 {
  margin-left: 8px;
}

.fs_style_57:after,
.fsCalendar .fsReadMoreLink:after,
.fsPostElement .fsReadMoreLink:after,
.fs_style_58:after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 6px;
}

.fs_style_57:hover,
.fsCalendar .fsReadMoreLink:hover,
.fsPostElement .fsReadMoreLink:hover,
.fs_style_57:focus,
.fsCalendar .fsReadMoreLink:focus,
.fsPostElement .fsReadMoreLink:focus,
.fs_style_58:hover,
.fs_style_58:focus {
  color: #494949;
}

.fs_style_57,
.fsCalendar .fsReadMoreLink,
.fsPostElement .fsReadMoreLink {
  color: #c02e36;
}

.fs_style_58 {
  color: #000000;
}

.fsStyleDefaultButton {
  line-height: 29px;
}

*[class*='fsBanner'] .fsStyleDefaultButton {
  display: block;
  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: 14px 20px;
  background: #c02e36;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover em,
.fsStyleUpdateButton:focus em,
.fsStateSelected .fsStyleUpdateButton em,
.fsStyleUpdateButton.on em {
  color: #fff;
}

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

*[class*='fsBanner'] .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsFourColumnLayout .fsStyleUpdateButton {
  display: block;
}

.fs_style_59,
.fs_style_60 {
  padding: 14px 24px;
  background-color: rgba(243, 243, 243, 0.5);
  border: 1px solid #dedede;
  font-weight: 700;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  width: 300px;
  max-width: 100%;
}

#fsBannerRight .fs_style_59,
#fsBannerLeft .fs_style_59,
#fsBannerRight .fs_style_60,
#fsBannerLeft .fs_style_60 {
  width: 100%;
}

.fs_style_59:hover,
.fs_style_59:focus,
.fs_style_60:hover,
.fs_style_60:focus {
  background-color: transparent;
  color: #c02e36;
}

.fs_style_59:before,
.fs_style_60:before {
  color: #c02e36;
  display: inline-block;
  margin-right: 12px;
}

.fs_style_59:before {
  content: "\E914";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_60:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 20px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsElementDialog {
  color: #494949;
}

.lead-in,
.fs_style_23 {
  font-size: 30px;
  line-height: 42px;
  color: #c02e36;
}

@media (max-width: 699px) {
  .lead-in,
  .fs_style_23 {
    font-size: 20px;
    line-height: 32px;
  }
}

blockquote {
  position: relative;
  margin: 20px 0;
  margin-top: 50px;
  font-size: 22px;
  line-height: 33px;
  font-family: "Playfair Display", Georgia, serif;
  color: #080909;
  z-index: 1;
  padding: 0 10px;
  padding-left: 20px;
  padding-top: 20px;
}

blockquote p:last-child {
  display: inline;
}

blockquote:after {
  content: "\201D";
  display: inline;
}

blockquote:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 0;
  top: -10px;
  width: 117px;
  height: 70px;
  font-size: 70px;
  line-height: 1;
  color: #f3f3f3;
  z-index: -1;
}

*[class*='fsBanner'] blockquote {
  font-size: 17px;
  line-height: 24px;
  padding-left: 10px;
  margin-bottom: 10px;
}

*[class*='fsBanner'] blockquote:before {
  width: 84px;
  height: 50px;
  font-size: 48px;
  top: 0;
}

cite {
  display: block;
  text-align: right;
  margin-left: auto;
  font-style: normal;
  color: #c02e36;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

cite:before {
  content: '- ';
}

*[class*='fsBanner'] cite {
  font-size: 11px;
  line-height: 13px;
}

.callout-content,
.fs_style_61 {
  border-left: 2px solid #c02e36;
  font-size: 22px;
  line-height: 32px;
  padding-left: 28px;
  display: block;
  margin: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-site-map ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
       -moz-column-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: #494949;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #c02e36;
  background: #e5e5e5;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #c02e36;
  background: #cfcfcf;
}

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

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #494949;
  background: #e5e5e5;
}

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

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

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

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

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

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

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

.nav-sub {
  display: none;
}

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

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

@media (min-width: 700px) {
  .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: 700px) {
  .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: 12px 0;
  color: #494949;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 20px;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #252b33;
  text-decoration: none;
}

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

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

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

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

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #252b33;
  background: trnasparent;
}

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

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

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

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

.nav-sub .fsNavLevel2 li a {
  padding-top: 8px;
  padding-bottom: 8px;
}

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

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

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

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

.nav-sub .fsNavParentPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-sub .fsNavParentPage .fsNavPageInfo {
  width: 100%;
  margin-bottom: 10px;
}

.nav-sub .fsNavLevel2 {
  border-left: 3px solid #dce0e9;
}

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

.nav-sub .dropdown-button {
  font-size: 0;
  background-color: transparent;
  padding: 0 10px;
  border: 0;
  cursor: pointer;
}

.nav-sub .dropdown-button:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 12px;
  color: #c02e36;
  line-height: 33px;
}

.nav-sub .active > a {
  color: #c02e36;
}

.nav-sub .active > .fsNavPageInfo {
  display: block;
}

.nav-sub .active > .dropdown-button:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
}

.mobile-sub-nav {
  display: none;
  margin-bottom: 20px;
}

@media (max-width: 699px) {
  .mobile-sub-nav {
    display: block;
  }
}

.mobile-sub-nav .fsNavLevel1 {
  padding-top: 0;
}

.mobile-sub-nav .fsElementTitle {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-family: "Raleway", sans-serif;
  padding: 15px 5px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-bottom: 0;
}

.active-nav.mobile-sub-nav .fsElementTitle {
  color: #c02e36;
}

.mobile-sub-nav .fsElementTitle:after {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
}

.active-nav.mobile-sub-nav .fsElementTitle:after {
  -webkit-transform: rotate(90deg) translateY(5px);
      -ms-transform: rotate(90deg) translateY(5px);
          transform: rotate(90deg) translateY(5px);
}

.nav-main {
  margin-bottom: 0;
}

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

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

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .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 + li {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .nav-main .fsNavLevel1 > li + li {
    margin-left: 20px;
  }
}

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

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

.nav-main .fsNavLevel1 > li:hover > a:before {
  width: 40px;
}

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

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:before {
  width: 40px;
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #252b33;
  background: transparent;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 4px;
}

body.has-photo:not(.fixed-menu) .nav-main .fsNavLevel1 > li > a,
body.home:not(.fixed-menu) .nav-main .fsNavLevel1 > li > a {
  color: #fff;
  text-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.nav-main .fsNavLevel1 > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #c02e36;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.nav-main .fsNavLevel1 > li > a:focus:before {
  width: 40px;
}

html.js .nav-main .fsNavLevel1 > li,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open {
  position: relative;
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

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

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

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

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

html:not(.js) .nav-main .fsNavLevel1 > li {
  position: relative;
}

html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.ally-focus-within > .fsNavPageInfo {
  max-height: 9999px;
}

@media (max-width: 599px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

.nav-main .fsNavPageInfo {
  text-align: left;
  z-index: 300;
  width: 240px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav-main .fsNavLevel2 {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 15px 0;
}

#fsHeader .nav-main .fsNavLevel2 {
  margin-top: 10px;
}

.nav-main .fsNavLevel2 li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 12px 0.55556em;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

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

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

.mobile-nav a {
  color: #f7f8fb;
  text-decoration: none;
  padding: 12px 0;
}

.mobile-nav .fsNavLevel1 > li > a {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.mobile-nav .fsNavLevel1 > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-nav .fsNavLevel1 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobile-nav .fsNavLevel1 > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-nav .fsNavLevel1 > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-nav .fsNavLevel1 li[class*='Current'] > a {
  color: #f7f8fb;
}

.mobile-nav .fsNavPageInfo {
  width: 100%;
  display: none;
  padding-bottom: 10px;
}

.mobile-nav .dropdown-button {
  font-size: 0;
  background-color: transparent;
  padding: 0 10px;
  border: 0;
  cursor: pointer;
}

.mobile-nav .dropdown-button:before {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #888888;
  line-height: 33px;
}

.mobile-nav .active > a {
  color: #fff;
}

.mobile-nav .active > .fsNavPageInfo {
  display: block;
}

.mobile-nav .active > .dropdown-button:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #fff;
}

.mobile-nav .fsNavLevel2 {
  padding-left: 7px;
  position: relative;
}

.mobile-nav .fsNavLevel2:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 3px;
  background-color: #c02e36;
}

.mobile-nav .fsNavLevel2 a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 5px 0;
}

.mobile-nav .fsNavLevel2 a:hover,
.mobile-nav .fsNavLevel2 a:focus {
  color: #adb5bd;
}

#fsMenu {
  position: fixed;
  top: 70px;
  right: 0;
  width: 320px;
  height: calc(100% - 70px);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  padding-top: 30px;
  padding-bottom: 100px;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s, -webkit-transform 0.3s;
  transition: visibility 0s linear 0.5s, opacity 0.5s, -webkit-transform 0.3s;
  transition: visibility 0s linear 0.5s, opacity 0.5s, transform 0.3s;
  transition: visibility 0s linear 0.5s, opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
}

.fsAccountBarVisible #fsMenu {
  top: 115px;
}

@media (max-width: 1099px) {
  #fsMenu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear 0s, opacity 0.5s, -webkit-transform 0.3s;
    transition: visibility 0s linear 0s, opacity 0.5s, -webkit-transform 0.3s;
    transition: visibility 0s linear 0s, opacity 0.5s, transform 0.3s;
    transition: visibility 0s linear 0s, opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
  }
}

@media (max-width: 699px) {
  #fsMenu {
    width: 100%;
  }
}

.open-mobile-menu #fsMenu,
.open-secondary-menu #fsMenu {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#fsMenu .fsMenu {
  padding: 0 20px;
}

.open-secondary-menu #fsMenu .fsMenu > *:not(.mobile-utility-nav) {
  display: none;
}

.mobile-menu-button {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-size: 0;
  margin-right: 20px;
  margin-left: 20px;
}

@media (min-width: 1100px) {
  .mobile-menu-button {
    display: none;
  }
}

.mobile-menu-button:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 15px;
}

.open-mobile-menu .mobile-menu-button:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px;
}

.mobile-secondary-menu-button {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-size: 0;
  margin-left: auto;
}

@media (min-width: 1100px) {
  .mobile-secondary-menu-button {
    display: none;
  }
}

.mobile-secondary-menu-button:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #000;
  font-size: 15px;
}

.open-secondary-menu .mobile-secondary-menu-button:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 20px;
}

.open-mobile-menu,
.open-secondary-menu {
  height: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid #000000;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

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

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

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

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

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

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

/*! structure - header v0.0.1 */

#fsHeader {
  padding: 0 20px;
  background-color: #fff;
  position: relative;
}

.home:not(.fixed-menu) #fsHeader,
.has-photo:not(.fixed-menu) #fsHeader {
  background-color: transparent;
}

body:not(.fsComposeMode) #fsHeader {
  width: 100%;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) #fsHeader {
    position: fixed;
    z-index: 9999;
  }
}

body:not(.fsComposeMode).fixed-menu #fsHeader {
  background-color: #fff;
}

#fsHeader > .fsBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}

@media (max-width: 1099px) {
  #fsHeader {
    background-color: #c02e36 !important;
    height: 70px;
  }
}

#fsHeader .anniversary .site-info-container {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#fsHeader .anniversary .site-info-container a:before {
  background: url(images/125seal.png) no-repeat center;
  background-size: contain;
  left: -9px;
  top: -27px;
  width: 36px;
  height: 83px;
  position: relative;
  margin-bottom: -89px;
  z-index: 99;
}

@media (min-width: 1380px) {
  #fsHeader .anniversary .site-info-container a:before {
    height: 103px;
    width: 45px;
    left: -8.5px;
    top: -6px;
  }
}

.fixed-menu #fsHeader .anniversary {
  padding-bottom: 40px;
}

@media (min-width: 1100px) {
  .fixed-menu #fsHeader .anniversary .site-info-container {
    margin-top: 22px;
    -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
  }
}

@media (min-width: 1100px) {
  .fixed-menu #fsHeader .anniversary .site-info-container a:before {
    background: url(images/125sealblack.png) no-repeat center;
    background-size: contain;
    left: -9px;
    top: -27px;
    width: 36px;
    height: 83px;
  }
}

.skip-link {
  margin: 0;
}

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

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

.site-info-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1379px) {
  .site-info-container {
    -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
  }
}

@media (max-width: 699px) {
  .site-info-container {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
}

@media (max-width: 399px) {
  .site-info-container {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
  }
}

.fixed-menu .site-info-container {
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
}

@media (max-width: 699px) {
  .fixed-menu .site-info-container {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
}

@media (max-width: 399px) {
  .fixed-menu .site-info-container {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
  }
}

.site-info-container a {
  display: block;
  padding: 16px 0;
  color: transparent;
  background: url(images/logo-black.svg) no-repeat center;
  background-position: 48px 25px;
  font-size: 0;
}

.home:not(.fixed-menu) .site-info-container a,
.has-photo:not(.fixed-menu) .site-info-container a {
  background-image: url(images/logo-white.svg);
}

@media (max-width: 1099px) {
  .site-info-container a {
    background-image: url(images/logo-white.svg);
  }
}

@media (min-width: 1100px) {
  .fixed-menu .site-info-container a {
    background-position: 34px 17px;
    padding: 11px 0;
    background-size: 300px;
    background-size: calc(100% - 35px);
  }
}

@media (max-width: 1379px) {
  .site-info-container a {
    background-position: 34px 17px;
    padding: 11px 0;
    background-size: 300px;
    background-size: calc(100% - 35px);
  }
}

@media (max-width: 1099px) {
  .site-info-container a {
    padding: 17px 0;
    background-position-y: 23px;
  }
}

@media (max-width: 699px) {
  .site-info-container a {
    background-size: 250px;
  }
}

.site-info-container a:before {
  content: "";
  width: 33px;
  height: 40px;
  display: inline-block;
  background: url(images/seal.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed-menu .site-info-container a:before {
  width: 24px;
  height: 29px;
}

@media (max-width: 1379px) {
  .site-info-container a:before {
    width: 24px;
    height: 29px;
  }
}

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

.header-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1 1;
      flex: 1 1;
  padding-top: 15px;
  margin-bottom: 0;
  padding-right: 50px;
}

.fixed-menu .header-container {
  padding-top: 10px;
}

.header-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1299px) {
  .header-container {
    padding-right: 20px;
  }
}

@media (max-width: 1099px) {
  #fsHeader .header-container {
    display: none;
  }
}

.header-secondary-nav {
  width: 100%;
  margin-bottom: 19px;
  -webkit-transition: margin-bottom 0.3s;
  transition: margin-bottom 0.3s;
}

#fsMenu .header-secondary-nav {
  margin-bottom: 25px;
}

.fixed-menu .header-secondary-nav {
  margin-bottom: 10px;
}

.header-secondary-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fsMenu .header-secondary-nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#fsHeader .header-secondary-nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-secondary-nav li {
  margin-left: 25px;
}

#fsMenu .header-secondary-nav li {
  margin-left: 15px;
}

.header-secondary-nav li:last-child a {
  font-style: normal;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  letter-spacing: 1.5px;
  display: block;
  font-style: none;
  text-decoration: none;
  padding: 4px 6px;
  font-family: "Raleway", sans-serif;
}

body.has-photo:not(.fixed-menu) .header-secondary-nav li:last-child a,
body.home:not(.fixed-menu) .header-secondary-nav li:last-child a {
  background-color: rgba(0, 0, 0, 0.5);
}

#fsMenu .header-secondary-nav li:last-child a {
  background-color: #c02e36;
}

.header-secondary-nav li:last-child a:hover,
.header-secondary-nav li:last-child a:focus {
  background-color: #c02e36 !important;
}

.header-secondary-nav a {
  color: #494949;
  font-style: italic;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 3px 6px;
}

body.has-photo:not(.fixed-menu) .header-secondary-nav a,
body.home:not(.fixed-menu) .header-secondary-nav a,
#fsMenu .header-secondary-nav a {
  color: #fff;
}

.header-secondary-nav a:hover,
.header-secondary-nav a:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#fsMenu .header-secondary-nav a:hover,
#fsMenu .header-secondary-nav a:focus {
  background-color: #c02e36;
}

.header-utility-nav {
  position: relative;
  z-index: 999;
  margin-left: 35px;
}

.header-utility-nav .fsElementContent {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

.header-utility-nav:hover .fsElementContent,
.header-utility-nav.ally-focus-within .fsElementContent {
  max-height: 9999px;
}

@media (max-width: 599px) {
  .header-utility-nav:focus .fsElementContent {
    max-height: 9999px;
  }
}

#fsHeader .header-utility-nav:hover button:after {
  background-color: #c02e36;
}

@media (max-width: 1299px) {
  .header-utility-nav {
    margin-left: 0;
  }
}

.header-utility-nav .fsElementHeaderContent {
  margin-bottom: 0;
  line-height: 1;
}

.header-utility-nav button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  line-height: 1;
}

.header-utility-nav button:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #494949;
}

body.has-photo:not(.fixed-menu) .header-utility-nav button:before,
body.home:not(.fixed-menu) .header-utility-nav button:before {
  color: #fff;
}

#fsHeader .header-utility-nav button {
  padding: 0 12px;
  position: relative;
}

#fsHeader .header-utility-nav button:after {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
}

#fsHeader .header-utility-nav button:hover:after,
#fsHeader .header-utility-nav button:focus:after {
  background-color: #c02e36;
}

.header-utility-nav .fsElementContent {
  width: 220px;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-utility-nav .fsElementContent nav {
  background-color: rgba(0, 0, 0, 0.9);
}

#fsHeader .header-utility-nav .fsElementContent nav {
  padding: 10px 0;
  margin-top: 10px;
}

.header-utility-nav a {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none;
}

.header-utility-nav a:hover,
.header-utility-nav a:focus {
  color: #adb5bd;
}

.mobile-utility-nav {
  text-align: center;
}

.mobile-utility-nav .fsElementContent:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 18px;
  display: block;
}

.open-secondary-menu .mobile-utility-nav .fsElementContent:before {
  display: none;
}

.mobile-utility-nav a {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #f7f8fb;
  text-decoration: none;
}

.mobile-utility-nav a:hover,
.mobile-utility-nav a:focus {
  color: #adb5bd;
}

.open-secondary-menu .mobile-utility-nav .fsNavLevel1 > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.open-secondary-menu .mobile-utility-nav .fsNavLevel1 > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.open-secondary-menu .mobile-utility-nav .fsNavLevel1 > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.open-secondary-menu .mobile-utility-nav .fsNavLevel1 a {
  padding: 20px;
}

.connect-button {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 99;
}

body:not(.has-photo):not(.home) .connect-button {
  display: none;
}

#fsHeader .connect-button {
  display: none;
}

.connect-button a:not(.fixed-button) {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.connect-button a:not(.fixed-button):hover:before,
.connect-button a:not(.fixed-button):focus:before {
  opacity: 1;
}

.connect-button.fixed a:not(.fixed-button) {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

body:not(.home) .connect-button.fixed a:not(.fixed-button) {
  -webkit-transform: translateX(calc(100% + 30px));
      -ms-transform: translateX(calc(100% + 30px));
          transform: translateX(calc(100% + 30px));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.home .connect-button a {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  display: block;
  text-shadow: 0 0 5px #000;
}

@media (max-width: 699px) {
  .home .connect-button a {
    font-size: 12px;
  }
}

.home .connect-button a:after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 10px;
}

body:not(.home) .connect-button {
  right: 30px;
}

@media (min-width: 700px) {
  body:not(.home) .connect-button a:not(.fixed-button) {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: #c02e36;
    color: #fff;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-size: 14px;
    width: 300px;
    max-width: 100%;
    margin-bottom: 0;
  }

  body:not(.home) .connect-button a:not(.fixed-button):hover,
  body:not(.home) .connect-button a:not(.fixed-button):focus,
  .fsStateSelected body:not(.home) .connect-button a:not(.fixed-button),
  body:not(.home) .connect-button a:not(.fixed-button).on {
    background: #494949;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  body:not(.home) .connect-button a:not(.fixed-button):hover em,
  body:not(.home) .connect-button a:not(.fixed-button):focus em,
  .fsStateSelected body:not(.home) .connect-button a:not(.fixed-button) em,
  body:not(.home) .connect-button a:not(.fixed-button).on em {
    color: #fff;
  }

  body:not(.home) .connect-button a:not(.fixed-button) em {
    display: block;
    font-style: normal;
  }

  *[class*='fsBanner'] body:not(.home) .connect-button a:not(.fixed-button),
  .fsStyleOneThird body:not(.home) .connect-button a:not(.fixed-button),
  .fsFourColumnLayout body:not(.home) .connect-button a:not(.fixed-button) {
    display: block;
  }
}

@media (max-width: 699px) {
  body:not(.home) .connect-button a:not(.fixed-button) {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-shadow: 0 0 5px #000;
    padding: 5px 10px;
    font-size: 10px;
  }
}

@media (max-width: 699px) and (max-width: 699px) {
  body:not(.home) .connect-button a:not(.fixed-button) {
    font-size: 12px;
  }
}

@media (max-width: 699px) {
  body:not(.home) .connect-button a:not(.fixed-button):after {
    content: "\E90B";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-left: 10px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  body:not(.home) .connect-button a:not(.fixed-button):hover:after,
  body:not(.home) .connect-button a:not(.fixed-button):focus:after {
    -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.connect-button a.fixed-button {
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 0;
  line-height: 1;
  padding: 0;
  display: inline-block;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: fixed;
  right: 0;
  top: 200px;
  color: #fff;
  text-decoration: none;
}

.fixed.connect-button a.fixed-button {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

body:not(.home) .fixed.connect-button a.fixed-button {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.connect-button a.fixed-button:hover,
.connect-button a.fixed-button:focus {
  background-color: rgba(192, 46, 54, 0.9);
}

.connect-button a.fixed-button:before {
  content: "Connect";
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 17px;
  font-weight: 700;
  font-size: 12px;
  display: block;
  padding: 20px;
}

.connect-button a.fixed-button:after {
  display: none !important;
}

.connect-button.fixed {
  position: fixed;
  top: 200px;
  right: 0;
  bottom: auto;
}

.athletics-nav {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}

@media (max-width: 1099px) {
  .athletics-nav {
    padding-bottom: 10px;
  }
}

@media (max-width: 699px) {
  .athletics-nav {
    padding-bottom: 20px;
  }
}

.athletics-nav .nav-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

@media (max-width: 1219px) {
  .athletics-nav .nav-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 1099px) {
  .athletics-nav .nav-wrapper {
    display: block;
  }
}

.athletics-nav:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -999px;
  -webkit-box-shadow: 999px 0 0 #000;
          box-shadow: 999px 0 0 #000;
  background-color: #000;
  z-index: -1;
}

.athletics-nav:after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 100%;
  left: -999px;
  right: 0;
  -webkit-box-shadow: 999px 0 0 #000;
          box-shadow: 999px 0 0 #000;
  background-color: #000;
  opacity: 0.4;
  z-index: -1;
}

.athletics-nav header {
  width: 260px;
  position: relative;
}

.athletics-nav header p {
  margin-bottom: 0;
}

@media (max-width: 1099px) {
  .athletics-nav header {
    margin: 0 auto;
    width: 160px;
    height: 50px;
  }
}

.athletics-nav header .fsElementHeaderContent {
  margin-bottom: 0;
  position: absolute;
  bottom: 8px;
  right: 0;
}

.athletics-nav.open-teams .fsImage:first-child {
  opacity: 0;
}

.athletics-nav .fsImage:first-child {
  opacity: 1;
}

@media (max-width: 1389px) {
  .athletics-nav .fsImage:first-child img {
    width: 160px;
  }
}

.athletics-nav.open-teams .fsImage ~ .fsImage {
  opacity: 1;
}

.athletics-nav .fsImage ~ .fsImage {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}

@media (max-width: 1389px) {
  .athletics-nav .fsImage ~ .fsImage {
    bottom: 3px;
  }

  .athletics-nav .fsImage ~ .fsImage img {
    width: 221px;
  }
}

.athletics-nav .fsImage ~ .fsImage img {
  max-width: none;
  display: block;
}

.athletics-nav .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1099px) {
  .athletics-nav .fsNavLevel1 {
    width: 460px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 699px) {
  .athletics-nav .fsNavLevel1 {
    width: 100%;
    display: block;
  }
}

.athletics-nav .fsNavLevel1 > li > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 0;
  position: relative;
}

@media (max-width: 1099px) {
  .athletics-nav .fsNavLevel1 > li > a {
    padding: 10px 15px;
  }
}

@media (max-width: 699px) {
  .athletics-nav .fsNavLevel1 > li > a {
    padding: 12px 0;
  }
}

.athletics-nav .fsNavLevel1 > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #c02e36;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

@media (max-width: 699px) {
  .athletics-nav .fsNavLevel1 > li > a:before {
    display: none;
  }
}

.athletics-nav .fsNavLevel1 > li > a:focus:before {
  width: 100%;
}

.athletics-nav .fsNavLevel1 > li:hover > a:before {
  width: 100%;
}

@media (max-width: 699px) {
  .athletics-nav .fsNavLevel1 > li {
    border-bottom: 1px solid rgba(222, 222, 222, 0.3);
  }
}

.athletics-nav .fsElementContent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 40px;
}

@media (max-width: 1099px) {
  .athletics-nav .fsElementContent {
    padding-left: 0;
  }
}

.open-team-menu #fsPageBodyWrapper,
.open-team-menu #fsFooter {
  position: relative;
}

.open-team-menu #fsPageBodyWrapper:before,
.open-team-menu #fsFooter:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

@media (max-width: 699px) {
  .open-team-menu #fsPageBodyWrapper:before,
  .open-team-menu #fsFooter:before {
    background-color: #000;
  }
}

.open-team-menu #fsPageBodyWrapper:before {
  top: -40px;
}

.open-team-menu #fsFooter:before {
  top: -100px;
}

.teams-page {
  position: static !important;
}

@media (min-width: 1100px) {
  .teams-page {
    position: relative;
  }

  .teams-page > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
  }

  .teams-page:hover > .fsNavPageInfo,
  .teams-page.ally-focus-within > .fsNavPageInfo {
    max-height: 9999px;
  }
}

@media (min-width: 1100px) and (max-width: 599px) {
  .teams-page:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

@media (max-width: 1099px) {
  .teams-page {
    position: relative;
  }

  .teams-page > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
  }

  .open-teams .teams-page > .fsNavPageInfo {
    max-height: 9999px;
  }

  .teams-page.open-teams > .fsNavPageInfo {
    max-height: 9999px;
  }
}

@media (max-width: 699px) {
  .teams-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.teams-page .teams-button {
  display: none;
  font-size: 0;
  background-color: transparent;
  padding: 10px;
  border: 0;
  line-height: 1;
}

.teams-page .teams-button:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #c02e36;
  font-size: 18px;
}

@media (max-width: 699px) {
  .teams-page .teams-button:before {
    font-size: 15px;
  }
}

.open-teams .teams-page .teams-button:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}

@media (max-width: 699px) {
  .teams-page .teams-button {
    display: block;
  }
}

.teams-page > a:after {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 9px;
  position: absolute;
  right: -10px;
  bottom: 17px;
}

@media (max-width: 1099px) {
  .teams-page > a:after {
    bottom: 7px;
    right: 4px;
  }
}

@media (max-width: 699px) {
  .teams-page > a:after {
    display: none;
  }
}

.teams-page .fsNavLevel2 {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 100px;
}

@media (max-width: 1219px) {
  .teams-page .fsNavLevel2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1099px) {
  .teams-page .fsNavLevel2 {
    display: block;
    padding-bottom: 30px;
  }
}

@media (max-width: 699px) {
  .teams-page .fsNavLevel2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

.teams-page .fsNavLevel2 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.33% - 35px);
}

@media (max-width: 1099px) {
  .teams-page .fsNavLevel2 > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 5px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
    position: relative;
  }

  .teams-page .fsNavLevel2 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
  }

  .current-season .teams-page .fsNavLevel2 > li > .fsNavPageInfo {
    max-height: 9999px;
  }

  .teams-page .fsNavLevel2 > li.current-season > .fsNavPageInfo {
    max-height: 9999px;
  }

  .teams-page .fsNavLevel2 > li.current-season {
    border-top-color: #c02e36;
  }
}

.teams-page .fsNavLevel2 > li .fsNavPageInfo {
  margin-top: 10px;
}

@media (max-width: 1099px) {
  .teams-page .fsNavLevel2 > li .fsNavPageInfo {
    width: 100%;
    margin-top: 10px;
    position: static !important;
  }
}

.teams-page .fsNavLevel2 > li > a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.75px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
  padding-left: 0;
  color: #adb5bd !important;
  outline: none !important;
}

.teams-page .fsNavLevel2 .current-season > .dropdown-button:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}

.teams-page .fsNavLevel2 .dropdown-button {
  display: none;
  font-size: 0;
  background-color: transparent;
  padding: 10px;
  border: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.teams-page .fsNavLevel2 .dropdown-button:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #c02e36;
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 10px;
}

@media (max-width: 699px) {
  .teams-page .fsNavLevel2 .dropdown-button:before {
    font-size: 15px;
  }
}

@media (max-width: 1099px) {
  .teams-page .fsNavLevel3 {
    padding-bottom: 50px;
  }
}

@media (max-width: 699px) {
  .teams-page .fsNavLevel3 {
    padding-bottom: 10px;
  }
}

.teams-page .fsNavLevel3 > li > a {
  font-size: 24px;
  line-height: 28px;
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  padding-left: 0;
  text-decoration: none;
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 699px) {
  .teams-page .fsNavLevel3 > li > a {
    font-size: 18px;
    padding: 11px 0;
  }
}

.teams-page .fsNavLevel3 > li {
  position: relative;
  z-index: 1;
}

.teams-page .fsNavLevel3 > li:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: transparent;
  z-index: -1;
}

.teams-page .fsNavLevel3 > li:hover:before,
.teams-page .fsNavLevel3 > li.ally-focus-within:before,
.teams-page .fsNavLevel3 > li[class*='Current']:before {
  background-color: #c02e36;
}

.teams-page .fsNavLevel3 > li:hover > a,
.teams-page .fsNavLevel3 > li.ally-focus-within > a,
.teams-page .fsNavLevel3 > li[class*='Current'] > a {
  padding-left: 15px;
}

.teams-page .fsNavLevel3 > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.teams-page .fsNavLevel3 > li.fsNavParentPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1099px) {
  .teams-page .fsNavLevel3 .fsNavPageInfo {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.teams-page .fsNavLevel4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.teams-page .fsNavLevel4 > li + li {
  margin-left: 20px;
}

.teams-page .fsNavLevel4 > li > a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: transparent;
  color: #fff;
  padding: 3px 2px;
  text-decoration: none;
  line-height: 1;
}

.teams-page .fsNavLevel4 > li > a:hover,
.teams-page .fsNavLevel4 > li > a:focus {
  background-color: #fff;
  color: #000;
}

.teams-page .fsNavLevel4 > li[class*='Current'] > a {
  background-color: #fff;
  color: #000;
}

.teams-page > .fsNavPageInfo {
  width: 100%;
}

@media (max-width: 699px) {
  .teams-page > .fsNavPageInfo {
    position: static;
  }
}

.teams-page > .fsNavPageInfo:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  right: 0;
  -webkit-box-shadow: 999px 0 0 rgba(0, 0, 0, 0.9);
          box-shadow: 999px 0 0 rgba(0, 0, 0, 0.9);
}

@media (max-width: 1099px) {
  .teams-page > .fsNavPageInfo:before {
    display: none;
  }
}

#fsFooter {
  color: #fff;
  position: relative;
  z-index: 1;
  height: 700px;
  background-color: #000;
  margin-top: 100px;
}

.no-footer-margin #fsFooter {
  margin-top: 0;
}

.home #fsFooter {
  margin-top: 0;
}

#fsFooter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 380px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  width: 100%;
  z-index: -1;
  width: 100%;
}

#fsFooter:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  z-index: -1;
}

@media (max-width: 799px) {
  #fsFooter {
    height: auto;
  }
}

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
  height: 100%;
}

@media (max-width: 1279px) {
  #fsFooter .fsBanner {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 1219px) {
  #fsFooter .fsBanner {
    padding: 60px 0 0;
  }
}

@media (max-width: 699px) {
  #fsFooter .fsBanner {
    padding-top: 0;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

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

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

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

#fsFooter .nav-social {
  margin-bottom: 20px;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 699px) {
  .footer-bg {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}

@media (min-width: 700px) {
  .footer-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 699px) {
  .footer-social {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.footer-social a {
  font-size: 0;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  text-align: center;
}

@media (max-width: 699px) {
  .footer-social a {
    width: 38px;
    height: 38px;
  }
}

.footer-social a:hover,
.footer-social a:focus {
  background-color: #fff;
}

.footer-social a:before {
  font-size: 22px;
  color: #252b33;
}

@media (max-width: 699px) {
  .footer-social a:before {
    font-size: 18px;
    line-height: 18px;
  }
}

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

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

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

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

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

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

.footer-social li {
  display: inline-block;
}

.footer-social li + li {
  margin-left: 10px;
}

@media (max-width: 899px) {
  .footer-contact {
    width: 40%;
  }
}

@media (max-width: 699px) {
  .footer-contact {
    margin-top: 30px;
    width: 100%;
  }
}

.footer-contact .fsElementHeaderContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 699px) {
  .footer-contact .fsElementHeaderContent {
    display: block;
    text-align: center;
  }

  .footer-contact .fsElementHeaderContent > p:first-child > a,
  .footer-contact .fsElementHeaderContent > a:first-child {
    background-color: #c02e36;
    color: #fff;
    border: 1px solid transparent;
  }

  .footer-contact .fsElementHeaderContent > p:first-child > a:hover,
  .footer-contact .fsElementHeaderContent > p:first-child > a:focus,
  .footer-contact .fsElementHeaderContent > a:first-child:hover,
  .footer-contact .fsElementHeaderContent > a:first-child:focus {
    border: 1px solid #fff;
    background-color: transparent;
  }
}

.footer-contact .fsElementHeaderContent > * + * {
  margin-left: 15px;
}

@media (max-width: 699px) {
  .footer-contact .fsElementHeaderContent > * + * {
    margin-top: 10px;
    margin-left: 0;
  }
}

.footer-contact .fsElementHeaderContent p {
  margin-bottom: 0;
}

.footer-contact .fsElementHeaderContent a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  letter-spacing: 1.5px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 13px 20px;
  display: inline-block;
}

@media (max-width: 699px) {
  .footer-contact .fsElementHeaderContent a {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    max-width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact .fsElementHeaderContent a:hover,
  .footer-contact .fsElementHeaderContent a:focus {
    background-color: #fff;
    color: #000;
  }
}

.footer-contact .fsElementHeaderContent a:hover,
.footer-contact .fsElementHeaderContent a:focus {
  background-color: #fff;
}

@media (max-width: 899px) {
  .footer-contact .fsElementHeaderContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: right;
  }

  .footer-contact .fsElementHeaderContent a {
    width: 195px;
    text-align: center;
  }

  .footer-contact .fsElementHeaderContent > * {
    width: 100%;
    display: block;
  }

  .footer-contact .fsElementHeaderContent > * + * {
    margin-left: 0;
    margin-top: 15px;
  }
}

.footer-contact .fsElementContent {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

@media (max-width: 699px) {
  .footer-contact .fsElementContent {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
  }
}

.footer-contact .fsElementContent a[href*='tel'] {
  text-decoration: none;
  color: #fff;
}

.footer-contact .fsElementContent a[href*='tel']:hover,
.footer-contact .fsElementContent a[href*='tel']:focus {
  text-decoration: underline;
}

.footer-utility-nav {
  margin-top: auto;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.footer-utility-nav li {
  display: inline-block;
}

@media (max-width: 699px) {
  .footer-utility-nav li {
    display: block;
    text-align: center;
  }
}

.footer-utility-nav li + li {
  margin-left: 20px;
}

@media (max-width: 699px) {
  .footer-utility-nav li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}

.footer-utility-nav a {
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 5px;
}

.footer-utility-nav a:hover,
.footer-utility-nav a:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/*! structure - layouts v0.0.1 */

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

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

html {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 18px;
  line-height: 29px;
  color: #494949;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

body:not(.fsComposeMode):not(.has-photo):not(.home) #fsPageBodyWrapper {
  padding-top: 100px;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode):not(.has-photo):not(.home) #fsPageBodyWrapper {
    padding-top: 110px;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode):not(.has-photo):not(.home) #fsPageBodyWrapper {
    padding-top: 20px;
  }
}

#fsPageContent .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}

#fsPageContent .fsPageLayout > .fsDiv > *:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 760px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 80px;
    width: 320px;
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 200px);
  }
}

@media (min-width: 760px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 320px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 20px;
    width: 240px;
  }
}

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

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

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

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

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

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

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

@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: 700px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

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

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

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

.fsTwoColumnWideRightLayout .fsStyleOneThird,
.fsElephantLeftLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 760px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 80px;
    width: 320px;
  }
}

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 200px);
  }
}

@media (min-width: 760px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: calc(100% - 320px);
  }
}

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 80px;
    width: 360px;
  }
}

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

@media (min-width: 760px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 80px;
    width: 320px;
  }
}

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

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

@media (min-width: 760px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 320px);
  }
}

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

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

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

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

.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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideLeftLayout > header,
.fsTwoColumnWideLeftLayout > footer,
.fsElephantRightLayout > header,
.fsElephantRightLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

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

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 760px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 80px;
    width: 360px;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 240px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 760px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 360px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%;
}

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

@media (min-width: 760px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 320px);
  }
}

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 760px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 80px;
    width: 320px;
  }
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 80px;
    width: 320px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 80px;
    width: 360px;
  }
}

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

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

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

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

.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: 700px) {
  .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: 700px) {
  .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: 760px) {
  .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: 760px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

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

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

#fsPoweredByFinalsite {
  position: absolute;
  bottom: 0;
  right: 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,
.fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage {
  width: 100%;
}

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

.fsConstituent.location-styled .fsLocations {
  color: #c02e36;
}

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

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

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

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
  border: solid 1px #e5e5e5;
}

.fsConstituentItem .fsFullName a {
  text-decoration: none;
}

.fsConstituentItem .fsDepartments {
  color: #c02e36;
}

.fsConstituentItem .fsEmail {
  line-height: 1;
}

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 0;
}

.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: 18px;
  line-height: 29px;
}

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */

.fsAccordion .fsPanel:last-child > header,
.fsTabs .fsPanel:last-child > header {
  border-bottom: 1px solid #dedede;
}

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  position: relative;
  border-top: 1px solid #dedede;
  cursor: pointer;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 24px;
  line-height: 34px;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 20px;
  margin-bottom: 0;
  display: block;
  font-size: 20px;
  line-height: 28px;
  padding: 13.33333px 0;
  color: #252b33;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

@media (max-width: 699px) {
  .fsAccordion .fsPanel > header h2,
  .fsTabs .fsPanel > header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

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

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

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

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  border-top: 1px solid #dedede;
  padding-left: 0;
  padding-right: 0;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  border-top: 5px solid #c02e36 !important;
  background: transparent;
}

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  font-family: "IcoMoon";
  font-size: 16px;
  color: #c02e36;
  content: "\E90E";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  font-family: "IcoMoon";
  font-size: 16px;
  color: #c02e36;
  content: "\E90D";
}

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

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

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

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

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

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

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

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable td .fsAthleticsEventDetailLink {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 5px 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.fsAthleticsLocations:before {
    content: "@";
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails .fsAthleticsEventDetailLink {
    text-decoration: none;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails .fsAthleticsEventDetailLink:after {
    content: "\E913";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-left: 5px;
  }

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

.fsAthleticsEvent.fsTable .fsAthleticsVs + div {
  display: inline;
}

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 20px;
  line-height: 28px;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 20px;
}

@media (max-width: 699px) {
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    font-size: 16px;
    line-height: 20px;
  }
}

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

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

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fsCalendar .fsTitle {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 20px;
  line-height: 28px;
  color: #252b33;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
}

.fsCalendar .fsTitle a {
  color: #252b33;
  text-decoration: none;
}

.fsCalendar .fsTitle a:hover,
.fsCalendar .fsTitle a:focus {
  color: #c02e36;
}

.fsCalendar .fsDate {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #c02e36;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 18px;
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

.fsCalendar .fsDate:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #000;
  width: 30px;
}

.fsCalendar .fsAllDay {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
}

.fsCalendar .fsEventDetails {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fsCalendar .fsReadMoreLink {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.fsCalendar .fsTimeRange {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 5px;
}

.fsCalendar .fsLocation {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 15px;
}

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

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

.hide-date .fsCalendar .fsDayContainer > article > .fsDate {
  display: none;
}

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

.fsCalendar.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}

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

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

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

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

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

.fsCalendar.fsGrid .fsCalendarDayView {
  margin-top: 20px;
}

.fsCalendar.fsGrid .fsCalendarDayView .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

.fsCalendar.fsGrid .fsCalendarEventTitle {
  font-weight: bold;
}

.fsCalendarEventGrid .fsCalendarRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(192, 46, 54, 0.1);
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
  background-color: #f8f8f8;
}

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #cfcfcf;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #494949;
}

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

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

@media (min-width: 900px) {
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    position: relative;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
    width: auto;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0 0;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media (max-width: 899px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    border-right: solid 1px #cfcfcf;
    -webkit-box-shadow: 0 1px 0 0 #cfcfcf;
            box-shadow: 0 1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
    border-bottom: solid 1px #cfcfcf;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    cursor: pointer;
    min-height: 44px;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: solid 1px #cfcfcf;
    border-top: 1px solid #cfcfcf;
    color: #494949;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #ffffff;
    background: #c02e36;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #c02e36;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 14px;
    padding-bottom: calc(50% - 14px / 2);
    padding-top: calc(50% - 14px / 2);
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: #494949;
    color: #ffffff;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after,
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info .fsCalendarDate:after {
    content: '\25CF';
    font-size: 10px;
    display: block;
    line-height: .5;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 22px;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    -webkit-box-shadow: inset 0 -1px 0 0 #cfcfcf;
            box-shadow: inset 0 -1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate {
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
    padding-bottom: calc(25% - 14px / 2);
    padding-top: calc(25% - 14px / 2);
    -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
            transform: scale(0.875);
    margin-bottom: 3px;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    color: #ffffff;
    background: #373737;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
    background: inherit;
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f8f8f8;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
}

#event-view {
  padding: 0 20px;
  margin: 20px 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox > div:first-child {
  padding-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  margin-bottom: 5px;
}

.fsCalendarDayView:not(.fsStateHidden) + .fsCalendarEventGrid + #event-view {
  display: none;
}

@media (min-width: 900px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.scroll-up span:hover em,
.scroll-up span:focus em,
.fsStateSelected .scroll-up span em,
.scroll-up span.on em {
  color: #fff;
}

.scroll-up span em {
  display: block;
  font-style: normal;
}

*[class*='fsBanner'] .scroll-up span,
.fsStyleOneThird .scroll-up span,
.fsFourColumnLayout .scroll-up span {
  display: block;
}

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

@media (min-width: 900px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

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

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */

/*! elements - forms */

.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: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #494949;
}

.fsComposerFormEmbed form.disableEnter.cf_form textarea,
.fsComposerFormEmbed form.disableEnter.cf_form input,
.fsComposerFormEmbed form.disableEnter.cf_form select {
  padding: 5px 20px 5px 5px;
  max-width: 100%;
}

.fsComposerFormEmbed form input {
  border: solid 1px #cfcfcf;
}

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

.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: #494949;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #c02e36;
}

.fsComposerFormEmbed form .required {
  color: #c02e36;
}

.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: #494949;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #c02e36;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: #c02e36;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
  -webkit-appearance: none;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover em,
.fsComposerFormEmbed form .submitBtn:focus em,
.fsStateSelected .fsComposerFormEmbed form .submitBtn em,
.fsComposerFormEmbed form .submitBtn.on em {
  color: #fff;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: normal;
}

*[class*='fsBanner'] .fsComposerFormEmbed form .submitBtn,
.fsStyleOneThird .fsComposerFormEmbed form .submitBtn,
.fsFourColumnLayout .fsComposerFormEmbed form .submitBtn {
  display: block;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Raleway", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #252b33;
}

:-moz-placeholder {
  color: #252b33;
}

::-moz-placeholder {
  color: #252b33;
}

:-ms-input-placeholder {
  color: #252b33;
}

#form_277 .submitBtn,
.hide-submit .submitBtn {
  display: none !important;
}

.hide-required .requiredLegend {
  display: none;
}

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

.fsLoginForgotPasswordLink {
  display: none;
}

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

.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: 14px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResetContinue:hover em,
.fsResetContinue:focus em,
.fsStateSelected .fsResetContinue em,
.fsResetContinue.on em,
.fsResetCancel:hover em,
.fsResetCancel:focus em,
.fsStateSelected .fsResetCancel em,
.fsResetCancel.on em,
.fsLoginNewSuccess > button:hover em,
.fsLoginNewSuccess > button:focus em,
.fsStateSelected .fsLoginNewSuccess > button em,
.fsLoginNewSuccess > button.on em {
  color: #fff;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

*[class*='fsBanner'] .fsResetContinue,
.fsStyleOneThird .fsResetContinue,
.fsFourColumnLayout .fsResetContinue,
*[class*='fsBanner'] .fsResetCancel,
.fsStyleOneThird .fsResetCancel,
.fsFourColumnLayout .fsResetCancel,
*[class*='fsBanner'] .fsLoginNewSuccess > button,
.fsStyleOneThird .fsLoginNewSuccess > button,
.fsFourColumnLayout .fsLoginNewSuccess > button {
  display: block;
}

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

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

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

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

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

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */

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

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

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

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

.fsPostElement article {
  font-size: 16px;
}

.fsPostElement .fsTitle {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: "Playfair Display", Georgia, serif;
  color: #252b33;
  font-weight: 400;
}

.fsPostElement .fsTitle a {
  text-decoration: none;
}

.fsPostElement .fsAuthor {
  font-size: 15px;
  color: #252b33;
  display: block;
  margin-top: 8px;
}

.fsPostElement .fsDateTime {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin-bottom: 15px;
}

.fsPostElement .fsSummary {
  font-size: 16px;
  line-height: 24px;
}

.fsPostElement .fsCategories {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 14px;
}

.fsPostElement .fsCategories li + li {
  margin-left: 6px;
}

.fsPostElement .fsCategories li:not(:last-child) {
  border-right: 0;
}

.fsPostElement .fsTags li {
  margin-right: 6px;
}

.fsPostElement .fsTag {
  border: 1px solid #dedede;
  font-weight: 600;
  line-height: 13px;
  font-size: 11px;
  color: #252b33;
  padding: 7px 8px;
  background-color: transparent;
}

.fsPostElement .fsCategory {
  background-color: #f3f3f3;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 11px;
  color: #252b33;
  padding: 7px 8px;
}

.fsPostElement .fsReadMoreLink {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
}

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}

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

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

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

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

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  margin-top: 10px;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 18px;
  line-height: 29px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

.fsResourceElement.fsSingleItem figcaption {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */

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

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchElement.fsList li.fsListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.header-search {
  margin-bottom: 0;
}

.header-search label {
  display: none;
}

.header-search .fsSearchElementSearchButton {
  display: none !important;
}

.header-search .search-toggle-button {
  width: 80px;
  height: 80px;
  font-size: 0;
  background-color: #c02e36;
  text-align: center;
  border: 0;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed-menu .header-search .search-toggle-button {
  height: 70px;
  line-height: 70px;
}

.header-search .search-toggle-button:hover,
.header-search .search-toggle-button:focus {
  background-color: #97242a;
}

.header-search .search-toggle-button:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 21px;
  display: block;
}

.open-search .header-search .search-toggle-button:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.header-search .fsSearchElementKeyword {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c02e36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
  z-index: 999;
}

.open-search .header-search .fsSearchElementKeyword {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

.header-search input {
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 24px;
  line-height: 28px;
  font-family: "Playfair Display", Georgia, serif;
  text-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  width: 500px;
  margin: 0 auto;
}

.header-search input::-webkit-input-placeholder {
  color: #fff;
}

.header-search input:-moz-placeholder {
  color: #fff;
}

.header-search input::-moz-placeholder {
  color: #fff;
}

.header-search input:-ms-input-placeholder {
  color: #fff;
}

@media (max-width: 1099px) {
  .header-search {
    display: none;
  }
}

.mobile-search {
  margin-bottom: 30px;
}

.mobile-search label {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mobile-search form {
  position: relative;
}

.mobile-search .fsSearchElementSearchButton {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.mobile-search .fsSearchElementSearchButton:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #494949;
  font-size: 18px;
}

.mobile-search input {
  padding-left: 35px;
}

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}

.fsVimeoList .fsVimeoListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px #e5e5e5;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a:hover em,
.vimeo_view_link a:focus em,
.fsStateSelected .vimeo_view_link a em,
.vimeo_view_link a.on em {
  color: #fff;
}

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

*[class*='fsBanner'] .vimeo_view_link a,
.fsStyleOneThird .vimeo_view_link a,
.fsFourColumnLayout .vimeo_view_link a {
  display: block;
}

/*! 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 #e5e5e5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
}

.fsYoutubeList .fsYoutubeListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px #e5e5e5;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a:hover em,
.Youtube_view_link a:focus em,
.fsStateSelected .Youtube_view_link a em,
.Youtube_view_link a.on em {
  color: #fff;
}

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

*[class*='fsBanner'] .Youtube_view_link a,
.fsStyleOneThird .Youtube_view_link a,
.fsFourColumnLayout .Youtube_view_link a {
  display: block;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

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

.fsTabs .fsTabsNav li {
  margin-right: 30px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 24px;
  line-height: 34px;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 20px;
  margin-bottom: 0;
  display: block;
  font-size: 20px;
  line-height: 28px;
  padding: 13.33333px 0;
  color: #252b33;
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent;
  color: #252b33;
  position: relative;
}

@media (max-width: 699px) {
  .fsTabs .fsTabsNav li a {
    font-size: 20px;
    line-height: 30px;
  }
}

.fsTabs .fsTabsNav li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c02e36;
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.fsTabs .fsTabsNav li a:hover {
  background: transparent;
  color: #c02e36;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: transparent;
  color: #c02e36;
}

.fsTabs .fsTabsNav li.fsStateSelected a:before {
  height: 5px;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

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

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

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

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #252b33;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #252b33;
  background: #e5e5e5;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e5e5e5;
  color: #373737;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #c02e36 !important;
  color: #ffffff !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
  padding-bottom: 12px;
  background: #e5e5e5;
  color: #373737;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
  content: '\25CF';
  font-size: 8px;
  display: block;
  line-height: .5;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #f8f8f8;
  color: #636363;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background: #494949;
  color: #ffffff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #ffffff;
  background-color: #252b33;
}

/*! _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:not(.module-white) h1,
.module:not(.module-white) h2,
.module:not(.module-white) h3,
.module:not(.module-white) h4,
.module:not(.module-white) h5,
.module:not(.module-white) h6 {
  color: inherit;
}

.module a:not([class*='fs_style']) {
  color: inherit;
}

.module a:not([class*='fs_style']):hover,
.module a:not([class*='fs_style']):focus {
  text-decoration: none;
}

.module > .fsElementContent {
  padding: 30px;
}

.module img {
  display: block;
}

.module > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.module p {
  margin-bottom: 20px;
}

.module:not(module-image) > .fsElementContent {
  margin: 0;
}

.module > .fsElementContent {
  margin: 0 20px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

*[class*='fsBanner'] .module > .fsElementContent {
  margin: 0 !important;
}

.module a:not([class*='fs_style']):not([class*='cke']) {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #c02e36 !important;
  text-decoration: none;
  background-color: transparent !important;
}

.module a:not([class*='fs_style']):not([class*='cke']):after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 5px;
}

.module .fs_style_57,
.module .fsCalendar .fsReadMoreLink,
.fsCalendar .module .fsReadMoreLink,
.module .fsPostElement .fsReadMoreLink,
.fsPostElement .module .fsReadMoreLink,
.module .fs_style_58 {
  color: initial;
}

.module .fs_style_57:hover,
.module .fsCalendar .fsReadMoreLink:hover,
.fsCalendar .module .fsReadMoreLink:hover,
.module .fsPostElement .fsReadMoreLink:hover,
.fsPostElement .module .fsReadMoreLink:hover,
.module .fs_style_57:focus,
.module .fsCalendar .fsReadMoreLink:focus,
.fsCalendar .module .fsReadMoreLink:focus,
.module .fsPostElement .fsReadMoreLink:focus,
.fsPostElement .module .fsReadMoreLink:focus,
.module .fs_style_58:hover,
.module .fs_style_58:focus {
  text-decoration: underline;
}

.module-container {
  border: 1px solid #dedede;
  padding: 20px;
}

.module-container > .fsElementContent {
  border: 0 !important;
}

.module-white > .fsElementContent {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #dedede;
}

.module-white.module-image:not(.module-half) > .fsElementContent {
  margin: 0 20px;
}

.module-half {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .module-half header {
    position: absolute;
    top: -25px;
    bottom: -25px;
    left: 0;
    width: 50%;
    overflow: hidden;
  }

  body:not(.fsComposeMode) .module-half header img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  body:not(.fsComposeMode) .module-half .fsElementContent {
    width: calc(50% + 20px);
    margin-left: auto;
  }
}

.module-black {
  color: #fff;
}

.module-black > .fsElementContent {
  background-color: #000;
  margin: 0;
}

body:not(.fsComposeMode) .module-black.module-half > header {
  top: 0;
  bottom: 0;
}

body:not(.fsComposeMode) .module-black.module-half > .fsElementContent {
  width: 50%;
}

.module-black a:not([class*='fs_style']) {
  color: #fff;
}

.module-image.module-white:not(.module-half) > .fsElementContent {
  top: -20px;
}

*[class*='fsBanner'] .module-image > .fsElementContent {
  top: 0 !important;
}

/*! pages - home v0.0.1 */

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

.home #fsPageBody {
  max-width: none;
}

.random-video-element {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}

body.fsComposeMode .random-video-element {
  min-height: 300px;
}

.random-video-element:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  z-index: 1;
}

.random-video-element > .fsElementContent article {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .random-video-element .fsTitle {
  display: none;
}

body:not(.fsComposeMode) .random-video-element video {
  display: block;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .random-video-element video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.random-video-element .fsResourceVideoWrapper {
  position: static;
}

body:not(.fsComposeMode) .random-video-element article:not(.current-parent) {
  display: none;
}

.random-video-element .play-pause-button {
  bottom: 30px;
  left: 30px;
}

.random-video-element .mute-button {
  bottom: 30px;
  left: 100px;
}

@media (max-width: 699px) {
  .random-video-element .mute-button {
    bottom: 16px;
    left: 70px;
  }
}

.random-video-element.muted .mute-button:before {
  content: "\E919";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 1100px) {
  .random-video-element .current-parent {
    position: relative;
    height: 100vh;
  }
}

.random-video-element .fsDescription {
  position: absolute;
  left: 170px;
  bottom: 30px;
}

@media (max-width: 1099px) {
  .random-video-element .fsDescription {
    left: 150px;
  }
}

@media (max-width: 699px) {
  .random-video-element .fsDescription {
    left: 120px;
    bottom: 15px;
  }
}

@media (max-width: 499px) {
  .random-video-element .fsDescription {
    left: 30px;
    top: 10px;
    z-index: 9;
  }
}

.random-video-element .fsDescription ul {
  font-size: 0;
}

.random-video-element .fsDescription ul,
.random-video-element .fsDescription ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.random-video-element .fsDescription ul li {
  margin: 0;
  padding: 0;
}

.random-video-element .fsDescription ul li {
  display: inline-block;
}

.random-video-element .fsDescription ul li + li {
  margin-left: 30px;
}

.random-video-element .fsDescription a {
  cursor: pointer;
  display: block;
}

.random-video-element .fsDescription a:before {
  font-size: 28px;
  color: #fff;
}

@media (max-width: 699px) {
  .random-video-element .fsDescription a:before {
    font-size: 23px;
  }
}

.random-video-element .fsDescription .audio-description-button:before {
  content: "\E91F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.random-video-element .fsDescription .transcript-button:before {
  content: "\E920";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.custom-content {
  background-repeat: no-repeat;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  background-image: none !important;
  padding-top: 100px;
}

@media (min-width: 900px) {
  .custom-content img {
    max-width: 512px;
  }
}

.landing .custom-content {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 100px;
}

body:not(.fsComposeMode) .custom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-content.header-content {
  margin-bottom: 50px;
  margin-top: 0;
}

@media (max-width: 699px) {
  .custom-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0;
  }
}

.custom-content .bg-image {
  top: 0;
  bottom: 0;
  right: calc(50% + (1180px / 2) - 280px);
  left: 0;
  position: absolute;
  background-size: cover;
}

.custom-content .bg-image:before {
  content: "";
  position: absolute;
  background-color: rgba(192, 46, 54, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .custom-content .bg-image {
    left: 0;
    right: auto;
    width: 275px;
  }
}

@media (max-width: 699px) {
  .custom-content .bg-image {
    width: 33%;
    padding-bottom: 95%;
    height: 0;
    min-height: 360px;
    min-width: 155px;
  }
}

@media (max-width: 899px) {
  .custom-content header {
    width: 300px;
    position: relative;
  }
}

@media (max-width: 699px) {
  .custom-content header {
    width: 100%;
  }

  .custom-content header img {
    width: 90%;
    margin-left: auto;
    display: block;
    margin-right: -40px;
    min-width: 250px;
    margin-bottom: 40%;
  }
}

.custom-content .fsElementTitle {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

@media (max-width: 899px) {
  .custom-content .fsElementTitle {
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}

@media (max-width: 699px) {
  .custom-content .fsElementTitle {
    font-size: 12px;
    line-height: 14px;
    margin-top: 32px;
    position: static;
    width: 33%;
  }
}

.custom-content .fsElementHeaderContent {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #252b33;
}

@media (max-width: 1199px) {
  .custom-content .fsElementHeaderContent {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 699px) {
  .custom-content .fsElementHeaderContent {
    display: none;
  }
}

.custom-content .fsElementContent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding-left: 60px;
  font-weight: 500;
}

@media (max-width: 699px) {
  .custom-content .fsElementContent {
    padding-left: 0;
  }
}

.custom-content .content-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1219px) {
  .custom-content .content-wrapper {
    padding: 0 40px;
  }
}

@media (max-width: 899px) {
  .custom-content .content-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.custom-content footer {
  width: 100%;
}

@media (max-width: 699px) {
  .custom-content footer {
    overflow: hidden;
  }
}

.custom-content footer .fsElementFooterContent {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media (max-width: 699px) {
  .custom-content footer .fsElementFooterContent {
    overflow: hidden;
    margin-bottom: 60px;
  }
}

.custom-content footer a {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 18px;
  color: #c02e36;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 500px;
  position: relative;
  display: block;
}

@media (max-width: 1219px) {
  .custom-content footer a {
    margin-left: 460px;
  }
}

@media (max-width: 699px) {
  .custom-content footer a {
    margin-left: 0;
    float: right;
  }
}

.custom-content footer a:before {
  content: "";
  width: 300px;
  height: 1px;
  background-color: #adb5bd;
  right: calc(100% + 10px);
  top: 50%;
  position: absolute;
}

@media (max-width: 699px) {
  .custom-content footer a:before {
    width: auto;
    left: -999px;
  }
}

.custom-content footer a:after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 8px;
}

.reveal-panel-container {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

body:not(.home) .reveal-panel-container {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 100px 0;
}

.reveal-panel-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (max-width: 699px) {
  .reveal-panel-container > .fsElementContent {
    display: block;
  }
}

.reveal-panel-container .bg-image {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reveal-panel-container .cropped-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}

@media (max-width: 699px) {
  .reveal-panel-container .cropped-image {
    display: block;
  }
}

.reveal-panel-container .cropped-canvas {
  display: none;
}

.reveal-panel-container .bg-image.image-0 {
  background-position: center left;
}

.reveal-panel-container .bg-image.image-1 {
  background-position: center;
}

.reveal-panel-container .bg-image.image-2 {
  background-position: right;
}

.reveal-panel-container > .bg-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

.reveal-panel-container > .bg-image.show-me-too {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

.reveal-panel-container.showing .fsContent:not(.show-me) a span {
  color: rgba(255, 255, 255, 0.6);
}

.reveal-panel-container.showing .fsContent:not(.show-me) .bg-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

.reveal-panel-container .fsContent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  margin-bottom: 0;
  background-position: center;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

@media (max-width: 699px) {
  .reveal-panel-container .fsContent {
    margin-bottom: 40px;
  }
}

.reveal-panel-container .fsContent:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

@media (max-width: 699px) {
  .reveal-panel-container .fsContent:before {
    display: none;
  }
}

body:not(.fsComposeMode) .reveal-panel-container .fsContent {
  background-image: none !important;
}

.reveal-panel-container .fsContent:nth-child(2) .cropped-image {
  left: auto;
  right: 0;
}

.reveal-panel-container .fsContent .fsElementContent {
  position: relative;
  z-index: 1;
}

.reveal-panel-container .fsContent .bg-image {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
  background-size: 100vw auto;
}

@media (max-width: 1919px) {
  .reveal-panel-container .fsContent .bg-image {
    background-size: cover;
  }
}

@media (max-width: 699px) {
  .reveal-panel-container .fsContent .bg-image {
    width: 80%;
    height: 250px;
  }

  .reveal-panel-container .fsContent .bg-image.image-1 {
    right: 0;
    left: auto;
  }
}

.reveal-panel-container .fsContent a {
  width: 100%;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
  background-color: transparent !important;
}

@media (max-width: 699px) {
  .reveal-panel-container .fsContent a {
    height: 250px;
    position: relative;
  }
}

.reveal-panel-container .fsContent a span {
  display: block;
  color: #fff;
  margin: 0 30px 30px;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  background-color: transparent;
  font-family: "Playfair Display", Georgia, serif;
  padding: 20px 15px;
}

.reveal-panel-container .fsContent a span:hover em:after,
.reveal-panel-container .fsContent a span:focus em:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.reveal-panel-container .fsContent a span em {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: normal;
  display: none;
  margin-top: 10px;
}

.reveal-panel-container .fsContent a span em:after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1199px) {
  .reveal-panel-container .fsContent a span {
    font-size: 20px;
    line-height: 28px;
  }

  .reveal-panel-container .fsContent a span em {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 699px) {
  .reveal-panel-container .fsContent a span {
    background-color: #c02e36;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
  }

  .reveal-panel-container .fsContent a span em {
    display: block;
  }
}

.reveal-panel-container .fsContent a:hover span,
.reveal-panel-container .fsContent a:focus span {
  background-color: rgba(192, 46, 54, 0.9);
}

.reveal-panel-container .fsContent a:hover span em,
.reveal-panel-container .fsContent a:focus span em {
  display: block;
}

.reveal-panel-container .fsContent + .fsContent {
  border-left: 1px solid #fff;
}

@media (max-width: 699px) {
  .reveal-panel-container .fsContent + .fsContent {
    border-left: 0;
    margin-top: 20px;
  }
}

body:not(.fsComposeMode) .loading-element .fsElementTitle {
  display: none;
}

.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #c02e36;
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

body:not(.fsComposeMode) .loading-spinner .fsElementTitle {
  display: none;
}

.loading-spinner p {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

body.fsDraftMode .loading-spinner {
  display: none;
  position: static;
  height: auto;
  width: auto;
}

.all-set .loading-spinner {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #cef;
  border-color: #cef transparent #cef transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body.home:not(.fsComposeMode) .fsPageTitle {
  position: absolute;
  left: -9999px;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

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

/*! pages - style-guide v0.0.1 */

.colors ol {
  zoom: 1;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  width: 50%;
  min-width: 20%;
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
  }
}

.colors ol li:after {
  display: block;
  margin-top: 60px;
  background: #fff;
  padding-bottom: 20px;
}

@media (min-width: 800px) {
  .colors.main ol li {
    width: 33.33333%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #494949;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#494949";
}

.colors.main ol li:nth-of-type(2) {
  background: #c02e36;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#c02e36";
}

.colors.main ol li:nth-of-type(3) {
  background: #000000;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#000000";
}

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 10%;
  }
}

.colors.shade ol li:nth-of-type(1) {
  background: #000000;
}

.colors.shade ol li:nth-of-type(1):after {
  content: "#000000";
}

.colors.shade ol li:nth-of-type(2) {
  background: #131313;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#131313";
}

.colors.shade ol li:nth-of-type(3) {
  background: #252b33;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#252b33";
}

.colors.shade ol li:nth-of-type(4) {
  background: #373737;
}

.colors.shade ol li:nth-of-type(4):after {
  content: "#373737";
}

.colors.shade ol li:nth-of-type(5) {
  background: #636363;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#636363";
}

.colors.shade ol li:nth-of-type(6) {
  background: #959595;
}

.colors.shade ol li:nth-of-type(6):after {
  content: "#959595";
}

.colors.shade ol li:nth-of-type(7) {
  background: #cfcfcf;
}

.colors.shade ol li:nth-of-type(7):after {
  content: "#cfcfcf";
}

.colors.shade ol li:nth-of-type(8) {
  background: #e5e5e5;
}

.colors.shade ol li:nth-of-type(8):after {
  content: "#e5e5e5";
}

.colors.shade ol li:nth-of-type(9) {
  background: #f8f8f8;
}

.colors.shade ol li:nth-of-type(9):after {
  content: "#f8f8f8";
}

.colors.shade ol li:nth-of-type(10) {
  background: #ffffff;
}

.colors.shade ol li:nth-of-type(10):after {
  content: "#ffffff";
}

.fonts ol {
  padding: 0;
  list-style: none;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Raleway", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Raleway, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 48px / line-height: 56px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 24px / line-height: 34px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 20px / line-height: 28px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 14px / line-height: 18px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 12px / line-height: 14px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 11px / line-height: 13px";
}

.photo-video-slider.fsResourceElement {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.athletics-page .photo-video-slider.fsResourceElement {
  z-index: initial;
}

.photo-video-slider.fsResourceElement:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  z-index: 1;
}

.photo-video-slider.fsResourceElement .fsListItems {
  position: relative;
  margin: 0;
}

.photo-video-slider.fsResourceElement article {
  height: 650px;
  position: relative;
}

@media (max-width: 1099px) {
  .photo-video-slider.fsResourceElement article {
    height: auto;
  }
}

.photo-video-slider.fsResourceElement article:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  opacity: 0.5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}

@media (min-width: 1100px) {
  .photo-video-slider.fsResourceElement article img,
  .photo-video-slider.fsResourceElement article video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.photo-video-slider.fsResourceElement figcaption,
.photo-video-slider.fsResourceElement .fsDescription {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-style: normal;
  line-height: 67px;
  color: #fff;
  text-shadow: 0 0 10px black;
  font-family: "Playfair Display", Georgia, serif;
  text-align: center;
}

@media (max-width: 999px) {
  .photo-video-slider.fsResourceElement figcaption,
  .photo-video-slider.fsResourceElement .fsDescription {
    font-size: 30px;
    line-height: 50px;
  }
}

@media (max-width: 699px) {
  .photo-video-slider.fsResourceElement figcaption,
  .photo-video-slider.fsResourceElement .fsDescription {
    display: none;
  }
}

.photo-video-slider.fsResourceElement .play-pause-button {
  bottom: 30px;
  left: 30px;
  z-index: 2;
}

@media (max-width: 699px) {
  .photo-video-slider.fsResourceElement .play-pause-button {
    left: 20px;
    top: 20px;
    bottom: auto;
  }
}

.photo-video-slider.fsResourceElement .mute-button {
  left: 100px;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 699px) {
  .photo-video-slider.fsResourceElement .mute-button {
    left: 15px;
    bottom: 5px;
  }
}

.photo-video-slider.fsResourceElement .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 150px;
  padding-left: 0;
}

.photo-video-slider.fsResourceElement .slick-dots li {
  display: inline-block;
}

.photo-video-slider.fsResourceElement .slick-dots li + li {
  margin-left: 15px;
}

.photo-video-slider.fsResourceElement .slick-dots .slick-active button {
  background-color: #fff;
}

.photo-video-slider.fsResourceElement .slick-dots button {
  border: 1px solid #fff;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  cursor: pointer;
}

@media (max-width: 699px) {
  .photo-video-slider.fsResourceElement .slick-dots {
    bottom: 10px;
    left: 50px;
    margin-bottom: 0;
  }
}

.infographic-single {
  border-top: 2px solid #c02e36;
  border-bottom: 2px solid #c02e36;
  padding: 40px 60px;
  display: -ms-grid;
  display: grid;
  margin: 40px 0;
  color: #252b33;
      grid-template-areas: "a b" "a c";
}

@media (max-width: 699px) {
  .infographic-single {
    padding: 40px 0;
  }
}

#fsBannerLeft .infographic-single,
#fsBannerRight .infographic-single {
      grid-template-areas: "a" "b" "c";
}

@media (max-width: 699px) {
  .infographic-single {
        grid-template-areas: "a" "b" "c";
  }
}

.infographic-single header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: a;
  font-size: 70px;
  line-height: 70px;
  font-family: "Playfair Display", Georgia, serif;
  margin-right: 50px;
}

@media (max-width: 999px) {
  .infographic-single header {
    text-align: center;
    margin-bottom: 25px;
  }
}

.infographic-single .fsElementContent {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
}

.infographic-single footer {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: c;
}

@media (max-width: 699px){
  .infographic-single header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .infographic-single .fsElementContent {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .infographic-single footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.infographic-single footer .fsElementFooterContent {
  margin-top: 5px;
}

.infographic-single footer a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.29px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #c02e36 !important;
  background-color: transparent !important;
}

.infographic-single footer a:hover,
.infographic-single footer a:focus {
  text-decoration: underline;
}

.infographic-single footer a:after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 8px;
}

.infographic-list {
  border-top: 2px solid #c02e36;
  border-bottom: 2px solid #c02e36;
  padding: 15px 60px;
  margin: 40px 0;
  color: #252b33;
}

.infographic-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.infographic-list ul li {
  margin: 0;
  padding: 0;
}

.infographic-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  text-align: center;
  font-size: 18px;
  margin: 25px 0;
}

.infographic-list ul li strong {
  font-size: 40px;
  line-height: 60px;
  font-family: "Playfair Display", Georgia, serif;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
}

.infographic-list .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.infographic-list .slick-dots,
.infographic-list .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.infographic-list .slick-dots li {
  margin: 0;
  padding: 0;
}

.infographic-list .slick-dots li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}

.infographic-list .slick-dots li + li {
  margin-left: 8px;
}

.infographic-list .slick-dots .slick-active button {
  background-color: #494949;
}

.infographic-list .slick-dots button {
  border: 1px solid #494949;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  cursor: pointer;
}

.ocean-content,
.screened-photo {
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  background-image: none !important;
  margin-top: 100px;
  min-height: 300px;
}

@media (max-width: 1219px) {
  .ocean-content,
  .screened-photo {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 899px) {
  .ocean-content,
  .screened-photo {
    padding-top: 320px;
  }
}

.ocean-content footer,
.ocean-content header,
.screened-photo footer,
.screened-photo header {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.ocean-content header,
.screened-photo header {
  position: static;
}

.ocean-content .fsElementContent,
.screened-photo .fsElementContent {
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  width: 660px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .ocean-content .fsElementContent,
  .screened-photo .fsElementContent {
    width: 400px;
  }
}

@media (max-width: 999px) {
  .ocean-content .fsElementContent,
  .screened-photo .fsElementContent {
    width: 100%;
  }
}

.ocean-content .foreground-image,
.screened-photo .foreground-image {
  width: 350px;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.ocean-content .fsImage,
.ocean-content .foreground-image,
.screened-photo .fsImage,
.screened-photo .foreground-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

.ocean-content .fsImage img,
.ocean-content .foreground-image img,
.screened-photo .fsImage img,
.screened-photo .foreground-image img {
  display: block;
}

@media (max-width: 1099px) {
  .ocean-content .fsImage,
  .ocean-content .foreground-image,
  .screened-photo .fsImage,
  .screened-photo .foreground-image {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 899px) {
  .ocean-content .fsImage,
  .ocean-content .foreground-image,
  .screened-photo .fsImage,
  .screened-photo .foreground-image {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ocean-content .bg-image,
.screened-photo .bg-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 240px;
  opacity: 0.2;
  right: -120px;
  right: calc(50% - 50vw - 20px);
  width: calc(50vw - 120px);
  background-size: cover;
  background-position: center;
}

@media (max-width: 1219px) {
  .ocean-content .bg-image,
  .screened-photo .bg-image {
    width: calc(50vw - 90px);
  }
}

@media (max-width: 1099px) {
  .ocean-content .bg-image,
  .screened-photo .bg-image {
    top: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: calc(50vw - 20px);
  }
}

@media (max-width: 899px) {
  .ocean-content .bg-image,
  .screened-photo .bg-image {
    right: 0;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 599px) {
  .ocean-content .bg-image,
  .screened-photo .bg-image {
    display: none;
  }
}

.ocean-content footer a,
.screened-photo footer a {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 18px;
  color: #c02e36 !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 60px;
  position: relative;
  display: block;
  background-color: transparent !important;
}

.ocean-content footer a:before,
.screened-photo footer a:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #adb5bd;
  right: calc(100% + 10px);
  top: 50%;
  position: absolute;
}

.ocean-content footer a:after,
.screened-photo footer a:after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 8px;
}

.ocean-content.right .fsElementContent,
.screened-photo.right .fsElementContent {
  margin-left: auto;
}

@media (max-width: 899px) {
  .ocean-content.right .fsElementContent,
  .screened-photo.right .fsElementContent {
    margin-left: 0;
  }
}

.ocean-content.right .fsImage,
.ocean-content.right .foreground-image,
.screened-photo.right .fsImage,
.screened-photo.right .foreground-image {
  right: auto;
  left: 0;
}

@media (max-width: 1099px) {
  .ocean-content.right .fsImage,
  .ocean-content.right .foreground-image,
  .screened-photo.right .fsImage,
  .screened-photo.right .foreground-image {
    left: 0;
    right: auto;
  }
}

@media (max-width: 899px) {
  .ocean-content.right .fsImage,
  .ocean-content.right .foreground-image,
  .screened-photo.right .fsImage,
  .screened-photo.right .foreground-image {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ocean-content.right .bg-image,
.screened-photo.right .bg-image {
  right: auto;
  left: -120px;
  left: calc(50% - 50vw - 20px);
}

.ocean-content.right footer,
.ocean-content.right header,
.screened-photo.right footer,
.screened-photo.right header {
  width: 660px;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1099px) {
  .ocean-content.right footer,
  .ocean-content.right header,
  .screened-photo.right footer,
  .screened-photo.right header {
    width: 00px;
  }
}

@media (max-width: 899px) {
  .ocean-content.right footer,
  .ocean-content.right header,
  .screened-photo.right footer,
  .screened-photo.right header {
    width: 100%;
    margin-left: 0;
  }
}

.screened-photo {
  margin-bottom: 150px;
}

@media (max-width: 899px) {
  .screened-photo {
    padding-top: 440px;
  }
}

@media (max-width: 599px) {
  .screened-photo {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .screened-photo .foreground-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .screened-photo header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .screened-photo .fsElementContent {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .screened-photo footer {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.screened-photo .foreground-image {
  width: 420px;
  height: 360px;
}

@media (max-width: 599px) {
  .screened-photo .foreground-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: static;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    margin-bottom: 20px;
  }
}

.screened-photo header,
.screened-photo .fsElementContent,
.screened-photo footer {
  width: calc(100% - 500px);
  margin: 0;
}

@media (max-width: 999px) {
  .screened-photo header,
  .screened-photo .fsElementContent,
  .screened-photo footer {
    width: 100% !important;
  }
}

.screened-photo.right header,
.screened-photo.right .fsElementContent,
.screened-photo.right footer {
  width: calc(100% - 470px);
  margin-left: auto;
}

@media (max-width: 899px) {
  .screened-photo.right .bg-image {
    right: auto;
    left: -70px;
  }
}

.screened-photo .bg-image {
  height: 300px;
}

@media (max-width: 1219px) {
  .screened-photo .bg-image {
    width: 520px;
  }
}

@media (max-width: 899px) {
  .screened-photo .bg-image {
    top: 30px;
    right: -70px;
    width: calc(50% + 310px);
  }
}

#fsPageContent .fsPageLayout > .fsDiv > .screened-photo:last-child {
  margin-bottom: 100px !important;
}

@media (max-width: 899px) {
  .screened-photo {
    margin-left: 0;
    margin-right: 0;
  }
}

.ocean-content {
  padding-top: 0 !important;
}

body:not(.home) #fsPageContent .fsPageLayout > .fsDiv > .ocean-content:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 999px) {
  .ocean-content {
    padding-bottom: 400px;
  }

  .ocean-content .foreground-image {
    bottom: 0;
    top: auto;
  }

  .ocean-content .bg-image {
    bottom: 30px;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: block !important;
  }
}

@media (max-width: 699px) {
  .ocean-content {
    display: none;
  }
}

.ocean-content .fsElementHeaderContent {
  font-size: 70px;
  line-height: 94px;
  color: rgba(220, 224, 233, 0.75);
  font-family: "Playfair Display", Georgia, serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}

.ocean-content .fsElementHeaderContent em {
  font-size: 90px;
  line-height: 100px;
  position: relative;
  font-style: normal;
  position: absolute;
  left: 180px;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  top: 0;
}

@media (max-width: 1159px) {
  .ocean-content .fsElementHeaderContent em {
    left: 0;
  }
}

@media (max-width: 999px) {
  .ocean-content .fsElementHeaderContent em {
    left: 130px;
  }
}

.vertical-video-container {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px;
}

.vertical-video-container.slick-slider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -999px;
  background-color: #fff;
  z-index: 9;
}

.vertical-video-container.slick-slider .slick-list {
  overflow: visible;
}

.vertical-video-container.slick-slider .slick-slide {
  float: left;
}

.vertical-video-container .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.vertical-video-container .slick-dots,
.vertical-video-container .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vertical-video-container .slick-dots li {
  margin: 0;
  padding: 0;
}

.vertical-video-container .slick-dots li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}

.vertical-video-container .slick-dots li + li {
  margin-left: 8px;
}

.vertical-video-container .slick-dots .slick-active button {
  background-color: #494949;
}

.vertical-video-container .slick-dots button {
  border: 1px solid #494949;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  cursor: pointer;
}

.vertical-video-container .fsDiv {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.vertical-video-container .fsDiv + .fsDiv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  z-index: 9;
}

body:not(.fsComposeMode) .vertical-video {
  position: relative;
}

body:not(.fsComposeMode) .vertical-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
  z-index: 9;
}

body:not(.fsComposeMode) .showing-resource .vertical-video:not(.show-resource):before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

body:not(.fsComposeMode) .vertical-video video {
  display: block;
}

body:not(.fsComposeMode) .vertical-video .fsResourceElement {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .vertical-video .fsYoutube {
  display: none;
}

body:not(.fsComposeMode) .vertical-video .youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

body:not(.fsComposeMode) .vertical-video > .fsElementContent {
  position: relative;
}

body:not(.fsComposeMode) .vertical-video .image-text-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body:not(.fsComposeMode) .vertical-video .resource-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

body:not(.fsComposeMode) .vertical-video .resource-image,
body:not(.fsComposeMode) .vertical-video .image-text-container,
body:not(.fsComposeMode) .vertical-video .fsResourceElement,
body:not(.fsComposeMode) .vertical-video.show-resource .text-wrapper,
body:not(.fsComposeMode) .vertical-video.solo-video .text-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

body:not(.fsComposeMode) .vertical-video.show-resource .resource-image,
body:not(.fsComposeMode) .vertical-video.play-youtube .resource-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

body:not(.fsComposeMode) .vertical-video.play-youtube .image-text-container,
body:not(.fsComposeMode) .vertical-video.play-youtube .fsResourceElement {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

body:not(.fsComposeMode) .vertical-video.play-youtube .youtube-iframe,
body:not(.fsComposeMode) .vertical-video.play-youtube .pause-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

body:not(.fsComposeMode) .vertical-video .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  opacity: 0;
}

body:not(.fsComposeMode) .vertical-video .text-wrapper .fsTitle {
  font-size: 24px;
  line-height: 34px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  margin-bottom: 20px;
}

body:not(.fsComposeMode) .vertical-video .text-wrapper .fsDescription {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
}

body:not(.fsComposeMode) .vertical-video .text-wrapper .fsDescription:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 100px);
  left: calc(50% - 23px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #c02e36;
  border-color: #c02e36 transparent #c02e36 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body:not(.fsComposeMode) .vertical-video.loaded .text-wrapper .fsDescription:before {
  display: none;
}

body:not(.fsComposeMode) .vertical-video .play-button {
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0;
  border-radius: 100%;
  text-align: center;
  margin-bottom: 50px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

body:not(.fsComposeMode) .vertical-video .play-button:hover,
body:not(.fsComposeMode) .vertical-video .play-button:focus {
  background-color: #c02e36;
  border-color: #c02e36;
}

body:not(.fsComposeMode) .vertical-video .play-button:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
}

body:not(.fsComposeMode) .vertical-video .pause-button {
  padding: 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #c02e36;
  font-size: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

body:not(.fsComposeMode) .vertical-video .pause-button:hover,
body:not(.fsComposeMode) .vertical-video .pause-button:focus {
  background-color: #97242a;
}

body:not(.fsComposeMode) .vertical-video .pause-button:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.horizontal-video-container {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px;
}

.horizontal-video-container .fsDiv {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.horizontal-video-container .fsDiv + .fsDiv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  z-index: 9;
}

body:not(.fsComposeMode) .horizontal-video {
  position: relative;
}

body:not(.fsComposeMode) .horizontal-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
  z-index: 9;
}

body:not(.fsComposeMode) .showing-resource .horizontal-video:not(.show-resource):before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

body:not(.fsComposeMode) .horizontal-video video {
  display: block;
}

body:not(.fsComposeMode) .horizontal-video .fsResourceElement {
  margin-bottom: 0;
  position: relative;
}

body:not(.fsComposeMode) .horizontal-video .fsResourceElement > header {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  text-align: center;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 800px) {
  body:not(.fsComposeMode) .horizontal-video .fsResourceElement.has-title > header {
    top: 45px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

body:not(.fsComposeMode) .showing-resource .fsResourceElement > header {
  opacity: 1;
}

body:not(.fsComposeMode) .show-resource .fsResourceElement > header {
  opacity: 1;
}

body:not(.fsComposeMode) .horizontal-video .fsResourceElement > header .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .horizontal-video .fsResourceElement > header a {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  text-decoration: none;
}

body:not(.fsComposeMode) .horizontal-video .fsResourceElement > header a:hover,
body:not(.fsComposeMode) .horizontal-video .fsResourceElement > header a:focus {
  background-color: #c02e36;
  border-color: #c02e36;
}

body:not(.fsComposeMode) .horizontal-video .fsResourceElement > header a:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
}

body:not(.fsComposeMode) .horizontal-video > .fsElementContent {
  position: relative;
}

body:not(.fsComposeMode) .horizontal-video .image-text-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body:not(.fsComposeMode) .horizontal-video .resource-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

body:not(.fsComposeMode) .horizontal-video .resource-image,
body:not(.fsComposeMode) .horizontal-video .image-text-container,
body:not(.fsComposeMode) .horizontal-video .fsResourceElement,
body:not(.fsComposeMode) .horizontal-video.show-resource .text-wrapper,
body:not(.fsComposeMode) .horizontal-video.solo-video .text-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

body:not(.fsComposeMode) .horizontal-video.show-resource .resource-image,
body:not(.fsComposeMode) .horizontal-video.play-vimeo .resource-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

body:not(.fsComposeMode) .horizontal-video.play-vimeo .image-text-container,
body:not(.fsComposeMode) .horizontal-video.play-vimeo .fsResourceElement {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

body:not(.fsComposeMode) .horizontal-video.play-vimeo .vimeo-iframe,
body:not(.fsComposeMode) .horizontal-video.play-vimeo .pause-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

body:not(.fsComposeMode) .horizontal-video .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  opacity: 0;
}

body:not(.fsComposeMode) .horizontal-video .text-wrapper .fsTitle {
  font-size: 24px;
  line-height: 34px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  margin-bottom: 20px;
}

body:not(.fsComposeMode) .horizontal-video .text-wrapper .fsDescription {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
}

body:not(.fsComposeMode) .horizontal-video .text-wrapper .fsDescription:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 100px);
  left: calc(50% - 23px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #c02e36;
  border-color: #c02e36 transparent #c02e36 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body:not(.fsComposeMode) .horizontal-video.loaded .text-wrapper .fsDescription:before {
  display: none;
}

.multiphoto-treatment {
  position: relative;
  background-image: none !important;
  margin: 40px 0;
}

@media (min-width: 1130px) {
  .multiphoto-treatment {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 1129px) {
  .multiphoto-treatment {
    margin-left: -20px;
    margin-right: -20px;
    height: 650px;
    overflow: hidden;
  }
}

@media (max-width: 699px) {
  .multiphoto-treatment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    background-color: #000;
  }

  .multiphoto-treatment .image-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .multiphoto-treatment .text-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .multiphoto-treatment .button-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

body:not(.fsComposeMode) .multiphoto-treatment > .fsElementContent {
  display: none;
}

.multiphoto-treatment:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

body.fsComposeMode .multiphoto-treatment:before {
  display: none;
}

@media (max-width: 699px) {
  .multiphoto-treatment:before {
    display: none;
  }
}

.multiphoto-treatment .text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - (1180px / 2));
  width: 400px;
  z-index: 6;
  color: #fff;
}

@media (max-width: 1219px) {
  .multiphoto-treatment .text-container {
    left: 20px;
  }
}

@media (max-width: 1129px) {
  .multiphoto-treatment .text-container {
    width: calc(100% - 400px);
  }
}

@media (max-width: 699px) {
  .multiphoto-treatment .text-container {
    width: 100%;
    position: static;
    padding: 40px 20px 0;
  }
}

.multiphoto-treatment .text-container .fsElementTitle {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 10px;
}

@media (max-width: 1129px) {
  .multiphoto-treatment .text-container .fsElementTitle {
    font-size: 24px;
    line-height: 34px;
  }
}

.multiphoto-treatment .text-container a {
  margin-bottom: 0;
  min-width: 280px;
}

@media (max-width: 699px) {
  .multiphoto-treatment .text-container a {
    min-width: 0;
    width: 100%;
  }
}

.multiphoto-treatment .text-container .optional-button {
  display: none;
}

@media (max-width: 1129px) {
  .multiphoto-treatment .text-container .optional-button {
    display: block;
  }
}

.multiphoto-treatment .text-container .fs_style_55,
.multiphoto-treatment .text-container .fsStyleDefaultButton {
  color: #fff;
}

.multiphoto-treatment .text-container .fs_style_55:hover,
.multiphoto-treatment .text-container .fsStyleDefaultButton:hover,
.multiphoto-treatment .text-container .fs_style_55:focus,
.multiphoto-treatment .text-container .fsStyleDefaultButton:focus {
  border-color: #494949;
}

.multiphoto-treatment .text-container .main-text,
.multiphoto-treatment .text-container .fsElementContent {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 699px) {
  .multiphoto-treatment .text-container .main-text,
  .multiphoto-treatment .text-container .fsElementContent {
    position: static;
  }
}

.multiphoto-treatment .text-container .fsElementContent {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 100px;
}

@media (max-width: 699px) {
  .multiphoto-treatment .text-container .fsElementContent {
    padding-bottom: 20px;
  }
}

.multiphoto-treatment .text-container .main-text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.isIE .multiphoto-treatment .text-container .main-text {
  width: 100%;
}

.showing-element.multiphoto-treatment .text-container .main-text {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

@media (max-width: 699px) {
  .showing-element.multiphoto-treatment .text-container .main-text {
    display: none;
  }
}

.multiphoto-treatment .text-container .fsElementContent {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

.isIE .multiphoto-treatment .text-container .fsElementContent {
  width: 100%;
}

.multiphoto-treatment .text-container .fsElementContent.current-text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

@media (max-width: 699px) {
  .multiphoto-treatment .text-container .fsElementContent {
    position: absolute;
    top: 0;
  }

  .multiphoto-treatment .text-container .fsElementContent.current-text {
    position: static;
  }
}

.multiphoto-treatment .button-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(50% - (1180px / 2));
  padding-left: 80px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1219px) {
  .multiphoto-treatment .button-container {
    right: 30px;
    padding-left: 20px;
  }
}

@media (max-width: 699px) {
  .multiphoto-treatment .button-container {
    position: static;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}

.multiphoto-treatment .button-container .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
}

@media (max-width: 699px) {
  .multiphoto-treatment .button-container .container-inner {
    width: 100%;
  }
}

.multiphoto-treatment .button-container header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1129px) {
  .multiphoto-treatment .button-container header {
    border-bottom-width: 1px;
  }
}

.multiphoto-treatment .button-container header:last-child {
  border-bottom: 0;
}

@media (min-width: 1130px) {
  .multi-column.multiphoto-treatment .button-container .container-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 660px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .is-odd.multi-column.multiphoto-treatment .button-container header:nth-last-child(n+2) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }

  .multi-column.multiphoto-treatment .button-container header {
    border-bottom: 0;
  }

  .multi-column.multiphoto-treatment .button-container header:nth-last-child(n+3) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }

  .multi-column.multiphoto-treatment .button-container header:nth-child(2n+1) {
    position: relative;
  }

  .multi-column.multiphoto-treatment .button-container header:nth-child(2n+1):before {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: -1px;
    width: 2px;
    height: 100%;
    top: 0;
  }
}

.multiphoto-treatment .button-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: -999px;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 999px 0 0 rgba(0, 0, 0, 0.35);
          box-shadow: 999px 0 0 rgba(0, 0, 0, 0.35);
}

.multiphoto-treatment .button-container p {
  margin-bottom: 0;
}

.multiphoto-treatment .button-container .fsElementHeaderContent {
  font-size: 24px;
  line-height: 28px;
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  min-height: 158px;
  margin: 15px 0;
  opacity: 1;
}

.multiphoto-treatment .button-container .fsElementHeaderContent a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.isIE .multiphoto-treatment .button-container .fsElementHeaderContent {
  height: 150px;
}

.multi-column.multiphoto-treatment .button-container .fsElementHeaderContent {
  margin: 15px;
}

.showing-element.multiphoto-treatment header:not(.current-button) .fsElementHeaderContent {
  opacity: 0.6;
}

.multiphoto-treatment .button-container .fsElementHeaderContent em {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  margin-top: 10px;
}

.multiphoto-treatment .button-container .fsElementHeaderContent em:after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 6px;
}

@media (max-width: 1129px) {
  .multiphoto-treatment .button-container .fsElementHeaderContent em {
    display: none;
  }
}

.multiphoto-treatment .button-container .fsElementHeaderContent:hover,
.multiphoto-treatment .button-container .fsElementHeaderContent:focus {
  background-color: rgba(192, 46, 54, 0.9);
}

.multiphoto-treatment .button-container .fsElementHeaderContent:hover em,
.multiphoto-treatment .button-container .fsElementHeaderContent:focus em {
  display: block;
}

@media (max-width: 1129px) {
  .multiphoto-treatment .button-container .fsElementHeaderContent {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
    width: auto;
    text-transform: uppercase;
    min-height: 0;
    padding: 20px 15px 20px 0;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0 !important;
    font-family: "Raleway", sans-serif;
  }

  .multiphoto-treatment .button-container .fsElementHeaderContent:after {
    content: "\E90E";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: rgba(255, 255, 255, 0.5);
  }

  .multiphoto-treatment .button-container .fsElementHeaderContent em {
    display: none !important;
  }

  .multiphoto-treatment .button-container .fsElementHeaderContent:hover,
  .multiphoto-treatment .button-container .fsElementHeaderContent:focus {
    padding-left: 15px;
  }
}

@media (max-width: 699px) {
  .multiphoto-treatment .button-container .fsElementHeaderContent {
    padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 13px;
    margin: 6px 0 !important;
  }
}

@media (min-width: 1130px) {
  .multiphoto-treatment .image-container {
    height: 0;
    padding-bottom: calc((865 / 1920) * 100%);
    min-height: 600px;
    position: relative;
    overflow: hidden;
  }
}

.multiphoto-treatment .image-container img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 699px) {
  .multiphoto-treatment .image-container img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
  }
}

.multiphoto-treatment .image-container .img-container {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 699px) {
  .multiphoto-treatment .image-container .main-img-container {
    height: 300px;
    position: static;
  }
}

.multiphoto-treatment .image-container .img-container:not(.main-img-container) {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

.multiphoto-treatment .image-container .img-container:not(.main-img-container).current-image {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
  z-index: 2;
}

@media (max-width: 699px) {
  .multiphoto-treatment .image-container .img-container:not(.main-img-container).current-image {
    position: static;
    display: block;
  }
}

@media (max-width: 699px) {
  .multiphoto-treatment .image-container .img-container:not(.main-img-container) {
    display: none;
    height: 300px;
  }
}

@media (max-width: 699px) {
  .showing-element.multiphoto-treatment .image-container .main-img-container {
    display: none;
  }
}

.horizontal-diamond,
.horizontal-shield,
.horizontal-sg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0;
}

.horizontal-diamond header,
.horizontal-shield header,
.horizontal-sg header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.horizontal-diamond .fsElementTitle,
.horizontal-shield .fsElementTitle,
.horizontal-sg .fsElementTitle {
  font-size: 12px;
  color: #c02e36;
  letter-spacing: 1.5px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-top: 6px;
  margin-bottom: 0;
}

.horizontal-diamond .fsElementContent,
.horizontal-shield .fsElementContent,
.horizontal-sg .fsElementContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.horizontal-diamond {
  margin: 100px 0;
}

.horizontal-diamond hr {
  height: 13px;
  border: 0;
  background-image: url(images/Diamond.svg);
  background-repeat: repeat-x;
  background-size: 10px 13px;
}

.horizontal-shield .fsElementTitle,
.horizontal-sg .fsElementTitle {
  text-align: center;
  margin-top: 10px;
}

.horizontal-shield hr,
.horizontal-sg hr {
  display: block;
  position: relative;
  border: 0;
  border-top: 1px solid #adb5bd;
}

.horizontal-shield hr:before,
.horizontal-sg hr:before {
  content: "";
  width: 55px;
  height: 55px;
  background-color: #fff;
  background-image: url(images/shield.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.horizontal-sg hr:before {
  background-image: url(images/SGMonogram.svg);
  background-size: 40px;
}

.styled-post .fsTitle {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 15px;
}

.styled-post .fsSharingButtonsContainer {
  margin-bottom: 20px;
}

.teams-nav {
  position: relative;
}

.teams-nav > .fsElementContent {
  width: 100%;
}

@media (max-width: 699px) {
  .teams-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.teams-nav .fsNavLevel1 {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 100px;
}

@media (max-width: 1219px) {
  .teams-nav .fsNavLevel1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1099px) {
  .teams-nav .fsNavLevel1 {
    display: block;
    padding-bottom: 30px;
  }
}

@media (max-width: 699px) {
  .teams-nav .fsNavLevel1 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

.teams-nav .fsNavLevel1 > li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 1100px) {
  .teams-nav .fsNavLevel1 > li {
    width: calc(33.33% - 35px);
  }
}

@media (max-width: 1099px) {
  .teams-nav .fsNavLevel1 > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 5px solid #dedede;
    padding-top: 10px;
    position: relative;
  }

  .teams-nav .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
  }

  .current-season .teams-nav .fsNavLevel1 > li > .fsNavPageInfo {
    max-height: 9999px;
  }

  .teams-nav .fsNavLevel1 > li.current-season > .fsNavPageInfo {
    max-height: 9999px;
  }

  .teams-nav .fsNavLevel1 > li.current-season {
    border-top-color: #c02e36;
  }
}

.teams-nav .fsNavLevel1 > li .fsNavPageInfo {
  margin-top: 10px;
}

@media (max-width: 1099px) {
  .teams-nav .fsNavLevel1 > li .fsNavPageInfo {
    width: 100%;
    margin-top: 10px;
    position: static !important;
  }
}

.teams-nav .fsNavLevel1 > li > a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.75px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
  padding-left: 0;
  color: #494949 !important;
  outline: none !important;
}

.teams-nav .fsNavLevel1 .current-season > .dropdown-button:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #494949;
}

.teams-nav .fsNavLevel1 .dropdown-button {
  display: none;
  font-size: 0;
  background-color: transparent;
  padding: 10px;
  border: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.teams-nav .fsNavLevel1 .dropdown-button:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #c02e36;
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 10px;
}

@media (max-width: 699px) {
  .teams-nav .fsNavLevel1 .dropdown-button:before {
    font-size: 15px;
  }
}

@media (max-width: 1099px) {
  .teams-nav .fsNavLevel2 {
    padding-bottom: 50px;
  }
}

@media (max-width: 699px) {
  .teams-nav .fsNavLevel2 {
    padding-bottom: 10px;
  }
}

.teams-nav .fsNavLevel2 > li > a {
  font-size: 24px;
  line-height: 28px;
  font-family: "Playfair Display", Georgia, serif;
  color: #494949;
  padding-left: 0;
  text-decoration: none;
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 699px) {
  .teams-nav .fsNavLevel2 > li > a {
    font-size: 18px;
    padding: 11px 0;
  }
}

.teams-nav .fsNavLevel2 > li {
  position: relative;
  z-index: 1;
}

.teams-nav .fsNavLevel2 > li:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: transparent;
  z-index: -1;
}

.teams-nav .fsNavLevel2 > li:hover:before,
.teams-nav .fsNavLevel2 > li.ally-focus-within:before,
.teams-nav .fsNavLevel2 > li[class*='Current']:before {
  background-color: #c02e36;
}

.teams-nav .fsNavLevel2 > li:hover .fsNavLevel3 > li > a,
.teams-nav .fsNavLevel2 > li.ally-focus-within .fsNavLevel3 > li > a,
.teams-nav .fsNavLevel2 > li[class*='Current'] .fsNavLevel3 > li > a {
  color: #ffffff;
}

.teams-nav .fsNavLevel2 > li:hover > a,
.teams-nav .fsNavLevel2 > li.ally-focus-within > a,
.teams-nav .fsNavLevel2 > li[class*='Current'] > a {
  color: #ffffff;
  padding-left: 15px;
}

.teams-nav .fsNavLevel2 > li + li {
  border-top: 1px solid #dedede;
}

.teams-nav .fsNavLevel2 > li.fsNavParentPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1099px) {
  .teams-nav .fsNavLevel2 .fsNavPageInfo {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.teams-nav .fsNavLevel3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.teams-nav .fsNavLevel3 > li + li {
  margin-left: 20px;
}

.teams-nav .fsNavLevel3 > li > a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: transparent;
  color: #c02e36;
  padding: 3px 2px;
  text-decoration: none;
  line-height: 1;
}

.teams-nav .fsNavLevel3 > li > a:hover,
.teams-nav .fsNavLevel3 > li > a:focus {
  background-color: #fff;
  color: #000 !important;
}

.teams-nav .fsNavLevel3 > li[class*='Current'] > a {
  background-color: #fff;
  color: #000;
}

.teams-nav > .fsNavPageInfo {
  width: 100%;
}

@media (max-width: 699px) {
  .teams-nav > .fsNavPageInfo {
    position: static;
  }
}

.teams-nav > .fsNavPageInfo:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  right: 0;
  -webkit-box-shadow: 999px 0 0 rgba(0, 0, 0, 0.9);
          box-shadow: 999px 0 0 rgba(0, 0, 0, 0.9);
}

@media (max-width: 1099px) {
  .teams-nav > .fsNavPageInfo:before {
    display: none;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  z-index: 1;
  margin-bottom: 40px;
  background: #7A070D;
}

body:not(.fsComposeMode) .full-width-photo-panel > header {
  width: 100%;
  z-index: 2;
  text-align: left;
  line-height: 0;
}

body:not(.fsComposeMode) .full-width-photo-panel > header .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .full-width-photo-panel > header figure {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
  background-size: cover;
  background-position: 50% top;
  height: 250px;
}

@media (min-width: 275px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header figure {
    height: 275px;
  }
}

@media (min-width: 300px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header figure {
    height: 300px;
  }
}

@media (min-width: 325px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header figure {
    height: 325px;
  }
}

@media (min-width: 350px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header figure {
    height: 350px;
  }
}

@media (min-width: 400px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header figure {
    height: 400px;
  }
}

@media (min-width: 450px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header figure {
    height: 450px;
  }
}

@media (min-width: 451px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header figure {
    height: auto;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel > header figure:before {
  display: block;
  content: '';
  height: 60%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header figure:after {
    display: block;
    content: '';
    height: 40%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
}

body:not(.fsComposeMode) .full-width-photo-panel > header figure img {
  position: relative;
  width: 100%;
  display: none;
}

@media (min-width: 451px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header figure img {
    display: block;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel > header .fsElementTitle {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  z-index: 10;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: calc(100% - 40px);
  max-width: 1180px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header .fsElementTitle {
    top: 80px;
    font-size: 48px;
    line-height: 56px;
    width: calc(100% - 80px);
  }
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .full-width-photo-panel > header .fsElementTitle {
    width: 100%;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel > .fsElementContent {
  width: 100%;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  z-index: 2;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 1180px;
  padding-right: 60px;
  padding-left: 60px;
}

@media (max-width: 700px) {
  body:not(.fsComposeMode) .full-width-photo-panel > .fsElementContent {
    position: relative;
    bottom: 0;
    padding: 20px;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 20px;
  }
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .full-width-photo-panel > .fsElementContent {
    width: 100%;
  }
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .full-width-photo-panel > .fsElementContent {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  z-index: 1;
}

body:not(.fsComposeMode) .full-width-photo-panel-container .full-width-photo-panel {
  margin: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .full-width-photo-panel-container .full-width-photo-panel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel-container .full-width-photo-panel > header {
  height: 320px;
  overflow: hidden;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .full-width-photo-panel-container .full-width-photo-panel > header {
    height: auto;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel-container .full-width-photo-panel > header img {
  min-height: 320px;
}

body:not(.fsComposeMode) .full-width-photo-panel-container .full-width-photo-panel > .fsElementContent {
  padding: 70px 20px 20px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .full-width-photo-panel-container .full-width-photo-panel > .fsElementContent {
    padding: 0 60px;
  }
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .full-width-photo-panel-container .full-width-photo-panel > .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel-container .slick-dots {
  width: 100%;
  height: 20px;
  max-width: 1180px;
  position: absolute;
  left: 20px;
  top: 340px;
  padding-left: 0;
  text-align: left;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .full-width-photo-panel-container .slick-dots {
    height: auto;
    padding-left: 130px;
    top: auto;
    bottom: 145px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .full-width-photo-panel-container .slick-dots {
    bottom: 120px;
    padding-left: 60px;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel-container .slick-dots li {
  display: inline-block;
}

body:not(.fsComposeMode) .full-width-photo-panel-container .slick-dots li + li {
  margin-left: 15px;
}

body:not(.fsComposeMode) .full-width-photo-panel-container .slick-dots .slick-active button {
  background-color: #fff;
}

body:not(.fsComposeMode) .full-width-photo-panel-container .slick-dots button {
  border: 1px solid #fff;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  cursor: pointer;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .full-width-photo-panel-container .slick-dots {
    bottom: 10px;
    left: 50px;
    margin-bottom: 0;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel-container .playBtn,
body:not(.fsComposeMode) .full-width-photo-panel-container .pauseBtn {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 342px;
  left: 18px;
  text-align: center;
  z-index: 100;
}

body:not(.fsComposeMode) .full-width-photo-panel-container .playBtn:before,
body:not(.fsComposeMode) .full-width-photo-panel-container .pauseBtn:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .full-width-photo-panel-container .playBtn,
  body:not(.fsComposeMode) .full-width-photo-panel-container .pauseBtn {
    height: 46px;
    width: 46px;
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.5);
    left: 60px;
    top: auto;
    bottom: 180px;
    border-radius: 100%;
  }

  body:not(.fsComposeMode) .full-width-photo-panel-container .playBtn:before,
  body:not(.fsComposeMode) .full-width-photo-panel-container .pauseBtn:before {
    font-size: 18px;
    line-height: 46px;
  }
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .full-width-photo-panel-container .playBtn,
  body:not(.fsComposeMode) .full-width-photo-panel-container .pauseBtn {
    bottom: 155px;
    left: 0px;
  }
}

body:not(.fsComposeMode) .full-width-photo-panel-container.paused .pauseBtn {
  display: none;
}

body:not(.fsComposeMode) .full-width-photo-panel-container .playBtn {
  display: none;
}

body:not(.fsComposeMode) .full-width-photo-panel-container .playBtn:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .full-width-photo-panel-container.paused .playBtn {
  display: block;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .full-width-photo-panel-container > footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
  }
}

/*! Lity - v2.4.0 - 2019-08-10 http://sorgalla.com/lity/ Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

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

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  top: -50px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

body.has-covid:not(.fsComposeMode) .covid-banner {
  width: 100%;
  height: 65px;
  margin-bottom: 0;
  background-color: #252b33;
  color: #fff;
  line-height: 1.3em;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.has-covid:not(.fsComposeMode) .covid-banner a {
  color: #fff;
  font-weight: 700;
}

@media (min-width: 700px) {
  body.has-covid:not(.fsComposeMode) .covid-banner {
    position: fixed;
    top: 0;
  }

  body.has-covid:not(.fsComposeMode) #fsHeader {
    margin-top: 65px;
  }
}

@media (min-width: 700px) {
  body.has-covid:not(.fsComposeMode):not(.home) #fsPageBodyWrapper {
    padding-top: 165px;
  }
}

@media (min-width: 1100px) {
  body.has-covid:not(.fsComposeMode):not(.home) #fsPageBodyWrapper {
    padding-top: 175px;
  }
}

body.has-covid.fsAccountBarVisible .covid-banner {
  margin-top: 45px;
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}@charset "UTF-8";

/*! helpers - typography v0.0.1 */

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

.play-pause-button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  position: absolute;
  line-height: 45px;
  cursor: pointer;
}

.play-pause-button:before {
  font-size: 19px;
  color: #fff;
}

@media (max-width: 699px) {
  .play-pause-button {
    width: 20px;
    height: 20px;
    line-height: 17px;
  }

  .play-pause-button:before {
    font-size: 7px;
  }
}

.playing .play-pause-button:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.paused .play-pause-button:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.mute-button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  cursor: pointer;
}

.mute-button:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 19px;
  color: #fff;
}

.muted .mute-button:before {
  content: "\E919";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_57:after,
.fs_style_58:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fs_style_57:hover:after,
.fs_style_58:hover:after,
.fs_style_57:focus:after,
.fs_style_58:focus:after {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 48px;
  line-height: 56px;
  font-family: "Playfair Display", Georgia, serif;
  color: #252b33;
  margin-bottom: 30px;
}

@media (max-width: 699px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 24px;
  line-height: 34px;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 20px;
}

@media (max-width: 699px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

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

@media (max-width: 699px) {
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #252b33;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 12px;
  line-height: 14px;
  color: #c02e36;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #252b33;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #252b33;
  margin-bottom: 10px;
}

p {
  margin: 0 0 30px;
}

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

#fsBannerRight p,
#fsBannerLeft p {
  font-size: 16px;
  line-height: 24px;
}

hr {
  margin: 0 auto 20px;
}

body:not(.home) .fsPageContent .fsContent a:not([class*='fs_style']) {
  padding: 2px;
}

body:not(.home) .fsPageContent .fsContent a:not([class*='fs_style']):hover,
body:not(.home) .fsPageContent .fsContent a:not([class*='fs_style']):focus {
  background-color: #c02e36;
  color: #fff;
  text-decoration: none;
}

a {
  color: #494949;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #c02e36;
}

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

table.fs_style_62,
.table-styled {
  margin-bottom: 20px;
  width: 100%;
}

table.fs_style_62 th,
table.fs_style_62 td,
.table-styled th,
.table-styled td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_62 th,
.table-styled th {
  padding: 14px 15px;
  background: #000000;
  color: #fff;
  text-align: left;
  font-weight: 600;
}

table.fs_style_62 td,
.table-styled td {
  padding: 10px 20px;
  background: rgba(243, 243, 243, 0.5);
  font-size: 16px;
  line-height: 24px;
}

table.fs_style_62 tr,
.table-styled tr {
  background: rgba(243, 243, 243, 0.5);
}

table.fs_style_62 tr:nth-of-type(odd),
.table-styled tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}

table.fs_style_62 tr:nth-of-type(odd) td,
.table-styled tr:nth-of-type(odd) td {
  background-color: #f3f3f3;
}

table.fs_style_62 tr,
.table-styled tr {
  border-bottom: solid 1px #ffffff;
}

table.fs_style_62 tr.fsLoadMoreButtonRow,
.table-styled tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

table.fs_style_62 tr.fsLoadMoreButtonRow > td,
.table-styled tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) table.fs_style_62:last-child,
body:not(.fsComposeMode) .table-styled:last-child {
  margin-bottom: 0;
}

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

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

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

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

.fs_style_53 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: #c02e36;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
}

.fs_style_53:hover,
.fs_style_53:focus,
.fsStateSelected .fs_style_53,
.fs_style_53.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_53:hover em,
.fs_style_53:focus em,
.fsStateSelected .fs_style_53 em,
.fs_style_53.on em {
  color: #fff;
}

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

*[class*='fsBanner'] .fs_style_53,
.fsStyleOneThird .fs_style_53,
.fsFourColumnLayout .fs_style_53 {
  display: block;
}

.fs_style_54 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: #000000;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
}

.fs_style_54:hover,
.fs_style_54:focus,
.fsStateSelected .fs_style_54,
.fs_style_54.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_54:hover em,
.fs_style_54:focus em,
.fsStateSelected .fs_style_54 em,
.fs_style_54.on em {
  color: #fff;
}

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

*[class*='fsBanner'] .fs_style_54,
.fsStyleOneThird .fs_style_54,
.fsFourColumnLayout .fs_style_54 {
  display: block;
}

.fs_style_55,
.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: transparent;
  color: #c02e36;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
  border: 1px solid #dedede;
}

.fs_style_55:hover,
.fsStyleDefaultButton:hover,
.fs_style_55:focus,
.fsStyleDefaultButton:focus,
.fsStateSelected .fs_style_55,
.fsStateSelected .fsStyleDefaultButton,
.fs_style_55.on,
.on.fsStyleDefaultButton {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_55:hover em,
.fsStyleDefaultButton:hover em,
.fs_style_55:focus em,
.fsStyleDefaultButton:focus em,
.fsStateSelected .fs_style_55 em,
.fsStateSelected .fsStyleDefaultButton em,
.fs_style_55.on em,
.on.fsStyleDefaultButton em {
  color: #fff;
}

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

*[class*='fsBanner'] .fs_style_55,
*[class*='fsBanner'] .fsStyleDefaultButton,
.fsStyleOneThird .fs_style_55,
.fsStyleOneThird .fsStyleDefaultButton,
.fsFourColumnLayout .fs_style_55,
.fsFourColumnLayout .fsStyleDefaultButton {
  display: block;
}

.fs_style_55:hover,
.fsStyleDefaultButton:hover,
.fs_style_55:focus,
.fsStyleDefaultButton:focus {
  color: #fff !important;
}

.fs_style_55.fs_style_56,
.fs_style_56.fsStyleDefaultButton {
  color: #252b33;
}

.fs_style_55 em,
.fsStyleDefaultButton em {
  color: #c02e36;
}

.fs_style_56 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Playfair Display", Georgia, serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  padding: 21px 30px;
}

.fs_style_56 em {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  font-weight: 700;
}

.fs_style_56 em:after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 6px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fs_style_56:hover em:after,
.fs_style_56:focus em:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.fs_style_57,
.fs_style_58 {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

+ .fs_style_57,
+ .fs_style_58 {
  margin-left: 8px;
}

.fs_style_57:after,
.fs_style_58:after {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 6px;
}

.fs_style_57:hover,
.fs_style_57:focus,
.fs_style_58:hover,
.fs_style_58:focus {
  color: #494949;
}

.fs_style_57 {
  color: #c02e36;
}

.fs_style_58 {
  color: #000000;
}

.fsStyleDefaultButton {
  line-height: 29px;
}

*[class*='fsBanner'] .fsStyleDefaultButton {
  display: block;
  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: 14px 20px;
  background: #c02e36;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #494949;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover em,
.fsStyleUpdateButton:focus em,
.fsStateSelected .fsStyleUpdateButton em,
.fsStyleUpdateButton.on em {
  color: #fff;
}

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

*[class*='fsBanner'] .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsFourColumnLayout .fsStyleUpdateButton {
  display: block;
}

.fs_style_59,
.fs_style_60 {
  padding: 14px 24px;
  background-color: rgba(243, 243, 243, 0.5);
  border: 1px solid #dedede;
  font-weight: 700;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  width: 300px;
  max-width: 100%;
}

#fsBannerRight .fs_style_59,
#fsBannerLeft .fs_style_59,
#fsBannerRight .fs_style_60,
#fsBannerLeft .fs_style_60 {
  width: 100%;
}

.fs_style_59:hover,
.fs_style_59:focus,
.fs_style_60:hover,
.fs_style_60:focus {
  background-color: transparent;
  color: #c02e36;
}

.fs_style_59:before,
.fs_style_60:before {
  color: #c02e36;
  display: inline-block;
  margin-right: 12px;
}

.fs_style_59:before {
  content: "\E914";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_60:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.map-container > footer .key,
body:not(.fsComposeMode) .legend-container .key,
.map-container > footer .key ul,
body:not(.fsComposeMode) .legend-container .key ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-container > footer .key li,
body:not(.fsComposeMode) .legend-container .key li {
  margin: 0;
  padding: 0;
}

.map-container > footer .key ul,
body:not(.fsComposeMode) .legend-container .key ul {
  padding-left: 37px !important;
}

.map-container > footer .key li,
body:not(.fsComposeMode) .legend-container .key li {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 13px;
  cursor: pointer;
  text-indent: -37px;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.map-container > footer .key li.faded,
body:not(.fsComposeMode) .legend-container .key li.faded {
  opacity: .5;
}

.map-container > footer .key li:before,
body:not(.fsComposeMode) .legend-container .key li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #FFF;
  margin-right: 12px;
  margin-top: -4px;
}

.map-container > footer .key li:first-child:before,
body:not(.fsComposeMode) .legend-container .key li:first-child:before {
  background-color: #1fbcdb;
}

.map-container > footer .key li:first-child:hover,
body:not(.fsComposeMode) .legend-container .key li:first-child:hover {
  text-decoration: underline;
}

.map-container > footer .key li:nth-child(2):before,
body:not(.fsComposeMode) .legend-container .key li:nth-child(2):before {
  background-color: #e51b24;
}

.map-container > footer .key li:nth-child(2):hover,
body:not(.fsComposeMode) .legend-container .key li:nth-child(2):hover {
  text-decoration: underline;
}

.map-container > footer .key li:nth-child(3):before,
body:not(.fsComposeMode) .legend-container .key li:nth-child(3):before {
  background-color: #fecc2f;
}

@media (max-width: 850px) {
  .map-container > footer .key li:nth-child(3):before,
  body:not(.fsComposeMode) .legend-container .key li:nth-child(3):before {
    margin-left: -35px;
    margin-right: 11px;
  }
}

.map-container > footer .key li:nth-child(3):hover,
body:not(.fsComposeMode) .legend-container .key li:nth-child(3):hover {
  text-decoration: underline;
}

@media (max-width: 850px) {
  .map-container > footer .key li:nth-child(3),
  body:not(.fsComposeMode) .legend-container .key li:nth-child(3) {
    padding-left: 35px;
  }
}

.map-container > footer .key li:nth-child(4):before,
body:not(.fsComposeMode) .legend-container .key li:nth-child(4):before {
  background-color: #6f8134;
}

.map-container > footer .key li:nth-child(4):hover,
body:not(.fsComposeMode) .legend-container .key li:nth-child(4):hover {
  text-decoration: underline;
}

.campus-map #fsPageBodyWrapper {
  padding: 0;
}

.campus-map #fsPageBody {
  max-width: 100%;
}

.campus-map #fsPageContent {
  padding-top: 0;
}

.campus-map #fsPageContent > .fsLayout .fsDiv {
  margin: 0;
}

.map-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.map-container:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
  display: none;
}

@media (min-width: 900px) {
  .map-container:before {
    display: block;
  }
}

.map-container > footer {
  display: block;
  width: 280px;
  heigh: 500px;
  position: absolute;
  top: 50px;
  right: 30px;
}

@media (max-width: 1000px) {
  .map-container > footer {
    display: none;
  }
}

.map-container > footer .open-legend {
  display: block;
  background-color: #6da242;
  line-height: 1;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 21px 10px;
  border-radius: 4px;
  margin-top: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 0;
}

.map-container > footer .open-legend:focus,
.map-container > footer .open-legend:hover {
  background-color: #62913b;
}

.map-container > footer .open-legend:after {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #4d7332;
  margin-left: 5px;
}

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

.point-plotter .map-container {
  z-index: 10;
}

.point-plotter .map-container > header {
  opacity: .5;
}

.close-map {
  position: relative;
  top: 5px;
  right: 5px;
  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;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:before,
.close-map:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.close-map:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.close-map:hover,
.close-map:focus {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:hover:before,
.close-map:focus:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:hover:after,
.close-map:focus:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
          transform: translate3d(-50%, -50%, 0) rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.active .close-map {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
}

body:not(.fsComposeMode) .parking-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .parking-points {
    display: none;
  }

  body:not(.fsComposeMode) .parking-points.expand {
    display: block;
  }
}

body:not(.fsComposeMode) .parking-points > .fsElementContent {
  height: 100%;
  width: 100%;
}

body:not(.fsComposeMode) .parking-points > .fsElementContent div {
  display: inline-block;
  background: transparent;
  font-size: 0;
  color: transparent;
  position: absolute;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .parking-points > .fsElementContent div {
    margin-top: -10px;
  }
}

body:not(.fsComposeMode) .parking-points > .fsElementContent div:before {
  content: "\E91E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #6f8134;
  font-size: 40px;
  position: absolute;
  top: 3px;
  left: -1px;
  z-index: 0;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .parking-points > .fsElementContent div:before {
    font-size: 30px;
  }
}

body:not(.fsComposeMode) .parking-points > .fsElementContent div:after {
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  color: #131313;
  background: #fff;
  border-radius: 100%;
  z-index: 2;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .parking-points > .fsElementContent div:after {
    height: 13px;
    width: 13px;
    top: 6px;
    left: 1px;
    font-size: 10px;
    line-height: 14px;
  }
}

body:not(.fsComposeMode) .parking-points > .fsElementContent div.parking:after {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .parking-points > .fsElementContent div.restroom:after {
  content: "\E91D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .map-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.map-points li.fsListItem[data-label="D"] span.text,
.map-points li.fsListItem[data-label="K"] span.text {
  min-width: 100px;
  left: 40px !important;
  bottom: 0px !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

@media (max-width: 899px) {
  .map-points li.fsListItem[data-label="D"] span.text,
  .map-points li.fsListItem[data-label="K"] span.text {
    left: 30px !important;
  }
}

.map-points li.fsListItem[data-label="D"] span.text:after,
.map-points li.fsListItem[data-label="K"] span.text:after {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-right: 7px solid rgba(0, 0, 0, 0.85) !important;
  bottom: 50% !important;
  left: -13px !important;
  -webkit-transform: translateY(50%) !important;
      -ms-transform: translateY(50%) !important;
          transform: translateY(50%) !important;
}

@media (max-width: 1000px) {
  .map-points {
    display: none !important;
  }

  .map-points.expand {
    display: block !important;
  }

  .map-points.expand .fsStyleDefaultList > li.fsListItem {
    opacity: 1;
    visibility: visible;
  }

  .map-points.expand .fsStyleDefaultList > li.fsListItem.active-point {
    z-index: 200;
  }

  .map-points.expand .fsStyleDefaultList > li.fsListItem.active-point > a > span.text {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .map-points.expand .fsStyleDefaultList > li.fsListItem > a > span.text {
    width: auto;
    min-width: 150px;
    bottom: 30px;
    padding: 5px 10px;
    font-size: 12px;
  }
}

.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;
  z-index: 2;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: translate3d(-18.5px, -64.75px, 0);
          transform: translate3d(-18.5px, -64.75px, 0);
  opacity: 0;
  visibility: hidden;
}

.map-points .fsStyleDefaultList > li.fsListItem:hover,
.map-points .fsStyleDefaultList > li.fsListItem:focus {
  z-index: 5;
}

@media (min-width: 900px) {
  .map-points .fsStyleDefaultList > li.fsListItem {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 899px) {
  .map-points .fsStyleDefaultList > li.fsListItem {
    margin-top: 32px;
    margin-left: 6px;
  }
}

body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem {
  position: relative;
}

.map-points .fsStyleDefaultList > li.fsListItem > a {
  text-align: center;
  display: block;
  position: relative;
  text-decoration: none;
}

body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem > a {
  color: #494949;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:before {
  display: none;
}

.map-points.athletics-points .fsStyleDefaultList > li.fsListItem a > span.marker {
  background-image: url("/uploaded/themes/default_17/images/map/map-marker-athletics.png");
}

.map-points.buildings-points .fsStyleDefaultList > li.fsListItem a > span.marker {
  background-image: url("/uploaded/themes/default_17/images/map/map-marker-buildings.png");
}

.map-points.dorms-points .fsStyleDefaultList > li.fsListItem a > span.marker {
  background-image: url("/uploaded/themes/default_17/images/map/map-marker-dorms.png");
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span.marker {
  display: inline-block;
  width: 29px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #494949;
  display: block;
  text-indent: -3px;
  line-height: 2.2;
  text-decoration: none;
  position: relative;
  overflow: visible;
  background-image: none;
  background-color: transparent;
  background-position: top center;
  background-size: 29px 40px;
  background-repeat: no-repeat;
  background-attachment: inherit;
  font-family: "Playfair Display", Georgia, serif;
}

@media (max-width: 899px) {
  .map-points .fsStyleDefaultList > li.fsListItem > a > span.marker {
    background-size: contain;
    width: 20px;
    height: 25px;
    font-size: 10px;
    text-indent: -1px;
    line-height: 1.8;
  }
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span.text {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  display: block;
  width: 320px;
  height: auto;
  bottom: 47px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span.text:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: -6px;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span.text em {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:hover,
.map-points .fsStyleDefaultList > li.fsListItem > a:focus {
  color: inherit;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:hover > span.text,
.map-points .fsStyleDefaultList > li.fsListItem > a:focus > span.text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 1000px) {
  .fsAccountBarVisible .map-slideshow-element {
    padding: 150px 5% 5% !important;
  }
}

body:not(.fsComposeMode) .map-slideshow-element {
  opacity: 0;
  visibility: hidden;
  width: auto;
  height: 0;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .map-slideshow-element {
    padding: 0 20px 20px 20px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .map-slideshow-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin: 0 auto;
    padding: 100px 5% 5%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.85);
    z-index: -9000;
  }
}

body:not(.fsComposeMode) .map-container.active .map-slideshow-element {
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 9000;
}

body:not(.fsComposeMode) .map-slideshow-element > header > .fsElementTitle {
  display: none;
}

body:not(.fsComposeMode) .map-slideshow-element > header > .fsElementHeaderContent {
  text-align: right;
}

body:not(.fsComposeMode) .map-slideshow-element > .fsElementContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: auto;
  padding: 0;
  background: #fff;
}

body:not(.fsComposeMode) .map-slideshow-element .fsElementEmpty {
  margin: 0 auto;
  padding: 5%;
  text-align: center;
}

body:not(.fsComposeMode) .map-slideshow-element .fsListItems {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

body:not(.fsComposeMode) .map-slideshow-element .fsListItems.slick-initialized {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-slideshow-element .fsListItems.slick-initialized article {
    overflow-y: auto;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-slideshow-element .fsListItems .slick-list {
    position: relative;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-slideshow-element .fsListItems .slick-track {
    height: 100%;
  }
}

body:not(.fsComposeMode) .map-slideshow-element .fsListItems article {
  padding: 0 0 50px 0;
  margin: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-slideshow-element .fsListItems article {
    height: 100%;
    padding-bottom: 0;
  }
}

body:not(.fsComposeMode) .map-slideshow-element .fsListItems article:first-child:last-child {
  padding-bottom: 30px;
}

body:not(.fsComposeMode) .map-slideshow-element .fsListItems article .fsTitle {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}

body:not(.fsComposeMode) .map-slideshow-element .fsListItems article .fsTitle > a {
  color: inherit;
  pointer-events: none;
}

body:not(.fsComposeMode) .map-slideshow-element .fsListItems article .fsTitle.fsResourceName {
  display: none;
}

body:not(.fsComposeMode) .map-slideshow-element .fsListItems article figure picture {
  display: block;
  position: relative;
}

body:not(.fsComposeMode) .map-slideshow-element .fsListItems article figure picture img {
  width: 100%;
}

body:not(.fsComposeMode) .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;
}

body:not(.fsComposeMode) .map-slideshow-element .slick-arrow {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(204, 204, 204, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  line-height: 0;
  z-index: 20;
  border: none;
  cursor: pointer;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-slideshow-element .slick-arrow {
    -webkit-transform: translate3d(0, -35%, 0);
            transform: translate3d(0, -35%, 0);
    top: 35%;
  }
}

body:not(.fsComposeMode) .map-slideshow-element .slick-arrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  font-family: "IcoMoon";
  font-weight: normal;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  height: auto;
}

body:not(.fsComposeMode) .map-slideshow-element .slick-arrow:hover,
body:not(.fsComposeMode) .map-slideshow-element .slick-arrow:focus {
  background-color: rgba(153, 153, 153, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
  outline: transparent;
}

body:not(.fsComposeMode) .map-slideshow-element .slick-arrow:hover:before,
body:not(.fsComposeMode) .map-slideshow-element .slick-arrow:focus:before {
  color: #fff;
}

body:not(.fsComposeMode) .map-slideshow-element .slick-arrow.slick-prev {
  left: 0;
}

body:not(.fsComposeMode) .map-slideshow-element .slick-arrow.slick-prev:before {
  content: "\E915";
  font-family: "IcoMoon";
  -webkit-transform: rotate(180deg) translate3d(0, 50%, 0);
          transform: rotate(180deg) translate3d(0, 50%, 0);
  top: 55%;
}

body:not(.fsComposeMode) .map-slideshow-element .slick-arrow.slick-next {
  right: 0;
}

body:not(.fsComposeMode) .map-slideshow-element .slick-arrow.slick-next:before {
  content: "\E915";
  font-family: "IcoMoon";
}

body:not(.fsComposeMode) .legend-container {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 300;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .legend-container {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -200%);
        -ms-transform: translate(0, -200%);
            transform: translate(0, -200%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  body:not(.fsComposeMode) .legend-container.active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

body:not(.fsComposeMode) .legend-container > header {
  display: none;
}

body:not(.fsComposeMode) .legend-container > .fsElementContent {
  width: 100%;
  padding: 0 20px 10px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .legend-container > .fsElementContent {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .legend-container > .fsElementContent .athletics-points,
  body:not(.fsComposeMode) .legend-container > .fsElementContent .dorms-points {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .legend-container > .fsElementContent .buildings-points {
    width: calc(50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

body:not(.fsComposeMode) .legend-container .close-legend {
  display: block;
  background-color: #6da242;
  line-height: 1;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  max-width: 280px;
  text-align: center;
  padding: 21px 10px;
  border-radius: 4px;
  margin-top: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 0;
}

body:not(.fsComposeMode) .legend-container .close-legend:focus,
body:not(.fsComposeMode) .legend-container .close-legend:hover {
  background-color: #62913b;
}

body:not(.fsComposeMode) .legend-container .close-legend:after {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #4d7332;
  margin-left: 5px;
}

body:not(.fsComposeMode) .map-legend {
  position: relative;
  margin: 0;
  padding: 0;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .map-legend > .fsElementContent {
    width: 100%;
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  body:not(.fsComposeMode) .map-legend.expand > .fsElementContent {
    padding-top: 10px;
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
  }
}

body:not(.fsComposeMode) .map-legend > header,
body:not(.fsComposeMode) .map-legend > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

body:not(.fsComposeMode) .map-legend > header .fsElementTitle {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 20px;
  color: #494949;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .map-legend > header .fsElementTitle {
    display: block;
    padding: 8px;
    margin: 0;
    position: relative;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    background: #c02e36;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-legend > header .fsElementTitle:after {
    display: block;
    content: '';
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .map-legend > footer {
    border: 5px solid lime;
    display: none;
  }
}

body:not(.fsComposeMode) .map-legend > footer > .fsElementFooterContent {
  display: none;
}

body:not(.fsComposeMode) .map-legend > .fsElementContent {
  padding-bottom: 15px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .map-legend > .fsElementContent {
    padding-bottom: 40px;
  }
}

body:not(.fsComposeMode) .map-legend.parking-points {
  display: none;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .map-legend.parking-points {
    display: block;
  }
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .map-legend.parking-points > header .fsElementTitle {
    background: #6f8134;
    color: #231f20;
  }
}

body:not(.fsComposeMode) .map-legend.parking-points > header .fsElementTitle:after {
  background: #6f8134;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .map-legend.athletics-points > header .fsElementTitle {
    background: #e51b24;
    color: #231f20;
  }
}

body:not(.fsComposeMode) .map-legend.athletics-points > header .fsElementTitle:after {
  background: #e51b24;
}

body:not(.fsComposeMode) .map-legend.athletics-points .fsStyleDefaultList li.fsListItem:before {
  height: 20px;
  width: 20px;
  text-align: center;
  background: #c02e36;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .map-legend.buildings-points > header .fsElementTitle {
    background: #fecc2f;
    color: #231f20;
  }
}

body:not(.fsComposeMode) .map-legend.buildings-points > header .fsElementTitle:after {
  background: #fecc2f;
}

body:not(.fsComposeMode) .map-legend.buildings-points .fsStyleDefaultList li.fsListItem:before {
  height: 20px;
  width: 20px;
  text-align: center;
  background: #000000;
  color: #494949;
  border-radius: 100%;
  border: 1px solid #fff;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .map-legend.dorms-points > header .fsElementTitle {
    background: #1fbcdb;
    color: #231f20;
  }
}

body:not(.fsComposeMode) .map-legend.dorms-points > header .fsElementTitle:after {
  background: #1fbcdb;
}

body:not(.fsComposeMode) .map-legend.dorms-points .fsStyleDefaultList li.fsListItem:before {
  height: 20px;
  width: 20px;
  text-align: center;
  background: #000000;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
}

body:not(.fsComposeMode) .map-legend .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

.map-legend.athletics-points .fsStyleDefaultList {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

@media (min-width: 700px) {
  .map-legend.athletics-points .fsStyleDefaultList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 1000px) {
  .map-legend.athletics-points .fsStyleDefaultList {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.map-legend.dorms-points .fsStyleDefaultList {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

@media (min-width: 700px) {
  .map-legend.dorms-points .fsStyleDefaultList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 1000px) {
  .map-legend.dorms-points .fsStyleDefaultList {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.map-legend.buildings-points .fsStyleDefaultList {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

@media (min-width: 700px) {
  .map-legend.buildings-points .fsStyleDefaultList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem {
  -webkit-column-break-inside: avoid-column;
  page-break-inside: avoid-column;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  border: none;
  position: relative;
  padding: 0;
  margin: 0 0 7px;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #494949;
}

body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 30px;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: normal;
  word-break: normal;
  padding-left: 25px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a:hover,
body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a:focus {
  color: #131313;
  text-decoration: underline !important;
}

body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a:hover span.marker,
body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a:hover span.text,
body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a:focus span.marker,
body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a:focus span.text {
  color: #131313;
}

body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a:before {
  display: none;
}

body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a span {
  font-weight: 500;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  line-height: 22px;
}

body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a span.marker {
  position: absolute;
  left: 0;
  color: #535252;
}

body:not(.fsComposeMode) .map-legend .fsStyleDefaultList > li.fsListItem > a span.text {
  position: relative;
  color: #000;
}

.coordinates-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
  background-color: #fff;
  color: #494949;
  padding: 10px;
}

@-webkit-keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes radiate-point-1 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
            transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8;
  }
}

@keyframes radiate-point-1 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
            transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8;
  }
}

@-webkit-keyframes radiate-point-2 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
            transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px;
  }
}

@keyframes radiate-point-2 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
            transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px;
  }
}