/*!
 * St. Joseph's Academy - default_18
 * @link: https://sjabrorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Florin Dan
 * Project Manager: Laurie Murphy
 * Designer: Site Designer
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.0.0
 * Git Tag: 311657a
 * Last built by: Wendy Beaulac
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

.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: 35px;
  line-height: 42px;
  font-family: "Catamaran", serif;
  color: #c20430;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 599px) {
  h1 {
    font-size: 27px;
    line-height: 28px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  font-family: "Catamaran", serif;
  color: #c20430;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  h2 {
    font-size: 25px;
    line-height: 26px;
  }
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  font-family: "Catamaran", serif;
  color: #c20430;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  h3 {
    font-size: 24px;
    /*line-height: 25px;*/
  }
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  font-family: "Catamaran", serif;
  font-weight: 500;
  color: #303030;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  font-family: "Catamaran", serif;
  font-weight: 500;
  color: #303030;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  font-family: "Catamaran", serif;
  font-weight: 500;
  color: #303030;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
  font-family: "Catamaran", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

@media (max-width: 599px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #36c;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  font-family: "Catamaran", serif;
  color: #c20430;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 599px) {
  a {
    font-size: 15px;
  }
}

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 44px;
}

@media (max-width: 599px) {
  ul,
  ol {
    padding-left: 20px;
  }
}

ul li,
ol li {
  font-family: "Catamaran", serif;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}

ul li {
  position: relative;
}

body.fsComposeMode ul {
  padding-left: 0px;
}

body.fsComposeMode ul li:after {
  display: none;
}

.fs_style_25,
.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_25 td,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fs_style_25 tr:nth-of-type(odd) td,
.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);
}

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

.fs_style_25 th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #c20430;
  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;
}

.fsStyleDefaultField {
  border: solid 1px black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - common - dialog box v0.0.1 */

/* Contains generic styles that apply to every element that has a pop-up/dialog option */

.fsDialogCloseButton {
  opacity: 1;
}

.fsDialogCloseButton:after,
.fsDialogCloseButton:before {
  background: #1c1c1c;
}

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

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: black;
}

.fsElementDialog {
  color: #1c1c1c;
}

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  /*padding:10px 20px;*/
  background: #c20430;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.button:hover,
.button:focus,
.fsStateSelected .button {
  background: #9a0427;
  color: #fff;
}

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

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  /*padding:10px 20px;*/
  background: #9a0427;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button {
  background: #9a0427;
  color: #fff;
}

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

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  /*padding:10px 20px;*/
  background: transparent;
  color: #9a0427;
  border-radius: 0;
  text-align: center;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  border: 0.2em solid #9a0427;
}

.hollow-button:hover,
.hollow-button:focus,
.fsStateSelected .hollow-button {
  background: #9a0427;
  color: #9a0427;
}

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

.fs_style_26 {
  /*display: inline-block;*/
  padding: 21px 20px 17px 20px;
  background: #c20430;
  color: #fff;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  max-width: 265px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  letter-spacing: 1.25px;
  margin: 0px;
}

.fs_style_26:hover,
.fs_style_26:focus {
  background: #9a0427;
  text-decoration: none;
  color: #fff;
}

.fs_style_27 {
  /*display: inline-block;*/
  padding: 21px 20px 17px 20px;
  background: #c20430;
  color: #fff;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  max-width: 265px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  letter-spacing: 1.25px;
  margin: 0px;
  color: #303030;
  background-color: #cdcdcd;
}

.fs_style_27:hover,
.fs_style_27:focus {
  background: #9a0427;
  text-decoration: none;
  color: #fff;
}

.fs_style_27:hover,
.fs_style_27:focus {
  background-color: #b1b1b1;
  color: #303030;
}

.fs_style_28 {
  /*display: inline-block;*/
  padding: 21px 20px 17px 20px;
  background: #c20430;
  color: #fff;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  max-width: 265px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  letter-spacing: 1.25px;
  margin: 0px;
  background-color: #303030;
}

.fs_style_28:hover,
.fs_style_28:focus {
  background: #9a0427;
  text-decoration: none;
  color: #fff;
}

.fs_style_28:hover,
.fs_style_28:focus {
  background-color: #000;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  /*padding:10px 20px;*/
  background: #c20430;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: #9a0427;
  color: #fff;
}

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

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

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  /*padding:10px 20px;*/
  background: #c20430;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  background: #9a0427;
  color: #fff;
}

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

.lead-in,
.fs_style_24 {
  font-family: "Playfair Display", serif-2;
  font-size: 22px;
  line-height: 33px;
  color: #767676;
  font-weight: 400;
}

@media (max-width: 599px) {
  .lead-in,
  .fs_style_24 {
    font-size: 18px;
    line-height: 28px;
  }
}

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em;
  padding: 62px 31px 62px 31px;
  text-align: center;
  height: auto;
  background-color: #cdcdcd;
  max-width: 265px;
}

@media (max-width: 999px) {
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

blockquote p {
  font-family: "Catamaran", serif;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  font-weight: 500;
}

blockquote:before {
  /*position: absolute;*/
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 32px;
  content: '\201C';
  font-family: "Playfair Display", serif-2;
  font-size: 50px;
  color: #fff;
}

blockquote:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  /*@include x-center;*/
  bottom: 32px;
  content: '\201C';
  font-family: "Playfair Display", serif-2;
  font-size: 50px;
  color: #fff;
}

cite {
  display: block;
  /*margin: 0 0 $gutter;*/
  /*font-style: normal;*/
  font-size: 12px;
  line-height: 24px;
  color: #303030;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 11px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

cite:before {
  content: '- ';
  display: none;
}

.colors-guide ul {
  height: 30px;
  margin-bottom: 50px;
  padding: 0px;
}

.colors-guide ul li {
  width: calc(25% - 10px);
  height: 30px;
  font-size: 0px;
  position: relative;
  display: inline-block;
}

.colors-guide ul li:after {
  display: none;
}

.colors-guide ul li:first-child {
  background: #c20430;
}

.colors-guide ul li:first-child:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "#c20430";
  /*@include x-center;*/
  bottom: -25px;
  font-size: 14px;
  color: #303030;
}

.colors-guide ul li:nth-child(2) {
  background: #9a0427;
}

.colors-guide ul li:nth-child(2):before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "#9a0427";
  /*@include x-center;*/
  font-size: 14px;
  bottom: -25px;
}

.colors-guide ul li:nth-child(3) {
  background: #cdcdcd;
}

.colors-guide ul li:nth-child(3):before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "#cdcdcd";
  /*@include x-center;*/
  bottom: -25px;
  font-size: 14px;
}

.colors-guide ul li:last-child {
  background: #303030;
}

.colors-guide ul li:last-child:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "#303030";
  font-size: 14px;
  /*@include x-center;*/
  bottom: -25px;
}

.callout {
  padding: 20px;
  background: #c20430;
  color: #fff;
}

.callout.left {
  float: left;
  margin-left: 20px;
}

@media (min-width: 500px) {
  .callout.left {
    width: 50%;
  }
}

.callout.right {
  float: right;
  margin-right: 20px;
}

@media (min-width: 500px) {
  .callout.right {
    width: 50%;
  }
}

body:not(.fsComposeMode) .callout-text {
  display: block;
  width: 100%;
  background: #c20430;
  height: auto;
  padding: 25px 22px 27px 26px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .callout-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body:not(.fsComposeMode) .callout-text .fsElementContent h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin: 0px;
  padding-bottom: 10px;
}

body:not(.fsComposeMode) .callout-text .fsElementContent p {
  margin: 0px;
  color: #fff;
}

body:not(.fsComposeMode) .callout-text .fsElementContent a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  padding-top: 10px;
  text-transform: capitalize;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .callout-text .fsElementContent a {
    font-size: 15px;
  }
}

body:not(.fsComposeMode) .callout-text .fsElementContent a:hover,
body:not(.fsComposeMode) .callout-text .fsElementContent a:focus {
  color: #fff;
}

body:not(.fsComposeMode) .callout-text.grey {
  background: #cdcdcd;
}

body:not(.fsComposeMode) .callout-text.grey h4,
body:not(.fsComposeMode) .callout-text.grey p,
body:not(.fsComposeMode) .callout-text.grey a {
  color: #303030;
}

body:not(.fsComposeMode) .callout-text.grey a:hover,
body:not(.fsComposeMode) .callout-text.grey a:focus {
  color: #303030;
}

body:not(.fsComposeMode) .callout-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .callout-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body:not(.fsComposeMode) .callout-photo header {
  width: 50%;
  float: left;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .callout-photo header {
    width: 100%;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .callout-photo header {
    min-height: 200px;
  }
}

body:not(.fsComposeMode) .callout-photo header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode) .callout-photo header .fsElementHeaderContent .fsImage img {
  display: none;
}

body:not(.fsComposeMode) .callout-photo .fsElementContent {
  width: 50%;
  float: left;
  background: #c20430;
  /*min-height: 350px;*/
  height: auto;
  padding: 25px 22px 27px 26px;
  position: relative;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .callout-photo .fsElementContent {
    width: 100%;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .callout-photo .fsElementContent {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body:not(.fsComposeMode) .callout-photo .fsElementContent h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin: 0px;
  padding-bottom: 10px;
}

body:not(.fsComposeMode) .callout-photo .fsElementContent p {
  margin: 0px;
  color: #fff;
}

body:not(.fsComposeMode) .callout-photo .fsElementContent a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  padding-top: 10px;
  text-transform: capitalize;
}

body:not(.fsComposeMode) .callout-photo .fsElementContent a:hover,
body:not(.fsComposeMode) .callout-photo .fsElementContent a:focus {
  color: #fff;
}

body:not(.fsComposeMode) .callout-photo.right-grey {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .callout-photo.right-grey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body:not(.fsComposeMode) .callout-photo.right-grey .fsElementContent {
  /*float: right;*/
  background: #cdcdcd;
}

body:not(.fsComposeMode) .callout-photo.right-grey .fsElementContent h4,
body:not(.fsComposeMode) .callout-photo.right-grey .fsElementContent p,
body:not(.fsComposeMode) .callout-photo.right-grey .fsElementContent a {
  color: #303030;
}

body:not(.fsComposeMode) .callout-photo.right-grey .fsElementContent a:hover,
body:not(.fsComposeMode) .callout-photo.right-grey .fsElementContent a:focus {
  color: #303030;
}

body:not(.fsComposeMode) .callout-photo.top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body:not(.fsComposeMode) .callout-photo.top header {
  width: 100%;
}

body:not(.fsComposeMode) .callout-photo.top .fsElementContent {
  width: 100%;
}

body:not(.fsComposeMode) .callout-photo.top-grey {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body:not(.fsComposeMode) .callout-photo.top-grey header {
  width: 100%;
}

body:not(.fsComposeMode) .callout-photo.top-grey .fsElementContent {
  width: 100%;
  background: #cdcdcd;
}

body:not(.fsComposeMode) .callout-photo.top-grey .fsElementContent h4,
body:not(.fsComposeMode) .callout-photo.top-grey .fsElementContent p,
body:not(.fsComposeMode) .callout-photo.top-grey .fsElementContent a {
  color: #303030;
}

body:not(.fsComposeMode) .callout-photo.top-grey .fsElementContent a:hover,
body:not(.fsComposeMode) .callout-photo.top-grey .fsElementContent a:focus {
  color: #303030;
}

body:not(.fsComposeMode) .fsBannerRight .callout-photo,
body:not(.fsComposeMode) .fsBannerLeft .callout-photo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body:not(.fsComposeMode) .fsBannerRight .callout-photo header,
body:not(.fsComposeMode) .fsBannerLeft .callout-photo header {
  min-height: 200px;
  width: 100%;
}

body:not(.fsComposeMode) .fsBannerRight .callout-photo .fsElementContent,
body:not(.fsComposeMode) .fsBannerLeft .callout-photo .fsElementContent {
  width: 100%;
}

.fs_style_25 {
  margin: 35px 0px;
  border: 0 !important;
  display: block;
  position: relative;
}

@media (max-width: 1199px) {
  .fs_style_25 {
    width: auto !important;
    overflow-x: auto;
  }
}

.fs_style_25 thead {
  display: table;
  width: 100%;
}

.fs_style_25 thead th {
  border: 0px;
  padding: 8px 20px;
  font-size: 16px;
  font-family: "Catamaran", serif;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: .9px;
}

.fs_style_25 tbody {
  /*border-color: transparent;*/
  display: table;
  width: 100%;
  border: 0px;
}

.fs_style_25 tbody tr:nth-of-type(even) td {
  background-color: #f5f5f5 !important;
}

.fs_style_25 tbody tr td {
  padding: 0px 20px;
  /*background-color: $m1;*/
  font-family: "Catamaran", serif;
  font-size: 16px;
  line-height: 41px;
  color: #303030;
  text-transform: capitalize;
  padding-left: 20px;
  border: 0px;
}

.fs_style_25 tbody tr td:nth-of-type(odd) {
  background-color: #e6e6e6;
}

.fs_style_29 {
  margin: 0px;
  padding: 10px 0px;
  display: block;
  width: 100%;
  position: relative;
  font-family: "Catamaran", serif;
  font-weight: 500;
  font-size: 25px;
  color: #c20430;
  line-height: 30px;
  border-bottom: 4px solid #c20430;
  text-transform: inherit;
  text-decoration: none;
}

.wf-loading {
  visibility: hidden;
}

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

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

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #cdcdcd;
  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;
}

.custom-breadcumb {
  position: absolute;
  top: -5px;
  margin: 0px;
}

@media (max-width: 699px) {
  .custom-breadcumb {
    display: none;
  }
}

.custom-breadcumb ul li:after {
  display: none;
}

.custom-breadcumb ul li a {
  font-family: "Catamaran", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  color: #8d8c8c;
  text-transform: capitalize;
}

.custom-breadcumb ul li a:hover {
  color: #c20430;
  text-decoration: underline;
}

.custom-breadcumb ul li span.fsNavBreadcrumbSeperator {
  padding: 0px 2px;
}

.custom-breadcumb ul li:last-child {
  font-family: "Catamaran", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  color: #272727;
  text-transform: capitalize;
}

.home .custom-breadcumb {
  display: none;
}

.share-mail-print {
  position: absolute;
  right: 2px;
  top: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
}

@media (max-width: 699px) {
  .share-mail-print {
    display: none;
  }
}

.share-mail-print header {
  padding-right: 10px;
  display: inline-block;
}

.share-mail-print header .fsElementHeaderContent {
  margin: 0px;
}

.share-mail-print header .fsElementHeaderContent ul li {
  padding: 0px;
  display: inline-block;
}

.share-mail-print header .fsElementHeaderContent ul li:after {
  display: none;
}

.share-mail-print header .fsElementHeaderContent ul li a {
  font-size: 0px;
}

.share-mail-print header .fsElementHeaderContent ul li:first-child {
  padding-right: 11px;
}

.share-mail-print header .fsElementHeaderContent ul li:first-child a {
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(/uploaded/themes/default_18/images/Print.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0px;
}

.share-mail-print header .fsElementHeaderContent ul li:last-child a {
  display: block;
  width: 20px;
  height: 18px;
  background-image: url(/uploaded/themes/default_18/images/Email.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0px;
}

.share-mail-print .fsElementContent {
  display: inline-block;
}

.share-mail-print .fsElementContent ul.fsNavLevel1 {
  height: 21px;
}

.share-mail-print .fsElementContent ul.fsNavLevel1 li {
  padding: 0px;
  display: inline-block;
}

.share-mail-print .fsElementContent ul.fsNavLevel1 li:afteR {
  display: none;
}

.share-mail-print .fsElementContent ul.fsNavLevel1 li a {
  font-size: 0px;
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(/uploaded/themes/default_18/images/Share.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0px;
}

.share-mail-print .fsElementContent ul.fsNavLevel1 li a .at-icon-wrapper {
  background-color: transparent !important;
  width: 21px !important;
  height: 21px !important;
}

.share-mail-print .fsElementContent ul.fsNavLevel1 li a .at-icon-wrapper g path {
  opacity: 0 !important;
}

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

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

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

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

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

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

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

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

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

.nav-sub.active-nav h2.fsElementTitle:after {
  background-image: url(/uploaded/themes/default_18/images/collapse-menu-normal.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1;
}

.nav-sub h2.fsElementTitle {
  line-height: 58px !important;
}

@media (max-width: 699px) {
  .nav-sub {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0px;
    background: #ebebeb;
  }
}

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

.nav-tier ul li a {
  display: block;
  padding: 10px 10px;
  color: #36c;
  background: transparent;
}

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

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

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #9a0427;
  background: #303030;
}

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #36c;
  background: #303030;
}

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

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

.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: 699px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    font-family: "Catamaran", serif;
    font-weight: 500;
    color: #303030;
    margin-bottom: 10px;
    margin-bottom: 0;
    display: block;
    color: #fff;
    background-color: #c20430;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 30px !important;
    line-height: 54px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #c20430;
    color: #fff;
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .nav-sub > header .fsElementTitle {
    cursor: default;
  }
}

@media screen and (max-width: 699px) {
  .nav-sub > header .fsElementTitle:after {
    /*content: map-get($section-title, open--icon);*/
    content: "";
    background-image: url(/uploaded/themes/default_18/images/collapse-menu-active.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    font-size: 0px;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    height: 100%;
    /*line-height: 1;*/
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    right: 20px;
  }

  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    background-color: transparent;
    margin-top: 0px !important;
  }

  .nav-sub > .fsElementContent ul {
    padding: 0px;
  }

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 10px 20px;
    color: #303030;
    background: transparent;
    font-family: "Catamaran", serif;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: block;
    padding: 8px 0px;
  }

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

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

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

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

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

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

  .nav-sub > .fsElementContent ul li.fsNavParentPage .nav-sub-btn {
    right: 20px;
    top: 7.5px;
  }

  .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: #c20430;
    color: #fff;
  }

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

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

.nav-sub header h2.fsElementTitle {
  margin: 0px;
  font-size: 40px;
  line-height: 21px !important;
  text-transform: capitalize;
  margin-left: -4px;
  font-family: "Playfair Display", serif-2;
}

@media (max-width: 699px) {
  .nav-sub header h2.fsElementTitle {
    line-height: 58px !important;
    margin: 0px;
  }
}

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  margin-top: 22px;
  padding-right: 35px;
  border-left: 6px solid #c20430;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 999px) {
  .nav-sub > .fsElementContent {
    padding-right: 0px;
  }
}

@media (min-width: 700px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

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

.fsHeader .nav-sub {
  display: block;
}

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

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

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

.nav-sub ul li:after {
  display: none;
}

.nav-sub ul li a {
  display: block;
  /*padding: map-get($nav-sub-content, link-padding-y) map-get($nav-sub-content, link-padding-x);*/
  color: #303030;
  background: transparent;
  font-size: 14px;
  line-height: 40px;
  padding: 0px;
  font-family: "Catamaran", serif;
  /*font-weight: $semi-bold;*/
  font-weight: 500;
  text-transform: uppercase;
}

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

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

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

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

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

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

.nav-sub .fsNavParentPage .nav-sub-btn {
  position: absolute;
  right: 0px;
  top: 11px;
  padding: 0px;
  border: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
}

.nav-sub .fsNavParentPage .nav-sub-btn:after {
  content: "\F105";
  font-family: "IcoMoon";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #303030;
  font-size: 24px;
  font-weight: 400;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.nav-sub .fsNavParentPage .nav-sub-btn:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  color: #c20430;
}

.nav-sub .fsNavParentPage .fsNavPageInfo {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  /*            ul  { li { position: relative; a{ position:relative; &:after { content: ""; position: absolute; left: 0; @include y-center; width: 3px; height: 3px; background: #fff; border-radius: 100%; transition: all .4s ease; } &:hover { &:after { background-color: #7796B0; } } } } }*/
}

.nav-sub .active-nav .nav-sub-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  color: #c20430;
}

.nav-sub .active-nav .fsNavPageInfo {
  padding-left: 20px !important;
  padding-left: 0px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.nav-sub .fsNavParentPage.active-nav {
  margin-bottom: 15px;
}

.nav-sub .fsNavParentPage.active-nav:after {
  height: 100%;
}

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

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

.nav-sub .fsNavLevel1 > li {
  /*border-bottom: $default-border-style;*/
}

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

.nav-sub .fsNavLevel1 > li:last-child > a {
  border-bottom: 2px solid #e5e5e5;
}

.nav-sub .fsNavLevel1 > li > a {
  border-top: 2px solid #e5e5e5;
  padding-left: 17px;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 20px;
  font-size: 13px;
  line-height: 30px;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 30px;
  font-size: 13px;
  line-height: 30px;
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 40px;
  font-size: 13px;
  line-height: 30px;
}

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 50px;
  font-size: 13px;
  line-height: 30px;
}

.nav-main {
  width: 100%;
  max-width: 803px;
  margin-bottom: 0;
}

@media (max-width: 1099px) {
  .nav-main {
    max-width: 607px;
  }
}

.nav-main > .fsElementContent {
  position: relative;
}

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

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

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    /*@include compartment;*/
    text-align: right;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
  }

  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }

  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }

  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

.nav-main .fsNavLevel1 > li {
  /*padding-left:55px; un element e in plus la nav si nu mere*/
  padding: 0px 2% 0px 2%;
  display: inline-block;
  position: inherit !important;
}

@media (max-width: 1149px) {
  .nav-main .fsNavLevel1 > li {
    padding: 0px .8% 0px .8%;
    /*padding-left: 15px;*/
  }
}

.nav-main .fsNavLevel1 > li:after {
  display: none;
}

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

.nav-main .fsNavLevel1 > li:hover > a {
  color: #9e1435;
  background: transparent;
}

.nav-main .fsNavLevel1 > li:hover > a:after {
  display: block;
}

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #3d3d3d;
  background: transparent;
  padding: 0px;
  line-height: 100px;
  font-family: "Catamaran", serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.nav-main .fsNavLevel1 > li > a:after {
  /*position:  absolute;*/
  content: "";
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 17px solid #9e1435;
  display: none;
}

.nav-main .fsNavLevel1 > li > a:hover {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-main .fsNavPageInfo {
  background: #c20430;
  text-align: left;
  max-width: 100%;
  background: #9e1435;
  width: 100%;
  /*min-height: 378px;*/
  height: auto;
  z-index: 300;
}

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

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

.nav-main .fsNavLevel2 {
  /*min-height: 378px;*/
  min-height: auto;
  height: auto;
  float: left;
  width: 100%;
  padding: 17px 0px;
}

@media (max-width: 1099px) {
  .nav-main .fsNavLevel2 {
    padding: 11px 0px;
  }
}

.nav-main .fsNavLevel2 .sub-list {
  width: 33%;
  float: left;
  margin: 0px;
  display: block;
}

.nav-main .fsNavLevel2 li {
  /*width: 33%;*/
  /*float: left;*/
  display: block;
  padding: 12px 30px;
}

@media (max-width: 1149px) {
  .nav-main .fsNavLevel2 li {
    /*padding: 0px 10px;*/
  }
}

.nav-main .fsNavLevel2 li:after {
  display: none;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  /*padding: ce($gutter / 2);*/
  font-family: "Catamaran", serif;
  font-weight: 500;
  font-size: 15px;
  /*line-height: 40px;*/
  line-height: 18px;
  padding: 0px;
}

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

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

.drawer-ribbon {
  position: relative;
  height: 50px;
}

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

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 44px;
  right: 3%;
  left: auto;
  height: 50px;
  top: 64px;
  /*z-index: 300;*/
  z-index: 10;
  cursor: pointer;
  background: transparent;
}

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

@media (max-width: 599px) {
  .drawer-trigger {
    /*right: 0px;*/
    top: 39px;
  }
}

.drawer-trigger .fsElementContent:after {
  position: absolute;
  left: 11px;
  bottom: 9px;
  content: "";
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 22px;
  opacity: 1;
  height: 4px;
  background: #000;
}

.drawer-trigger:before,
.drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 50%;
  content: '';
  background: #000;
}

.drawer-trigger:before {
  margin-top: -0.425em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

.drawer-trigger:after {
  -webkit-box-shadow: 0 0.425em 0 0 #000;
          box-shadow: 0 0.425em 0 0 #000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

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

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

.drawer-is-active .drawer-trigger .fsElementContent:after {
  opacity: 0;
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
      -ms-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
  max-width: 100%;
  min-height: auto;
  height: auto;
  background: #c20430;
  z-index: 900;
  top: 138px;
  text-align: right;
  padding: 10px 0px;
  /*padding: 10px 70px 26px 70px;*/
}

@media (max-width: 599px) {
  .fsMenu {
    top: 103px;
  }
}

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

.fsMenu .nav-main-mobile {
  margin: 0px;
}

.fsMenu .nav-main-mobile ul.fsNavLevel1 li {
  padding: 6px 2%;
}

.fsMenu .nav-main-mobile ul.fsNavLevel1 li:after {
  display: none;
}

.fsMenu .nav-main-mobile ul.fsNavLevel1 li a {
  display: inline-block;
  position: relative;
  padding: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: "Catamaran", serif;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0px 15px;
}

.fsMenu .nav-main-mobile ul.fsNavLevel1 li a:hover {
  text-decoration: underline;
  color: #fff;
}

.fsMenu .mobile-quicklinks {
  margin: 0px;
  /*padding-top:13px;*/
}

@media (min-width: 500px) {
  .fsMenu .mobile-quicklinks {
    display: none;
  }
}

.fsMenu .mobile-quicklinks ul.fsNavLevel1 li {
  padding: 6px 2%;
}

.fsMenu .mobile-quicklinks ul.fsNavLevel1 li:after {
  display: none;
}

.fsMenu .mobile-quicklinks ul.fsNavLevel1 li a {
  font-family: "Catamaran", serif;
  margin: 0px 15px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
  padding: 0px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: #9b0326;
  padding: 13px 33px;
}

.fsMenu .mobile-quicklinks ul.fsNavLevel1 li a:hover {
  color: #fff;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! structure - header v0.0.1 */

body.fsComposeMode .header-top > .fsElementContent ul.fsNavLevel1 li {
  display: inline-block;
}

#fsHeader {
  /*padding: 0 $gutter;*/
  border-bottom: 14px solid #c20430;
}

#fsHeader .fsBanner {
  position: absolute;
  z-index: 1000;
  width: 100%;
}

@media (max-width: 599px) {
  #fsHeader .fsBanner {
    position: relative !important;
  }
}

#fsHeader .fsBanner .header-top {
  width: 100%;
  min-height: 38px;
  margin: 0px;
  background: rgba(194, 4, 48, 0.9);
  display: block;
  position: relative;
}

@media (max-width: 1199px) {
  #fsHeader .fsBanner .header-top {
    padding: 0px 20px;
  }
}

@media (max-width: 999px) {
  #fsHeader .fsBanner .header-top {
    padding: 0px 10px;
  }
}

@media (max-width: 599px) {
  #fsHeader .fsBanner .header-top {
    /*padding: 0px;*/
    background: #c20430;
  }
}

#fsHeader .fsBanner .header-top > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  text-align: right;
  /*margin: 0px;*/
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals {
  margin: 0px;
  display: inline-block;
  padding-right: 73px;
  min-height: 38px;
  position: relative;
}

@media (max-width: 599px) {
  #fsHeader .fsBanner .header-top > .fsElementContent .header-portals {
    padding-right: 50px;
  }
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals ul.fsNavLevel1 li {
  display: inline-block;
  /*padding-left: 23px;*/
  /*padding-right: 23px;*/
  padding: 0px 17.5px;
}

@media (max-width: 599px) {
  #fsHeader .fsBanner .header-top > .fsElementContent .header-portals ul.fsNavLevel1 li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals ul.fsNavLevel1 li:after {
  content: "";
  right: 0px;
  left: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 2px;
  height: 12px;
  background: #6c0820;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals ul.fsNavLevel1 li a {
  text-decoration: none;
  font-family: "Catamaran", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 38px;
  padding: 0px;
  text-transform: capitalize;
  color: #fff;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals ul.fsNavLevel1 li a:hover {
  text-decoration: none;
  color: #540014;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals .search-button {
  position: absolute;
  right: 10px;
  z-index: 10;
  padding: 0px;
  border: 0px;
  top: 0;
  width: 50px;
  cursor: pointer;
  background-color: transparent;
  height: 100%;
  background-image: url(/uploaded/themes/default_18/images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals .search-button:hover,
#fsHeader .fsBanner .header-top > .fsElementContent .header-portals .search-button:focus {
  background-color: rgba(158, 20, 53, 0.9);
}

@media (max-width: 599px) {
  #fsHeader .fsBanner .header-top > .fsElementContent .header-portals .search-button {
    right: 0px;
  }
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals .search-button.color {
  background-color: rgba(158, 20, 53, 0.9);
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals .fs-site-search {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 0;
  width: 50px;
  height: 100%;
}

@media (max-width: 599px) {
  #fsHeader .fsBanner .header-top > .fsElementContent .header-portals .fs-site-search {
    right: 0px;
  }
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals .fs-site-search #search-input-top {
  /*display: none;*/
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  right: 50px;
  top: 0;
  width: 0px;
  height: 100%;
  padding: 0px;
  border: 0px;
  max-width: inherit !important;
  background: #e0e0e0;
  font-family: "Catamaran", serif;
  font-size: 15px;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals .fs-site-search #search-input-top.open {
  width: 290px;
  padding-left: 20px;
}

@media (max-width: 599px) {
  #fsHeader .fsBanner .header-top > .fsElementContent .header-portals .fs-site-search #search-input-top.open {
    width: 270px;
  }
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-portals .fs-site-search .submit-button {
  display: none;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks {
  margin: 0px;
  display: inline-block;
  position: relative;
}

@media (max-width: 499px) {
  #fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks {
    display: none;
  }
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage:after {
  display: none;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage > a {
  text-decoration: none;
  padding: 0px;
  font-size: 13px;
  font-family: "Catamaran", serif;
  line-height: 21px;
  padding: 9px 19px 8px 39px;
  /*font-weight: $medium;*/
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  background: #9e1435;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage > a:after {
  content: "\F107";
  left: 16px;
  right: auto;
  position: absolute;
  top: 50%;
  font-family: "IcoMoon";
  font-size: 27px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 0px;
  color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage > a:hover,
#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage > a:focus {
  text-decoration: none;
  /*color: #540014;*/
  color: #fff;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  /*top: 37px; this was default*/
  top: 36px;
  padding-top: 1px;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 250px;
  z-index: -1;
  height: auto;
  min-height: 330px;
}

@media (max-width: 999px) {
  #fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
    right: -10px;
  }
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 {
  background-color: #89112e;
  text-align: left;
  padding: 15px 30px 15px 0px;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li:after {
  display: none;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a {
  font-size: 13px;
  font-family: "Catamaran", serif;
  font-weight: 500;
  line-height: 20px;
  padding: 0px;
  position: relative;
  display: inline-block;
  /*text-transform: uppercase;*/
  text-transform: capitalize;
  padding: 8px 25px;
  color: #fff;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:hover,
#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:focus {
  text-decoration: none;
  color: #b7858d;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage:hover > a,
#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage:focus > a {
  background-color: #89112e;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage:hover > a:after,
#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage:focus > a:after {
  top: 50%;
  line-height: 0px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage:hover .fsNavPageInfo,
#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage:focus .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}

#fsHeader .fsBanner .header-top > .fsElementContent .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage.focus .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}

#fsHeader .fsBanner .header-main-nav {
  position: relative;
  display: block;
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0px;
}

@media (max-width: 1199px) {
  #fsHeader .fsBanner .header-main-nav {
    padding: 0px 20px;
  }
}

@media (max-width: 999px) {
  #fsHeader .fsBanner .header-main-nav {
    padding: 0px 54px;
  }
}

@media (max-width: 599px) {
  #fsHeader .fsBanner .header-main-nav {
    padding: 0px 20px;
    min-height: 65px;
    background-color: #fff;
  }
}

#fsHeader .fsBanner .header-main-nav > .fsElementContent {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (max-width: 599px) {
  #fsHeader .fsBanner .header-main-nav > .fsElementContent {
    min-height: 65px;
  }
}

.fsHeader.notBanner .fsBanner {
  position: relative !important;
}

.fsHeader.notLanding .fsBanner {
  position: absolute !important;
}

body.fsComposeMode .fsHeader .fsBanner {
  position: relative !important;
}

body.fsComposeMode .fsHeader .fsBanner .header-quicklinks ul.fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
  display: none;
}

.site-info-container {
  /*@include compartment;*/
  /*padding: $gutter 0;*/
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 200;
  overflow: hidden;
  /*white-space: nowrap;*/
}

@media (max-width: 999px) {
  .site-info-container {
    left: 22px;
  }
}

@media (max-width: 599px) {
  .site-info-container {
    left: -11px;
    top: 8px;
  }
}

.site-info-container a {
  display: block;
  padding: 0;
  /*color: transparent;*/
  font-size: 0px;
  width: 380px;
  height: 113px;
  background-image: url(/uploaded/themes/default_18/images/main-logo-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 599px) {
  .site-info-container a {
    width: 222px;
    height: 68px;
    background-size: contain;
  }
}

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

.skip-link {
  margin: 0px;
}

.skip-link a {
  position: absolute;
  top: -1000px;
  left: 50px;
  color: #fff;
  padding: 6px 20px;
  background: #c20430;
  -webkit-transition: top 0.4s ease-out, background 1s linear;
  transition: top 0.4s ease-out, background 1s linear;
  z-index: 99999;
  text-decoration: none;
  font-family: "Catamaran", serif;
}

.skip-link a:hover,
.skip-link a:focus {
  background: #9a0427;
  top: 150px;
  z-index: 99999;
  /*left: 30px;*/
  text-decoration: none;
}

#fsFooter {
  /*padding: $gutter;*/
  color: #fff;
  min-height: 509px;
  height: auto;
}

#fsFooter .fsBanner {
  /*@include compartment;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

.school-details {
  margin-bottom: 20px;
}

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  font-family: "Catamaran", serif;
  font-weight: 500;
  color: #303030;
  margin-bottom: 10px;
}

.school-details [itemprop='streetAddress'] {
  display: block;
}

.school-details a {
  color: inherit;
}

.fsFooter .fsBanner .nextSteps-footer {
  position: relative;
  display: block;
  width: 100%;
  min-height: 110px;
  background: #e8e8e8;
  margin: 0px;
  padding: 0px 20px;
  height: auto;
  float: left;
}

@media (max-width: 999px) {
  .fsFooter .fsBanner .nextSteps-footer {
    padding-top: 15px;
    padding-bottom: 23px;
  }
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .nextSteps-footer {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 10px solid #fff;
  }
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .nextSteps-footer > .fsElementContent {
    max-width: 750px;
  }
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content {
  position: relative;
  display: block;
  width: 100%;
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsDiv {
  padding: 0px 10px;
  margin: 0px;
}

@media (max-width: 999px) {
  .fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsDiv {
    margin: 10px 0px;
  }
}

@media (max-width: 799px) {
  .fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsDiv {
    padding: 0px;
  }
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsDiv:first-child {
  padding-left: 0px;
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsDiv:last-child {
  padding-right: 0px;
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsDiv .fsElementContent {
  margin: 0px;
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsDiv .fsElementContent p {
  margin: 0px;
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsDiv .fsElementContent p a {
  text-align: center;
  font-family: "Catamaran", serif;
  font-weight: 600;
  line-height: 60px;
  font-size: 18px;
  background: #fff;
  position: relative;
  display: block;
  color: #c20430;
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsDiv .fsElementContent p a:hover,
.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsDiv .fsElementContent p a:focus {
  text-decoration: none;
  background: #cdcdcd;
  color: #c20430;
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsStyleColumn-1 a:after {
  position: absolute;
  content: "";
  left: 64px;
  top: 13px;
  background-image: url(/uploaded/themes/default_18/images/info-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 27px;
}

@media (max-width: 1149px) {
  .fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsStyleColumn-1 a:after {
    left: 20px;
  }
}

@media (max-width: 999px) {
  .fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsStyleColumn-2 {
    padding-right: 0px;
  }
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsStyleColumn-2 a:after {
  position: absolute;
  content: "";
  left: 34px;
  top: 14px;
  background-image: url(/uploaded/themes/default_18/images/visit-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

@media (max-width: 1149px) {
  .fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsStyleColumn-2 a:after {
    left: 20px;
  }
}

@media (max-width: 999px) {
  .fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsStyleColumn-3 {
    padding-left: 0px;
  }
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsStyleColumn-3 a:after {
  position: absolute;
  content: "";
  left: 46px;
  top: 16px;
  background-image: url(/uploaded/themes/default_18/images/apply-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 25px;
}

@media (max-width: 1149px) {
  .fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsStyleColumn-3 a:after {
    left: 20px;
  }
}

.fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsStyleColumn-4 a:after {
  position: absolute;
  content: "";
  left: 61px;
  top: 15px;
  background-image: url(/uploaded/themes/default_18/images/give-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 22px;
}

@media (max-width: 1149px) {
  .fsFooter .fsBanner .nextSteps-footer > .fsElementContent .next-step-content .fsStyleColumn-4 a:after {
    left: 20px;
  }
}

.fsFooter .fsBanner .footer-contact {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  min-height: 238px;
  margin: 0px;
  height: auto;
  background: #c20430;
  padding: 0px 20px;
  /*padding-top:40px;*/
}

@media (max-width: 699px) {
  .fsFooter .fsBanner .footer-contact {
    padding-bottom: 9px;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent {
    max-width: 750px;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact {
  width: 50%;
  float: left;
  display: block;
  margin: 0px;
  position: relative;
  padding-top: 40px;
  height: auto;
}

@media (max-width: 699px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact {
    width: 100%;
    padding-top: 25px;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact h3 {
  margin: 0px;
  display: block;
  font-family: "Playfair Display", serif-2;
  font-size: 28px;
  line-height: 29px;
  color: #fff;
  padding-left: 99px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact h3 {
    padding-left: 0px;
  }
}

@media (max-width: 699px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact h3 {
    padding-bottom: 7px;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact h3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 80px;
  height: 98px;
  background-image: url(/uploaded/themes/default_18/images/footer_logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact h3:after {
    display: none;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact p {
  margin: 0px;
  font-weight: 400;
  padding-left: 99px;
  display: block;
  font-size: 16px;
  line-height: 29px;
  color: #fff;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact p {
    padding-left: 0px;
  }
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact p {
    font-size: 15px;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact p em {
  font-style: normal;
  font-weight: 400;
  padding-left: 13px;
  /*font-weight: 600;*/
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact p em:first-child {
  padding: 0px;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact a {
  margin: 0px;
  /*display: block;*/
  /*font-size: 17px;*/
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact a {
    font-size: 16px;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact a:hover,
.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact a:focus {
  color: #fff;
  text-decoration: underline;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 22px;
}

@media (max-width: 699px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials {
    padding-top: 23px;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li {
    padding-right: 13px;
  }
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li:after {
  display: none;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0px;
  font-size: 0px;
  background: transparent;
  border: 2px solid  #d4506f;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a:hover,
.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a:focus {
  background: #fff;
  border-color: #fff;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='facebook']:afteR {
  content: "\F09A";
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  /*@include x-y-center;*/
  font-family: "IcoMoon";
  font-size: 23px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='facebook']:hover:after,
.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='facebook']:focus:after {
  color: #c20430;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='twitter']:afteR {
  content: "\F099";
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  /*@include x-y-center;*/
  font-family: "IcoMoon";
  font-size: 23px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='twitter']:hover:after,
.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='twitter']:focus:after {
  color: #c20430;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='instagram']:afteR {
  content: "\F16D";
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  /*@include x-y-center;*/
  font-family: "IcoMoon";
  font-size: 23px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='instagram']:hover:after,
.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='instagram']:focus:after {
  color: #c20430;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='youtube']:afteR {
  content: "\F16A";
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  /*@include x-y-center;*/
  font-family: "IcoMoon";
  font-size: 23px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='youtube']:hover:after,
.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='youtube']:focus:after {
  color: #c20430;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='smugmug']:afteR {
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-image: url(/uploaded/themes/default_18/images/smugMug.png);
  background-position: center 0px;
  background-repeat: no-repeat;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  /*@include x-y-center;*/
  font-family: "IcoMoon";
  font-size: 23px;
  color: #fff;
  /*transition:all .4s ease;*/
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='smugmug']:hover:after,
.fsFooter .fsBanner .footer-contact > .fsElementContent .social-contact .footer-socials ul.fsNavLevel1 li a[href*='smugmug']:focus:after {
  /*color:$m1;*/
  background-position: center -26px;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link {
  width: 50%;
  float: left;
  display: block;
  margin: 0px;
  position: relative;
  height: auto;
  padding-top: 27.5px;
}

@media (max-width: 699px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link {
    width: 100%;
    padding-top: 18px;
    padding-left: 4px;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links {
  display: block;
  max-width: 230px;
  width: 100%;
  float: right;
  position: relative;
}

@media (max-width: 699px) {
  .fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links {
    float: left;
  }
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links ul.fsNavLevel1 li {
  position: relative;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links ul.fsNavLevel1 li:after {
  display: none;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links ul.fsNavLevel1 li:first-child a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  /*@include y-center;*/
  background-image: url(/uploaded/themes/default_18/images/virtual-icon.png);
  background-position: center left;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links ul.fsNavLevel1 li:nth-child(2) a {
  border-top: 2px solid  #d4506f;
  border-bottom: 2px solid  #d4506f;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links ul.fsNavLevel1 li:nth-child(2) a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  /*@include y-center;*/
  background-image: url(/uploaded/themes/default_18/images/video-icon.png);
  background-position: center left;
  background-repeat: no-repeat;
  width: 30px;
  height: 21px;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links ul.fsNavLevel1 li:last-child a:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 21px;
  /*@include y-center;*/
  background-image: url(/uploaded/themes/default_18/images/header-icon.png);
  background-position: center left;
  background-repeat: no-repeat;
  width: 27px;
  height: 24px;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links ul.fsNavLevel1 li a {
  font-family: "Catamaran", serif;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 69px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 0px 0px 50px;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links ul.fsNavLevel1 li a:after {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links ul.fsNavLevel1 li a:hover {
  text-decoration: none;
  color: #e18298;
}

.fsFooter .fsBanner .footer-contact > .fsElementContent .vag-link .footer-right-links ul.fsNavLevel1 li a:hover:after {
  opacity: .5;
}

.fsFooter .fsBanner .footer-utility {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 0px;
  min-height: 160px;
  height: auto;
  padding: 0px 20px;
  background: #9a0427;
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-utility {
    padding-top: 9px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (max-width: 699px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent {
    max-width: 100%;
    padding: 0px;
  }
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent {
    max-width: 750px;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links {
  position: relative;
  display: block;
  width: 60%;
  float: left;
  min-height: 92px;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links {
    width: 100%;
    text-align: center;
    min-height: inherit;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links {
  position: relative;
  display: block;
  padding-top: 12px;
  width: 100%;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links {
    padding-top: 0px;
    text-align: left;
  }
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links {
    text-align: center;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li {
  padding-right: 60px;
  display: inline-block;
}

@media (max-width: 1049px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li {
    padding-right: 30px;
  }
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }

  .fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li:first-child {
    padding-left: 0px;
  }
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li:first-child {
    padding-left: 22.5px;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li:afteR {
  display: none;
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li a {
  font-family: "Catamaran", serif;
  /*font-weight: 500;*/
  font-weight: 400;
  font-size: 14px;
  line-height: 45px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li a {
    padding: 0px;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li a:hover {
  text-decoration: none;
  color: #b7858d;
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li.log-out {
  padding-left: 28px;
  padding-right: 0px;
  display: none;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li.log-out {
    padding-left: 45px;
  }
}

@media (max-width: 699px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li.log-out {
    display: none;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li.log-out a {
  position: relative;
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li.log-out a:after {
  position: absolute;
  content: "";
  left: -25px;
  top: 23px;
  /*@include y-center;*/
  width: 20px;
  height: 16px;
  background-image: url(/uploaded/themes/default_18/images/Logout_Icon.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /*background-size: cover;*/
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li.log-out a:hover:after,
.fsFooter .fsBanner .footer-utility > .fsElementContent .utility-links .footer-left-links ul.fsNavLevel1 li.log-out a:focus:after {
  opacity: .5;
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation {
  width: 40%;
  float: left;
  min-height: 88px;
  padding: 22px 6px 0px 0px;
  margin: 0px;
  display: block;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation {
    width: 100%;
    min-height: inherit;
    padding: 0px;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 23px;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li {
  padding-left: 64px;
  display: inline-block;
  /*padding: 0px;*/
}

@media (max-width: 1199px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li {
    padding-left: 20px;
  }
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li:after {
  display: none;
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li a {
  padding: 0px;
  font-size: 0px !important;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li a:hover,
.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li a:focus {
  opacity: .5;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li:first-child a {
  width: 108px;
  height: 40px;
  background-image: url(/uploaded/themes/default_18/images/Congregation.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li:nth-child(2) a {
  width: 88px;
  height: 37px;
  background-image: url(/uploaded/themes/default_18/images/NCEA.png);
  background-position: center;
  background-repeat: no-repeat;
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li:last-child {
  padding-top: 5px;
  /*padding-top:10px;*/
}

@media (max-width: 899px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 5px;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .accreditation .footer-association .fsNavLevel1 li:last-child a {
  width: 74px;
  height: 36px;
  display: block;
  background-image: url(/uploaded/themes/default_18/images/NCGS.png);
  background-position: center;
  background-repeat: no-repeat;
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .copyright {
  width: 100%;
  display: block;
  min-height: 68px;
  float: left;
  border-top: 2px solid #7b031f;
  position: relative;
}

@media (max-width: 699px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .copyright {
    padding: 0px 20px;
  }
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .copyright {
    text-align: center;
    padding-top: 7px;
    min-height: 95px;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .copyright p {
  margin: 0px;
  font-size: 13px;
  font-weight: 500;
  /*color: #420311;*/
  color: #eaeaea;
  padding: 0px;
  padding-top: 7px;
  line-height: 46px;
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .copyright p {
    line-height: 18px;
  }
}

.fsFooter .fsBanner .footer-utility > .fsElementContent .copyright #fsPoweredByFinalsite {
  position: absolute;
  width: 132px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media (max-width: 599px) {
  .fsFooter .fsBanner .footer-utility > .fsElementContent .copyright #fsPoweredByFinalsite {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    top: 60px;
    right: auto;
  }
}

/*! structure - layouts v0.0.1 */

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

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

html {
  font-family: "Museo Sans W01_500", sans-serif;
  /*background: $m1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 22px;
  color: #1c1c1c;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

@media (max-width: 699px) {
  #fsPageBodyWrapper {
    padding-top: 0px;
  }
}

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

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

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

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

@media (max-width: 999px) {
  #fsBannerLeft {
    padding-right: 0px !important;
  }
}

@media (max-width: 699px) {
  #fsBannerLeft {
    margin-bottom: 0px;
  }
}

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

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

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

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 0px;
    width: 265px;
  }
}

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

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

#fsPageContent {
  width: 100%;
  padding-left: 37px;
  padding-top: 46px;
  padding-right: 49px;
}

@media (max-width: 1199px) {
  #fsPageContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 699px) {
  #fsPageContent {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 700px) {
  .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%;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleOneThird {
  padding-left: 25px !important;
}

@media (max-width: 899px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird {
    padding-left: 0px !important;
  }
}

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

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

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

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

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 265px;
  }
}

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .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: 0px;
    width: 280px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%;
}

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0;
}

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

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 0px;
    width: 280px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 900px) {
  .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% - 280px);
  }
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 900px) {
  .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: 0px;
    width: 280px;
  }
}

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0;
}

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

@media (min-width: 900px) {
  .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: 900px) {
  .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;
}

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

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

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

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

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 16px;
  line-height: 22px;
}

.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 black;
  margin-top: 20px;
  padding-top: 20px;
}

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

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

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

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

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

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

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

/*! elements - constituent default layout */

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

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

.fsConstituent.fsDialog[open] {
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.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;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  font-family: "Catamaran", serif;
  color: #c20430;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 10px;
  display: block;
  padding: 6px 40px 6px 20px;
  color: #c20430;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: none;
  position: relative;
}

@media (max-width: 599px) {
  .fsAccordion .fsPanel > header h2,
  .fsTabs .fsPanel > header h2 {
    line-height: 32px;
  }
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
}

@media (max-width: 599px) {
  .fsAccordion .fsPanel > header h2 a,
  .fsTabs .fsPanel > header h2 a {
    font-size: 17px;
  }
}

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

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

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

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after {
  /*@include accordionIcon;*/
  /*content: map-get($accordion, open--icon);*/
  font-family: "IcoMoon";
  font-size: 26px;
  font-weight: 600;
  content: "\F107";
  position: absolute;
  right: 34px !important;
  top: 0px;
  border: 0px;
  margin: 0px;
  width: inherit;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  font-family: "IcoMoon";
  font-size: 26px;
  font-weight: 600;
  content: "\F107";
  position: absolute;
  left: 12px !important;
  top: 0px;
  border: 0px;
  margin: 0px;
  width: inherit;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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 {
  /*@include accordionIcon;*/
  content: "";
  margin: 0px;
  /*@include y-center;*/
  top: 50%;
  right: 34px !important;
  padding: 0px;
  border: 0px;
  height: 3px;
  width: 14px;
  background: #fff;
}

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

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  font-family: "Catamaran", serif;
  color: #c20430;
  font-weight: 500;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

.fsCalendar .fsDate {
  /*position: absolute;*/
  position: relative;
  /*top: 0;*/
  /*left: 0;*/
  text-align: left;
  height: auto;
  width: 100%;
  color: #fff;
  /*background: $flag-background;*/
  display: block;
  /*flex-direction: column;*/
  /*justify-content: center;*/
}

.fsCalendar .fsDate > span {
  display: inline-block;
  font-family: "Catamaran", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #303030;
}

.fsCalendar .fsDate > span.fsMonth {
  padding-left: 5px;
}

.fsCalendar .fsDate > span.fsYear {
  padding-left: 8px;
}

.fsCalendar h2.fsElementTitle {
  margin: 0px;
  font-size: 28px;
  line-height: 33px;
  font-family: "Playfair Display", serif-2;
  text-transform: capitalize;
  font-weight: 400;
}

.fsCalendar article {
  padding: 20px 0px;
  margin: 0px;
  border-bottom: 1px solid #e1e1e1;
}

.fsCalendar .fsTitle {
  display: block;
  padding-top: 5px;
  width: 100%;
}

.fsCalendar .fsTitle .fsCalendarEventLink {
  font-family: "Catamaran", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #c20430;
}

.fsCalendar .fsEventDetails {
  display: block;
  padding-left: 20px;
  padding-top: 11px;
  width: 100%;
}

.fsCalendar .fsEventDetails .fsStartTime {
  position: relative;
}

.fsCalendar .fsEventDetails .fsStartTime:after {
  position: absolute;
  content: "\E902";
  font-family: "IcoMoon";
  font-size: 14px;
  font-weight: 400;
  left: -20px;
  top: -1px;
  width: 10px;
  height: 100%;
  text-align: center;
}

.fsCalendar .fsEventDetails .fsStartTime span {
  font-family: "Catamaran", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #303030;
  text-transform: capitalize;
}

.fsCalendar .fsEventDetails .fsStartTime .fsMeridian {
  text-transform: lowercase;
}

.fsCalendar .fsLocation {
  position: relative;
}

.fsCalendar .fsLocation:before {
  position: absolute;
  content: "\E903";
  font-family: "IcoMoon";
  font-size: 14px;
  font-weight: 400;
  left: -20px;
  top: -1px;
  width: 10px;
  height: 100%;
  text-align: center;
}

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

.fsCalendar footer .fsElementFooterContent {
  margin-top: 6px;
}

.fsCalendar footer .fsElementFooterContent a {
  font-family: "Museo Sans W01_500", sans-serif;
  font-size: 12px;
  line-height: 35px;
  color: #c20430;
  font-weight: 600;
  letter-spacing: 1.3px;
  position: relative;
  text-transform: uppercase;
}

.fsCalendar footer .fsElementFooterContent a:after {
  position: absolute;
  content: "\E904";
  font-family: "IcoMoon";
  font-size: 9px;
  font-weight: 400;
  top: 0;
  right: -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c20430;
  height: 100%;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.fsCalendar footer .fsElementFooterContent a:hover:after {
  right: -17px;
}

/*! _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) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(194, 4, 48, 0.15);
  }

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(194, 4, 48, 0.05);
  }

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(194, 4, 48, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(194, 4, 48, 0.25);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  /*padding:10px 20px;*/
  background: #c20430;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  background: #9a0427;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

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

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

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

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

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

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

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

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

/*! 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: "Museo Sans W01_500", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #1c1c1c;
}

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

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

.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: #36c;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #cdcdcd;
}

.fsComposerFormEmbed form .required {
  color: #c20430;
}

.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: #36c;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #cdcdcd;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  background: #c20430;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #9a0427;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Museo Sans W01_500", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #363636;
}

:-moz-placeholder {
  color: #363636;
}

::-moz-placeholder {
  color: #363636;
}

:-ms-input-placeholder {
  color: #363636;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

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

.fsResetPasswordFields label > span {
  display: block;
}

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

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #303030;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  /*padding:10px 20px;*/
  background: #c20430;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  background: #9a0427;
  color: #fff;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

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

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #1c1c1c;
  font-family: "Museo Sans W01_500", sans-serif;
}

.fsMediaCustomPlayer article {
  position: relative;
}

.fsCustomSlider .fsElement {
  margin-bottom: 0;
}

.fsCustomSlider .slick-next,
.fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}

.fsCustomSlider .slick-next:before,
.fsCustomSlider .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.fsCustomSlider .slick-next {
  left: auto;
  right: 0;
}

.fsCustomSlider .slick-next:before {
  content: '\203A';
}

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto;
}

.fsCustomSlider .slick-prev:before {
  content: '\2039';
}

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #9a0427;
  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: "Catamaran", serif;
}

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block;
}

.fsCustomSlider.slider-playing .slider-play-btn:before,
.fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0;
}

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fsCustomSlider .slick-dots,
.fsCustomSlider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCustomSlider .slick-dots li {
  margin: 0;
  padding: 0;
}

.fsCustomSlider .slick-dots li {
  display: inline-block;
}

.fsCustomSlider .slick-dots li + li {
  margin-left: 6px;
}

.fsCustomSlider .slick-dots button {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 0;
}

.fsCustomSlider .slick-dots .slick-active button {
  background-color: #fff;
}

.fsCustomSlider .caption-wrapper {
  font-family: "Museo Sans W01_500", sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  background-color: #9a0427;
  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(154, 4, 39, 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: 28px;
    line-height: 40px;
    font-family: "Catamaran", serif;
    color: #c20430;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
    margin-bottom: 0;
  }
}

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

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

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

/*=========================================*/

/*UNIVERSAL SLIDESHOW INTERIOR PAGES ONLY*/

/*=========================================*/

body:not(.home):not(.fsComposeMode) .universal-slideshow {
  display: block;
  width: 100%;
  position: relative;
  height: 470px;
}

@media (max-width: 599px) {
  body:not(.home):not(.fsComposeMode) .universal-slideshow {
    height: 133px;
  }
}

body:not(.home):not(.fsComposeMode) .universal-slideshow:after {
  display: none;
}

body:not(.home):not(.fsComposeMode) .universal-slideshow .fsDescription {
  margin: 0px;
}

body:not(.home):not(.fsComposeMode) .universal-slideshow .slick-slider {
  margin: 0px !important;
}

body:not(.home):not(.fsComposeMode) .universal-slideshow .slick-prev,
body:not(.home):not(.fsComposeMode) .universal-slideshow .slick-next {
  display: none !important;
}

body:not(.home):not(.fsComposeMode) .universal-slideshow article figure picture {
  display: block;
  width: 100%;
  position: relative;
  height: 470px;
  background-size: cover;
  background-position: center -5px !important;
  background-repeat: no-repeat;
}

@media (max-width: 899px) {
  body:not(.home):not(.fsComposeMode) .universal-slideshow article figure picture {
    background-position: center !important;
  }
}

@media (max-width: 599px) {
  body:not(.home):not(.fsComposeMode) .universal-slideshow article figure picture {
    height: 133px;
  }
}

body:not(.home):not(.fsComposeMode) .universal-slideshow article figure picture:after {
  display: none;
}

body:not(.home):not(.fsComposeMode) .universal-slideshow article figure picture img {
  display: none;
}

body:not(.home):not(.fsComposeMode) .universal-slideshow .slick-list {
  overflow: inherit !important;
}

@media (max-width: 699px) {
  body:not(.home):not(.fsComposeMode) #fsHeader {
    border: 0px;
  }
}

fsComposeMode.landing-image,
.home .landing-image {
  display: none;
}

.landing-image {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 470px;
}

@media (max-width: 599px) {
  .landing-image {
    height: 133px;
  }
}

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

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

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

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

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

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

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

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

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

.fsPostElement header h2.fsElementTitle {
  font-family: "Playfair Display", serif-2;
  font-weight: 400;
  color: #c20430;
  text-transform: capitalize;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 3px;
}

.fsPostElement article {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fsPostElement .fsThumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsPostElement .fsTitle {
  padding-top: 12px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-weight: 500;
}

.fsPostElement .fsTitle .fsPostLink {
  font-family: "Catamaran", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #c20430;
  text-transform: capitalize;
}

.fsPostElement .fsTitle .fsPostLink:hover {
  color: #c20430;
  text-decoration: underline;
}

.fsPostElement .fsDateTime {
  padding-bottom: 8px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fsPostElement .fsDateTime .fsDate span {
  font-family: "Museo Sans W01_500", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #303030;
  text-transform: uppercase;
}

.fsPostElement .fsDateTime .fsDate .fsMonth {
  padding-left: 5px;
}

.fsPostElement .fsDateTime .fsDate .fsYear {
  padding-left: 5px;
}

.fsPostElement .fsSummary {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding-top: 5px;
}

.fsPostElement .fsBody {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  padding-top: 5px;
}

.fsPostElement .fsReadMoreLink {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  padding-top: 8px;
  max-width: 85px;
  display: block;
  line-height: 24px;
}

.fsPostElement .fsReadMoreLink:hover {
  color: #c20430;
}

.fsPostElement footer .fsElementFooterContent {
  margin: 6px 0px 0px 0px;
}

.fsPostElement footer .fsElementFooterContent p {
  margin: 0px;
}

.fsPostElement footer .fsElementFooterContent a {
  font-family: "Museo Sans W01_500", sans-serif;
  font-size: 12px;
  line-height: 35px;
  color: #c20430;
  font-weight: 600;
  letter-spacing: 1.3px;
  position: relative;
  text-transform: uppercase;
  position: relative;
}

.fsPostElement footer .fsElementFooterContent a:after {
  position: absolute;
  content: "\E904";
  font-family: "IcoMoon";
  font-size: 9px;
  font-weight: 400;
  top: 0;
  right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c20430;
  height: 100%;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.fsPostElement footer .fsElementFooterContent a:hover:after {
  right: -19px;
}

body:not(.home) .fsPostElement article .fsThumbnail {
  min-height: 140px;
  max-width: 100% !important;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.home:not(.fsComposeMode) .fsPostElement article .fsThumbnail {
  min-height: 140px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.home:not(.fsComposeMode) .fsPostElement article .fsThumbnail img {
  display: none;
}

body.home:not(.fsComposeMode) .fsPostElement article .fsThumbnail .fsCroppedImage {
  opacity: 0;
}

.fsDialog.fsPostElement .fsThumbnail {
  height: inherit !important;
  margin-left: 0;
}

.fsDialog.fsPostElement .fsThumbnail img {
  display: block !important;
}

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

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}

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

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

.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit;
}

.fsSearch form.gsc-search-box-tools table {
  border: 0;
}

.fsSearch form.gsc-search-box-tools > table.gsc-search-box {
  margin-bottom: 0;
  position: relative;
}

.fsSearch form.gsc-search-box-tools td.gsib_a {
  padding: 0;
}

.fsSearch form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}

.fsSearch form.gsc-search-box-tools table.gsc-branding {
  display: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #9a0427 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #303030;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Museo Sans W01_500", 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: #c20430;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "Museo Sans W01_500", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #303030;
}

.fsSearch.site-search :-moz-placeholder {
  color: #303030;
}

.fsSearch.site-search ::-moz-placeholder {
  color: #303030;
}

.fsSearch.site-search :-ms-input-placeholder {
  color: #303030;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #1c1c1c;
}

.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: #1c1c1c;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Museo Sans W01_500", 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: #1c1c1c;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  right: 0;
  top: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
  font-family: "Museo Sans W01_500", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchResults form.gsc-search-box-tools,
.fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}

.fsSearchResults .gsc-control-cse,
.fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Museo Sans W01_500", 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: #1c1c1c;
}

.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: #9a0427;
}

.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: #36c !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: #cdcdcd !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 #303030;
}

.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 #303030;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}

.fsVimeoList .fsVimeoListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px #303030;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  /*padding:10px 20px;*/
  background: #c20430;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  background: #9a0427;
  color: #fff;
}

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

/*! 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 #303030;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
}

.fsYoutubeList .fsYoutubeListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px #303030;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  /*padding:10px 20px;*/
  background: #c20430;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  background: #9a0427;
  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: 3px;
}

@media (max-width: 1049px) {
  .fsTabs .fsTabsNav li {
    display: block;
    margin-right: 0px;
  }
}

.fsTabs .fsTabsNav li:after {
  display: none;
}

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  font-family: "Catamaran", serif;
  color: #c20430;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 10px;
  display: block;
  padding: 6px 40px 6px 20px;
  color: #c20430;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: none;
  background: #cdcdcd;
  color: #303030;
  font-size: 17px;
  line-height: 24px;
  padding: 13px 27px;
  margin-bottom: 3px !important;
}

.fsTabs .fsTabsNav li a:hover {
  background: #303030;
  color: #fff;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #c20430;
  color: #fff;
}

@media (max-width: 599px) {
  .fsTabs .fsPanel {
    margin-bottom: 10px;
  }
}

@media (max-width: 599px) {
  .fsTabs .fsPanel header > h2 {
    padding-left: 20px !important;
  }

  .fsTabs .fsPanel header > h2:before {
    right: auto;
    left: inherit !important;
  }
}

.fsTabs .fsStateOpen > .fsElementContent {
  padding: 28px 25px 33px 32px;
  border: 1px solid #e1e1e1;
}

@media (max-width: 599px) {
  .fsTabs .fsStateOpen > .fsElementContent {
    padding: 16px;
    border: 0px;
  }
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #e6e6e6;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #e6e6e6;
  background: white;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
  -webkit-box-shadow: inset 0 -1px 0 0 #303030;
          box-shadow: inset 0 -1px 0 0 #303030;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #232323;
  color: #1c1c1c;
  font-size: .875em;
  line-height: 1;
  padding: 10px 5px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
  background: #0a0a0a;
  color: #1c1c1c;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #303030;
  color: black;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #fb4a73;
  color: #fff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #e6e6e6;
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

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

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #c20430;
}

/*! pages - home v0.0.1 */

body:not(.fsComposeMode).home #fsPageBodyWrapper {
  padding: 0px 0px 10px 0px;
}

body:not(.fsComposeMode).home #fsPageBody {
  max-width: 100%;
}

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

body:not(.fsComposeMode).home #fsPageContent h1.fsPageTitle {
  display: none;
}

body:not(.fsComposeMode).home #fsPageContent .fsDiv {
  margin-bottom: 0px;
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow {
  display: block;
  width: 100%;
  position: relative;
  height: 850px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow {
    height: 546px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow {
    height: 244px;
  }
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow .fsDescription,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .fsDescription {
  margin: 0px;
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow .slick-prev,
body:not(.fsComposeMode).home .fsHeader .universal-slideshow .slick-next,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .slick-prev,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .slick-next {
  display: block;
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow .slick-prev,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .slick-prev {
  position: absolute;
  bottom: 95px;
  left: 145px;
  height: 94px;
  width: 51px;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 0px;
  cursor: pointer;
  background-image: url(/uploaded/themes/default_18/images/slide-arrow-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 150;
  opacity: .5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow .slick-prev:hover,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .slick-prev:hover {
  opacity: 1;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow .slick-prev,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .slick-prev {
    bottom: 42px;
    left: 92px;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow .slick-prev,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .slick-prev {
    display: none !important;
  }
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow .slick-next,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .slick-next {
  position: absolute;
  bottom: 95px;
  right: 145px;
  height: 94px;
  width: 51px;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 0px;
  cursor: pointer;
  background-image: url(/uploaded/themes/default_18/images/slide-arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 150;
  opacity: .5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow .slick-next:hover,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .slick-next:hover {
  opacity: 1;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow .slick-next,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .slick-next {
    bottom: 42px;
    right: 92px;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow .slick-next,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow .slick-next {
    display: none !important;
  }
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article {
  position: relative;
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article picture,
body:not(.fsComposeMode).home .fsHeader .universal-slideshow article.fsResourceTypeVideo,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article picture,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article.fsResourceTypeVideo {
  display: block;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article picture,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article.fsResourceTypeVideo,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article picture,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article.fsResourceTypeVideo {
    height: 546px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article picture,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article.fsResourceTypeVideo,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article picture,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article.fsResourceTypeVideo {
    height: 244px;
  }
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article picture:after,
body:not(.fsComposeMode).home .fsHeader .universal-slideshow article.fsResourceTypeVideo:after,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article picture:after,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article.fsResourceTypeVideo:after {
  position: absolute;
  content: "";
  width: 100%;
  z-index: 10;
  height: 362px;
  left: 0px;
  bottom: 0px;
  visibility: visible;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), color-stop(40%, rgba(6, 6, 6, 0.35)), color-stop(60%, rgba(6, 6, 6, 0.53)), to(rgba(5, 5, 5, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(6, 6, 6, 0.35) 40%, rgba(6, 6, 6, 0.53) 60%, rgba(5, 5, 5, 0.6) 100%);
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article picture:after,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article.fsResourceTypeVideo:after,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article picture:after,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article.fsResourceTypeVideo:after {
    height: 213px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), color-stop(41%, rgba(6, 6, 6, 0.34)), color-stop(61%, rgba(6, 6, 6, 0.53)), to(rgba(6, 6, 6, 0.55)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(6, 6, 6, 0.34) 41%, rgba(6, 6, 6, 0.53) 61%, rgba(6, 6, 6, 0.55) 100%);
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article picture:after,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article.fsResourceTypeVideo:after,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article picture:after,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article.fsResourceTypeVideo:after {
    height: 170px;
  }
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article picture img,
body:not(.fsComposeMode).home .fsHeader .universal-slideshow article.fsResourceTypeVideo img,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article picture img,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article.fsResourceTypeVideo img {
  display: none;
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption,
body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription {
  position: absolute;
  width: 100%;
  /*bottom: 76px;*/
  bottom: 97px;
  /*padding: 0px 300px;*/
  padding: 0px 150px;
  height: auto;
  text-align: center;
  z-index: 200;
}

@media (max-width: 1299px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription {
    padding: 0px 70px;
  }
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription {
    bottom: 65px;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription {
    padding: 0px 40px;
    bottom: 65px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription {
    bottom: 25px;
    padding: 0px 19px;
  }
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption h2,
body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription h2,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption h2,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription h2 {
  margin: 0px;
  font-family: "Playfair Display", serif-2;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
  color: #fff;
  text-transform: capitalize;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption h2,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription h2,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption h2,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription h2 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption h2,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription h2,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption h2,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription h2 {
    font-size: 30px;
    line-height: 33px;
  }
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption p,
body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription p,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption p,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription p {
  /*padding: 0px;*/
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 23px;
  display: block;
  font-family: "Catamaran", serif;
  font-size: 22px;
  /*font-weight: $medium;*/
  font-weight: 400;
  line-height: 25px;
  color: #fff;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption p,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription p,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption p,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription p {
    display: none;
  }
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption p:last-child,
body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription p:last-child,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption p:last-child,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription p:last-child {
  padding: 0px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption p:last-child,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription p:last-child,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption p:last-child,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription p:last-child {
    display: block;
    padding-top: 0px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption p:last-child,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription p:last-child,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption p:last-child,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription p:last-child {
    padding-top: 20px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption p:last-child,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription p:last-child,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption p:last-child,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription p:last-child {
    padding-top: 10px;
  }
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption a,
body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription a,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption a,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription a {
  margin: 0px;
  font-family: "Catamaran", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 47px;
  border: 1px solid #fff;
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption a:hover,
body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription a:hover,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption a:hover,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription a:hover {
  text-decoration: none;
  background: #fff;
  color: #c20430;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article figcaption a,
  body:not(.fsComposeMode).home .fsHeader .universal-slideshow article .fsDescription a,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article figcaption a,
  body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article .fsDescription a {
    font-size: 11px;
    line-height: 35px;
    padding: 8px 35px;
  }
}

body:not(.fsComposeMode).home .fsHeader .universal-slideshow article video,
body:not(.fsComposeMode).home .fsHeader .multimedia-slideshow article video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.fsComposeMode).home .home-our-missions {
  width: 100%;
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: center;
  padding-top: 97px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-our-missions {
    padding-top: 20px;
  }
}

body:not(.fsComposeMode).home .home-our-missions:after {
  /*position: absolute;*/
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: -45px;
  width: 104px;
  height: 127px;
  background-image: url(/uploaded/themes/default_18/images/shield_home.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-our-missions:after {
    display: none;
  }
}

body:not(.fsComposeMode).home .home-our-missions header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode).home .home-our-missions header .fsElementHeaderContent h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  font-family: "Catamaran", serif;
  text-transform: capitalize;
  color: #c20430;
  margin: 0px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-our-missions header .fsElementHeaderContent h2 {
    font-size: 25px;
  }
}

body:not(.fsComposeMode).home .home-our-missions .fsElementContent {
  /*@include compartment;*/
  max-width: 891px;
  padding-top: 18px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-our-missions .fsElementContent {
    max-width: 680px;
    padding-top: 11px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-our-missions .fsElementContent {
    padding-top: 0px;
    max-width: 100%;
  }
}

body:not(.fsComposeMode).home .home-our-missions .fsElementContent p {
  font-family: "Playfair Display", serif-2;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #3f3f3f;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-our-missions .fsElementContent p {
    line-height: 32px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-our-missions .fsElementContent p {
    font-size: 15px;
    line-height: 28px;
  }
}

body:not(.fsComposeMode).home .home-pillars {
  width: 100%;
  display: block;
  min-height: 565px;
  margin: 17px 0px 20px 0px;
  position: relative;
  float: left;
  z-index: 100;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .home-pillars {
    padding: 0px 10px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-pillars {
    margin-top: 9px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-pillars {
    margin-top: 14px;
  }
}

body:not(.fsComposeMode).home .home-pillars > header {
  padding-bottom: 67px;
  text-align: center;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-pillars > header {
    padding-bottom: 30px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-pillars > header {
    padding-bottom: 11px;
  }
}

body:not(.fsComposeMode).home .home-pillars > header h2.fsElementTitle {
  margin: 0px;
  font-family: "Playfair Display", serif-2;
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  color: #c8c8c8;
  text-transform: capitalize;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-pillars > header h2.fsElementTitle {
    font-size: 40px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-pillars > header h2.fsElementTitle {
    font-size: 33px;
  }
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent {
    max-width: 750px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent {
    display: block;
    width: 100%;
  }
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar {
  position: relative;
  display: block;
  /*min-height: 373px;*/
  /*width: calc(33.33% - 17px);*/
  /*width: 32.66%;*/
  width: 32.76%;
  margin-bottom: 0px;
  float: left;
  cursor: pointer;
  overflow: hidden;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar {
    width: 32.33%;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar {
    width: 100%;
    margin-bottom: 10px;
  }
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar:hover header h2.fsElementTitle,
body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar:focus header h2.fsElementTitle {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar:hover header h2.fsElementTitle,
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar:focus header h2.fsElementTitle {
    opacity: 1;
    visibility: visible;
  }
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar:hover .fsElementContent,
body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar:focus .fsElementContent {
  bottom: 0;
  opacity: 1;
  /*visibility: visible;*/
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar:hover .fsElementContent,
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar:focus .fsElementContent {
    display: none;
  }
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar header {
  display: block;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 377px;
  border-bottom: 16px solid #c20430;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar header {
    border-bottom: 10px solid #c20430;
    min-height: 232px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar header {
    border-bottom: 13px solid #c20430;
    min-height: 298px;
  }
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar header h2.fsElementTitle {
  margin: 0px;
  font-family: "Catamaran", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 0px 80px;
  /*@include x-y-center;*/
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar header h2.fsElementTitle {
    font-weight: 700;
    font-size: 18.5px;
    line-height: 22px;
  }
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar header .fsElementHeaderContent .fsImage picture img {
  display: none;
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar .fsElementContent {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  /*top: 0;*/
  bottom: -100%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: rgba(194, 4, 48, 0.9);
  padding: 29px 46px 20px 46px;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar .fsElementContent {
    padding: 15px;
  }
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar .fsElementContent h2 {
  margin: 0px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 0px 40px;
  text-align: center;
  text-transform: capitalize;
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar .fsElementContent p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #fff;
  margin: 0px;
  padding-top: 20px;
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar .fsElementContent p:first-child {
  padding-top: 20px;
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar .fsElementContent p:last-child {
  text-align: center;
  padding: 0px;
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar .fsElementContent a {
  font-weight: 700;
  line-height: 46px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  padding: 0px 47px;
  border: 1px solid #fff;
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar .fsElementContent a:hover,
body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar .fsElementContent a:focus {
  text-decoration: none;
  background-color: #fff;
  color: #c20430;
}

body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar.academics {
  margin: 0px 1.7%;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar.academics {
    margin: 0px 3%;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-pillars > .fsElementContent .pillar.academics {
    margin: 0px 0px 10px 0px;
  }
}

body:not(.fsComposeMode).home .home-stats {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  min-height: 893px;
  margin: 0px;
  padding: 0px;
  background: #e8e8e8;
  margin-top: -317px;
  z-index: 50;
  padding-top: 300px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats {
    padding-top: 160px;
    padding-bottom: 137px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-stats {
    padding-top: 380px;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent {
    max-width: 900px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout {
  margin: 0px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsDiv {
  margin: 0px;
  padding: 0px;
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1,
body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 {
  margin: 0px;
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 header,
body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 header {
  width: 40%;
  float: left;
  display: block;
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 header,
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 header {
    padding-top: 0px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 header,
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 header {
    width: 50%;
    padding-right: 20px;
    text-align: right;
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 header,
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 header {
    width: 30%;
    text-align: left;
    padding: 0px;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 header .fsElementHeaderContent,
body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 > .fsElement,
body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 > .fsElement {
  width: 100%;
  display: block;
  float: left;
  margin: 0px;
  padding-bottom: 70px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 > .fsElement,
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 > .fsElement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsElementContent,
body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsElementContent {
  width: 60%;
  /*display: inline-block;*/
  /*padding-left: 25px;*/
  float: left;
  padding-right: 20px;
  display: block;
  position: relative;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsElementContent,
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsElementContent {
    width: 50%;
    padding-left: 20px;
    padding-right: 0px;
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsElementContent,
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsElementContent {
    width: 70%;
    text-align: left;
    /*padding: 0px;*/
    display: table;
    padding-left: 20px;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsElementContent h2,
body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsElementContent h2 {
  margin: 0px;
  font-size: 43px;
  line-height: 46px;
  font-weight: 700;
  color: #525252;
  text-transform: lowercase;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsElementContent h2,
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsElementContent h2 {
    font-size: 32px;
    line-height: 31px;
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsElementContent h2,
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsElementContent h2 {
    font-size: 43px;
    line-height: 46px;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsElementContent p,
body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsElementContent p {
  font-family: "Catamaran", serif;
  font-weight: 500;
  font-size: 13px;
  color: #303030;
  line-height: 19px;
  margin: 0px;
  padding: 0px;
  /*text-transform: uppercase;*/
  text-transform: inherit;
  text-align: left;
  padding-right: 28px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsElementContent p,
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsElementContent p {
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsElementContent p,
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsElementContent p {
    font-size: 13px;
    line-height: 19px;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsContent .fsElementContent {
  margin-left: -23px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 .fsContent .fsElementContent {
    margin-left: 0px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 {
  padding-left: 21px;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 {
    padding-left: 0px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsElement:last-child {
    padding-bottom: 40px;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 header {
  text-align: left;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 header {
    text-align: center;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 header {
    text-align: right;
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 header {
    text-align: left;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsContent .fsElementContent {
  margin-left: -26px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 .fsContent .fsElementContent {
    margin-left: 0px;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 {
  margin-top: -14px;
  text-align: center;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 header .fsElementHeaderContent h2 {
  margin: 0px;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  color: #c20430;
  text-transform: capitalize;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 header .fsElementHeaderContent h2 {
    font-size: 30px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 header .fsElementHeaderContent h2 {
    position: absolute;
    top: -91px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 .fsElementContent {
  margin: 0px;
  padding-top: 11px;
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 footer {
  display: block;
  padding-top: 32px;
  position: relative;
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 footer .fsElementFooterContent {
  margin: 0px;
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 footer .fsElementFooterContent h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 46px;
  color: #525252;
  text-transform: capitalize;
  margin: 0px;
  padding-bottom: 1px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 footer .fsElementFooterContent h2 {
    font-size: 32px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 footer .fsElementFooterContent h2 {
    font-size: 35px;
  }
}

body:not(.fsComposeMode).home .home-stats > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-2 footer .fsElementFooterContent p {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  margin: 0px;
  /*text-transform: uppercase;*/
  text-transform: inherit;
  color: #303030;
  padding: 0px 35px;
}

body:not(.fsComposeMode).home .slider-news {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  min-height: 550px;
  z-index: 150;
  margin: -92px 0px 0px 0px;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .slider-news {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 0px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .slider-news {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 350px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent {
    /*max-width: 750px;*/
    margin: 0 auto;
    /*overflow: hidden;*/
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsElementContent .slick-slider {
    max-width: 680px;
    margin: 0 auto;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems {
  /*max-height: 550px;*/
  display: block;
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-list {
  overflow: inherit !important;
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  border: 0px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article {
    display: block;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article {
    /*flex-direction: column-reverse;*/
    padding-bottom: 60px;
    /*display: block;*/
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .information-news {
  position: absolute;
  right: 200px;
  bottom: -20px;
  /*max-width: 480px;*/
  width: 480px;
  min-height: 517px;
  background: rgba(194, 4, 48, 0.9);
  /*text-align: center;*/
  text-align: left;
  padding: 40px 60px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .information-news {
    background-color: #c20430;
    position: relative;
    width: 100%;
    right: inherit;
    bottom: inherit;
    min-height: auto;
    text-align: center;
    padding: 40px 40px 100px 40px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .information-news {
    padding: 26px 30px 100px 30px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsThumbnail {
  width: 100%;
  display: block;
  height: inherit;
  min-height: 550px;
  max-width: 1080px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsThumbnail {
    min-height: 350px;
    /*max-width: 680px*/
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsThumbnail {
    min-height: 160px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsTitle {
  padding: 0px;
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsTitle .fsPostLink {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  padding: 0px;
  text-transform: capitalize;
  color: #fff;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsTitle .fsPostLink {
    font-size: 30px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsTitle .fsPostLink {
    font-size: 25px;
    line-height: 34px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsTitle .fsPostLink:hover,
body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsTitle .fsPostLink:focus {
  color: #fff;
  text-decoration: none;
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsAuthor {
  padding: 0px;
  margin: 0px;
  font-family: "Playfair Display", serif-2;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsAuthor {
    font-size: 15px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsSummary {
  padding: 19px 0px 0px 0px;
  /*display: none;*/
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsSummary {
    padding-top: 2px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsSummary {
    padding-top: 11px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsSummary p {
  font-family: "Playfair Display", serif-2;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsSummary p {
    font-size: 15px;
    line-height: 26px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsBody {
  padding: 25px 0px 0px 0px;
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsBody p {
  font-family: "Playfair Display", serif-2;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsBody p {
    font-size: 15px;
    line-height: 26px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsReadMoreLink {
  max-width: 180px;
  border: 1px solid #fff;
  display: block;
  margin: 0 auto;
  /*margin-top: 71px;*/
  text-align: center;
  margin-top: 22px;
  padding: 0px;
  font-weight: 700;
  font-family: "Catamaran", serif;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsReadMoreLink {
    margin-top: 29px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsReadMoreLink {
    margin-top: 22px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems article .fsReadMoreLink:hover {
  background-color: #fff;
  color: #c20430;
  text-decoration: none;
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-prev {
  /*position: absolute;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  /*top: 0;*/
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #525252;
  background-image: url(/uploaded/themes/default_18/images/arrow-news-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: cover;*/
  border: 0px;
  padding: 0px;
  font-size: 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-prev {
    bottom: -58px;
    /*bottom: 0px;*/
    top: auto;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 40px));
        -ms-transform: translateX(calc(-50% - 40px));
            transform: translateX(calc(-50% - 40px));
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-prev {
    bottom: -25px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-prev {
    bottom: 0px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-prev:hover,
body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-prev:focus {
  background-color: #c20430;
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-next {
  /*position: absolute;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 0;
  z-index: 100;
  width: 80px;
  height: 80px;
  background-color: #525252;
  background-image: url(/uploaded/themes/default_18/images/arrow-news-next.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  padding: 0px;
  font-size: 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-next {
    bottom: -58px;
    /*bottom: 0;*/
    top: auto;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 40px));
        -ms-transform: translateX(calc(-50% + 40px));
            transform: translateX(calc(-50% + 40px));
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-next {
    bottom: -25px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-next {
    bottom: 0px;
  }
}

body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-next:hover,
body:not(.fsComposeMode).home .slider-news > .fsElementContent .home-news .fsListItems .slick-next:focus {
  background-color: #c20430;
}

body:not(.fsComposeMode).home .latest-news {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  margin: 304px 0px 0px 0px;
  /*min-height: 587px;*/
  min-height: 450px;
  background: #e8e8e8;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news {
    margin-top: 175px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent {
    max-width: 750px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post {
  display: block;
  width: 100%;
  margin: 0px;
  margin-top: -233px;
  z-index: 100;
  position: relative;
}

@media (max-width: 1249px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post {
    padding: 0px 10px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post {
    padding: 90px 0px 0px 0px;
  }
}

@media (max-width: 766px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header {
  padding: 0px;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header h2.fsElementTitle {
  text-align: left;
  text-transform: capitalize;
  line-height: 75px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header h2.fsElementTitle {
    font-size: 30px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header h2.fsElementTitle {
    font-weight: 600;
    text-align: center;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent {
  text-align: right;
  /*margin-top: -28px;*/
  margin: -74px 0px 0px 0px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent {
    /*margin-top: -45px;*/
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent {
    margin: 0px;
    text-align: center;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent p {
  display: inline-block;
  margin: 0px;
  position: relative;
  padding-left: 35px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent p {
    padding: 0px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent p:first-child:after {
  position: absolute;
  content: "";
  right: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  height: 12px;
  width: 2px;
  background: #676767;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent p:first-child:after {
    right: 23px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent p:first-child {
    padding-right: 57px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent p a {
  /*font-weight: $medium;*/
  /*font-weight: $semi-bold;*/
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 46px;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent p a:hover,
body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post header .fsElementHeaderContent p a:focus {
  color: #989898;
  text-decoration: none;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems {
  padding-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems {
    padding-top: 24px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article {
  padding: 0px;
  width: 32.76%;
  border: 0px;
  position: relative;
  min-height: 280px;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article:nth-child(2) {
  margin: 0px 1.7%;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article:nth-child(2) {
    margin: 5px 0px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article {
    height: 175px;
    min-height: 175px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article {
    height: 222px;
    margin: 5px 0px;
    width: 100%;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsThumbnail {
  max-width: 100%;
  height: 280px;
  position: relative;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsThumbnail {
    min-height: 175px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsThumbnail:after {
  position: absolute;
  content: "";
  height: 112px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(40%, rgba(0, 0, 0, 0.26)), color-stop(79%, rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.69)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.26) 40%, rgba(0, 0, 0, 0.56) 79%, rgba(0, 0, 0, 0.69) 100%);
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsThumbnail:after {
    height: 69px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsThumbnail:after {
    height: 114px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsThumbnail:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  left: 0;
  top: 0;
  background-color: rgba(194, 4, 48, 0.7);
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article:hover .fsThumbnail:before {
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsTitle {
  position: absolute;
  /*left: 51px;*/
  /*padding-bottom: 22px;*/
  left: 37px;
  padding-bottom: 27px;
  padding-right: 39px;
  bottom: 0;
  z-index: 100;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsTitle {
    left: 32px;
    padding-bottom: 11px;
    line-height: 16px;
    padding-right: 10px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsTitle {
    left: 10px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsTitle .fsPostLink {
  font-size: 22px;
  font-weight: 400;
  /*font-weight: $medium;*/
  line-height: 26px;
  color: #fff;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsTitle .fsPostLink {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsTitle .fsPostLink {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .home-post .fsListItems article .fsTitle .fsPostLink:hover {
  color: #fff;
  text-decoration: none;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsFourColumnLayout {
  margin: 0px -10px;
  padding-top: 50px;
}

@media (max-width: 1249px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsFourColumnLayout {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsFourColumnLayout {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsFourColumnLayout {
    padding: 0px 20px 30px 20px;
    margin: 0px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent header {
  padding: 0px 0px 14px 0px;
  text-align: center;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent header {
    width: 100%;
    padding-bottom: 4px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent header h2.fsElementTitle {
  margin: 0px;
  font-weight: 700;
  font-family: "Catamaran", serif;
  font-size: 40px;
  line-height: 75px;
  text-transform: capitalize;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent header h2.fsElementTitle {
    font-size: 30px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsDiv {
  padding: 24px 0px 0px 0px;
  position: relative;
  display: block;
  margin: 0px 10px;
  min-height: 152px;
  text-align: center;
  background-color: #fff;
  width: calc(25% - 20px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsDiv:hover,
body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsDiv:focus {
  background-color: #cdcdcd;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsDiv {
    width: 280px;
    margin: 15px 10px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsDiv {
    width: 100%;
    margin: 10px 0px;
  }
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsDiv header {
  height: 57px;
  /*padding-top:27px;*/
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsDiv header .fsElementHeaderContent {
  margin: 0px;
  position: relative;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsDiv .fsElementContent p {
  margin: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 70px;
  color: #636363;
  text-transform: capitalize;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsDiv .fsElementContent a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0px;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsStyleColumn-3 header {
  padding-top: 10px;
}

body:not(.fsComposeMode).home .latest-news > .fsElementContent .fsStyleColumn-4 header {
  padding-top: 13px;
}

body:not(.fsComposeMode).home #fsFooter {
  min-height: 399px;
}

body:not(.fsComposeMode).home #fsFooter .nextSteps-footer {
  display: none;
}

body:not(.fsComposeMode).home .share-mail-print {
  display: none;
}

fsComposeMode.fsFourColumnLayout {
  margin: 0px;
}

.home .fsDialog.fsPostElement .fsThumbnail {
  height: inherit !important;
  max-width: 100%;
  width: 100%;
}

.home .fsDialog.fsPostElement .fsThumbnail img {
  display: block !important;
}

.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: #1c1c1c;
  color: #1c1c1c;
}

.colors ol li:nth-of-type(1):after {
  content: "#1c1c1c";
}

.colors ol li:nth-of-type(2) {
  background: #c20430;
  color: #c20430;
}

.colors ol li:nth-of-type(2):after {
  content: "#c20430";
}

.colors ol li:nth-of-type(3) {
  background: #9a0427;
  color: #9a0427;
}

.colors ol li:nth-of-type(3):after {
  content: "#9a0427";
}

.colors ol li:nth-of-type(4) {
  background: #303030;
  color: #303030;
}

.colors ol li:nth-of-type(4):after {
  content: "#303030";
}

.colors ol li:nth-of-type(5) {
  background: #e6e6e6;
  color: #e6e6e6;
}

.colors ol li:nth-of-type(5):after {
  content: "#e6e6e6";
}

.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: "Catamaran", serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Catamaran, serif";
}

.fonts ol li:nth-of-type(2) {
  font-family: "Playfair Display", serif-2;
}

.fonts ol li:nth-of-type(2):after {
  content: "Playfair Display, serif-2";
}

.fonts ol li:nth-of-type(3) {
  font-family: "Museo Sans W01_500", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "Museo Sans W01_500, sans-serif";
}

.fonts ol li:nth-of-type(4):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: 35px / line: 42px";
}

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

.headers h3:after {
  content: " size: 26px / line: 40px";
}

.headers h4:after {
  content: " size: 22px / line: 40px";
}

.headers h5:after {
  content: " size: 20px / line: 40px";
}

.headers h6:after {
  content: " size: 15px / line: 40px";
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}