/*!
 * Salisbury School - default_18
 * @link: https://www.salisburyschool.org
 * Site Template: newclientcustom
 * Built By: Ryan Reese
 * Project Manager: Michelle Walker
 * Designer: Manny Vargas
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.0.0
 * Git Tag: 0ea1f23
 * Last built by: Jonathan Brooks
 */
@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=76c38b71-cf34-4c26-8a05-f8ddb6edf72e);@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=76c38b71-cf34-4c26-8a05-f8ddb6edf72e);@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=76c38b71-cf34-4c26-8a05-f8ddb6edf72e);@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@font-face {
  font-family: 'IcoMoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot) 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;
}

@font-face {
  font-family: "AvenirNextLTW01-Regular";
  src: url(fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot);
  src: url(fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot) format("eot"), url(fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2) format("woff2"), url(fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff) format("woff"), url(fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf) format("truetype");
}

@font-face {
  font-family: "Avenir Next LT W01 Demi";
  src: url(fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot);
  src: url(fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot) format("eot"), url(fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2) format("woff2"), url(fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff) format("woff"), url(fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf) format("truetype");
}

@font-face {
  font-family: "Avenir Next LT W01 Bold";
  src: url(fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot);
  src: url(fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot) format("eot"), url(fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2) format("woff2"), url(fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff) format("woff"), url(fonts/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf) format("truetype");
}

.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsFacebookFrom,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4445;
  color: #231F20;
}

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

.fsTitle > a:hover,
.fsAthleticsRosterList li > div.fsRosterName > a:hover,
.fsFacebookFrom > a:hover,
.fsVimeoTitle > a:hover,
.fsYoutubeTitle > a:hover,
.fsTitle > a:focus,
.fsAthleticsRosterList li > div.fsRosterName > a:focus,
.fsFacebookFrom > a:focus,
.fsVimeoTitle > a:focus,
.fsYoutubeTitle > a:focus {
  color: #231F20;
}

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  font-family: "Nunito Sans", sans-serif;
  color: #820024;
  margin-bottom: 40px;
}

h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  font-family: "Nunito Sans", sans-serif;
  color: #231F20;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  color: #820024;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  font-family: "Nunito Sans", sans-serif;
  color: #231F20;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  font-family: "Source Sans Pro", sans-serif;
  color: #820024;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-family: "Nunito Sans", sans-serif;
  color: #71777F;
  text-transform: uppercase;
  margin-bottom: 20px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #820024;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_50 td {
  padding: 11px 13px 14px;
  background-color: #E6E6E6;
  font-size: 1rem;
  line-height: 1.5625;
}

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

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_50 th {
  padding: 15px 13px 13px;
  text-align: left;
  background: #820024;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  font-family: "Nunito Sans", sans-serif;
}

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

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

.fsStyleSROnly {
  color: #000;
  background: #FFF;
}

.fsError {
  background: #820024;
}

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 60px;
}

.fsBannerLeft .fsElement,
.fsBannerRight .fsElement {
  margin-bottom: 80px;
}

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

.fsElement .fsElementTitle {
  margin-bottom: 30px;
  font-size: 1.75rem;
  line-height: 1.28572;
  color: #080909;
  text-transform: none;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

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

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

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

.fsList article:last-child {
  margin-bottom: 0;
}

.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: #231F20;
  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 #DCE0E9;
}

.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: #606060;
  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(96, 96, 96, 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: #606060;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #606060;
}

.fsDialogContent {
  max-height: 80vh;
}

.fs_style_43 {
  position: relative;
  display: inline-block;
  border-radius: 0 !important;
  border: 1px solid #820024;
  margin: 0 0 6px;
  padding: 14px 100px 13px 30px;
  background: #820024;
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3847;
  max-width: 252px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  font-weight: 700;
}

.fs_style_43:after {
  content: "\EA1E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 0.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FDBA4D;
}

.fs_style_43:hover,
.fs_style_43:focus,
.fsStateSelected .fs_style_43 {
  border-color: #FDBA4D;
  background: #FDBA4D;
  color: #820024;
  text-indent: 6px;
  text-decoration: none;
}

.fs_style_43:hover:after,
.fs_style_43:focus:after,
.fsStateSelected .fs_style_43:after {
  right: 18px;
  color: #820024;
}

.fs_style_44 {
  position: relative;
  display: inline-block;
  border-radius: 0 !important;
  border: 1px solid #FDBA4D;
  margin: 0 0 6px;
  padding: 14px 100px 13px 30px;
  background: #FDBA4D;
  color: #231F20;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3847;
  max-width: 252px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  font-weight: 700;
}

.fs_style_44:after {
  content: "\EA1E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 0.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #231F20;
}

.fs_style_44:hover,
.fs_style_44:focus,
.fsStateSelected .fs_style_44 {
  border-color: #231F20;
  background: #231F20;
  color: #FDBA4D;
  text-indent: 6px;
  text-decoration: none;
}

.fs_style_44:hover:after,
.fs_style_44:focus:after,
.fsStateSelected .fs_style_44:after {
  right: 18px;
  color: #FDBA4D;
}

.fs_style_44:after {
  color: #820024;
}

.fs_style_45 {
  position: relative;
  display: inline-block;
  border-radius: 0 !important;
  border: 1px solid #820024;
  margin: 0 0 6px;
  padding: 14px 100px 13px 30px;
  background: transparent;
  color: #231F20;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3847;
  max-width: 252px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  font-weight: 700;
}

.fs_style_45:after {
  content: "\EA1E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 0.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #820024;
}

.fs_style_45:hover,
.fs_style_45:focus,
.fsStateSelected .fs_style_45 {
  border-color: #820024;
  background: #820024;
  color: transparent;
  text-indent: 6px;
  text-decoration: none;
}

.fs_style_45:hover:after,
.fs_style_45:focus:after,
.fsStateSelected .fs_style_45:after {
  right: 18px;
  color: transparent;
}

.fs_style_45:hover,
.fs_style_45:focus {
  color: #FFF;
}

.fs_style_45:hover:after,
.fs_style_45:focus:after {
  color: #FFF;
}

.fs_style_46 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #820024;
  margin: 0 0 20px;
  padding: 26px 20px 24px;
  background: #820024;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.35295;
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-weight: 700;
}

.fs_style_46:hover,
.fs_style_46:focus {
  background: #FDBA4D;
  border-color: #FDBA4D;
  color: #231F20;
  text-decoration: none;
}

.fs_style_46 em {
  display: block;
  margin: 4px 0 0;
  opacity: 0.7;
  font-style: normal;
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}

.fs_style_47 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #FDBA4D;
  margin: 0 0 20px;
  padding: 26px 20px 24px;
  background: #FDBA4D;
  color: #231F20;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.35295;
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-weight: 700;
}

.fs_style_47:hover,
.fs_style_47:focus {
  background: #FDBA4D;
  border-color: #FDBA4D;
  color: #231F20;
  text-decoration: none;
}

.fs_style_47 em {
  display: block;
  margin: 4px 0 0;
  opacity: 0.7;
  font-style: normal;
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}

.fs_style_47:hover,
.fs_style_47:focus {
  background: #231F20;
  border-color: #231F20;
  color: #FDBA4D;
}

.fs_style_48 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #231F20;
  margin: 0 0 20px;
  padding: 26px 20px 24px;
  background: #231F20;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.35295;
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-weight: 700;
}

.fs_style_48:hover,
.fs_style_48:focus {
  background: #FDBA4D;
  border-color: #FDBA4D;
  color: #231F20;
  text-decoration: none;
}

.fs_style_48 em {
  display: block;
  margin: 4px 0 0;
  opacity: 0.7;
  font-style: normal;
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}

.fs_style_49 {
  position: relative;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #820024;
  margin: 0 0 20px;
  padding: 26px 20px 24px;
  background: transparent;
  color: #820024;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.35295;
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-weight: 700;
}

.fs_style_49:hover,
.fs_style_49:focus {
  background: #FDBA4D;
  border-color: #FDBA4D;
  color: #231F20;
  text-decoration: none;
}

.fs_style_49 em {
  display: block;
  margin: 4px 0 0;
  opacity: 0.7;
  font-style: normal;
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}

.fs_style_49:hover,
.fs_style_49:focus {
  background: #820024;
  border-color: #820024;
  color: #FFF;
}

.fs_style_41,
.fs_style_42 {
  background: #820024;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.4516;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 11px 20px 7px 56px;
  margin-bottom: 6px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}

.fs_style_41:before,
.fs_style_42:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  color: #FDBA4D;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fs_style_41:hover,
.fs_style_41:focus,
.fs_style_42:hover,
.fs_style_42:focus {
  background: #FDBA4D;
  color: #820024;
  text-decoration: none;
}

.fs_style_41:hover:before,
.fs_style_41:focus:before,
.fs_style_42:hover:before,
.fs_style_42:focus:before {
  color: #820024;
}

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

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

.fsStyleDefaultButton {
  position: relative;
  display: inline-block;
  border-radius: 0 !important;
  border: 1px solid #820024;
  margin: 0 0 6px;
  padding: 14px 100px 13px 30px;
  background: #820024;
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3847;
  max-width: 252px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  font-weight: 700;
}

.fsStyleDefaultButton:after {
  content: "\EA1E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 0.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FDBA4D;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  border-color: #FDBA4D;
  background: #FDBA4D;
  color: #820024;
  text-indent: 6px;
  text-decoration: none;
}

.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:after {
  right: 18px;
  color: #820024;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  border: 1px solid #820024;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus {
  border-color: #FDBA4D;
}

.fsStyleUpdateButton {
  position: relative;
  display: inline-block;
  border-radius: 0 !important;
  border: 1px solid #820024;
  margin: 0 0 6px;
  padding: 14px 100px 13px 30px;
  background: #820024;
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3847;
  max-width: 252px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  font-weight: 700;
}

.fsStyleUpdateButton:after {
  content: "\EA1E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 0.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FDBA4D;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  border-color: #FDBA4D;
  background: #FDBA4D;
  color: #820024;
  text-indent: 6px;
  text-decoration: none;
}

.fsStyleUpdateButton:hover:after,
.fsStyleUpdateButton:focus:after,
.fsStateSelected .fsStyleUpdateButton:after {
  right: 18px;
  color: #820024;
}

input.fsStyleUpdateButton {
  text-align: center;
  width: auto;
  max-width: 100%;
  padding: 14px 30px 13px;
}

input.fsStyleUpdateButton:hover,
input.fsStyleUpdateButton:focus {
  text-indent: 0;
}

.fs_style_39 {
  font-size: 1.875em;
  line-height: 1.4em;
  display: block;
  font-family: "Nunito Sans", sans-serif;
  color: #231F20;
  margin-bottom: 50px;
}

blockquote {
  font-size: 1.625rem;
  line-height: 1.5;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #080909;
  text-align: center;
  margin: 0 0 40px;
  padding-left: 26px;
  position: relative;
}

blockquote:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: calc(100% - 16px);
  background: #FDBA4D;
}

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

blockquote:last-child {
  margin-bottom: 0;
}

cite {
  display: block;
  margin: 20px 0 0;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.66px;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  color: #231F20;
}

.fsBannerLeft cite,
.fsBannerRight cite,
.fsStyleOneThird cite,
.fsTwoColumnLayout cite,
.fsThreeColumnLayout > .fsDiv cite,
.fsFourColumnLayout > .fsDiv cite {
  font-size: 0.875rem;
  line-height: 1.3572;
}

cite:before {
  content: '- ';
}

.fs_style_40 {
  display: block;
  padding-left: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6875rem;
  line-height: 1.5556;
  font-weight: 600;
  color: #4E5255;
  position: relative;
}

.fs_style_40:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: calc(100% - 16px);
  background: #820024;
}

.fsResourceElement.fsSingleItem picture {
  display: inline-block;
  position: relative;
}

.fsResourceElement.fsSingleItem picture:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 21px;
  width: calc(100% - 41px);
  height: calc(100% - 39px);
  border: 1px solid #FAB947;
}

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

.fsResourceElement.fsSingleItem figcaption {
  margin-top: 8px;
  font-size: 0.9375rem;
  line-height: 1.46667;
  font-weight: 600;
  color: #231F20;
  font-family: "Nunito Sans", sans-serif;
}

@media (max-width: 599px) {
  .mobile-hide {
    display: none !important;
  }
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #231F20;
  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 {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: none;
}

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

.fsBreadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.fsBreadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  line-height: 1.333;
  font-family: "Nunito Sans", sans-serif;
  color: #820024;
  font-weight: 700;
}

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

.fsBreadcrumb ul li a {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  color: #231F20;
  font-weight: 700;
}

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

.fsBreadcrumb ul li span {
  margin-left: 10px;
  color: #A76702;
  font-size: 0;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

.nav-tier {
  background: rgba(224, 224, 224, 0.5);
  padding: 19px 20px;
  display: none;
}

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

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

.nav-tier nav {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

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

.nav-tier ul li a {
  display: block;
  padding: 15px 22px;
  color: #231F20;
  background: transparent;
  font-size: 1rem;
  line-height: 1.375;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #231F20;
  background: #FDBA4D;
  text-decoration: none;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #231F20;
  background: #FDBA4D;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #231F20;
  background: #FDBA4D;
}

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

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #231F20;
  background: #FDBA4D;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #231F20;
  background: #FDBA4D;
}

.nav-sub {
  border: 1px solid rgba(151, 151, 151, 0.38);
  display: none;
}

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

.nav-sub > header .fsElementTitle {
  position: relative;
  margin-top: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  font-family: "Source Sans Pro", sans-serif;
  color: #820024;
  margin-bottom: 20px;
  margin-bottom: 0;
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  color: #FFF;
  background-color: #820024;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

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

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

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

.nav-sub > header .fsElementTitle:after {
  content: "\E900";
  line-height: 1;
  margin: 0;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 10px;
  width: 16px;
  text-align: center;
  font-family: "IcoMoon";
}

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

.nav-sub > .fsElementContent ul li a {
  display: block;
  color: #737373;
  background: transparent;
  font-size: 15px;
  line-height: 24px;
  border-left: 3px solid #FDBA4D;
  padding: 7px 0 8px 17px;
  position: relative;
}

.nav-sub > .fsElementContent ul li a:hover,
.nav-sub > .fsElementContent ul li a:focus {
  color: #48545F;
  background: transparent;
  text-decoration: none;
}

.nav-sub > .fsElementContent ul li.active > a {
  color: #5E5E5E;
}

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

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

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

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

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

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

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

.nav-sub > .fsElementContent .drop-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #6E747C;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0;
  line-height: 1;
}

.nav-sub > .fsElementContent .drop-trigger:before {
  content: "+";
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  display: block;
}

.nav-sub > .fsElementContent .drop-trigger.expanded:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-size: 0.6875rem;
}

.nav-sub > .fsElementContent .fsNavLevel1 {
  padding: 22px 30px 23px;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li {
  border-bottom: 1px solid #DCE0E9;
  padding-bottom: 12px;
  margin-bottom: 14px;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li > a {
  font-size: 16px;
  padding-left: 0px;
  color: #02162A;
  border: 0;
  padding: 0;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li > a:hover,
.nav-sub > .fsElementContent .fsNavLevel1 > li > a:focus {
  color: #5E5E5E;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li > .fsNavPageInfo {
  padding-top: 6px;
  padding-bottom: 11px;
}

.nav-sub > .fsElementContent .fsNavLevel2 .fsNavPageInfo {
  padding-left: 20px;
}

.nav-sub > .fsElementContent .fsNavLevel2 > li:first-child > a {
  padding-top: 12px;
}

.nav-sub > .fsElementContent .fsNavLevel3 li.fsNavCurrentPage > a,
.nav-sub > .fsElementContent .fsNavLevel3 li.fsNavCurrentPageAncestor > a {
  color: #820024;
}

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

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

@media (min-width: 800px) {
  .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: 800px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

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

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

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

.fsHeader .nav-sub nav {
  background: #eee;
}

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

.nav-main {
  background: #820024;
}

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

@media (min-width: 1000px) {
  .fsHeader .nav-main {
    display: block;
    padding: 0 33px 0 26px;
  }
}

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 72.0625em;
    max-width: 72.0625rem;
    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;
  }
}

.nav-main .fsNavLevel1 > li {
  position: relative;
}

.nav-main .fsNavLevel1 > li:hover > a,
.nav-main .fsNavLevel1 > li.menu-item-open > a {
  color: #fff;
  text-decoration: none;
}

.nav-main .fsNavLevel1 > li:hover > a:after,
.nav-main .fsNavLevel1 > li.menu-item-open > a:after {
  background: #FBB947;
  height: 5px;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

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

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

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
  background: #FBB947;
  height: 5px;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #fff;
  padding: 15px 0px 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  line-height: 1.1875;
  position: relative;
}

.nav-main .fsNavLevel1 > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 0;
  -webkit-transform: translateX(-50%) scale(0.8);
      -ms-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #fff;
  text-decoration: none;
}

.nav-main .fsNavLevel1 > li > a:focus:after {
  background: #FBB947;
  height: 5px;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.nav-main .fsNavPageInfo {
  padding-top: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 300;
  width: 318px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .nav-main .fsNavLevel1 > li:first-child > .fsNavPageInfo {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .nav-main .fsNavLevel1 > li:last-child > .fsNavPageInfo {
    left: auto;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.nav-main .fsNavLevel2 {
  background: #820024;
  padding: 27px 35px 30px 32px;
}

.nav-main .fsNavLevel2 li:not(:last-child) {
  margin-bottom: 22px;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2143;
  font-weight: 900;
  letter-spacing: 1.4px;
}

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

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

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

.drawer-ribbon.fsElement .mobile-toggle {
  margin: 0;
  padding: 0 45px 0 15px;
  border: 0;
  background: #820024;
  display: block;
  font-weight: 600;
  height: 40px;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.drawer-ribbon.fsElement .mobile-toggle:hover,
.drawer-ribbon.fsElement .mobile-toggle:focus {
  background: #231F20;
}

.drawer-ribbon.fsElement .mobile-toggle:before,
.drawer-ribbon.fsElement .mobile-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 3px;
  background: #FFF;
}

.drawer-ribbon.fsElement .mobile-toggle:before {
  margin-top: -0.46875rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

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

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

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

#fsMenu .drawer-ribbon.fsElement .mobile-toggle {
  font-size: 0;
  width: 40px;
  padding: 0;
}

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
      -ms-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
  top: 0;
  min-height: 100%;
  background: #820024;
  z-index: 5000;
}

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

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

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

#fsMenu .mobile-header-wrapper > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #FFF;
  padding: 19px 15px 20px;
}

#fsMenu .portal-login a {
  background: #FDBA4D;
  color: #231F20;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 1.2143;
  padding: 13px 17px 11px 50px;
  display: table;
  text-transform: uppercase;
  position: relative;
}

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

#fsMenu .portal-login a:before {
  content: "\E987";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 26px;
  font-size: 1.125rem;
  line-height: 1;
}

#fsMenu .site-search {
  margin-left: 13px;
}

#fsMenu .site-search.search-open > .fsElementContent,
#fsMenu .site-search.search-open > footer {
  -webkit-transform: rotateX(0) scale(1);
          transform: rotateX(0) scale(1);
  opacity: 1;
  top: 0;
}

#fsMenu .site-search.search-open > footer {
  -webkit-transition: 0.3s all 0.2s ease;
  transition: 0.3s all 0.2s ease;
}

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

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

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

#fsMenu .site-search > header .fsElementHeaderContent button:before {
  content: "\EA13";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.125rem;
}

#fsMenu .site-search > .fsElementContent {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  background: rgba(130, 0, 36, 0.96);
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 16px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotateX(40deg) scale(0.8);
          transform: rotateX(40deg) scale(0.8);
  opacity: 0;
}

#fsMenu .site-search form {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 4px solid #F0F0F0;
}

#fsMenu .site-search form label {
  width: 100%;
  font-size: 0;
  line-height: 1;
  text-indent: -9999px;
  color: #FFF;
}

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

#fsMenu .site-search form .fsSearchElementKeyword input {
  padding: 5px 30px 5px 0;
  background: transparent;
  border: 0;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.3572;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  border-radius: 0 !important;
}

#fsMenu .site-search form .fsSearchElementKeyword input::-webkit-input-placeholder {
  color: #FFF;
}

#fsMenu .site-search form .fsSearchElementKeyword input:-moz-placeholder {
  color: #FFF;
}

#fsMenu .site-search form .fsSearchElementKeyword input::-moz-placeholder {
  color: #FFF;
}

#fsMenu .site-search form .fsSearchElementKeyword input:-ms-input-placeholder {
  color: #FFF;
}

#fsMenu .site-search form .fsSearchElementKeyword input::-ms-input-placeholder {
  color: #FFF;
}

#fsMenu .site-search form .fsSearchElementKeyword input::placeholder {
  color: #FFF;
}

#fsMenu .site-search form .fsSearchElementKeyword .fsButtonClear span {
  background: #000;
  color: #FFF;
}

#fsMenu .site-search form .fsSearchElementSearchButton {
  width: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  max-width: 100%;
  letter-spacing: normal;
  font-weight: normal;
  text-align: center;
  font-size: 0;
  line-height: 1;
}

#fsMenu .site-search form .fsSearchElementSearchButton:hover,
#fsMenu .site-search form .fsSearchElementSearchButton:focus {
  text-indent: 0;
  color: #FDBA4D;
}

#fsMenu .site-search form .fsSearchElementSearchButton:before {
  content: "\EA13";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.875rem;
}

#fsMenu .site-search form .fsSearchElementSearchButton:after {
  content: normal;
}

#fsMenu .site-search > footer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotateX(40deg) scale(0.8);
          transform: rotateX(40deg) scale(0.8);
  opacity: 0;
}

#fsMenu .site-search > footer .fsElementFooterContent {
  margin: 0;
}

#fsMenu .site-search > footer .fsElementFooterContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background: #FBB947 !important;
  color: #820024;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#fsMenu .site-search > footer .fsElementFooterContent button:hover,
#fsMenu .site-search > footer .fsElementFooterContent button:focus {
  background: #231F20 !important;
  color: #FDBA4D;
}

#fsMenu .site-search > footer .fsElementFooterContent button:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 0.8125rem;
}

#fsMenu .drawer-ribbon {
  margin-left: 12px;
}

#fsMenu .nav-main-mobile {
  width: 100%;
  overflow: hidden;
  padding: 23px 16px 29px;
}

#fsMenu .nav-main-mobile .drop-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: -6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #FDBA4D;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0;
  line-height: 1;
  letter-spacing: normal;
  width: 20px;
  height: 20px;
}

#fsMenu .nav-main-mobile .drop-trigger:before {
  content: "+";
  font-size: 1.25rem;
  display: block;
}

#fsMenu .nav-main-mobile .drop-trigger.expanded:before {
  content: "-";
}

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

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

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

#fsMenu .nav-main-mobile .fsNavLevel1 li a {
  color: #FFF;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  position: relative;
}

#fsMenu .nav-main-mobile .fsNavLevel1 li a:hover,
#fsMenu .nav-main-mobile .fsNavLevel1 li a:focus {
  color: #FDBA4D;
  text-decoration: none;
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F7C977;
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li:last-child {
  margin-bottom: 0;
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li > a {
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 2.25px;
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li > a > .drop-trigger:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

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

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

#fsMenu .nav-main-mobile .fsNavLevel2 > li.active {
  margin-bottom: 14px;
}

#fsMenu .nav-main-mobile .fsNavLevel2 > li > a {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
}

#fsMenu .nav-main-mobile .fsNavLevel2 .fsNavPageInfo {
  background: #63021D;
  padding: 17px 0 20px 20px;
  margin-top: 16px;
  position: relative;
}

#fsMenu .nav-main-mobile .fsNavLevel2 .fsNavPageInfo:before,
#fsMenu .nav-main-mobile .fsNavLevel2 .fsNavPageInfo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 9999px;
  height: 100%;
  background: #63021D;
}

#fsMenu .nav-main-mobile .fsNavLevel2 .fsNavPageInfo:after {
  left: auto;
  right: 100%;
}

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

#fsMenu .nav-main-mobile .fsNavLevel3 > li > a {
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: none;
  font-weight: normal;
}

#fsMenu .nav-main-mobile .fsNavPageInfo {
  display: none;
  padding: 24px 0 5px 13px;
}

#fsMenu .nav-utility-header {
  width: 100%;
  padding: 0 16px 23px;
}

#fsMenu .nav-utility-header .fsNavLevel1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#fsMenu .nav-utility-header .fsNavLevel1 li[class*="fsNavCurrentPage"] a {
  color: #FDBA4D;
}

#fsMenu .nav-utility-header .fsNavLevel1 li:not(:last-child) {
  margin: 0 0 20px 0;
}

#fsMenu .nav-utility-header .fsNavLevel1 li.icon-gradhat > a:before {
  font-size: 0.625rem;
}

#fsMenu .nav-utility-header .fsNavLevel1 li a {
  color: #FFF;
}

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

#fsMenu .nav-utility-header .fsNavLevel1 li a:before {
  width: 18px;
  margin-right: 13px;
  text-align: center;
}

.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;
  vertical-align: bottom;
}

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 [href*='facebook']:hover:before,
.nav-social .fsNavLevel1 [href*='facebook']:focus:before {
  -webkit-transform: scale(1.05) translate(-50%, -50%);
      -ms-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%);
}

.nav-social .fsNavLevel1 [href*='instagram']:hover:before,
.nav-social .fsNavLevel1 [href*='instagram']:focus:before {
  -webkit-transform: scale(1.05) translate(-50%, -50%);
      -ms-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%);
}

.nav-social .fsNavLevel1 [href*='twitter']:hover:before,
.nav-social .fsNavLevel1 [href*='twitter']:focus:before {
  -webkit-transform: scale(1.05) translate(-50%, -50%);
      -ms-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%);
}

.nav-social .fsNavLevel1 [href*='youtube']:hover:before,
.nav-social .fsNavLevel1 [href*='youtube']:focus:before {
  -webkit-transform: scale(1.05) translate(-50%, -50%);
      -ms-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%);
}

.nav-social .fsNavLevel1 [href*='smugmug']:hover:before,
.nav-social .fsNavLevel1 [href*='smugmug']:focus:before {
  -webkit-transform: scale(1.05) translate(-50%, -50%);
      -ms-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%);
}

.nav-social .fsNavLevel1 [href*='alumni']:hover:before,
.nav-social .fsNavLevel1 [href*='alumni']:focus:before {
  -webkit-transform: scale(1.05) translate(-50%, -50%);
      -ms-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%);
}

.nav-social .fsNavLevel1 a {
  font-size: 0;
  line-height: 1;
  padding: 0;
  color: #FFF;
  position: relative;
  background: #820024;
  height: 38px;
  width: 38px;
  border: 1px solid #820024;
}

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

.nav-social .fsNavLevel1 li.alumni a {
  background: url(images/letter-s.svg) center;
  background-size: 100% 100%;
  text-indent: -9999px;
}

.nav-social .fsNavLevel1 li.alumni a:hover,
.nav-social .fsNavLevel1 li.alumni a:focus {
  background-size: 105% 105%;
}

.nav-utility-header .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.nav-utility-header .fsNavLevel1 li.icon-sun > a:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 6px;
}

.nav-utility-header .fsNavLevel1 li.icon-gradhat > a:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 6px;
}

.nav-utility-header .fsNavLevel1 li.icon-parents > a:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.75rem;
  margin-right: 9px;
}

.nav-utility-header .fsNavLevel1 li.icon-calendar > a:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.75rem;
  margin-right: 12px;
}

.nav-utility-header .fsNavLevel1 li a {
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.2143;
  color: #4A4A4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-utility-header .fsNavLevel1 li a:hover,
.nav-utility-header .fsNavLevel1 li a:focus {
  color: #820024;
  text-decoration: none;
}

.nav-utility-header .fsNavLevel1 li a:before {
  line-height: 1;
  color: #FDBA4D;
}

.nav-utility-footer .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-utility-footer .fsNavLevel1 li {
  position: relative;
}

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

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

.nav-utility-footer .fsNavLevel1 li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #FBB947;
}

.nav-utility-footer .fsNavLevel1 li a {
  padding: 0;
  color: #FFF;
  font-weight: 600;
  font-family: "Crimson Text", serif;
  font-size: 0.875rem;
  line-height: 1.28572;
}

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

#fsHeader {
  background: #FFF;
  position: relative;
}

@media (min-width: 1200px) {
  body.header-fixed #fsHeader .top-header {
    border-bottom: 50px solid #820024;
  }

  body.header-fixed #fsHeader .logo,
  body.header-fixed #fsHeader .nav-main {
    background: rgba(255, 255, 255, 0.97);
    position: fixed;
    top: 0;
    z-index: 1000;
    -webkit-transition: 0.5s top;
    transition: 0.5s top;
    border-bottom: 2px solid #E0E0E0;
  }

  body.header-fixed #fsHeader .logo {
    left: 0;
    width: 309px;
    padding: 7px 0 8px 23px;
  }

  body.header-fixed #fsHeader .logo img {
    height: 75px;
  }

  body.header-fixed #fsHeader .nav-main {
    left: 309px;
    width: calc(100% - 309px);
    padding: 21px 13px 21px 20px;
  }
}

@media (min-width: 1200px) and (min-width: 1300px) {
  body.header-fixed #fsHeader .nav-main {
    padding: 21px 13px 21px 40px;
  }
}

@media (min-width: 1200px) {
  body.header-fixed #fsHeader .nav-main nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  body.header-fixed #fsHeader .nav-main .fsNavLevel1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    max-width: 100%;
  }

  body.header-fixed #fsHeader .nav-main .fsNavLevel1 > li:first-child > .fsNavPageInfo {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  body.header-fixed #fsHeader .nav-main .fsNavLevel1 > li:last-child > .fsNavPageInfo {
    left: auto;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  body.header-fixed #fsHeader .nav-main .fsNavLevel1 > li > a {
    color: #231F20;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.875rem;
    line-height: 1.2143;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 1200px) and (min-width: 1300px) {
  body.header-fixed #fsHeader .nav-main .fsNavLevel1 > li > a {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (min-width: 1200px) and (min-width: 1400px) {
  body.header-fixed #fsHeader .nav-main .fsNavLevel1 > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 1200px) {
  body.header-fixed.fsAccountBarVisible #fsHeader .logo,
  body.header-fixed.fsAccountBarVisible #fsHeader .nav-main {
    top: 45px;
  }
}

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

#fsHeader .skip-link a {
  position: absolute;
  top: -40px;
  left: 0px;
  color: #FFF;
  padding: 5px 10px;
  background: #820024;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 9999;
  font-size: 1rem;
}

#fsHeader .skip-link a:focus {
  top: 0px;
  color: #FFF;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
  text-decoration: none;
}

@media (min-width: 700px) {
  #fsHeader .drawer-ribbon {
    margin-left: 10px;
  }
}

#fsHeader .top-header > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px 12px 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  #fsHeader .top-header > .fsElementContent {
    padding: 22px 34px 21px 28px;
  }
}

@media (min-width: 1000px) {
  #fsHeader .top-header > .fsElementContent {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 113px;
    padding: 8px 33px 7px 26px;
  }
}

#fsHeader .logo {
  top: -90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

#fsHeader .logo img {
  height: 58px;
  position: relative;
}

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

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

@media (min-width: 700px) {
  #fsHeader .util-top > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1000px) {
  #fsHeader .util-top > .fsElementContent {
    padding-top: 7px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

@media (min-width: 1000px) {
  #fsHeader .nav-utility-header {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

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

#fsHeader .site-search {
  display: none;
}

@media (min-width: 700px) {
  #fsHeader .site-search {
    display: block;
    margin-left: 13px;
  }
}

#fsHeader .site-search.search-open > .fsElementContent,
#fsHeader .site-search.search-open > footer {
  -webkit-transform: rotateX(0) scale(1);
          transform: rotateX(0) scale(1);
  opacity: 1;
  top: 0;
}

#fsHeader .site-search.search-open > footer {
  -webkit-transition: 0.3s all 0.2s ease;
  transition: 0.3s all 0.2s ease;
}

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

#fsHeader .site-search > header .fsElementHeaderContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 41px;
  height: 41px;
  display: block;
  background: #231F20;
  color: #FFF;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

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

#fsHeader .site-search > header .fsElementHeaderContent button:before {
  content: "\EA13";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.125rem;
}

#fsHeader .site-search > .fsElementContent {
  position: absolute;
  top: -117px;
  left: 0;
  width: 100%;
  background: rgba(130, 0, 36, 0.96);
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px 13px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotateX(40deg) scale(0.8);
          transform: rotateX(40deg) scale(0.8);
  opacity: 0;
}

@media (min-width: 1000px) {
  #fsHeader .site-search > .fsElementContent {
    top: -163px;
    padding: 37px 20px 43px;
  }
}

#fsHeader .site-search form {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 4px solid #F0F0F0;
}

#fsHeader .site-search form label {
  width: 100%;
  font-size: 0;
  line-height: 1;
  text-indent: -9999px;
  color: #FFF;
}

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

@media (min-width: 1000px) {
  #fsHeader .site-search form .fsSearchElementKeyword {
    width: calc(100% - 64px);
  }
}

#fsHeader .site-search form .fsSearchElementKeyword input {
  padding: 11px 30px 11px 0;
  background: transparent;
  border: 0;
  color: #FFF;
  font-size: 1.3125rem;
  line-height: 1.3572;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  border-radius: 0 !important;
}

@media (min-width: 1000px) {
  #fsHeader .site-search form .fsSearchElementKeyword input {
    font-size: 2.625rem;
  }
}

#fsHeader .site-search form .fsSearchElementKeyword input::-webkit-input-placeholder {
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementKeyword input:-moz-placeholder {
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementKeyword input::-moz-placeholder {
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementKeyword input:-ms-input-placeholder {
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementKeyword input::-ms-input-placeholder {
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementKeyword input::placeholder {
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementKeyword .fsButtonClear span {
  background: #000;
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementSearchButton {
  width: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  max-width: 100%;
  letter-spacing: normal;
  font-weight: normal;
  text-align: center;
  font-size: 0;
  line-height: 1;
}

@media (min-width: 1000px) {
  #fsHeader .site-search form .fsSearchElementSearchButton {
    width: 64px;
  }
}

#fsHeader .site-search form .fsSearchElementSearchButton:hover,
#fsHeader .site-search form .fsSearchElementSearchButton:focus {
  text-indent: 0;
  color: #FDBA4D;
}

#fsHeader .site-search form .fsSearchElementSearchButton:before {
  content: "\EA13";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.3125rem;
}

@media (min-width: 1000px) {
  #fsHeader .site-search form .fsSearchElementSearchButton:before {
    font-size: 2.625rem;
  }
}

#fsHeader .site-search form .fsSearchElementSearchButton:after {
  content: normal;
}

#fsHeader .site-search > footer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotateX(40deg) scale(0.8);
          transform: rotateX(40deg) scale(0.8);
  opacity: 0;
}

#fsHeader .site-search > footer .fsElementFooterContent {
  margin: 0;
}

#fsHeader .site-search > footer .fsElementFooterContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  background: #FBB947 !important;
  color: #820024;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#fsHeader .site-search > footer .fsElementFooterContent button:hover,
#fsHeader .site-search > footer .fsElementFooterContent button:focus {
  background: #231F20 !important;
  color: #FDBA4D;
}

#fsHeader .site-search > footer .fsElementFooterContent button:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 1.125rem;
}

#fsHeader .site-search.new-search {
  display: none;
}

@media (min-width: 1000px) {
  #fsHeader .site-search.new-search {
    display: block;
  }
}

#fsHeader .site-search.new-search > .fsElementContent {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding: 0;
}

#fsHeader .site-search.new-search > .fsElementContent form {
  border-bottom: 0;
  height: 41px;
  width: 278px;
}

#fsHeader .site-search.new-search > .fsElementContent form .fsSearchElementKeyword {
  height: 100%;
  width: calc(100% - 41px);
}

#fsHeader .site-search.new-search > .fsElementContent form .fsSearchElementKeyword input {
  background: #231F20;
  color: #fff;
  height: 100%;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 1.2143;
  text-transform: uppercase;
  padding-left: 18px;
  padding-top: 1px;
  padding-bottom: 0;
}

#fsHeader .site-search.new-search > .fsElementContent form .fsSearchElementSearchButton {
  height: 100%;
  background: #231F20;
  width: 41px;
}

#fsHeader .site-search.new-search > .fsElementContent form .fsSearchElementSearchButton:before {
  font-size: 18px;
}

#fsHeader .portal-login {
  display: none;
}

@media (min-width: 700px) {
  #fsHeader .portal-login {
    display: block;
  }
}

#fsHeader .portal-login a {
  background: #FDBA4D;
  color: #231F20;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 1.2143;
  padding: 13px 17px 11px 50px;
  display: table;
  text-transform: uppercase;
  position: relative;
  height: 41px;
}

@media (min-width: 1000px) {
  #fsHeader .portal-login a {
    padding: 13px 21px 11px 50px;
  }
}

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

#fsHeader .portal-login a:before {
  content: "\E987";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 26px;
  font-size: 1.125rem;
  line-height: 1;
}

#fsHeader .nav-main {
  top: -90px;
}

.interior-hero.fsElement picture {
  display: block;
}

.interior-hero.fsElement picture:before {
  content: normal;
}

.interior-hero.fsElement img {
  width: 100%;
}

#fsFooter {
  color: #FFF;
}

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

#fsFooter .back-to-top {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 3000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

#fsFooter .back-to-top.show {
  right: 20px;
  opacity: 1;
}

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

#fsFooter .back-to-top button {
  margin: 0;
  border: 0;
  background: #000;
  padding: 5px;
  text-transform: uppercase;
  color: #FDBA4D;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.08334;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  display: block;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

#fsFooter .back-to-top button:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  #fsFooter .top-footer > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#fsFooter .site-info {
  background: #D5D6D9;
  color: rgba(0, 0, 0, 0.6);
  padding: 23px 16px 30px;
}

@media (min-width: 700px) {
  #fsFooter .site-info {
    padding: 41px 35px 38px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .site-info {
    width: 50.83333%;
    padding: 52px 35px 37px;
  }
}

@media (min-width: 700px) {
  #fsFooter .site-info > .fsElementContent {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1000px) {
  #fsFooter .site-info > .fsElementContent {
    display: block;
  }
}

#fsFooter .map {
  display: none;
}

@media (min-width: 1000px) {
  #fsFooter .map {
    display: block;
    background-size: cover;
    background-position: center;
    width: 49.16667%;
  }
}

#fsFooter .tagline {
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: 600;
  text-align: center;
  margin-bottom: 17px;
}

@media (min-width: 700px) {
  #fsFooter .tagline {
    font-size: 1.125rem;
    line-height: 1.55556;
    max-width: 544px;
    margin-bottom: 26px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .tagline {
    max-width: 408px;
    text-align: left;
    margin-bottom: 34px;
  }
}

#fsFooter .bottom-footer > .fsElementContent {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 16px 1px;
  border-top: 4px solid #FBB947;
}

@media (min-width: 700px) {
  #fsFooter .bottom-footer > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 12px 35px;
  }
}

#fsFooter .nav-social .fsNavLevel1 {
  text-align: center;
}

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

#fsFooter .copyright {
  font-weight: 600;
  font-family: "Crimson Text", serif;
  font-size: 0.75rem;
  line-height: 1.28572;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 8px;
}

@media (min-width: 700px) {
  #fsFooter .copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}

#fsFooter .nav-utility-footer {
  margin-bottom: 10px;
}

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

#fsFooter .school-details {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  position: relative;
  margin-bottom: 20px;
  padding-top: 75px;
  text-align: center;
}

@media (min-width: 700px) {
  #fsFooter .school-details {
    padding-top: 0;
    padding-left: 118px;
    font-size: 1.125rem;
    line-height: 1.6667;
    margin-bottom: 21px;
    text-align: left;
  }
}

@media (min-width: 1000px) {
  #fsFooter .school-details {
    margin-bottom: 25px;
  }
}

#fsFooter .school-details:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 66px;
  background: url("/uploaded/themes/default_18/images/Crest-2020.png") no-repeat;
  background-size: cover;
}

@media (min-width: 700px) {
  #fsFooter .school-details:before {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 90px;
    height: 99px;
  }
}

#fsFooter .school-details [itemprop='name'] {
  color: #820024;
  font-size: 1.625rem;
  line-height: 1.1154;
  font-weight: normal;
  margin-bottom: 2px;
  background-image: url(images/salisbury-school-text.svg);
  background-repeat: no-repeat;
  background-size: 242px 18px;
  background-position: center 5px;
  text-indent: -9999px;
}

@media (min-width: 700px) {
  #fsFooter .school-details [itemprop='name'] {
    font-size: 2.125rem;
    line-height: 1.0883;
    margin-bottom: 7px;
    padding-left: 2px;
    background-size: 309px 23px;
    background-position: 0 9px;
  }
}

#fsFooter .school-details [itemprop='address']:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #820024;
  font-size: 1rem;
  padding-left: 3px;
  margin-right: 13px;
  vertical-align: bottom;
}

@media (min-width: 700px) {
  #fsFooter .school-details [itemprop='address']:before {
    vertical-align: top;
  }
}

#fsFooter .school-details [itemprop='telephone'] {
  display: inline-block;
  padding-right: 9px;
  margin-right: 7px;
  position: relative;
}

@media (min-width: 700px) {
  #fsFooter .school-details [itemprop='telephone'] {
    padding-right: 10px;
    margin-right: 10px;
  }
}

#fsFooter .school-details [itemprop='telephone']:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #820024;
  font-size: 1rem;
  margin-right: 12px;
  vertical-align: top;
  position: relative;
  top: -1px;
}

#fsFooter .school-details [itemprop='telephone']:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 13px;
  background: #606060;
}

@media (min-width: 700px) {
  #fsFooter .school-details [itemprop='telephone']:after {
    top: 5px;
    background: #FDBA4D;
    height: 16px;
  }
}

#fsFooter .school-details [itemprop='faxNumber'] {
  display: inline-block;
}

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

/*! structure - layouts v0.0.1 */

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

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

html {
  font-family: "Crimson Text", serif;
  background: #2D2C2B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 29px;
  color: #606060;
}

:target::before {
  content: "";
  display: block;
  height: 10px;
  /* fixed header height*/
  margin: -10px 0 0;
  /* negative fixed header height */
}

@media (min-width: 1200px) {
  :target::before {
    height: 102px;
    /* fixed header height*/
    margin: -102px 0 0;
    /* negative fixed header height */
  }
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

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

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

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

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

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

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

@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: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 59px;
    width: 299px;
  }
}

@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: 59px;
    width: 299px;
  }
}

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 57px;
    width: 357px;
  }
}

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

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

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

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

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

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

@media (min-width: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 59px;
    width: 299px;
  }
}

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

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

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

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

.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: 57px;
    width: 357px;
  }
}

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

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

@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: 59px;
    width: 299px;
  }
}

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

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

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

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

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

@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: 59px;
    width: 299px;
  }
}

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

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

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

@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 57px;
    width: 357px;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 59px;
    width: 299px;
  }
}

@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: 59px;
    width: 299px;
  }
}

.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: 57px;
    width: 357px;
  }
}

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

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

@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: 57px;
    width: 357px;
  }
}

.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: 800px) {
  .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: 800px) {
  .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: 800px) {
  .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: 800px) {
  .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);
  }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

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

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

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

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 16px;
  line-height: 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 #bbbbbb;
  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 #bbbbbb;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */

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

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  display: block;
  color: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 1.0625rem;
  line-height: 1.5883;
  margin-bottom: 3px;
  padding: 17px 20px 19px;
  position: relative;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  font-size: inherit;
  line-height: inherit;
}

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

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

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

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  font-size: 1rem;
  line-height: 1.5625;
  padding: 24px 20px 56px;
}

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

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 10px;
  height: calc(100% - 20px);
  width: 70px;
  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;
  font-family: "IcoMoon";
  font-size: 1rem;
  content: "\E90D";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 10px;
  height: calc(100% - 20px);
  width: 70px;
  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;
  font-family: "IcoMoon";
  font-size: 1rem;
  content: "\E90B";
}

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

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 0;
  border-right: 1px solid rgba(30, 32, 35, 0.1);
}

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

.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: 0;
  border-left: 1px solid rgba(30, 32, 35, 0.1);
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before {
  border-right: 1px solid rgba(216, 216, 216, 0.3) !important;
}

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  border-left: 1px solid rgba(216, 216, 216, 0.3) !important;
}

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

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

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

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

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

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

.fsAthleticsEvent .fsAthleticsStatus {
  color: #820024;
  font-weight: bold;
}

/*! elements - athletics events - table*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  color: #820024;
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 60px;
  width: 60px;
  color: #fff;
  background: #2D2C2B;
  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;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
}

.fsCalendar .fsDate > span.fsMonth {
  font-size: 0.5625rem;
  line-height: 1.3334;
  letter-spacing: 0.97px;
  font-weight: 600;
  margin-left: 7px;
  margin-right: 8px;
  border-bottom: 1px solid #FBB947;
  padding-bottom: 2px;
}

.fsCalendar .fsDate > span.fsDay {
  margin-top: 3px;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: -0.46px;
  font-weight: 700;
}

.fsCalendar article {
  margin-bottom: 55px;
}

.fsCalendar article:last-child {
  margin-bottom: 55px;
}

.fsCalendar .fsListItems:last-of-type > .fsDayContainer:last-child > article:last-child {
  margin-bottom: 0;
}

.fsCalendar .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child > article:last-child {
  margin-bottom: 0;
}

.fsCalendar .fsTitle {
  margin-bottom: 20px;
}

.fsCalendar .fsAllDay,
.fsCalendar .fsTimeRange {
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.3847;
  color: #231F20;
}

.fsCalendar .fsAllDay:before,
.fsCalendar .fsTimeRange:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.75rem;
  line-height: 1;
  color: #820024;
  vertical-align: bottom;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.fsCalendar .fsLocation {
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.3847;
  color: #231F20;
  padding-left: 2px;
}

.fsCalendar .fsLocation:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.75rem;
  line-height: 1;
  color: #820024;
  vertical-align: bottom;
  position: relative;
  top: -2px;
  margin-right: 11px;
}

.fsCalendar .fsAllDay:before {
  margin-right: 8px;
}

.fsCalendar .fsEventDetails > .fsTimeRange + .fsLocation {
  margin-top: 5px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-size: 0.875rem;
  line-height: 1.4286;
  color: #231F20;
}

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

.fsCalendar .fsReadMoreLink {
  display: table;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.8572;
  font-family: "Nunito Sans", sans-serif;
}

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

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

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

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
  width: 100%;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: auto;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    display: inline;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 14.28% !important;
    height: 45px !important;
    float: left;
    overflow: hidden !important;
    cursor: pointer;
    min-height: 0;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(130, 0, 36, 0.15);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
    background: rgba(0, 0, 0, 0.1);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(130, 0, 36, 0.05);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(130, 0, 36, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(130, 0, 36, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}

#event-view {
  padding: 20px;
  margin: 20px auto 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
}

.scroll-up span {
  position: relative;
  display: inline-block;
  border-radius: 0 !important;
  border: 1px solid #820024;
  margin: 0 0 6px;
  padding: 14px 100px 13px 30px;
  background: #820024;
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3847;
  max-width: 252px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 300px;
  padding-left: 20px;
}

.scroll-up span:after {
  content: "\EA1E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 0.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FDBA4D;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  border-color: #FDBA4D;
  background: #FDBA4D;
  color: #820024;
  text-indent: 6px;
  text-decoration: none;
}

.scroll-up span:hover:after,
.scroll-up span:focus:after,
.fsStateSelected .scroll-up span:after {
  right: 18px;
  color: #820024;
}

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

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

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}

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

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

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

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */

dialog.fsDialog.fsCalendar article {
  padding-left: 100px;
  min-height: 90px;
}

dialog.fsDialog.fsCalendar .fsDate {
  width: 80px;
  height: 80px;
}

/*! elements - forms */

textarea,
input,
select {
  padding: 5px;
  max-width: 100%;
}

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #606060;
}

.fsComposerFormEmbed form input {
  border: solid 1px #bbbbbb;
}

.fsComposerFormEmbed form input.fileUploader {
  padding: 0;
  width: 100%;
  border: none;
}

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

.fsComposerFormEmbed form textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #bbbbbb;
}

.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}

.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}

.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}

.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}

.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}

.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}

.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}

.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .labelLeft .elementContainer label,
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label,
  .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}

.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}

.fsComposerFormEmbed form .linkLike {
  color: #820024;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #231F20;
}

.fsComposerFormEmbed form .required {
  color: #820024;
}

.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: #820024;
  -webkit-transition: .3s;
  transition: .3s;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #231F20;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  background: #820024;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #231F20;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Nunito Sans", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #7a7a7a;
}

:-moz-placeholder {
  color: #7a7a7a;
}

::-moz-placeholder {
  color: #7a7a7a;
}

:-ms-input-placeholder {
  color: #7a7a7a;
}

::-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

::placeholder {
  color: #7a7a7a;
  opacity: 1;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

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

.fsResetPasswordFields label > span {
  display: block;
}

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

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #eee;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  position: relative;
  display: inline-block;
  border-radius: 0 !important;
  border: 1px solid #820024;
  margin: 0 0 6px;
  padding: 14px 100px 13px 30px;
  background: #820024;
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3847;
  max-width: 252px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  font-weight: 700;
}

.fsResetContinue:after,
.fsResetCancel:after,
.fsLoginNewSuccess > button:after {
  content: "\EA1E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 0.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FDBA4D;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  border-color: #FDBA4D;
  background: #FDBA4D;
  color: #820024;
  text-indent: 6px;
  text-decoration: none;
}

.fsResetContinue:hover:after,
.fsResetContinue:focus:after,
.fsStateSelected .fsResetContinue:after,
.fsResetCancel:hover:after,
.fsResetCancel:focus:after,
.fsStateSelected .fsResetCancel:after,
.fsLoginNewSuccess > button:hover:after,
.fsLoginNewSuccess > button:focus:after,
.fsStateSelected .fsLoginNewSuccess > button:after {
  right: 18px;
  color: #820024;
}

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

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #606060;
  font-family: "Nunito Sans", sans-serif;
}

.fsMediaCustomPlayer article {
  position: relative;
}

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

.fsCustomSlider .slick-next,
.fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}

.fsCustomSlider .slick-next:before,
.fsCustomSlider .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.fsCustomSlider .slick-next {
  left: auto;
  right: 0;
}

.fsCustomSlider .slick-next:before {
  content: '\203A';
}

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto;
}

.fsCustomSlider .slick-prev:before {
  content: '\2039';
}

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #231F20;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
}

.fsCustomSlider .slider-play-btn:before {
  content: "";
  color: #fff;
  font-size: 16px;
  font-family: "Crimson Text", serif;
}

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

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

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fsCustomSlider .slick-dots,
.fsCustomSlider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCustomSlider .slick-dots li {
  margin: 0;
  padding: 0;
}

.fsCustomSlider .slick-dots li {
  display: inline-block;
}

.fsCustomSlider .slick-dots li + li {
  margin-left: 6px;
}

.fsCustomSlider .slick-dots button {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 0;
}

.fsCustomSlider .slick-dots .slick-active button {
  background-color: #fff;
}

.fsCustomSlider .caption-wrapper {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 29px;
  width: 100%;
  background-color: #231F20;
  color: #fff;
}

.fsCustomSlider .caption-wrapper .caption-inner {
  padding: 10px 10px 30px;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-wrapper {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 31, 32, 0.5);
  }
}

.fsCustomSlider .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.fsCustomSlider .caption-wrapper a:hover {
  text-decoration: underline;
}

.fsCustomSlider .caption-wrapper.is-empty {
  display: none;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    font-family: "Nunito Sans", sans-serif;
    color: #231F20;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block;
  }
}

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0;
}

.fsCustomSlider .caption-desc:empty {
  display: none;
}

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

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

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

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

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
  margin-right: 0;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
    margin-right: 1em;
  }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
  margin-left: 0;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
    margin-left: 1em;
  }
}

.fsPostElement article .fsThumbnail {
  margin-bottom: 15px;
}

.fsPostElement article .fsThumbnail .fsCroppedImage,
.fsPostElement article .fsThumbnail img {
  display: block;
}

.fsPostElement article .fsCategories {
  margin: -3px -3px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.fsPostElement article .fsCategories li {
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  background: #820024;
  color: #FFF;
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 5px 6px 4px;
  margin: 3px;
}

.fsPostElement article .fsTags {
  margin: 37px -3px -3px;
}

.fsPostElement article .fsTags li {
  margin: 3px;
  border: 1px solid #820024;
  color: #231F20;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3334;
  background: transparent;
  padding: 9px 10px 8px;
}

.fsPostElement article .fsAuthor {
  text-transform: capitalize;
  margin-right: 0;
  font-size: 0.75rem;
  line-height: 1.3334;
  font-family: "Nunito Sans", sans-serif;
  color: #231F20;
}

.fsPostElement article .fsDateTime {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.3334;
  font-family: "Nunito Sans", sans-serif;
  color: #231F20;
}

.fsPostElement article .fsDateTime + .fsAuthor {
  margin-left: 17px;
  position: relative;
}

.fsPostElement article .fsDateTime + .fsAuthor:before {
  content: '|';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
}

.fsPostElement article .fsSummary {
  font-size: 1rem;
  line-height: 1.4375;
  margin-top: 20px;
}

.fsPostElement article .fsBody {
  margin-top: 20px;
}

.fsPostElement article .fsReadMoreLink {
  display: table;
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 1.6429;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #DCE0E9;
}

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

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

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 29px;
  font-weight: normal;
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */

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

.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit;
}

.fsSearch form.gsc-search-box-tools table {
  border: 0;
}

.fsSearch form.gsc-search-box-tools > table.gsc-search-box {
  margin-bottom: 0;
  position: relative;
}

.fsSearch form.gsc-search-box-tools td.gsib_a {
  padding: 0;
}

.fsSearch form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}

.fsSearch form.gsc-search-box-tools table.gsc-branding {
  display: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #231F20 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #eee;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #820024;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #eee;
}

.fsSearch.site-search :-moz-placeholder {
  color: #eee;
}

.fsSearch.site-search ::-moz-placeholder {
  color: #eee;
}

.fsSearch.site-search :-ms-input-placeholder {
  color: #eee;
}

.fsSearch.site-search ::-ms-input-placeholder {
  color: #eee;
  opacity: 1;
}

.fsSearch.site-search ::placeholder {
  color: #eee;
  opacity: 1;
}

.fsSearchElement.fsSearchForm:not(.site-search) form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.fsSearchElement.fsSearchForm:not(.site-search) form label {
  position: absolute;
  color: #FFF;
  background: #000;
  text-indent: -9999px;
}

.fsSearchElement.fsSearchForm:not(.site-search) form .fsSearchElementKeyword {
  width: calc(100% - 252px);
  margin: 0;
}

.fsSearchElement.fsSearchForm:not(.site-search) form .fsSearchElementKeyword input {
  padding: 8px 30px 8px 15px;
}

.fsSearchElement.fsSearchForm:not(.site-search) form .fsSearchElementSearchButton {
  margin: 0;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #606060;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #606060;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #606060;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  right: 0;
  top: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchResults form.gsc-search-box-tools,
.fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}

.fsSearchResults .gsc-control-cse,
.fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
}

.fsSearchResults .gsc-results,
.fsSearchFieldWithResults .gsc-results {
  width: 100%;
}

.fsSearchResults .gsc-webResult .gsc-result,
.fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #606060;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl,
.fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
  color: #231F20;
}

.fsSearchResults .gsc-table-result,
.fsSearchResults .gsc-thumbnail-inside,
.fsSearchResults .gsc-url-top,
.fsSearchFieldWithResults .gsc-table-result,
.fsSearchFieldWithResults .gsc-thumbnail-inside,
.fsSearchFieldWithResults .gsc-url-top {
  padding: 0;
}

.fsSearchResults div.gs-title,
.fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px;
}

.fsSearchResults a.gs-title,
.fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page,
.fsSearchFieldWithResults a.gs-title,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #820024 !important;
}

.fsSearchResults a.gs-title:hover,
.fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.fsSearchFieldWithResults a.gs-title:hover,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #231F20 !important;
}

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

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

/*! elements - social main */

/*! elements - social facebook */

.fsFacebook {
  margin-bottom: 20px;
}

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

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

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

.fsFacebookExtras {
  margin-top: 10px;
}

.fsFacebookExtras .fsFacebookThumb {
  margin-bottom: 10px;
  display: block;
}

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

.fsFacebookFollow {
  margin-top: 20px;
}

/*! elements - social twitter */

.fsTwitter {
  margin-bottom: 20px;
}

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #DCE0E9;
  -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 #DCE0E9;
  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 {
  position: relative;
  display: inline-block;
  border-radius: 0 !important;
  border: 1px solid #820024;
  margin: 0 0 6px;
  padding: 14px 100px 13px 30px;
  background: #820024;
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3847;
  max-width: 252px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  font-weight: 700;
}

.vimeo_view_link a:after {
  content: "\EA1E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 0.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FDBA4D;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  border-color: #FDBA4D;
  background: #FDBA4D;
  color: #820024;
  text-indent: 6px;
  text-decoration: none;
}

.vimeo_view_link a:hover:after,
.vimeo_view_link a:focus:after,
.fsStateSelected .vimeo_view_link a:after {
  right: 18px;
  color: #820024;
}

/*! 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 #DCE0E9;
  -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 #DCE0E9;
  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 {
  position: relative;
  display: inline-block;
  border-radius: 0 !important;
  border: 1px solid #820024;
  margin: 0 0 6px;
  padding: 14px 100px 13px 30px;
  background: #820024;
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3847;
  max-width: 252px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  font-weight: 700;
}

.Youtube_view_link a:after {
  content: "\EA1E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 0.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FDBA4D;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  border-color: #FDBA4D;
  background: #FDBA4D;
  color: #820024;
  text-indent: 6px;
  text-decoration: none;
}

.Youtube_view_link a:hover:after,
.Youtube_view_link a:focus:after,
.fsStateSelected .Youtube_view_link a:after {
  right: 18px;
  color: #820024;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
}

@media (min-width: 600px) {
  .fsTabs .fsPanel > .fsElementContent {
    padding: 40px 0 0;
  }
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

.fsPanelGroup .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsPanelGroup .fsTabsNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.fsPanelGroup .fsTabsNav li {
  margin-right: 2px;
}

.fsPanelGroup .fsTabsNav li:last-child {
  margin-right: 0;
}

.fsPanelGroup .fsTabsNav li a {
  display: block;
  font-size: 1rem;
  line-height: 1.375;
  padding: 11px 16px 12px;
  background: #EDEDED;
  color: #231F20;
}

.fsPanelGroup .fsTabsNav li a:hover {
  background: #FBB947;
  color: #820024;
}

.fsPanelGroup .fsTabsNav li.fsStateSelected a {
  background: #820024;
  color: #FFF;
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

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

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.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: #71777F;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #71777F;
  background: white;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
          box-shadow: inset 0 -1px 0 0 #eee;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e1e1e1;
  color: #606060;
  font-size: .875em;
  line-height: 1;
  padding: 10px 5px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
  background: #c8c8c8;
  color: #606060;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #eee;
  color: #bbbbbb;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #ff0348;
  color: #fff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #71777F;
}

/*! _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 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 600px) {
  .right.module > header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .right.module > .fsElementContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.stack.module > header,
.stack.module > .fsElementContent {
  width: 100%;
}

.fsBannerLeft .module,
.fsBannerRight .module,
.fsStyleOneThird .module,
.fsTwoColumnLayout .module,
.fsThreeColumnLayout > .fsDiv .module,
.fsFourColumnLayout > .fsDiv .module {
  display: block;
  line-height: 1.3125;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45) {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: break-word;
}

.fsBannerLeft .module a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45),
.fsBannerRight .module a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45),
.fsStyleOneThird .module a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45),
.fsTwoColumnLayout .module a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45),
.fsThreeColumnLayout > .fsDiv .module a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45),
.fsFourColumnLayout > .fsDiv .module a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45) {
  line-height: 1.4375;
}

.module .fs_style_51 {
  display: block;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.36364;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

.fsBannerLeft .module .fs_style_51,
.fsBannerRight .module .fs_style_51,
.fsStyleOneThird .module .fs_style_51,
.fsTwoColumnLayout .module .fs_style_51,
.fsThreeColumnLayout > .fsDiv .module .fs_style_51,
.fsFourColumnLayout > .fsDiv .module .fs_style_51 {
  font-size: 1.25rem;
  line-height: 1.1;
}

.module p {
  margin-bottom: 20px;
}

.fsBannerLeft .module p,
.fsBannerRight .module p,
.fsStyleOneThird .module p,
.fsTwoColumnLayout .module p,
.fsThreeColumnLayout > .fsDiv .module p,
.fsFourColumnLayout > .fsDiv .module p {
  margin-bottom: 15px;
}

.module p:last-child {
  margin-bottom: 0;
}

.module > header {
  position: relative;
  width: 100%;
  font-size: 0;
  line-height: 1;
}

@media (min-width: 600px) {
  .module > header {
    width: 50%;
  }
}

.fsBannerLeft .module > header,
.fsBannerRight .module > header,
.fsStyleOneThird .module > header,
.fsTwoColumnLayout .module > header,
.fsThreeColumnLayout > .fsDiv .module > header,
.fsFourColumnLayout > .fsDiv .module > header {
  width: 100%;
}

.module > header:before {
  content: '';
  position: absolute;
  top: 24px;
  left: 22px;
  width: calc(100% - 44px);
  height: calc(100% - 47px);
  border: 1px solid #FAB947;
}

.fsBannerLeft .module > header:before,
.fsBannerRight .module > header:before,
.fsStyleOneThird .module > header:before,
.fsTwoColumnLayout .module > header:before,
.fsThreeColumnLayout > .fsDiv .module > header:before,
.fsFourColumnLayout > .fsDiv .module > header:before {
  top: 13px;
  left: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 26px);
}

.module > header .fsElementHeaderContent {
  margin: 0;
}

.module > header .fsElementHeaderContent picture,
.module > header .fsElementHeaderContent img {
  display: block;
  width: 100%;
}

.module > header .fsElementHeaderContent p {
  margin-bottom: 0 !important;
}

.module > header + .fsElementContent {
  padding: 34px 30px 42px;
  width: 100%;
}

@media (min-width: 600px) {
  .module > header + .fsElementContent {
    width: 50%;
  }
}

.fsBannerLeft .module > header + .fsElementContent,
.fsBannerRight .module > header + .fsElementContent,
.fsStyleOneThird .module > header + .fsElementContent,
.fsTwoColumnLayout .module > header + .fsElementContent,
.fsThreeColumnLayout > .fsDiv .module > header + .fsElementContent,
.fsFourColumnLayout > .fsDiv .module > header + .fsElementContent {
  width: 100%;
  padding: 31px 20px 70px;
}

.module > .fsElementContent {
  padding: 31px 31px 47px;
}

.fsBannerLeft .module > .fsElementContent,
.fsBannerRight .module > .fsElementContent,
.fsStyleOneThird .module > .fsElementContent,
.fsTwoColumnLayout .module > .fsElementContent,
.fsThreeColumnLayout > .fsDiv .module > .fsElementContent,
.fsFourColumnLayout > .fsDiv .module > .fsElementContent {
  padding: 30px 20px 33px;
}

.module > .fsElementContent:first-child {
  width: 100%;
}

.module .fsElementAddWrapper {
  width: 100%;
}

.module.black {
  background: #231F20;
}

.module.black a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45) {
  color: #FFF;
}

.module.black a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45):hover,
.module.black a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45):focus {
  color: #FFF;
}

.module.gold {
  background: #FDBA4D;
  color: #231F20;
}

.module.gold a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45) {
  color: #231F20;
}

.module.gold a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45):hover,
.module.gold a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45):focus {
  color: #231F20;
}

.module.red {
  background: #820024;
}

.module.red a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45) {
  color: #FFF;
}

.module.red a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45):hover,
.module.red a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45):focus {
  color: #FFF;
}

.module.gray,
.module.grey {
  background: #F7F7F7;
  color: #231F20;
}

.fsBannerLeft .module.gray,
.fsBannerRight .module.gray,
.fsStyleOneThird .module.gray,
.fsTwoColumnLayout .module.gray,
.fsThreeColumnLayout > .fsDiv .module.gray,
.fsFourColumnLayout > .fsDiv .module.gray,
.fsBannerLeft .module.grey,
.fsBannerRight .module.grey,
.fsStyleOneThird .module.grey,
.fsTwoColumnLayout .module.grey,
.fsThreeColumnLayout > .fsDiv .module.grey,
.fsFourColumnLayout > .fsDiv .module.grey {
  color: #606060;
}

.module.gray .fs_style_51,
.module.grey .fs_style_51 {
  color: #820024;
}

.module.gray a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45),
.module.grey a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45) {
  color: #820024;
}

.module.gray a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45):hover,
.module.gray a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45):focus,
.module.grey a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45):hover,
.module.grey a:not(.fs_style_41):not(.fs_style_42):not(.fs_style_43):not(.fs_style_44):not(.fs_style_45):focus {
  color: #231F20;
}

/*! pages - home v0.0.1 */

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

.home #fsPageBodyWrapper {
  padding: 0;
}

.home #fsPageBody {
  max-width: 100%;
  display: block;
}

.home #fsPageBody:after {
  content: normal;
}

.home #fsPageContent {
  margin: 0;
  padding: 0;
}

.home .fsPageLayout {
  margin: 0;
}

.home .fsPageLayout > .fsDiv {
  padding: 0;
  margin: 0;
  float: none;
  min-height: 0px;
}

.home .fsPageLayout > .fsDiv:after {
  content: normal;
}

.home .fsPageLayout:after {
  content: normal;
}

@media (min-width: 700px) {
  .home .hero {
    border-bottom: 4px solid #FFF;
  }
}

@media (min-width: 1000px) {
  .home .hero > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .hero .fsResourceElement {
  display: block;
  width: 100%;
  position: relative;
}

@media (min-width: 1000px) {
  .home .hero .fsResourceElement {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 540px;
    overflow: hidden;
  }
}

.home .hero .fsResourceElement .fsError {
  color: #FFF;
  background: #000;
}

.home .hero .fsResourceElement:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 126px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.81)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.81), transparent);
  z-index: 1;
}

.home .hero .fsResourceElement video {
  width: 100%;
  display: block;
}

@media (min-width: 1000px) {
  .home .hero .fsResourceElement video {
    min-width: 200%;
    min-height: 200%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .home .hero .fsResourceElement video {
      -o-object-fit: cover;
         object-fit: cover;
      min-width: 100%;
      min-height: 100%;
    }
}
}

.home .hero .fsResourceElement .fsDescription {
  position: absolute;
  bottom: 15px;
  left: 27px;
  z-index: 2;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 600;
  width: calc(100% - 187px);
}

.home .hero .fsResourceElement > footer .fsElementFooterContent {
  margin-top: 0;
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .mute-unmute,
.home .hero .fsResourceElement > footer .fsElementFooterContent .full-screen,
.home .hero .fsResourceElement > footer .fsElementFooterContent .play-pause {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 18px;
  z-index: 2;
  font-size: 0;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .mute-unmute:hover,
.home .hero .fsResourceElement > footer .fsElementFooterContent .mute-unmute:focus,
.home .hero .fsResourceElement > footer .fsElementFooterContent .full-screen:hover,
.home .hero .fsResourceElement > footer .fsElementFooterContent .full-screen:focus,
.home .hero .fsResourceElement > footer .fsElementFooterContent .play-pause:hover,
.home .hero .fsResourceElement > footer .fsElementFooterContent .play-pause:focus {
  color: #FDBA4D;
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .mute-unmute:before,
.home .hero .fsResourceElement > footer .fsElementFooterContent .full-screen:before,
.home .hero .fsResourceElement > footer .fsElementFooterContent .play-pause:before {
  display: block;
  font-size: 1.9375rem;
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .mute-unmute {
  right: 104px;
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .mute-unmute:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .mute-unmute.muted:before {
  content: "\E917";
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .full-screen {
  right: 63px;
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .full-screen:before {
  content: "\EA1D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .play-pause {
  right: 22px;
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .play-pause:before {
  content: "\EA0F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .fsResourceElement > footer .fsElementFooterContent .play-pause.paused:before {
  content: "\E915";
}

.home .hero .tiles {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1000px) {
  .home .hero .tiles {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .home .hero .tiles > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .hero .tiles .slick-arrow {
  margin: 0;
  padding: 0;
  border: 0;
  background: #820024;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  font-size: 0;
  line-height: 1;
  z-index: 15;
}

.home .hero .tiles .slick-arrow:hover,
.home .hero .tiles .slick-arrow:focus {
  background: #231F20;
}

.home .hero .tiles .slick-arrow:before {
  display: block;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home .hero .tiles .slick-arrow.slick-prev {
  left: 0;
}

.home .hero .tiles .slick-arrow.slick-prev:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .tiles .slick-arrow.slick-next {
  right: 0;
}

.home .hero .tiles .slick-arrow.slick-next:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .tiles .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 14px;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.home .hero .tiles .slick-dots,
.home .hero .tiles .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .hero .tiles .slick-dots li {
  margin: 0;
  padding: 0;
}

@media (min-width: 700px) {
  .home .hero .tiles .slick-dots {
    bottom: 28px;
    left: 28px;
  }
}

.home .hero .tiles .slick-dots li {
  margin: 0 4px;
}

.home .hero .tiles .slick-dots li.slick-active button {
  background: #820024;
}

.home .hero .tiles .slick-dots li button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  display: block;
  font-size: 0;
  line-height: 1;
  border: 0.5px solid #FFF;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home .hero .tiles .slick-dots li button:hover,
.home .hero .tiles .slick-dots li button:focus {
  background: #820024;
}

.home .hero .tiles .fsElement.fsContent {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 481px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 700px) {
  .home .hero .tiles .fsElement.fsContent {
    height: 540px;
  }
}

@media (min-width: 1000px) {
  .home .hero .tiles .fsElement.fsContent {
    width: calc(50% / 3);
    -webkit-transition: 0.5s width;
    transition: 0.5s width;
  }
}

.home .hero .tiles .fsElement.fsContent:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.93)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.93), transparent);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 700px) {
  .home .hero .tiles .fsElement.fsContent:before {
    height: 298px;
  }
}

@media (min-width: 1000px) {
  .home .hero .tiles .fsElement.fsContent:before {
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 1000px) {
  .home .hero .tiles .fsElement.fsContent:hover:before {
    background: rgba(130, 0, 36, 0.85);
  }

  .home .hero .tiles .fsElement.fsContent:hover > header .fsElementTitle {
    text-indent: -5px;
  }

  .home .hero .tiles .fsElement.fsContent.open {
    width: 50%;
    cursor: initial;
  }

  .home .hero .tiles .fsElement.fsContent.open:before {
    height: 298px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.93)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.93), transparent);
  }

  .home .hero .tiles .fsElement.fsContent.open > header {
    opacity: 0;
  }

  .home .hero .tiles .fsElement.fsContent.open > .fsElementContent {
    bottom: 30px;
    opacity: 1;
    -webkit-transition: 0.3s all 0.3s ease-in-out;
    transition: 0.3s all 0.3s ease-in-out;
  }
}

@media (min-width: 700px) {
  .home .hero .tiles .fsElement.fsContent header {
    margin-bottom: 5px;
  }
}

.home .hero .tiles .fsElement.fsContent header .fsElementTitle {
  margin-bottom: 0;
  color: #FFF;
  font-size: 1.4375rem;
  line-height: 1.5358;
  text-transform: uppercase;
  text-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.86);
}

@media (min-width: 700px) {
  .home .hero .tiles .fsElement.fsContent header .fsElementTitle {
    font-size: 1.75rem;
  }
}

.home .hero .tiles .fsElement.fsContent > header {
  display: none;
}

@media (min-width: 1000px) {
  .home .hero .tiles .fsElement.fsContent > header {
    display: block;
    position: absolute;
    top: -43px;
    right: calc(50% + 22px);
    -webkit-transform: rotate(90deg) translateX(100%);
        -ms-transform: rotate(90deg) translateX(100%);
            transform: rotate(90deg) translateX(100%);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    width: 540px;
    z-index: 10;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 0;
  }
}

.home .hero .tiles .fsElement.fsContent > header .fsElementTitle {
  white-space: nowrap;
  text-indent: 0;
}

.home .hero .tiles .fsElement.fsContent > .fsElementContent {
  position: absolute;
  bottom: 45px;
  left: 15px;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 600;
}

@media (min-width: 700px) {
  .home .hero .tiles .fsElement.fsContent > .fsElementContent {
    bottom: 56px;
    left: 32px;
  }
}

@media (min-width: 1000px) {
  .home .hero .tiles .fsElement.fsContent > .fsElementContent {
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
    padding: 0 42px 0 32px;
  }
}

.home .hero .tiles .fsElement.fsContent > .fsElementContent p {
  margin-bottom: 27px;
  display: none;
}

@media (min-width: 700px) {
  .home .hero .tiles .fsElement.fsContent > .fsElementContent p {
    display: block;
  }
}

.home .hero .tiles .fsElement.fsContent > .fsElementContent p:last-child {
  margin-bottom: 0;
  display: block;
}

.home .hero .tiles .fsElement.fsContent > .fsElementContent p a {
  font-size: 0.875rem;
  line-height: 1.2143;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1.1px;
  display: table;
  font-weight: 800;
}

@media (min-width: 700px) {
  .home .hero .tiles .fsElement.fsContent > .fsElementContent p a {
    font-size: 1rem;
    line-height: 1.1875;
  }
}

.home .hero .tiles .fsElement.fsContent > .fsElementContent p a:hover,
.home .hero .tiles .fsElement.fsContent > .fsElementContent p a:focus {
  text-decoration: none;
  color: #FDBA4D;
}

.home .hero .tiles .fsElement.fsContent > .fsElementContent p a:after {
  content: "\EA1E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.5rem;
  line-height: 1;
  color: #FDBA4D;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-left: 16px;
}

.home .discover-salisbury {
  border-bottom: 4px solid #FFF;
}

@media (min-width: 700px) {
  .home .discover-salisbury > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .discover-salisbury .intro {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 71px;
  position: relative;
  background: #F0F0F0;
}

@media (min-width: 700px) {
  .home .discover-salisbury .intro {
    width: 41.79688%;
  }
}

@media (min-width: 1000px) {
  .home .discover-salisbury .intro {
    width: 34.72222%;
  }
}

@media (min-width: 1200px) {
  .home .discover-salisbury .intro {
    width: 25%;
  }
}

.home .discover-salisbury .intro > header {
  margin-bottom: 29px;
  padding: 28px 20px 0;
}

@media (min-width: 700px) {
  .home .discover-salisbury .intro > header {
    margin-bottom: 25px;
    padding: 0;
  }
}

.home .discover-salisbury .intro > header .fsElementTitle {
  color: #000;
  font-size: 1.8125rem;
  line-height: 1.10345;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .home .discover-salisbury .intro > header .fsElementTitle {
    font-size: 1.75rem;
    line-height: 1.3929;
  }
}

@media (min-width: 1000px) {
  .home .discover-salisbury .intro > header .fsElementTitle {
    font-size: 2.375rem;
    line-height: 1.02632;
    max-width: 186px;
  }
}

.home .discover-salisbury .intro > header .fsElementTitle:after {
  content: "\EA1F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  color: #FDBA4D;
  font-size: 0.5rem;
  line-height: 1;
  margin-top: 23px;
}

@media (min-width: 700px) {
  .home .discover-salisbury .intro > header .fsElementTitle:after {
    margin-top: 14px;
  }
}

@media (min-width: 1000px) {
  .home .discover-salisbury .intro > header .fsElementTitle:after {
    margin-top: 24px;
  }
}

.home .discover-salisbury .intro > .fsElementContent {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 600;
  padding: 0 24px 29px;
}

@media (min-width: 700px) {
  .home .discover-salisbury .intro > .fsElementContent {
    padding: 0 38px;
    font-size: 0.875rem;
    line-height: 1.5715;
  }
}

@media (min-width: 1000px) {
  .home .discover-salisbury .intro > .fsElementContent {
    padding: 0 43px;
    font-size: 1rem;
    line-height: 1.375;
  }
}

.home .discover-salisbury .intro > footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home .discover-salisbury .intro > footer .fsElementFooterContent {
  margin-top: 0;
}

.home .discover-salisbury .intro > footer .fsElementFooterContent .fs_style_43 {
  max-width: 100%;
  margin-bottom: 0;
  display: block;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 800;
  letter-spacing: 0.85px;
  padding: 26px 0px;
  text-align: center;
}

.home .discover-salisbury .intro > footer .fsElementFooterContent .fs_style_43:after {
  position: relative;
  top: -2px;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-left: 27px;
  vertical-align: middle;
}

.home .discover-salisbury .fsResourceElement {
  display: none;
}

@media (min-width: 700px) {
  .home .discover-salisbury .fsResourceElement {
    display: block;
    width: 58.20312%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-size: cover;
    background-position: center;
    height: 307px;
  }
}

@media (min-width: 1000px) {
  .home .discover-salisbury .fsResourceElement {
    width: 65.27778%;
    height: 391px;
  }
}

@media (min-width: 1200px) {
  .home .discover-salisbury .fsResourceElement {
    width: 75%;
  }
}

.home .discover-salisbury .fsResourceElement picture {
  display: block;
}

.home .discover-salisbury .fsResourceElement picture:before {
  content: normal;
}

.home .discover-salisbury .fsResourceElement img {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.home .school-callouts {
  border-bottom: 4px solid #FFF;
}

@media (min-width: 700px) {
  .home .school-callouts > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.home .school-callouts .slick-dots {
  position: absolute;
  bottom: 21px;
  left: 0;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .school-callouts .slick-dots,
.home .school-callouts .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .school-callouts .slick-dots li {
  margin: 0;
  padding: 0;
}

.home .school-callouts .slick-dots li {
  margin: 0 4px;
}

.home .school-callouts .slick-dots li.slick-active button {
  background: #820024;
}

.home .school-callouts .slick-dots li button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  display: block;
  font-size: 0;
  line-height: 1;
  border: 0.5px solid #FFF;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home .school-callouts .slick-dots li button:hover,
.home .school-callouts .slick-dots li button:focus {
  background: #820024;
}

.home .school-callouts .image-button {
  margin: 0 !important;
  min-height: 320px;
}

@media (min-width: 700px) {
  .home .school-callouts .image-button {
    width: 50%;
    min-height: 181px;
  }
}

@media (min-width: 1000px) {
  .home .school-callouts .image-button {
    min-height: 341px;
  }
}

.home .school-callouts .image-button:before {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home .school-callouts .image-button:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home .school-callouts .image-button > header {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.home .school-callouts .image-button > header .fsElementTitle {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 43px;
  letter-spacing: 0.3px;
  position: relative;
  padding: 0 70px;
  display: inline-block;
  text-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.89);
}

@media (min-width: 700px) {
  .home .school-callouts .image-button > header .fsElementTitle {
    padding: 0 65px;
  }
}

@media (min-width: 1000px) {
  .home .school-callouts .image-button > header .fsElementTitle {
    font-size: 1.5rem;
    padding: 0 76px;
  }
}

.home .school-callouts .image-button > header .fsElementTitle:before,
.home .school-callouts .image-button > header .fsElementTitle:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FDBA4D;
  font-size: 0.375rem;
  line-height: 1;
}

.home .school-callouts .image-button > header .fsElementTitle:before {
  content: "\EA1A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 0;
}

.home .school-callouts .image-button > header .fsElementTitle:after {
  content: "\EA1B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  right: 0;
}

.home .school-callouts .image-button:hover:after {
  opacity: 0;
}

.home .school-callouts .image-button .fsImage picture:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 11px;
  width: calc(100% - 21px);
  height: calc(100% - 21px);
  background: url(images/gold-border-large.svg);
  background-size: 100% 320px;
}

.home .athletics > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F0F0F0;
}

@media (min-width: 700px) {
  .home .athletics > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.home .athletics .fsResourceElement {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 700px) {
  .home .athletics .fsResourceElement {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    width: 58.20312%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 1000px) {
  .home .athletics .fsResourceElement {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .home .athletics .fsResourceElement {
    width: 64.23611%;
  }
}

.home .athletics .fsResourceElement .fsPrevButton,
.home .athletics .fsResourceElement .fsNextButton {
  width: 38px;
  height: 38px;
  background: rgba(251, 185, 71, 0.85);
  color: #000;
  font-size: 0;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1000px) {
  .home .athletics .fsResourceElement .fsPrevButton,
  .home .athletics .fsResourceElement .fsNextButton {
    width: 62px;
    height: 62px;
  }
}

.home .athletics .fsResourceElement .fsPrevButton:hover,
.home .athletics .fsResourceElement .fsPrevButton:focus,
.home .athletics .fsResourceElement .fsNextButton:hover,
.home .athletics .fsResourceElement .fsNextButton:focus {
  background: #820024;
  color: #FFF;
}

.home .athletics .fsResourceElement .fsPrevButton:before,
.home .athletics .fsResourceElement .fsNextButton:before {
  color: inherit;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.25rem;
  line-height: 1;
  display: block;
  text-align: center;
}

@media (min-width: 1000px) {
  .home .athletics .fsResourceElement .fsPrevButton:before,
  .home .athletics .fsResourceElement .fsNextButton:before {
    font-size: 1.75rem;
  }
}

.home .athletics .fsResourceElement .fsPrevButton {
  left: 0;
}

@media (min-width: 1000px) {
  .home .athletics .fsResourceElement .fsPrevButton {
    left: 30px;
  }
}

.home .athletics .fsResourceElement .fsPrevButton:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .athletics .fsResourceElement .fsNextButton {
  right: 0;
}

@media (min-width: 1000px) {
  .home .athletics .fsResourceElement .fsNextButton {
    right: 30px;
  }
}

.home .athletics .fsResourceElement .fsNextButton:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .athletics .fsResourceElement .fsElementSlideshow {
  margin: 0;
  padding: 0;
}

.home .athletics .fsResourceElement article {
  padding: 0;
  background-size: cover;
  background-position: center;
}

.home .athletics .fsResourceElement article picture {
  display: block;
}

.home .athletics .fsResourceElement article img {
  opacity: 0;
}

@media (min-width: 700px) {
  .home .athletics .fsResourceElement article img {
    min-height: 521px;
  }
}

@media (min-width: 1200px) {
  .home .athletics .fsResourceElement article img {
    min-height: 0;
  }
}

.home .athletics .additional-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 29px 0 91px;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 700px) {
  .home .athletics .additional-info {
    orde: 2;
    width: 41.79688%;
    padding: 0 0 91px;
  }
}

@media (min-width: 1000px) {
  .home .athletics .additional-info {
    width: 50%;
    padding-bottom: 93px;
  }
}

@media (min-width: 1200px) {
  .home .athletics .additional-info {
    width: 35.76389%;
  }
}

.home .athletics .additional-info > footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home .athletics .additional-info > footer .fsElementFooterContent {
  margin: 0;
}

.home .athletics .additional-info > footer .fsElementFooterContent .fs_style_43 {
  margin-bottom: 0;
  display: block;
  width: auto;
  max-width: 100%;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 1.3px;
  border: 0;
  padding: 26px 10px;
  text-align: center;
}

.home .athletics .additional-info > footer .fsElementFooterContent .fs_style_43:after {
  position: relative;
  top: -2px;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-left: 29px;
  vertical-align: middle;
}

.home .athletics .intro {
  margin-bottom: 21px;
  padding: 0 20px;
  text-align: center;
}

@media (min-width: 700px) {
  .home .athletics .intro {
    margin-bottom: 10px;
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .home .athletics .intro {
    padding: 0 20px;
  }
}

@media (min-width: 1300px) {
  .home .athletics .intro {
    padding: 0 53px;
  }
}

@media (min-width: 700px) {
  .home .athletics .intro > header {
    margin-bottom: 21px;
  }
}

@media (min-width: 1000px) {
  .home .athletics .intro > header {
    margin-bottom: 16px;
  }
}

.home .athletics .intro > header .fsElementTitle {
  font-size: 1.8125rem;
  line-height: 1.10345;
  color: #000;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .home .athletics .intro > header .fsElementTitle {
    font-size: 1.6875rem;
    line-height: 1.1852;
  }
}

@media (min-width: 1000px) {
  .home .athletics .intro > header .fsElementTitle {
    font-size: 2.375rem;
    line-height: 1.0264;
  }
}

.home .athletics .intro > header .fsElementTitle:after {
  content: "\EA1F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  color: #FDBA4D;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0px;
  margin-top: 19px;
}

@media (min-width: 1000px) {
  .home .athletics .intro > header .fsElementTitle:after {
    margin-top: 24px;
  }
}

.home .athletics .intro > .fsElementContent {
  display: none;
}

@media (min-width: 1200px) {
  .home .athletics .intro > .fsElementContent {
    display: block;
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 600;
  }
}

.home .athletics .infograph {
  position: relative;
  margin: 0 auto;
  max-width: 18em;
  max-width: 18rem;
}

.home .athletics .infograph > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.home .athletics .infograph .fsElement.fsContent {
  text-align: center;
  padding: 30px 0 20px;
  width: 50%;
  position: relative;
}

.home .athletics .infograph .fsElement.fsContent:hover > header .fsElementHeaderContent {
  top: -5px;
}

.home .athletics .infograph .fsElement.fsContent:nth-child(1):before {
  content: '';
  position: absolute;
  bottom: -25px;
  right: -25px;
  background: url(images/s-block.svg);
  background-size: cover;
  width: 51px;
  height: 51px;
  z-index: 1;
}

.home .athletics .infograph .fsElement.fsContent:nth-child(2n + 1) {
  border-right: 1px solid #F7C977;
}

.home .athletics .infograph .fsElement.fsContent:nth-child(1n + 3) {
  border-top: 1px solid #F7C977;
  padding-top: 26px;
}

.home .athletics .infograph .fsElement.fsContent > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .athletics .infograph .fsElement.fsContent > header .fsElementTitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.375;
}

.home .athletics .infograph .fsElement.fsContent > header .fsElementHeaderContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 14px;
  height: 55px;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s top;
  transition: 0.3s top;
}

.home .athletics .infograph .fsElement.fsContent > header .fsElementHeaderContent picture {
  display: block;
}

.home .athletics .infograph .fsElement.fsContent > header .fsElementHeaderContent img {
  display: block;
  max-height: 55px;
  margin: 0 auto;
}

.home .athletics .infograph .fsElement.fsContent > .fsElementContent {
  font-size: 0.75rem;
  line-height: 1.3334;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  margin-top: -3px;
}

.home .news-and-events {
  padding: 24px 15px 40px;
}

@media (min-width: 700px) {
  .home .news-and-events {
    padding: 37px 48px 62px 45px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events {
    padding: 65px 55px 57px 55px;
  }
}

@media (min-width: 1200px) {
  .home .news-and-events {
    padding: 65px 64px 57px 114px;
  }
}

.home .news-and-events > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 700px) {
  .home .news-and-events > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home .news-and-events .fsElement {
  position: relative;
  padding: 0 20px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsElement {
    padding: 0 0 111px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsElement {
    padding: 0 0 126px;
  }
}

.home .news-and-events .fsElement > header {
  text-align: center;
}

@media (min-width: 1000px) {
  .home .news-and-events .fsElement > header {
    padding-top: 8px;
  }
}

.home .news-and-events .fsElement > header .fsElementTitle {
  font-size: 1.8125rem;
  line-height: 1.10345;
  color: #000;
  font-weight: 800;
  letter-spacing: 0.45px;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .home .news-and-events .fsElement > header .fsElementTitle {
    font-size: 1.75rem;
    line-height: 1.5358;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsElement > header .fsElementTitle {
    font-size: 2.375rem;
    line-height: 1.1316;
  }
}

.home .news-and-events .fsElement > header .fsElementTitle:after {
  content: "\EA1F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  color: #FDBA4D;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0px;
  margin-top: 20px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsElement > header .fsElementTitle:after {
    margin-top: 10px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsElement > header .fsElementTitle:after {
    margin-top: 20px;
  }
}

@media (min-width: 700px) {
  .home .news-and-events .fsElement > footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.home .news-and-events .fsElement > footer .fsElementFooterContent {
  margin-top: 0;
}

.home .news-and-events .fsElement > footer .fsElementFooterContent .fs_style_45 {
  padding: 25px 33px;
  display: table;
  margin: 0 auto;
  color: #000;
  width: auto;
  max-width: 100%;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 1.1px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsElement > footer .fsElementFooterContent .fs_style_45 {
    padding: 25px 52px;
  }
}

.home .news-and-events .fsElement > footer .fsElementFooterContent .fs_style_45:hover,
.home .news-and-events .fsElement > footer .fsElementFooterContent .fs_style_45:focus {
  color: #FFF;
  text-indent: 0;
}

.home .news-and-events .fsElement > footer .fsElementFooterContent .fs_style_45:after {
  content: normal;
}

.home .news-and-events .fsPostElement {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #F7C977;
  margin-bottom: 33px;
  padding-bottom: 32px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsPostElement {
    width: 50.22222%;
    border-bottom: 0;
    border-right: 1px solid #F7C977;
    margin-right: 62px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 50px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement {
    width: 48.1775%;
    padding-right: 69px;
    margin-right: 63px;
  }
}

.home .news-and-events .fsPostElement .slick-arrow {
  margin: 0;
  padding: 0;
  border: 0;
  background: #820024;
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 38px;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  font-size: 0;
  line-height: 1;
}

.home .news-and-events .fsPostElement .slick-arrow:hover,
.home .news-and-events .fsPostElement .slick-arrow:focus {
  background: #231F20;
}

.home .news-and-events .fsPostElement .slick-arrow:before {
  display: block;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home .news-and-events .fsPostElement .slick-arrow.slick-prev {
  left: calc(50% - 46px);
}

.home .news-and-events .fsPostElement .slick-arrow.slick-prev:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .news-and-events .fsPostElement .slick-arrow.slick-next {
  right: calc(50% - 46px);
}

.home .news-and-events .fsPostElement .slick-arrow.slick-next:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .news-and-events .fsPostElement .fsListItems {
  padding-bottom: 64px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsPostElement .fsListItems {
    padding-bottom: 0;
  }
}

.home .news-and-events .fsPostElement article {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 700px) {
  .home .news-and-events .fsPostElement article {
    border-bottom: 1px solid #F7C977;
    padding-bottom: 16px;
    margin-bottom: 27px;
    text-align: left;
  }

  .home .news-and-events .fsPostElement article:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement article {
    padding-bottom: 14px;
    margin-bottom: 28px;
  }
}

.home .news-and-events .fsPostElement article .fsTitle {
  color: #820024;
  font-family: "Crimson Text", serif;
  font-size: 1.375rem;
  line-height: 1.3182;
  margin-bottom: 0;
  font-weight: 600;
}

@media (min-width: 700px) {
  .home .news-and-events .fsPostElement article .fsTitle {
    font-size: 1.125rem;
    line-height: 1.611112;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement article .fsTitle {
    font-size: 1.75rem;
    line-height: 1.28572;
  }
}

.home .news-and-events .fsPostElement article .fsTitle a {
  font-family: inherit;
  font-weight: inherit;
}

.home .news-and-events .fsPostElement > header {
  margin-bottom: 28px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsPostElement > header {
    margin-bottom: 30px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement > header {
    margin-bottom: 35px;
  }
}

.home .news-and-events .fsPostElement > footer {
  margin-top: 27px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsPostElement > footer {
    margin-top: 0;
    padding-right: 50px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsPostElement > footer {
    padding-right: 69px;
  }
}

.home .news-and-events .fsCalendar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar {
    width: 40.2963%;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar {
    width: 46.83043%;
  }
}

.home .news-and-events .fsCalendar > header {
  margin-bottom: 35px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar > header {
    margin-bottom: 30px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar > header {
    margin-bottom: 47px;
  }
}

.home .news-and-events .fsCalendar > .fsElementContent {
  max-width: 247px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar > .fsElementContent {
    max-width: 100%;
    margin: 0;
  }
}

.home .news-and-events .fsCalendar > footer {
  margin-top: 24px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar > footer {
    margin-top: 0;
  }
}

.home .news-and-events .fsCalendar .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 85px;
  color: #231F20;
}

.home .news-and-events .fsCalendar .slick-arrow:hover,
.home .news-and-events .fsCalendar .slick-arrow:focus {
  color: #820024;
}

.home .news-and-events .fsCalendar .slick-arrow:before {
  display: block;
  font-size: 1.25rem;
}

.home .news-and-events .fsCalendar .slick-arrow.slick-prev {
  left: 0;
}

.home .news-and-events .fsCalendar .slick-arrow.slick-prev:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .news-and-events .fsCalendar .slick-arrow.slick-next {
  right: 0;
}

.home .news-and-events .fsCalendar .slick-arrow.slick-next:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .news-and-events .fsCalendar .fsListItems {
  padding: 0 35px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar .fsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar .fsListItems {
    margin-left: -20px;
  }
}

@media (min-width: 1200px) {
  .home .news-and-events .fsCalendar .fsListItems {
    margin-left: 0;
  }
}

.home .news-and-events .fsCalendar article {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar article {
    width: calc((100% / 2) - 10px);
  }

  .home .news-and-events .fsCalendar article:nth-child(2) {
    margin: 0 0 0 20px;
  }

  .home .news-and-events .fsCalendar article:nth-child(3) {
    display: none;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar article {
    text-align: left;
    width: calc((100% / 3) - 10px);
  }

  .home .news-and-events .fsCalendar article:nth-child(2) {
    margin: 0 15px;
  }

  .home .news-and-events .fsCalendar article:nth-child(3) {
    display: block;
  }
}

@media (min-width: 1200px) {
  .home .news-and-events .fsCalendar article {
    width: calc((100% / 3) - 20px);
  }

  .home .news-and-events .fsCalendar article:nth-child(2) {
    margin: 0 30px;
  }
}

.home .news-and-events .fsCalendar .fsDate {
  position: static;
  width: 100%;
  height: 176px;
  margin: 0 auto 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar .fsDate {
    height: 117px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar .fsDate {
    height: 176px;
  }
}

.home .news-and-events .fsCalendar .fsDate span {
  margin-left: 0;
  margin-right: 0;
}

.home .news-and-events .fsCalendar .fsDate span.fsMonth {
  font-size: 1.125rem;
  line-height: 1.222;
  letter-spacing: 1.8px;
  font-weight: normal;
  padding-bottom: 12px;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar .fsDate span.fsMonth {
    font-size: 0.875rem;
    line-height: 1.2143;
    padding-bottom: 8px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar .fsDate span.fsMonth {
    font-size: 1.125rem;
    line-height: 1.222;
    padding-bottom: 12px;
  }
}

.home .news-and-events .fsCalendar .fsDate span.fsDay {
  font-size: 5.375rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.25px;
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 700px) {
  .home .news-and-events .fsCalendar .fsDate span.fsDay {
    font-size: 4.375rem;
    margin-top: 6px;
  }
}

@media (min-width: 1000px) {
  .home .news-and-events .fsCalendar .fsDate span.fsDay {
    font-size: 5.375rem;
    margin-top: 10px;
  }
}

.home .news-and-events .fsCalendar .fsTitle {
  font-family: "Crimson Text", serif;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #2D2C2B;
  margin-bottom: 0;
  letter-spacing: -0.6px;
}

.home .news-and-events .fsCalendar .fsTitle a {
  color: inherit;
  font-family: inherit;
}

.home .news-and-events .fsCalendar .fsTitle a:hover,
.home .news-and-events .fsCalendar .fsTitle a:focus {
  color: #820024;
}

.home .testimonials {
  padding-bottom: 71px;
  position: relative;
}

@media (min-width: 700px) {
  .home .testimonials {
    padding-bottom: 0;
    position: static;
  }
}

@media (min-width: 1000px) {
  .home .testimonials {
    border-bottom: 4px solid #FFF;
  }
}

.home .testimonials > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
}

@media (min-width: 700px) {
  .home .testimonials > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home .testimonials .intro {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 30px 20px 32px;
  background: #F0F0F0;
}

@media (min-width: 700px) {
  .home .testimonials .intro {
    position: relative;
    width: 40.88542%;
    padding: 32px 0 91px;
  }
}

@media (min-width: 1000px) {
  .home .testimonials .intro {
    width: 37.5%;
    padding-top: 40px;
  }
}

@media (min-width: 1300px) {
  .home .testimonials .intro {
    width: 25%;
  }
}

@media (min-width: 700px) {
  .home .testimonials .intro > header {
    margin-bottom: 25px;
    padding: 0 20px;
  }
}

@media (min-width: 1000px) {
  .home .testimonials .intro > header {
    padding: 0;
  }
}

.home .testimonials .intro > header .fsElementTitle {
  font-size: 1.8125rem;
  line-height: 1.10345;
  color: #000;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .home .testimonials .intro > header .fsElementTitle {
    font-size: 1.75rem;
    line-height: 1.3929;
  }
}

@media (min-width: 1000px) {
  .home .testimonials .intro > header .fsElementTitle {
    font-size: 2.375rem;
    line-height: 1.0264;
  }
}

.home .testimonials .intro > header .fsElementTitle:after {
  content: "\EA1F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  color: #FDBA4D;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0px;
  margin-top: 14px;
}

@media (min-width: 1000px) {
  .home .testimonials .intro > header .fsElementTitle:after {
    margin-top: 25px;
  }
}

.home .testimonials .intro > .fsElementContent {
  display: none;
}

@media (min-width: 700px) {
  .home .testimonials .intro > .fsElementContent {
    display: block;
    font-size: 0.875rem;
    line-height: 1.42858;
    font-weight: 600;
    padding: 0 29px;
  }
}

@media (min-width: 1000px) {
  .home .testimonials .intro > .fsElementContent {
    font-size: 1rem;
    line-height: 1.375;
    padding: 0 44px;
  }
}

.home .testimonials .intro > footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home .testimonials .intro > footer .fsElementFooterContent {
  margin: 0;
}

.home .testimonials .intro > footer .fsElementFooterContent .fs_style_43 {
  margin-bottom: 0;
  display: block;
  width: auto;
  max-width: 100%;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 1.2px;
  border: 0;
  padding: 26px 20px;
  text-align: center;
}

.home .testimonials .intro > footer .fsElementFooterContent .fs_style_43:after {
  position: relative;
  top: -2px;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-left: 14px;
  vertical-align: middle;
}

.home .testimonials .testi-slider.fsElement {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 700px) {
  .home .testimonials .testi-slider.fsElement {
    width: 59.11458%;
  }
}

@media (min-width: 1000px) {
  .home .testimonials .testi-slider.fsElement {
    width: 62.5%;
  }
}

@media (min-width: 1300px) {
  .home .testimonials .testi-slider.fsElement {
    width: 75%;
  }
}

.home.fsComposeMode .hero > .fsElementContent {
  display: block;
}

.home.fsComposeMode .hero .fsResourceElement {
  height: auto;
  width: 100%;
}

.home.fsComposeMode .hero .fsResourceElement video {
  position: static;
  width: 100%;
  min-width: 0;
  min-height: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -o-object-fit: initial;
     object-fit: initial;
}

.home.fsComposeMode .hero .fsResourceElement .fsElementAddWrapper {
  position: relative;
  z-index: 10;
}

.home.fsComposeMode .hero .tiles {
  width: 100%;
}

.home.fsComposeMode .hero .tiles .fsElement.fsContent:before {
  content: normal;
}

.home.fsComposeMode .hero .tiles .fsElement.fsContent > .fsElementContent {
  opacity: 1;
  position: static;
}

.home.fsComposeMode .hero .tiles .fsElement.fsContent > .fsElementContent header {
  display: none;
}

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

/*! pages - style-guide v0.0.1 */

.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 100%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 50%;
  }
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 25%;
  }
}

.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}

.colors ol li:nth-of-type(1) {
  background: #606060;
  color: #606060;
}

.colors ol li:nth-of-type(1):after {
  content: "#606060";
}

.colors ol li:nth-of-type(2) {
  background: #820024;
  color: #820024;
}

.colors ol li:nth-of-type(2):after {
  content: "#820024";
}

.colors ol li:nth-of-type(3) {
  background: #231F20;
  color: #231F20;
}

.colors ol li:nth-of-type(3):after {
  content: "#231F20";
}

.colors ol li:nth-of-type(4) {
  background: #FDBA4D;
  color: #FDBA4D;
}

.colors ol li:nth-of-type(4):after {
  content: "#FDBA4D";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}

.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Crimson Text", serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Crimson Text, serif";
}

.fonts ol li:nth-of-type(2) {
  font-family: "AvenirNextLTW01-Regular", serif;
}

.fonts ol li:nth-of-type(2):after {
  content: "AvenirNextLTW01-Regular, serif";
}

.fonts ol li:nth-of-type(3) {
  font-family: "Nunito Sans", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "Nunito Sans, sans-serif";
}

.fonts ol li:nth-of-type(4) {
  font-family: "Source Sans Pro", sans-serif;
}

.fonts ol li:nth-of-type(4):after {
  content: "Source Sans Pro, sans-serif";
}

.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}

.headers h1:after {
  content: " size: 48px / line: 70px";
}

.headers h2:after {
  content: " size: 28px / line: 40px";
}

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

.headers h4:after {
  content: " size: 15px / line: 22px";
}

.headers h5:after {
  content: " size: 17px / line: 23px";
}

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

/*! enhancements - Image Button */

.fsFourColumnLayout .image-button.fsContent {
  min-height: 251px;
}

.fsFourColumnLayout .image-button.fsContent:before {
  top: 16px;
  left: 14px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-size: 100% 221px;
  background-image: url(images/gold-border.svg);
}

.fsFourColumnLayout .image-button.fsContent:after {
  height: 82px;
}

.fsThreeColumnLayout .image-button.fsContent:before {
  background-image: url(images/gold-border.svg);
}

.fsTwoColumnLayout .image-button.fsContent:before {
  background-image: url(images/gold-border-small.svg);
}

.fsLayout > .fsDiv .image-button.fsContent + .image-button.fsContent {
  margin-top: -40px;
}

.image-button.fsContent {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 341px;
}

.image-button.fsContent:hover .fsImage a picture,
.image-button.fsContent.opened .fsImage a picture {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.image-button.fsContent:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 19px;
  width: calc(100% - 41px);
  height: calc(100% - 40px);
  background: url(images/gold-border-large.svg);
  background-size: 100% 301px;
  z-index: 10;
}

.image-button.fsContent:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 111px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.68)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.68), transparent);
  z-index: 5;
}

.image-button.fsContent > header {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 15;
}

.image-button.fsContent > header .fsElementTitle {
  margin-bottom: 0;
  color: #FFF;
  letter-spacing: 0.5px;
  font-size: 1rem;
  line-height: 2.6875;
  text-align: center;
}

.image-button.fsContent > .fsElementContent {
  font-size: 0;
  line-height: 1;
}

.image-button.fsContent .fsImage a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-button.fsContent .fsImage a picture {
  display: block;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.image-button.fsContent .fsImage a picture img {
  display: block;
  width: 100%;
  opacity: 0;
  max-height: 100%;
}

/*! enhancements - Testimonial Slider */

.testi-slider.fsElement {
  position: relative;
}

.testi-slider.fsElement.bg-gold .slide-tracker,
.testi-slider.fsElement.bg-gold .slick-prev,
.testi-slider.fsElement.bg-gold .slick-next,
.testi-slider.fsElement.bg-gold article .fsSummary,
.testi-slider.fsElement.bg-gold article .fsReadMoreLink,
.testi-slider.fsElement.bg-gray .slide-tracker,
.testi-slider.fsElement.bg-gray .slick-prev,
.testi-slider.fsElement.bg-gray .slick-next,
.testi-slider.fsElement.bg-gray article .fsSummary,
.testi-slider.fsElement.bg-gray article .fsReadMoreLink {
  color: #000;
}

.testi-slider.fsElement.bg-red .slide-tracker,
.testi-slider.fsElement.bg-red .slick-prev,
.testi-slider.fsElement.bg-red .slick-next,
.testi-slider.fsElement.bg-red article .fsSummary,
.testi-slider.fsElement.bg-red article .fsReadMoreLink,
.testi-slider.fsElement.bg-black .slide-tracker,
.testi-slider.fsElement.bg-black .slick-prev,
.testi-slider.fsElement.bg-black .slick-next,
.testi-slider.fsElement.bg-black article .fsSummary,
.testi-slider.fsElement.bg-black article .fsReadMoreLink {
  color: #FFF;
}

.testi-slider.fsElement .slide-tracker {
  display: none;
}

@media (min-width: 700px) {
  .testi-slider.fsElement .slide-tracker {
    display: block;
    position: absolute;
    bottom: 21px;
    left: 30px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    -webkit-transition: 0.2s all 0.2s;
    transition: 0.2s all 0.2s;
  }
}

@media (min-width: 1000px) {
  .testi-slider.fsElement .slide-tracker {
    bottom: 25px;
    left: calc(50% + 31px);
    font-size: 1.875rem;
  }
}

.testi-slider.fsElement .slick-prev,
.testi-slider.fsElement .slick-next {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 63px;
  -webkit-transition: 0.2s all 0.2s;
  transition: 0.2s all 0.2s;
  z-index: 100;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  width: 27px;
}

@media (min-width: 700px) {
  .testi-slider.fsElement .slick-prev,
  .testi-slider.fsElement .slick-next {
    top: 75px;
  }
}

@media (min-width: 1000px) {
  .testi-slider.fsElement .slick-prev,
  .testi-slider.fsElement .slick-next {
    bottom: 17px;
    top: auto;
    width: 43px;
  }
}

.testi-slider.fsElement .slick-prev:hover,
.testi-slider.fsElement .slick-prev:focus,
.testi-slider.fsElement .slick-next:hover,
.testi-slider.fsElement .slick-next:focus {
  opacity: 0.75;
}

.testi-slider.fsElement .slick-prev:before,
.testi-slider.fsElement .slick-next:before {
  font-size: 1.6875rem;
  display: block;
}

@media (min-width: 1000px) {
  .testi-slider.fsElement .slick-prev:before,
  .testi-slider.fsElement .slick-next:before {
    font-size: 2.6875rem;
  }
}

@media (min-width: 1000px) {
  .testi-slider.fsElement .slick-prev.slick-disabled,
  .testi-slider.fsElement .slick-next.slick-disabled {
    opacity: 0;
    visibility: hidden;
  }
}

.testi-slider.fsElement .slick-prev {
  left: calc(50% - 87px);
}

@media (min-width: 1000px) {
  .testi-slider.fsElement .slick-prev {
    left: auto;
    right: 55px;
  }
}

.testi-slider.fsElement .slick-prev:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.testi-slider.fsElement .slick-next {
  right: calc(50% - 87px);
}

@media (min-width: 1000px) {
  .testi-slider.fsElement .slick-next {
    right: 12px;
  }
}

.testi-slider.fsElement .slick-next:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.testi-slider.fsElement article {
  margin: 0;
  border: 0;
  padding: 0;
}

.testi-slider.fsElement article.bg-red {
  background: #820024;
}

.testi-slider.fsElement article.bg-red .fsThumbnail:before {
  border-right-color: #820024;
}

.testi-slider.fsElement article.bg-black {
  background: #231F20;
}

.testi-slider.fsElement article.bg-black .fsThumbnail:before {
  border-right-color: #231F20;
}

.testi-slider.fsElement article.bg-gold {
  background: #FDBA4D;
}

.testi-slider.fsElement article.bg-gold .fsThumbnail:before {
  border-right-color: #FDBA4D;
}

.testi-slider.fsElement article.bg-gray {
  background: #E0E0E0;
}

.testi-slider.fsElement article.bg-gray .fsThumbnail:before {
  border-right-color: #E0E0E0;
}

.testi-slider.fsElement article .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 25px 22px;
}

@media (min-width: 700px) {
  .testi-slider.fsElement article .wrapper {
    padding: 46px 74px 20px;
  }
}

@media (min-width: 1000px) {
  .testi-slider.fsElement article .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.testi-slider.fsElement article .inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1000px) {
  .testi-slider.fsElement article .inner {
    width: 50%;
    padding: 20px 40px 40px;
  }
}

.testi-slider.fsElement article .inner:before {
  content: '';
  position: absolute;
  top: -25px;
  left: 13px;
  width: 124px;
  height: 86px;
  background: url(images/quote-bg.svg);
  background-size: cover;
}

@media (min-width: 700px) {
  .testi-slider.fsElement article .inner:before {
    top: 33px;
    left: 26px;
    width: 331px;
    height: 229px;
  }
}

.testi-slider.fsElement article .fsThumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  border: 3px solid #FFF;
  width: 91px;
  margin: 0 auto 23px;
}

@media (min-width: 1000px) {
  .testi-slider.fsElement article .fsThumbnail {
    width: 50%;
    border: 0;
    margin: 0;
    min-height: 470px;
  }
}

@media (min-width: 700px) {
  .testi-slider.fsElement article .fsThumbnail:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 24px solid transparent;
  }
}

.testi-slider.fsElement article .fsThumbnail img {
  opacity: 0;
}

.testi-slider.fsElement article .fsSummary {
  position: relative;
  margin: 0 auto;
  max-width: 24em;
  max-width: 24rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.44445;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  -webkit-transition: 0.2s all 0.2s;
  transition: 0.2s all 0.2s;
}

@media (min-width: 1000px) {
  .testi-slider.fsElement article .fsSummary {
    font-size: 1.5rem;
    line-height: 1.3667;
  }
}

@media (min-width: 1200px) {
  .testi-slider.fsElement article .fsSummary {
    font-size: 1.875rem;
  }
}

.testi-slider.fsElement article .fsSummary em {
  display: block;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.3334;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-weight: 800;
  margin-top: 14px;
}

@media (min-width: 700px) {
  .testi-slider.fsElement article .fsSummary em {
    margin-top: 29px;
  }
}

@media (min-width: 1000px) {
  .testi-slider.fsElement article .fsSummary em {
    margin-top: 20px;
  }
}

.testi-slider.fsElement article .fsSummary:after {
  content: "\E982";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-style: normal;
  font-size: 2.75rem;
  line-height: 1;
  margin-top: 19px;
}

@media (min-width: 700px) {
  .testi-slider.fsElement article .fsSummary:after {
    margin-top: 24px;
  }
}

@media (min-width: 1000px) {
  .testi-slider.fsElement article .fsSummary:after {
    margin-top: 19px;
  }
}

.testi-slider.fsElement article .fsReadMoreLink {
  display: block;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: 0.2s all 0.2s;
  transition: 0.2s all 0.2s;
}

.testi-slider.fsElement article .fsCategories {
  display: none;
}

.publications-page #fsHeader .top-header {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 8px 15px;
}

@media (min-width: 1200px) {
  .publications-page #fsHeader .top-header {
    padding: 8px 0;
  }
}

.publications-page #fsHeader .top-header > .fsElementContent {
  padding: 0;
  min-height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.publications-page .drawer-ribbon.fsElement {
  display: block;
}

@media (min-width: 1200px) {
  .publications-page .drawer-ribbon.fsElement {
    display: none;
  }
}

.publications-page .magazine-drawer-trigger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (min-width: 1200px) {
  .publications-page .magazine-drawer-trigger {
    display: none;
  }
}

.publications-page .magazine-drawer-trigger > header {
  display: none;
}

.publications-page .magazine-drawer-trigger .menu-trigger {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.publications-page .magazine-drawer-trigger .menu-trigger:before {
  color: #d6d2d2;
  font-size: 20px;
  line-height: 60px;
}

.publications-page .logo-container {
  padding-right: 15px;
}

@media (min-width: 600px) {
  .publications-page .logo-container {
    padding-right: 0;
  }
}

.publications-page .logo-container a {
  display: block;
}

.publications-page .logo-container img {
  display: block;
  height: 100px;
  width: 290px;
}

.publications-page .issue-info .fsListLevel1 {
  border-bottom: 2px solid #231F20;
}

.publications-page .issue-info .fsListLevel1,
.publications-page .issue-info .fsListLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.publications-page .issue-info .fsListLevel1 li {
  margin: 0;
  padding: 0;
}

.publications-page .issue-info .fsListLevel1 .fsListItem {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #231F20;
  font-family: "AvenirNextLTW01-Regular", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  padding: 15px 15px 14px 15px;
  border-bottom: 0;
}

@media (min-width: 800px) {
  .publications-page .issue-info .fsListLevel1 .fsListItem {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .publications-page .issue-info .fsListLevel1 .fsListItem {
    padding: 15px 0 14px 0;
  }
}

.publications-page .issue-info .fsListLevel1 .fsDateRange {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.publications-page .issue-info .fsListLevel1 .fsName {
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.publications-page .issue-info .fsListLevel1 .fsVolume {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: auto;
}

.publications-page .online-magazine-main-nav {
  border-bottom: 2px solid #231F20;
}

@media (max-width: 1199px) {
  .publications-page .online-magazine-main-nav {
    display: none;
  }
}

.publications-page .online-magazine-main-nav > header {
  display: none;
}

.publications-page .online-magazine-main-nav .fsNavLevel1 {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .publications-page .online-magazine-main-nav .fsNavLevel1 {
    padding: 0;
  }
}

.publications-page .online-magazine-main-nav .fsNavLevel1 li {
  padding: 0;
  margin: 0;
}

.publications-page .online-magazine-main-nav .fsNavLevel1 li:first-child {
  margin-left: 0;
}

.publications-page .online-magazine-main-nav .fsNavLevel1 li:last-child {
  margin-right: 0;
}

.publications-page .online-magazine-main-nav .fsNavLevel1 li:hover a,
.publications-page .online-magazine-main-nav .fsNavLevel1 li:focus a,
.publications-page .online-magazine-main-nav .fsNavLevel1 li[class*="fsNavCurrent"] a {
  color: #231F20;
  text-decoration: underline;
}

.publications-page .online-magazine-main-nav .fsNavLevel1 li a {
  color: #231F20;
  font-family: "AvenirNextLTW01-Regular", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 14px 0;
}

.publications-page .fsTitle {
  font-size: 28px;
}

.publications-page .fsTitle > a {
  font-family: 'EB Garamond', serif;
}

body:not(.fsComposeMode).publications-page #fsFooter .top-footer {
  background: #D5D6D9;
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@font-face {
  font-family: 'IcoMoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot) 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;
}

@font-face {
  font-family: "AvenirNextLTW01-Regular";
  src: url(fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot);
  src: url(fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot) format("eot"), url(fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2) format("woff2"), url(fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff) format("woff"), url(fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf) format("truetype");
}

@font-face {
  font-family: "Avenir Next LT W01 Demi";
  src: url(fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot);
  src: url(fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot) format("eot"), url(fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2) format("woff2"), url(fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff) format("woff"), url(fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf) format("truetype");
}

@font-face {
  font-family: "Avenir Next LT W01 Bold";
  src: url(fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot);
  src: url(fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot) format("eot"), url(fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2) format("woff2"), url(fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff) format("woff"), url(fonts/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf) format("truetype");
}

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  font-family: "Nunito Sans", sans-serif;
  color: #820024;
  margin-bottom: 40px;
}

h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  font-family: "Nunito Sans", sans-serif;
  color: #231F20;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  color: #820024;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  font-family: "Nunito Sans", sans-serif;
  color: #231F20;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  font-family: "Source Sans Pro", sans-serif;
  color: #820024;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-family: "Nunito Sans", sans-serif;
  color: #71777F;
  text-transform: uppercase;
  margin-bottom: 20px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #820024;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

table.fs_style_50 {
  margin-bottom: 20px;
  width: 100%;
}

table.fs_style_50 td {
  padding: 11px 13px 14px;
  background-color: #E6E6E6;
  font-size: 1rem;
  line-height: 1.5625;
}

table.fs_style_50 tr:nth-of-type(odd) td {
  background-color: #FBFBFB;
}

table.fs_style_50 th,
table.fs_style_50 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_50 th {
  padding: 15px 13px 13px;
  text-align: left;
  background: #820024;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  font-family: "Nunito Sans", sans-serif;
}

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

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

.fsStyleSROnly {
  color: #000;
  background: #FFF;
}

.fsError {
  background: #820024;
}

.fiftyFiftySlider.fsElement .slick-slider {
  margin: 0;
  padding: 0;
}

.fiftyFiftySlider.fsElement .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 350px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 57px;
  height: 57px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  background: #820024;
}

@media (min-width: 500px) {
  .fiftyFiftySlider.fsElement .slick-arrow {
    bottom: 470px;
  }
}

@media (min-width: 700px) {
  .fiftyFiftySlider.fsElement .slick-arrow {
    top: 1px;
    bottom: auto;
  }
}

.fiftyFiftySlider.fsElement .slick-arrow:hover,
.fiftyFiftySlider.fsElement .slick-arrow:focus {
  background: #231F20;
}

.fiftyFiftySlider.fsElement .slick-arrow:before {
  display: block;
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
  line-height: 57px;
  color: #FFF;
}

.fiftyFiftySlider.fsElement .slick-arrow.fsPrevButton {
  left: 1px;
}

.fiftyFiftySlider.fsElement .slick-arrow.fsPrevButton:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fiftyFiftySlider.fsElement .slick-arrow.fsNextButton {
  right: 0;
}

@media (min-width: 500px) {
  .fiftyFiftySlider.fsElement .slick-arrow.fsNextButton {
    left: 59px;
    right: auto;
  }
}

.fiftyFiftySlider.fsElement .slick-arrow.fsNextButton:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fiftyFiftySlider.fsElement figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 700px) {
  .fiftyFiftySlider.fsElement figure {
    display: block;
  }
}

.fiftyFiftySlider.fsElement .fsResource {
  position: relative;
  border: 1px solid #DCD8D8;
  padding: 0;
  background-color: #FCFCFC;
}

@media (min-width: 700px) {
  .fiftyFiftySlider.fsElement .fsResource {
    min-height: 480px;
  }
}

.fiftyFiftySlider.fsElement .fsResource figcaption {
  text-align: center;
  padding: 65px 30px 65px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1rem;
  line-height: 1.8125;
  white-space: normal;
  color: #606060;
}

@media (min-width: 700px) {
  .fiftyFiftySlider.fsElement .fsResource figcaption {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 30px;
  }
}

.fiftyFiftySlider.fsElement .fsResource figcaption .fsTitle {
  color: #000;
  margin-bottom: 13px;
  font-weight: 400;
  position: relative;
  padding-bottom: 16px;
  font-size: 1.375rem;
  line-height: 1.36364;
}

.fiftyFiftySlider.fsElement .fsResource figcaption .fsTitle:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 47px;
  height: 2px;
  margin: auto;
  background: #FDBA4D;
}

.fiftyFiftySlider.fsElement .fsResource figcaption .fsTitle:after a {
  color: inherit;
}

.fiftyFiftySlider.fsElement .fsResource figcaption .fsTitle:after a:hover,
.fiftyFiftySlider.fsElement .fsResource figcaption .fsTitle:after a:focus {
  color: #231F20;
}

.fiftyFiftySlider.fsElement .fsResource figcaption h2 {
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 27px;
  text-transform: none;
  color: #820024;
}

.fiftyFiftySlider.fsElement .fsResource picture {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 350px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 500px) {
  .fiftyFiftySlider.fsElement .fsResource picture {
    height: 470px;
  }
}

@media (min-width: 700px) {
  .fiftyFiftySlider.fsElement .fsResource picture {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.fiftyFiftySlider.fsElement .fsResource picture img {
  opacity: 0;
  visibility: hidden;
}/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@font-face {
  font-family: 'IcoMoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot) 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;
}

@font-face {
  font-family: "AvenirNextLTW01-Regular";
  src: url(fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot);
  src: url(fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot) format("eot"), url(fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2) format("woff2"), url(fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff) format("woff"), url(fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf) format("truetype");
}

@font-face {
  font-family: "Avenir Next LT W01 Demi";
  src: url(fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot);
  src: url(fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot) format("eot"), url(fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2) format("woff2"), url(fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff) format("woff"), url(fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf) format("truetype");
}

@font-face {
  font-family: "Avenir Next LT W01 Bold";
  src: url(fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot);
  src: url(fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot) format("eot"), url(fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2) format("woff2"), url(fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff) format("woff"), url(fonts/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf) format("truetype");
}

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  font-family: "Nunito Sans", sans-serif;
  color: #820024;
  margin-bottom: 40px;
}

h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  font-family: "Nunito Sans", sans-serif;
  color: #231F20;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  color: #820024;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  font-family: "Nunito Sans", sans-serif;
  color: #231F20;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  font-family: "Source Sans Pro", sans-serif;
  color: #820024;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-family: "Nunito Sans", sans-serif;
  color: #71777F;
  text-transform: uppercase;
  margin-bottom: 20px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #820024;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

table.fs_style_50 {
  margin-bottom: 20px;
  width: 100%;
}

table.fs_style_50 td {
  padding: 11px 13px 14px;
  background-color: #E6E6E6;
  font-size: 1rem;
  line-height: 1.5625;
}

table.fs_style_50 tr:nth-of-type(odd) td {
  background-color: #FBFBFB;
}

table.fs_style_50 th,
table.fs_style_50 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_50 th {
  padding: 15px 13px 13px;
  text-align: left;
  background: #820024;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  font-family: "Nunito Sans", sans-serif;
}

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

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

.fsStyleSROnly {
  color: #000;
  background: #FFF;
}

.fsError {
  background: #820024;
}

.bpa-college-slider-1 {
  opacity: 0;
  width: 100%;
  max-width: 100%;
  margin: 50px 0;
  border-top: 8px solid #FDBA4D;
  border-bottom: 8px solid #FDBA4D;
}

.bpa-college-slider-1.element-loaded {
  opacity: 1;
}

body.fsComposeMode .bpa-college-slider-1 {
  opacity: 1;
}

.bpa-college-slider-1 .js-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-college-slider-1 > .fsElementContent > .fsListItems {
  height: 90px;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  zoom: 1;
}

.bpa-college-slider-1 > .fsElementContent > .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}

body.fsComposeMode .bpa-college-slider-1 > .fsElementContent > .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
}

.bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource {
  float: left;
  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;
  margin: 0;
  padding: 0 20px;
  height: 90px;
  position: relative;
}

body.fsComposeMode .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource {
  width: auto;
}

.bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource figure {
  display: block;
  margin: auto;
}

.bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource img {
  display: block;
  max-height: 90px;
  width: auto;
  opacity: 1;
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
}

body:not(.fsComposeMode) .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: transparent;
  white-space: nowrap;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource a:focus {
  -webkit-box-shadow: inset 0 0 0 1px #820024;
          box-shadow: inset 0 0 0 1px #820024;
}

.bpa-college-slider-1.dark > .fsElementContent {
  padding: 20px 0;
  background-color: #eee;
}

.bpa-college-slider-1.dark > .fsElementContent > .fsListItems .fsResource img {
  -webkit-filter: grayscale(1) invert(100%);
          filter: grayscale(1) invert(100%);
  opacity: 0.8;
}