@charset "UTF-8";
 /**
 *
 * charterhouse - default_17
 * @link https://charterhouseorguk.finalsite.com
 * Site Template : newclientcustom
 * Built By: Pranali Gurjar
 * Project Manager: Rosie Paxton
 * Designer: Kealan Duffy
 * ==== Git Info ====
 * Branch Name: clients/charterhouseorguk
 * Build version: 3.2.6
 * Git Tag: v3.0-300-g07bee73093
 * Last build by: Kealan Duffy
 *
 **/

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

@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.53846em;
  margin-left: 1.53846em; }

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

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

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

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

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

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  font-family: "Trajan W01 Bd";
  color: #850134;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px; }
  h1.fsPageTitle {
    text-transform: capitalize;
    font-size: 26px;
    margin: 0 0 30px;
    line-height: 30px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  font-family: "Trajan W01 Bd";
  color: #850134;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: "Palatino Linotype W01";
  text-transform: none;
  color: #850134;
  margin-bottom: 18px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-family: "Palatino LT W01 Italic";
  text-transform: none;
  letter-spacing: 0.25px;
  margin-bottom: 18px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: "Palatino LT W01 Italic";
  text-transform: none;
  margin-bottom: 18px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 18px; }

p {
  margin: 0 0 20px; }
  .fsElement.fsContent p {
    margin: 0 0 15px; }

hr {
  margin: 0 auto 20px;
  color: transparent;
  background: url("/uploaded/photos/Common/text_hr.png");
  height: 4px;
  border: none;
  outline: 0; }

a {
  text-decoration: none;
  color: #850134;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #333333; }

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

body:not(.fsComposeMode) .fsPageBody .fsContent.fsElement ul {
  padding: 0; }
  body:not(.fsComposeMode) .fsPageBody .fsContent.fsElement ul > li {
    position: relative;
    list-style: none;
    padding: 0 0 0 15px; }
    body:not(.fsComposeMode) .fsPageBody .fsContent.fsElement ul > li:after {
      position: absolute;
      width: 4px;
      height: 4px;
      background: #850134;
      content: "";
      display: block;
      top: 11px;
      margin: auto;
      left: 0; }
    body:not(.fsComposeMode) .fsPageBody .fsContent.fsElement ul > li ol:after {
      display: none; }

.fs_style_40, .fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.fs_style_28 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: separate !important;
  border-spacing: 3px !important; }
  .fs_style_40 td, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.fs_style_28 td {
    padding: 5px 20px;
    background: #f5f5f5;
    border: 1px solid #bfbfbf !important; }
  .fs_style_40 th, .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fs_style_40 td, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.fs_style_28 th,
  table.fs_style_28 td {
    vertical-align: top;
    border-bottom: none; }
  .fs_style_40 th, .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.fs_style_28 th {
    padding: 12px 20px 6px 20px;
    text-align: left;
    background: #747272;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Gill Sans W04 Book";
    letter-spacing: 1px;
    line-height: 15px; }

.fs_style_40 {
  width: 100%; }
  .fs_style_40 tbody {
    display: block; }
  .fs_style_40 tr td:first-child {
    width: 85px; }

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

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

#preloader {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 999;
  overflow: visible;
  display: -ms-flexbox;
  display: flex;
  background-color: #ededed;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  #preloader svg {
    width: 70px;
    position: absolute;
    height: calc(100vh - 440px);
    position: absolute;
    top: 0; }

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

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #616161; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #616161; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #2e2e2e; }

.fsElementDialog {
  color: #616161; }

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

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

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

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

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #616161;
    font-size: 45px;
    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%;
    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(97, 97, 97, 0.5);
    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: #616161; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(97, 97, 97, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #616161;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(97, 97, 97, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #616161; }

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

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

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #f69db4;
  border-radius: 0;
  text-align: center;
  border: 0.2em solid #f69db4; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button {
    background: rgba(64, 64, 64, 0);
    color: #f69db4; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #616161;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: #a1a1a1;
    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;
  background: #616161;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: #a1a1a1;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }

.fs_style_24 {
  font-size: 17px;
  text-transform: none;
  font-family: "Palatino Linotype W01";
  line-height: 27px; }

.fs_style_45 {
  font-size: 17px;
  text-transform: none;
  font-family: "Palatino LT W01 Italic";
  line-height: 27px; }

.blockquote-wrapper {
  background: #fff;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin: 0;
  padding: 20px 40px 20px 75px;
  position: relative;
  color: #3c3c3c;
  z-index: 10;
  font-family: "Palatino LT W01 Italic";
  font-size: 16px; }
  .blockquote-wrapper blockquote {
    margin: 0; }
    .blockquote-wrapper blockquote:after {
      position: absolute;
      right: 100%;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #e5e5e5;
      font-size: 28px;
      right: 20px;
      bottom: 25px;
      transform: rotateY(180deg); }
  .blockquote-wrapper:after {
    position: absolute;
    right: 100%;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #e5e5e5;
    font-size: 28px;
    left: 20px;
    top: 25px; }
  .blockquote-wrapper:before {
    background: #f5f5f5;
    content: "";
    display: block;
    position: absolute;
    height: 95%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
    z-index: -1; }
  .blockquote-wrapper .fs_style_27 {
    display: block;
    color: #850134;
    font-family: "Arial", sans-serif;
    font-size: 13px; }
    .blockquote-wrapper .fs_style_27:before {
      content: "-  "; }

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

.fs_style_41 {
  border-left: 5px solid #f69db4;
  color: #333333;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin: 50px 0;
  padding: 5px 0 5px 40px;
  font-family: "Palatino Linotype W01"; }

.fs_style_25 {
  float: left !important;
  margin: 0 20px 10px 0; }
  @media (max-width: 499px) {
    .fs_style_25 {
      float: none !important;
      display: block;
      margin: 20px auto; } }

.fs_style_26 {
  float: right !important;
  margin: 0 0 10px 20px; }
  @media (max-width: 499px) {
    .fs_style_26 {
      float: none !important;
      display: block;
      margin: 20px auto; } }

.fs_style_29, .fs_style_30, .fs_style_31, .fs_style_32, .fs_style_33, .fs_style_34, .fs_style_35, .fs_style_44 {
  display: block;
  background: #F5F5F5;
  margin: 0 0 15px;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 14px 30px 14px 60px;
  min-height: 55px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_29 strong, .fs_style_30 strong, .fs_style_31 strong, .fs_style_32 strong, .fs_style_33 strong, .fs_style_34 strong, .fs_style_35 strong, .fs_style_44 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_29:before, .fs_style_30:before, .fs_style_31:before, .fs_style_32:before, .fs_style_33:before, .fs_style_34:before, .fs_style_35:before, .fs_style_44:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    background: #f7a7bc;
    color: #fff;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    line-height: 47px;
    font-size: 12px;
    transition: all ease .5s; }
  .fs_style_29:hover:before, .fs_style_30:hover:before, .fs_style_31:hover:before, .fs_style_32:hover:before, .fs_style_33:hover:before, .fs_style_34:hover:before, .fs_style_35:hover:before, .fs_style_44:hover:before {
    background: #850134; }
  .fs_style_29:after, .fs_style_30:after, .fs_style_31:after, .fs_style_32:after, .fs_style_33:after, .fs_style_34:after, .fs_style_35:after, .fs_style_44:after {
    content: "";
    border: #fff 2px solid;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.fs_style_29 {
  display: block;
  background: #F5F5F5;
  margin: 0 0 15px;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 14px 30px 14px 60px;
  min-height: 55px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_29 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_29:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    background: #f7a7bc;
    color: #fff;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    line-height: 47px;
    font-size: 22px;
    transition: all ease .5s; }
  .fs_style_29:hover:before {
    background: #850134; }
  .fs_style_29:after {
    content: "";
    border: #fff 2px solid;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.fs_style_30 {
  display: block;
  background: #F5F5F5;
  margin: 0 0 15px;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 14px 30px 14px 60px;
  min-height: 55px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_30 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_30:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    background: #f7a7bc;
    color: #fff;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    line-height: 47px;
    font-size: 22px;
    transition: all ease .5s; }
  .fs_style_30:hover:before {
    background: #850134; }
  .fs_style_30:after {
    content: "";
    border: #fff 2px solid;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.fs_style_31 {
  display: block;
  background: #F5F5F5;
  margin: 0 0 15px;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 14px 30px 14px 60px;
  min-height: 55px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_31 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_31:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    background: #f7a7bc;
    color: #fff;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    line-height: 47px;
    font-size: 22px;
    transition: all ease .5s; }
  .fs_style_31:hover:before {
    background: #850134; }
  .fs_style_31:after {
    content: "";
    border: #fff 2px solid;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.fs_style_32 {
  display: block;
  background: #F5F5F5;
  margin: 0 0 15px;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 14px 30px 14px 60px;
  min-height: 55px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_32 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_32:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    background: #f7a7bc;
    color: #fff;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    line-height: 47px;
    font-size: 30px;
    transition: all ease .5s; }
  .fs_style_32:hover:before {
    background: #850134; }
  .fs_style_32:after {
    content: "";
    border: #fff 2px solid;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.fs_style_33 {
  display: block;
  background: #F5F5F5;
  margin: 0 0 15px;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 14px 30px 14px 60px;
  min-height: 55px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_33 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_33:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    background: #f7a7bc;
    color: #fff;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    line-height: 47px;
    font-size: 30px;
    transition: all ease .5s; }
  .fs_style_33:hover:before {
    background: #850134; }
  .fs_style_33:after {
    content: "";
    border: #fff 2px solid;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.fs_style_36 {
  display: block;
  background: #F5F5F5;
  margin: 0 0 15px;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 14px 30px 14px 60px;
  min-height: 55px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_36 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_36:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    background: #f7a7bc;
    color: #fff;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    line-height: 47px;
    font-size: 22px;
    transition: all ease .5s; }
  .fs_style_36:hover:before {
    background: #850134; }
  .fs_style_36:after {
    content: "";
    border: #fff 2px solid;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.fs_style_37 {
  display: block;
  background: #F5F5F5;
  margin: 0 0 15px;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 14px 30px 14px 60px;
  min-height: 55px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_37 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_37:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    background: #f7a7bc;
    color: #fff;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    line-height: 47px;
    font-size: 22px;
    transition: all ease .5s; }
  .fs_style_37:hover:before {
    background: #850134; }
  .fs_style_37:after {
    content: "";
    border: #fff 2px solid;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.fs_style_44 {
  display: block;
  background: #F5F5F5;
  margin: 0 0 15px;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 14px 30px 14px 60px;
  min-height: 55px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_44 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_44:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    background: #f7a7bc;
    color: #fff;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    line-height: 47px;
    font-size: 22px;
    transition: all ease .5s; }
  .fs_style_44:hover:before {
    background: #850134; }
  .fs_style_44:after {
    content: "";
    border: #fff 2px solid;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.fs_style_38 {
  display: block;
  margin: 0 !important;
  border-top: 1px solid #bfbfbf;
  position: relative;
  padding: 12px 30px 10px 40px;
  min-height: 40px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_38:first-child {
    border: none; }
  .fs_style_38 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_38:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #909090;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 30px;
    left: 0;
    top: 0;
    line-height: 45px;
    text-align: center;
    font-size: 20px; }

.fs_style_39 {
  display: block;
  margin: 0 !important;
  border-top: 1px solid #bfbfbf;
  position: relative;
  padding: 12px 30px 10px 40px;
  min-height: 40px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Palatino Linotype W01";
  color: #616161;
  font-size: 13px;
  letter-spacing: 1px; }
  .fs_style_39:first-child {
    border: none; }
  .fs_style_39 strong {
    color: #850134;
    font-size: 14px;
    font-weight: normal; }
  .fs_style_39:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #909090;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 30px;
    left: 0;
    top: 0;
    line-height: 45px;
    text-align: center;
    font-size: 20px; }

.fs_style_42 {
  background: #424141;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 35px 7px;
  font-family: "Gill Sans W04 Book";
  line-height: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all ease .5s; }
  .fs_style_42:hover, .fs_style_42:focus {
    background: #850134;
    color: #fff; }

.fs_style_43 {
  background: #ee9bb1;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 35px 7px;
  font-family: "Gill Sans W04 Book";
  line-height: 15px;
  letter-spacing: 1px;
  transition: all ease .5s;
  cursor: pointer; }
  .fs_style_43:hover, .fs_style_43:focus {
    background: #850134;
    color: #fff; }

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

.home .site-breadcrumbs {
  display: none; }

.fsBreadcrumb.site-breadcrumbs {
  position: absolute;
  margin: 0;
  height: 50px;
  background: #F5F5F5;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  z-index: 1; }
  @media (max-width: 759px) {
    .fsBreadcrumb.site-breadcrumbs {
      display: none !important; } }
  .fsBreadcrumb.site-breadcrumbs header {
    position: absolute;
    padding: 0 0 0 0%;
    background: #fff;
    width: 60px;
    display: block;
    left: 0%;
    border-right: 1px solid #bfbfbf;
    height: 50px;
    line-height: 50px; }
    @media (max-width: 1199px) {
      .fsBreadcrumb.site-breadcrumbs header {
        width: 5%; } }
    body.fsHasLeftBanner .fsBreadcrumb.site-breadcrumbs header {
      left: 19%;
      cursor: pointer; }
      @media (max-width: 1199px) {
        body.fsHasLeftBanner .fsBreadcrumb.site-breadcrumbs header {
          left: 0; } }
    .fsBreadcrumb.site-breadcrumbs header h2.fsElementTitle {
      font-size: 0;
      margin: 0; }
      @media (max-width: 1199px) {
        body.fsHasLeftBanner .fsBreadcrumb.site-breadcrumbs header h2.fsElementTitle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          border: none;
          cursor: pointer;
          font-size: 24px;
          color: #303030;
          height: 15px;
          display: block;
          overflow: hidden;
          border-radius: 0;
          width: 17px;
          margin: 19px auto 0; } }
      .fsBreadcrumb.site-breadcrumbs header h2.fsElementTitle:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #7A7979;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        border-radius: 100%;
        width: 22px;
        height: 22px;
        border: 1px solid #7A7979;
        display: block;
        text-align: center;
        line-height: 19px;
        font-size: 11px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
  .fsBreadcrumb.site-breadcrumbs .fsElementContent {
    padding: 12px 0 0 5%; }
    @media (max-width: 1199px) {
      .fsBreadcrumb.site-breadcrumbs .fsElementContent {
        padding: 12px 0 0 7%; } }
    body.fsHasLeftBanner .fsBreadcrumb.site-breadcrumbs .fsElementContent {
      padding: 12px 0 0 24%; }
      @media (max-width: 1199px) {
        body.fsHasLeftBanner .fsBreadcrumb.site-breadcrumbs .fsElementContent {
          padding: 12px 0 0 7%; } }
  .fsBreadcrumb.site-breadcrumbs li {
    font-family: "Palatino LT W01 Italic";
    color: #353535;
    font-size: 15px;
    padding: 0 25px 0 0;
    position: relative;
    margin: 0 15px 0 0; }
    .fsBreadcrumb.site-breadcrumbs li a {
      color: #353535; }
      .fsBreadcrumb.site-breadcrumbs li a:hover {
        color: #850134; }
    .fsBreadcrumb.site-breadcrumbs li .fsNavBreadcrumbSeperator {
      color: #F6A6BC;
      position: absolute;
      right: 0;
      top: 0; }

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

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #850134;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #333333;
      background: #acacac; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #7a002e;
    background: #939393; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #f69db4;
      background: #acacac; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #acacac; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #850134;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #850134;
        background: #acacac; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #acacac; }
    .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 {
  background: #F5F5F5;
  display: none; }
  .nav-sub.custom_nav {
    display: block !important;
    margin: 0 0 50px; }
    .nav-sub.custom_nav h2.fsElementTitle {
      margin: 0 0 10px; }
    .nav-sub.custom_nav.nav-sub-empty {
      display: block !important; }
    .nav-sub.custom_nav.navigationttl h2.fsElementTitle {
      /*
        font-size: 0;
        &:before{
          content: "Navigation";
          font-size: 20px;
          text-transform: none;
        }
        */ }
    .nav-sub.custom_nav ul > li {
      padding: 0 !important; }
      .nav-sub.custom_nav ul > li:after {
        display: none !important; }
  .nav-sub h2.fsElementTitle {
    padding: 0 35px;
    margin: 0 0 35px;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none; }
    @media (max-width: 759px) {
      .nav-sub h2.fsElementTitle {
        margin: 0 0 20px;
        text-align: center;
        padding: 10px 0; } }
  .nav-sub .fsElementHeaderContent {
    display: none; }
    @media (max-width: 1199px) {
      .nav-sub .fsElementHeaderContent {
        display: block;
        background: #ee9bb1;
        border: 100%;
        color: #fff;
        margin: 0;
        width: 23px;
        height: 23px;
        line-height: 20px;
        text-align: center;
        border-radius: 100%;
        font-size: 17px;
        position: absolute;
        right: 32px;
        top: 60px;
        cursor: pointer; }
        .nav-sub .fsElementHeaderContent:hover {
          background: #850134; } }
    @media (max-width: 759px) {
      .nav-sub .fsElementHeaderContent {
        display: none; } }
  @media screen and (max-width: 99px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        font-family: "Palatino LT W01 Italic";
        text-transform: none;
        margin-bottom: 18px;
        margin-bottom: 0;
        display: block;
        font-size: 13px;
        padding: 10px 20px;
        color: #acacac;
        background-color: #f69db4;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #e00054;
          color: #acacac; } }
    @media screen and (max-width: 99px) and (min-width: 100px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 99px) {
        .nav-sub > header .fsElementTitle:after {
          content: "+";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #acacac; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #850134;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #333333;
          background: #dfdfdf; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #333333;
        background: #868686; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #f69db4;
          background: #797979; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #939393; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #850134;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #7a002e;
            background: #868686; }
      .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: #f69db4;
      color: #acacac; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 100px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 100px) {
      .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: 100px) {
      .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 {
      border: none; }
      .nav-sub ul li a {
        display: block;
        padding: 18px 0 13px;
        color: #3c3c3c;
        background: transparent;
        text-transform: uppercase;
        font-size: 13px;
        margin: 0 35px;
        border-bottom: 1px solid #b7b7b7;
        font-family: "Gill Sans W04 Book";
        line-height: 15px; }
        .nav-sub ul li a:hover, .nav-sub ul li a:focus {
          color: #850134;
          background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a {
        color: #7a002e;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
          color: #f69db4;
          background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor {
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a {
          color: #333333;
          background: transparent; }
          .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
            color: #850134;
            background: transparent; }
      .nav-sub ul li .fsNavPageInfo {
        position: relative !important;
        transition: all ease 1s;
        background: #F5F5F5;
        border: none; }
      @media (max-width: 759px) {
        .nav-sub ul li:last-child a {
          border: none; } }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 99px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor {
      background: #3A3A3A;
      position: relative; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage:before, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor:before {
        content: "";
        display: block;
        min-height: 46px;
        width: 5px;
        background: #f6a6bd;
        position: absolute;
        left: 0;
        top: 0; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        color: #f6a6bd;
        border: none; }
        .nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a:hover, .nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a:focus, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:hover, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:focus {
          color: #f6a6bd; }
    .nav-sub .fsNavLevel1 > li:last-child {
      border-bottom: none; }
  .nav-sub .fsNavLevel2 > li a {
    position: relative;
    text-transform: none;
    font-size: 15px; }
    .nav-sub .fsNavLevel2 > li a:before {
      content: "";
      display: block;
      height: 4px;
      width: 4px;
      background: #850134;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 20px; }
  .nav-sub .fsNavLevel2 > li.fsNavCurrentPage a, .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor a {
    color: #850134; }
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPage a:hover, .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor a:hover {
      color: #850134; }
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPage a:before, .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor a:before {
      display: none; }
  .nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a:before, .nav-sub .fsNavLevel2 > li.fsNavCurrentPage .fsNavCurrentPage > a:before, .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor > a:before, .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavCurrentPage > a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    height: 15px;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 11px;
    color: #000;
    background: none;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block; }
  .nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a::before {
    left: 12px !important; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 30px;
    font-style: italic;
    font-size: 13px;
    font-family: "Arial", sans-serif;
    border: none;
    padding-top: 15px;
    padding-bottom: 5px; }
  .nav-sub .fsNavLevel3 > li:last-child a {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 15px; }
  .nav-sub .fsNavLevel4 > li.fsNavCurrentPage > a::before {
    left: 22px !important; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel5 > li.fsNavCurrentPage > a::before {
    left: 32px !important; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 50px; }

.nav-main {
  margin-bottom: 0;
  background: #3A3A3A;
  font-family: "Gill Sans W04 Book";
  text-align: center;
  position: relative; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      .fsHeader .nav-main {
        display: block; } }
  .nav-main header .fsElementHeaderContent {
    margin: 0; }
    .nav-main header .fsElementHeaderContent p {
      margin: 0; }
    .nav-main header .fsElementHeaderContent a {
      color: #fff;
      padding: 17px 35px 11px;
      font-size: 13px;
      line-height: 15px;
      text-transform: uppercase;
      position: relative;
      display: block; }
      .nav-main header .fsElementHeaderContent a:hover {
        color: #ee9bb1; }
      .home .nav-main header .fsElementHeaderContent a {
        color: #ee9bb1; }
        .home .nav-main header .fsElementHeaderContent a:before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 7px 0 7px;
          border-color: #fff transparent transparent transparent;
          display: block;
          content: "";
          position: absolute;
          top: -5px;
          left: 0;
          right: 0;
          margin: auto; }
      @media (max-width: 1099px) {
        .nav-main header .fsElementHeaderContent a {
          padding: 15px 25px 11px; } }
  .nav-main header, .nav-main .fsElementContent {
    display: inline-block;
    vertical-align: middle; }
  .nav-main .dropContainer {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .nav-main .dropContainer .dropInfo {
      display: -ms-flexbox;
      display: flex; }
      .nav-main .dropContainer .dropInfo .subnav-item-wrapper {
        -ms-flex-order: 1;
        order: 1;
        width: 52%;
        margin: 0 6% 0 0; }
        .nav-main .dropContainer .dropInfo .subnav-item-wrapper ul.column-1 {
          float: left; }
        .nav-main .dropContainer .dropInfo .subnav-item-wrapper ul.column-2 {
          float: right; }
      .nav-main .dropContainer .dropInfo .fsNavLevel2 {
        width: 45%;
        margin: 50px 5% 40px 0; }
        .nav-main .dropContainer .dropInfo .fsNavLevel2 li {
          display: block;
          width: 100%;
          border-top: 1px solid #4b4b4b;
          margin: 0 6% 0 0; }
          .nav-main .dropContainer .dropInfo .fsNavLevel2 li:first-child {
            border: none; }
          .nav-main .dropContainer .dropInfo .fsNavLevel2 li a {
            padding: 15px 0 11px;
            font-size: 12px;
            line-height: 15px; }
      .nav-main .dropContainer .dropInfo .fsNavPageThumbnail {
        -ms-flex-order: 2;
        order: 2;
        width: 42%;
        background-position: center top;
        position: absolute;
        height: 100%;
        right: 0;
        background-repeat: no-repeat; }
        .nav-main .dropContainer .dropInfo .fsNavPageThumbnail img {
          display: none; }
      .nav-main .dropContainer .dropInfo .fsNavPageDescription {
        -ms-flex-order: 3;
        order: 3;
        position: absolute;
        right: 0;
        bottom: 60px;
        width: 42%;
        text-align: center;
        z-index: 1; }
        .nav-main .dropContainer .dropInfo .fsNavPageDescription a {
          background: #ee9bb1;
          display: inline-block;
          margin: auto;
          padding: 12px 20px 8px;
          color: #fff;
          font-size: 13px;
          line-height: 15px; }
          .nav-main .dropContainer .dropInfo .fsNavPageDescription a:hover {
            background: #850134; }
  .nav-main ul li a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 192.30769em;
      max-width: 156.25rem;
      text-align: center;
      position: static; }
      .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 {
    display: inline-block;
    position: static !important; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto; } }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: #f69db4;
      background: #303030; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #ee9bb1; }
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        border-color: #fff transparent transparent transparent;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #fff;
      background: transparent;
      position: relative;
      padding: 16px 30px 9px; }
      @media (max-width: 1099px) {
        .nav-main .fsNavLevel1 > li > a {
          padding: 13px 25px 7px 25px; } }
      .nav-main .fsNavLevel1 > li > a:after {
        background: #535353;
        width: 1px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        content: "";
        display: block;
        height: 25px;
        margin: auto; }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #f69db4;
        background: #303030; }
    html.js .nav-main .fsNavLevel1 > li {
      position: relative; }
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li .fsNavPageInfo {
        width: 100%;
        background: #303030;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 1199px) {
          html.js .nav-main .fsNavLevel1 > li .fsNavPageInfo {
            padding: 0 2%; } }
      html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        min-height: 250px; }
      html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
        max-height: 9999px;
        min-height: 250px; }
    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; } }
      html:not(.js) .nav-main .fsNavLevel1 > li .fsNavPageInfo {
        display: none !important; }

.nav-main .fsNavPageInfo {
  background: #303030;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  z-index: 300; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavPageThumbnail {
  -ms-flex-order: 2;
  order: 2; }

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 0.76923em; }
  .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
    color: #f69db4; }

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

.drawer-ribbon {
  position: relative;
  min-height: 50px;
  background: #3A3A3A;
  font-family: "Gill Sans W04 Book";
  font-size: 13px;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .drawer-ribbon:hover {
    color: #ee9bb1; }
  .drawer-ribbon p {
    margin: 0; }
  @media (min-width: 1000px) {
    .drawer-ribbon {
      display: none; } }
  .drawer-ribbon .fsDiv {
    margin: 0 !important; }
    .drawer-ribbon .fsDiv.fsStyleColumn-1 {
      padding-top: 0 !important;
      width: 40%;
      float: left; }
      @media (max-width: 399px) {
        .drawer-ribbon .fsDiv.fsStyleColumn-1 {
          float: none;
          width: 90%;
          margin: auto !important; } }
    .drawer-ribbon .fsDiv.fsStyleColumn-2 {
      width: 60%;
      float: right; }
      @media (max-width: 399px) {
        .drawer-ribbon .fsDiv.fsStyleColumn-2 {
          float: none;
          width: 90%;
          margin: auto !important; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 130px;
  margin: 0 !important;
  padding: 13px 0 0 30px !important;
  left: 10px;
  cursor: pointer; }
  .drawer-trigger:hover {
    color: #ee9bb1; }
  @media (max-width: 399px) {
    .drawer-trigger {
      left: 0;
      right: 0;
      margin: auto !important; } }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 12px;
    height: 2px;
    width: 10%;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.30769em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.30769em 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.mobile-nav {
  margin: 0; }
  .mobile-nav ul {
    background: #3A3A3A; }
    .mobile-nav ul li {
      position: relative;
      position: relative;
      border-top: 1px solid rgba(255, 255, 255, 0.25); }
      .mobile-nav ul li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .active .mobile-nav ul li > .fsNavPageInfo {
        max-height: 9999px; }
      .mobile-nav ul li.active > .fsNavPageInfo {
        max-height: 9999px; }
      .mobile-nav ul li.fsNavCurrentPageAncestor > a {
        color: #ee9bb1; }
      .mobile-nav ul li.fsNavCurrentPage > a {
        color: #ee9bb1; }
      .mobile-nav ul li .fsNavPageInfo {
        position: relative;
        transition: all ease .5s; }
      .mobile-nav ul li .mobile-sub-btn {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: none;
        font-family: "Gill Sans W04 Book";
        background: rgba(255, 255, 255, 0.1);
        height: 100%;
        color: #fff;
        width: 40px;
        outline: none;
        cursor: pointer; }
        .mobile-nav ul li .mobile-sub-btn:after {
          content: "+";
          top: 15px;
          position: absolute;
          right: 15px; }
        .mobile-nav ul li .mobile-sub-btn:hover {
          background: #060606;
          color: #ee9bb1; }
      .mobile-nav ul li a {
        color: #fff;
        text-transform: uppercase;
        font-family: "Gill Sans W04 Book";
        font-size: 13px;
        letter-spacing: 1px;
        padding: 7px 20px 7px 30px !important; }
        .mobile-nav ul li a:hover {
          color: #ee9bb1; }
      .mobile-nav ul li li a {
        padding: 7px 20px 7px 40px !important; }
      .mobile-nav ul li li li a {
        padding: 7px 20px 7px 50px !important; }
      .mobile-nav ul li li li li a {
        padding: 7px 20px 7px 60px !important; }
      .mobile-nav ul li.active > .mobile-sub-btn:after {
        content: "-"; }

#fsMenu {
  position: absolute;
  top: 235px;
  width: 100%;
  z-index: -1; }
  .drawer-is-active #fsMenu {
    z-index: 100; }

.fsMenu {
  top: 235px;
  max-width: 100%;
  background: #616161;
  z-index: 1;
  max-height: 0;
  opacity: 0;
  transition: all ease 1s; }
  .drawer-is-active .fsMenu {
    max-height: 1000px;
    opacity: 1; }

.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: 8px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #7a002e; }
    .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: #7a002e; }
    .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: #7a002e; }
    .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: #7a002e; }
    .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: #7a002e; }
    .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: #7a002e; }
    .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: #7a002e; }
    .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: #7a002e; }
    .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: #7a002e; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
    background: #7a002e; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    background: #f69db4;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #fff;
      font-size: 13px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

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

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 17px 0 0;
  background: #fff;
  font-family: "Palatino Linotype W01";
  min-height: 189px; }
  body:not(.fsComposeMode) #fsHeader {
    position: fixed;
    width: 100%;
    z-index: 1000; }
    @media (max-width: 999px) {
      body:not(.fsComposeMode) #fsHeader {
        position: static; } }
  @media (max-width: 999px) {
    #fsHeader {
      padding: 0; } }
  #fsHeader .header-wrapper .fsStyleColumn-3 {
    position: relative; }
  #fsHeader .header-wrapper .upper-header {
    padding: 0 60px 5px;
    margin: 0; }
    @media (max-width: 1099px) {
      #fsHeader .header-wrapper .upper-header {
        padding: 0 5px 5px; } }
    @media (max-width: 999px) {
      #fsHeader .header-wrapper .upper-header {
        padding: 0 0 5px; } }
    @media (max-width: 999px) {
      #fsHeader .header-wrapper .upper-header .fsStyleColumn-1 {
        display: none; }
      #fsHeader .header-wrapper .upper-header .fsStyleColumn-2 {
        width: 100%;
        padding: 60px 0 20px;
        margin: 0; }
      #fsHeader .header-wrapper .upper-header .fsStyleColumn-3 {
        width: 100%;
        position: absolute;
        top: 0;
        background: #F5F5F5;
        float: none;
        text-align: center;
        border-bottom: 1px solid #bfbfbf;
        padding: 5px 0; } }
    #fsHeader .header-wrapper .upper-header .nav-social {
      color: #404040; }
      #fsHeader .header-wrapper .upper-header .nav-social header {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0; }
        #fsHeader .header-wrapper .upper-header .nav-social header .fsElementHeaderContent {
          text-transform: uppercase;
          font-size: 11px;
          margin: 0; }
      #fsHeader .header-wrapper .upper-header .nav-social .fsElementContent {
        display: inline-block;
        vertical-align: middle;
        line-height: 0; }
      #fsHeader .header-wrapper .upper-header .nav-social footer {
        display: inline-block;
        vertical-align: middle; }
        #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent {
          margin: 0; }
          #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent > div[class*="addthis_inline_share_toolbox"] {
            font-size: 0;
            display: -ms-flexbox;
            display: flex; }
          #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent .at_flat_counter {
            display: none !important; }
          #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent a, #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent p {
            display: inline-block;
            vertical-align: middle; }
          #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent p {
            margin: 0 0 0 5px;
            line-height: 30px; }
          #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent a {
            font-size: 0;
            line-height: 0;
            border-radius: 100% !important;
            background: #f69db4 !important; }
            #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent a:hover {
              background: #850134 !important;
              -ms-transform: none;
              transform: none; }
            #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent a .at-icon-wrapper {
              font-size: 15px;
              height: 30px !important;
              width: 30px !important;
              line-height: 30px !important;
              border-radius: 100%;
              text-align: center;
              color: #fff;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
              justify-content: center;
              -ms-flex-align: center;
              align-items: center; }
              #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent a .at-icon-wrapper:before {
                font-size: 15px;
                line-height: 30px; }
              #fsHeader .header-wrapper .upper-header .nav-social footer .fsElementFooterContent a .at-icon-wrapper svg {
                width: 22px !important;
                height: 22px !important; }
    #fsHeader .header-wrapper .upper-header .header-utility {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      #fsHeader .header-wrapper .upper-header .header-utility nav {
        line-height: 10px; }
        #fsHeader .header-wrapper .upper-header .header-utility nav ul li {
          display: inline-block;
          border-left: 1px solid;
          padding: 0 0 0 12px;
          margin: 0 0 0 12px; }
          #fsHeader .header-wrapper .upper-header .header-utility nav ul li:first-child {
            border: none; }
            @media (max-width: 999px) {
              #fsHeader .header-wrapper .upper-header .header-utility nav ul li:first-child {
                padding: 0;
                margin: 0; } }
          #fsHeader .header-wrapper .upper-header .header-utility nav ul li a {
            color: #404040;
            text-transform: uppercase;
            font-size: 11px;
            padding: 0;
            line-height: 10px; }
            #fsHeader .header-wrapper .upper-header .header-utility nav ul li a:hover {
              color: #850134; }
    #fsHeader .header-wrapper .upper-header .site-search {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px; }
      @media (max-width: 999px) {
        #fsHeader .header-wrapper .upper-header .site-search {
          display: none; } }
      #fsHeader .header-wrapper .upper-header .site-search header .fsElementHeaderContent {
        margin: 0;
        font-size: 0;
        height: 30px;
        width: 30px;
        display: block;
        background: #f69db4;
        border-radius: 100%;
        text-align: center; }
        #fsHeader .header-wrapper .upper-header .site-search header .fsElementHeaderContent:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 14px;
          color: #fff;
          text-align: center;
          line-height: 30px; }
      #fsHeader .header-wrapper .upper-header .site-search .fsElementContent {
        opacity: 0;
        width: 0;
        position: absolute;
        right: 20px;
        top: 15px; }
        #fsHeader .header-wrapper .upper-header .site-search .fsElementContent.active-search {
          opacity: 1;
          width: 300px;
          transition: all ease .5s; }
  #fsHeader .header-wrapper .fsStyleColumn-3 {
    text-align: right; }
  #fsHeader .header-wrapper .fsStyleColumn-1, #fsHeader .header-wrapper .fsStyleColumn-3 {
    padding-top: 15px; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 192.30769em;
  max-width: 156.25rem;
  overflow: hidden;
  white-space: nowrap; }
  @media (max-width: 999px) {
    .site-info-container {
      text-align: center; } }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    background: url("../images/logo-2020.svg") no-repeat center;
    background-size: auto 90%;
    min-height: 100px; }
    @media (max-width: 999px) {
      .site-info-container a {
        width: 290px;
        display: inline-block;
        margin: auto; } }
    .site-info-container a:hover {
      color: transparent; }

#fsFooter {
  color: #656565;
  background: #fff;
  position: relative; }
  #fsFooter:before {
    background: url("/uploaded/themes/default_17/images/footer_map_top.png") no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: -42px;
    content: "";
    display: block;
    width: 175px;
    height: 45px;
    z-index: 2;
    margin: auto; }
  #fsFooter.map-show:before {
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 88px 43px 88px;
    border-color: transparent transparent #fff transparent;
    display: block;
    content: "";
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: auto; }
  #fsFooter.map-show:after {
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 88px 0 88px;
    border-color: #fff transparent transparent transparent;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  #fsFooter a {
    color: #656565; }
    #fsFooter a:hover {
      color: #850134; }
  #fsFooter .fsBanner {
    display: block;
    overflow: visible; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
    #fsFooter .fsBanner .fsContainer {
      margin: 0; }
    #fsFooter .fsBanner .footer-data {
      position: relative;
      padding: 90px 0 0;
      background: white;
      margin: -350px 0 0;
      transition: all ease .5s;
      background-position: 50% 0; }
      #fsFooter .fsBanner .footer-data.footer-down {
        margin: 0;
        padding: 70px 0 0; }
      #fsFooter .fsBanner .footer-data .footer-logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -44px;
        text-align: center; }
        #fsFooter .fsBanner .footer-data .footer-logo p {
          margin: 0; }
      #fsFooter .fsBanner .footer-data .footer-links {
        position: relative;
        margin: 0 auto;
        max-width: 192.30769em;
        max-width: 156.25rem;
        margin: 0 auto;
        max-width: 1250px;
        width: 100%;
        padding: 20px 0 60px; }
        @media (max-width: 799px) {
          #fsFooter .fsBanner .footer-data .footer-links {
            padding: 20px 0 10px; } }
        #fsFooter .fsBanner .footer-data .footer-links .fsDiv {
          border-right: 1px solid #AEAEAE;
          margin: 0; }
          @media (max-width: 999px) {
            #fsFooter .fsBanner .footer-data .footer-links .fsDiv:nth-child(even) {
              border: none; } }
          @media (max-width: 799px) {
            #fsFooter .fsBanner .footer-data .footer-links .fsDiv {
              border: none; } }
          @media (max-width: 999px) {
            #fsFooter .fsBanner .footer-data .footer-links .fsDiv {
              margin: 0 0 20px;
              padding: 0; } }
          #fsFooter .fsBanner .footer-data .footer-links .fsDiv:last-child {
            border: none; }
          #fsFooter .fsBanner .footer-data .footer-links .fsDiv h2.fsElementTitle {
            font-family: "Gill Sans W04 Book";
            font-size: 13px;
            font-weight: bold;
            letter-spacing: 1px;
            text-align: center;
            padding: 10px 0 5px; }
            @media (max-width: 799px) {
              #fsFooter .fsBanner .footer-data .footer-links .fsDiv h2.fsElementTitle {
                background: #F5F5F5;
                border-top: 1px solid #bfbfbf;
                border-bottom: 1px solid #bfbfbf; } }
          #fsFooter .fsBanner .footer-data .footer-links .fsDiv .fsElementContent {
            text-align: center; }
          #fsFooter .fsBanner .footer-data .footer-links .fsDiv ul {
            padding: 0;
            margin: 0; }
            #fsFooter .fsBanner .footer-data .footer-links .fsDiv ul li {
              display: block;
              text-align: center;
              font-family: Georgia, "Times New Roman", Times, serif;
              font-size: 13px;
              padding: 5px 0;
              line-height: 18px; }
              #fsFooter .fsBanner .footer-data .footer-links .fsDiv ul li a {
                padding: 0; }
      #fsFooter .fsBanner .footer-data .bottom-footer-wrapper {
        background: #2F2F2F;
        padding: 15px 60px;
        color: #fff;
        font-family: "Palatino Linotype W01";
        text-transform: uppercase;
        font-size: 12px;
        color: #fff; }
        @media (max-width: 1299px) {
          #fsFooter .fsBanner .footer-data .bottom-footer-wrapper {
            padding: 15px 0; } }
        @media (max-width: 1099px) {
          #fsFooter .fsBanner .footer-data .bottom-footer-wrapper {
            padding: 15px 0 35px 0; } }
        #fsFooter .fsBanner .footer-data .bottom-footer-wrapper a {
          color: #fff; }
          #fsFooter .fsBanner .footer-data .bottom-footer-wrapper a:hover {
            color: #ee9bb1; }
        #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer {
          position: relative;
          margin: 0 auto;
          max-width: 192.30769em;
          max-width: 156.25rem; }
          #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer header {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: 100px;
            padding: 0;
            top: -12px; }
            @media (max-width: 1099px) {
              #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer header {
                position: relative; } }
            #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer header .fsElementHeaderContent {
              margin: 0;
              text-align: center; }
              #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer header .fsElementHeaderContent a {
                position: relative;
                text-align: center;
                display: block;
                padding: 12px 0 0; }
                #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer header .fsElementHeaderContent a:before {
                  content: "";
                  font-family: "IcoMoon";
                  font-smoothing: antialiased;
                  font-weight: normal;
                  speak: none;
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
                  display: block;
                  position: absolute;
                  left: 0;
                  right: 0;
                  margin: auto;
                  top: -12px; }
                #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer header .fsElementHeaderContent a:after {
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 0 50px 25px 50px;
                  border-color: transparent transparent #2F2F2F transparent;
                  display: block;
                  content: "";
                  position: absolute;
                  top: -28px;
                  left: 0;
                  right: 0;
                  margin: auto; }
          #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv {
            margin: 0; }
            #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv ul, #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv p {
              margin: 0; }
            #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv.fsStyleColumn-1 {
              width: calc(100% - 430px); }
              @media (max-width: 1299px) {
                #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv.fsStyleColumn-1 {
                  width: calc(100% - 320px); } }
              @media (max-width: 1099px) {
                #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv.fsStyleColumn-1 {
                  width: 100%;
                  float: none;
                  text-align: center; } }
            #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv.fsStyleColumn-2 {
              width: 280px;
              text-align: right;
              float: right;
              margin: 0 150px 0 0; }
              @media (max-width: 1299px) {
                #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv.fsStyleColumn-2 {
                  margin: 0 185px 0 0; } }
              @media (max-width: 1099px) {
                #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv.fsStyleColumn-2 {
                  width: 100%;
                  float: none;
                  text-align: center;
                  margin: 10px 0 0; } }
              #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv.fsStyleColumn-2 .fotter-bottom-link ul li {
                display: inline-block;
                margin: 0 0 0 11px;
                border-left: 1px solid #535353;
                line-height: 15px;
                padding: 0 0 0 10px; }
                #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv.fsStyleColumn-2 .fotter-bottom-link ul li:first-child {
                  margin: 0;
                  padding: 0;
                  border: none; }
                #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer > .fsDiv.fsStyleColumn-2 .fotter-bottom-link ul li a {
                  padding: 0;
                  font-size: 11px; }
          #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer .copyright ul {
            padding: 0; }
            #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer .copyright ul li {
              display: inline-block;
              border-right: 1px solid #535353;
              line-height: 13px;
              padding: 0 10px 0 0;
              margin: 0 10px 0 0;
              font-size: 11px; }
              #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer .copyright ul li:last-child {
                padding: 0;
                margin: 0;
                border: none; }
              @media (max-width: 499px) {
                #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer .copyright ul li {
                  display: block;
                  padding: 0;
                  margin: 0 0 20px;
                  border: none;
                  font-size: 12px; } }
          #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .bottom-footer .footer-accessibility .fsElementContent {
            display: none; }
        #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social {
          color: #404040;
          display: none;
          margin: 0; }
          @media (max-width: 999px) {
            #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social {
              display: block;
              margin: 10px 0;
              text-align: center; } }
          #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social .fsElementContent {
            display: inline-block;
            vertical-align: middle;
            line-height: 0; }
          #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer {
            display: inline-block;
            vertical-align: middle; }
            #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent {
              margin: 0; }
              #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent p {
                margin: 0 0 0 5px;
                line-height: 30px; }
              #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent a {
                line-height: 0; }
              #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent a, #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent p {
                display: inline-block;
                vertical-align: middle; }
              #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent a {
                font-size: 0; }
                #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent a .at-icon-wrapper {
                  font-size: 15px;
                  background: #f69db4 !important;
                  height: 30px !important;
                  width: 30px !important;
                  border-radius: 100%;
                  text-align: center;
                  color: #fff; }
                  #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent a .at-icon-wrapper:before {
                    font-size: 15px;
                    line-height: 30px; }
                  #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent a .at-icon-wrapper svg {
                    display: none; }
                  #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent a .at-icon-wrapper:hover {
                    background: #850134 !important; }
              #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent .addthis_button_compact .at-icon-wrapper:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none; }
              #fsFooter .fsBanner .footer-data .bottom-footer-wrapper .nav-social footer .fsElementFooterContent .addthis_button_email .at-icon-wrapper:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                font-size: 10px; }
    #fsFooter .fsBanner .school-map {
      position: relative;
      height: 500px;
      background-position: 63% -100px;
      margin: 0;
      background-size: cover; }
      #fsFooter .fsBanner .school-map header {
        position: absolute;
        width: 64px;
        height: 64px;
        top: 10px;
        background: #850134;
        z-index: 1;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 100%;
        text-align: center;
        color: #fff;
        font-family: "Palatino Linotype W01";
        text-transform: uppercase;
        font-size: 13px;
        line-height: 12px;
        padding: 5px 0 0;
        cursor: pointer; }
        #fsFooter .fsBanner .school-map header:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 18px;
          line-height: 33px; }
        #fsFooter .fsBanner .school-map header:hover {
          background: #ee9bb1; }
        #fsFooter .fsBanner .school-map header .fsElementHeaderContent {
          margin: 0; }
          #fsFooter .fsBanner .school-map header .fsElementHeaderContent p {
            margin: 0; }
        #fsFooter .fsBanner .school-map header.active-school-map-header {
          width: 30px;
          height: 30px;
          top: -12px;
          background: none;
          padding: 0;
          z-index: 2;
          border: 1px solid #ccc; }
          #fsFooter .fsBanner .school-map header.active-school-map-header:before {
            content: "x";
            color: #850134;
            font-family: arial;
            font-size: 13px;
            line-height: 30px;
            font-weight: bold; }
          #fsFooter .fsBanner .school-map header.active-school-map-header:hover {
            background: #850134; }
            #fsFooter .fsBanner .school-map header.active-school-map-header:hover:before {
              color: #fff; }
          #fsFooter .fsBanner .school-map header.active-school-map-header .fsElementHeaderContent {
            display: none; }
      #fsFooter .fsBanner .school-map .fsElementContent {
        height: 500px;
        opacity: 1;
        position: relative;
        background-position: inherit;
        background-image: url(/uploaded/themes/default_17/images/footer_map.jpg) !important; }
        #fsFooter .fsBanner .school-map .fsElementContent.active-school-map {
          display: block;
          opacity: 1;
          background-image: none !important; }
          #fsFooter .fsBanner .school-map .fsElementContent.active-school-map.whitebg:before {
            background: #fff;
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
            opacity: 1;
            transition: all ease .8s; }
      #fsFooter .fsBanner .school-map #map-image {
        display: none; }
      #fsFooter .fsBanner .school-map #mapcanvas {
        width: 100%;
        background: #fff;
        height: 500px;
        display: none; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    font-family: "Palatino LT W01 Italic";
    text-transform: none;
    letter-spacing: 0.25px;
    margin-bottom: 18px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

.google-map #fsFooter .fsBanner .school-map #mapcanvas {
  display: block; }

.google-map #fsFooter .fsBanner .school-map .fsElementContent {
  opacity: 0; }
  .google-map #fsFooter .fsBanner .school-map .fsElementContent.active-school-map {
    opacity: 1; }

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

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

html {
  font-family: "Arial", sans-serif;
  background: #fff; }

body {
  font-size: 13px;
  line-height: 27px;
  color: #616161;
  font-variant: normal; }

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

.fullpage #fsPageContent {
  padding: 0; }
  .fullpage #fsPageContent .fsPageTitle {
    padding: 0 60px;
    margin: 0 0 45px; }
    @media (max-width: 1199px) {
      .fullpage #fsPageContent .fsPageTitle {
        padding: 0 60px; } }

#fsPageBodyWrapper {
  background: #fff; }
  body:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-top: 194px; }
    @media (max-width: 1099px) {
      body:not(.fsComposeMode) #fsPageBodyWrapper {
        margin-top: 189px; } }
    @media (max-width: 999px) {
      body:not(.fsComposeMode) #fsPageBodyWrapper {
        margin-top: 0; } }

#fsPageBody {
  background: url("/uploaded/themes/default_17/images/crest_watermark.png") no-repeat right 50px;
  position: relative;
  margin: 0 auto;
  max-width: 192.30769em;
  max-width: 156.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 759px) {
    #fsPageBody {
      background: url("/uploaded/themes/default_17/images/crest_watermark.png") no-repeat right top; } }
  @media (min-width: 1000px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 1000px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px;
  background: #F5F5F5;
  border-right: 1px solid #bfbfbf;
  padding: 60px 0 55px;
  position: relative;
  z-index: 2; }
  @media (min-width: 1000px) {
    #fsBannerLeft {
      padding-right: 0;
      width: 19%;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    #fsBannerLeft {
      padding-right: 0;
      width: 19%;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 0;
      width: 19%; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 0;
      width: 19%; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 0;
      width: 19%; } }
  @media (min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 0;
      width: 19%; } }
  @media (max-width: 1199px) {
    #fsBannerLeft {
      position: absolute;
      width: 340px !important;
      padding: 60px 0 0 !important;
      height: 100%;
      left: -340px;
      transition: all ease .6s;
      z-index: 1000; }
      #fsBannerLeft.activefsBannerLeft {
        left: 0; } }
  @media (max-width: 759px) {
    #fsBannerLeft {
      position: static;
      height: auto;
      float: none;
      width: 100% !important;
      padding: 20px 0 70px !important;
      margin: 0; } }

#fsPageContent {
  width: 100%;
  margin-top: 100px;
  padding: 0 60px;
  padding-bottom: 70px !important; }
  @media (max-width: 999px) {
    #fsPageContent {
      padding: 0 20px; } }
  @media (max-width: 759px) {
    #fsPageContent {
      margin-top: 40px; } }
  #fsPageContent .fsPageLayout > .fsDiv {
    margin: 0; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0 140px 0 60px; }
    @media (max-width: 1399px) {
      .fsHasRightBanner #fsPageContent {
        padding: 0 40px 0 60px; } }
    @media (max-width: 999px) {
      .fsHasRightBanner #fsPageContent {
        padding: 0 60px !important; } }
    @media (max-width: 759px) {
      .fsHasRightBanner #fsPageContent {
        padding: 0 20px !important; } }
    @media (min-width: 1000px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 26%); } }
    @media (min-width: 1000px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 26%); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0 60px; }
    @media (max-width: 999px) {
      .fsHasLeftBanner #fsPageContent {
        padding: 0 60px 60px !important; } }
    @media (max-width: 759px) {
      .fsHasLeftBanner #fsPageContent {
        padding: 0 20px !important; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 19%); } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 19%); } }
    @media (max-width: 1199px) {
      .fsHasLeftBanner #fsPageContent {
        width: 100%;
        padding: 0 60px; } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 140px 0 60px; }
    @media (max-width: 1399px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        padding: 0 40px 0 60px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 19%); } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 19%); } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 45%);
        margin-bottom: 0; } }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 45%); } }
    @media (max-width: 1199px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 26%);
        padding: 0 60px; } }
    @media (max-width: 999px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 100%; } }

#fsBannerRight {
  padding-right: 4% !important;
  padding-bottom: 40px !important;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 100px; }
  @media (max-width: 999px) {
    #fsBannerRight {
      margin-top: 20px;
      padding: 0 60px 40px !important; } }
  @media (max-width: 759px) {
    #fsBannerRight {
      padding: 0 20px 40px !important; } }
  @media (min-width: 1000px) {
    #fsBannerRight {
      padding-left: 0;
      width: 26%;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    #fsBannerRight {
      padding-left: 0;
      width: 26%;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 19%); } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 19%); } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        width: 26%; } }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 0;
        width: 26%; } }

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }
  @media (max-width: 999px) {
    .fsLayout .fsStyleOneThird {
      padding: 0 !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 19%); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 45%); } }

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

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

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 26%);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 26%); } }

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

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

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

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 0;
    width: 26%; } }

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 19%); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 45%); } }

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

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

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

#fsPoweredByFinalsite {
  position: absolute;
  right: 80px;
  bottom: 15px; }
  @media (max-width: 1099px) {
    #fsPoweredByFinalsite {
      padding: 0;
      right: 0;
      left: 0;
      margin: auto;
      bottom: 10px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #797979;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 29px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #7a002e;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    font-family: "Trajan W01 Bd";
    color: #850134;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
    margin-bottom: 2px;
    display: block;
    font-size: 13px;
    padding: 13.33333px;
    color: #fff;
    transition: .3s;
    position: relative;
    font-family: "Gill Sans W04 Book";
    letter-spacing: 1px;
    padding: 10px 20px 6px; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #f69db4;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #fff;
      transition: .3s; }

.fsAccordion .fsPanel > .fsElementContent p:last-child, .fsTabs .fsPanel > .fsElementContent p:last-child {
  margin: 0; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #333333; }
  .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,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 10px;
  font-size: 15px;
  content: "+"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    font-family: "Palatino Linotype W01";
    text-transform: none;
    color: #850134;
    margin-bottom: 18px; }
  .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 #acacac; }
  .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;
  top: 0;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #7a002e;
  display: block;
  text-transform: uppercase;
  font-family: "Trajan W01 Bd";
  padding: 5px; }
  .fsCalendar .fsDate > span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-family: "Gill Sans W04 Book";
    letter-spacing: 1px; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 25px;
      line-height: 25px;
      margin: 4px 0;
      font-family: "Trajan W01 Regular"; }

.fsCalendar .fsElementControls {
  background: #F5F5F5;
  padding: 5px 0;
  margin: 0 0 20px; }
  .fsCalendar .fsElementControls .fsRSSIcon {
    background: none; }
    .fsCalendar .fsElementControls .fsRSSIcon:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      background: none;
      color: #850134;
      margin: -3px 0 0; }
    .fsCalendar .fsElementControls .fsRSSIcon:hover:before {
      color: #333336; }

.fsCalendar .fsTitle {
  font-family: "Trajan W01 Bd";
  font-size: 16px;
  line-height: 14px;
  padding: 5px 0 0; }

.fsCalendar .fsDate {
  display: block; }

.fsCalendar .fsTimeRange, .fsCalendar .fsAllDay {
  color: #747272;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px; }

.fsCalendar .fsLocation {
  color: #3A3A3A;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 15px; }
  .fsCalendar .fsLocation:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #ee9bb1;
    position: absolute;
    left: 0; }

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

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

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

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

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

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

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #616161;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: #a1a1a1;
      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 .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsStateHasEvents:not(.fsCalendarOutOfRange) {
  background: #f8f8f8; }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsStateHasEvents:not(.fsCalendarOutOfRange).fsCalendarToday {
    background: #ee9bb1;
    color: #fff; }

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

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

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

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

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

.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 */
/*! 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: "Arial", sans-serif;
      font-size: 13px;
      line-height: 27px;
      color: #616161; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 0; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0 0 11px;
      background: #F5F5F5;
      font-family: "Gill Sans W04 Book";
      padding: 20px; }
      .fsComposerFormEmbed form .elementRow input[type="text"], .fsComposerFormEmbed form .elementRow input[type="email"] {
        width: 100%;
        line-height: 20px; }
      .fsComposerFormEmbed form .elementRow textarea {
        line-height: 20px; }
      .fsComposerFormEmbed form .elementRow select {
        width: 100%;
        max-width: 100% !important;
        border-radius: 0;
        border: solid 1px #ccc;
        padding: 4px; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      padding: 0;
      width: 100%;
      font-family: "Gill Sans W04 Book"; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px;
        text-transform: uppercase;
        font-size: 13px; }
        .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;
        border: none;
        outline: 0; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementBody label {
      text-transform: none; }
    @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: #850134;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #333333; }
    .fsComposerFormEmbed form .required {
      color: #7a002e; }
    .fsComposerFormEmbed form .pageControls {
      padding: 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: #850134;
        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: #333333;
          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: 12px 20px 7px 20px;
      outline: 0;
      background: #424141 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: right;
      line-height: 1;
      color: #fff !important;
      text-transform: uppercase;
      font-family: "Gill Sans W04 Book";
      font-size: 13px;
      letter-spacing: 1px;
      border-radius: 0; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #850134 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Arial", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }
  .fsComposerFormEmbed .userConfirmationEmail {
    width: 20%;
    min-width: 400px; }
  .fsComposerFormEmbed #cancelButton {
    padding: 11px 20px 7px 20px !important;
    line-height: 1em;
    display: inline-block !important; }
  .fsComposerFormEmbed #agreeButton {
    padding: 11px 20px 7px 20px !important;
    line-height: 1em;
    display: inline-block !important;
    margin-left: 10px; }

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7); }

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7); }

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7); }

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7); }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #616161;
    color: #fff;
    border-radius: 0;
    text-align: center; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginMainView button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView button,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView .fsLoginSubmit,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginMainView button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView button,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView .fsLoginSubmit,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView button {
      background: #a1a1a1;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #616161;
    color: #fff;
    border-radius: 0;
    text-align: center; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus,
    .fsStateSelected .fsAccount .fsAccountLogout a {
      background: #a1a1a1;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #616161;
  font-family: "Arial", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #f69db4;
  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: 13px;
    font-family: "Trajan W01 Regular"; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "Arial", sans-serif;
  font-size: 13px;
  line-height: 27px;
  width: 100%;
  background-color: #f69db4;
  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(246, 157, 180, 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: 13px;
    line-height: 24px;
    font-family: "Trajan W01 Bd";
    color: #850134;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
    color: #fff;
    margin-bottom: 0; } }

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

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

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

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

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

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

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

.fsPostElement.fsList .fsTitle, .fsPostElement.fsList .fsTitle a {
  font-family: "Trajan W01 Bd";
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px; }

.fsPostElement.fsList .fsDate {
  font-size: 12px;
  font-family: "Trajan W01 Regular";
  text-transform: uppercase; }

.fsPostElement.fsList.custom-posts-list {
  margin-top: 26px; }
  body:not(.fsDraftMode) .fsPostElement.fsList.custom-posts-list > header .fsElementTitle {
    display: none; }
  .fsPostElement.fsList.custom-posts-list article {
    border-bottom: 1px solid #bfbfbf;
    padding: 20px 0 11px;
    margin-bottom: 0; }
    @media (max-width: 599px) {
      .fsPostElement.fsList.custom-posts-list article {
        text-align: center; } }
    .fsPostElement.fsList.custom-posts-list article:first-of-type {
      padding-top: 0; }
    .fsPostElement.fsList.custom-posts-list article:last-of-type {
      border-bottom: 0; }
  .fsPostElement.fsList.custom-posts-list .fsThumbnail {
    width: 100px;
    height: 100px; }
    @media (max-width: 599px) {
      .fsPostElement.fsList.custom-posts-list .fsThumbnail {
        margin: 0 auto;
        margin-bottom: 15px; } }
  .fsPostElement.fsList.custom-posts-list .fsDate {
    color: #616161;
    font-size: 12px;
    font-style: normal;
    font-family: "Palatino Linotype W01"; }
  .fsPostElement.fsList.custom-posts-list .fsSummary {
    font-size: 13px;
    color: #616161; }
    .fsPostElement.fsList.custom-posts-list .fsSummary img, .fsPostElement.fsList.custom-posts-list .fsSummary p {
      display: none; }
    .fsPostElement.fsList.custom-posts-list .fsSummary p {
      margin: 0; }
      @media (min-width: 600px) {
        .fsPostElement.fsList.custom-posts-list .fsSummary p {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; } }
      .fsPostElement.fsList.custom-posts-list .fsSummary p:first-of-type {
        display: block; }

.fsPostElement.fsPost article .fsTitle {
  font-family: "Trajan W01 Bd";
  color: #850134;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 35px; }

.fsPostElement.fsPost article .fsDateTime {
  display: block;
  background: #F5F5F5;
  font-family: "Gill Sans W04 Book";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 7px 10px 2px;
  margin: 0 0 30px; }

/*! _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:not(.site-search).mobile-search {
  margin: 8px 0 0; }
  @media (max-width: 399px) {
    .fsSearch:not(.site-search).mobile-search {
      padding: 0 0 10px; } }
  .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      margin: 0 5px 0 0; }
      .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #555658 !important;
        background-image: none !important;
        width: 100%;
        height: 32px !important;
        color: #acacac;
        padding-left: 10px !important;
        padding-right: 40px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 11px;
        font-family: "Palatino Linotype W01";
        text-transform: uppercase;
        margin: 0 5px 0 0; }
        .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-webkit-input-placeholder {
          color: #fff !important;
          font-size: 12px; }
        .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-moz-placeholder {
          color: #fff !important;
          font-size: 12px; }
        .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-moz-placeholder {
          color: #fff !important;
          font-size: 12px; }
        .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-ms-input-placeholder {
          color: #fff !important;
          font-size: 12px; }
        .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-webkit-input-placeholder {
          color: #fff !important;
          font-size: 12px; }
        .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-moz-placeholder {
          color: #fff !important;
          font-size: 12px; }
  .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 40px;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0;
    background: none; }
    .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 32px; }
    .fsSearch:not(.site-search).mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: none;
      transition: 0; }
    .fsSearch:not(.site-search).mobile-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 form.gsc-search-box-tools {
  width: 300px; }
  .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%;
      margin: 0 5px 0 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #F5F5F5 !important;
        background-image: none !important;
        width: 100%;
        height: 32px !important;
        color: #acacac;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 11px;
        font-family: "Palatino Linotype W01";
        text-transform: uppercase;
        margin: 0 5px 0 0; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-moz-placeholder {
          font-size: 12px; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-ms-input-placeholder {
          font-size: 12px; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::placeholder {
          font-size: 12px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
      padding: 10px !important; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-webkit-input-placeholder {
        color: #404040 !important;
        opacity: 1 !important; }
        @media (max-width: 999px) {
          .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-webkit-input-placeholder {
            color: #fff !important; } }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-moz-placeholder {
        color: #404040 !important;
        opacity: 1 !important; }
        @media (max-width: 999px) {
          .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-moz-placeholder {
            color: #fff !important; } }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-moz-placeholder {
        color: #404040 !important;
        opacity: 1 !important; }
        @media (max-width: 999px) {
          .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-moz-placeholder {
            color: #fff !important; } }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-ms-input-placeholder {
        color: #404040 !important;
        opacity: 1 !important; }
        @media (max-width: 999px) {
          .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-ms-input-placeholder {
            color: #fff !important; } }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-webkit-input-placeholder {
        color: #404040 !important;
        opacity: 1 !important; }
        @media (max-width: 999px) {
          .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-webkit-input-placeholder {
            color: #fff !important; } }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-moz-placeholder {
        color: #404040 !important;
        opacity: 1 !important; }
        @media (max-width: 999px) {
          .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-moz-placeholder {
            color: #fff !important; } }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    height: 30px;
    width: 30px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      margin: 0;
      font-size: 0;
      height: 30px;
      width: 30px;
      display: block;
      background-color: #f69db4;
      border-radius: 100%;
      text-align: center;
      opacity: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 14px;
        color: #fff;
        text-align: center; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button:hover {
        background: #880c2c;
        transition: .3s; }

/*! _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 #616161; }
    .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: 32px !important;
      color: #616161;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 11px;
      font-family: "Palatino Linotype W01"; }

.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: #616161;
  position: absolute;
  transition: .3s;
  right: 0;
  top: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
    content: "Search";
    color: #fff;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 32px;
    font-size: 13px;
    font-family: "Arial", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: #880c2c;
    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: "Palatino Linotype W01";
  font-size: 15px;
  background: none !important; }

.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;
  background: none !important; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #616161; }
  .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: #f69db4; }

.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: #850134 !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: #333333 !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: 15px; }

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #616161;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: #a1a1a1;
    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 #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #616161;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: #a1a1a1;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 13px;
        line-height: 24px;
        font-family: "Trajan W01 Bd";
        color: #850134;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 18px;
        margin-bottom: 2px;
        display: block;
        font-size: 13px;
        padding: 13.33333px;
        color: #fff;
        transition: .3s;
        font-family: "Gill Sans W04 Book";
        letter-spacing: 1px;
        background: #333333;
        color: #fff;
        padding: 10px 20px 6px;
        font-size: 13px; }
        .fsTabs .fsTabsNav li a:hover {
          background: #f69db4;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #7a002e;
        color: #fff; }
  .fsTabs .fsPanel p:last-child {
    margin: 0; }
  .fsTabs .fsPanel > .fsElementContent {
    padding: 10px 10px 0;
    font-size: 13px; }
  .fsTabs.news-tabs .fsLoadMoreButton {
    -ms-flex-order: 2;
    order: 2;
    max-width: 170px;
    margin: 50px auto; }

.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,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsBannerLeft .fsElementToolsSearch > div,
  .fsBannerRight .fsElementToolsSearch > div,
  .fsStyleOneThird .fsElementToolsSearch > div,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
    width: 100%; }
  .fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
  .fsBannerRight .fsElementToolsSearch .fsFieldContainer,
  .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsStyleOneThird .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: #f6a6bd;
    color: #fff;
    border: .5px solid #f6a6bd; }
  .fsLegend .fsElementControls label input:not(:checked) + span {
    border: 0.5px solid rgba(220, 221, 224, 0.9); }
  .fsLegend .fsElementControls label input + span {
    color: #850134;
    background: #F5F5F5; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 26%; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #acacac; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #9f9f9f;
    color: #616161;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
      box-shadow: inset 0 -1px 0 0 #fff; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
      background: #868686;
      color: #616161; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #acacac;
      color: #797979; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #fa005e;
      color: #fff; }

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #f4f3f4; }

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

.image-caption {
  position: relative; }
  .image-caption .fsElementContent {
    line-height: 0; }
    .image-caption .fsElementContent img {
      line-height: 0;
      width: 100%; }
  .image-caption footer .fsElementFooterContent {
    font-family: "Gill Sans W04 Book";
    margin: 0;
    background: #ee9bb1;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding: 10px 15px 5px 15px;
    letter-spacing: 1px;
    line-height: 17px; }

.FeaturedLink {
  font-family: "Palatino Linotype W01";
  min-height: 101px; }
  .FeaturedLink header {
    height: 101px;
    width: 101px;
    position: absolute; }
    .FeaturedLink header .fsElementHeaderContent {
      margin: 0; }
      .FeaturedLink header .fsElementHeaderContent img {
        border-radius: 100%; }
  .FeaturedLink .fsElementContent {
    font-size: 18px;
    margin: 10px 0 10px 120px;
    position: relative;
    padding: 0 0 0 30px; }
    .FeaturedLink .fsElementContent a, .FeaturedLink .fsElementContent p {
      margin: 0; }
    .FeaturedLink .fsElementContent:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      color: #f4a5ba;
      font-size: 23px;
      left: 0; }
    .FeaturedLink .fsElementContent:hover:before {
      color: #850134; }
  .FeaturedLink footer {
    padding: 0 0 0 120px; }
    .FeaturedLink footer .fsElementFooterContent {
      margin: 0;
      text-transform: uppercase;
      color: #3f3f3f;
      font-size: 12px; }
      .FeaturedLink footer .fsElementFooterContent ul {
        border-top: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf; }
        .FeaturedLink footer .fsElementFooterContent ul li {
          display: inline-block;
          list-style: none;
          padding: 5px 15px !important;
          border-left: 1px solid #bfbfbf; }
          .FeaturedLink footer .fsElementFooterContent ul li:first-child {
            border: none;
            padding: 5px 15px 5px 0 !important; }
          .FeaturedLink footer .fsElementFooterContent ul li:after {
            display: none !important; }

.image-block-link {
  text-align: center;
  height: 529px;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative; }
  @media (max-width: 899px) {
    .image-block-link {
      height: 450px; } }
  body:not(.fsComposeMode) .image-block-link:after {
    background: url("/uploaded/photos/HomePage/photo_shadow.png") repeat-x;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 314px;
    bottom: 0;
    z-index: 1; }
  body:not(.fsComposeMode) .image-block-link:hover footer .fs_style_43 {
    background: #850134;
    color: #fff; }
  body:not(.fsComposeMode) .image-block-link h2.fsElementTitle {
    color: #fff;
    font-size: 25px;
    font-family: "Trajan W01 Bd";
    position: absolute;
    bottom: 140px;
    text-align: center;
    display: block;
    margin: 0;
    width: 100%;
    text-transform: none;
    padding: 0 0 20px;
    z-index: 5;
    line-height: 30px; }
    body:not(.fsComposeMode) .image-block-link h2.fsElementTitle:after {
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      width: 25px;
      content: "";
      display: block;
      left: 0;
      right: 0;
      margin: auto; }
  body:not(.fsComposeMode) .image-block-link .fsElementContent {
    position: absolute;
    width: 100%;
    height: 100%; }
    body:not(.fsComposeMode) .image-block-link .fsElementContent p {
      margin: 0;
      width: 100%;
      height: 100%; }
    body:not(.fsComposeMode) .image-block-link .fsElementContent a {
      font-size: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 10; }
      body:not(.fsComposeMode) .image-block-link .fsElementContent a:after {
        position: absolute;
        width: 58px;
        height: 58px;
        background: #fff;
        display: inline-block;
        border-radius: 100%;
        margin: auto;
        left: 0;
        right: 0; }
  body:not(.fsComposeMode) .image-block-link footer {
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5; }
    body:not(.fsComposeMode) .image-block-link footer .fsElementFooterContent {
      margin: 0; }
      body:not(.fsComposeMode) .image-block-link footer .fsElementFooterContent p {
        margin: 0; }

.image-icon-button {
  text-align: center;
  position: relative;
  background-size: cover;
  display: block;
  overflow: hidden; }
  .image-icon-button header {
    padding: 1px 0 0;
    margin: 40px 0 0; }
    .image-icon-button header h2.fsElementTitle {
      background: #ee9bb1;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      padding: 10px 35px 7px;
      font-family: "Gill Sans W04 Book";
      line-height: 15px;
      letter-spacing: 1px;
      margin: 0;
      cursor: pointer; }
      .image-icon-button header h2.fsElementTitle:hover {
        background: #850134;
        color: #fff; }
      body:not(.fsComposeMode) .image-icon-button header h2.fsElementTitle {
        position: absolute;
        top: 80px; }
    .image-icon-button header .fsElementHeaderContent {
      margin: 30px 0 0;
      line-height: 85px;
      width: 70px;
      height: 70px;
      background: #fff;
      border-radius: 100%;
      margin: auto; }
      .image-icon-button header .fsElementHeaderContent p {
        margin: 0; }
        .image-icon-button header .fsElementHeaderContent p img {
          max-width: none;
          width: 40px; }
  body:not(.fsComposeMode) .image-icon-button {
    height: 215px; }
    body:not(.fsComposeMode) .image-icon-button .fsElementContent {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      font-size: 0; }
      body:not(.fsComposeMode) .image-icon-button .fsElementContent p {
        margin: 0; }
      body:not(.fsComposeMode) .image-icon-button .fsElementContent a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
    body:not(.fsComposeMode) .image-icon-button footer {
      position: absolute;
      bottom: 40px;
      left: 0;
      right: 0;
      cursor: pointer; }
      body:not(.fsComposeMode) .image-icon-button footer p {
        margin: 0; }
  .image-icon-button:hover footer .fs_style_43, .image-icon-button:focus footer .fs_style_43 {
    background: #850134;
    color: #fff; }

.image-button {
  text-align: center;
  position: relative;
  background-size: cover;
  display: block;
  overflow: hidden;
  background-position: center; }
  @media (max-width: 999px) {
    .image-button {
      background-position: top center; } }
  .image-button header {
    padding: 1px 0 0;
    margin: 40px 0 0; }
    .image-button header h2.fsElementTitle {
      background: #ee9bb1;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      padding: 10px 35px 7px;
      font-family: "Gill Sans W04 Book";
      line-height: 15px;
      letter-spacing: 1px;
      margin: 0;
      cursor: pointer; }
      .image-button header h2.fsElementTitle:hover {
        background: #850134;
        color: #fff; }
      body:not(.fsComposeMode) .image-button header h2.fsElementTitle {
        position: absolute;
        top: 80px; }
  body:not(.fsComposeMode) .image-button {
    height: 285px; }
    @media (max-width: 1199px) {
      body:not(.fsComposeMode) .image-button {
        height: 200px; } }
    @media (max-width: 999px) {
      body:not(.fsComposeMode) .image-button {
        height: 285px; } }
    body:not(.fsComposeMode) .image-button .fsElementContent {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      font-size: 0; }
      body:not(.fsComposeMode) .image-button .fsElementContent p {
        margin: 0; }
      body:not(.fsComposeMode) .image-button .fsElementContent a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }
    body:not(.fsComposeMode) .image-button footer {
      position: absolute;
      bottom: 40px;
      left: 0;
      right: 0; }
      body:not(.fsComposeMode) .image-button footer p {
        margin: 0; }
  .image-button:hover footer .fs_style_43, .image-button:focus footer .fs_style_43 {
    background: #850134;
    color: #fff; }

.image-block-video {
  text-align: center;
  height: 400px;
  width: 400px;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .image-block-video:after {
    background: url("/uploaded/photos/HomePage/photo_shadow.png") repeat-x;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 314px;
    bottom: 0;
    z-index: 1; }
  body:not(.fsComposeMode) .image-block-video:hover footer .fs_style_43 {
    background: #850134;
    color: #fff; }
  body:not(.fsComposeMode) .image-block-video h2.fsElementTitle {
    color: #fff;
    font-size: 25px;
    font-family: "Trajan W01 Bd";
    position: absolute;
    bottom: 140px;
    text-align: center;
    display: block;
    margin: 0;
    width: 100%;
    text-transform: none;
    padding: 0 10px 20px;
    z-index: 5;
    line-height: 30px; }
    body:not(.fsComposeMode) .image-block-video h2.fsElementTitle:after {
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      width: 25px;
      content: "";
      display: block;
      left: 0;
      right: 0;
      margin: auto; }
  body:not(.fsComposeMode) .image-block-video .fsElementContent {
    position: absolute;
    width: 100%;
    height: 100%; }
    body:not(.fsComposeMode) .image-block-video .fsElementContent p {
      margin: 0;
      width: 100%;
      height: 100%; }
    body:not(.fsComposeMode) .image-block-video .fsElementContent a {
      font-size: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 10; }
      body:not(.fsComposeMode) .image-block-video .fsElementContent a:after {
        position: absolute;
        background: #fff;
        display: inline-block;
        border-radius: 100%;
        margin: auto;
        left: 0;
        right: 0;
        background: url("/uploaded/photos/HomePage/video_play.png") no-repeat 50% 40%;
        top: 100px;
        content: "";
        height: 58px; }
  body:not(.fsComposeMode) .image-block-video footer {
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5; }
    body:not(.fsComposeMode) .image-block-video footer .fsElementFooterContent {
      margin: 0; }
      body:not(.fsComposeMode) .image-block-video footer .fsElementFooterContent p {
        margin: 0; }

.page-overview {
  background: #F5F5F5;
  border: 1px solid #bfbfbf;
  padding: 10px 10px 5px; }
  .page-overview header .fsElementHeaderContent {
    font-family: "Trajan W01 Bd";
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px; }
    .page-overview header .fsElementHeaderContent p {
      margin: 0; }
  .page-overview footer {
    line-height: 0; }
    .page-overview footer .fsElementFooterContent {
      margin: 10px 0 0; }

.school-product {
  background: #F5F5F5;
  border: 1px solid #bfbfbf;
  padding: 10px 10px 5px; }
  .school-product header h2.fsElementTitle {
    font-size: 14px;
    letter-spacing: 1px; }
  .school-product header .fsElementHeaderContent {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 20px; }
    .school-product header .fsElementHeaderContent p {
      margin: 0; }
  .school-product footer .fsElementFooterContent {
    margin: 20px 0 0; }

.grid-images .fsMediaGallery {
  text-align: left; }
  .grid-images .fsMediaGallery .fsMediaGalleryObject {
    background: #f5f5f5;
    border: 1px solid #bfbfbf;
    margin: 0 0 5px;
    width: 49%;
    padding: 10px;
    line-height: 0; }
    .grid-images .fsMediaGallery .fsMediaGalleryObject .fsMediaGalleryThumbnail {
      height: auto;
      cursor: default; }
      .grid-images .fsMediaGallery .fsMediaGalleryObject .fsMediaGalleryThumbnail a {
        cursor: auto; }
      .grid-images .fsMediaGallery .fsMediaGalleryObject .fsMediaGalleryThumbnail img {
        width: 100%; }

.thumbnail-gallery .fsMediaGallery {
  text-align: left; }
  .thumbnail-gallery .fsMediaGallery .fsMediaGalleryObject {
    margin: 5px 5px 7px;
    line-height: 0;
    width: 127px; }

.SlideshowGallery .caption-wrapper {
  background: #ee9bb1;
  padding: 0; }
  .SlideshowGallery .caption-wrapper .caption-desc {
    font-family: "Gill Sans W04 Book";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
    padding: 10px 10px 5px; }

body:not(.fsComposeMode) .Bulletins {
  position: relative;
  display: block;
  overflow: hidden;
  clear: both;
  background: #F6F6F6;
  border: 1px solid #bfbfbf; }
  body:not(.fsComposeMode) .Bulletins .fsElementControls {
    position: absolute;
    right: 0;
    border-left: 1px solid #bfbfbf;
    height: 100%;
    top: 0;
    width: 50px;
    background: #F6F6F6;
    padding: 10px 8px 0 0;
    font-size: 16px; }
    @media (max-width: 599px) {
      body:not(.fsComposeMode) .Bulletins .fsElementControls {
        height: 49px; } }
    body:not(.fsComposeMode) .Bulletins .fsElementControls .fsRSSIcon {
      background: none; }
      body:not(.fsComposeMode) .Bulletins .fsElementControls .fsRSSIcon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        background: none;
        color: #ee9bb1; }
      body:not(.fsComposeMode) .Bulletins .fsElementControls .fsRSSIcon:hover:before {
        color: #850134; }
  body:not(.fsComposeMode) .Bulletins > header {
    float: left;
    width: 180px;
    padding: 14px 0 13px 50px;
    position: relative; }
    body:not(.fsComposeMode) .Bulletins > header h2 {
      font-family: "Trajan W01 Bd";
      text-transform: uppercase;
      font-size: 14px;
      color: #3f3f3f;
      margin: 0; }
    body:not(.fsComposeMode) .Bulletins > header:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ee9bb1;
      position: absolute;
      left: 20px;
      font-size: 18px;
      top: 11px; }
    body:not(.fsComposeMode) .Bulletins > header:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      right: 20px;
      color: #bfbfbf;
      bottom: 11px;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      font-size: 14px; }
  body:not(.fsComposeMode) .Bulletins > .fsElementContent {
    width: calc(100% - 270px);
    overflow: hidden;
    float: left;
    padding: 11px 0 0;
    margin: 0 70px 0 0; }
    @media (max-width: 599px) {
      body:not(.fsComposeMode) .Bulletins > .fsElementContent {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        border-top: 1px solid #bfbfbf; } }
  body:not(.fsComposeMode) .Bulletins .fsListItems article {
    display: inline-block;
    margin: 0 0 0 20px;
    border-right: 1px solid #bfbfbf;
    padding: 0 20px 0 0;
    line-height: 20px; }
    @media (max-width: 599px) {
      body:not(.fsComposeMode) .Bulletins .fsListItems article {
        display: block;
        border: none;
        padding: 0 0 0 15px;
        margin: 15px 20px;
        position: relative; }
        body:not(.fsComposeMode) .Bulletins .fsListItems article:before {
          content: "";
          display: block;
          width: 4px;
          height: 4px;
          background: #3F3F3F;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; } }
    body:not(.fsComposeMode) .Bulletins .fsListItems article .fsTitle {
      font-weight: normal; }
    body:not(.fsComposeMode) .Bulletins .fsListItems article a {
      color: #6a6a6a;
      font-family: "Palatino LT W01 Italic"; }
      body:not(.fsComposeMode) .Bulletins .fsListItems article a:hover {
        color: #850134; }

.post-list-social .fsElementControls {
  background: #F5F5F5;
  padding: 0 0 10px;
  margin: 0 0 20px; }
  .post-list-social .fsElementControls .fsRSSIcon {
    background: none; }
    .post-list-social .fsElementControls .fsRSSIcon:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      background: none;
      color: #850134; }

.post-list-social article {
  position: relative; }
  .post-list-social article a.fsThumbnail {
    max-width: 200px !important;
    float: left !important; }
    @media (max-width: 499px) {
      .post-list-social article a.fsThumbnail {
        max-width: 100% !important; } }
  .post-list-social article > div {
    margin-left: 225px; }
    @media (max-width: 499px) {
      .post-list-social article > div {
        margin: 0; } }
  .post-list-social article .fsTitle {
    font-family: "Trajan W01 Bd";
    font-size: 16px; }
  .post-list-social article .fsDateTime {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Palatino Linotype W01"; }
  .post-list-social article .fsSummary p {
    margin: 0; }
  .post-list-social article .fsSharingButtons {
    position: absolute;
    top: 0;
    left: 140px;
    z-index: 1;
    margin: 0;
    display: block; }
    .post-list-social article .fsSharingButtons .fsSharingLink {
      display: none; }
      .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingFacebook, .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingTwitter {
        display: inline-block;
        background: none;
        width: 30px;
        height: 30px;
        float: left;
        margin: 0;
        padding: 8px 0; }
        @media (max-width: 499px) {
          .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingFacebook, .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingTwitter {
            left: auto;
            right: 0; } }
        .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingFacebook:before, .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingTwitter:before {
          background: none;
          color: #fff;
          width: 100%;
          height: 100%; }
        .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingFacebook:hover, .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingTwitter:hover {
          background: #850134; }
      .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingFacebook {
        background-color: #3b5998; }
        .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingFacebook:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
      .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingTwitter {
        background-color: #29aae2; }
        .post-list-social article .fsSharingButtons .fsSharingLink.fsSharingTwitter:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }

.video-wrapper {
  margin: 0; }
  .video-wrapper .image-block-video {
    width: 33.333%;
    float: left;
    margin: 0; }
    @media screen and (max-width: 900px) and (min-width: 700px) {
      .video-wrapper .image-block-video header h2.fsElementTitle {
        background: #ee9bb1;
        color: #fff;
        font-size: 13px;
        font-family: "Gill Sans W04 Book";
        bottom: 40px;
        text-transform: uppercase;
        line-height: 23px;
        width: 230px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 7px 10px 4px; }
        .video-wrapper .image-block-video header h2.fsElementTitle:after {
          display: none; }
      .video-wrapper .image-block-video footer {
        display: none; } }
    @media (max-width: 1399px) {
      .video-wrapper .image-block-video {
        width: 50%; } }
    @media (max-width: 699px) {
      .video-wrapper .image-block-video {
        width: 100%; } }

.video-collection #fsPageBody {
  background: none; }

.video-collection:not(.fsComposeMode) #fsPageContent {
  padding: 0 !important; }

.video-collection:not(.fsComposeMode) .fsPageLayout > .fsDiv {
  position: relative;
  margin: 0; }
  .video-collection:not(.fsComposeMode) .fsPageLayout > .fsDiv .video-wrapper {
    transition: all ease .5s; }
  .video-collection:not(.fsComposeMode) .fsPageLayout > .fsDiv.move-right .video-wrapper {
    -ms-transform: translateX(280px);
    transform: translateX(280px); }

.video-collection:not(.fsComposeMode) h1.fsPageTitle {
  float: left; }
  @media (max-width: 899px) {
    .video-collection:not(.fsComposeMode) h1.fsPageTitle {
      float: none;
      margin: 0 0 20px !important; } }

.video-collection:not(.fsComposeMode) .video-controls {
  float: right;
  padding: 0 60px; }
  @media (max-width: 899px) {
    .video-collection:not(.fsComposeMode) .video-controls {
      padding: 0 20px;
      position: relative;
      z-index: 1; } }
  @media (max-width: 599px) {
    .video-collection:not(.fsComposeMode) .video-controls {
      padding: 0;
      position: relative;
      z-index: 1;
      width: 310px;
      margin: 0 auto 10px;
      float: none; } }
  .video-collection:not(.fsComposeMode) .video-controls ul {
    margin: 0;
    padding: 0; }
    .video-collection:not(.fsComposeMode) .video-controls ul li {
      display: inline-block;
      text-transform: uppercase;
      font-family: "Palatino Linotype W01";
      font-size: 12px;
      color: #404040;
      border-right: 1px solid #bfbfbf;
      padding: 0 15px 0 0 !important;
      cursor: pointer; }
      @media (max-width: 599px) {
        .video-collection:not(.fsComposeMode) .video-controls ul li {
          padding: 0 10px 0 0 !important;
          font-size: 10px; } }
      .video-collection:not(.fsComposeMode) .video-controls ul li:after {
        display: none !important; }
      .video-collection:not(.fsComposeMode) .video-controls ul li:last-child {
        border: none; }
      .video-collection:not(.fsComposeMode) .video-controls ul li a {
        color: #404040; }
        .video-collection:not(.fsComposeMode) .video-controls ul li a:hover {
          color: #850134; }
      .video-collection:not(.fsComposeMode) .video-controls ul li:hover {
        color: #850134; }
      .video-collection:not(.fsComposeMode) .video-controls ul li.video-list-btn {
        position: relative;
        line-height: 16px;
        font-size: 12px;
        padding: 0 0 0 40px !important; }
        .video-collection:not(.fsComposeMode) .video-controls ul li.video-list-btn:hover:before {
          color: #850134;
          border: 1px solid #850134; }
        .video-collection:not(.fsComposeMode) .video-controls ul li.video-list-btn:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          position: absolute;
          color: #ee9bb1;
          border: 1px solid #ee9bb1;
          border-radius: 100%;
          width: 18px;
          left: 15px;
          display: block;
          padding: 0 0 16px 5px;
          font-size: 8px;
          height: 16px; }

body:not(.fsComposeMode) .video-list-view {
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 100;
  height: 100%;
  width: 300px;
  left: -300px;
  transition: all ease .5s; }
  body:not(.fsComposeMode) .video-list-view.active-video-list-view {
    left: 0; }
  body:not(.fsComposeMode) .video-list-view header {
    background: #3A3A3A;
    padding: 15px 0 15px 60px;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 14px; }
    body:not(.fsComposeMode) .video-list-view header h2 {
      font-size: 14px;
      color: #fff;
      margin: 0;
      float: left; }
    body:not(.fsComposeMode) .video-list-view header .fsElementHeaderContent {
      float: right;
      padding: 20px 17px 0 18px;
      margin: 0;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      cursor: pointer;
      width: 45px; }
      body:not(.fsComposeMode) .video-list-view header .fsElementHeaderContent:before {
        background: #535353;
        position: absolute;
        height: 100%;
        content: "";
        display: block;
        right: 45px;
        top: 0;
        width: 1px; }
      body:not(.fsComposeMode) .video-list-view header .fsElementHeaderContent p {
        margin: 0;
        color: #fff;
        font-family: "Gill Sans W04 Book"; }
  body:not(.fsComposeMode) .video-list-view .fsElementContent {
    padding: 20px 40px 20px 60px; }
    body:not(.fsComposeMode) .video-list-view .fsElementContent ul li {
      border-bottom: 1px solid #bfbfbf;
      padding: 15px 0 11px !important;
      line-height: 15px; }
      body:not(.fsComposeMode) .video-list-view .fsElementContent ul li:last-child {
        border: none; }
      body:not(.fsComposeMode) .video-list-view .fsElementContent ul li:after {
        display: none !important; }
      body:not(.fsComposeMode) .video-list-view .fsElementContent ul li a {
        font-family: "Gill Sans W04 Book";
        text-transform: uppercase;
        font-size: 12px; }

.link-button-list ul {
  padding: 0; }
  .link-button-list ul li {
    border-top: 1px solid #bfbfbf;
    padding: 0 !important; }
    .link-button-list ul li:first-child {
      border: none; }
    .link-button-list ul li:after {
      display: none !important; }

.link-button-list .fsElementContent p {
  margin: 0; }

body:not(.fsComposeMode) .share-page {
  display: none; }

body:not(.fsComposeMode):not(.home) .share-page {
  display: block;
  border-top: 1px solid #acacac;
  padding: 10px 0 0; }
  body:not(.fsComposeMode):not(.home) .share-page a {
    color: #3f3f3f;
    text-transform: uppercase;
    font-family: "Palatino Linotype W01";
    font-size: 11px;
    position: relative; }
  body:not(.fsComposeMode):not(.home) .share-page span {
    background: none !important; }
    body:not(.fsComposeMode):not(.home) .share-page span:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ee9bb1;
      position: absolute;
      top: 1px; }
    body:not(.fsComposeMode):not(.home) .share-page span:hover:before {
      color: #850134; }

body:not(.fsComposeMode).hide-footer-share .share-page {
  display: none; }

.site-map-list header .fsElementHeaderContent {
  margin: 0; }
  .site-map-list header .fsElementHeaderContent p {
    margin: 0 0 3px; }
  .site-map-list header .fsElementHeaderContent a {
    color: #fff;
    padding: 5px 10px 6px !important;
    font-size: 15px;
    line-height: 25px;
    display: block;
    font-family: "Palatino Linotype W01";
    background: #424141; }
    .site-map-list header .fsElementHeaderContent a:hover {
      background: #850134; }

.site-map-list nav ul.fsNavLevel1 li a {
  display: inline-block;
  font-family: "Palatino Linotype W01"; }

.site-map-list nav ul.fsNavLevel1 > li {
  margin: 0 0 5px; }
  .site-map-list nav ul.fsNavLevel1 > li > a {
    color: #fff;
    padding: 5px 10px 6px !important;
    font-size: 15px;
    line-height: 25px;
    display: block;
    background: #424141; }
    .site-map-list nav ul.fsNavLevel1 > li > a:hover {
      background: #850134; }
  .site-map-list nav ul.fsNavLevel1 > li > .fsNavPageInfo {
    padding: 10px 0 0; }

.site-map-list nav ul.fsNavLevel1 .fsNavPageInfo {
  background: #fff; }

.site-map-list nav ul.fsNavLevel1 ul.fsNavLevel2 li {
  position: relative;
  padding: 0 20px; }
  .site-map-list nav ul.fsNavLevel1 ul.fsNavLevel2 li a {
    color: #616161;
    font-size: 14px;
    padding: 5px 10px !important; }
    .site-map-list nav ul.fsNavLevel1 ul.fsNavLevel2 li a:hover {
      color: #850134; }
  .site-map-list nav ul.fsNavLevel1 ul.fsNavLevel2 li:before {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #850134;
    content: "";
    display: block;
    top: 16px;
    margin: auto;
    left: 10px; }

.custom-slideshow {
  height: 358px;
  position: relative;
  max-width: 1024px;
  width: 100%; }
  .custom-slideshow .slider-play-btn {
    cursor: pointer;
    display: none; }
    .custom-slideshow .slider-play-btn:hover {
      background: #850134; }
  .custom-slideshow article {
    height: 358px;
    background-size: cover;
    background-position: center center; }

.design-news-list.fsPostElement.fsList article {
  border-top: 1px solid #bfbfbf;
  display: block;
  overflow: hidden;
  padding: 14px 0;
  margin: 0; }
  .design-news-list.fsPostElement.fsList article .fsTitle {
    line-height: 15px;
    margin: 0 0 5px; }
    .design-news-list.fsPostElement.fsList article .fsTitle a {
      text-transform: none; }
  .design-news-list.fsPostElement.fsList article .fsDateTime .fsDate {
    font-size: 11px; }
  .design-news-list.fsPostElement.fsList article .fsThumbnail {
    line-height: 0;
    float: left;
    margin: 0 20px 0 0;
    max-width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%; }
    .design-news-list.fsPostElement.fsList article .fsThumbnail img {
      display: none; }
  .design-news-list.fsPostElement.fsList article .fsSummary p {
    margin: 0; }

.fsPagePopDialog {
  width: 95%;
  max-width: 700px;
  text-align: center; }
  @media (min-width: 800px) {
    .fsPagePopDialog {
      width: 100%; } }
  .fsPagePopDialog > .fsDialogContent {
    padding: 40px 20px;
    position: relative;
    background-image: url("../images/crest_watermark-popup.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    background-color: #fff; }
    @media (min-width: 800px) {
      .fsPagePopDialog > .fsDialogContent {
        padding: 55px; } }
  .fsPagePopDialog article.fsPagePop h2.fsPagePopTitle {
    font-size: 32px;
    margin-bottom: 50px;
    font-family: "Trajan W01 Bd";
    position: relative; }
    .fsPagePopDialog article.fsPagePop h2.fsPagePopTitle::after {
      content: "";
      display: block;
      width: 26px;
      height: 1px;
      background-color: #acacac;
      margin: 0 auto;
      position: absolute;
      right: 0;
      left: 0;
      top: 50px; }
  .fsPagePopDialog .fsPagePopMessage p {
    line-height: 1.9;
    color: #464646; }
    .fsPagePopDialog .fsPagePopMessage p:last-child {
      margin: 0; }
  .fsPagePopDialog #fsPagePopControls {
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 20px; }
    .fsPagePopDialog #fsPagePopControls #fsPagePopHideButton {
      margin: 0;
      outline: 0;
      cursor: pointer; }
      .fsPagePopDialog #fsPagePopControls #fsPagePopHideButton:hover {
        color: #7a002e; }
  .fsPagePopDialog .fsDialogCloseButton {
    outline: 0;
    border-radius: 100%;
    border: 2px solid #949494;
    background-color: transparent;
    width: 36px;
    height: 36px;
    -ms-transform: scale(0.8) rotate(45deg);
    transform: scale(0.8) rotate(45deg);
    cursor: pointer; }
    .fsPagePopDialog .fsDialogCloseButton::before, .fsPagePopDialog .fsDialogCloseButton:after {
      transition: all 0.3s ease-in-out; }
    .fsPagePopDialog .fsDialogCloseButton::before {
      left: 15px;
      top: 4px; }
    .fsPagePopDialog .fsDialogCloseButton::after {
      left: 5px;
      top: 15px; }
    .fsPagePopDialog .fsDialogCloseButton:hover {
      background-color: #7a002e;
      border-color: #7a002e; }
      .fsPagePopDialog .fsDialogCloseButton:hover::before, .fsPagePopDialog .fsDialogCloseButton:hover:after {
        background: #fff; }

/*! pages - home v0.0.1 */
.home #fsPageBody {
  margin-top: 0;
  background: none; }

.home #fsPageContent {
  margin: 0;
  padding: 0 !important; }
  .home #fsPageContent .universal-slideshow {
    margin: 0;
    height: calc(100vh - 189px);
    position: relative; }
    @media (max-width: 799px) {
      .home #fsPageContent .universal-slideshow {
        height: 500px; } }
    @media (max-width: 599px) {
      .home #fsPageContent .universal-slideshow {
        height: 300px; } }
    .home #fsPageContent .universal-slideshow .slider-play-btn {
      cursor: pointer;
      display: none; }
      .home #fsPageContent .universal-slideshow .slider-play-btn:hover {
        background: #850134; }
    .home #fsPageContent .universal-slideshow article {
      height: calc(100vh - 189px);
      background-size: cover;
      background-position: center center; }
      @media (max-width: 799px) {
        .home #fsPageContent .universal-slideshow article {
          height: 500px; } }
      @media (max-width: 599px) {
        .home #fsPageContent .universal-slideshow article {
          height: 300px; } }
      .home #fsPageContent .universal-slideshow article:after {
        background: url("/uploaded/photos/HomePage/slideshow-shadow.png") repeat-x;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 318px;
        left: 0; }
        @media (max-width: 499px) {
          .home #fsPageContent .universal-slideshow article:after {
            background: none; } }
      .home #fsPageContent .universal-slideshow article .caption-wrapper {
        background: none;
        text-align: center;
        position: absolute;
        z-index: 20;
        bottom: 50px; }
        @media (max-width: 799px) {
          .home #fsPageContent .universal-slideshow article .caption-wrapper {
            bottom: 90px; } }
        @media (max-width: 599px) {
          .home #fsPageContent .universal-slideshow article .caption-wrapper {
            bottom: 20px; } }
        @media (max-width: 499px) {
          .home #fsPageContent .universal-slideshow article .caption-wrapper {
            display: none; } }
        .home #fsPageContent .universal-slideshow article .caption-wrapper .caption-title {
          font-family: "Palatino Linotype W01";
          font-size: 28px;
          line-height: 30px;
          margin: 0 0 10px;
          font-weight: bold; }
          @media (max-width: 799px) {
            .home #fsPageContent .universal-slideshow article .caption-wrapper .caption-title {
              font-size: 23px;
              padding: 0 30px 0 10px; } }
          @media (max-width: 599px) {
            .home #fsPageContent .universal-slideshow article .caption-wrapper .caption-title {
              font-size: 18px; } }
        .home #fsPageContent .universal-slideshow article .caption-wrapper .caption-desc {
          font-family: "Gill Sans W04 Book";
          font-size: 25px; }
          @media (max-width: 799px) {
            .home #fsPageContent .universal-slideshow article .caption-wrapper .caption-desc {
              font-size: 20px;
              padding: 0 30px 0 10px; } }
          @media (max-width: 599px) {
            .home #fsPageContent .universal-slideshow article .caption-wrapper .caption-desc {
              font-size: 17px; } }
          .home #fsPageContent .universal-slideshow article .caption-wrapper .caption-desc p {
            margin: 0; }
    .home #fsPageContent .universal-slideshow .slick-dots {
      left: auto;
      position: absolute;
      right: 0;
      top: 50%;
      margin: auto;
      animation: 2s showpopup;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      bottom: auto;
      background: rgba(51, 51, 51, 0.8);
      padding: 10px 17px 7px 17px; }
      @media (max-width: 599px) {
        .home #fsPageContent .universal-slideshow .slick-dots {
          padding: 10px 15px 7px 10px; } }
      .home #fsPageContent .universal-slideshow .slick-dots li {
        display: block;
        margin: 0 0 5px; }
        .home #fsPageContent .universal-slideshow .slick-dots li button {
          height: 8px;
          width: 8px;
          background: #fff;
          border: none; }
        .home #fsPageContent .universal-slideshow .slick-dots li.slick-active button {
          background: #f69db4; }
    .home #fsPageContent .universal-slideshow footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      @media (max-width: 599px) {
        .home #fsPageContent .universal-slideshow footer {
          display: none; } }
      .home #fsPageContent .universal-slideshow footer .fsElementFooterContent {
        margin: 0;
        line-height: 0; }
        .home #fsPageContent .universal-slideshow footer .fsElementFooterContent a {
          width: 42px;
          height: 42px;
          position: relative;
          font-size: 0;
          background: #f69db4;
          display: inline-block;
          border-radius: 100%;
          bottom: 20px;
          transition: all ease .5s; }
          .home #fsPageContent .universal-slideshow footer .fsElementFooterContent a:hover {
            background: #850134; }
          .home #fsPageContent .universal-slideshow footer .fsElementFooterContent a:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            position: absolute;
            width: 42px;
            height: 42px;
            font-size: 30px;
            color: #fff;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            line-height: 42px; }
  .home #fsPageContent .two-title h2.fsElementTitle {
    font-family: "Palatino LT W01 Italic";
    color: #353535;
    font-size: 15px;
    text-transform: none;
    position: relative;
    display: inline-block;
    padding: 0 0 20px; }
    .home #fsPageContent .two-title h2.fsElementTitle:after {
      background: #ABABAB;
      height: 1px;
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      bottom: 0;
      left: 0; }
  .home #fsPageContent .two-title .fsElementHeaderContent {
    color: #850134;
    font-family: "Trajan W01 Bd";
    font-size: 40px;
    line-height: 50px; }
    @media (max-width: 1399px) {
      .home #fsPageContent .two-title .fsElementHeaderContent {
        font-size: 35px;
        line-height: 40px; } }
    @media (max-width: 499px) {
      .home #fsPageContent .two-title .fsElementHeaderContent {
        font-size: 25px;
        line-height: 30px; } }
  .home #fsPageContent .headmaster-section {
    margin: 0;
    position: relative; }
    .home #fsPageContent .headmaster-section .fsDiv {
      margin-bottom: 0;
      min-height: 550px; }
      @media (max-width: 899px) {
        .home #fsPageContent .headmaster-section .fsDiv {
          min-height: 10px; } }
      .home #fsPageContent .headmaster-section .fsDiv.fsStyleColumn-2 {
        width: 66%;
        padding: 0;
        float: left; }
        @media (max-width: 1299px) {
          .home #fsPageContent .headmaster-section .fsDiv.fsStyleColumn-2 {
            width: 55%; } }
        @media (max-width: 899px) {
          .home #fsPageContent .headmaster-section .fsDiv.fsStyleColumn-2 {
            width: 100%;
            min-height: 300px; } }
        .home #fsPageContent .headmaster-section .fsDiv.fsStyleColumn-2 .home-aday {
          height: 550px; }
          body:not(.fsComposeMode) .headmaster-section .fsStyleColumn-2 .home-aday .fsElementContent a {
            background: url("/uploaded/photos/HomePage/video_play.png") no-repeat 50% 40%; }
      .home #fsPageContent .headmaster-section .fsDiv.fsStyleColumn-1 {
        width: 34%;
        padding: 40px 70px 20px 50px;
        color: #616161;
        float: right; }
        @media (max-width: 1299px) {
          .home #fsPageContent .headmaster-section .fsDiv.fsStyleColumn-1 {
            padding: 40px 30px; } }
        @media (max-width: 1299px) {
          .home #fsPageContent .headmaster-section .fsDiv.fsStyleColumn-1 {
            width: 44%; } }
        @media (max-width: 899px) {
          .home #fsPageContent .headmaster-section .fsDiv.fsStyleColumn-1 {
            width: 100%; } }
        .home #fsPageContent .headmaster-section .fsDiv.fsStyleColumn-1 .home-aboutsection footer {
          margin: 70px 0 0; }
          @media (max-width: 899px) {
            .home #fsPageContent .headmaster-section .fsDiv.fsStyleColumn-1 .home-aboutsection footer {
              margin: 30px 0 0; } }
  .home #fsPageContent .headline-section {
    margin: 0;
    position: relative; }
    .home #fsPageContent .headline-section .fsDiv {
      margin-bottom: 0;
      min-height: 490px; }
      @media (max-width: 899px) {
        .home #fsPageContent .headline-section .fsDiv {
          min-height: 10px; } }
      .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-2 {
        width: 67%;
        padding: 0; }
        @media (max-width: 799px) {
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-2 {
            min-height: 300px; } }
        @media (max-width: 1399px) {
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-2 {
            width: 60%; } }
        @media (max-width: 1299px) {
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-2 {
            width: 55%; } }
        @media (max-width: 899px) {
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-2 {
            width: 100%;
            float: none; } }
        .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-2 .home-digital {
          height: 490px; }
      .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 {
        width: 33%;
        padding: 40px 50px 20px 50px;
        color: #616161;
        position: relative; }
        @media (max-width: 1399px) {
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 {
            padding: 40px 25px 20px 50px;
            width: 40%; } }
        @media (max-width: 1299px) {
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 {
            padding: 40px 30px 20px 40px;
            width: 45%; } }
        @media (max-width: 899px) {
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 {
            width: 100%;
            float: none; } }
        @media (max-width: 449px) {
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 {
            padding: 40px 20px; } }
        .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline header {
          margin: 0 0 50px; }
          @media (max-width: 1099px) {
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline header {
              margin: 0 0 30px; } }
        .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .fsElementControls {
          position: absolute;
          top: -150px;
          right: 0; }
          @media (max-width: 1099px) {
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .fsElementControls {
              top: -130px; } }
          @media (max-width: 499px) {
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .fsElementControls {
              top: -115px; } }
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .fsElementControls a.fsAlertsIcon {
            display: none; }
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .fsElementControls a.fsRSSIcon {
            background: none;
            border: 1px solid #AEAEAE;
            height: 31px;
            width: 31px;
            border-radius: 100%; }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .fsElementControls a.fsRSSIcon:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              background: none;
              font-size: 14px;
              line-height: 24px; }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .fsElementControls a.fsRSSIcon:hover {
              background: #850134;
              border: 1px solid #850134; }
              .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .fsElementControls a.fsRSSIcon:hover:hover {
                color: #fff; }
        .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider {
          padding: 0 0 60px;
          margin: 0; }
          @media (max-width: 899px) {
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider {
              padding: 0 0 20px; } }
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article {
            padding: 0;
            min-height: 180px; }
            @media (max-width: 899px) {
              .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article {
                min-height: 10px; } }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsThumbnail {
              max-width: 116px !important;
              width: 116px !important;
              height: 116px !important;
              margin: 0 20px 0 0; }
              @media (max-width: 1399px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsThumbnail {
                  margin: 0; } }
              @media (max-width: 1199px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsThumbnail {
                  display: none; } }
              @media (max-width: 899px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsThumbnail {
                  display: block;
                  float: left; } }
              @media (max-width: 499px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsThumbnail {
                  display: none; } }
              .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsThumbnail div, .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsThumbnail .fsCroppedImage {
                border-radius: 100%; }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article > div {
              margin-left: 140px; }
              @media (max-width: 1399px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article > div {
                  margin-left: 135px; } }
              @media (max-width: 1199px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article > div {
                  margin: 0; } }
              @media (max-width: 899px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article > div {
                  margin-left: 135px; } }
              @media (max-width: 499px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article > div {
                  margin: 0; } }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsTitle {
              font-family: "Trajan W01 Regular";
              font-size: 18px; }
              @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsTitle {
                  font-weight: normal; } }
              @media (max-width: 1199px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsTitle {
                  font-size: 17px; } }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsSummary img {
              position: absolute;
              left: 0;
              top: 0;
              width: 116px !important;
              border-radius: 100%;
              height: 116px !important;
              position: absolute;
              background-size: 200px;
              background-position: center;
              display: none; }
              @media (max-width: 1199px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsSummary img {
                  display: none; } }
              @media (max-width: 899px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsSummary img {
                  display: none; } }
              @media (max-width: 499px) {
                .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsSummary img {
                  display: none; } }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsDateTime {
              border-top: 1px solid #bfbfbf;
              border-bottom: 1px solid #bfbfbf;
              margin-top: 10px;
              margin-bottom: 10px;
              display: block;
              padding: 5px 0;
              text-transform: uppercase;
              font-size: 11px;
              font-family: "Palatino Linotype W01"; }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-slider article .fsSummary p {
              margin: 0; }
        .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-arrow {
          top: auto;
          position: absolute;
          bottom: 0;
          border: 1px solid #bfbfbf;
          border-radius: 100%; }
          @media (max-width: 899px) {
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-arrow {
              bottom: -55px; } }
          @media (max-width: 399px) {
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-arrow {
              bottom: -30px; } }
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-arrow:hover {
            border: 1px solid #850134;
            background: #850134; }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-arrow:hover:before {
              color: #fff; }
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-arrow:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 13px;
            position: absolute;
            right: auto !important;
            color: #850134;
            font-weight: bold; }
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-arrow.fsPrevButton.fsLeftArrow {
            -ms-transform: translateY(0);
            transform: translateY(0);
            left: auto;
            right: 52px; }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-arrow.fsPrevButton.fsLeftArrow:before {
              left: 17px; }
          .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-arrow.fsNextButton.fsRightArrow {
            text-align: center;
            left: auto;
            right: 0;
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline .slick-arrow.fsNextButton.fsRightArrow:before {
              left: 15px; }
        .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline footer {
          margin: 0;
          position: absolute;
          bottom: 35px; }
          @media (max-width: 1099px) {
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline footer {
              bottom: 15px; } }
          @media (max-width: 899px) {
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline footer {
              position: static; } }
          @media (max-width: 399px) {
            .home #fsPageContent .headline-section .fsDiv.fsStyleColumn-1 .home-newsheadline footer {
              padding: 25px 0 0; } }
  .home #fsPageContent .home-three-block .fsDiv {
    padding: 0;
    margin: 0; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 3.07692em;
  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: 44.44444%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 22.22222%; } }
    @media (min-width: 2500px) {
      .colors ol li {
        margin-bottom: 0;
        width: 11.11111%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #7a002e;
      color: #7a002e; }
      .colors ol li:nth-of-type(1):after {
        content: "#7a002e"; }
    .colors ol li:nth-of-type(2) {
      background: #850134;
      color: #850134; }
      .colors ol li:nth-of-type(2):after {
        content: "#850134"; }
    .colors ol li:nth-of-type(3) {
      background: #ee9bb1;
      color: #ee9bb1; }
      .colors ol li:nth-of-type(3):after {
        content: "#ee9bb1"; }
    .colors ol li:nth-of-type(4) {
      background: #f69db4;
      color: #f69db4; }
      .colors ol li:nth-of-type(4):after {
        content: "#f69db4"; }
    .colors ol li:nth-of-type(5) {
      background: #333333;
      color: #333333; }
      .colors ol li:nth-of-type(5):after {
        content: "#333333"; }
    .colors ol li:nth-of-type(6) {
      background: #3a3939;
      color: #3a3939; }
      .colors ol li:nth-of-type(6):after {
        content: "#3a3939"; }
    .colors ol li:nth-of-type(7) {
      background: #616161;
      color: #616161; }
      .colors ol li:nth-of-type(7):after {
        content: "#616161"; }
    .colors ol li:nth-of-type(8) {
      background: #acacac;
      color: #acacac; }
      .colors ol li:nth-of-type(8):after {
        content: "#acacac"; }
    .colors ol li:nth-of-type(9) {
      background: #f4f3f4;
      color: #f4f3f4; }
      .colors ol li:nth-of-type(9):after {
        content: "#f4f3f4"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 3.07692em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.38462em;
    padding: 0.38462em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Trajan W01 Regular"; }
      .fonts ol li:nth-of-type(1):after {
        content: "Trajan W01 Regular"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "Trajan W01 Bd"; }
      .fonts ol li:nth-of-type(2):after {
        content: "Trajan W01 Bd"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Palatino Linotype W01"; }
      .fonts ol li:nth-of-type(3):after {
        content: "Palatino Linotype W01"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "Gill Sans W04 Book"; }
      .fonts ol li:nth-of-type(4):after {
        content: "Gill Sans W04 Book"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "Arial", sans-serif; }
      .fonts ol li:nth-of-type(5):after {
        content: "Arial, sans-serif"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(6):after {
        content: "IcoMoon"; }

.headers h1:after {
  content: " size: 13px / line: 24px"; }

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

.headers h3:after {
  content: " size: 16px / line: 22px"; }

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

.headers h5:after {
  content: " size: 16px / line: 22px"; }

.headers h6:after {
  content: " size: 15px / line: 20px"; }

.parents-page #fsPageBodyWrapper {
  background-color: #ededed; }

@media (max-width: 799px) {
  .parents-page #fsPageContent {
    padding-left: 15px;
    padding-right: 15px; } }

.parents-page #fsPageContent .fsPageLayout {
  position: relative; }

.parents-page .fsBreadcrumb.site-breadcrumbs header {
  background: #ededed; }

.parents-page h1.fsPageTitle {
  margin-bottom: 37px; }

body:not(.fsComposeMode) .parents-page--filter-wrapper {
  margin: 0 0 28px;
  visibility: hidden;
  transition: all .3s ease; }
  body:not(.fsComposeMode) .parents-page--filter-wrapper > .fsElementContent {
    position: relative; }
  body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 0; } }
    body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > header {
      height: inherit;
      line-height: 50px;
      height: 50px;
      vertical-align: middle;
      padding: 0;
      position: relative;
      text-align: left;
      color: #7a002e;
      background: #fff;
      border: none;
      padding-left: 15px;
      padding-right: 50px;
      transition: all 0.2s ease-in-out;
      font-family: "Trajan W01 Regular";
      text-transform: uppercase;
      cursor: pointer; }
      @media (min-width: 1200px) {
        body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > header {
          width: 33.333%; } }
      @media (min-width: 1600px) {
        body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > header {
          width: 25%; } }
      body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > header::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        border-left: 1px solid #d2d2d2; }
      body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > header::after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 12px;
        line-height: 25px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        display: inline-block;
        right: 12px;
        top: 14px;
        width: 25px;
        height: 25px;
        -webkit-backface-visibility: hidden;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: transform 0.4s ease-in-out; }
      body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > header.is-open::after {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > header h2 {
        font-size: 14px;
        margin: 0;
        line-height: inherit;
        vertical-align: middle; }
        @media (min-width: 1300px) {
          body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > header h2 {
            font-size: 16px; } }
    body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent {
      background-color: #fff;
      margin-top: 28px;
      padding: 20px 30px;
      display: none; }
      body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li {
        width: 100%;
        display: inline-block;
        padding: 0 !important;
        cursor: pointer; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li {
            width: 50%; } }
        body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li::after {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          top: 13px;
          border: 1px solid #cecece;
          background: transparent; }
        body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li::before {
          content: "";
          display: block;
          position: absolute;
          width: 8px;
          height: 8px;
          background-color: transparent;
          top: 15px;
          margin: auto;
          left: 2px; }
        body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li.is-active span, body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li:hover span {
          -ms-transform: translateX(5px);
          transform: translateX(5px);
          color: #7a002e; }
        body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li.is-active::after, body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li:hover::after {
          border-color: #7a002e; }
        body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li.is-active::before {
          background-color: #7a002e; }
        body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li[data-filter=".parent-home"] {
          -ms-flex-order: 1;
          order: 1;
          font-weight: bold;
          display: none; }
        body:not(.fsComposeMode) .parents-page--filter-wrapper .category-filter > .fsElementContent ul li span {
          display: block;
          margin-right: 34px;
          padding: 8px 8px 4px 25px;
          border-bottom: 1px solid #d2d2d2;
          text-transform: uppercase;
          font-family: "Gill Sans W04 Book";
          color: #616161;
          font-size: 12px;
          letter-spacing: 1px;
          -ms-transform: translateX(0);
          transform: translateX(0);
          transition: transform 0.6s ease-in-out; }
  body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins {
    position: relative;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-bottom: 0;
    -ms-flex-order: 2;
    order: 2;
    background: #fff;
    border: none; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins {
        height: 50px; } }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins {
        width: 64.667%;
        margin-left: 10px;
        position: absolute; } }
    @media (min-width: 1600px) {
      body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins {
        width: 73%;
        width: calc(75% - 20px); } }
    body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins > header {
      padding: 18px 0 18px 50px;
      padding-right: 0; }
      body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins > header,
      body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins > header > h2 {
        line-height: 1;
        vertical-align: middle; }
      body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins > header::before {
        top: 15px; }
      body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins > header::after {
        bottom: 18px; }
    body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins > .fsElementContent {
      padding-top: 12px; }
      body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins > .fsElementContent .fsListItems article a {
        line-height: 1;
        vertical-align: middle; }
    body:not(.fsComposeMode) .parents-page--filter-wrapper .Bulletins .fsElementControls {
      background: #fff; }

.parents-page-posts {
  position: relative; }
  .parents-page-posts .fsListItems {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    overflow: hidden; }
  .parents-page-posts article {
    text-align: center;
    width: 100%;
    min-height: 250px;
    transition: opacity 0.5s ease-in-out 0.6s;
    padding: 0 !important;
    margin-bottom: 16px !important; }
    body:not(.fsComposeMode) .parents-page-posts article {
      opacity: 0; }
      body:not(.fsComposeMode) .parents-page-posts article.has-custom-js {
        opacity: 1; }
    @media (min-width: 800px) {
      .parents-page-posts article {
        width: 50%;
        padding: 0 8px !important; } }
    @media (min-width: 992px) {
      .parents-page-posts article {
        padding: 0 10px !important;
        margin-bottom: 20px !important; } }
    @media (min-width: 1200px) {
      .parents-page-posts article {
        width: 33.333%; } }
    @media (min-width: 1600px) {
      .parents-page-posts article {
        width: 25%; } }
    .parents-page-posts article:hover .fsTitle {
      color: #3c3c3c; }
    .parents-page-posts article:hover .inner-article-icon {
      background-color: #7a002e;
      border-color: #7a002e;
      color: #fff; }
    .parents-page-posts article .inner-article {
      margin: 0;
      padding: 15px;
      height: inherit;
      min-height: inherit;
      position: relative !important;
      left: 0 !important;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      background-color: #fff; }
      @media (min-width: 992px) {
        .parents-page-posts article .inner-article {
          padding: 28px 20px; } }
      @media (min-width: 1600px) {
        .parents-page-posts article .inner-article {
          padding: 32px 28px; } }
    .parents-page-posts article .fsTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 13px;
      line-height: 24px;
      font-family: "Trajan W01 Bd";
      color: #850134;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 18px;
      font-size: 16px;
      pointer-events: none;
      line-height: 26px;
      text-transform: none;
      z-index: 3;
      margin-top: 20px;
      margin-bottom: 0;
      position: relative; }
      .parents-page-posts article .fsTitle::after {
        content: "";
        display: block;
        width: 26px;
        height: 1px;
        background-color: #acacac;
        margin: 0 auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -14px;
        top: auto; }
      .parents-page-posts article .fsTitle .inner-title {
        background-color: #fff;
        position: relative;
        z-index: 10;
        max-height: 65px; }
      .parents-page-posts article.is-two-lines .fsTitle {
        margin-top: 15px;
        margin-bottom: 0; }
    .parents-page-posts article .fsThumbnail {
      display: none;
      position: relative;
      z-index: 0;
      -ms-flex-item-align: auto;
      align-self: auto; }
      #fsPageBody .parents-page-posts article .fsThumbnail {
        max-width: none; }
      .parents-page-posts article .fsThumbnail .div-background-image {
        width: 100%;
        min-height: 50px;
        margin: 0 auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        position: relative; }
        .parents-page-posts article .fsThumbnail .div-background-image::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
    .parents-page-posts article .fsSummary {
      z-index: 2;
      margin-top: 28px;
      padding: 0 0 0;
      letter-spacing: 1px; }
      .parents-page-posts article.is-two-lines .fsSummary {
        margin-top: 12px; }
      .parents-page-posts article .fsSummary ul {
        list-style: none;
        padding: 0; }
        .parents-page-posts article .fsSummary ul li {
          margin-bottom: 5px; }
          .parents-page-posts article .fsSummary ul li a:last-child::before {
            display: none; }
      .parents-page-posts article .fsSummary p {
        margin: 0;
        line-height: 1.8; }
      .parents-page-posts article .fsSummary a:not([class]) {
        display: block;
        font-family: "Palatino Linotype W01";
        font-size: 10px;
        text-transform: uppercase;
        color: #616161; }
        .parents-page-posts article .fsSummary a:not([class]):hover {
          color: #7a002e; }
        .parents-page-posts article.single-link a::before {
          content: "";
          display: block;
          position: absolute;
          pointer-events: all;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
    .parents-page-posts article .fs_style_42,
    .parents-page-posts article .fs_style_43 {
      display: table;
      margin: 20px auto 0;
      text-align: center;
      outline: 0; }
      .parents-page-posts article .fs_style_42:focus,
      .parents-page-posts article .fs_style_43:focus {
        color: #fff; }
    .parents-page-posts article .inner-article-icon {
      width: 50px;
      height: 50px;
      margin: 0 auto;
      line-height: 50px;
      vertical-align: middle;
      border-radius: 100%;
      border: 1px solid #d2d2d2;
      color: #3c3c3c;
      transition: all 0.3s ease-in-out; }
      .parents-page-posts article .inner-article-icon::before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 18px;
        text-align: center; }
      .parents-page-posts article .inner-article-icon-2 {
        display: none;
        top: 0;
        bottom: 0;
        margin: auto; }
    .parents-page-posts article .fsCategories,
    .parents-page-posts article .fsTags {
      display: none; }
    .parents-page-posts article.app, .parents-page-posts article.tall, .parents-page-posts article.tweets, .parents-page-posts article.news {
      height: 446px; }
      .parents-page-posts article.app .fsTitle, .parents-page-posts article.tall .fsTitle, .parents-page-posts article.tweets .fsTitle, .parents-page-posts article.news .fsTitle {
        font-size: 18px; }
      .parents-page-posts article.app .fsSummary a::before, .parents-page-posts article.tall .fsSummary a::before, .parents-page-posts article.tweets .fsSummary a::before, .parents-page-posts article.news .fsSummary a::before {
        display: none !important; }
    .parents-page-posts article.app .fsThumbnail, .parents-page-posts article.document .fsThumbnail, .parents-page-posts article.tweets .fsThumbnail, .parents-page-posts article.news .fsThumbnail, .parents-page-posts article.video .fsThumbnail {
      display: block; }
    .parents-page-posts article.app .inner-article-icon, .parents-page-posts article.document .inner-article-icon, .parents-page-posts article.tweets .inner-article-icon, .parents-page-posts article.news .inner-article-icon, .parents-page-posts article.video .inner-article-icon {
      position: absolute;
      z-index: 10;
      right: 0;
      left: 0; }
      .parents-page-posts article.app .inner-article-icon-1, .parents-page-posts article.document .inner-article-icon-1, .parents-page-posts article.tweets .inner-article-icon-1, .parents-page-posts article.news .inner-article-icon-1, .parents-page-posts article.video .inner-article-icon-1 {
        display: none; }
      .parents-page-posts article.app .inner-article-icon-2, .parents-page-posts article.document .inner-article-icon-2, .parents-page-posts article.tweets .inner-article-icon-2, .parents-page-posts article.news .inner-article-icon-2, .parents-page-posts article.video .inner-article-icon-2 {
        display: block; }
    body:not(.fsComposeMode) .parents-page-posts .app .fsSummary,
    body:not(.fsComposeMode) .parents-page-posts .news .fsSummary {
      padding-bottom: 32px;
      overflow: hidden; }
    body:not(.fsComposeMode) .parents-page-posts .app .fs_style_42,
    body:not(.fsComposeMode) .parents-page-posts .app .fs_style_43,
    body:not(.fsComposeMode) .parents-page-posts .news .fs_style_42,
    body:not(.fsComposeMode) .parents-page-posts .news .fs_style_43 {
      display: inline-block;
      position: absolute;
      z-index: 2;
      width: 75%;
      bottom: 28px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0 auto;
      padding-left: 10px;
      padding-right: 10px; }
    .parents-page-posts article.app .inner-article {
      -ms-flex-pack: center;
      justify-content: center; }
    .parents-page-posts article.app .fsTitle {
      margin-top: 40px; }
    .parents-page-posts article.app .fsThumbnail .div-background-image {
      width: 150px;
      height: 150px;
      border-radius: 100%; }
      @media (min-width: 992px) {
        .parents-page-posts article.app .fsThumbnail .div-background-image {
          width: 190px;
          height: 190px; } }
    .parents-page-posts article.app .inner-article-icon {
      border: none;
      border-radius: 0;
      width: 45px;
      height: 103px;
      background: url("../images/icon_app.png") no-repeat center;
      background-size: contain;
      background-color: transparent; }
      @media (min-width: 992px) {
        .parents-page-posts article.app .inner-article-icon {
          width: 55px; } }
      .parents-page-posts article.app .inner-article-icon::before {
        content: ""; }
    .parents-page-posts article.app .fsSummary {
      min-height: 100px; }
    .parents-page-posts article.brief .inner-article-icon::before {
      content: "\e906"; }
    .parents-page-posts article.calendar .inner-article-icon::before {
      content: "\e907";
      font-size: 19px;
      position: relative;
      top: -1px; }
    .parents-page-posts article.contact .inner-article-icon::before {
      content: "\e909";
      content: "\e90b";
      font-size: 24px; }
    .parents-page-posts article.document .inner-article {
      -ms-flex-pack: center;
      justify-content: center; }
    .parents-page-posts article.document .fsTitle {
      margin-bottom: 0; }
      .parents-page-posts article.document .fsTitle::after {
        display: none; }
    .parents-page-posts article.document .fsThumbnail .div-background-image {
      width: 90px;
      height: 90px;
      border-radius: 100%; }
      .parents-page-posts article.document .fsThumbnail .div-background-image::before {
        background-color: rgba(0, 0, 0, 0.2); }
    .parents-page-posts article.document .inner-article-icon {
      border: 0;
      background-color: transparent; }
      .parents-page-posts article.document .inner-article-icon::before {
        content: "\e90d";
        color: #fff;
        font-size: 36px; }
    .parents-page-posts article.document .fsSummary {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .parents-page-posts article.document .fsSummary a:last-child {
        font-size: 0; }
    .parents-page-posts article.film .inner-article-icon::before {
      content: "\e90f"; }
    .parents-page-posts article.graduate .inner-article-icon::before {
      position: relative;
      top: 2px;
      content: "\e910";
      font-size: 22px; }
    .parents-page-posts article.headmaster .inner-article-icon::before {
      content: "\e917";
      font-size: 24px;
      position: relative;
      top: -1px; }
    .parents-page-posts article.health .inner-article-icon::before {
      position: relative;
      top: 1px;
      content: "\e911";
      font-size: 24px; }
    .parents-page-posts article.laptop .inner-article-icon::before {
      content: "\e913";
      font-size: 20px; }
    .parents-page-posts article.lock .inner-article-icon::before {
      content: "\e916";
      font-size: 20px; }
    .parents-page-posts article.news .inner-article {
      padding-top: 0;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .parents-page-posts article.news .fsTitle {
      margin-top: 40px; }
    .parents-page-posts article.news .fsThumbnail {
      width: calc(100% + 16px);
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin: 0 -8px; }
      @media (min-width: 600px) {
        .parents-page-posts article.news .fsThumbnail {
          width: calc(100% + 24px);
          margin: 0 -12px; } }
      @media (min-width: 992px) {
        .parents-page-posts article.news .fsThumbnail {
          width: calc(100% + 40px);
          margin: 0 -20px; } }
      @media (min-width: 1600px) {
        .parents-page-posts article.news .fsThumbnail {
          width: calc(100% + 56px);
          margin: 0 -28px; } }
      .parents-page-posts article.news .fsThumbnail .div-background-image {
        height: 167px; }
    .parents-page-posts article.news .inner-article-icon {
      left: 0;
      right: auto;
      top: 117px;
      border-radius: 0;
      border: 0;
      background-color: #fff;
      color: #3c3c3c; }
      .parents-page-posts article.news .inner-article-icon::before {
        content: "\e91a"; }
    .parents-page-posts article.news .fsSummary {
      max-height: 100px;
      margin-top: 28px; }
      .parents-page-posts article.news .fsSummary p {
        text-align: left; }
    .parents-page-posts article.note .inner-article-icon::before {
      content: "\e918";
      content: "\e92a";
      font-size: 22px; }
    .parents-page-posts article.product .inner-article-icon::before {
      content: "\e91d";
      font-size: 22px; }
    .parents-page-posts article.sports .inner-article-icon::before {
      content: "\e90a";
      font-size: 24px; }
    .parents-page-posts article.tweets .fsThumbnail .div-background-image {
      width: 130px;
      height: 130px;
      border-radius: 100%; }
      .parents-page-posts article.tweets .fsThumbnail .div-background-image::before {
        background-color: rgba(0, 0, 0, 0.2); }
    .parents-page-posts article.tweets .inner-article-icon {
      border: none;
      width: 60px;
      height: 60px;
      line-height: 60px;
      background-color: transparent; }
      .parents-page-posts article.tweets .inner-article-icon::before {
        content: "\f099";
        color: #fff;
        font-size: 60px; }
    body:not(.fsComposeMode).parents-page .tweets .fsFeeds {
      display: block;
      margin-top: 30px; }
    .parents-page-posts article.video .inner-article {
      padding: 0; }
    .parents-page-posts article.video .fsTitle {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 40px;
      padding-right: 24px;
      padding-left: 24px;
      margin: 0;
      color: #fff;
      pointer-events: none; }
      .parents-page-posts article.video .fsTitle::after {
        display: none; }
      .parents-page-posts article.video .fsTitle .inner-title {
        background-color: transparent; }
    .parents-page-posts article.video .fsThumbnail,
    .parents-page-posts article.video .fsSummary,
    .parents-page-posts article.video .summary-wrapper,
    .parents-page-posts article.video .summary-wrapper a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .parents-page-posts article.video .fsThumbnail .div-background-image {
      height: 100%;
      -ms-transform: scale(1);
      transform: scale(1);
      transition: transform 0.3s ease-in-out; }
      .parents-page-posts article.video .fsThumbnail .div-background-image::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%); }
    .parents-page-posts article.video .inner-article-icon {
      background-color: #fff;
      border: 0;
      -ms-transform: translateY(-33%);
      transform: translateY(-33%); }
      .parents-page-posts article.video .inner-article-icon, .parents-page-posts article.video .inner-article-icon::before {
        transition: all 0.3s ease-in-out; }
      .parents-page-posts article.video .inner-article-icon::before {
        content: "\e91b";
        color: #7a002e;
        position: relative;
        left: 2px; }
    .parents-page-posts article.video .fsSummary .summary-wrapper a {
      font-size: 0;
      color: transparent;
      outline: 0; }
    .parents-page-posts article.video:hover .div-background-image {
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
    .parents-page-posts article.video:hover .inner-article-icon {
      background-color: #7a002e; }
      .parents-page-posts article.video:hover .inner-article-icon::before {
        color: #fff; }

.parents-page .fsPostElement.fsDialog {
  max-width: 485px; }
  .parents-page .fsPostElement.fsDialog .fsDialogCloseButton {
    outline: 0;
    border-radius: 100%;
    border: 2px solid #949494;
    background-color: transparent;
    width: 36px;
    height: 36px;
    -ms-transform: scale(0.8) rotate(45deg);
    transform: scale(0.8) rotate(45deg);
    cursor: pointer; }
    .parents-page .fsPostElement.fsDialog .fsDialogCloseButton::before, .parents-page .fsPostElement.fsDialog .fsDialogCloseButton:after {
      transition: all 0.3s ease-in-out; }
    .parents-page .fsPostElement.fsDialog .fsDialogCloseButton::before {
      left: 15px;
      top: 4px; }
    .parents-page .fsPostElement.fsDialog .fsDialogCloseButton::after {
      left: 5px;
      top: 15px; }
    .parents-page .fsPostElement.fsDialog .fsDialogCloseButton:hover {
      background-color: #7a002e;
      border-color: #7a002e; }
      .parents-page .fsPostElement.fsDialog .fsDialogCloseButton:hover::before, .parents-page .fsPostElement.fsDialog .fsDialogCloseButton:hover:after {
        background: #fff; }
  .parents-page .fsPostElement.fsDialog .fsDialogContent {
    background: url("../images/crest_watermark-popup.png") no-repeat top right; }
    .parents-page .fsPostElement.fsDialog .fsDialogContent article.fsTag-9 .fsTitle,
    .parents-page .fsPostElement.fsDialog .fsDialogContent article.fsTag-9 .fsThumbnail {
      display: none; }
    .parents-page .fsPostElement.fsDialog .fsDialogContent article.fsTag-9 .fsBody {
      text-align: center;
      min-height: 156px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      .parents-page .fsPostElement.fsDialog .fsDialogContent article.fsTag-9 .fsBody h3 {
        font-size: 32px;
        margin-bottom: 58px;
        font-family: "Trajan W01 Bd";
        position: relative; }
        .parents-page .fsPostElement.fsDialog .fsDialogContent article.fsTag-9 .fsBody h3::after {
          content: "";
          display: block;
          width: 26px;
          height: 1px;
          background-color: #acacac;
          margin: 0 auto;
          position: absolute;
          right: 0;
          left: 0;
          top: 36px; }
        .parents-page .fsPostElement.fsDialog .fsDialogContent article.fsTag-9 .fsBody h3::after {
          top: 45px; }
      .parents-page .fsPostElement.fsDialog .fsDialogContent article.fsTag-9 .fsBody p {
        margin: 0; }
      .parents-page .fsPostElement.fsDialog .fsDialogContent article.fsTag-9 .fsBody a {
        margin: 0 6px;
        min-width: 170px;
        font-size: 10px; }

.parents-page .fsFeeds > header {
  display: none; }

.parents-page .fsFeeds > .fsElementContent ul {
  height: 200px;
  overflow: hidden !important; }
  .parents-page .fsFeeds > .fsElementContent ul li {
    background: none !important;
    overflow: hidden;
    outline: 0; }
    .parents-page .fsFeeds > .fsElementContent ul li, .parents-page .fsFeeds > .fsElementContent ul li .j-text {
      height: 140px !important; }
    .parents-page .fsFeeds > .fsElementContent ul li .j-text {
      padding: 0 !important;
      outline: 0;
      opacity: 1;
      visibility: visible;
      overflow: hidden; }
    .parents-page .fsFeeds > .fsElementContent ul li .j-message {
      max-height: 140px;
      overflow: hidden;
      position: relative !important;
      top: 0 !important;
      -ms-transform: translate(0) !important;
      transform: translate(0) !important; }
    .parents-page .fsFeeds > .fsElementContent ul li .j-text,
    .parents-page .fsFeeds > .fsElementContent ul li .j-message,
    .parents-page .fsFeeds > .fsElementContent ul li p,
    .parents-page .fsFeeds > .fsElementContent ul li a {
      color: #616161 !important;
      background: none !important;
      font-size: 13px !important; }
    .parents-page .fsFeeds > .fsElementContent ul li .j-image,
    .parents-page .fsFeeds > .fsElementContent ul li .j-retweet,
    .parents-page .fsFeeds > .fsElementContent ul li .j-poster,
    .parents-page .fsFeeds > .fsElementContent ul li .j-meta {
      display: none !important; }

.parents-page .fsFeeds .slick-arrow {
  margin: 0;
  top: auto;
  bottom: 0;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  padding: 0;
  background: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border: 1px solid #d2d2d2;
  text-align: center;
  outline: 0; }
  .parents-page .fsFeeds .slick-arrow::before {
    color: #7a002e;
    position: relative; }
  .parents-page .fsFeeds .slick-arrow:hover {
    background-color: #7a002e; }
    .parents-page .fsFeeds .slick-arrow:hover::before {
      color: #fff; }
  .parents-page .fsFeeds .slick-arrow.slick-next {
    right: 50%;
    -ms-transform: translateX(105%);
    transform: translateX(105%); }
    .parents-page .fsFeeds .slick-arrow.slick-next::before {
      right: -2px;
      top: -1px; }
  .parents-page .fsFeeds .slick-arrow.slick-prev {
    left: 50%;
    -ms-transform: translateX(-105%);
    transform: translateX(-105%); }
    .parents-page .fsFeeds .slick-arrow.slick-prev::before {
      left: -2px;
      top: -1px; }

body:not(.fsDraftMode).news-template #fsHeader .header-wrapper {
  margin-bottom: 0; }

body:not(.fsDraftMode).news-template #fsPageContent {
  margin-top: 0; }

body:not(.fsDraftMode).news-template #fsPageBodyWrapper {
  background-color: #ededed; }

body:not(.fsDraftMode).news-template .fsBreadcrumb {
  display: none; }

body:not(.fsDraftMode).news-template .fsPageTitle {
  display: none; }

body:not(.fsDraftMode).news-template .fsPostElement {
  position: relative;
  z-index: 3;
  margin-bottom: 0; }
  body:not(.fsDraftMode).news-template .fsPostElement > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
  body:not(.fsDraftMode).news-template .fsPostElement .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    height: 100%;
    background-color: transparent !important; }
    @media (max-width: 798px) {
      body:not(.fsDraftMode).news-template .fsPostElement .fsListItems {
        margin: 0; } }
  body:not(.fsDraftMode).news-template .fsPostElement article {
    text-align: center;
    width: 100%;
    height: auto;
    min-height: 110px;
    transition: opacity 0.5s ease-in-out 0.6s;
    padding: 0;
    margin-bottom: 30px;
    opacity: 0; }
    body:not(.fsDraftMode).news-template .fsPostElement article.has-custom-js {
      opacity: 1; }
    @media (min-width: 600px) {
      body:not(.fsDraftMode).news-template .fsPostElement article {
        width: 50%;
        padding: 0 15px; } }
    @media (min-width: 800px) {
      body:not(.fsDraftMode).news-template .fsPostElement article {
        width: 33.333%; } }
    @media (min-width: 992px) {
      body:not(.fsDraftMode).news-template .fsPostElement article {
        height: 360px; } }
    @media (min-width: 1024px) {
      body:not(.fsDraftMode).news-template .fsPostElement article {
        width: 25%;
        padding: 0 10px;
        margin-bottom: 20px; } }
    @media (min-width: 1320px) {
      body:not(.fsDraftMode).news-template .fsPostElement article {
        width: 20%;
        padding: 0 12px;
        margin-bottom: 24px; } }
    @media (min-width: 1500px) {
      body:not(.fsDraftMode).news-template .fsPostElement article {
        height: 380px;
        padding: 0 12px;
        margin-bottom: 30px; } }
    @media (min-width: 1600px) {
      body:not(.fsDraftMode).news-template .fsPostElement article {
        width: 16.666%;
        height: 360px; } }
    @media (min-width: 1920px) {
      body:not(.fsDraftMode).news-template .fsPostElement article {
        width: 14.285%;
        height: 460px; } }
    body:not(.fsDraftMode).news-template .fsPostElement article:hover .fsPostLink {
      color: #3c3c3c; }
    body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(-n+4) .fsSummary,
    body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(-n+4) .summary-wrapper {
      max-height: 100px; }
    @media (min-width: 600px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) {
        width: 100%;
        height: 490px; } }
    @media (min-width: 800px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) {
        width: 63%;
        height: 415px; } }
    @media (min-width: 1024px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) {
        width: 55%; } }
    @media (min-width: 1200px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) {
        height: 455px; } }
    @media (min-width: 1320px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) {
        width: 50%;
        height: 460px; } }
    @media (min-width: 1600px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) {
        width: 40%; } }
    @media (min-width: 1920px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) {
        width: 42.86%; } }
    body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) .fsThumbnail {
      height: 334px; }
      @media (min-width: 800px) {
        body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) .fsThumbnail {
          height: 250px; } }
      @media (min-width: 1200px) {
        body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) .fsThumbnail {
          height: 287px; } }
    body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) .inner-article {
      padding-top: 334px; }
      @media (min-width: 800px) {
        body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) .inner-article {
          padding-top: 250px; } }
      @media (min-width: 1200px) {
        body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(1) .inner-article {
          padding-top: 287px; } }
    @media (min-width: 800px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) {
        width: 37%;
        height: 415px; } }
    @media (min-width: 1024px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) {
        position: absolute;
        right: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        margin-top: 21px; } }
    @media (min-width: 1320px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) {
        position: relative;
        right: auto;
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-top: 0; } }
    @media (min-width: 800px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .fsThumbnail {
        height: 190px; } }
    @media (min-width: 800px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .inner-article {
        padding-top: 190px; } }
    @media (min-width: 1024px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2), body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) {
        width: 45%;
        height: 197px; } }
    @media (min-width: 1200px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2), body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) {
        height: 217px; } }
    @media (min-width: 1320px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2), body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) {
        width: 25%;
        height: 460px; } }
    @media (min-width: 1024px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .inner-article, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) .inner-article {
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 50%; } }
    @media (min-width: 1320px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .inner-article, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) .inner-article {
        padding-top: 210px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px; } }
    @media (min-width: 1024px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .fsTitle, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) .fsTitle {
        padding-left: 10px; } }
    @media (min-width: 1024px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .fsThumbnail, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) .fsThumbnail {
        width: 50%;
        height: 100%; } }
    @media (min-width: 1320px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .fsThumbnail, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) .fsThumbnail {
        width: 100%;
        height: 210px; } }
    @media (min-width: 1024px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .fsSummary, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) .fsSummary {
        padding-left: 10px; } }
    @media (min-width: 1024px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .fsSharingButtonsContainer, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) .fsSharingButtonsContainer {
        left: 50%;
        right: auto;
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); } }
    @media (min-width: 1320px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .fsSharingButtonsContainer, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) .fsSharingButtonsContainer {
        left: auto;
        right: 0;
        -ms-transform: translateX(0);
        transform: translateX(0); } }
    @media (min-width: 1600px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2), body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3), body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(4) {
        width: 20%;
        height: 460px; } }
    @media (min-width: 1920px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2), body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3), body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(4) {
        width: 14.285%; } }
    @media (min-width: 1600px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .inner-article, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) .inner-article, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(4) .inner-article {
        padding-top: 210px; } }
    @media (min-width: 1600px) {
      body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(2) .fsThumbnail, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(3) .fsThumbnail, body:not(.fsDraftMode).news-template .fsPostElement article:nth-of-type(4) .fsThumbnail {
        width: 100%;
        height: 210px; } }
    body:not(.fsDraftMode).news-template .fsPostElement article .inner-article {
      margin: 0;
      padding: 185px 8px 20px;
      height: 100%;
      min-height: inherit;
      position: relative;
      left: 0;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      background-color: #fff;
      padding-top: 185px; }
      @media (min-width: 600px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .inner-article {
          padding-right: 12px;
          padding-left: 12px; } }
      @media (min-width: 992px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .inner-article {
          padding-right: 18px;
          padding-left: 18px; } }
      @media (min-width: 400px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .inner-article {
          padding-top: 255px; } }
      @media (min-width: 600px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .inner-article {
          padding-top: 155px; } }
      @media (min-width: 700px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .inner-article {
          padding-top: 195px; } }
      @media (min-width: 800px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .inner-article {
          padding-top: 175px; } }
      @media (min-width: 1320px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .inner-article {
          padding-top: 155px; } }
      @media (min-width: 1500px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .inner-article {
          padding-top: 175px; } }
      @media (min-width: 1920px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .inner-article {
          padding-top: 210px; } }
    body:not(.fsDraftMode).news-template .fsPostElement article .fsTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 13px;
      line-height: 24px;
      font-family: "Trajan W01 Bd";
      color: #850134;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 18px;
      font-size: 16px;
      text-transform: none;
      z-index: 3;
      margin-top: 26px;
      margin-bottom: 30px;
      letter-spacing: 0;
      max-height: 65px; }
      body:not(.fsDraftMode).news-template .fsPostElement article .fsTitle .inner-title {
        position: relative;
        z-index: 10;
        max-height: 65px;
        line-height: 1.6;
        display: block;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
    body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 0;
      -ms-flex-item-align: auto;
      align-self: auto;
      max-width: none;
      background-color: #acacac;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 185px; }
      @media (min-width: 400px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail {
          height: 255px; } }
      @media (min-width: 600px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail {
          height: 155px; } }
      @media (min-width: 700px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail {
          height: 195px; } }
      @media (min-width: 800px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail {
          height: 175px; } }
      @media (min-width: 1320px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail {
          height: 155px; } }
      @media (min-width: 1500px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail {
          height: 175px; } }
      @media (min-width: 1920px) {
        body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail {
          height: 210px; } }
      body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail img {
        display: none; }
      body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail .div-background-image {
        width: 100%;
        height: inherit;
        margin: 0 auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        position: relative; }
        body:not(.fsDraftMode).news-template .fsPostElement article .fsThumbnail .div-background-image::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
    body:not(.fsDraftMode).news-template .fsPostElement article .fsSummary {
      min-height: 62px;
      line-height: 1.5;
      position: relative; }
      body:not(.fsDraftMode).news-template .fsPostElement article .fsSummary::after {
        content: "";
        display: block;
        width: 26px;
        height: 1px;
        background-color: #acacac;
        margin: 0 auto;
        position: absolute;
        right: 0;
        left: 0;
        top: -15px; }
      body:not(.fsDraftMode).news-template .fsPostElement article .fsSummary ul {
        list-style: none;
        padding: 0; }
        body:not(.fsDraftMode).news-template .fsPostElement article .fsSummary ul li {
          margin-bottom: 5px; }
          body:not(.fsDraftMode).news-template .fsPostElement article .fsSummary ul li a:last-child::before {
            display: none; }
      body:not(.fsDraftMode).news-template .fsPostElement article .fsSummary p {
        margin: 0;
        line-height: 1.8; }
      body:not(.fsDraftMode).news-template .fsPostElement article .fsSummary img {
        display: none !important; }
        body.fsDraftMode.news-template .fsPageLayout .fsPostElement article .fsSummary img {
          height: auto !important; }
    body:not(.fsDraftMode).news-template .fsPostElement article .summary-wrapper {
      max-height: 80px; }
    body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      z-index: 0; }
      body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer .fsSharingButtons {
        margin: 0;
        line-height: 1; }
        body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer .fsSharingButtons a {
          display: none;
          margin: 0; }
          body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer .fsSharingButtons a.fsSharingFacebook, body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer .fsSharingButtons a.fsSharingTwitter {
            display: inline-block; }
          body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer .fsSharingButtons a.fsSharingFacebook {
            background-color: #3b5998; }
            body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer .fsSharingButtons a.fsSharingFacebook:hover {
              background-color: #7a002e; }
            body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer .fsSharingButtons a.fsSharingFacebook::before {
              background-size: auto 14px; }
          body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer .fsSharingButtons a.fsSharingTwitter {
            background-color: #55acee; }
            body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer .fsSharingButtons a.fsSharingTwitter:hover {
              background-color: #7a002e; }
            body:not(.fsDraftMode).news-template .fsPostElement article .fsSharingButtonsContainer .fsSharingButtons a.fsSharingTwitter::before {
              background-size: auto 12px; }
    body:not(.fsDraftMode).news-template .fsPostElement article .fsAuthor,
    body:not(.fsDraftMode).news-template .fsPostElement article .fsDateTime {
      display: none; }
    body:not(.fsDraftMode).news-template .fsPostElement article .fsCategories,
    body:not(.fsDraftMode).news-template .fsPostElement article .fsTags {
      display: none; }
  body:not(.fsDraftMode).news-template .fsPostElement .fsElementControls {
    -ms-flex-order: 2;
    order: 2;
    width: 120px;
    height: 47px;
    position: absolute;
    bottom: -47px;
    right: 0; }
    body:not(.fsDraftMode).news-template .fsPostElement .fsElementControls .fsAlertFeeds {
      width: 100px;
      height: 47px;
      position: absolute;
      bottom: 0;
      right: 0; }
    body:not(.fsDraftMode).news-template .fsPostElement .fsElementControls a {
      outline: 0;
      background: none; }
      body:not(.fsDraftMode).news-template .fsPostElement .fsElementControls a::after {
        font-size: 12px;
        line-height: 32px;
        white-space: nowrap;
        padding-left: 20px;
        text-transform: uppercase;
        display: inline-block;
        outline: 0;
        position: relative; }
      body:not(.fsDraftMode).news-template .fsPostElement .fsElementControls a.fsAlertsIcon {
        width: 120px;
        opacity: 0;
        height: 100%; }
      body:not(.fsDraftMode).news-template .fsPostElement .fsElementControls a.fsRSSIcon {
        display: none; }

.news-template-2 .news-tabs .fsPostElement .fsLoadMoreButton {
  font-size: 0;
  color: transparent;
  background: none;
  width: 200px;
  height: 70px;
  position: relative; }
  .news-template-2 .news-tabs .fsPostElement .fsLoadMoreButton::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

body:not(.fsDraftMode) .news-tabs {
  min-height: 800px; }
  body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 10px 0; }
    @media (min-width: 700px) {
      body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 110px; } }
    body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper::after {
      content: "";
      display: block;
      width: 200vw;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 0; }
    body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper .fsTabsNav,
    body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper .fsPageTitle {
      display: -ms-flexbox !important;
      display: flex !important; }
  body:not(.fsDraftMode) .news-tabs .fsTabsNav,
  body:not(.fsDraftMode) .news-tabs .fsPageTitle,
  body:not(.fsDraftMode) .news-tabs .toggle-news-tabs-nav,
  body:not(.fsDraftMode) .news-tabs > header {
    display: none;
    position: relative;
    z-index: 2; }
  body:not(.fsDraftMode) .news-tabs .fsPageTitle {
    -ms-flex-order: -2;
    order: -2;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
    margin-bottom: 20px;
    margin-top: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (min-width: 700px) {
      body:not(.fsDraftMode) .news-tabs .fsPageTitle {
        width: 30%;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0; } }
    @media (min-width: 1130px) {
      body:not(.fsDraftMode) .news-tabs .fsPageTitle {
        width: 20%; } }
  body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (min-width: 1130px) {
      body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header {
        display: none; } }
    body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header .fsElementHeaderContent {
      margin-bottom: 0; }
    body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      @media (max-width: 699px) {
        body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul li.archive-link {
          display: block;
          position: relative;
          padding: 10px 0 1px;
          margin-top: 10px; }
          body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul li.archive-link::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            width: 100vw;
            height: 1px;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-top: 1px solid #ccc; } }
      @media (min-width: 1130px) {
        body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul li.archive-link {
          padding-left: 16px; } }
      body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul li.archive-link a[title*="archive"] {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -17px; }
        @media (min-width: 700px) {
          body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul li.archive-link a[title*="archive"] {
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-left: 0; } }
        body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul li.archive-link a[title*="archive"]:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          width: 17px;
          height: 17px;
          line-height: 14px;
          position: relative;
          bottom: 0;
          margin-left: 10px;
          margin-right: 7px;
          -ms-flex-order: -1;
          order: -1;
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          display: block;
          opacity: 1;
          font-size: 8px;
          color: #f69db4;
          text-align: center;
          border: 2px solid #f69db4;
          border-radius: 100%; }
        @media (min-width: 700px) {
          body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul li.archive-link a[title*="archive"]:before {
            left: -8px;
            height: 35px;
            border-left: 1px solid #c1c1c1; } }
  @media (min-width: 700px) and (max-width: 1129px) {
    body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul li.archive-link a[title*="archive"]:before {
      left: -16px; } }
        @media (max-width: 699px) {
          body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul li.archive-link a[title*="archive"]:before {
            display: none; } }
      @media (max-width: 1129px) {
        body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header ul li.links:not(.archive-link) {
          display: none; } }
    body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header a {
      outline: 0;
      display: block;
      color: #616161;
      font-family: "Palatino Linotype W01";
      font-size: 12px;
      text-transform: uppercase;
      background-color: transparent;
      line-height: 26px;
      padding: 0 13px;
      height: 26px;
      left: 1px;
      margin: 0 0 0 -1px;
      padding: 0 11px;
      z-index: 1;
      position: relative;
      transition: all 0.2s linear; }
      body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header a::before {
        content: "";
        display: block;
        position: absolute;
        height: 10px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        @media (min-width: 1200px) {
          body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header a::before {
            border: 0px solid #616161;
            border-left-width: 1px; } }
      @media (min-width: 1200px) {
        body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header a::after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          left: 0;
          margin: 0 auto;
          bottom: -53px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 20px 0 20px;
          border-color: #fff transparent transparent transparent;
          opacity: 0; } }
      body:not(.fsDraftMode) .news-tabs .news-tabs-wrapper header a:hover {
        color: #f69db4; }
  body:not(.fsDraftMode) .news-tabs .toggle-news-tabs-nav {
    -ms-flex-order: -1;
    order: -1;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    @media (min-width: 700px) {
      body:not(.fsDraftMode) .news-tabs .toggle-news-tabs-nav {
        margin-bottom: 0;
        margin-right: 45px; } }
    @media (min-width: 1130px) {
      body:not(.fsDraftMode) .news-tabs .toggle-news-tabs-nav {
        display: none; } }
    body:not(.fsDraftMode) .news-tabs .toggle-news-tabs-nav span {
      color: #404040;
      float: left;
      font-family: "Palatino Linotype W01";
      font-size: 11px;
      font-weight: normal;
      line-height: 27px;
      padding-right: 14px;
      text-transform: uppercase;
      display: none; }
      @media (min-width: 700px) {
        body:not(.fsDraftMode) .news-tabs .toggle-news-tabs-nav span {
          display: block; } }
    body:not(.fsDraftMode) .news-tabs .toggle-news-tabs-nav button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      width: 130px;
      height: 28px;
      line-height: 19px;
      vertical-align: middle;
      font-size: 12px;
      text-align: left;
      font-family: sans-serif;
      overflow: hidden;
      display: block;
      padding: 4px 8px;
      border-radius: 3px;
      border: 1px solid #bfbfbf;
      background-color: #f8f8f8;
      background-image: url("../images/arrow-up-down.png");
      background-position: 95% 7px;
      background-repeat: no-repeat;
      cursor: pointer;
      transition: 0.3s; }
      @media (min-width: 900px) {
        body:not(.fsDraftMode) .news-tabs .toggle-news-tabs-nav button {
          width: 190px; } }
      body:not(.fsDraftMode) .news-tabs .toggle-news-tabs-nav button:hover {
        background-color: #ffffff;
        border: 1px solid #969696; }
  body:not(.fsDraftMode) .news-tabs .fsTabsNav {
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    background-color: #fff;
    position: relative;
    z-index: 10; }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .news-tabs .fsTabsNav li.archive-link {
        display: block;
        position: relative;
        padding: 10px 0 1px;
        margin-top: 10px; }
        body:not(.fsDraftMode) .news-tabs .fsTabsNav li.archive-link::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          width: 100vw;
          height: 1px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          border-top: 1px solid #ccc; } }
    @media (min-width: 1130px) {
      body:not(.fsDraftMode) .news-tabs .fsTabsNav li.archive-link {
        padding-left: 16px; } }
    body:not(.fsDraftMode) .news-tabs .fsTabsNav li.archive-link a[title*="archive"] {
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -17px; }
      @media (min-width: 700px) {
        body:not(.fsDraftMode) .news-tabs .fsTabsNav li.archive-link a[title*="archive"] {
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-left: 0; } }
      body:not(.fsDraftMode) .news-tabs .fsTabsNav li.archive-link a[title*="archive"]:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        width: 17px;
        height: 17px;
        line-height: 14px;
        position: relative;
        bottom: 0;
        margin-left: 10px;
        margin-right: 7px;
        -ms-flex-order: -1;
        order: -1;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        display: block;
        opacity: 1;
        font-size: 8px;
        color: #f69db4;
        text-align: center;
        border: 2px solid #f69db4;
        border-radius: 100%; }
      @media (min-width: 700px) {
        body:not(.fsDraftMode) .news-tabs .fsTabsNav li.archive-link a[title*="archive"]:before {
          left: -8px;
          height: 35px;
          border-left: 1px solid #c1c1c1; } }
  @media (min-width: 700px) and (max-width: 1129px) {
    body:not(.fsDraftMode) .news-tabs .fsTabsNav li.archive-link a[title*="archive"]:before {
      left: -16px; } }
      @media (max-width: 699px) {
        body:not(.fsDraftMode) .news-tabs .fsTabsNav li.archive-link a[title*="archive"]:before {
          display: none; } }
    @media (min-width: 1130px) {
      body:not(.fsDraftMode) .news-tabs .fsTabsNav {
        width: 80%; } }
    @media (max-width: 1129px) {
      body:not(.fsDraftMode) .news-tabs .fsTabsNav {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        height: auto;
        box-shadow: 0px 0px 14px 0 rgba(0, 0, 0, 0.32);
        padding: 10px;
        top: 0;
        left: 0;
        right: 0;
        margin: 10px auto 0;
        width: 100%;
        max-width: 200px;
        visibility: hidden;
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
        transition: all 0.3s ease-in-out; }
        body:not(.fsDraftMode) .news-tabs .fsTabsNav.content-is-active {
          max-height: 1000%;
          visibility: visible;
          opacity: 1;
          pointer-events: all;
          -ms-transform: scale(1);
          transform: scale(1); } }
    body:not(.fsDraftMode) .news-tabs .fsTabsNav li {
      margin: 0;
      outline: 0; }
      @media (max-width: 1129px) {
        body:not(.fsDraftMode) .news-tabs .fsTabsNav li {
          width: 100%;
          display: block;
          text-align: center; } }
      body:not(.fsDraftMode) .news-tabs .fsTabsNav li.links a {
        cursor: alias; }
      @media (max-width: 1129px) {
        body:not(.fsDraftMode) .news-tabs .fsTabsNav li.archive-link {
          display: none; } }
      body:not(.fsDraftMode) .news-tabs .fsTabsNav li.fsStateSelected a {
        color: #fff;
        background-color: #616161; }
        body:not(.fsDraftMode) .news-tabs .fsTabsNav li.fsStateSelected a:hover {
          color: #fff; }
        body:not(.fsDraftMode) .news-tabs .fsTabsNav li.fsStateSelected a::after {
          opacity: 1; }
      body:not(.fsDraftMode) .news-tabs .fsTabsNav li:first-of-type a::before {
        display: none; }
      body:not(.fsDraftMode) .news-tabs .fsTabsNav li a {
        outline: 0;
        display: block;
        color: #616161;
        font-family: "Palatino Linotype W01";
        font-size: 12px;
        text-transform: uppercase;
        background-color: transparent;
        line-height: 26px;
        padding: 0 13px;
        height: 26px;
        left: 1px;
        margin: 0 0 0 -1px;
        padding: 0 11px;
        z-index: 1;
        position: relative;
        transition: all 0.2s linear; }
        body:not(.fsDraftMode) .news-tabs .fsTabsNav li a::before {
          content: "";
          display: block;
          position: absolute;
          height: 10px;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
          @media (min-width: 1200px) {
            body:not(.fsDraftMode) .news-tabs .fsTabsNav li a::before {
              border: 0px solid #616161;
              border-left-width: 1px; } }
        @media (min-width: 1200px) {
          body:not(.fsDraftMode) .news-tabs .fsTabsNav li a::after {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            margin: 0 auto;
            bottom: -53px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 20px 0 20px;
            border-color: #fff transparent transparent transparent;
            opacity: 0; } }
        body:not(.fsDraftMode) .news-tabs .fsTabsNav li a:hover {
          color: #f69db4; }
        @media (max-width: 1129px) {
          body:not(.fsDraftMode) .news-tabs .fsTabsNav li a {
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis; } }
  body:not(.fsDraftMode) .news-tabs .fsPanel {
    margin-top: 35px; }
    body:not(.fsDraftMode) .news-tabs .fsPanel > header {
      display: none !important; }
    body:not(.fsDraftMode) .news-tabs .fsPanel > .fsElementContent {
      padding-top: 0; }

@media (max-width: 799px) {
  body:not(.fsComposeMode).obituaries-page #fsPageContent {
    padding-left: 15px;
    padding-right: 15px; } }

body:not(.fsComposeMode).obituaries-page .image-caption {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  body:not(.fsComposeMode).obituaries-page .image-caption img {
    display: none; }

body:not(.fsComposeMode).obituaries-page .SlideshowGallery {
  overflow: hidden; }
  body:not(.fsComposeMode).obituaries-page .SlideshowGallery,
  body:not(.fsComposeMode).obituaries-page .SlideshowGallery .universal-slide-bg {
    display: block !important;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 1400px) {
      body:not(.fsComposeMode).obituaries-page .SlideshowGallery,
      body:not(.fsComposeMode).obituaries-page .SlideshowGallery .universal-slide-bg {
        height: 440px; } }
  body:not(.fsComposeMode).obituaries-page .SlideshowGallery img {
    display: none; }

body:not(.fsComposeMode).obituaries-page .fsPostToolsElement {
  background: whitesmoke;
  border: 1px solid #acacac;
  padding: 0 0 0 0;
  font-family: "Palatino Linotype W01";
  position: relative;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1024px) {
    body:not(.fsComposeMode).obituaries-page .fsPostToolsElement {
      -ms-flex-direction: row;
      flex-direction: row; } }
  body:not(.fsComposeMode).obituaries-page .fsPostToolsElement > header {
    min-height: 42px;
    padding: 15px 10px 11px; }
    @media (min-width: 1024px) {
      body:not(.fsComposeMode).obituaries-page .fsPostToolsElement > header {
        padding-right: 20px;
        width: 60%; } }
    body:not(.fsComposeMode).obituaries-page .fsPostToolsElement > header .fsElementHeaderContent {
      margin: 0;
      font-size: 16px;
      font-family: "Gill Sans W04 Book"; }
      body:not(.fsComposeMode).obituaries-page .fsPostToolsElement > header .fsElementHeaderContent p {
        margin: 0;
        font-size: 16.4px;
        line-height: 1;
        vertical-align: middle; }
  body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent {
    min-height: 42px; }
    @media (min-width: 1024px) {
      body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent {
        width: 40%; } }
    body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsElementToolsSearch,
    body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsElementToolsKeyword {
      height: 100%; }
    body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent, body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsStyleSearchField {
      background-color: #7a002e; }
    body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsStyleSearchField {
      border: none;
      outline: 0;
      height: 100%;
      min-height: 42px;
      padding: 13px 70px 9px 10px;
      color: #fff;
      font-family: "Gill Sans W04 Book";
      font-size: 16px; }
      body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsStyleSearchField::-webkit-input-placeholder {
        color: #fff !important;
        font-size: 16px; }
      body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsStyleSearchField:-moz-placeholder {
        color: #fff !important;
        font-size: 16px; }
      body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsStyleSearchField::-moz-placeholder {
        color: #fff !important;
        font-size: 16px; }
      body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsStyleSearchField:-ms-input-placeholder {
        color: #fff !important;
        font-size: 16px; }
    body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsElementToolsSearchButton {
      position: absolute;
      right: 0;
      bottom: 0;
      margin: 0;
      border: none;
      font-size: 0;
      text-align: center;
      background: none;
      outline: 0;
      padding: 11px;
      width: 42px;
      height: 42px; }
      @media (min-width: 1024px) {
        body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsElementToolsSearchButton {
          height: 100%; } }
      body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsElementToolsSearchButton::before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        font-size: 16px;
        color: #fff; }
    body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsButtonClear {
      outline: 0;
      opacity: 0.8;
      border-radius: 100%;
      border: 2px solid #fff;
      width: 14px;
      height: 14px;
      right: 40px; }
      body:not(.fsComposeMode).obituaries-page .fsPostToolsElement .fsElementContent .fsButtonClear::before {
        background: #fff;
        height: 2px;
        width: 6px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }

body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement .fsListItems {
  width: 100%;
  height: 100%;
  margin: 0 !important; }

body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article {
  text-align: center;
  text-transform: none;
  font-family: "Trajan W01 Bd";
  color: #fff;
  transition: opacity 0.5s ease-in-out 0.6s, background-color 0.3s ease-in-out;
  padding: 0 5px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 255px; }
  @media (min-width: 585px) {
    body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article {
      width: 265px; } }
  @media (min-width: 992px) {
    body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article {
      width: 275px;
      padding: 0 10px;
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article {
      width: 295px;
      padding: 0 20px;
      margin-bottom: 40px; } }
  body:not(.fsDraftMode).obituaries-page .fsPageLayout .fsPostElement article {
    opacity: 0; }
    body:not(.fsDraftMode).obituaries-page .fsPageLayout .fsPostElement article.has-custom-js {
      opacity: 1; }
  body.fsDraftMode.obituaries-page .fsPageLayout .fsPostElement article {
    background-color: #2f2f2f;
    margin-right: 5px;
    color: #fff; }
  body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article:hover .inner-article {
    background-color: #7a002e; }
  body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .inner-article {
    margin: 0;
    padding: 40px 20px 28px;
    height: inherit;
    min-height: inherit;
    transition: background-color 0.3s ease-in-out;
    position: relative !important;
    left: 0 !important;
    overflow: hidden;
    background-color: #2f2f2f; }
    body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .inner-article::after {
      content: "";
      display: block;
      position: absolute;
      top: 12px;
      left: 12px;
      width: 4px;
      height: 4px;
      background-color: #7a002e; }
  body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .fsTitle, body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .fsTitle a {
    font-size: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: all; }
  body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .fsSummary {
    font-size: 15px;
    font-family: "Trajan W01 Bd"; }
    body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .fsSummary p {
      margin: 0 0 10px 0;
      line-height: 1.4;
      font-size: inherit; }
    body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .fsSummary a {
      display: none; }
  body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .sws-obituary-hidden, body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .sws-hr {
    display: none !important; }
  body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .fsReadMoreLink {
    font-size: 0;
    color: transparent;
    display: block;
    pointer-events: none;
    display: none; }
  body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .fsCategories,
  body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .fsTags,
  body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .fsAuthor,
  body:not(.fsComposeMode).obituaries-page .fsPageLayout .fsPostElement article .fsDateTime {
    display: none; }

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

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }
