@charset "UTF-8";
 /**
 *
 * St. Ignatius College Preparatory - default_17
 * @link https://www.siprep.org/
 * Site Template : newclientcustom
 * Built By: Keisha Croxton
 * Project Manager: Michelle Walker
 * Designer: Joe Cloughley
 * ==== Git Info ====
 * Branch Name: clients/siprep
 * Build version: 3.2.5
 * Git Tag: v3.0-216-gbda5457e70
 * Last build by: Jesse Rogers
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

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

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

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em; }

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
  font-family: "Bitter", serif; }

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  font-family: "Bitter", serif; }

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 600; }

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 600; }

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 18px;
  line-height: 28x;
  margin-bottom: 20px;
  font-weight: 600; }

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 28px;
  font-weight: 600;
  text-transform: uppercase; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #002664;
  font-weight: 600;
  transition: background .3s, opacity .3s, color .3s; }
  a:hover, a:focus {
    color: #A71930; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_44 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_44 td {
    padding: 10px 20px;
    background: #F2F2F2; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:not(:last-of-type), .fsAthleticsRoster .fsElementTable tr:not(:last-of-type),
  table.styled tr:not(:last-of-type),
  .fs_style_44 tr:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_44 th,
  .fs_style_44 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_44 th {
    padding: 10px 20px;
    text-align: left;
    background: #002664;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid #ffffff; }

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

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

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement:last-child {
  margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #222222; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #222222; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: black; }

.fsElementDialog {
  color: #222222; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

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

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

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

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

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

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

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  opacity: 1;
  transition: opacity .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%; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #222222;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #A71930;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center; }
  .button:hover, .button:focus {
    background: #91162a;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #002664;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center; }
  .color-button:hover, .color-button:focus {
    background: #001c4b;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #002664;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  border: 0.2em solid #002664; }
  .hollow-button:hover, .hollow-button:focus {
    background: rgba(0, 0, 0, 0);
    color: #002664; }
  .hollow-button em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }

.fs_style_45 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #A71930;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center; }
  .fs_style_45:hover, .fs_style_45:focus {
    background: #91162a;
    color: #fff; }
  .fs_style_45 em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }

.fs_style_46 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #002664;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center; }
  .fs_style_46:hover, .fs_style_46:focus {
    background: #001c4b;
    color: #fff; }
  .fs_style_46 em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }

.fs_style_45,
.fs_style_46 {
  padding: 10px 30px; }

.fs_style_47 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #A71930;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center; }
  .fs_style_47:hover, .fs_style_47:focus {
    background: #91162a;
    color: #fff; }
  .fs_style_47 em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }

.fs_style_48 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #002664;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center; }
  .fs_style_48:hover, .fs_style_48:focus {
    background: #001c4b;
    color: #fff; }
  .fs_style_48 em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }

.fs_style_49 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #F2F2F2;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #222222; }
  .fs_style_49:hover, .fs_style_49:focus {
    background: #e5e5e5;
    color: #fff; }
  .fs_style_49 em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }
  .fs_style_49:hover, .fs_style_49:focus {
    color: #222222; }

.fs_style_47,
.fs_style_48,
.fs_style_49 {
  padding: 15px 20px; }

.fs_style_45,
.fs_style_46,
.fs_style_47,
.fs_style_48,
.fs_style_49 {
  padding: 15px 20px; }
  .fs_style_45.fs_style_50,
  .fs_style_46.fs_style_50,
  .fs_style_47.fs_style_50,
  .fs_style_48.fs_style_50,
  .fs_style_49.fs_style_50 {
    display: block;
    width: 100%; }

#fsBannerLeft .fs_style_45,
#fsBannerLeft .fs_style_46,
#fsBannerLeft .fs_style_47,
#fsBannerLeft .fs_style_48,
#fsBannerLeft .fs_style_49,
#fsBannerRight .fs_style_45,
#fsBannerRight .fs_style_46,
#fsBannerRight .fs_style_47,
#fsBannerRight .fs_style_48,
#fsBannerRight .fs_style_49 {
  display: block;
  width: 100%; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #222222;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #151515;
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #222222;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #151515;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_43 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Bitter", serif; }

blockquote {
  position: relative;
  margin: 50px 0 20px;
  font-size: 1em;
  line-height: 1.2em;
  font-size: 24px;
  line-height: 36px;
  font-family: "Bitter", serif;
  border-top: 3px solid #F2F2F2;
  border-bottom: 3px solid #F2F2F2;
  padding: 50px 0 35px;
  text-align: center; }
  blockquote:before {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #A71930;
    background-color: #ffffff;
    border: 3px solid #F2F2F2;
    height: 60px;
    width: 60px;
    line-height: 60px; }

cite,
.fs_style_42 {
  display: block;
  margin: 0;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #A71930;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px; }
  cite:before,
  .fs_style_42:before {
    content: '- '; }

.callout {
  padding: 30px 20px;
  background: #A71930;
  color: #ffffff;
  margin-bottom: 20px; }
  .callout > header h2.fsElementTitle {
    display: inline-block;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px; }
  .callout > .fsElementContent {
    font-size: 20px;
    line-height: 30px; }
  .callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
    color: #ffffff; }
  .callout.red {
    background: #A71930; }
    .callout.red > .fsElementContent a:not(.re-icon) {
      color: #ffffff;
      text-decoration: underline; }
      .callout.red > .fsElementContent a:not(.re-icon):hover {
        opacity: 0.75; }
  .callout.blue {
    background: #002664; }
    .callout.blue > .fsElementContent a:not(.re-icon) {
      color: #ffffff;
      text-decoration: underline; }
      .callout.blue > .fsElementContent a:not(.re-icon):hover {
        opacity: 0.75; }
  .callout.grey {
    background: #F2F2F2;
    color: #222222; }
    .callout.grey h1, .callout.grey h2, .callout.grey h3, .callout.grey h4, .callout.grey h5, .callout.grey h6 {
      color: #222222; }
    .callout.grey > header h2.fsElementTitle {
      border-bottom: 3px solid #222222; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0;
  background-color: #ffffff;
  position: relative; }
  #fsHeader > .fsBanner {
    background-color: #A71930; }

body:not(.fsDraftMode) #fsHeader > .fsBanner {
  height: 60px; }
  @media (min-width: 1350px) {
    body:not(.fsDraftMode) #fsHeader > .fsBanner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.site-info-container {
  display: block;
  padding: 20px 0; }
  @media (min-width: 1350px) {
    .site-info-container {
      display: none; } }
  .site-info-container a {
    display: block;
    padding: 0; }
  .site-info-container:not(.si) {
    text-align: center;
    font-family: "Bitter", serif;
    padding: 20px;
    background-color: #F2F2F2; }
    .site-info-container:not(.si) > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem; }
    .site-info-container:not(.si) a {
      font-size: 25px;
      line-height: 30px;
      font-weight: 400;
      color: #222222;
      margin-bottom: 10px; }
      .site-info-container:not(.si) a:hover, .site-info-container:not(.si) a:focus {
        color: #222222;
        opacity: 0.75; }
    .site-info-container:not(.si) span {
      font-style: italic; }
  .site-info-container.si {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-family: "Bitter", serif;
    font-size: 28px;
    line-height: 60px;
    padding: 0;
    width: 60px;
    height: 60px;
    transition: all ease 0.3s;
    display: none; }
    .site-info-container.si a {
      color: #ffffff;
      font-weight: 400; }
    .site-info-container.si:hover {
      opacity: 0.75; }
    @media (min-width: 1350px) {
      .site-info-container.si {
        display: block; } }
  .site-info-container.si-update {
    display: inline-block;
    text-transform: none;
    padding: 0 20px;
    width: auto; }

body:not(.fsDraftMode) {
  /*  #fsPageContent .hero,
  #fsHeader .hero {
    opacity: 0;
    visibility: hidden;
  }*/ }
  body:not(.fsDraftMode) .hero img {
    width: 100%;
    height: auto;
    border: 0;
    margin: 0; }

#fsFooter {
  color: #fff;
  background-color: #222222; }
  #fsFooter .fsBanner {
    padding: 50px 0 0; }
    #fsFooter .fsBanner:after {
      content: normal; }
  #fsFooter .footer-school-name {
    margin-top: 0;
    font-weight: normal;
    color: #A71930;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center; }
    #fsFooter .footer-school-name p {
      display: none; }
    #fsFooter .footer-school-name a {
      color: #ffffff; }
      #fsFooter .footer-school-name a:hover, #fsFooter .footer-school-name a:focus {
        opacity: 0.75; }
    #fsFooter .footer-school-name > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      padding: 0 20px; }
      @media (min-width: 1180px) {
        #fsFooter .footer-school-name > .fsElementContent {
          padding: 0; } }
    @media (min-width: 900px) {
      #fsFooter .footer-school-name {
        text-align: left; } }
  #fsFooter .top-bar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 20px 20px 50px; }
    @media (min-width: 900px) {
      #fsFooter .top-bar > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 1180px) {
      #fsFooter .top-bar > .fsElementContent {
        padding: 20px 0 50px; } }
  #fsFooter .bottom-bar {
    background-color: #A71930; }
    #fsFooter .bottom-bar > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      padding: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        #fsFooter .bottom-bar > .fsElementContent {
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-direction: row;
          flex-direction: row; } }
      @media (min-width: 1180px) {
        #fsFooter .bottom-bar > .fsElementContent {
          padding: 20px 0; } }
  #fsFooter .nav-social {
    margin-bottom: 20px;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media (min-width: 700px) {
      #fsFooter .nav-social {
        border-bottom: 0;
        -ms-flex-order: 3;
        order: 3; } }
  #fsFooter .logo-AMDG {
    -ms-flex-order: 2;
    order: 2;
    text-align: center; }
    #fsFooter .logo-AMDG img {
      height: 20px;
      width: 175px;
      opacity: .5; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    display: none; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

.school-details-container {
  font-size: 18px;
  text-align: center; }
  @media (min-width: 900px) {
    .school-details-container {
      text-align: left; } }
  .school-details-container ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px; }
    .school-details-container ul, .school-details-container ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .school-details-container ul li {
      margin: 0;
      padding: 0; }
    .school-details-container ul li {
      display: inline-block;
      line-height: 18px; }
      .school-details-container ul li:not(:last-of-type) {
        margin-right: 10px;
        padding-right: 11px;
        border-right: 1px solid #ffffff; }
      .school-details-container ul li a {
        color: #ffffff; }
        .school-details-container ul li a:hover {
          opacity: 0.75; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

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

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

body {
  font-size: 16px;
  line-height: 26px;
  color: #222222; }

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

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

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 320px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 600px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 320px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 320px; } }

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

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 1.25em;
      padding-left: 1.25em; } }

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

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

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 280px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 280px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 320px); } }

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

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

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

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

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

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

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px); } }

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

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

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

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

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 40px;
        width: 320px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 320px); } }

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 320px; } }

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

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

#fsPoweredByFinalsite {
  -ms-flex-order: 3;
  order: 3;
  margin: 0 auto; }
  @media (min-width: 700px) {
    #fsPoweredByFinalsite {
      -ms-flex-order: 1;
      order: 1;
      margin: 0; } }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #A71930;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #002664;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #A71930;
      background: transparent; }

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

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

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

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

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

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #002664;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #A71930;
      background: #F2F2F2; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #A71930;
    background: #d9d9d9; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #002664;
      background: #F2F2F2; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #F2F2F2; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #002664;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #002664;
        background: #F2F2F2; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #F2F2F2; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }

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

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

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

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

.nav-sub {
  display: none; }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        color: #A71930;
        font-size: 18px;
        line-height: 28x;
        margin-bottom: 20px;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #F2F2F2;
        background-color: #002664;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #e3435d;
          color: #F2F2F2; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle:after {
          content: "+";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #F2F2F2; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #002664;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #A71930;
          background: white; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #A71930;
        background: #cccccc; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #002664;
          background: #bfbfbf; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #d9d9d9; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #002664;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #A71930;
            background: #cccccc; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 30px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 50px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: #002664;
      color: #F2F2F2; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      font-weight: 400;
      padding: 10px 20px;
      color: #222222;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #A71930;
        background: transparent;
        font-weight: 600; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid #d9d9d9; }
      .nav-sub .fsNavLevel1 > li > a {
        font-size: 18px; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a {
        background-color: #A71930;
        color: #ffffff;
        position: relative;
        font-weight: 600;
        width: calc(100% - 8px); }
        .nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a:after {
          content: '';
          width: 0;
          position: absolute;
          top: 0;
          right: -10px;
          height: 0;
          border-style: solid;
          border-width: 23px 0 23px 10px;
          border-color: transparent transparent transparent #A71930; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        color: #A71930;
        background: transparent; }
        .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor a {
          font-weight: 600; }
  .nav-sub .fsNavLevel2 {
    padding: 5px 0; }
    .nav-sub .fsNavLevel2 a {
      padding-top: 5px;
      padding-bottom: 5px; }
    .nav-sub .fsNavLevel2 > li > a {
      font-size: 14px;
      padding-left: 30px; }
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a {
      background-color: #A71930;
      color: #ffffff;
      position: relative;
      font-weight: 600; }
      .nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a:after {
        content: '';
        width: 0;
        position: absolute;
        top: 0;
        right: -10px;
        height: 0;
        border-style: solid;
        border-width: 18px 0 18px 10px;
        border-color: transparent transparent transparent #A71930; }
  .nav-sub .fsNavLevel3 > li > a {
    font-size: 14px;
    padding-left: 40px;
    font-style: italic; }
    .nav-sub .fsNavLevel3 > li > a:before {
      content: '- '; }
  .nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel3 > li.fsNavCurrentPageAncestor > a {
    color: #002664;
    font-weight: 600; }
    .nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a:hover, .nav-sub .fsNavLevel3 > li.fsNavCurrentPageAncestor > a:hover {
      color: #A71930; }
  .nav-sub .fsNavLevel4 > li > a {
    font-size: 14px;
    padding-left: 50px; }
  .nav-sub .fsNavLevel4 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel4 > li.fsNavCurrentPageAncestor > a {
    color: #002664;
    font-weight: 600; }
    .nav-sub .fsNavLevel4 > li.fsNavCurrentPage > a:hover, .nav-sub .fsNavLevel4 > li.fsNavCurrentPageAncestor > a:hover {
      color: #A71930; }
  .nav-sub .fsNavLevel5 > li > a {
    font-size: 14px;
    padding-left: 60px; }
  .nav-sub .fsNavLevel5 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel5 > li.fsNavCurrentPageAncestor > a {
    color: #002664;
    font-weight: 600; }
    .nav-sub .fsNavLevel5 > li.fsNavCurrentPage > a:hover, .nav-sub .fsNavLevel5 > li.fsNavCurrentPageAncestor > a:hover {
      color: #A71930; }

.nav-main {
  margin-left: 10px; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1350px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 1350px) {
    .nav-main .fsNavLevel1 {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    position: relative; }
    .nav-main .fsNavLevel1 > li:not(.fsNavParentPage) > a:after {
      display: none; }
    @media (min-width: 1350px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto; } }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: rgba(255, 255, 255, 0.75); }
      .nav-main .fsNavLevel1 > li:hover > a:after {
        opacity: 1; }
    .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      border-top: 5px solid rgba(167, 25, 48, 0.25);
      padding: 20px 15px; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #ffffff;
      background: transparent; }
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid #ffffff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        z-index: 301; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #ffffff;
      background: transparent;
      padding: 0 5px;
      line-height: 60px;
      position: relative;
      font-size: 15px; }
      @media (min-width: 1372px) {
        .nav-main .fsNavLevel1 > li > a {
          padding: 0 8px; } }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: rgba(255, 255, 255, 0.75);
        background: transparent; }
      .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid #A71930;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        opacity: 0;
        z-index: 301; }
    html.js .nav-main .fsNavLevel1 > li {
      position: relative; }
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
        max-height: 9999px; }
    html:not(.js) .nav-main .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  background: rgba(242, 242, 242, 0.95);
  text-align: left;
  z-index: 300;
  width: 445px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .nav-main .fsNavPageInfo .menu-col {
    width: calc(50% - 5px); }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #222222;
  background: transparent;
  padding: 5px 10px;
  font-weight: 400; }
  .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
    color: #A71930;
    background: transparent; }

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

.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 1350px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.25); }
  @media (min-width: 1350px) {
    .drawer-trigger {
      display: none; } }
  .drawer-trigger:after, .drawer-trigger:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 30%;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.25em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top 0.3s, transform 0.3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.25em 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow 0.3s, transform 0.3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 60px;
  background: #A71930;
  max-width: 320px;
  z-index: 9800; }
  @media (min-width: 1350px) {
    #fsMenu {
      display: none; } }
  .drawer-is-active #fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  #fsMenu .fsMenu {
    padding: 20px 0 45px; }
  #fsMenu .nav-utility {
    margin-top: 30px; }
    #fsMenu .nav-utility.first-util {
      margin-bottom: 15px; }
      #fsMenu .nav-utility.first-util .fsNavLevel1 li {
        display: none; }
        #fsMenu .nav-utility.first-util .fsNavLevel1 li:nth-of-type(1) {
          display: block; }
        #fsMenu .nav-utility.first-util .fsNavLevel1 li:nth-of-type(2) {
          display: block; }
        #fsMenu .nav-utility.first-util .fsNavLevel1 li:nth-of-type(3) {
          display: block; }
        #fsMenu .nav-utility.first-util .fsNavLevel1 li:nth-of-type(4) {
          display: block; }
    #fsMenu .nav-utility.second-util {
      margin-top: 0; }
      #fsMenu .nav-utility.second-util .fsNavLevel1 > li {
        display: none; }
        #fsMenu .nav-utility.second-util .fsNavLevel1 > li:nth-of-type(5) {
          display: block;
          border-top: none; }
        #fsMenu .nav-utility.second-util .fsNavLevel1 > li:nth-of-type(6) {
          display: block; }
        #fsMenu .nav-utility.second-util .fsNavLevel1 > li:nth-of-type(7) {
          display: block; }
    #fsMenu .nav-utility li a {
      color: #ffffff;
      padding: 5px 30px;
      font-weight: 400; }
    #fsMenu .nav-utility li.give {
      margin-top: 10px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 5px; }
    #fsMenu .nav-utility li.search-trigger {
      display: none; }
  #fsMenu .menu-search {
    background: rgba(255, 255, 255, 0.25);
    padding: 5px 30px; }
    #fsMenu .menu-search form input {
      color: #ffffff;
      font-size: 18px;
      background: transparent;
      border: 0;
      width: calc(100% - 50px); }
    #fsMenu .menu-search form button {
      height: 40px;
      width: 40px;
      background: transparent;
      border: 0;
      transition: all ease 0.3s;
      font-size: 0;
      color: transparent; }
      #fsMenu .menu-search form button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #ffffff;
        font-size: 16px;
        line-height: 40px; }

.nav-canvas .fsNavLevel1 > li {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .nav-canvas .fsNavLevel1 > li > a {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    color: #ffffff; }
  .nav-canvas .fsNavLevel1 > li.active {
    background-color: rgba(0, 0, 0, 0.15); }
    .nav-canvas .fsNavLevel1 > li.active > a {
      text-decoration: underline !important; }

.nav-canvas .fsNavLevel2 {
  padding-left: 1.25em; }
  .nav-canvas .fsNavLevel2 a {
    font-size: 16px;
    padding: 0; }
  .nav-canvas .fsNavLevel2 > li {
    padding: 10px; }
    .nav-canvas .fsNavLevel2 > li.active > a {
      text-decoration: underline !important; }

.nav-canvas .fsNavLevel3 {
  padding-left: 1.25em; }
  .nav-canvas .fsNavLevel3 > li {
    padding: 10px 20px; }
    .nav-canvas .fsNavLevel3 > li.active {
      padding-right: 0; }
      .nav-canvas .fsNavLevel3 > li.active > a {
        text-decoration: underline !important; }

.nav-canvas .fsNavLevel4 {
  padding-left: 1.25em; }
  .nav-canvas .fsNavLevel4 > li {
    padding: 10px 0 10px 20px; }
    .nav-canvas .fsNavLevel4 > li.active > a {
      text-decoration: underline !important; }

.nav-canvas .fsNavLevel5 {
  padding-left: 1.25em; }
  .nav-canvas .fsNavLevel5 > li {
    padding: 10px 0 10px 20px; }
    .nav-canvas .fsNavLevel5 > li.active > a {
      text-decoration: underline !important; }

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

.nav-canvas ul li {
  margin: 0;
  padding: 0; }

.nav-canvas ul li a {
  color: #ffffff; }
  .nav-canvas ul li a:focus, .nav-canvas ul li a:hover {
    color: #ffffff; }

.nav-canvas ul li.fsNavCurrentPage > a,
.nav-canvas ul li.fsNavCurrentPageAncestor > a {
  color: #ffffff !important; }

.nav-canvas ul li.fsNavParentPage {
  position: relative; }
  .nav-canvas ul li.fsNavParentPage .fsNavPageInfo {
    display: none; }
  .nav-canvas ul li.fsNavParentPage .drop-trigger {
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    text-align: center;
    font-size: 25px;
    padding: 10px 0; }
    .nav-canvas ul li.fsNavParentPage .drop-trigger:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 14px; }
    .nav-canvas ul li.fsNavParentPage .drop-trigger.expanded:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 8px; }

.nav-canvas ul li.fsNavCurrentPage > .fsNavPageInfo, .nav-canvas ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block; }

.nav-social {
  text-align: center; }
  @media (min-width: 700px) {
    .nav-social {
      text-align: right; } }
  .nav-social .fsNavLevel1 {
    font-size: 0; }
    .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-social .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .nav-social .fsNavLevel1 li {
      display: inline-block; }
      .nav-social .fsNavLevel1 li:not(:last-child) {
        margin-right: 15px; }
    .nav-social .fsNavLevel1 [href*='facebook']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='instagram']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='linkedin']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='pinterest']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='tumblr']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='twitter']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vimeo']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vine']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='youtube']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='rss']:before {
      content: "";
      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 {
      color: #ffffff;
      opacity: 0.75; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #ffffff;
      opacity: 0.75; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #ffffff;
      opacity: 0.75; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #ffffff;
      opacity: 0.75; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #ffffff;
      opacity: 0.75; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #ffffff;
      opacity: 0.75; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #ffffff;
      opacity: 0.75; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #ffffff;
      opacity: 0.75; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #ffffff;
      opacity: 0.75; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #ffffff;
      opacity: 0.75; }
    .nav-social .fsNavLevel1 a {
      display: block;
      padding: 0; }
      .nav-social .fsNavLevel1 a:before {
        color: #ffffff;
        font-size: 20px;
        line-height: 20px;
        transition: 0.3s all;
        display: block; }

.nav-utility-header {
  display: none;
  margin: 0 0 0 auto; }
  .nav-utility-header .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    .nav-utility-header .fsNavLevel1, .nav-utility-header .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-header .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .nav-utility-header .fsNavLevel1 > li {
      display: inline-block; }
      .nav-utility-header .fsNavLevel1 > li:not(:last-of-type) {
        margin-right: 1px; }
      .nav-utility-header .fsNavLevel1 > li a {
        padding: 0 15px;
        line-height: 60px;
        color: #ffffff;
        font-weight: 400;
        background-color: rgba(0, 0, 0, 0.1);
        height: 60px; }
        .nav-utility-header .fsNavLevel1 > li a:focus, .nav-utility-header .fsNavLevel1 > li a:hover {
          color: #ffffff;
          background-color: rgba(0, 0, 0, 0.2); }
      .nav-utility-header .fsNavLevel1 > li.a-z a, .nav-utility-header .fsNavLevel1 > li.give a, .nav-utility-header .fsNavLevel1 > li.search-trigger a {
        background-color: rgba(0, 0, 0, 0.25);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
        .nav-utility-header .fsNavLevel1 > li.a-z a:focus, .nav-utility-header .fsNavLevel1 > li.a-z a:hover, .nav-utility-header .fsNavLevel1 > li.give a:focus, .nav-utility-header .fsNavLevel1 > li.give a:hover, .nav-utility-header .fsNavLevel1 > li.search-trigger a:focus, .nav-utility-header .fsNavLevel1 > li.search-trigger a:hover {
          background-color: rgba(0, 0, 0, 0.35); }
      .nav-utility-header .fsNavLevel1 > li.search-trigger a {
        font-size: 0;
        color: transparent;
        width: 60px;
        text-align: center; }
        .nav-utility-header .fsNavLevel1 > li.search-trigger a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 16px;
          color: #ffffff; }
  @media (min-width: 650px) {
    .nav-utility-header {
      display: block;
      float: right; } }
  @media (min-width: 1350px) {
    .nav-utility-header {
      display: block;
      float: none; } }

@media (min-width: 900px) {
  .nav-utility-footer {
    width: calc(100% - 400px); } }

@media (min-width: 1300px) {
  .nav-utility-footer {
    width: calc(100% - 500px); } }

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

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

@media (min-width: 900px) {
  .nav-utility-footer .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.nav-utility-footer .fsNavLevel1 a {
  color: #ffffff; }
  .nav-utility-footer .fsNavLevel1 a:hover {
    color: #ffffff;
    opacity: 0.75; }

.nav-utility-footer .list-col {
  width: 100%; }
  @media (max-width: 899px) {
    .nav-utility-footer .list-col li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    .nav-utility-footer .list-col:nth-of-type(3) li:last-of-type {
      border-bottom: 0; } }
  @media (min-width: 900px) {
    .nav-utility-footer .list-col li:not(:last-of-type) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); } }
  @media (min-width: 900px) {
    .nav-utility-footer .list-col {
      width: 33%; }
      .nav-utility-footer .list-col:not(:last-of-type) {
        margin-right: 20px; } }

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

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

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

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

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

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

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

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

/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px; }
  .fsProfileImage img {
    display: block; }

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection h4 {
    margin: 0 0 1rem 0; }

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 16px;
    line-height: 26px; }
  .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 #bfbfbf;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #bfbfbf;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 32px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #A71930;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    .fsConstituentSearchForm [type*='submit']:hover, .fsConstituentSearchForm [type*='submit']:focus {
      background: #91162a;
      color: #fff; }
    .fsConstituentSearchForm [type*='submit'] em {
      display: block;
      font-style: normal;
      text-transform: none;
      margin-top: 15px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em; }

.fsConstituent.fsElementDialog .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: #F2F2F2;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    color: #A71930;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
    display: block;
    padding: 10px 13.33333px;
    color: #222222;
    transition: .3s;
    font-weight: 600;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #002664;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #ffffff;
      transition: .3s; }

.fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
  background-color: #F2F2F2;
  margin-bottom: 5px; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #002664; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #ffffff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  font-family: "IcoMoon";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 9px;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  font-family: "IcoMoon";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 9px;
  content: ""; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px; }

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

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

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

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

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

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

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

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

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

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

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

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

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

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

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

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

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

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

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

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

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    color: #A71930;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

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

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

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #F2F2F2; }
  .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:not(.simple-calendar) article {
  position: relative;
  padding-left: 80px;
  min-height: 75px;
  padding-top: 0; }
  .fsCalendar:not(.simple-calendar) article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar:not(.simple-calendar) .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 75px;
  width: 60px;
  color: #ffffff;
  background: #A71930;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar:not(.simple-calendar) .fsDate > span {
    display: block; }
    .fsCalendar:not(.simple-calendar) .fsDate > span.fsMonth {
      text-transform: uppercase;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 3px; }
    .fsCalendar:not(.simple-calendar) .fsDate > span.fsDay {
      font-size: 22px;
      line-height: 18px;
      margin-bottom: 5px; }
    .fsCalendar:not(.simple-calendar) .fsDate > span.fsYear {
      font-size: 16px;
      line-height: 16px; }

.fsCalendar:not(.simple-calendar) .fsTitle {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #222222;
  margin-bottom: 5px; }
  .fsCalendar:not(.simple-calendar) .fsTitle a {
    color: #222222; }
    .fsCalendar:not(.simple-calendar) .fsTitle a:hover {
      opacity: 0.75; }

.fsCalendar:not(.simple-calendar) .fsDescription p:last-child,
.fsCalendar:not(.simple-calendar) .fsNotes p:last-child {
  margin-bottom: 0; }

.fsCalendar:not(.simple-calendar) .fsDescription {
  margin-top: 15px; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar:not(.simple-calendar).fsList > header h2.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #002664;
  font-family: "Open Sans", sans-serif; }

.fsCalendar:not(.simple-calendar).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.0em;
  font-weight: bold;
  outline: 0;
  word-wrap: break-word; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

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

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(167, 25, 48, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(167, 25, 48, 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(167, 25, 48, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(167, 25, 48, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #222222;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #151515;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      text-transform: none;
      margin-top: 15px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

/*! _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 */
/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #222222; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .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 #ccc; }
    .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: #002664;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #A71930; }
    .fsComposerFormEmbed form .required {
      color: #A71930; }
    .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: #002664;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #A71930;
          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 {
      transition: all ease 0.3s;
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 10px 20px;
      background: #A71930;
      color: #fff;
      border-radius: 2px;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 25px;
      text-align: center; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        background: #91162a;
        color: #fff; }
      .fsComposerFormEmbed form .submitBtn em {
        display: block;
        font-style: normal;
        text-transform: none;
        margin-top: 15px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Open Sans", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    transition: all ease 0.3s;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #A71930;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    text-align: center; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      background: #91162a;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal;
      text-transform: none;
      margin-top: 15px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewSuccess button, .fsAccount .fsLoginNewSuccess button {
  margin-top: 20px; }

.fsLogin .fsResetPasswordFields > div, .fsAccount .fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsLogin .fsResetPasswordFields > div:last-child, .fsAccount .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

.fsLogin .fsResetPasswordFields label > input, .fsAccount .fsResetPasswordFields label > input {
  margin-bottom: 20px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #222222;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    text-align: center; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #151515;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal;
      text-transform: none;
      margin-top: 15px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #222222;
  font-family: "Open 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%;
  -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: #002664;
  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: "Bitter", 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%;
  -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: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  color: #fff;
  position: relative; }
  .fsCustomSlider .caption-wrapper .caption-desc {
    padding: 20px 40px;
    width: 100%; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      position: absolute;
      bottom: 0;
      left: 0; } }
  .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-desc {
    display: block; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc h2 {
    color: #fff;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif; } }

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

.fsNews .fsTitle {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #222222;
  margin-bottom: 5px; }
  .fsNews .fsTitle a {
    color: #222222; }
    .fsNews .fsTitle a:hover {
      opacity: 0.75; }

.fsNews.fsList > header h2.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #002664;
  font-family: "Open Sans", sans-serif; }

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

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

.fsPostElement .fsTitle {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #222222;
  margin-bottom: 5px; }
  .fsPostElement .fsTitle a {
    color: #222222; }
    .fsPostElement .fsTitle a:hover {
      opacity: 0.75; }

.fsPostElement.fsList > header h2.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  color: #A71930;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #002664;
  font-family: "Open Sans", sans-serif; }

/*! _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 {
  margin-bottom: 20px; }
  .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: #002664 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #F2F2F2;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "Open 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: #A71930;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "Open 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;
        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; }

#fsHeader .header-search {
  height: 60px;
  background: #7d1324;
  position: absolute;
  top: 0;
  right: 0px;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden; }
  #fsHeader .header-search form {
    width: 0;
    overflow: hidden;
    transition: all ease 0.3s; }
    #fsHeader .header-search form input {
      height: 60px;
      padding-left: 20px;
      background: transparent;
      border: 0;
      vertical-align: top;
      width: calc(100% - 65px);
      color: #ffffff; }
    #fsHeader .header-search form button {
      height: 60px;
      width: 60px;
      background: transparent;
      border: 0;
      transition: all ease 0.3s;
      font-size: 0;
      color: transparent; }
      #fsHeader .header-search form button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #ffffff;
        font-size: 16px;
        line-height: 57px; }
      #fsHeader .header-search form button:hover {
        background: rgba(0, 0, 0, 0.25); }
  #fsHeader .header-search.active {
    opacity: 1;
    visibility: visible; }
    #fsHeader .header-search.active form {
      width: 300px; }

.tt-menu {
  color: #222222;
  padding: 10px; }

.tt-suggestion {
  padding: 2px 8px;
  font-size: 14px;
  padding: 15px;
  line-height: 26px;
  border-bottom: 1px dashed #c2c2c2; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .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 #222222; }
      .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: #222222;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Open 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: #222222;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px;
      font-family: "Open Sans", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Open 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: #222222; }
  .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: #002664; }

.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: #002664 !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #A71930 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

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

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

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #A71930;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #91162a;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #222222;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #151515;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 5px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        color: #A71930;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 5px;
        display: block;
        padding: 10px 13.33333px;
        color: #222222;
        transition: .3s;
        font-weight: 600;
        background: #F2F2F2;
        color: #222222; }
        .fsTabs .fsTabsNav li a:hover {
          background: #002664;
          color: #ffffff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #A71930;
        color: #ffffff; }

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

/*! pages - home v0.0.1 */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }

@keyframes flip-horizontal-bottom {
  0% {
    transform: rotateX(0); }
  100% {
    transform: rotateX(-90deg); } }

@keyframes flip-horizontal-top {
  0% {
    transform: rotateX(-90deg); }
  100% {
    transform: rotateX(0); } }

.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100%; }

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

.home .news-cal {
  background-color: #A71930;
  position: relative;
  padding: 10px 50px; }
  .home .news-cal p {
    overflow: visible;
    margin-bottom: 0;
    width: 205px; }
  @media (min-width: 1000px) {
    .home .news-cal p {
      width: auto; }
    .home .news-cal:before {
      content: '';
      display: none; } }

.home:not(.fsDraftMode) .news-cal {
  padding: 10px 0; }
  .home:not(.fsDraftMode) .news-cal a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 20px; }
  .home:not(.fsDraftMode) .news-cal:before {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .home:not(.fsDraftMode) .news-cal .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  @media (min-width: 1000px) {
    .home:not(.fsDraftMode) .news-cal {
      position: absolute;
      right: -92px;
      top: 115px;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      padding: 5px 0; }
      .home:not(.fsDraftMode) .news-cal a {
        padding: 5px 20px;
        font-weight: 400;
        font-size: 16px; }
        .home:not(.fsDraftMode) .news-cal a:first-of-type {
          padding-right: 21px;
          border-right: 1px solid rgba(0, 0, 0, 0.3); } }
  @media (min-width: 1325px) {
    .home:not(.fsDraftMode) .news-cal {
      top: 205px; } }

.home .panel-welcome {
  background: #F2F2F2;
  text-align: center;
  padding: 40px 0 0; }
  .home .panel-welcome .box.vimeo.show iframe {
    height: 470px !important; }
  @media (min-width: 1000px) {
    .home .panel-welcome {
      margin-top: 100px;
      padding: 0 20px; } }
  .home .panel-welcome > .fsElementContent:not(.mobile) {
    display: none; }
    @media (min-width: 1000px) {
      .home .panel-welcome > .fsElementContent:not(.mobile) {
        display: block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .home .panel-welcome .box {
    position: relative; }
    @media (min-width: 1000px) {
      .home .panel-welcome .box {
        width: calc(33% - 10px); }
        .home .panel-welcome .box:nth-of-type(1), .home .panel-welcome .box:nth-of-type(2), .home .panel-welcome .box:nth-of-type(3) {
          margin-bottom: 20px; } }
    .home .panel-welcome .box.no-text {
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: top !important; }
      @media (max-width: 999px) {
        .home .panel-welcome .box.no-text {
          min-height: 539px;
          margin-bottom: 40px;
          background-position: center !important; } }
      .home .panel-welcome .box.no-text:before {
        content: none !important; }
      .home .panel-welcome .box.no-text a:after {
        visibility: hidden; }
      .home .panel-welcome .box.no-text h3 {
        border-bottom: none !important;
        padding-top: 0 !important; }
        @media (min-width: 1600px) {
          .home .panel-welcome .box.no-text h3 {
            width: 100%; } }
      @media (min-width: 1600px) {
        .home .panel-welcome .box.no-text img {
          width: 100%; } }
      .home .panel-welcome .box.no-text .fsElementContent {
        text-align: center; }
        @media (min-width: 1600px) {
          .home .panel-welcome .box.no-text .fsElementContent {
            width: 100%; } }
        @media (min-width: 1325px) {
          .home .panel-welcome .box.no-text .fsElementContent {
            right: auto !important; } }
      @media (min-width: 1600px) {
        .home .panel-welcome .box.no-text a {
          width: 100%; } }
    .home .panel-welcome .box.bg-blue {
      background: #002664 !important;
      color: #fff !important; }
      .home .panel-welcome .box.bg-blue h3 {
        color: #fff !important; }
    .home .panel-welcome .box.bg-red {
      background: #A71930 !important;
      color: #fff !important; }
      .home .panel-welcome .box.bg-red h3 {
        color: #fff !important; }
    .home .panel-welcome .box.bg-black {
      background: #000 !important;
      color: #fff !important; }
      .home .panel-welcome .box.bg-black h3 {
        color: #fff !important; }
    .home .panel-welcome .box.bg-grey {
      background: #F2F2F2 !important;
      color: #222222 !important; }
    .home .panel-welcome .box.bg-white {
      background: #fff !important; }
    .home .panel-welcome .box.white, .home .panel-welcome .box.blue {
      font-size: 22px;
      line-height: 30px;
      background: #ffffff;
      text-align: center; }
      .home .panel-welcome .box.white h3, .home .panel-welcome .box.blue h3 {
        color: #222222;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif; }
      .home .panel-welcome .box.white a:not(.re-icon), .home .panel-welcome .box.blue a:not(.re-icon) {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 10px 20px;
        background: #F2F2F2;
        color: #fff;
        border-radius: 2px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        color: #222222; }
        .home .panel-welcome .box.white a:not(.re-icon):hover, .home .panel-welcome .box.white a:not(.re-icon):focus, .home .panel-welcome .box.blue a:not(.re-icon):hover, .home .panel-welcome .box.blue a:not(.re-icon):focus {
          background: #e5e5e5;
          color: #fff; }
        .home .panel-welcome .box.white a:not(.re-icon) em, .home .panel-welcome .box.blue a:not(.re-icon) em {
          display: block;
          font-style: normal;
          text-transform: none;
          margin-top: 15px;
          font-size: 16px;
          line-height: 26px;
          font-weight: 400; }
        .home .panel-welcome .box.white a:not(.re-icon):hover, .home .panel-welcome .box.white a:not(.re-icon):focus, .home .panel-welcome .box.blue a:not(.re-icon):hover, .home .panel-welcome .box.blue a:not(.re-icon):focus {
          color: #222222; }
    .home .panel-welcome .box.blue {
      background: #002664;
      color: #ffffff; }
      .home .panel-welcome .box.blue header h2 {
        color: #ffffff; }
    .home .panel-welcome .box.vimeo {
      padding: 0; }
      .home .panel-welcome .box.vimeo > header {
        display: none; }
    .home .panel-welcome .box.photo, .home .panel-welcome .box.red {
      text-align: left;
      background-size: cover;
      background-position: center center;
      color: #ffffff;
      position: relative; }
      .home .panel-welcome .box.photo h3, .home .panel-welcome .box.red h3 {
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        display: inline-block;
        border-bottom: 3px solid #ffffff;
        letter-spacing: 0.5px;
        font-size: 20px;
        line-height: 25px;
        font-weight: 600;
        padding: 10px 0; }
      .home .panel-welcome .box.photo > .fsElementContent, .home .panel-welcome .box.red > .fsElementContent {
        z-index: 1;
        position: relative; }
        .home .panel-welcome .box.photo > .fsElementContent a:not(.re-icon), .home .panel-welcome .box.red > .fsElementContent a:not(.re-icon) {
          font-weight: 700;
          font-size: 22px;
          color: #ffffff; }
    .home .panel-welcome .box.photo:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2); }
    .home .panel-welcome .box.red:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(167, 25, 48, 0.8); }

.home.fsDraftMode .panel-welcome .box {
  padding: 30px; }

@media (min-width: 700px) {
  .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-track {
    display: -ms-flexbox;
    display: flex; }
    .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-track .slick-slide {
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media (min-width: 1000px) {
  .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile {
    display: none; }
  .home:not(.fsDraftMode) .panel-welcome .box {
    transition: all ease 1s; } }

@media (min-width: 1000px) {
  .home:not(.fsDraftMode) .panel-welcome > .fsElementContent {
    padding: 40px 0; } }

@media (min-width: 1325px) {
  .home:not(.fsDraftMode) .panel-welcome > .fsElementContent {
    padding: 40px;
    padding-bottom: 0; } }

.home:not(.fsDraftMode) .panel-welcome .box {
  padding: 30px; }
  .home:not(.fsDraftMode) .panel-welcome .box p:last-of-type {
    margin-bottom: 0; }
  .home:not(.fsDraftMode) .panel-welcome .box.vimeo {
    padding: 0; }
  @media (min-width: 1325px) {
    .home:not(.fsDraftMode) .panel-welcome .box.red > .fsElementContent, .home:not(.fsDraftMode) .panel-welcome .box.photo > .fsElementContent {
      position: absolute;
      bottom: 0;
      left: 30px;
      right: 30px; } }
  @media (min-width: 1325px) {
    .home:not(.fsDraftMode) .panel-welcome .box {
      width: 29.5%;
      padding: 0;
      padding-bottom: 29.7%;
      opacity: 0;
      margin-bottom: 0; }
      .home:not(.fsDraftMode) .panel-welcome .box.show {
        opacity: 1; }
      .home:not(.fsDraftMode) .panel-welcome .box:nth-of-type(1), .home:not(.fsDraftMode) .panel-welcome .box:nth-of-type(2), .home:not(.fsDraftMode) .panel-welcome .box:nth-of-type(3) {
        margin-bottom: 0; }
      .home:not(.fsDraftMode) .panel-welcome .box.white a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 10px 20px;
        background: #F2F2F2;
        color: #fff;
        border-radius: 2px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        color: #222222; }
        .home:not(.fsDraftMode) .panel-welcome .box.white a:hover, .home:not(.fsDraftMode) .panel-welcome .box.white a:focus {
          background: #e5e5e5;
          color: #fff; }
        .home:not(.fsDraftMode) .panel-welcome .box.white a em {
          display: block;
          font-style: normal;
          text-transform: none;
          margin-top: 15px;
          font-size: 16px;
          line-height: 26px;
          font-weight: 400; }
        .home:not(.fsDraftMode) .panel-welcome .box.white a:hover, .home:not(.fsDraftMode) .panel-welcome .box.white a:focus {
          color: #222222; }
      .home:not(.fsDraftMode) .panel-welcome .box.vimeo, .home:not(.fsDraftMode) .panel-welcome .box.photo {
        width: 38.1%;
        padding-bottom: 29.7%;
        overflow: hidden; }
      .home:not(.fsDraftMode) .panel-welcome .box.vimeo {
        height: auto;
        padding-bottom: 0;
        top: 0;
        left: 20px; }
        .home:not(.fsDraftMode) .panel-welcome .box.vimeo.show {
          top: -130px; }
      .home:not(.fsDraftMode) .panel-welcome .box.photo {
        bottom: -80px;
        left: -40px; }
        .home:not(.fsDraftMode) .panel-welcome .box.photo.show {
          bottom: -40px; }
      .home:not(.fsDraftMode) .panel-welcome .box.blue {
        right: -40px;
        top: 40px; }
        .home:not(.fsDraftMode) .panel-welcome .box.blue.show {
          top: 0; }
        .home:not(.fsDraftMode) .panel-welcome .box.blue a {
          display: inline-block;
          border: 0;
          margin: 0 0 20px;
          padding: 10px 20px;
          background: #ffffff;
          color: #fff;
          border-radius: 2px;
          text-transform: uppercase;
          font-size: 20px;
          line-height: 25px;
          text-align: center;
          color: #222222; }
          .home:not(.fsDraftMode) .panel-welcome .box.blue a:hover, .home:not(.fsDraftMode) .panel-welcome .box.blue a:focus {
            background: #f2f2f2;
            color: #fff; }
          .home:not(.fsDraftMode) .panel-welcome .box.blue a em {
            display: block;
            font-style: normal;
            text-transform: none;
            margin-top: 15px;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400; }
          .home:not(.fsDraftMode) .panel-welcome .box.blue a:hover, .home:not(.fsDraftMode) .panel-welcome .box.blue a:focus {
            color: #222222;
            opacity: .75; }
      .home:not(.fsDraftMode) .panel-welcome .box.white:first-of-type {
        top: 40px; }
        .home:not(.fsDraftMode) .panel-welcome .box.white:first-of-type.show {
          top: 0; }
      .home:not(.fsDraftMode) .panel-welcome .box.white:not(:first-of-type) {
        top: 0;
        left: -20px; }
        .home:not(.fsDraftMode) .panel-welcome .box.white:not(:first-of-type).show {
          top: -120px; }
      .home:not(.fsDraftMode) .panel-welcome .box.red {
        bottom: -80px; }
        .home:not(.fsDraftMode) .panel-welcome .box.red.show {
          bottom: -40px; }
      .home:not(.fsDraftMode) .panel-welcome .box.blue .fsElementContent, .home:not(.fsDraftMode) .panel-welcome .box.white .fsElementContent {
        position: absolute;
        top: 50%;
        left: 30px;
        right: 30px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .home:not(.fsDraftMode) .panel-welcome .box.red, .home:not(.fsDraftMode) .panel-welcome .box.photo {
    font-size: 22px;
    line-height: 30px; }
    .home:not(.fsDraftMode) .panel-welcome .box.red a, .home:not(.fsDraftMode) .panel-welcome .box.photo a {
      color: #ffffff;
      font-weight: 700;
      margin-top: 10px; }
      .home:not(.fsDraftMode) .panel-welcome .box.red a:hover, .home:not(.fsDraftMode) .panel-welcome .box.red a:focus, .home:not(.fsDraftMode) .panel-welcome .box.photo a:hover, .home:not(.fsDraftMode) .panel-welcome .box.photo a:focus {
        opacity: .75; }
      .home:not(.fsDraftMode) .panel-welcome .box.red a:after, .home:not(.fsDraftMode) .panel-welcome .box.photo a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 16px;
        display: inline-block;
        margin-left: 10px; }

.home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-dots {
  padding: 20px 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 60px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 100%); }
  .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-dots, .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-dots li {
    margin: 0;
    padding: 0; }
  .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-dots li {
    display: inline-block; }
    .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-dots li button {
      font-size: 0;
      color: transparent;
      border: 0;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.6);
      padding: 0;
      transition: all ease 0.3s; }
    .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-dots li:hover button, .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-dots li:focus button, .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-dots li.slick-active button {
      background: #ffffff; }
    .home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .slick-dots li:not(:last-of-type) {
      margin-right: 15px; }

.home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .box {
  padding: 30px 30px 90px 30px;
  width: 100%; }

.home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .box.red > .fsElementContent,
.home:not(.fsDraftMode) .panel-welcome > .fsElementContent.mobile .box.photo > .fsElementContent {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto; }

.home .panel-values {
  padding: 30px 0;
  margin-top: 25px !important; }
  @media (min-width: 1000px) {
    .home .panel-values {
      padding: 75px 20px; } }
  .home .panel-values > header {
    padding: 0;
    text-align: center;
    position: relative; }
    .home .panel-values > header:before {
      content: '';
      background-color: #F2F2F2;
      height: 3px;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home .panel-values > header .fsElementHeaderContent {
      border: 3px solid #F2F2F2;
      background-color: #ffffff;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      line-height: 38px;
      position: relative;
      margin-bottom: 0; }
      .home .panel-values > header .fsElementHeaderContent a {
        color: #A71930; }
        .home .panel-values > header .fsElementHeaderContent a:hover, .home .panel-values > header .fsElementHeaderContent a:focus {
          opacity: 0.75; }
  .home .panel-values > .fsElementContent {
    margin-top: 50px !important; }
  .home .panel-values header a:not(.re-icon) {
    display: block; }
  @media (min-width: 1000px) {
    .home .panel-values {
      padding-bottom: 0; } }
  .home .panel-values > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 700px) {
      .home .panel-values > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .home .panel-values .value {
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 40px; }
    @media (min-width: 700px) {
      .home .panel-values .value {
        width: calc(50% - 10px); } }
    @media (min-width: 1000px) {
      .home .panel-values .value {
        width: calc(33% - 10px); } }
    @media (min-width: 1325px) {
      .home .panel-values .value {
        width: calc(33% - 20px); } }
    .home .panel-values .value h3 {
      text-align: center;
      font-size: 30px;
      line-height: 38px;
      font-weight: 600;
      color: #ffffff; }
    .home .panel-values .value > .fsElementContent {
      background-color: rgba(0, 0, 0, 0.3);
      color: #ffffff;
      padding: 20px;
      font-size: 20px;
      line-height: 28px; }

.home.fsDraftMode .panel-values .value > .fsElementContent {
  background-color: rgba(0, 0, 0, 0.6); }

.home:not(.fsDraftMode) .panel-values .scene {
  perspective: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 220px;
  height: 105px; }
  @media (min-width: 700px) {
    .home:not(.fsDraftMode) .panel-values .scene {
      width: 415px;
      height: 70px; } }

.home:not(.fsDraftMode) .panel-values > header {
  padding: 50px 0; }
  .home:not(.fsDraftMode) .panel-values > header .fsElementHeaderContent {
    border: 0;
    padding: 0;
    transition: all 0.85s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform-style: preserve-3d;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background: transparent;
    transform: rotateX(-90deg);
    width: 220px;
    height: 105px; }
    @media (min-width: 700px) {
      .home:not(.fsDraftMode) .panel-values > header .fsElementHeaderContent {
        width: 415px;
        height: 70px; } }
    .home:not(.fsDraftMode) .panel-values > header .fsElementHeaderContent.flip {
      transform: rotateX(0); }

.home:not(.fsDraftMode) .panel-values .side {
  display: inline-block;
  border: 3px solid #F2F2F2;
  width: 220px;
  height: 105;
  background: #ffffff;
  padding: 10px 0;
  backface-visibility: hidden; }
  @media (min-width: 700px) {
    .home:not(.fsDraftMode) .panel-values .side {
      width: 415px;
      height: 70px; } }

.home:not(.fsDraftMode) .panel-values .top {
  transform: rotateX(90deg) translate3d(0, 0, 60px); }

.home:not(.fsDraftMode) .panel-values .front {
  transform: translate3d(0, 0, 60px); }

.home:not(.fsDraftMode) .panel-values .value {
  height: 320px;
  overflow: hidden;
  transition: all ease 0.3s; }
  @media (min-width: 700px) {
    .home:not(.fsDraftMode) .panel-values .value {
      height: 375px; } }
  .home:not(.fsDraftMode) .panel-values .value header .fsElementHeaderContent a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 2; }
  .home:not(.fsDraftMode) .panel-values .value > .fsElementContent {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 240px;
    transition: all ease 0.3s; }
    @media (min-width: 700px) {
      .home:not(.fsDraftMode) .panel-values .value > .fsElementContent {
        top: 300px; } }
  .home:not(.fsDraftMode) .panel-values .value:hover > .fsElementContent, .home:not(.fsDraftMode) .panel-values .value:focus > .fsElementContent {
    top: 0;
    transition: all ease 0.3s; }

.home .panel-glance {
  padding: 30px 0; }
  @media (min-width: 1000px) {
    .home .panel-glance {
      padding: 75px 20px; } }
  .home .panel-glance > header {
    padding: 0;
    text-align: center;
    position: relative; }
    .home .panel-glance > header:before {
      content: '';
      background-color: #F2F2F2;
      height: 3px;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home .panel-glance > header .fsElementHeaderContent {
      border: 3px solid #F2F2F2;
      background-color: #ffffff;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      line-height: 38px;
      position: relative;
      margin-bottom: 0; }
      .home .panel-glance > header .fsElementHeaderContent a {
        color: #A71930; }
        .home .panel-glance > header .fsElementHeaderContent a:hover, .home .panel-glance > header .fsElementHeaderContent a:focus {
          opacity: 0.75; }
  .home .panel-glance > .fsElementContent {
    margin-top: 50px !important; }
  @media (min-width: 700px) {
    .home .panel-glance {
      padding-bottom: 80px; } }
  @media (min-width: 1000px) {
    .home .panel-glance {
      padding-bottom: 120px; } }
  .home .panel-glance .glance-box {
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    position: relative; }
    .home .panel-glance .glance-box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      transition: all ease 0.3s; }
    .home .panel-glance .glance-box > .fsElementContent {
      position: relative;
      font-size: 22px;
      line-height: 30px; }
      .home .panel-glance .glance-box > .fsElementContent a:not(.re-icon) {
        color: #ffffff;
        text-decoration: underline; }
        .home .panel-glance .glance-box > .fsElementContent a:not(.re-icon):hover, .home .panel-glance .glance-box > .fsElementContent a:not(.re-icon):focus {
          opacity: 0.75; }
    .home .panel-glance .glance-box header,
    .home .panel-glance .glance-box .fsElementContent {
      z-index: 1;
      position: relative; }

.home:not(.fsDraftMode) .panel-glance > .fsElementContent:not(.mobile) {
  display: none; }

@media (min-width: 1000px) {
  .home:not(.fsDraftMode) .panel-glance > .fsElementContent:not(.mobile) {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile {
    display: none; } }

@media (min-width: 1325px) {
  .home:not(.fsDraftMode) .panel-glance > .fsElementContent:not(.mobile) {
    width: calc(100% + 120px); } }

.home:not(.fsDraftMode) .panel-glance .glance-box {
  width: 100%;
  height: 320px;
  transition: all ease 0.3s;
  overflow: hidden; }
  @media (min-width: 700px) {
    .home:not(.fsDraftMode) .panel-glance .glance-box {
      width: 50%;
      height: 400px; } }
  @media (min-width: 1000px) {
    .home:not(.fsDraftMode) .panel-glance .glance-box {
      width: 25%;
      padding-bottom: 25%; } }
  @media (min-width: 1325px) {
    .home:not(.fsDraftMode) .panel-glance .glance-box {
      width: 25%;
      padding-bottom: 25%; }
      .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(1) header,
      .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(1) .fsElementContent, .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(2) header,
      .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(2) .fsElementContent {
        right: 40px; }
      .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(2) {
        left: -40px; }
      .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(3) {
        left: -80px;
        z-index: 1; }
      .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(4) {
        left: -120px; }
        .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(4) header,
        .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(4) .fsElementContent {
          left: 40px; }
      .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(2), .home:not(.fsDraftMode) .panel-glance .glance-box:nth-of-type(4) {
        bottom: -40px; } }
  .home:not(.fsDraftMode) .panel-glance .glance-box header,
  .home:not(.fsDraftMode) .panel-glance .glance-box .fsElementContent {
    padding: 20px 30px;
    position: absolute;
    transition: all ease 0.3s; }
  .home:not(.fsDraftMode) .panel-glance .glance-box header {
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .home:not(.fsDraftMode) .panel-glance .glance-box .fsElementContent {
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0; }
  .home:not(.fsDraftMode) .panel-glance .glance-box:hover:before, .home:not(.fsDraftMode) .panel-glance .glance-box:focus:before {
    content: '';
    background: rgba(0, 38, 100, 0.6); }
  .home:not(.fsDraftMode) .panel-glance .glance-box:hover header, .home:not(.fsDraftMode) .panel-glance .glance-box:focus header {
    top: 120%;
    left: 0;
    right: 0;
    -ms-transform: none;
    transform: none;
    opacity: 0; }
  .home:not(.fsDraftMode) .panel-glance .glance-box:hover .fsElementContent, .home:not(.fsDraftMode) .panel-glance .glance-box:focus .fsElementContent {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1; }

.home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile {
  margin-top: 25px !important; }
  .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile .slick-dots {
    padding: 10px 0 !important;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center; }
    .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile .slick-dots, .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile .slick-dots li {
      margin: 0;
      padding: 0; }
    .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile .slick-dots li {
      display: inline-block; }
      .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile .slick-dots li button {
        font-size: 0;
        color: transparent;
        border: 0;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.6);
        padding: 0;
        transition: all ease 0.3s; }
      .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile .slick-dots li:hover button, .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile .slick-dots li:focus button, .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile .slick-dots li.slick-active button {
        background: #ffffff; }
      .home:not(.fsDraftMode) .panel-glance > .fsElementContent.mobile .slick-dots li:not(:last-of-type) {
        margin-right: 15px; }

.home.fsDraftMode .panel-glance > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home.fsDraftMode .panel-glance .glance-box {
  width: 23%; }

.universal-slideshow {
  position: relative; }
  @media (min-width: 1350px) {
    .universal-slideshow {
      height: calc(100vh - 60px); } }
  .universal-slideshow .universal-slide {
    background-size: cover;
    background-position: center center; }
    @media (min-width: 1350px) {
      .universal-slideshow .universal-slide {
        height: calc(100vh - 60px); } }
  .universal-slideshow .fsCustomSlider .slider-play-btn {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5); }
    @media (min-width: 700px) {
      .universal-slideshow .fsCustomSlider .slider-play-btn {
        right: 40px; } }
  .universal-slideshow .fsCustomSlider.slider-paused .slider-play-btn:before {
    border-top: 12px solid transparent;
    border-left: 18px solid #000000;
    border-bottom: 12px solid transparent;
    display: inline-block;
    line-height: 40px;
    margin-top: 7px;
    margin-left: 4px; }
  .universal-slideshow .fsCustomSlider.slider-playing .slider-play-btn:before, .universal-slideshow .fsCustomSlider.slider-playing .slider-play-btn:after {
    content: "";
    width: 4px;
    height: 18px;
    background-color: #000000;
    display: inline-block;
    margin: 10px 2px 0; }
  .universal-slideshow .slick-arrow {
    transition: all ease 0.3s; }
    .universal-slideshow .slick-arrow:hover, .universal-slideshow .slick-arrow:focus {
      opacity: 0.75; }
    .universal-slideshow .slick-arrow.slick-prev {
      left: 10px; }
      .universal-slideshow .slick-arrow.slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      @media (min-width: 700px) {
        .universal-slideshow .slick-arrow.slick-prev {
          left: 60px; } }
    .universal-slideshow .slick-arrow.slick-next {
      right: 10px; }
      .universal-slideshow .slick-arrow.slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      @media (min-width: 700px) {
        .universal-slideshow .slick-arrow.slick-next {
          right: 60px; } }
  .universal-slideshow header .fsElementHeaderContent {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 185px;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    font-family: "Bitter", serif; }
    .universal-slideshow header .fsElementHeaderContent a {
      color: #ffffff;
      font-weight: 400; }
    .universal-slideshow header .fsElementHeaderContent .tagline {
      display: block;
      font-size: 30px;
      font-style: italic;
      margin-top: 30px; }
    @media (min-width: 1350px) {
      .universal-slideshow header .fsElementHeaderContent {
        display: block; } }
  .universal-slideshow footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s; }
    .universal-slideshow footer .arrow {
      border: 0;
      background-color: #ffffff;
      width: 60px;
      height: 60px;
      font-size: 0;
      margin: 0 auto;
      color: transparent;
      border-radius: 50%;
      display: block;
      position: relative;
      transition: all ease 0.3s; }
      .universal-slideshow footer .arrow:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #000000;
        font-size: 15px;
        transition: all ease 0.3s; }
      .universal-slideshow footer .arrow:hover, .universal-slideshow footer .arrow:focus {
        opacity: 0.75;
        animation: bounce 2s infinite; }
    @media (min-width: 700px) {
      .universal-slideshow footer {
        opacity: 1;
        visibility: visible; } }

body:not(.fsDraftMode) .universal-slideshow > header h2.fsElementTitle {
  display: none; }

body:not(.fsDraftMode) .universal-slideshow .universal-slide img {
  opacity: 0;
  visibility: hidden; }

body:not(.fsDraftMode) .universal-slideshow .universal-slide:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%); }

@-moz-document url-prefix() {
  @media (min-width: 1325px) {
    .home:not(.fsDraftMode) .panel-welcome .box {
      display: table; } } }

@supports (-ms-ime-align: auto) {
  @media (min-width: 1325px) {
    .home:not(.fsDraftMode) .panel-welcome .box {
      display: table; } } }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 66.66667%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 33.33333%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 16.66667%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #222222;
      color: #222222; }
      .colors ol li:nth-of-type(1):after {
        content: "#222222"; }
    .colors ol li:nth-of-type(2) {
      background: #ffffff;
      color: #ffffff; }
      .colors ol li:nth-of-type(2):after {
        content: "#ffffff"; }
    .colors ol li:nth-of-type(3) {
      background: #000000;
      color: #000000; }
      .colors ol li:nth-of-type(3):after {
        content: "#000000"; }
    .colors ol li:nth-of-type(4) {
      background: #A71930;
      color: #A71930; }
      .colors ol li:nth-of-type(4):after {
        content: "#A71930"; }
    .colors ol li:nth-of-type(5) {
      background: #002664;
      color: #002664; }
      .colors ol li:nth-of-type(5):after {
        content: "#002664"; }
    .colors ol li:nth-of-type(6) {
      background: #F2F2F2;
      color: #F2F2F2; }
      .colors ol li:nth-of-type(6):after {
        content: "#F2F2F2"; }

.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: "Bitter", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Bitter, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Open Sans", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Open Sans, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "Roboto", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "Roboto, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 32px / line: 42px"; }

.headers h2:after {
  content: " size: 24px / line: 34px"; }

.headers h3:after {
  content: " size: 24px / line: 34px"; }

.headers h4:after {
  content: " size: 20px / line: 26px"; }

.headers h5:after {
  content: " size: 18px / line: 28x"; }

.headers h6:after {
  content: " size: 16px / line: 26px"; }

.goog-te-banner {
  width: 100vw; }

.fsEmbed.fsGoogleTranslate .headerGoogleTranslate {
  list-style: none; }
  .fsEmbed.fsGoogleTranslate .headerGoogleTranslate > a {
    display: inline-block;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0.25);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 60px;
    height: 60px;
    width: 120px;
    text-align: center; }

.footer.fsEmbed.fsGoogleTranslate .headerGoogleTranslate > a {
  display: inline;
  background-color: transparent;
  text-transform: none;
  line-height: 0;
  z-index: 999; }
  .footer.fsEmbed.fsGoogleTranslate .headerGoogleTranslate > a:hover {
    opacity: 0.75; }

.fsEmbed.fsGoogleTranslate .headerGoogleTranslate:hover {
  background-color: rgba(0, 0, 0, 0.15); }

.fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget {
  font-size: 0;
  height: 0px; }
  @media screen and (min-width: 1350px) {
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget > div {
      position: relative;
      bottom: 60px;
      height: 60px; } }
  .nav-translate .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget > div {
    position: relative;
    bottom: 60px;
    height: 60px; }
  .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo option {
    color: #000;
    font-size: 16px; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo option:first-child {
      display: none; }
  .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 0;
    font-size: 16px;
    height: 60px;
    width: 120px;
    margin: 0;
    color: transparent;
    background: transparent;
    border: none;
    padding-bottom: 0;
    cursor: pointer; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo:focus {
      outline: none;
      font-size: 16px; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo _:-ms-lang(x), .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo {
      font-size: 0; }
  .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget .goog-logo-link {
    display: none; }

.footer.fsEmbed.fsGoogleTranslate ul {
  margin: 0 !important; }

.footer.fsEmbed.fsGoogleTranslate .headerGoogleTranslate:hover {
  background-color: transparent; }

@media screen and (min-width: 1350px) {
  .footer.fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget > div {
    bottom: 0 !important;
    height: 0 !important; } }

.footer.fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo {
  position: relative;
  width: 90px;
  margin: 0;
  top: initial;
  bottom: 20px;
  height: 24px; }

.footer.drawer.fsEmbed.fsGoogleTranslate .goog-te-gadget select.goog-te-combo {
  bottom: 25px;
  left: 25px;
  width: 90%; }

.athletics #fsHeader > .fsBanner {
  background-color: #00205B; }

.athletics #fsHeader .nav-main .fsNavLevel1 > li > a:after {
  border-top: 10px solid #00205B; }

.athletics #fsHeader .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
  border-top: 5px solid rgba(0, 32, 91, 0.25); }

.athletics #fsHeader .header-search {
  background: #001337; }

.callout-box {
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }

.simple-calendar .fsDate {
  display: block; }
  @media (min-width: 900px) {
    .simple-calendar .fsDate {
      display: inline-block; } }
  .simple-calendar .fsDate .fsDay:after {
    content: ":";
    display: inline-block; }

.simple-calendar .fsTitle {
  display: block;
  font-size: 16px; }
  @media (min-width: 900px) {
    .simple-calendar .fsTitle {
      display: inline-block; } }

.simple-calendar .fsEventDetails {
  display: block; }
  @media (min-width: 900px) {
    .simple-calendar .fsEventDetails {
      display: inline-block; } }
  .simple-calendar .fsEventDetails .fsTimeRange:before {
    content: "(";
    position: relative; }
    @media (min-width: 900px) {
      .simple-calendar .fsEventDetails .fsTimeRange:before {
        left: 4px; } }
  .simple-calendar .fsEventDetails .fsTimeRange:after {
    content: ")";
    position: relative; }
    @media (min-width: 900px) {
      .simple-calendar .fsEventDetails .fsTimeRange:after {
        right: 4px; } }

.simple-calendar .fsReadMoreLink {
  display: none; }

.simple-calendar .fsListItems {
  padding-left: 1.25em; }
  .simple-calendar .fsListItems:last-of-type {
    margin-bottom: 20px; }

.simple-calendar article {
  display: list-item;
  padding-right: 1.25em; }
  @media (min-width: 900px) {
    .simple-calendar article {
      margin-bottom: 0;
      padding-right: 0; } }

.simple-calendar .fsElementControls {
  float: right;
  left: 5px;
  top: 5px;
  position: relative; }

.universal-slideshow.test-slideshow header .fsElementHeaderContent {
  font-family: "Roboto","Bitter", serif;
  background: #ffffff;
  margin-bottom: 0px;
  padding: 10px 0;
  bottom: 0px;
  text-align: center; }
  .universal-slideshow.test-slideshow header .fsElementHeaderContent img {
    position: absolute;
    bottom: 0; }
  .universal-slideshow.test-slideshow header .fsElementHeaderContent img.img-left {
    left: 7%; }
  .universal-slideshow.test-slideshow header .fsElementHeaderContent img.img-right {
    right: 7%; }
  .universal-slideshow.test-slideshow header .fsElementHeaderContent a {
    font-size: 100px;
    font-weight: 900;
    color: #a71930;
    line-height: 100px; }
  .universal-slideshow.test-slideshow header .fsElementHeaderContent .tagline {
    font-size: 60px;
    margin-top: 10px;
    color: #a71930;
    line-height: 60px; }

.fsElement.fsContent.logo-line .fsElementContent {
  font-family: "Roboto","Bitter", serif;
  background: #ffffff;
  margin-bottom: 0px;
  padding: 10px 0;
  bottom: 0px;
  text-align: center;
  position: relative; }
  .fsElement.fsContent.logo-line .fsElementContent img {
    position: absolute;
    bottom: 0;
    max-width: 45px; }
  .fsElement.fsContent.logo-line .fsElementContent img.img-left {
    left: 3%; }
  .fsElement.fsContent.logo-line .fsElementContent img.img-right {
    right: 3%; }
  .fsElement.fsContent.logo-line .fsElementContent a {
    font-size: 30px;
    font-weight: 900;
    color: #a71930;
    line-height: 30px; }
  .fsElement.fsContent.logo-line .fsElementContent .tagline {
    font-size: 15px;
    margin-top: 10px;
    color: #a71930;
    line-height: 15px;
    display: block; }

.home .fp-video-block {
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .home .fp-video-block > header {
    padding: 0;
    text-align: center;
    position: relative; }
    .home .fp-video-block > header:before {
      content: '';
      background-color: #F2F2F2;
      height: 3px;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home .fp-video-block > header .fsElementHeaderContent {
      border: 3px solid #F2F2F2;
      background-color: #ffffff;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      line-height: 38px;
      position: relative;
      margin-bottom: 0; }
      .home .fp-video-block > header .fsElementHeaderContent a {
        color: #A71930; }
  .home .fp-video-block .fsElementContent {
    margin-top: 50px; }

.home .fp-layout-block {
  margin-bottom: 60px; }
  .home .fp-layout-block > header {
    padding: 0;
    text-align: center;
    position: relative; }
    .home .fp-layout-block > header:before {
      content: '';
      background-color: #F2F2F2;
      height: 3px;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home .fp-layout-block > header .fsElementHeaderContent {
      border: 3px solid #F2F2F2;
      background-color: #ffffff;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      line-height: 38px;
      position: relative;
      margin-bottom: 0; }
      .home .fp-layout-block > header .fsElementHeaderContent a {
        color: #A71930; }
  .home .fp-layout-block .fsElementContent {
    margin-top: 50px; }
    .home .fp-layout-block .fsElementContent h6 {
      padding-top: 25px;
      padding-left: 20px;
      padding-right: 20px;
      color: #ffffff;
      font-size: 20px; }
  .home .fp-layout-block .fsStyleColumn .fsElement.fsContent {
    min-height: 180px;
    position: relative; }
    .home .fp-layout-block .fsStyleColumn .fsElement.fsContent a {
      color: #ffffff; }
    .home .fp-layout-block .fsStyleColumn .fsElement.fsContent a.divLink {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .home .fp-layout-block .fsStyleColumn .fsElement.fsContent p {
      margin-bottom: 0px;
      padding-left: 20px;
      padding-right: 20px; }
  .home .fp-layout-block .fsStyleColumn.fsStyleColumn-1 .fsElement.fsContent {
    background: #A71930; }
  .home .fp-layout-block .fsStyleColumn.fsStyleColumn-3 .fsElement.fsContent {
    background: #A71930; }
  .home .fp-layout-block .fsStyleColumn.fsStyleColumn-2 .fsElement.fsContent {
    background: #002664; }

.home .fsElement.fsContent.fp-button p a {
  color: #ffffff;
  font-size: 26px;
  line-height: 66px;
  display: block; }

.home .fsElement.fsContent.fp-button.red {
  background: #A71930; }

.home .fsElement.fsContent.fp-button.blue {
  background: #002664; }

@media (min-width: 500px) {
  .fsElement.fsContent.logo-line .fsElementContent a {
    font-size: 40px;
    line-height: 40px; }
  .fsElement.fsContent.logo-line .fsElementContent .tagline {
    font-size: 20px;
    line-height: 20px; }
  .fsElement.fsContent.logo-line .fsElementContent img {
    max-width: 55px; } }

@media (min-width: 600px) {
  .fsElement.fsContent.logo-line .fsElementContent img.img-left {
    left: 7%; }
  .fsElement.fsContent.logo-line .fsElementContent img.img-right {
    right: 7%; }
  .fsElementContent .page-intro p {
    font-size: 19px;
    line-height: 31px; }
  .fsElement.fsLayout.fp-layout-block {
    margin-right: 20px;
    margin-left: 20px; }
  .fsElement.fsContent.fp-video-block {
    margin-right: 20px;
    margin-left: 20px; } }

@media only screen and (min-width: 600px) {
  .fsStyleThreeColumns > article {
    width: 48%; } }

@media only screen and (min-width: 700px) {
  .home:not(.fsDraftMode) .panel-values.test .scene {
    width: 580px; }
  .home:not(.fsDraftMode) .panel-values.test > header .fsElementHeaderContent {
    width: 580px; }
  .home:not(.fsDraftMode) .panel-values.test .side {
    width: 580px; } }

@media (min-width: 800px) {
  .fsElement.fsContent.logo-line .fsElementContent a {
    font-size: 60px;
    line-height: 60px; }
  .fsElement.fsContent.logo-line .fsElementContent .tagline {
    font-size: 30px;
    line-height: 30px; }
  .fsElement.fsContent.logo-line .fsElementContent img {
    max-width: initial; } }

@media only screen and (min-width: 800px) {
  .fsStyleThreeColumns > article {
    width: 31.33%; } }

@media (min-width: 1000px) {
  .fsElement.fsContent.logo-line .fsElementContent .tagline {
    font-size: 40px;
    line-height: 40px; } }

@media (min-width: 1200px) {
  .fsElement.fsContent.logo-line .fsElementContent .tagline {
    font-size: 40px;
    line-height: 40px; }
  .fsElement.fsContent.fp-video-block {
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1350px) {
  .fsElement.fsContent.logo-line {
    display: none; }
  .fsElementContent .page-intro p {
    font-size: 22px;
    line-height: 36px; } }

.home:not(.fsDraftMode) .panel-values.test .side {
  font-size: 28px; }

.home:not(.fsDraftMode) .panel-values.test .fsElementHeaderContent {
  transform: rotateX(0) !important; }

.home .fp-layout-block .fsStyleColumn .fsElement.fsContent {
  padding-bottom: 30px; }

.home .fp-layout-block .fsElementContent h6 {
  padding-bottom: 28px; }

.home .fp-layout-block .fsStyleColumn .fsElement.fsContent a.divLink {
  padding-top: 25px; }

.home .fp-layout-block .fsStyleColumn .fsElement.fsContent p {
  color: white;
  font-weight: 600; }

@media only screen and (min-width: 700px) {
  .home:not(.fsDraftMode) .panel-values.test .side {
    font-size: 30px; } }

@media (min-width: 900px) {
  .home .fp-layout-block .fsStyleColumn .fsElement.fsContent {
    min-height: 260px; } }

@media (min-width: 1200px) {
  .home .fp-layout-block .fsStyleColumn .fsElement.fsContent {
    min-height: 230px; } }

@media (min-width: 1350px) {
  .home .fp-layout-block .fsStyleColumn .fsElement.fsContent {
    min-height: 210px; } }

.header-menu + .drawer-trigger {
  display: none; }

.header-menu .menu-toggle {
  margin-left: auto;
  right: 0;
  position: absolute;
  top: 0; }
  .header-menu .menu-toggle .fsElementContent {
    height: 100%; }
    .header-menu .menu-toggle .fsElementContent button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      cursor: pointer;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.25);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 0 15px;
      line-height: 60px;
      color: #ffffff;
      width: 161px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      transition: 0.3s; }
      @media (max-width: 699px) {
        .header-menu .menu-toggle .fsElementContent button {
          font-size: 0;
          width: 60px; }
          .header-menu .menu-toggle .fsElementContent button:after {
            margin-left: 0 !important; } }
      .header-menu .menu-toggle .fsElementContent button:hover, .header-menu .menu-toggle .fsElementContent button:focus {
        background: rgba(0, 0, 0, 0.35); }
      .header-menu .menu-toggle .fsElementContent button:focus {
        outline: -webkit-focus-ring-color auto 1px; }
      .header-menu .menu-toggle .fsElementContent button:after {
        content: '';
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 28px;
        line-height: 1;
        margin-left: 13px;
        display: inline-block; }

body.menu-active .search-menu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  height: auto;
  transition: opacity .3s, visibility .3s, transform .3s;
  overflow-y: auto; }

.header-menu .search-menu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(0, -20%, 0);
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  background: #7d1324;
  padding-bottom: 120px;
  height: auto;
  transition: opacity .25s, visibility .3s, transform .3s; }
  @media (min-width: 1000px) {
    .header-menu .search-menu {
      max-height: 868px; } }
  .header-menu .search-menu > header .fsElementHeaderContent {
    margin-bottom: 0; }
    .header-menu .search-menu > header .fsElementHeaderContent div {
      background: #7d1324;
      height: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (min-width: 1000px) {
        .header-menu .search-menu > header .fsElementHeaderContent div {
          background-color: #A71930; } }
      .header-menu .search-menu > header .fsElementHeaderContent div a {
        color: #ffffff;
        font-weight: 400;
        display: block;
        padding: 0;
        text-align: center;
        background: none;
        text-transform: uppercase;
        font-family: "Bitter", serif;
        font-size: 28px;
        line-height: 60px;
        padding: 0;
        width: 60px;
        height: 60px;
        transition: background-color ease 0.3s;
        display: none; }
        @media (min-width: 1000px) {
          .header-menu .search-menu > header .fsElementHeaderContent div a {
            background-color: rgba(0, 0, 0, 0.25);
            display: block; } }
        .header-menu .search-menu > header .fsElementHeaderContent div a:hover, .header-menu .search-menu > header .fsElementHeaderContent div a:focus {
          opacity: 0.75; }
      .header-menu .search-menu > header .fsElementHeaderContent div button {
        height: 100%;
        width: 68px;
        background: none;
        border: 0;
        transition: all ease 0.3s;
        font-size: 0;
        position: relative;
        color: #fff;
        cursor: pointer; }
        @media (min-width: 1000px) {
          .header-menu .search-menu > header .fsElementHeaderContent div button {
            background-color: rgba(0, 0, 0, 0.25); } }
        .header-menu .search-menu > header .fsElementHeaderContent div button:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #fff;
          font-size: 16px;
          line-height: 57px;
          top: 50%;
          position: absolute;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .header-menu .search-menu > header .fsElementHeaderContent div button:hover, .header-menu .search-menu > header .fsElementHeaderContent div button:focus {
          background: rgba(0, 0, 0, 0.35); }
    .header-menu .search-menu > header .fsElementHeaderContent .desktop-si {
      text-transform: none;
      display: inline-block;
      display: inline-block;
      padding: 0 20px;
      width: auto;
      transition: opacity ease 0.3s; }
  .header-menu .search-menu > .fsElementContent {
    max-width: 1060px;
    padding: 0 20px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header-menu .search-menu .new-search {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%; }
    .header-menu .search-menu .new-search .fsButtonClear {
      display: none; }
    .header-menu .search-menu .new-search .fsFieldLabel {
      position: absolute;
      height: 0;
      color: transparent; }
    @media (min-width: 1000px) {
      .header-menu .search-menu .new-search {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 55px;
        margin-bottom: 50px; } }
    .header-menu .search-menu .new-search p {
      margin-bottom: 0; }
    .header-menu .search-menu .new-search header {
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 1000px) {
        .header-menu .search-menu .new-search header {
          width: auto;
          margin-bottom: 0; } }
      .header-menu .search-menu .new-search header .fsElementHeaderContent {
        margin: 0; }
      .header-menu .search-menu .new-search header a {
        background: #A71930;
        height: 47px;
        color: #fff;
        padding: 0 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; }
        @media (min-width: 1000px) {
          .header-menu .search-menu .new-search header a {
            width: 200px; } }
        .header-menu .search-menu .new-search header a:hover, .header-menu .search-menu .new-search header a:focus {
          background: #91162a; }
    .header-menu .search-menu .new-search .fsElementContent {
      width: 100%;
      margin-left: 0; }
      @media (min-width: 1000px) {
        .header-menu .search-menu .new-search .fsElementContent {
          margin-left: 100px; } }
      .header-menu .search-menu .new-search .fsElementContent form {
        display: -ms-flexbox;
        display: flex; }
        .header-menu .search-menu .new-search .fsElementContent form > .fsSearchElementKeyword {
          padding: 0 !important; }
        .header-menu .search-menu .new-search .fsElementContent form input, .header-menu .search-menu .new-search .fsElementContent form .fsSearchElementKeyword {
          height: 47px;
          padding-left: 20px;
          background: #A71930;
          border: 0;
          vertical-align: top;
          width: 100%;
          color: #ffffff;
          margin-right: 5px;
          margin-bottom: 0;
          padding: 0 20px 0 20px; }
          .header-menu .search-menu .new-search .fsElementContent form input::-webkit-input-placeholder, .header-menu .search-menu .new-search .fsElementContent form .fsSearchElementKeyword::-webkit-input-placeholder {
            color: #ffffff; }
          .header-menu .search-menu .new-search .fsElementContent form input:-moz-placeholder, .header-menu .search-menu .new-search .fsElementContent form .fsSearchElementKeyword:-moz-placeholder {
            color: #ffffff; }
          .header-menu .search-menu .new-search .fsElementContent form input::-moz-placeholder, .header-menu .search-menu .new-search .fsElementContent form .fsSearchElementKeyword::-moz-placeholder {
            color: #ffffff; }
          .header-menu .search-menu .new-search .fsElementContent form input:-ms-input-placeholder, .header-menu .search-menu .new-search .fsElementContent form .fsSearchElementKeyword:-ms-input-placeholder {
            color: #ffffff; }
        .header-menu .search-menu .new-search .fsElementContent form button {
          height: 47px;
          width: 62px;
          background: #A71930;
          border: 0;
          transition: all ease 0.3s;
          font-size: 0;
          margin: 0;
          color: transparent;
          position: relative;
          cursor: pointer;
          border-radius: 0; }
          .header-menu .search-menu .new-search .fsElementContent form button:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #ffffff;
            font-size: 16px;
            line-height: 57px;
            top: 50%;
            position: absolute;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .header-menu .search-menu .new-search .fsElementContent form button:hover, .header-menu .search-menu .new-search .fsElementContent form button:focus {
            background: #91162a; }
  .header-menu .search-menu .main-nav {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: none; }
    @media (min-width: 1000px) {
      .header-menu .search-menu .main-nav {
        display: block; } }
    .header-menu .search-menu .main-nav > .fsElementContent > nav {
      width: 500px; }
    .header-menu .search-menu .main-nav .fsNavLevel1 {
      width: 261px;
      border-right: 1px solid rgba(229, 229, 229, 0.5);
      padding-right: 60px;
      position: relative; }
      .header-menu .search-menu .main-nav .fsNavLevel1 > li {
        padding: 10px 30px;
        border-bottom: 1px solid rgba(229, 229, 229, 0.5);
        transition: border-bottom 0.3s;
        position: static; }
        .header-menu .search-menu .main-nav .fsNavLevel1 > li:hover, .header-menu .search-menu .main-nav .fsNavLevel1 > li:focus {
          border-bottom: 4px solid #e5e5e5; }
        .header-menu .search-menu .main-nav .fsNavLevel1 > li > a {
          color: #fff;
          font-size: 20px; }
        .header-menu .search-menu .main-nav .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
          padding: 0 0 0 30px;
          max-height: 9999px;
          opacity: 1;
          overflow-x: hidden;
          overflow-y: auto; }
    .header-menu .search-menu .main-nav .fsNavPageInfo {
      z-index: 300;
      text-align: left;
      opacity: 0;
      transition: opacity .3s ease 0s;
      position: absolute;
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      width: 340px;
      top: 0;
      left: 100%;
      right: auto;
      bottom: 0;
      height: 105%; }
      @media (min-width: 1150px) {
        .header-menu .search-menu .main-nav .fsNavPageInfo {
          height: 100%; } }
      .header-menu .search-menu .main-nav .fsNavPageInfo .fsNavLevel2 li a {
        color: #fff;
        font-weight: 400; }
        @media (min-width: 1000px) {
          .header-menu .search-menu .main-nav .fsNavPageInfo .fsNavLevel2 li a {
            padding: 6px 40px 6px 10px; } }
        @media (min-width: 1150px) {
          .header-menu .search-menu .main-nav .fsNavPageInfo .fsNavLevel2 li a {
            padding: 6px 0 6px 10px; } }
        .header-menu .search-menu .main-nav .fsNavPageInfo .fsNavLevel2 li a:hover, .header-menu .search-menu .main-nav .fsNavPageInfo .fsNavLevel2 li a:focus {
          text-decoration: underline; }
        .header-menu .search-menu .main-nav .fsNavPageInfo .fsNavLevel2 li a:focus {
          outline-style: solid;
          outline-offset: -5px; }
  .header-menu .search-menu .nav-canvas {
    display: block;
    width: 100%;
    margin-bottom: 40px; }
    .header-menu .search-menu .nav-canvas ul li.fsNavParentPage .drop-trigger:after {
      content: '+';
      font-size: 20px;
      font-weight: bold;
      font-family: "Open Sans", sans-serif; }
    .header-menu .search-menu .nav-canvas ul li.fsNavParentPage .drop-trigger.expanded:after {
      content: '-';
      font-size: 36px;
      font-weight: normal;
      font-family: "Open Sans", sans-serif; }
    .header-menu .search-menu .nav-canvas .fsNavLevel1 > li {
      border-bottom: 1px solid rgba(229, 229, 229, 0.5); }
      .header-menu .search-menu .nav-canvas .fsNavLevel1 > li > a + .fsNavPageInfo:before {
        content: '';
        position: absolute;
        border-bottom: 0px solid #e5e5e5;
        transition: width .3s, background .3s, opacity .3s, color .3s, border-bottom .3s;
        width: 100%;
        display: block;
        padding-top: 15px;
        width: 100%;
        left: 0px; }
      .header-menu .search-menu .nav-canvas .fsNavLevel1 > li.active {
        background: none; }
        .header-menu .search-menu .nav-canvas .fsNavLevel1 > li.active > a + .fsNavPageInfo:before {
          border-bottom: 4px solid #e5e5e5;
          transition: background .3s, opacity .3s, color .3s, border-bottom .3s; }
    .header-menu .search-menu .nav-canvas .fsNavLevel2 {
      padding-top: 20px; }
    @media (min-width: 1000px) {
      .header-menu .search-menu .nav-canvas {
        display: none; } }
  .header-menu .search-menu .nav-portal {
    margin-bottom: 50px;
    display: none; }
    @media (min-width: 1000px) {
      .header-menu .search-menu .nav-portal {
        display: block; } }
    .header-menu .search-menu .nav-portal.mobile {
      display: block;
      width: 100%;
      margin-bottom: 0;
      max-width: 800px;
      margin-top: 10px;
      margin: 10px auto 0 auto;
      padding: 0 30px; }
      @media (min-width: 1000px) {
        .header-menu .search-menu .nav-portal.mobile {
          display: none; } }
      .header-menu .search-menu .nav-portal.mobile .fsNavLevel1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .header-menu .search-menu .nav-portal.mobile .fsNavLevel1 > li {
          width: calc(50% - 5px); }
          .header-menu .search-menu .nav-portal.mobile .fsNavLevel1 > li > a {
            padding: 0;
            border: 0;
            margin-bottom: 5px;
            border: 1px solid rgba(255, 255, 255, 0.5) !important;
            background: #A71930;
            padding: 5px 5px !important;
            text-align: center; }
            .header-menu .search-menu .nav-portal.mobile .fsNavLevel1 > li > a:hover, .header-menu .search-menu .nav-portal.mobile .fsNavLevel1 > li > a:focus {
              background: #91162a;
              text-decoration: none; }
    .header-menu .search-menu .nav-portal .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .header-menu .search-menu .nav-portal .fsNavLevel1 > li {
        display: none; }
        .header-menu .search-menu .nav-portal .fsNavLevel1 > li.nav-parents, .header-menu .search-menu .nav-portal .fsNavLevel1 > li.nav-students, .header-menu .search-menu .nav-portal .fsNavLevel1 > li.nav-alumni, .header-menu .search-menu .nav-portal .fsNavLevel1 > li.nav-faculty {
          display: block; }
        .header-menu .search-menu .nav-portal .fsNavLevel1 > li > a {
          color: #fff;
          font-weight: 400;
          border-right: 1px solid rgba(229, 229, 229, 0.5);
          font-size: 15px;
          padding: 0 30px 0 30px; }
          .header-menu .search-menu .nav-portal .fsNavLevel1 > li > a:hover, .header-menu .search-menu .nav-portal .fsNavLevel1 > li > a:focus {
            text-decoration: underline; }
        .header-menu .search-menu .nav-portal .fsNavLevel1 > li.nav-parents a {
          padding-left: 0; }
        .header-menu .search-menu .nav-portal .fsNavLevel1 > li.nav-faculty a {
          border-right: 0;
          padding-right: 0; }
  .header-menu .search-menu .utility-buttons {
    width: 100%; }
    .header-menu .search-menu .utility-buttons span {
      display: none; }
    @media (min-width: 1000px) {
      .header-menu .search-menu .utility-buttons {
        width: 400px; } }
    .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li {
        margin-bottom: 20px;
        width: 100%; }
        @media (min-width: 1000px) {
          .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li {
            width: auto; } }
        .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li a {
          width: 100%;
          height: 45px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          border: 1px solid rgba(255, 255, 255, 0.5);
          background: #A71930;
          color: #fff;
          font-size: 13px;
          font-weight: 500;
          text-transform: uppercase;
          cursor: pointer;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding-left: 40px; }
          @media (min-width: 1000px) {
            .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li a {
              width: 190px;
              height: 84px;
              -ms-flex-pack: center;
              justify-content: center;
              padding-left: 0; } }
          .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li a:hover, .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li a:focus {
            background: #91162a; }
          .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li a:before {
            font-size: 24px;
            margin-right: 20px; }
        .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li.nav-translate:hover a, .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li.nav-translate:focus a {
          background: #91162a; }
        .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li.nav-translate > a {
          display: none; }
        .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li.nav-translate select.goog-te-combo {
          width: 100%;
          height: 84px;
          top: -24px;
          padding: 0; }
        .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li.nav-translate a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #fff; }
        .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li.nav-calendar a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #fff; }
        .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li.nav-donate a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #fff; }
        .header-menu .search-menu .utility-buttons .nav-util .fsNavLevel1 > li.nav-news a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #fff; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }
