 /**
 *
 * Killingly Public Schools - easthartford
 * @link http://killinglyschoolsorg.finalsite.com
 * Site Template : easthartford
 * Built By: Tom Schisler
 * Project Manager: Laurie Murphy
 * Designer: Finalsite
 * ==== Git Info ====
 * Branch Name: clients/killinglyschoolsorg
 * Build version: 4.0.0
 * Git Tag: v3.0-201-gf0ccf81e96
 * Last build by: Jesse Rogers
 *
 **/

@charset "UTF-8";
:root {
  --m1: 123, 3, 13;
  --m2: 115, 115, 115; }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  font-size: 16px;
  color: #7b030d; }
  .fsTitle > a, .fsAthleticsRosterList li > div.fsRosterName > a, .fsFacebookFrom > a, .fsVimeoTitle > a, .fsYoutubeTitle > a {
    color: inherit; }
    .fsTitle > a:hover, .fsAthleticsRosterList li > div.fsRosterName > a:hover, .fsFacebookFrom > a:hover, .fsVimeoTitle > a:hover, .fsYoutubeTitle > a:hover, .fsTitle > a:focus, .fsAthleticsRosterList li > div.fsRosterName > a:focus, .fsFacebookFrom > a:focus, .fsVimeoTitle > a:focus, .fsYoutubeTitle > a:focus {
      color: #737373; }

/*! 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;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 13px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 7px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 0px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #7b030d;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #737373; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05); }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td {
    background-color: 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 {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th {
    padding: 10px 20px;
    text-align: left;
    background: #7b030d;
    color: #fff; }

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

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

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

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

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

.fsElementDialog {
  color: #595959; }

/*! 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: #595959;
  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: #595959;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #7b030d;
  color: #fff;
  border-radius: 0; }
  .button:hover, .button:focus {
    background: #7b030d;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #737373;
  color: #fff;
  border-radius: 0; }
  .color-button:hover, .color-button:focus {
    background: #737373;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #737373;
  border-radius: 0;
  border: 0.2em solid #737373; }
  .hollow-button:hover, .hollow-button:focus {
    background: transparent;
    color: #737373; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #595959;
  color: #fff;
  border-radius: 0; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #595959;
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #595959;
  color: #fff;
  border-radius: 0; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #595959;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in {
  font-size: 1.25em;
  line-height: 1.2em; }

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em; }
  blockquote:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: '\201C'; }

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal; }
  cite:before {
    content: '- '; }

.callout {
  padding: 20px;
  background: #7b030d;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap; }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    background: url("../images/logo.png") no-repeat 0 50%; }
    .site-info-container a:hover {
      color: transparent; }

#fsFooter {
  padding: 20px;
  color: #fff; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 0px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

/*! 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: #7b030d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 25px;
  color: #595959; }

#fsPageWrapper {
  overflow: 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: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 55px;
      width: 335px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 55px;
      width: 335px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 55px;
      width: 335px; } }

#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% - 342px); } }
  .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% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 335px); } }
  .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% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 335px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 480px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 677px); } }

#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: 62px;
      width: 342px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 335px); } }
    @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: 62px;
        width: 342px; } }

@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: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 55px;
        width: 335px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 335px); } }

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

.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: 62px;
      width: 342px; } }

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

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

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

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

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

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

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

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

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

.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: 240px; } }

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

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

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

.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% - 240px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 480px); } }

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

.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: 62px;
        width: 342px; } }
  .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% - 342px); } }

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

.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: 240px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 55px;
      width: 335px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 240px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 55px;
      width: 335px; } }

.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: 62px;
      width: 342px; } }

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

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

@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: 62px;
    width: 342px; } }

.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% - 240px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 480px); } }

.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: 240px;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 240px; } }

.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 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

/*! _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: rgba(115, 115, 115, 0.75);
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #7b030d;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: rgba(115, 115, 115, 0.75);
      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: #7b030d;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #737373;
      background: #e8e8e8; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #7b030d;
    background: #e8e8e8; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #737373;
      background: #e8e8e8; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #e8e8e8; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #7b030d;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #7b030d;
        background: #e8e8e8; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #e8e8e8; }
    .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;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0px;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #e8e8e8;
        background-color: #737373;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #7b030d;
          color: #e8e8e8; } }
    @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: #e8e8e8; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #7b030d;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #737373;
          background: #e8e8e8; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #737373;
        background: #e8e8e8; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #737373;
          background: #e8e8e8; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #e8e8e8; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #7b030d;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #7b030d;
            background: #e8e8e8; }
      .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: #737373;
      color: #e8e8e8; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 7px 0px;
      color: #737373;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPage > a {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 7px;
        padding-bottom: 7px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid #e8e8e8; }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 0px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 0px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 0px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 0px; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      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%; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    background: transparent; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    background: transparent; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #FFF;
    background: transparent;
    padding: 1.25em; }
    .nav-main .fsNavLevel1 > li > a:focus {
      background: transparent; }
  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: #7b030d;
  text-align: left;
  z-index: 300; }
  .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: #FFF;
  background: transparent;
  padding: 0.625em; }
  .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
    background: transparent; }

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

.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 1000px) {
    .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: 50px; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 50%;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.25em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.25em 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .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: 3.75em;
  min-height: 100%;
  max-width: 37.5em;
  background: #595959; }
  .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); }

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    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*='youtube']: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*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #737373;
    border-color: #737373; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    background: #737373;
    border-color: #737373; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
    background: #737373;
    border-color: #737373; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    background: #737373;
    border-color: #737373; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #737373;
    background: #FFF;
    height: 40px;
    width: 40px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #737373;
      font-size: 16px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 16px;
    line-height: 25px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

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

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

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

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #e8e8e8;
    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 #e8e8e8;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 32px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.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: #e8e8e8;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 7px;
    margin-bottom: 2px;
    display: block;
    font-size: 21px;
    padding: 13.33333px;
    color: #595959;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #7b030d;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #737373; }
  .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
    content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  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: 50px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px; }
  .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 #e8e8e8; }
  .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; } }

.teacher-page .fsBoardElement .fsTitle {
  font-size: 35px;
  line-height: 40px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar:not(.fsSlideshow) article {
  padding-left: 100px; }

.fsCalendar:not(.fsSlideshow) .fsDate {
  position: absolute;
  top: 0;
  left: 0; }

.fsCalendar.fsSlideshowHorizontal .fsDate {
  margin: 0 0 10px; }

.fsCalendar article {
  position: relative;
  min-height: 75px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  text-align: center;
  height: 75px;
  width: 75px;
  color: #FFF;
  background: #737373;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px; }
  .fsCalendar .fsDate > span {
    display: block; }

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

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

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

@media (min-width: 800px) {
  .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.fsStateHasEvents {
        font-weight: 700; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(123, 3, 13, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(123, 3, 13, 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(123, 3, 13, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(123, 3, 13, 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: #595959;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #595959;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .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: 25px;
      color: #595959; }
    .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: #7b030d;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #737373; }
    .fsComposerFormEmbed form .required {
      color: #7b030d; }
    .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: #7b030d;
        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: #737373;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #7b030d !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #737373 !important; }
  .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 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #595959;
    color: #fff;
    border-radius: 0; }
    .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: #595959;
      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; }
    .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: #595959;
    color: #fff;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #595959;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #595959;
  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: #737373;
  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: "Bree Serif", 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: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  background-color: #737373;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(115, 115, 115, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 7px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block; } }

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc:empty {
  display: none; }

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

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

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

/*! _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: #737373 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #e8e8e8;
          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: #7b030d;
      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: #737373;
        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; }

/*! _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 #595959; }
      .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: #595959;
        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: #595959;
    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: #737373;
      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: #595959; }
  .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: #737373; }

.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: #7b030d !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: #737373 !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; } }

/*! 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: #595959;
  color: #fff;
  border-radius: 0; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #595959;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 7px;
        margin-bottom: 2px;
        display: block;
        font-size: 21px;
        padding: 13.33333px;
        color: #595959;
        transition: .3s;
        background: #e8e8e8;
        color: #595959; }
        .fsTabs .fsTabsNav li a:hover {
          background: #7b030d; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #737373; }

.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 */
.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: 80%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 40%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 20%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #595959;
      color: #595959; }
      .colors ol li:nth-of-type(1):after {
        content: "#595959"; }
    .colors ol li:nth-of-type(2) {
      background: #7b030d;
      color: #7b030d; }
      .colors ol li:nth-of-type(2):after {
        content: "#7b030d"; }
    .colors ol li:nth-of-type(3) {
      background: #737373;
      color: #737373; }
      .colors ol li:nth-of-type(3):after {
        content: "#737373"; }
    .colors ol li:nth-of-type(4) {
      background: #e8e8e8;
      color: #e8e8e8; }
      .colors ol li:nth-of-type(4):after {
        content: "#e8e8e8"; }
    .colors ol li:nth-of-type(5) {
      background: #d8d8d8;
      color: #d8d8d8; }
      .colors ol li:nth-of-type(5):after {
        content: "#d8d8d8"; }

.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: "Droid Serif", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Droid Serif, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Lato", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Lato, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(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: 40px / line: 50px"; }

.headers h2:after {
  content: " size: 35px / line: 40px"; }

.headers h3:after {
  content: " size: 30px / line: 35px"; }

.headers h4:after {
  content: " size: 24px / line: 27px"; }

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

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

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

p {
  margin-bottom: 15px; }

html {
  background-color: #7b030d; }

#fsPageBodyWrapper {
  padding: 50px 20px; }

h1 {
  color: #737373;
  font-family: "Bree Serif", serif; }

h2 {
  color: #7b030d;
  font-family: "Bree Serif", serif; }

h3 {
  color: #737373;
  font-family: "Bree Serif", serif;
  font-weight: 700; }

h4 {
  color: #7b030d;
  font-family: "Bree Serif", serif; }

h5 {
  color: #595959;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

h6 {
  color: #7b030d;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

a {
  font-weight: 700; }

.fsStyleDefaultButton,
.fsStyleUpdateButton,
.submitBtn,
.button,
.button-1,
.fsAccount .fsLoginMainView .fsLoginSubmit,
.fsAccount .fsAccountLogout a,
.button-large-1,
.button-2,
.button-large-2,
.button-on-dark,
.fs_style_31,
.fs_style_32,
.fs_style_28,
.fs_style_29,
.fs_style_30 {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 10px 10px 0;
  padding: 13px 20px;
  background: #7b030d;
  color: #FFF;
  outline: 0;
  box-shadow: 0;
  border: 3px solid #7b030d;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:active, .fsStyleDefaultButton:focus,
  .fsStyleUpdateButton:hover,
  .fsStyleUpdateButton:active,
  .fsStyleUpdateButton:focus,
  .submitBtn:hover,
  .submitBtn:active,
  .submitBtn:focus,
  .button:hover,
  .button:active,
  .button:focus,
  .button-1:hover,
  .fsAccount .fsLoginMainView .fsLoginSubmit:hover,
  .fsAccount .fsAccountLogout a:hover,
  .button-1:active,
  .fsAccount .fsLoginMainView .fsLoginSubmit:active,
  .fsAccount .fsAccountLogout a:active,
  .button-1:focus,
  .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
  .fsAccount .fsAccountLogout a:focus,
  .button-large-1:hover,
  .button-large-1:active,
  .button-large-1:focus,
  .button-2:hover,
  .button-2:active,
  .button-2:focus,
  .button-large-2:hover,
  .button-large-2:active,
  .button-large-2:focus,
  .button-on-dark:hover,
  .button-on-dark:active,
  .button-on-dark:focus,
  .fs_style_31:hover,
  .fs_style_31:active,
  .fs_style_31:focus,
  .fs_style_32:hover,
  .fs_style_32:active,
  .fs_style_32:focus,
  .fs_style_28:hover,
  .fs_style_28:active,
  .fs_style_28:focus,
  .fs_style_29:hover,
  .fs_style_29:active,
  .fs_style_29:focus,
  .fs_style_30:hover,
  .fs_style_30:active,
  .fs_style_30:focus {
    border-color: rgba(123, 3, 13, 0.75);
    background: rgba(123, 3, 13, 0.75);
    color: #FFF;
    text-decoration: none; }
    .fsStyleDefaultButton:hover em, .fsStyleDefaultButton:active em, .fsStyleDefaultButton:focus em,
    .fsStyleUpdateButton:hover em,
    .fsStyleUpdateButton:active em,
    .fsStyleUpdateButton:focus em,
    .submitBtn:hover em,
    .submitBtn:active em,
    .submitBtn:focus em,
    .button:hover em,
    .button:active em,
    .button:focus em,
    .button-1:hover em,
    .fsAccount .fsLoginMainView .fsLoginSubmit:hover em,
    .fsAccount .fsAccountLogout a:hover em,
    .button-1:active em,
    .fsAccount .fsLoginMainView .fsLoginSubmit:active em,
    .fsAccount .fsAccountLogout a:active em,
    .button-1:focus em,
    .fsAccount .fsLoginMainView .fsLoginSubmit:focus em,
    .fsAccount .fsAccountLogout a:focus em,
    .button-large-1:hover em,
    .button-large-1:active em,
    .button-large-1:focus em,
    .button-2:hover em,
    .button-2:active em,
    .button-2:focus em,
    .button-large-2:hover em,
    .button-large-2:active em,
    .button-large-2:focus em,
    .button-on-dark:hover em,
    .button-on-dark:active em,
    .button-on-dark:focus em,
    .fs_style_31:hover em,
    .fs_style_31:active em,
    .fs_style_31:focus em,
    .fs_style_32:hover em,
    .fs_style_32:active em,
    .fs_style_32:focus em,
    .fs_style_28:hover em,
    .fs_style_28:active em,
    .fs_style_28:focus em,
    .fs_style_29:hover em,
    .fs_style_29:active em,
    .fs_style_29:focus em,
    .fs_style_30:hover em,
    .fs_style_30:active em,
    .fs_style_30:focus em {
      color: #FFF; }
  .fsStyleDefaultButton em,
  .fsStyleUpdateButton em,
  .submitBtn em,
  .button em,
  .button-1 em,
  .fsAccount .fsLoginMainView .fsLoginSubmit em,
  .fsAccount .fsAccountLogout a em,
  .button-large-1 em,
  .button-2 em,
  .button-large-2 em,
  .button-on-dark em,
  .fs_style_31 em,
  .fs_style_32 em,
  .fs_style_28 em,
  .fs_style_29 em,
  .fs_style_30 em {
    display: block;
    margin-top: 5px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #595959;
    text-transform: none; }
  .fsBannerLeft .fsStyleDefaultButton,
  .fsBannerRight .fsStyleDefaultButton, .fsBannerLeft
  .fsStyleUpdateButton,
  .fsBannerRight
  .fsStyleUpdateButton, .fsBannerLeft
  .submitBtn,
  .fsBannerRight
  .submitBtn, .fsBannerLeft
  .button,
  .fsBannerRight
  .button, .fsBannerLeft .button-1, .fsBannerLeft .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsBannerLeft .fsLoginSubmit, .fsBannerLeft .fsAccount .fsAccountLogout a, .fsAccount .fsAccountLogout .fsBannerLeft a,
  .fsBannerRight .button-1,
  .fsBannerRight .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView .fsBannerRight .fsLoginSubmit,
  .fsBannerRight .fsAccount .fsAccountLogout a,
  .fsAccount .fsAccountLogout .fsBannerRight a, .fsBannerLeft
  .button-large-1,
  .fsBannerRight
  .button-large-1, .fsBannerLeft
  .button-2,
  .fsBannerRight
  .button-2, .fsBannerLeft
  .button-large-2,
  .fsBannerRight
  .button-large-2, .fsBannerLeft
  .button-on-dark,
  .fsBannerRight
  .button-on-dark, .fsBannerLeft
  .fs_style_31,
  .fsBannerRight
  .fs_style_31, .fsBannerLeft
  .fs_style_32,
  .fsBannerRight
  .fs_style_32, .fsBannerLeft
  .fs_style_28,
  .fsBannerRight
  .fs_style_28, .fsBannerLeft
  .fs_style_29,
  .fsBannerRight
  .fs_style_29, .fsBannerLeft
  .fs_style_30,
  .fsBannerRight
  .fs_style_30 {
    max-width: 100%; }
  body:not(.fsComposeMode) .fsStyleDefaultButton > a,
  .fsContent .fsStyleDefaultButton > a, body:not(.fsComposeMode)
  .fsStyleUpdateButton > a,
  .fsContent
  .fsStyleUpdateButton > a, body:not(.fsComposeMode)
  .submitBtn > a,
  .fsContent
  .submitBtn > a, body:not(.fsComposeMode)
  .button > a,
  .fsContent
  .button > a, body:not(.fsComposeMode) .button-1 > a, body:not(.fsComposeMode) .fsAccount .fsLoginMainView .fsLoginSubmit > a, .fsAccount .fsLoginMainView body:not(.fsComposeMode) .fsLoginSubmit > a, body:not(.fsComposeMode) .fsAccount .fsAccountLogout a > a, .fsAccount .fsAccountLogout body:not(.fsComposeMode) a > a,
  .fsContent .button-1 > a,
  .fsContent .fsAccount .fsLoginMainView .fsLoginSubmit > a,
  .fsAccount .fsLoginMainView .fsContent .fsLoginSubmit > a,
  .fsContent .fsAccount .fsAccountLogout a > a,
  .fsAccount .fsAccountLogout .fsContent a > a, body:not(.fsComposeMode)
  .button-large-1 > a,
  .fsContent
  .button-large-1 > a, body:not(.fsComposeMode)
  .button-2 > a,
  .fsContent
  .button-2 > a, body:not(.fsComposeMode)
  .button-large-2 > a,
  .fsContent
  .button-large-2 > a, body:not(.fsComposeMode)
  .button-on-dark > a,
  .fsContent
  .button-on-dark > a, body:not(.fsComposeMode)
  .fs_style_31 > a,
  .fsContent
  .fs_style_31 > a, body:not(.fsComposeMode)
  .fs_style_32 > a,
  .fsContent
  .fs_style_32 > a, body:not(.fsComposeMode)
  .fs_style_28 > a,
  .fsContent
  .fs_style_28 > a, body:not(.fsComposeMode)
  .fs_style_29 > a,
  .fsContent
  .fs_style_29 > a, body:not(.fsComposeMode)
  .fs_style_30 > a,
  .fsContent
  .fs_style_30 > a {
    color: inherit;
    text-decoration: inherit; }

.fsLoadMoreButton,
.button-2,
.button-large-2,
.fs_style_32,
.fs_style_29 {
  background: #737373;
  color: #FFF;
  border-color: #737373; }
  .fsLoadMoreButton:hover, .fsLoadMoreButton:active, .fsLoadMoreButton:focus,
  .button-2:hover,
  .button-2:active,
  .button-2:focus,
  .button-large-2:hover,
  .button-large-2:active,
  .button-large-2:focus,
  .fs_style_32:hover,
  .fs_style_32:active,
  .fs_style_32:focus,
  .fs_style_29:hover,
  .fs_style_29:active,
  .fs_style_29:focus {
    border-color: rgba(115, 115, 115, 0.9);
    background: rgba(115, 115, 115, 0.9);
    color: #FFF; }
    .fsLoadMoreButton:hover em, .fsLoadMoreButton:active em, .fsLoadMoreButton:focus em,
    .button-2:hover em,
    .button-2:active em,
    .button-2:focus em,
    .button-large-2:hover em,
    .button-large-2:active em,
    .button-large-2:focus em,
    .fs_style_32:hover em,
    .fs_style_32:active em,
    .fs_style_32:focus em,
    .fs_style_29:hover em,
    .fs_style_29:active em,
    .fs_style_29:focus em {
      color: inherit; }
  .fsLoadMoreButton em,
  .button-2 em,
  .button-large-2 em,
  .fs_style_32 em,
  .fs_style_29 em {
    color: inherit; }
  body:not(.fsComposeMode) .fsLoadMoreButton > a, body:not(.fsComposeMode)
  .button-2 > a, body:not(.fsComposeMode)
  .button-large-2 > a, body:not(.fsComposeMode)
  .fs_style_32 > a, body:not(.fsComposeMode)
  .fs_style_29 > a {
    color: inherit; }

.button-large-1,
.button-large-2,
.fs_style_28,
.fs_style_29 {
  padding: 25px 20px;
  font-size: 19px;
  line-height: 23px; }
  .button-large-1 em,
  .button-large-2 em,
  .fs_style_28 em,
  .fs_style_29 em {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: none;
    color: inherit; }
  .fsContent .button-large-1, .fsContent
  .button-large-2, .fsContent
  .fs_style_28, .fsContent
  .fs_style_29 {
    font-weight: 400; }

.button-dark {
  padding: 30px;
  background: #595959; }
  .button-dark > header .fsElementTitle {
    color: #fff; }

.button-on-dark,
.fs_style_30 {
  background: transparent;
  color: #FFF;
  border-color: #FFF; }
  .button-on-dark:hover, .button-on-dark:active, .button-on-dark:focus,
  .fs_style_30:hover,
  .fs_style_30:active,
  .fs_style_30:focus {
    border-color: #FFF;
    background: #FFF;
    color: #7b030d; }
    .button-on-dark:hover em, .button-on-dark:active em, .button-on-dark:focus em,
    .fs_style_30:hover em,
    .fs_style_30:active em,
    .fs_style_30:focus em {
      color: #7b030d; }
  .button-on-dark em,
  .fs_style_30 em {
    color: #FFF; }
  body:not(.fsComposeMode) .button-on-dark > a, body:not(.fsComposeMode)
  .fs_style_30 > a {
    color: inherit; }

.button-download,
.fs_style_26, .button-link,
.fs_style_27 {
  display: block;
  padding: 12px 25px;
  background: rgba(232, 232, 232, 0.4);
  box-shadow: inset 0 0 0 1px #e8e8e8;
  border-radius: 5px;
  color: #7b030d;
  font-weight: 700;
  text-decoration: none; }
  .button-download:before,
  .fs_style_26:before, .button-link:before,
  .fs_style_27:before {
    margin-right: 15px;
    font-weight: normal;
    color: inherit; }
  .button-download:hover,
  .fs_style_26:hover, .button-link:hover,
  .fs_style_27:hover, .button-download:focus,
  .fs_style_26:focus, .button-link:focus,
  .fs_style_27:focus {
    color: #737373; }
  .fsContent .button-download,
  .fsContent .fs_style_26, .fsContent .button-link,
  .fsContent .fs_style_27 {
    font-weight: 700;
    text-decoration: inherit; }

.button-download:before,
.fs_style_26:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.button-link:before,
.fs_style_27:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsAccount .fsLoginMainView .fsLoginSubmit {
  display: block;
  padding: 10px 20px; }

.fsAccount .fsAccountLogout a {
  padding: 10px 20px; }

#fsHeader {
  background: #7b030d;
  padding: 0; }
  #fsHeader .fsElement {
    margin-bottom: 0; }
  #fsHeader .skip-link a {
    position: absolute;
    top: -40px;
    left: 0;
    color: #FFF;
    padding: 5px 10px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 9999; }
    #fsHeader .skip-link a:focus {
      top: 0;
      background: #737373;
      color: #FFF;
      transition: top .1s ease-in, background .5s linear; }
  #fsHeader .fsSearchElement .fsButtonClear {
    visibility: hidden; }
  .has-masthead #fsHeader .nav-main {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: #7b030d; }
    .has-masthead #fsHeader .nav-main .fsNavPageInfo {
      background: #7b030d; }
  #fsHeader .masthead-mainnav {
    position: relative; }
    #fsHeader .masthead-mainnav .masthead {
      position: relative;
      z-index: 0; }
      #fsHeader .masthead-mainnav .masthead .fsPager {
        font-size: 0;
        line-height: 1;
        margin-top: 28px; }
        #fsHeader .masthead-mainnav .masthead .fsPager li {
          width: 10px;
          height: 10px;
          margin: 0 6px; }
          #fsHeader .masthead-mainnav .masthead .fsPager li.slick-active button {
            background: #7b030d; }
          #fsHeader .masthead-mainnav .masthead .fsPager li button {
            padding: 0;
            background: #d8d8d8;
            transition: 0.3s all; }
            #fsHeader .masthead-mainnav .masthead .fsPager li button:hover, #fsHeader .masthead-mainnav .masthead .fsPager li button:focus {
              background: #737373; }
            #fsHeader .masthead-mainnav .masthead .fsPager li button:before {
              content: normal; }
      #fsHeader .masthead-mainnav .masthead .fsElementSlideshowControls > button {
        top: 60px;
        left: 20px; }
      #fsHeader .masthead-mainnav .masthead article {
        position: relative; }
        #fsHeader .masthead-mainnav .masthead article.fsResourceTypeVideo .fsTitle {
          display: none; }
        #fsHeader .masthead-mainnav .masthead article img {
          display: block;
          opacity: 0;
          height: 150px; }
          @media (min-width: 600px) {
            #fsHeader .masthead-mainnav .masthead article img {
              height: 265px; } }
          @media (min-width: 1000px) {
            #fsHeader .masthead-mainnav .masthead article img {
              height: 495px; } }
        #fsHeader .masthead-mainnav .masthead article picture {
          display: block;
          border-bottom: 5px solid #737373;
          background-size: cover;
          background-position: center; }
        #fsHeader .masthead-mainnav .masthead article figcaption {
          background: #f2f2f2;
          color: #595959;
          padding: 13px 18px;
          white-space: normal; }
          @media (min-width: 1000px) {
            #fsHeader .masthead-mainnav .masthead article figcaption {
              position: absolute;
              right: 20px;
              bottom: 20px;
              width: 480px;
              background: rgba(0, 0, 0, 0.6);
              color: #FFF; } }
          @media (min-width: 1200px) {
            #fsHeader .masthead-mainnav .masthead article figcaption {
              right: calc(50% - (1180px / 2)); } }
          #fsHeader .masthead-mainnav .masthead article figcaption h2,
          #fsHeader .masthead-mainnav .masthead article figcaption .fsTitle {
            font-weight: 400;
            font-family: "Bree Serif", serif;
            font-size: 35px;
            line-height: 40px;
            margin-bottom: 12px;
            color: inherit; }
            #fsHeader .masthead-mainnav .masthead article figcaption h2 > a,
            #fsHeader .masthead-mainnav .masthead article figcaption .fsTitle > a {
              font-weight: inherit;
              color: inherit; }
              #fsHeader .masthead-mainnav .masthead article figcaption h2 > a:hover,
              #fsHeader .masthead-mainnav .masthead article figcaption .fsTitle > a:hover {
                color: #7b030d; }
          #fsHeader .masthead-mainnav .masthead article figcaption a:hover,
          #fsHeader .masthead-mainnav .masthead article figcaption a:focus {
            color: #737373; }
            @media (min-width: 1000px) {
              #fsHeader .masthead-mainnav .masthead article figcaption a:hover,
              #fsHeader .masthead-mainnav .masthead article figcaption a:focus {
                color: #FFF; } }
          #fsHeader .masthead-mainnav .masthead article figcaption p {
            margin-bottom: 5px; }
            #fsHeader .masthead-mainnav .masthead article figcaption p:last-child {
              margin-bottom: 0; }
  #fsHeader .main-header {
    padding: 20px; }
    @media (min-width: 1000px) {
      #fsHeader .main-header {
        padding: 21px 20px 37px; } }
    #fsHeader .main-header > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: center;
      justify-content: center; }
  #fsHeader .logo {
    margin-top: 20px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }
    @media (min-width: 600px) {
      #fsHeader .logo {
        -ms-flex-item-align: start;
        align-self: flex-start;
        -ms-flex-order: 1;
        order: 1;
        width: 58%;
        min-width: 352px;
        margin-top: 0; } }
    @media (min-width: 1000px) {
      #fsHeader .logo {
        width: 50%;
        -ms-flex-order: 1;
        order: 1; } }
    #fsHeader .logo p {
      margin-bottom: 0; }
    #fsHeader .logo a {
      display: block; }
      #fsHeader .logo a img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto; }
        @media (min-width: 600px) {
          #fsHeader .logo a img {
            margin: 0; } }
  #fsHeader .util-right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    text-align: right; }
    @media (min-width: 600px) {
      #fsHeader .util-right {
        width: 21%; } }
    @media (min-width: 1000px) {
      #fsHeader .util-right {
        width: 50%; } }
  #fsHeader .nav-main {
    background: #7b030d;
    padding: 0 20px; }
    #fsHeader .nav-main .fsNavLevel1 {
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #fsHeader .nav-main .fsNavLevel1 > li {
        -ms-flex-positive: 0;
        flex-grow: 0;
        position: static; }
        #fsHeader .nav-main .fsNavLevel1 > li > a {
          position: relative;
          background: none;
          color: #7b030d; }
          #fsHeader .nav-main .fsNavLevel1 > li > a:hover {
            color: #fff; }
          #fsHeader .nav-main .fsNavLevel1 > li > a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: #737373;
            transition: 0.15s height; }
        #fsHeader .nav-main .fsNavLevel1 > li:hover > a:after, #fsHeader .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a:after, #fsHeader .nav-main .fsNavLevel1 > li.menu-item-open > a:after {
          height: 5px; }
        #fsHeader .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo, #fsHeader .nav-main .fsNavLevel1 > li.fsNavCurrentPage > .fsNavPageInfo, #fsHeader .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
          transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
    #fsHeader .nav-main[class*="fsNavCurrentPage"] > a:after {
      height: 5px; }
    #fsHeader .nav-main .fsNavPageInfo {
      background: #7b030d;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
      width: 100%; }
      #fsHeader .nav-main .fsNavPageInfo .inner-meganav {
        padding: 25px;
        display: -ms-flexbox;
        display: flex; }
      #fsHeader .nav-main .fsNavPageInfo .fsNavPageDescription {
        color: #FFF;
        width: 26%;
        padding-right: 25px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        #fsHeader .nav-main .fsNavPageInfo .fsNavPageDescription a {
          color: inherit;
          font-size: 1.625rem;
          line-height: 1.3;
          margin-bottom: 14px;
          font-weight: 400; }
      #fsHeader .nav-main .fsNavPageInfo .fsNavPageThumbnail {
        width: 30%;
        margin-right: 13px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        #fsHeader .nav-main .fsNavPageInfo .fsNavPageThumbnail img {
          display: block;
          width: 100%; }
      #fsHeader .nav-main .fsNavPageInfo .col-wrap {
        width: calc(44% - 13px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #fsHeader .nav-main .fsNavPageInfo .col-wrap .fsNavLevel2 {
          width: calc(50% - 7px); }
          #fsHeader .nav-main .fsNavPageInfo .col-wrap .fsNavLevel2 > li > a {
            display: inline-block; }

#fsFooter {
  background-color: #7b030d;
  padding: 50px 20px 26px;
  text-align: center; }
  @media (min-width: 600px) {
    #fsFooter {
      text-align: left; } }
  #fsFooter .fsBanner {
    display: block;
    line-height: 1.71429; }
  #fsFooter .fsThreeColumnLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 600px) {
      #fsFooter .fsThreeColumnLayout {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    @media (min-width: 1000px) {
      #fsFooter .fsThreeColumnLayout {
        display: block; } }
    #fsFooter .fsThreeColumnLayout > .fsDiv {
      margin-bottom: 0; }
      @media (min-width: 600px) {
        #fsFooter .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
          width: 50%; } }
      @media (min-width: 1000px) {
        #fsFooter .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
          width: 33.33%;
          margin-right: 0; } }
      @media (min-width: 600px) {
        #fsFooter .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
          width: 50%; } }
      @media (min-width: 1000px) {
        #fsFooter .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
          width: 33.33%; } }
      @media (min-width: 600px) {
        #fsFooter .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
          width: 100%; } }
      @media (min-width: 1000px) {
        #fsFooter .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
          width: 33.33%; } }
  #fsFooter .school-details-container {
    margin-bottom: 0; }
  #fsFooter .nav-utility-footer {
    margin-top: 35px; }
    @media (min-width: 600px) {
      #fsFooter .nav-utility-footer {
        margin-top: 0; } }
    @media (min-width: 700px) {
      #fsFooter .nav-utility-footer nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    #fsFooter .nav-utility-footer .fsNavLevel1 li a {
      padding: 0;
      color: #FFF;
      font-weight: normal; }
      #fsFooter .nav-utility-footer .fsNavLevel1 li a:hover, #fsFooter .nav-utility-footer .fsNavLevel1 li a:focus {
        color: #737373; }
  #fsFooter .nav-social {
    margin: 40px 0 0; }
    #fsFooter .nav-social .fsNavLevel1 li {
      vertical-align: bottom; }
      #fsFooter .nav-social .fsNavLevel1 li:not(:last-child) {
        margin-right: 15px; }
      #fsFooter .nav-social .fsNavLevel1 li a {
        padding: 0;
        border: 0;
        color: #7b030d;
        background: #FFF; }
        #fsFooter .nav-social .fsNavLevel1 li a:hover, #fsFooter .nav-social .fsNavLevel1 li a:focus {
          color: #737373;
          background: #e8e8e8; }
        #fsFooter .nav-social .fsNavLevel1 li a:before {
          font-size: 1.25rem;
          color: inherit;
          transition: none; }
  #fsFooter .footer-logo {
    margin-bottom: 18px; }
    #fsFooter .footer-logo a {
      display: inline-block;
      vertical-align: bottom; }
      #fsFooter .footer-logo a img {
        display: block; }
  #fsFooter .footer-accred {
    margin-top: 35px; }
    @media (min-width: 600px) {
      #fsFooter .footer-accred {
        margin-top: 60px; } }
    @media (min-width: 1000px) {
      #fsFooter .footer-accred {
        margin-top: 0; } }
    #fsFooter .footer-accred ul {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; }
      #fsFooter .footer-accred ul, #fsFooter .footer-accred ul ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      #fsFooter .footer-accred ul li {
        margin: 0;
        padding: 0; }
      #fsFooter .footer-accred ul li {
        padding: 0 8px; }
        #fsFooter .footer-accred ul li a {
          opacity: 0.5;
          transition: all 0.3s;
          display: block; }
          #fsFooter .footer-accred ul li a:hover, #fsFooter .footer-accred ul li a:focus {
            opacity: 1; }
          #fsFooter .footer-accred ul li a img {
            display: block; }
  #fsFooter #fsPoweredByFinalsite {
    background-position: center;
    margin-top: 40px; }
    @media (min-width: 600px) {
      #fsFooter #fsPoweredByFinalsite {
        margin-top: 38px; } }
    @media (min-width: 1000px) {
      #fsFooter #fsPoweredByFinalsite {
        margin-top: 30px; } }

#fsHeader .nav-portals {
  display: none; }
  @media (min-width: 1000px) {
    #fsHeader .nav-portals {
      display: inline-block; } }

.nav-portals .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex; }
  .nav-portals .fsNavLevel1 li:not(:last-child) {
    margin-right: 20px; }
  .nav-portals .fsNavLevel1 li a {
    letter-spacing: 0.3px;
    font-size: 0.9375rem;
    padding: 0;
    color: #FFF; }
    .nav-portals .fsNavLevel1 li a:hover, .nav-portals .fsNavLevel1 li a:focus {
      color: #737373; }

#fsHeader .nav-main .fsNavLevel1 > li > a {
  letter-spacing: 1px;
  padding: 12px;
  text-transform: uppercase;
  line-height: 1.47;
  font-size: 1.0625rem;
  color: #FFF; }
  #fsHeader .nav-main .fsNavLevel1 > li > a:hover, #fsHeader .nav-main .fsNavLevel1 > li > a:focus {
    color: #FFF; }

#fsHeader .nav-main .fsNavLevel2 > li > a {
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #FFF; }
  #fsHeader .nav-main .fsNavLevel2 > li > a:hover, #fsHeader .nav-main .fsNavLevel2 > li > a:focus {
    color: #737373; }

#fsHeader .nav-main .fsNavLevel2 > li + li {
  margin-top: 8px; }

.nav-sub .fsNavLevel1 > li > a {
  color: #737373; }

.nav-sub ul li[class*="fsNavCurrentPage"] > a {
  font-weight: 600;
  color: #7b030d; }
  .nav-sub ul li[class*="fsNavCurrentPage"] > a:hover, .nav-sub ul li[class*="fsNavCurrentPage"] > a:focus {
    color: #737373; }

.nav-sub ul li a {
  color: #737373;
  font-weight: 700; }
  .nav-sub ul li a:hover, .nav-sub ul li a:focus {
    color: #7b030d; }

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

.nav-utility-header {
  display: none;
  color: #FFF; }
  #fsMenu .nav-utility-header {
    display: block; }
  #fsHeader .nav-utility-header {
    display: none; }
    @media (min-width: 1000px) {
      #fsHeader .nav-utility-header {
        display: block;
        background: rgba(0, 0, 0, 0.3);
        padding: 0 20px; } }
  @media (min-width: 1000px) {
    .nav-utility-header .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1000px) {
    .nav-utility-header .fsNavLevel1 > li {
      display: inline-block;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      line-height: 1.47;
      font-size: 1.0625rem;
      color: #FFF;
      padding: 0 10px; }
      .nav-utility-header .fsNavLevel1 > li:first-child {
        padding-left: 0; }
      .nav-utility-header .fsNavLevel1 > li:last-child {
        padding-right: 0; } }
  .nav-utility-header .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-utility-header .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
    color: #fff; }
  .nav-utility-header .fsNavLevel1 > li:hover, .nav-utility-header .fsNavLevel1 > li:focus {
    color: #737373; }
    .nav-utility-header .fsNavLevel1 > li:hover > a, .nav-utility-header .fsNavLevel1 > li:focus > a {
      color: inherit;
      text-decoration: none; }
  @media (min-width: 1000px) {
    .nav-utility-header .fsNavLevel1 > li[class*="fsNavParentPage"] > a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-left: 4px;
      line-height: 1; } }

@media (min-width: 1000px) and (min-width: 1000px) {
  .nav-utility-header .fsNavLevel1 > li.home > a:after {
    display: inline-block;
    min-width: 20px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 13px;
    line-height: 20px;
    color: inherit; } }
  .nav-utility-header .fsNavLevel1 > li > a {
    font-size: 85%;
    color: #FFF; }
    .nav-utility-header .fsNavLevel1 > li > a:hover, .nav-utility-header .fsNavLevel1 > li > a:focus {
      color: #737373; }
  html.js .nav-utility-header .fsNavLevel1 > li {
    position: relative; }
    html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-utility-header .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px; }
  html:not(.js) .nav-utility-header .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }

@media (min-width: 1000px) {
  .nav-utility-header li .fsNavPageInfo {
    display: block; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .nav-utility-header li .fsNavPageInfo {
      width: 500px;
      background: #7b030d;
      text-align: left;
      z-index: 9000;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
      padding: 0;
      display: -ms-flexbox;
      display: flex; } }

@media (min-width: 1000px) {
    .nav-utility-header .fsNavLevel1 > li:last-child .fsNavPageInfo {
      margin-left: calc(100% - 500px); }
  .nav-utility-header .col-wrap {
    padding: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .nav-utility-header .col-wrap .fsNavLevel2 {
      width: calc(50% - 7px); }
      .nav-utility-header .col-wrap .fsNavLevel2 > li > a {
        display: inline-block; }
  .nav-utility-header .fsNavLevel2 {
    padding: 10px 0; }
    .nav-utility-header .fsNavLevel2 li {
      width: auto; }
      .nav-utility-header .fsNavLevel2 li a {
        display: block;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 20px;
        text-transform: none;
        color: rgba(255, 255, 255, 0.8); }
        .nav-utility-header .fsNavLevel2 li a:hover, .nav-utility-header .fsNavLevel2 li a:focus {
          color: #fff;
          text-decoration: none; }
      .nav-utility-header .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; } }

.drawer-ribbon {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 0;
  line-height: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  -ms-flex-item-align: start;
  align-self: flex-start; }
  @media (min-width: 600px) {
    .drawer-ribbon {
      width: 21%; } }
  @media (min-width: 1000px) {
    .drawer-ribbon {
      display: none; } }
  .drawer-ribbon p {
    margin-bottom: 0; }
  .drawer-ribbon .drawer-trigger {
    max-width: initial;
    position: static;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.15);
    transition: 0.3s all; }
    .drawer-ribbon .drawer-trigger:hover, .drawer-ribbon .drawer-trigger:focus {
      background: rgba(0, 0, 0, 0.3); }
    .drawer-ribbon .drawer-trigger:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 0.875rem;
      display: block;
      width: auto;
      height: auto;
      position: static;
      -ms-transform: none;
      transform: none;
      background: none;
      margin: 0;
      padding: 10px 17px;
      color: #FFF; }
    .drawer-ribbon .drawer-trigger:after {
      content: normal; }

#fsMenu .fsMenu {
  transition: left 0.3s;
  opacity: 1;
  visibility: visible;
  -ms-transform: none;
  transform: none;
  top: 0;
  background: #7b030d;
  background: rgba(123, 3, 13, 0.9);
  max-width: 380px;
  left: -380px;
  padding: 22px 34px; }
  .drawer-is-active #fsMenu .fsMenu {
    left: 0; }
  @media (min-width: 1000px) {
    #fsMenu .fsMenu {
      display: none; } }
  #fsMenu .fsMenu .close-offcanvas {
    margin-bottom: 40px; }
    #fsMenu .fsMenu .close-offcanvas p {
      margin: 0; }
    #fsMenu .fsMenu .close-offcanvas .drawer-trigger {
      position: static;
      width: auto;
      height: auto;
      color: #FFF;
      font-size: 0;
      line-height: 1;
      margin-left: auto;
      display: block;
      transition: 0.3s opacity; }
      #fsMenu .fsMenu .close-offcanvas .drawer-trigger:before {
        content: "\2715";
        font-size: 2rem;
        position: static;
        width: auto;
        height: auto;
        background: none;
        -ms-transform: none;
        transform: none; }
      #fsMenu .fsMenu .close-offcanvas .drawer-trigger:after {
        content: normal; }
      #fsMenu .fsMenu .close-offcanvas .drawer-trigger:hover, #fsMenu .fsMenu .close-offcanvas .drawer-trigger:focus {
        opacity: 0.75; }
  #fsMenu .fsMenu .fsSearch.site-search {
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 34px; }
    #fsMenu .fsMenu .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; }
      #fsMenu .fsMenu .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        text-align: left;
        padding: 0 0 0 20px !important;
        color: rgba(255, 255, 255, 0.8); }
      #fsMenu .fsMenu .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
        width: 50px; }
        #fsMenu .fsMenu .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
          text-align: center;
          color: #FFF; }
  #fsMenu .fsMenu .nav-main,
  #fsMenu .fsMenu .nav-utility-header {
    padding: 0 5px;
    margin-bottom: 40px; }
    #fsMenu .fsMenu .nav-main > header .fsElementTitle,
    #fsMenu .fsMenu .nav-utility-header > header .fsElementTitle {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      font-family: "Open Sans", sans-serif;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 1.2px;
      line-height: 1;
      padding-bottom: 17px;
      margin-bottom: 10px; }
    #fsMenu .fsMenu .nav-main li,
    #fsMenu .fsMenu .nav-utility-header li {
      display: block; }
      #fsMenu .fsMenu .nav-main li.active > a:before,
      #fsMenu .fsMenu .nav-utility-header li.active > a:before {
        width: 5px; }
      #fsMenu .fsMenu .nav-main li.active > a .drop-trigger:before,
      #fsMenu .fsMenu .nav-utility-header li.active > a .drop-trigger:before {
        content: ""; }
      #fsMenu .fsMenu .nav-main li a,
      #fsMenu .fsMenu .nav-utility-header li a {
        position: relative;
        margin-right: 40px;
        color: #FFF; }
        #fsMenu .fsMenu .nav-main li a:before,
        #fsMenu .fsMenu .nav-utility-header li a:before {
          content: "";
          position: absolute;
          background-color: rgba(255, 255, 255, 0.75);
          top: 0;
          right: calc(100% + 10px);
          width: 0px;
          height: 100%;
          transition: 0.3s width; }
        #fsMenu .fsMenu .nav-main li a .drop-trigger,
        #fsMenu .fsMenu .nav-utility-header li a .drop-trigger {
          border: 0;
          background: none;
          outline: 0;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 50%;
          right: -32px;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 0;
          line-height: 1;
          color: #FFF; }
          #fsMenu .fsMenu .nav-main li a .drop-trigger:before,
          #fsMenu .fsMenu .nav-utility-header li a .drop-trigger:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 1.0625rem;
            color: inherit; }
    #fsMenu .fsMenu .nav-main .fsNavLevel1 > li > a,
    #fsMenu .fsMenu .nav-utility-header .fsNavLevel1 > li > a {
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 0;
      font-size: 1.0625rem;
      color: #FFF; }
      #fsMenu .fsMenu .nav-main .fsNavLevel1 > li > a:hover, #fsMenu .fsMenu .nav-main .fsNavLevel1 > li > a:focus,
      #fsMenu .fsMenu .nav-utility-header .fsNavLevel1 > li > a:hover,
      #fsMenu .fsMenu .nav-utility-header .fsNavLevel1 > li > a:focus {
        color: #e8e8e8; }
    #fsMenu .fsMenu .nav-main .fsNavLevel1 > li + li,
    #fsMenu .fsMenu .nav-utility-header .fsNavLevel1 > li + li {
      margin-top: 36px; }
    #fsMenu .fsMenu .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
    #fsMenu .fsMenu .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      margin-bottom: -11px;
      padding: 10px 0 0 25px; }
    #fsMenu .fsMenu .nav-main .fsNavPageInfo,
    #fsMenu .fsMenu .nav-utility-header .fsNavPageInfo {
      display: none;
      max-height: 9999px;
      position: static;
      background: none;
      padding: 5px 0 0 20px; }
    #fsMenu .fsMenu .nav-main .fsNavLevel2 li a,
    #fsMenu .fsMenu .nav-utility-header .fsNavLevel2 li a {
      font-size: 0.9375rem;
      line-height: 1.8;
      padding: 0; }
      #fsMenu .fsMenu .nav-main .fsNavLevel2 li a:hover, #fsMenu .fsMenu .nav-main .fsNavLevel2 li a:focus,
      #fsMenu .fsMenu .nav-utility-header .fsNavLevel2 li a:hover,
      #fsMenu .fsMenu .nav-utility-header .fsNavLevel2 li a:focus {
        color: #e8e8e8; }
    #fsMenu .fsMenu .nav-main .fsNavLevel2 li + li,
    #fsMenu .fsMenu .nav-utility-header .fsNavLevel2 li + li {
      margin-top: 15px; }
  #fsMenu .fsMenu .nav-portals,
  #fsMenu .fsMenu .nav-utility-header {
    padding: 0 5px; }
    #fsMenu .fsMenu .nav-portals > header .fsElementTitle,
    #fsMenu .fsMenu .nav-utility-header > header .fsElementTitle {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      font-family: "Open Sans", sans-serif;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 1.2px;
      line-height: 1;
      padding-bottom: 17px;
      margin-bottom: 10px; }
    #fsMenu .fsMenu .nav-portals .fsNavLevel1,
    #fsMenu .fsMenu .nav-utility-header .fsNavLevel1 {
      display: block; }
      #fsMenu .fsMenu .nav-portals .fsNavLevel1 > li,
      #fsMenu .fsMenu .nav-utility-header .fsNavLevel1 > li {
        margin-right: 0; }
        #fsMenu .fsMenu .nav-portals .fsNavLevel1 > li > a,
        #fsMenu .fsMenu .nav-utility-header .fsNavLevel1 > li > a {
          text-transform: uppercase;
          padding: 0;
          font-size: 1.0625rem;
          color: #FFF; }
        #fsMenu .fsMenu .nav-portals .fsNavLevel1 > li + li,
        #fsMenu .fsMenu .nav-utility-header .fsNavLevel1 > li + li {
          margin-top: 25px; }

.fsAccordion .fsPanel.fsStateOpen > header h2 {
  color: #FFF; }

.fsAccordion .fsPanel > header:hover h2 {
  color: #FFF; }

.fsAccordion .fsPanel > header h2 {
  padding: 12px 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #595959;
  text-transform: uppercase; }

.fsAccordion.fsPanelIconBefore .fsPanel > header > h2 {
  padding-left: 80px; }
  .fsAccordion.fsPanelIconBefore .fsPanel > header > h2:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px;
    width: 65px !important;
    left: 0 !important;
    top: 10px !important;
    text-align: center;
    border-right: 1px solid #d8d8d8; }

.fsAccordion.fsPanelIconBefore .fsPanel > header:hover > h2:before {
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header > h2:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.fsAccordion.fsPanelIconAfter .fsPanel > header > h2 {
  padding-right: 80px; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header > h2:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px;
    width: 65px !important;
    right: 0 !important;
    top: 10px !important;
    text-align: center;
    border-left: 1px solid #d8d8d8; }

.fsAccordion.fsPanelIconAfter .fsPanel > header:hover > h2:after {
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header > h2:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.fsCalendar > footer .fsElementFooterContent {
  margin-top: 0;
  padding-top: 15px;
  border-top: 2px solid #e8e8e8; }
  .fsCalendar > footer .fsElementFooterContent p {
    margin-bottom: 0; }
  .fsCalendar > footer .fsElementFooterContent a {
    text-transform: uppercase; }

.fsCalendar .fsTitle {
  margin-top: -4px; }

.fsCalendar .fsReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsCalendar .fsEventDetails {
  margin-top: 10px;
  line-height: 1.25; }
  .fsCalendar .fsEventDetails .fsTimeRange:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 0.875rem;
    margin-right: 2px; }
  .fsCalendar .fsEventDetails .fsLocation:nth-child(2) {
    margin-top: 5px; }
  .fsCalendar .fsEventDetails .fsLocation:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 0.875rem;
    margin-right: 4px; }

.fsCalendar .fsDate {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  top: 6px; }
  .fsCalendar .fsDate .fsMonth {
    font-size: 0.875rem; }
  .fsCalendar .fsDate .fsDay {
    font-size: 1.875rem;
    font-family: "Bree Serif", serif; }

.fsComposerFormEmbed form .submitBtn {
  margin: 0 10px 10px 0;
  padding: 13px 20px;
  background: #7b030d;
  color: #FFF;
  outline: 0;
  box-shadow: 0;
  border: 3px solid #7b030d;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease; }
  .fsComposerFormEmbed form .submitBtn:hover {
    border-color: rgba(123, 3, 13, 0.75);
    background: rgba(123, 3, 13, 0.75);
    color: #FFF;
    text-decoration: none; }
    .fsComposerFormEmbed form .submitBtn:hover em {
      color: #FFF; }

.fsPostElement > footer .fsElementFooterContent {
  margin-top: 0;
  padding-top: 15px;
  border-top: 2px solid #e8e8e8; }
  .fsPostElement > footer .fsElementFooterContent p {
    margin-bottom: 0; }
  .fsPostElement > footer .fsElementFooterContent a {
    text-transform: uppercase; }

.fsPostElement.fsGrid article {
  border-top: none;
  padding-top: 0;
  margin-top: 0; }

.fsPostElement.fsSlideshow article {
  border-top: none;
  padding-top: 0;
  margin-top: 0; }

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

.fsPostElement article + article {
  border-top: 2px solid #d8d8d8;
  padding-top: 15px;
  margin-top: 20px; }

.fsPostElement .fsCategories {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .fsPostElement .fsCategories .fsCategory {
    margin: 2px 2px 2px 0;
    padding: 0 6px;
    color: #595959;
    background: #d8d8d8; }
    .fsPostElement .fsCategories .fsCategory:not(:last-child) {
      border: none; }

.fsPostElement .fsTags {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #595959;
  background: #d8d8d8; }
  .fsPostElement .fsTags .fsTag {
    margin: 2px 0;
    padding: 0 6px; }
    .fsPostElement .fsTags .fsTag:not(:last-child) {
      border-right: 1px solid #595959; }

.fsPostElement .fsReadMoreLink {
  margin-top: 10px; }

.fsPostElement .fsThumbnail {
  margin-bottom: 15px; }
  .fsPostElement .fsThumbnail img,
  .fsPostElement .fsThumbnail .fsCroppedImage {
    display: block; }

.fsPostElement .fsDateTime ~ * {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.14286; }

.fsPostElement .fsSummary {
  line-height: 1.25; }

.fsPostElement .fsTitle {
  font-size: 24px !important;
  line-height: 27px;
  font-family: "Bree Serif", serif;
  font-weight: normal; }
  .fsPostElement .fsTitle > a {
    font-weight: inherit; }

#fsHeader .fsSearchElement {
  display: none; }
  @media (min-width: 1000px) {
    #fsHeader .fsSearchElement {
      display: block;
      border: none;
      border-bottom: 1px solid #595959; } }
  #fsHeader .fsSearchElement > .fsElementContent {
    height: 30px; }

.fsMenu .fsSearchElement {
  border: none;
  border-bottom: 1px solid #FFF; }

.fsSearchElement > .fsElementContent {
  width: auto; }

.fsSearchElement.fsSearchForm {
  position: relative; }
  .fsSearchElement.fsSearchForm form {
    position: relative; }
  .fsSearchElement.fsSearchForm .fsFieldLabel {
    display: none; }
  .fsSearchElement.fsSearchForm .fsStyleSearchField {
    border: 0;
    background: transparent;
    width: 100%;
    height: 30px;
    color: #595959;
    padding-left: 20px;
    padding-right: 40px;
    margin: 0;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #595959; }
    .fsMenu .fsSearchElement.fsSearchForm .fsStyleSearchField,
    #fsHeader .fsSearchElement.fsSearchForm .fsStyleSearchField {
      border: none;
      color: #FFF; }
  .fsSearchElement.fsSearchForm .fsSearchElementSearchButton {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0;
    height: 30px;
    width: 30px;
    color: #595959;
    background: transparent;
    font-size: 0; }
    .fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton {
      color: #FFF; }
    .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover, .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus {
      background: transparent;
      color: #e8e8e8; }
    .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #595959;
      font-size: 16px;
      line-height: 30px; }
      .fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after,
      #fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after {
        color: #FFF; }

.fsSearchElement.fsList .fsListItems, .fsSearchElement.fsList .fsListItems ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsSearchElement.fsList .fsListItems li {
  margin: 0;
  padding: 0; }

.fsSearchElement.fsList .fsListItems > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8; }

.fsTabs .fsTabsNav li {
  margin-right: 10px; }
  .fsTabs .fsTabsNav li a {
    padding: 12px 15px;
    background: #e8e8e8;
    color: #595959;
    box-shadow: inset 0 -2px 0 0 #d8d8d8;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase; }
    .fsTabs .fsTabsNav li a:hover {
      background: #7b030d;
      color: #FFF;
      box-shadow: inset 0 -2px 0 0 #7b030d; }
  .fsTabs .fsTabsNav li.fsStateSelected:hover > a {
    color: #fff; }
  .fsTabs .fsTabsNav li.fsStateSelected a {
    background: #737373;
    box-shadow: inset 0 -2px 0 0 #737373; }

.fsTabs.fsPanelIconBefore .fsPanel > header > h2 {
  padding: 12px 15px 12px 80px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #595959;
  text-transform: uppercase; }
  .fsTabs.fsPanelIconBefore .fsPanel > header > h2:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px;
    width: 65px !important;
    left: 0 !important;
    top: 10px !important;
    text-align: center;
    border-right: 1px solid #d8d8d8; }

.fsTabs.fsPanelIconBefore .fsPanel > header:hover > h2:before {
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.fsTabs.fsPanelIconBefore .fsPanel.fsStateOpen > header > h2 {
  color: #FFF; }
  .fsTabs.fsPanelIconBefore .fsPanel.fsStateOpen > header > h2:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3); }

.fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
table.table-styled th,
.fs_style_23 th {
  padding: 12px 15px;
  background: #737373;
  color: #FFF;
  font-weight: 600;
  text-align: left; }

.fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
table.table-styled td,
.fs_style_23 td {
  background: #fbfbfb;
  padding: 12px 15px; }

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

.fs_style_24 {
  color: #7b030d;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 7px;
  display: block; }

blockquote,
.fs_style_25 {
  position: relative;
  margin: 30px 0;
  padding-left: 30px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #737373; }
  blockquote:before,
  .fs_style_25:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\201C';
    font-family: "Georgia", serif;
    font-size: 3.75rem;
    line-height: 1; }
  blockquote .fs_style_34,
  blockquote cite,
  .fs_style_25 .fs_style_34,
  .fs_style_25 cite {
    margin: 10px 0 0;
    display: block;
    font-size: 0.875rem;
    line-height: 1.7857;
    font-weight: 700;
    text-transform: uppercase; }

.callout-content,
.fs_style_33 {
  display: block;
  padding-left: 20px;
  font-family: "Bree Serif", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
  border-left: 2px solid; }

.callout-box-light, .callout-box-dark, .callout-box-school,
.callout-box {
  display: block;
  background: #e8e8e8;
  color: #595959; }
  .callout-box-light > header .fsElementHeaderContent, .callout-box-dark > header .fsElementHeaderContent, .callout-box-school > header .fsElementHeaderContent,
  .callout-box > header .fsElementHeaderContent {
    margin-bottom: 0; }
  .callout-box-light > header .fsImage picture, .callout-box-dark > header .fsImage picture, .callout-box-school > header .fsImage picture,
  .callout-box > header .fsImage picture {
    display: block; }
  .callout-box-light > header .fsImage img, .callout-box-dark > header .fsImage img, .callout-box-school > header .fsImage img,
  .callout-box > header .fsImage img {
    display: block;
    width: 100%;
    height: auto; }
  .callout-box-light > .fsElementContent, .callout-box-dark > .fsElementContent, .callout-box-school > .fsElementContent,
  .callout-box > .fsElementContent {
    padding: 30px; }
    .fsBannerLeft .callout-box-light > .fsElementContent, .fsBannerLeft .callout-box-dark > .fsElementContent, .fsBannerLeft .callout-box-school > .fsElementContent,
    .fsBannerRight .callout-box-light > .fsElementContent,
    .fsBannerRight .callout-box-dark > .fsElementContent,
    .fsBannerRight .callout-box-school > .fsElementContent, .fsBannerLeft
    .callout-box > .fsElementContent,
    .fsBannerRight
    .callout-box > .fsElementContent {
      padding: 20px; }
    .callout-box-light > .fsElementContent h2, .callout-box-dark > .fsElementContent h2, .callout-box-school > .fsElementContent h2,
    .callout-box > .fsElementContent h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 0px;
      margin-bottom: 15px;
      font-weight: 700;
      font-size: 16px;
      line-height: 26px;
      color: inherit;
      text-transform: uppercase; }
  @media (min-width: 800px) {
    .left.callout-box-light, .left.callout-box-dark, .left.callout-box-school, .right.callout-box-light, .right.callout-box-dark, .right.callout-box-school,
    .callout-box.left,
    .callout-box.right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 800px) {
    .left.callout-box-light > header, .left.callout-box-dark > header, .left.callout-box-school > header,
    .left.callout-box-light > .fsElementContent,
    .left.callout-box-dark > .fsElementContent,
    .left.callout-box-school > .fsElementContent, .right.callout-box-light > header, .right.callout-box-dark > header, .right.callout-box-school > header,
    .right.callout-box-light > .fsElementContent,
    .right.callout-box-dark > .fsElementContent,
    .right.callout-box-school > .fsElementContent,
    .callout-box.left > header,
    .callout-box.left > .fsElementContent,
    .callout-box.right > header,
    .callout-box.right > .fsElementContent {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%; } }
  .left.callout-box-light > header, .left.callout-box-dark > header, .left.callout-box-school > header, .right.callout-box-light > header, .right.callout-box-dark > header, .right.callout-box-school > header,
  .callout-box.left > header,
  .callout-box.right > header {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit; }
    .left.callout-box-light > header .fsImage, .left.callout-box-dark > header .fsImage, .left.callout-box-school > header .fsImage, .right.callout-box-light > header .fsImage, .right.callout-box-dark > header .fsImage, .right.callout-box-school > header .fsImage,
    .callout-box.left > header .fsImage,
    .callout-box.right > header .fsImage {
      opacity: 0;
      visibility: hidden; }
  .left.callout-box-light, .left.callout-box-dark, .left.callout-box-school,
  .callout-box.left {
    -ms-flex-direction: row;
    flex-direction: row; }
  .right.callout-box-light, .right.callout-box-dark, .right.callout-box-school,
  .callout-box.right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.callout-box-light {
  background: #e8e8e8;
  color: #595959; }
  .callout-box-light a {
    color: #7b030d; }
    .callout-box-light a:hover {
      color: #737373; }

.callout-box-dark {
  background: #595959;
  color: #fff; }
  .callout-box-dark a {
    color: #d8d8d8; }
    .callout-box-dark a:hover {
      color: #fff; }

.callout-box-school {
  background: #7b030d;
  color: #fff; }
  .callout-box-school a {
    color: #d8d8d8; }
    .callout-box-school a:hover {
      color: #fff; }

.home:not(.fsComposeMode) #fsPageBodyWrapper {
  padding: 0 20px 57px; }

.home:not(.fsComposeMode) #fsPageBody {
  max-width: 100% !important;
  display: block; }
  .home:not(.fsComposeMode) #fsPageBody:after {
    content: normal; }

.home:not(.fsComposeMode) #fsPageContent {
  margin: 0;
  padding: 0; }

.home:not(.fsComposeMode) .fsPageLayout {
  margin: 0; }
  .home:not(.fsComposeMode) .fsPageLayout > .fsDiv {
    padding: 0;
    margin: 0;
    float: none;
    min-height: 0px; }
    .home:not(.fsComposeMode) .fsPageLayout > .fsDiv:after {
      content: normal; }
  .home:not(.fsComposeMode) .fsPageLayout:after {
    content: normal; }

.home:not(.fsComposeMode) #fsHeader .masthead-mainnav .masthead {
  background: #FFF; }
  .home:not(.fsComposeMode) #fsHeader .masthead-mainnav .masthead .fsElementSlideshow {
    padding: 0;
    margin-bottom: 0; }
  .home:not(.fsComposeMode) #fsHeader .masthead-mainnav .masthead .slick-slide:not(.slick-current).fsResourceTypeVideo video {
    visibility: hidden; }
  .home:not(.fsComposeMode) #fsHeader .masthead-mainnav .masthead article {
    padding: 0; }

.home:not(.fsComposeMode) .callout-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 50px 0 37px; }
  .home:not(.fsComposeMode) .callout-container > header {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    margin-bottom: 46px;
    overflow: hidden; }
    .home:not(.fsComposeMode) .callout-container > header .fsElementTitle {
      display: inline-block;
      position: relative;
      margin-bottom: 0;
      line-height: 1;
      font-size: 40px;
      color: #737373; }
      @media (min-width: 600px) {
        .home:not(.fsComposeMode) .callout-container > header .fsElementTitle {
          padding: 0 40px; } }
      .home:not(.fsComposeMode) .callout-container > header .fsElementTitle:before, .home:not(.fsComposeMode) .callout-container > header .fsElementTitle:after {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #d8d8d8;
        height: 2px;
        width: 9999px; }
        @media (min-width: 600px) {
          .home:not(.fsComposeMode) .callout-container > header .fsElementTitle:before, .home:not(.fsComposeMode) .callout-container > header .fsElementTitle:after {
            content: ''; } }
      .home:not(.fsComposeMode) .callout-container > header .fsElementTitle:before {
        left: 100%; }
      .home:not(.fsComposeMode) .callout-container > header .fsElementTitle:after {
        right: 100%; }
  .home:not(.fsComposeMode) .callout-container > .fsDiv {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 340px; }
    .home:not(.fsComposeMode) .callout-container > .fsDiv.fsStyleColumn-2 {
      margin: 20px auto; }
    @media (min-width: 700px) {
      .home:not(.fsComposeMode) .callout-container > .fsDiv {
        width: calc(50% - 10px);
        margin: 0; }
        .home:not(.fsComposeMode) .callout-container > .fsDiv.fsStyleColumn-2 {
          margin: 0; }
        .home:not(.fsComposeMode) .callout-container > .fsDiv.fsStyleColumn-3 {
          margin-top: 20px; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .callout-container > .fsDiv {
        width: calc((100% / 3) - 13.33px); }
        .home:not(.fsComposeMode) .callout-container > .fsDiv.fsStyleColumn-3 {
          margin-top: 0; } }
  .home:not(.fsComposeMode) .callout-container:after {
    content: normal; }
  .home:not(.fsComposeMode) .callout-container .slide-callout {
    background-position: center;
    background-size: cover;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #737373;
    color: #FFF; }
    .home:not(.fsComposeMode) .callout-container .slide-callout:hover .inner-wrapper, .home:not(.fsComposeMode) .callout-container .slide-callout:focus .inner-wrapper, .home:not(.fsComposeMode) .callout-container .slide-callout:focus-within .inner-wrapper {
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding-top: 20px; }
    .home:not(.fsComposeMode) .callout-container .slide-callout:hover header, .home:not(.fsComposeMode) .callout-container .slide-callout:focus header, .home:not(.fsComposeMode) .callout-container .slide-callout:focus-within header {
      padding-bottom: 0;
      bottom: 100%;
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
    .home:not(.fsComposeMode) .callout-container .slide-callout p:last-child {
      margin-bottom: 0; }
    .home:not(.fsComposeMode) .callout-container .slide-callout .inner-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      color: #FFF;
      padding: 5px 0 14px;
      font-weight: 400;
      transition: all 0.3s ease-in-out; }
    .home:not(.fsComposeMode) .callout-container .slide-callout header {
      position: absolute;
      bottom: 50%;
      left: 0;
      width: 100%;
      padding: 10px 22px 14px;
      transition: all 0.3s ease-in-out; }
      .home:not(.fsComposeMode) .callout-container .slide-callout header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background-color: rgba(0, 0, 0, 0.6); }
      .home:not(.fsComposeMode) .callout-container .slide-callout header .fsElementTitle {
        font-size: 30px;
        line-height: 35px;
        color: #FFF;
        font-weight: normal;
        margin-bottom: 14px;
        position: relative; }
      .home:not(.fsComposeMode) .callout-container .slide-callout header .fsElementHeaderContent {
        margin: 0;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        font-size: 0.875rem;
        line-height: 1;
        font-weight: 700;
        position: relative; }
    .home:not(.fsComposeMode) .callout-container .slide-callout .fsElementContent {
      position: absolute;
      top: 50%;
      padding: 0 22px;
      margin-top: 10px; }
    .home:not(.fsComposeMode) .callout-container .slide-callout footer .fsElementFooterContent {
      margin: 0; }
      .home:not(.fsComposeMode) .callout-container .slide-callout footer .fsElementFooterContent a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999em;
        color: #fff; }

.home:not(.fsComposeMode) .callout-container-5 {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 50px 0 37px; }
  .home:not(.fsComposeMode) .callout-container-5 > header {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    margin-bottom: 46px;
    overflow: hidden; }
    .home:not(.fsComposeMode) .callout-container-5 > header .fsElementTitle {
      display: inline-block;
      position: relative;
      margin-bottom: 0;
      line-height: 1;
      font-size: 40px;
      color: #737373; }
      @media (min-width: 600px) {
        .home:not(.fsComposeMode) .callout-container-5 > header .fsElementTitle {
          padding: 0 40px; } }
      .home:not(.fsComposeMode) .callout-container-5 > header .fsElementTitle:before, .home:not(.fsComposeMode) .callout-container-5 > header .fsElementTitle:after {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #d8d8d8;
        height: 2px;
        width: 9999px; }
        @media (min-width: 600px) {
          .home:not(.fsComposeMode) .callout-container-5 > header .fsElementTitle:before, .home:not(.fsComposeMode) .callout-container-5 > header .fsElementTitle:after {
            content: ''; } }
      .home:not(.fsComposeMode) .callout-container-5 > header .fsElementTitle:before {
        left: 100%; }
      .home:not(.fsComposeMode) .callout-container-5 > header .fsElementTitle:after {
        right: 100%; }
  .home:not(.fsComposeMode) .callout-container-5 > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center; }
  .home:not(.fsComposeMode) .callout-container-5 .slide-callout {
    margin: 0 0 20px;
    padding: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #737373;
    color: #FFF; }
    @media (min-width: 800px) {
      .home:not(.fsComposeMode) .callout-container-5 .slide-callout {
        margin-right: 10px;
        margin-left: 10px;
        width: 50%;
        width: calc(50% - 20px); } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .callout-container-5 .slide-callout {
        width: 33.33%;
        width: calc(33.33% - 20px); } }
    .home:not(.fsComposeMode) .callout-container-5 .slide-callout:hover .inner-wrapper, .home:not(.fsComposeMode) .callout-container-5 .slide-callout:focus .inner-wrapper, .home:not(.fsComposeMode) .callout-container-5 .slide-callout:focus-within .inner-wrapper {
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding-top: 20px; }
    .home:not(.fsComposeMode) .callout-container-5 .slide-callout:hover header, .home:not(.fsComposeMode) .callout-container-5 .slide-callout:focus header, .home:not(.fsComposeMode) .callout-container-5 .slide-callout:focus-within header {
      padding-bottom: 0;
      bottom: 100%;
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
    .home:not(.fsComposeMode) .callout-container-5 .slide-callout p:last-child {
      margin-bottom: 0; }
    .home:not(.fsComposeMode) .callout-container-5 .slide-callout .inner-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      color: #FFF;
      padding: 5px 0 14px;
      font-weight: 400;
      transition: all 0.3s ease-in-out; }
    .home:not(.fsComposeMode) .callout-container-5 .slide-callout header {
      position: absolute;
      bottom: 50%;
      left: 0;
      width: 100%;
      padding: 10px 22px 14px;
      transition: all 0.3s ease-in-out; }
      .home:not(.fsComposeMode) .callout-container-5 .slide-callout header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background-color: rgba(0, 0, 0, 0.6); }
      .home:not(.fsComposeMode) .callout-container-5 .slide-callout header .fsElementTitle {
        font-size: 24px;
        line-height: 27px;
        color: #FFF;
        font-weight: normal;
        margin-bottom: 14px;
        position: relative; }
      .home:not(.fsComposeMode) .callout-container-5 .slide-callout header .fsElementHeaderContent {
        margin: 0;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        font-size: 0.875rem;
        line-height: 1;
        font-weight: 700;
        position: relative; }
    .home:not(.fsComposeMode) .callout-container-5 .slide-callout .fsElementContent {
      position: absolute;
      top: 50%;
      padding: 0 22px;
      margin-top: 10px; }
    .home:not(.fsComposeMode) .callout-container-5 .slide-callout footer .fsElementFooterContent {
      margin: 0; }
      .home:not(.fsComposeMode) .callout-container-5 .slide-callout footer .fsElementFooterContent a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999em;
        color: #fff; }

.home:not(.fsComposeMode) .news-calendar {
  padding: 33px 0px 37px;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .home:not(.fsComposeMode) .news-calendar {
      padding: 37px 0px; } }
  .home:not(.fsComposeMode) .news-calendar > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    margin-bottom: 46px;
    overflow: hidden; }
    .home:not(.fsComposeMode) .news-calendar > header .fsElementTitle {
      display: inline-block;
      position: relative;
      margin-bottom: 0;
      line-height: 1;
      font-size: 40px;
      color: #737373; }
      @media (min-width: 600px) {
        .home:not(.fsComposeMode) .news-calendar > header .fsElementTitle {
          padding: 0 40px; } }
      .home:not(.fsComposeMode) .news-calendar > header .fsElementTitle:before, .home:not(.fsComposeMode) .news-calendar > header .fsElementTitle:after {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #d8d8d8;
        height: 2px;
        width: 9999px; }
        @media (min-width: 600px) {
          .home:not(.fsComposeMode) .news-calendar > header .fsElementTitle:before, .home:not(.fsComposeMode) .news-calendar > header .fsElementTitle:after {
            content: ''; } }
      .home:not(.fsComposeMode) .news-calendar > header .fsElementTitle:before {
        left: 100%; }
      .home:not(.fsComposeMode) .news-calendar > header .fsElementTitle:after {
        right: 100%; }
  .home:not(.fsComposeMode) .news-calendar > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 600px) {
      .home:not(.fsComposeMode) .news-calendar > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media (min-width: 600px) {
    .home:not(.fsComposeMode) .news-calendar footer {
      text-align: right; } }
  .home:not(.fsComposeMode) .news-calendar .featured-news {
    margin: 0; }
    @media (min-width: 600px) {
      .home:not(.fsComposeMode) .news-calendar .featured-news {
        width: 56%; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .news-calendar .featured-news {
        width: 65.76271%; } }
    .home:not(.fsComposeMode) .news-calendar .featured-news .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .home:not(.fsComposeMode) .news-calendar .featured-news article {
      margin-bottom: 0;
      width: 100%; }
      .home:not(.fsComposeMode) .news-calendar .featured-news article .fsDateTime {
        margin-top: 14px; }
      .home:not(.fsComposeMode) .news-calendar .featured-news article .fsThumbnail {
        display: none; }
        @media (min-width: 1000px) {
          .home:not(.fsComposeMode) .news-calendar .featured-news article .fsThumbnail {
            display: block;
            margin-top: 5px;
            margin-right: 20px; } }
      @media (min-width: 600px) {
        .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(1) {
          width: 100%; } }
      .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(1) .fsThumbnail {
        max-width: none;
        width: 36%; }
      .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(1n + 2) {
        padding-top: 26px;
        border-top: 2px solid #d8d8d8;
        margin-top: 26px; }
        @media (min-width: 600px) {
          .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(1n + 2) {
            width: 50%;
            padding: 25px 35px 20px 0;
            margin-top: 20px; } }
        .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(1n + 2) .fsThumbnail {
          width: 120px;
          margin-right: 12px; }
        .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(1n + 2) .fsReadMoreLink, .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(1n + 2) .fsSummary {
          display: none; }
      .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(3) {
        position: relative;
        padding-bottom: 26px; }
        @media (min-width: 600px) {
          .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(3) {
            padding: 25px 0 20px 35px; } }
        .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(3):before {
          position: absolute;
          top: 15px;
          left: 0;
          width: 2px;
          height: calc(100% - 30px);
          background: #d8d8d8; }
          @media (min-width: 600px) {
            .home:not(.fsComposeMode) .news-calendar .featured-news article:nth-child(3):before {
              content: ''; } }
  .home:not(.fsComposeMode) .news-calendar .side-calendar {
    margin-top: 30px; }
    @media (min-width: 600px) {
      .home:not(.fsComposeMode) .news-calendar .side-calendar {
        width: 40%;
        margin-top: 0; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .news-calendar .side-calendar {
        width: 28.98305%; } }

.home.fsComposeMode .callout-container .slide-callout {
  height: auto;
  overflow: visible; }
  .home.fsComposeMode .callout-container .slide-callout header {
    position: static;
    -ms-transform: none;
    transform: none;
    padding-bottom: 14px !important; }
    .home.fsComposeMode .callout-container .slide-callout header:before {
      content: normal; }
  .home.fsComposeMode .callout-container .slide-callout .fsElementContent {
    margin: 0;
    position: static; }
  .home.fsComposeMode .callout-container .slide-callout footer .fsElementFooterContent a {
    opacity: 1;
    position: static;
    width: auto;
    height: auto; }

.fsGoogleTranslate {
  position: relative;
  display: inline-block;
  background: transparent;
  width: auto;
  height: auto;
  color: #FFF;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 1000px) {
    .fsGoogleTranslate {
      -ms-flex-order: 2;
      order: 2;
      -ms-flex: initial;
      flex: initial;
      margin: 0 20px 0 10px;
      padding: 0; } }
  .fsGoogleTranslate:hover, .fsGoogleTranslate:focus {
    color: #737373; }
    .fsGoogleTranslate:hover:before, .fsGoogleTranslate:hover:after, .fsGoogleTranslate:focus:before, .fsGoogleTranslate:focus:after {
      color: inherit; }
  .fsGoogleTranslate .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    width: 100%;
    transition: color .3s;
    letter-spacing: 0.3px;
    font-size: 0.9375rem;
    font-weight: 700; }
    .fsGoogleTranslate .fsElementContent:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      margin: 0;
      padding: 0;
      vertical-align: middle;
      min-width: 14px;
      font-size: 15px;
      line-height: 20px;
      color: inherit; }
    .fsGoogleTranslate .fsElementContent:after {
      content: 'Translate';
      color: inherit; }
  .fsGoogleTranslate #google_translate_element,
  .fsGoogleTranslate #google_translate_element_select {
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.8); }
    .fsGoogleTranslate #google_translate_element .goog-te-gadget,
    .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple,
    .fsGoogleTranslate #google_translate_element_select .goog-te-gadget,
    .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple {
      display: inline-block;
      vertical-align: middle;
      font-size: 0;
      background: transparent;
      border: 0;
      padding: 0;
      color: #FFF; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget img,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-logo-link,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple img,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-logo-link,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget img,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-logo-link,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple img,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-logo-link {
        display: none; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-te-combo,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-te-combo,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-te-combo,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-te-combo {
        font-size: 0 !important;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget select::-ms-expand,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple select::-ms-expand,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget select::-ms-expand,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple select::-ms-expand {
        display: none; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget > div,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div {
        display: inline-block;
        vertical-align: middle; }
        .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select,
        .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select,
        .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select,
        .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select {
          width: 100%;
          height: auto;
          min-height: 30px;
          margin: 0;
          padding: 0;
          cursor: pointer;
          background: transparent;
          border: none;
          color: transparent; }
          .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select:focus,
          .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select:focus,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select:focus,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select:focus {
            color: #fff; }
          .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select option,
          .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select option,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select option,
          .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select option {
            color: #000;
            background: #fff;
            font-size: 12px !important;
            line-height: 26px !important; }
      .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-te-menu-value,
      .fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-te-menu-value,
      .fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-te-menu-value {
        width: 80px;
        height: 50px;
        display: block;
        margin: 0; }

iframe.goog-te-menu-frame {
  position: absolute;
  box-shadow: none !important;
  top: 55px !important;
  left: 20px !important;
  right: 20px !important; }
  iframe.goog-te-menu-frame html {
    background-color: red !important; }

.goog-te-menu2 {
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-top: 5px; }
  .goog-te-menu2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #212529; }
  .goog-te-menu2 > table {
    background-color: #212529;
    padding: 40px; }

.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div,
.goog-te-menu2-item-selected div,
.goog-te-menu2-item-selected:link div,
.goog-te-menu2-item-selected:visited div,
.goog-te-menu2-item-selected:hover div,
.goog-te-menu2-item-selected:active div {
  background: #212529;
  color: #d8d8d8; }
