@charset "UTF-8";
 /**
 *
 * Lower Merion School District - default_21
 * @link https://lmsdorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: Josh Webb
 * Project Manager: Jaime Skerker
 * Designer: 
 * ==== Git Info ====
 * Branch Name: clients/lmsdorg
 * Build version: 3.2.6
 * Git Tag: 
 * Last build by: Jon Brooks
 *
 **/

@charset "UTF-8";
/** 
 * Html5 Placeholder Polyfill - v2.0.9 - 2014-01-21 
 * web: http://blog.ginader.de/dev/jquery/HTML5-placeholder-polyfill/ 
 * issues: https://github.com/ginader/HTML5-placeholder-polyfill/issues 
 * Copyright (c) 2014 Dirk Ginader; Licensed MIT, GPL 
 */
@import url("https://fonts.googleapis.com/css?family=Enriqueta:400,500,600,700");
span.placeholder {
  position: absolute;
  font-size: 75%;
  color: #999;
  font-family: sans-serif;
  padding: 4px 3px;
  z-index: 1;
  cursor: text; }

span.placeholder-hide-except-screenreader {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

span.placeholder-hide {
  display: none; }

label.visuallyhidden-with-placeholder {
  height: auto !important;
  overflow: visible !important;
  position: absolute !important;
  left: -999em; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header .fsElementTitle::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header .fsElementTitle::after,
.fsAccordion.fsPanelIconAfter .fsPanel > header .fsElementTitle::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header .fsElementTitle::before, .fsPostElement.news-list.fsList .fsReadMoreLink:after,
.news-list .fsReadMoreLink:after, #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after, section.off-canvas .button.off-canvas-trigger:after, section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/contact-us']:before, section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/quick-links']:before, section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/staff-directory']:before, section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/search-results']:before, .navigation.social a[href*='facebook']:after, .navigation.social a[href*='google']:after, .navigation.social a[href*='instagram']:after, .navigation.social a[href*='linkedin']:after, .navigation.social a[href*='blog']:after, .navigation.social a[href*='twitter']:after, .navigation.social a[href*='youtube']:after, form.gsc-search-box-tools td.gsc-search-button:after, .site-search form.gsc-search-box-tools .gsc-clear-button .gsc-clear-button:after, .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 span.nowrap:after, .custom-post-slideshow.fsSlideshow .fsReadMoreLink:after, #fsHeader .top-bar .button.search-trigger:after,
#fsHeader .top-bar .button.off-canvas-trigger:after, #fsHeader .utilities .button.search-trigger:after,
#fsHeader .utilities .button.off-canvas-trigger:after, #fsHeader .navigation.main .button.search-trigger:after, .sub-navigation > header .fsElementHeaderContent:after, .home .fsPlayer.masthead .fsElementContent:after, .home .cluster button:after, .home .fsLeftArrow:before,
.home .fsRightArrow:before,
.home .slick-arrow:before {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

/*
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");
    }

*/
@keyframes animate-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.district {
  background: #541b25; }
  .district a {
    color: #CA4B44; }
    .district a:hover, .district a:focus {
      color: #CA4B44; }
  .district .module-dark,
  .district .module-dark .fsElementTitle,
  .district .module-dark a,
  .district a.fs_style_23:hover,
  .district a.fs_style_23:focus,
  .district a.fs_style_28,
  .district a.fs_style_29,
  .district a.fs_style_30:hover,
  .district a.fs_style_30:focus,
  .district a.fs_style_30:hover em,
  .district a.fs_style_30:focus em {
    color: #fff; }
  .district .module-light a:hover,
  .district .module-light a:focus,
  .district .module-dark a:hover,
  .district .module-dark a:focus {
    text-decoration: underline; }
  .district a.fs_style_28:hover,
  .district a.fs_style_28:focus,
  .district a.fs_style_30:hover,
  .district a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .district .module-light,
  .district .module-light .fsElementTitle,
  .district .module-light a,
  .district a.fs_style_30,
  .district a.fs_style_30 em {
    color: #000; }
  .district #fsHeader .top-bar,
  .district #fsFooter,
  .district .navigation.main .fsNavPageInfo,
  .district table.fs_style_31 th, .district table.fs_style_31 th,
  .district .fsTabs .fsTabsNav li.fsStateSelected a,
  .district .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .district .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .district .fs_style_31 th,
  .district .fs_style_32 th,
  .district a.fs_style_28,
  .district a.fs_style_29:hover,
  .district a.fs_style_29:focus,
  .district a.fs_style_23:hover,
  .district a.fs_style_23:focus,
  .district .module-dark,
  .district .fsConstituentSearchButton,
  .district .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .district .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .district .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .district .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .district .custom-search.fsContainer,
  .district .off-canvas.fsContainer,
  .district html {
    background: #541b25; }
  .district .fsTabs .fsTabsNav li a,
  .district .navigation.main nav ul.fsNavLevel1 > li > a,
  .district #fsFooter .social .fsElementContent a:after,
  .district .fsCalendar .fsTitle a,
  .district .fsCalendar .fsDate,
  .district .fsPostElement .fsTitle a,
  .district .fsPostElement .fsTitle a:hover,
  .district .fsPostElement .fsTitle a:focus,
  .district .fsNews .fsTitle a,
  .district .fsNews .fsTitle a:hover,
  .district .fsNews .fsTitle a:focus,
  .district a.fs_style_23,
  .district span.fs_style_24,
  .district a.fs_style_24,
  .district .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .district .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .district .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .district .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .district .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .district .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .district .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .district #fsPageBodyWrapper .navigation.tier a:hover,
  .district #fsPageBodyWrapper .navigation.tier a:focus,
  .district .custom-post-slideshow .fsTitle a:hover,
  .district .custom-post-slideshow .fsTitle a:focus {
    color: #541b25; }
  .district .custom-search.fsContainer button.search-toggle:before,
  .district #fsHeader .search-toggle:before,
  .district .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #BF433D; }
  .district .module-light,
  .district a.fs_style_30,
  .district .fsConstituentSearchButton:hover,
  .district .fsConstituentSearchButton:focus {
    background: #BF433D; }
  .district .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .district .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .district .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .district .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .district .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .district .fsCalendar .fsDate .fsDay,
  .district .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #CA4B44; }
  .district .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.harriton {
  background: #B70007; }
  .harriton a {
    color: #B70007; }
    .harriton a:hover, .harriton a:focus {
      color: #B70007; }
  .harriton .module-dark,
  .harriton .module-dark .fsElementTitle,
  .harriton .module-dark a,
  .harriton a.fs_style_23:hover,
  .harriton a.fs_style_23:focus,
  .harriton a.fs_style_28,
  .harriton a.fs_style_29,
  .harriton a.fs_style_30:hover,
  .harriton a.fs_style_30:focus,
  .harriton a.fs_style_30:hover em,
  .harriton a.fs_style_30:focus em {
    color: #fff; }
  .harriton .module-light a:hover,
  .harriton .module-light a:focus,
  .harriton .module-dark a:hover,
  .harriton .module-dark a:focus {
    text-decoration: underline; }
  .harriton a.fs_style_28:hover,
  .harriton a.fs_style_28:focus,
  .harriton a.fs_style_30:hover,
  .harriton a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .harriton .module-light,
  .harriton .module-light .fsElementTitle,
  .harriton .module-light a,
  .harriton a.fs_style_30,
  .harriton a.fs_style_30 em {
    color: #000; }
  .harriton #fsHeader .top-bar,
  .harriton #fsFooter,
  .harriton .navigation.main .fsNavPageInfo,
  .harriton table.fs_style_31 th, .harriton table.fs_style_31 th,
  .harriton .fsTabs .fsTabsNav li.fsStateSelected a,
  .harriton .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .harriton .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .harriton .fs_style_31 th,
  .harriton .fs_style_32 th,
  .harriton a.fs_style_28,
  .harriton a.fs_style_29:hover,
  .harriton a.fs_style_29:focus,
  .harriton a.fs_style_23:hover,
  .harriton a.fs_style_23:focus,
  .harriton .module-dark,
  .harriton .fsConstituentSearchButton,
  .harriton .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .harriton .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .harriton .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .harriton .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .harriton .custom-search.fsContainer,
  .harriton .off-canvas.fsContainer,
  .harriton html {
    background: #B70007; }
  .harriton .fsTabs .fsTabsNav li a,
  .harriton .navigation.main nav ul.fsNavLevel1 > li > a,
  .harriton #fsFooter .social .fsElementContent a:after,
  .harriton .fsCalendar .fsTitle a,
  .harriton .fsCalendar .fsDate,
  .harriton .fsPostElement .fsTitle a,
  .harriton .fsPostElement .fsTitle a:hover,
  .harriton .fsPostElement .fsTitle a:focus,
  .harriton .fsNews .fsTitle a,
  .harriton .fsNews .fsTitle a:hover,
  .harriton .fsNews .fsTitle a:focus,
  .harriton a.fs_style_23,
  .harriton span.fs_style_24,
  .harriton a.fs_style_24,
  .harriton .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .harriton .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .harriton .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .harriton .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .harriton .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .harriton .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .harriton .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .harriton #fsPageBodyWrapper .navigation.tier a:hover,
  .harriton #fsPageBodyWrapper .navigation.tier a:focus,
  .harriton .custom-post-slideshow .fsTitle a:hover,
  .harriton .custom-post-slideshow .fsTitle a:focus {
    color: #B70007; }
  .harriton .custom-search.fsContainer button.search-toggle:before,
  .harriton #fsHeader .search-toggle:before,
  .harriton .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #FF555B; }
  .harriton .module-light,
  .harriton a.fs_style_30,
  .harriton .fsConstituentSearchButton:hover,
  .harriton .fsConstituentSearchButton:focus {
    background: #FF555B; }
  .harriton .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .harriton .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .harriton .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .harriton .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .harriton .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .harriton .fsCalendar .fsDate .fsDay,
  .harriton .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #B70007; }
  .harriton .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.lmhs {
  background: #541B25; }
  .lmhs a {
    color: #BF433D; }
    .lmhs a:hover, .lmhs a:focus {
      color: #BF433D; }
  .lmhs .module-dark,
  .lmhs .module-dark .fsElementTitle,
  .lmhs .module-dark a,
  .lmhs a.fs_style_23:hover,
  .lmhs a.fs_style_23:focus,
  .lmhs a.fs_style_28,
  .lmhs a.fs_style_29,
  .lmhs a.fs_style_30:hover,
  .lmhs a.fs_style_30:focus,
  .lmhs a.fs_style_30:hover em,
  .lmhs a.fs_style_30:focus em {
    color: #fff; }
  .lmhs .module-light a:hover,
  .lmhs .module-light a:focus,
  .lmhs .module-dark a:hover,
  .lmhs .module-dark a:focus {
    text-decoration: underline; }
  .lmhs a.fs_style_28:hover,
  .lmhs a.fs_style_28:focus,
  .lmhs a.fs_style_30:hover,
  .lmhs a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .lmhs .module-light,
  .lmhs .module-light .fsElementTitle,
  .lmhs .module-light a,
  .lmhs a.fs_style_30,
  .lmhs a.fs_style_30 em {
    color: #000; }
  .lmhs #fsHeader .top-bar,
  .lmhs #fsFooter,
  .lmhs .navigation.main .fsNavPageInfo,
  .lmhs table.fs_style_31 th, .lmhs table.fs_style_31 th,
  .lmhs .fsTabs .fsTabsNav li.fsStateSelected a,
  .lmhs .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .lmhs .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .lmhs .fs_style_31 th,
  .lmhs .fs_style_32 th,
  .lmhs a.fs_style_28,
  .lmhs a.fs_style_29:hover,
  .lmhs a.fs_style_29:focus,
  .lmhs a.fs_style_23:hover,
  .lmhs a.fs_style_23:focus,
  .lmhs .module-dark,
  .lmhs .fsConstituentSearchButton,
  .lmhs .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .lmhs .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .lmhs .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .lmhs .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .lmhs .custom-search.fsContainer,
  .lmhs .off-canvas.fsContainer,
  .lmhs html {
    background: #541B25; }
  .lmhs .fsTabs .fsTabsNav li a,
  .lmhs .navigation.main nav ul.fsNavLevel1 > li > a,
  .lmhs #fsFooter .social .fsElementContent a:after,
  .lmhs .fsCalendar .fsTitle a,
  .lmhs .fsCalendar .fsDate,
  .lmhs .fsPostElement .fsTitle a,
  .lmhs .fsPostElement .fsTitle a:hover,
  .lmhs .fsPostElement .fsTitle a:focus,
  .lmhs .fsNews .fsTitle a,
  .lmhs .fsNews .fsTitle a:hover,
  .lmhs .fsNews .fsTitle a:focus,
  .lmhs a.fs_style_23,
  .lmhs span.fs_style_24,
  .lmhs a.fs_style_24,
  .lmhs .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .lmhs .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .lmhs .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .lmhs .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .lmhs .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .lmhs .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .lmhs .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .lmhs #fsPageBodyWrapper .navigation.tier a:hover,
  .lmhs #fsPageBodyWrapper .navigation.tier a:focus,
  .lmhs .custom-post-slideshow .fsTitle a:hover,
  .lmhs .custom-post-slideshow .fsTitle a:focus {
    color: #541B25; }
  .lmhs .custom-search.fsContainer button.search-toggle:before,
  .lmhs #fsHeader .search-toggle:before,
  .lmhs .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #A5878C; }
  .lmhs .module-light,
  .lmhs a.fs_style_30,
  .lmhs .fsConstituentSearchButton:hover,
  .lmhs .fsConstituentSearchButton:focus {
    background: #A5878C; }
  .lmhs .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .lmhs .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .lmhs .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .lmhs .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .lmhs .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .lmhs .fsCalendar .fsDate .fsDay,
  .lmhs .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #BF433D; }
  .lmhs .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.bala {
  background: #541B25; }
  .bala a {
    color: #BF433D; }
    .bala a:hover, .bala a:focus {
      color: #BF433D; }
  .bala .module-dark,
  .bala .module-dark .fsElementTitle,
  .bala .module-dark a,
  .bala a.fs_style_23:hover,
  .bala a.fs_style_23:focus,
  .bala a.fs_style_28,
  .bala a.fs_style_29,
  .bala a.fs_style_30:hover,
  .bala a.fs_style_30:focus,
  .bala a.fs_style_30:hover em,
  .bala a.fs_style_30:focus em {
    color: #fff; }
  .bala .module-light a:hover,
  .bala .module-light a:focus,
  .bala .module-dark a:hover,
  .bala .module-dark a:focus {
    text-decoration: underline; }
  .bala a.fs_style_28:hover,
  .bala a.fs_style_28:focus,
  .bala a.fs_style_30:hover,
  .bala a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .bala .module-light,
  .bala .module-light .fsElementTitle,
  .bala .module-light a,
  .bala a.fs_style_30,
  .bala a.fs_style_30 em {
    color: #000; }
  .bala #fsHeader .top-bar,
  .bala #fsFooter,
  .bala .navigation.main .fsNavPageInfo,
  .bala table.fs_style_31 th, .bala table.fs_style_31 th,
  .bala .fsTabs .fsTabsNav li.fsStateSelected a,
  .bala .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .bala .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .bala .fs_style_31 th,
  .bala .fs_style_32 th,
  .bala a.fs_style_28,
  .bala a.fs_style_29:hover,
  .bala a.fs_style_29:focus,
  .bala a.fs_style_23:hover,
  .bala a.fs_style_23:focus,
  .bala .module-dark,
  .bala .fsConstituentSearchButton,
  .bala .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .bala .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .bala .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .bala .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .bala .custom-search.fsContainer,
  .bala .off-canvas.fsContainer,
  .bala html {
    background: #541B25; }
  .bala .fsTabs .fsTabsNav li a,
  .bala .navigation.main nav ul.fsNavLevel1 > li > a,
  .bala #fsFooter .social .fsElementContent a:after,
  .bala .fsCalendar .fsTitle a,
  .bala .fsCalendar .fsDate,
  .bala .fsPostElement .fsTitle a,
  .bala .fsPostElement .fsTitle a:hover,
  .bala .fsPostElement .fsTitle a:focus,
  .bala .fsNews .fsTitle a,
  .bala .fsNews .fsTitle a:hover,
  .bala .fsNews .fsTitle a:focus,
  .bala a.fs_style_23,
  .bala span.fs_style_24,
  .bala a.fs_style_24,
  .bala .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .bala .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .bala .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .bala .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .bala .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .bala .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .bala .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .bala #fsPageBodyWrapper .navigation.tier a:hover,
  .bala #fsPageBodyWrapper .navigation.tier a:focus,
  .bala .custom-post-slideshow .fsTitle a:hover,
  .bala .custom-post-slideshow .fsTitle a:focus {
    color: #541B25; }
  .bala .custom-search.fsContainer button.search-toggle:before,
  .bala #fsHeader .search-toggle:before,
  .bala .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #A5878C; }
  .bala .module-light,
  .bala a.fs_style_30,
  .bala .fsConstituentSearchButton:hover,
  .bala .fsConstituentSearchButton:focus {
    background: #A5878C; }
  .bala .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .bala .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .bala .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .bala .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .bala .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .bala .fsCalendar .fsDate .fsDay,
  .bala .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #BF433D; }
  .bala .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.welsh {
  background: #014C16; }
  .welsh a {
    color: #218232; }
    .welsh a:hover, .welsh a:focus {
      color: #218232; }
  .welsh .module-dark,
  .welsh .module-dark .fsElementTitle,
  .welsh .module-dark a,
  .welsh a.fs_style_23:hover,
  .welsh a.fs_style_23:focus,
  .welsh a.fs_style_28,
  .welsh a.fs_style_29,
  .welsh a.fs_style_30:hover,
  .welsh a.fs_style_30:focus,
  .welsh a.fs_style_30:hover em,
  .welsh a.fs_style_30:focus em {
    color: #fff; }
  .welsh .module-light a:hover,
  .welsh .module-light a:focus,
  .welsh .module-dark a:hover,
  .welsh .module-dark a:focus {
    text-decoration: underline; }
  .welsh a.fs_style_28:hover,
  .welsh a.fs_style_28:focus,
  .welsh a.fs_style_30:hover,
  .welsh a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .welsh .module-light,
  .welsh .module-light .fsElementTitle,
  .welsh .module-light a,
  .welsh a.fs_style_30,
  .welsh a.fs_style_30 em {
    color: #000; }
  .welsh #fsHeader .top-bar,
  .welsh #fsFooter,
  .welsh .navigation.main .fsNavPageInfo,
  .welsh table.fs_style_31 th, .welsh table.fs_style_31 th,
  .welsh .fsTabs .fsTabsNav li.fsStateSelected a,
  .welsh .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .welsh .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .welsh .fs_style_31 th,
  .welsh .fs_style_32 th,
  .welsh a.fs_style_28,
  .welsh a.fs_style_29:hover,
  .welsh a.fs_style_29:focus,
  .welsh a.fs_style_23:hover,
  .welsh a.fs_style_23:focus,
  .welsh .module-dark,
  .welsh .fsConstituentSearchButton,
  .welsh .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .welsh .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .welsh .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .welsh .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .welsh .custom-search.fsContainer,
  .welsh .off-canvas.fsContainer,
  .welsh html {
    background: #014C16; }
  .welsh .fsTabs .fsTabsNav li a,
  .welsh .navigation.main nav ul.fsNavLevel1 > li > a,
  .welsh #fsFooter .social .fsElementContent a:after,
  .welsh .fsCalendar .fsTitle a,
  .welsh .fsCalendar .fsDate,
  .welsh .fsPostElement .fsTitle a,
  .welsh .fsPostElement .fsTitle a:hover,
  .welsh .fsPostElement .fsTitle a:focus,
  .welsh .fsNews .fsTitle a,
  .welsh .fsNews .fsTitle a:hover,
  .welsh .fsNews .fsTitle a:focus,
  .welsh a.fs_style_23,
  .welsh span.fs_style_24,
  .welsh a.fs_style_24,
  .welsh .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .welsh .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .welsh .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .welsh .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .welsh .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .welsh .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .welsh .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .welsh #fsPageBodyWrapper .navigation.tier a:hover,
  .welsh #fsPageBodyWrapper .navigation.tier a:focus,
  .welsh .custom-post-slideshow .fsTitle a:hover,
  .welsh .custom-post-slideshow .fsTitle a:focus {
    color: #014C16; }
  .welsh .custom-search.fsContainer button.search-toggle:before,
  .welsh #fsHeader .search-toggle:before,
  .welsh .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #52B564; }
  .welsh .module-light,
  .welsh a.fs_style_30,
  .welsh .fsConstituentSearchButton:hover,
  .welsh .fsConstituentSearchButton:focus {
    background: #52B564; }
  .welsh .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .welsh .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .welsh .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .welsh .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .welsh .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .welsh .fsCalendar .fsDate .fsDay,
  .welsh .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #218232; }
  .welsh .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.belmont {
  background: #000000; }
  .belmont a {
    color: #BF4600; }
    .belmont a:hover, .belmont a:focus {
      color: #BF4600; }
  .belmont .module-dark,
  .belmont .module-dark .fsElementTitle,
  .belmont .module-dark a,
  .belmont a.fs_style_23:hover,
  .belmont a.fs_style_23:focus,
  .belmont a.fs_style_28,
  .belmont a.fs_style_29,
  .belmont a.fs_style_30:hover,
  .belmont a.fs_style_30:focus,
  .belmont a.fs_style_30:hover em,
  .belmont a.fs_style_30:focus em {
    color: #fff; }
  .belmont .module-light a:hover,
  .belmont .module-light a:focus,
  .belmont .module-dark a:hover,
  .belmont .module-dark a:focus {
    text-decoration: underline; }
  .belmont a.fs_style_28:hover,
  .belmont a.fs_style_28:focus,
  .belmont a.fs_style_30:hover,
  .belmont a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .belmont .module-light,
  .belmont .module-light .fsElementTitle,
  .belmont .module-light a,
  .belmont a.fs_style_30,
  .belmont a.fs_style_30 em {
    color: #000; }
  .belmont #fsHeader .top-bar,
  .belmont #fsFooter,
  .belmont .navigation.main .fsNavPageInfo,
  .belmont table.fs_style_31 th, .belmont table.fs_style_31 th,
  .belmont .fsTabs .fsTabsNav li.fsStateSelected a,
  .belmont .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .belmont .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .belmont .fs_style_31 th,
  .belmont .fs_style_32 th,
  .belmont a.fs_style_28,
  .belmont a.fs_style_29:hover,
  .belmont a.fs_style_29:focus,
  .belmont a.fs_style_23:hover,
  .belmont a.fs_style_23:focus,
  .belmont .module-dark,
  .belmont .fsConstituentSearchButton,
  .belmont .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .belmont .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .belmont .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .belmont .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .belmont .custom-search.fsContainer,
  .belmont .off-canvas.fsContainer,
  .belmont html {
    background: #000000; }
  .belmont .fsTabs .fsTabsNav li a,
  .belmont .navigation.main nav ul.fsNavLevel1 > li > a,
  .belmont #fsFooter .social .fsElementContent a:after,
  .belmont .fsCalendar .fsTitle a,
  .belmont .fsCalendar .fsDate,
  .belmont .fsPostElement .fsTitle a,
  .belmont .fsPostElement .fsTitle a:hover,
  .belmont .fsPostElement .fsTitle a:focus,
  .belmont .fsNews .fsTitle a,
  .belmont .fsNews .fsTitle a:hover,
  .belmont .fsNews .fsTitle a:focus,
  .belmont a.fs_style_23,
  .belmont span.fs_style_24,
  .belmont a.fs_style_24,
  .belmont .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .belmont .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .belmont .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .belmont .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .belmont .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .belmont .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .belmont .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .belmont #fsPageBodyWrapper .navigation.tier a:hover,
  .belmont #fsPageBodyWrapper .navigation.tier a:focus,
  .belmont .custom-post-slideshow .fsTitle a:hover,
  .belmont .custom-post-slideshow .fsTitle a:focus {
    color: #000000; }
  .belmont .custom-search.fsContainer button.search-toggle:before,
  .belmont #fsHeader .search-toggle:before,
  .belmont .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #DCC72B; }
  .belmont .module-light,
  .belmont a.fs_style_30,
  .belmont .fsConstituentSearchButton:hover,
  .belmont .fsConstituentSearchButton:focus {
    background: #DCC72B; }
  .belmont .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .belmont .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .belmont .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .belmont .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .belmont .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .belmont .fsCalendar .fsDate .fsDay,
  .belmont .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #BF4600; }
  .belmont .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.cynwyd {
  background: #00521F; }
  .cynwyd a {
    color: #00833E; }
    .cynwyd a:hover, .cynwyd a:focus {
      color: #00833E; }
  .cynwyd .module-dark,
  .cynwyd .module-dark .fsElementTitle,
  .cynwyd .module-dark a,
  .cynwyd a.fs_style_23:hover,
  .cynwyd a.fs_style_23:focus,
  .cynwyd a.fs_style_28,
  .cynwyd a.fs_style_29,
  .cynwyd a.fs_style_30:hover,
  .cynwyd a.fs_style_30:focus,
  .cynwyd a.fs_style_30:hover em,
  .cynwyd a.fs_style_30:focus em {
    color: #fff; }
  .cynwyd .module-light a:hover,
  .cynwyd .module-light a:focus,
  .cynwyd .module-dark a:hover,
  .cynwyd .module-dark a:focus {
    text-decoration: underline; }
  .cynwyd a.fs_style_28:hover,
  .cynwyd a.fs_style_28:focus,
  .cynwyd a.fs_style_30:hover,
  .cynwyd a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .cynwyd .module-light,
  .cynwyd .module-light .fsElementTitle,
  .cynwyd .module-light a,
  .cynwyd a.fs_style_30,
  .cynwyd a.fs_style_30 em {
    color: #000; }
  .cynwyd #fsHeader .top-bar,
  .cynwyd #fsFooter,
  .cynwyd .navigation.main .fsNavPageInfo,
  .cynwyd table.fs_style_31 th, .cynwyd table.fs_style_31 th,
  .cynwyd .fsTabs .fsTabsNav li.fsStateSelected a,
  .cynwyd .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .cynwyd .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .cynwyd .fs_style_31 th,
  .cynwyd .fs_style_32 th,
  .cynwyd a.fs_style_28,
  .cynwyd a.fs_style_29:hover,
  .cynwyd a.fs_style_29:focus,
  .cynwyd a.fs_style_23:hover,
  .cynwyd a.fs_style_23:focus,
  .cynwyd .module-dark,
  .cynwyd .fsConstituentSearchButton,
  .cynwyd .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .cynwyd .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .cynwyd .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .cynwyd .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .cynwyd .custom-search.fsContainer,
  .cynwyd .off-canvas.fsContainer,
  .cynwyd html {
    background: #00521F; }
  .cynwyd .fsTabs .fsTabsNav li a,
  .cynwyd .navigation.main nav ul.fsNavLevel1 > li > a,
  .cynwyd #fsFooter .social .fsElementContent a:after,
  .cynwyd .fsCalendar .fsTitle a,
  .cynwyd .fsCalendar .fsDate,
  .cynwyd .fsPostElement .fsTitle a,
  .cynwyd .fsPostElement .fsTitle a:hover,
  .cynwyd .fsPostElement .fsTitle a:focus,
  .cynwyd .fsNews .fsTitle a,
  .cynwyd .fsNews .fsTitle a:hover,
  .cynwyd .fsNews .fsTitle a:focus,
  .cynwyd a.fs_style_23,
  .cynwyd span.fs_style_24,
  .cynwyd a.fs_style_24,
  .cynwyd .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .cynwyd .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .cynwyd .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .cynwyd .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .cynwyd .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .cynwyd .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .cynwyd .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .cynwyd #fsPageBodyWrapper .navigation.tier a:hover,
  .cynwyd #fsPageBodyWrapper .navigation.tier a:focus,
  .cynwyd .custom-post-slideshow .fsTitle a:hover,
  .cynwyd .custom-post-slideshow .fsTitle a:focus {
    color: #00521F; }
  .cynwyd .custom-search.fsContainer button.search-toggle:before,
  .cynwyd #fsHeader .search-toggle:before,
  .cynwyd .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #759A88; }
  .cynwyd .module-light,
  .cynwyd a.fs_style_30,
  .cynwyd .fsConstituentSearchButton:hover,
  .cynwyd .fsConstituentSearchButton:focus {
    background: #759A88; }
  .cynwyd .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .cynwyd .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .cynwyd .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .cynwyd .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .cynwyd .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .cynwyd .fsCalendar .fsDate .fsDay,
  .cynwyd .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #00833E; }
  .cynwyd .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.gladwyne {
  background: #D22127; }
  .gladwyne a {
    color: #D22127; }
    .gladwyne a:hover, .gladwyne a:focus {
      color: #D22127; }
  .gladwyne .module-dark,
  .gladwyne .module-dark .fsElementTitle,
  .gladwyne .module-dark a,
  .gladwyne a.fs_style_23:hover,
  .gladwyne a.fs_style_23:focus,
  .gladwyne a.fs_style_28,
  .gladwyne a.fs_style_29,
  .gladwyne a.fs_style_30:hover,
  .gladwyne a.fs_style_30:focus,
  .gladwyne a.fs_style_30:hover em,
  .gladwyne a.fs_style_30:focus em {
    color: #fff; }
  .gladwyne .module-light a:hover,
  .gladwyne .module-light a:focus,
  .gladwyne .module-dark a:hover,
  .gladwyne .module-dark a:focus {
    text-decoration: underline; }
  .gladwyne a.fs_style_28:hover,
  .gladwyne a.fs_style_28:focus,
  .gladwyne a.fs_style_30:hover,
  .gladwyne a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .gladwyne .module-light,
  .gladwyne .module-light .fsElementTitle,
  .gladwyne .module-light a,
  .gladwyne a.fs_style_30,
  .gladwyne a.fs_style_30 em {
    color: #000; }
  .gladwyne #fsHeader .top-bar,
  .gladwyne #fsFooter,
  .gladwyne .navigation.main .fsNavPageInfo,
  .gladwyne table.fs_style_31 th, .gladwyne table.fs_style_31 th,
  .gladwyne .fsTabs .fsTabsNav li.fsStateSelected a,
  .gladwyne .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .gladwyne .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .gladwyne .fs_style_31 th,
  .gladwyne .fs_style_32 th,
  .gladwyne a.fs_style_28,
  .gladwyne a.fs_style_29:hover,
  .gladwyne a.fs_style_29:focus,
  .gladwyne a.fs_style_23:hover,
  .gladwyne a.fs_style_23:focus,
  .gladwyne .module-dark,
  .gladwyne .fsConstituentSearchButton,
  .gladwyne .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .gladwyne .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .gladwyne .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .gladwyne .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .gladwyne .custom-search.fsContainer,
  .gladwyne .off-canvas.fsContainer,
  .gladwyne html {
    background: #D22127; }
  .gladwyne .fsTabs .fsTabsNav li a,
  .gladwyne .navigation.main nav ul.fsNavLevel1 > li > a,
  .gladwyne #fsFooter .social .fsElementContent a:after,
  .gladwyne .fsCalendar .fsTitle a,
  .gladwyne .fsCalendar .fsDate,
  .gladwyne .fsPostElement .fsTitle a,
  .gladwyne .fsPostElement .fsTitle a:hover,
  .gladwyne .fsPostElement .fsTitle a:focus,
  .gladwyne .fsNews .fsTitle a,
  .gladwyne .fsNews .fsTitle a:hover,
  .gladwyne .fsNews .fsTitle a:focus,
  .gladwyne a.fs_style_23,
  .gladwyne span.fs_style_24,
  .gladwyne a.fs_style_24,
  .gladwyne .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .gladwyne .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .gladwyne .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .gladwyne .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .gladwyne .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .gladwyne .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .gladwyne .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .gladwyne #fsPageBodyWrapper .navigation.tier a:hover,
  .gladwyne #fsPageBodyWrapper .navigation.tier a:focus,
  .gladwyne .custom-post-slideshow .fsTitle a:hover,
  .gladwyne .custom-post-slideshow .fsTitle a:focus {
    color: #D22127; }
  .gladwyne .custom-search.fsContainer button.search-toggle:before,
  .gladwyne #fsHeader .search-toggle:before,
  .gladwyne .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #FFC40D; }
  .gladwyne .module-light,
  .gladwyne a.fs_style_30,
  .gladwyne .fsConstituentSearchButton:hover,
  .gladwyne .fsConstituentSearchButton:focus {
    background: #FFC40D; }
  .gladwyne .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .gladwyne .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .gladwyne .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .gladwyne .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .gladwyne .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .gladwyne .fsCalendar .fsDate .fsDay,
  .gladwyne .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #D22127; }
  .gladwyne .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.merionelementary {
  background: #B70007; }
  .merionelementary a {
    color: #B70007; }
    .merionelementary a:hover, .merionelementary a:focus {
      color: #B70007; }
  .merionelementary .module-dark,
  .merionelementary .module-dark .fsElementTitle,
  .merionelementary .module-dark a,
  .merionelementary a.fs_style_23:hover,
  .merionelementary a.fs_style_23:focus,
  .merionelementary a.fs_style_28,
  .merionelementary a.fs_style_29,
  .merionelementary a.fs_style_30:hover,
  .merionelementary a.fs_style_30:focus,
  .merionelementary a.fs_style_30:hover em,
  .merionelementary a.fs_style_30:focus em {
    color: #fff; }
  .merionelementary .module-light a:hover,
  .merionelementary .module-light a:focus,
  .merionelementary .module-dark a:hover,
  .merionelementary .module-dark a:focus {
    text-decoration: underline; }
  .merionelementary a.fs_style_28:hover,
  .merionelementary a.fs_style_28:focus,
  .merionelementary a.fs_style_30:hover,
  .merionelementary a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .merionelementary .module-light,
  .merionelementary .module-light .fsElementTitle,
  .merionelementary .module-light a,
  .merionelementary a.fs_style_30,
  .merionelementary a.fs_style_30 em {
    color: #000; }
  .merionelementary #fsHeader .top-bar,
  .merionelementary #fsFooter,
  .merionelementary .navigation.main .fsNavPageInfo,
  .merionelementary table.fs_style_31 th, .merionelementary table.fs_style_31 th,
  .merionelementary .fsTabs .fsTabsNav li.fsStateSelected a,
  .merionelementary .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .merionelementary .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .merionelementary .fs_style_31 th,
  .merionelementary .fs_style_32 th,
  .merionelementary a.fs_style_28,
  .merionelementary a.fs_style_29:hover,
  .merionelementary a.fs_style_29:focus,
  .merionelementary a.fs_style_23:hover,
  .merionelementary a.fs_style_23:focus,
  .merionelementary .module-dark,
  .merionelementary .fsConstituentSearchButton,
  .merionelementary .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .merionelementary .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .merionelementary .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .merionelementary .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .merionelementary .custom-search.fsContainer,
  .merionelementary .off-canvas.fsContainer,
  .merionelementary html {
    background: #B70007; }
  .merionelementary .fsTabs .fsTabsNav li a,
  .merionelementary .navigation.main nav ul.fsNavLevel1 > li > a,
  .merionelementary #fsFooter .social .fsElementContent a:after,
  .merionelementary .fsCalendar .fsTitle a,
  .merionelementary .fsCalendar .fsDate,
  .merionelementary .fsPostElement .fsTitle a,
  .merionelementary .fsPostElement .fsTitle a:hover,
  .merionelementary .fsPostElement .fsTitle a:focus,
  .merionelementary .fsNews .fsTitle a,
  .merionelementary .fsNews .fsTitle a:hover,
  .merionelementary .fsNews .fsTitle a:focus,
  .merionelementary a.fs_style_23,
  .merionelementary span.fs_style_24,
  .merionelementary a.fs_style_24,
  .merionelementary .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .merionelementary .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .merionelementary .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .merionelementary .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .merionelementary .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .merionelementary .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .merionelementary .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .merionelementary #fsPageBodyWrapper .navigation.tier a:hover,
  .merionelementary #fsPageBodyWrapper .navigation.tier a:focus,
  .merionelementary .custom-post-slideshow .fsTitle a:hover,
  .merionelementary .custom-post-slideshow .fsTitle a:focus {
    color: #B70007; }
  .merionelementary .custom-search.fsContainer button.search-toggle:before,
  .merionelementary #fsHeader .search-toggle:before,
  .merionelementary .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #F0A092; }
  .merionelementary .module-light,
  .merionelementary a.fs_style_30,
  .merionelementary .fsConstituentSearchButton:hover,
  .merionelementary .fsConstituentSearchButton:focus {
    background: #F0A092; }
  .merionelementary .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .merionelementary .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .merionelementary .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .merionelementary .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .merionelementary .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .merionelementary .fsCalendar .fsDate .fsDay,
  .merionelementary .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #B70007; }
  .merionelementary .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.pennvalley {
  background: #002151; }
  .pennvalley a {
    color: #356CBA; }
    .pennvalley a:hover, .pennvalley a:focus {
      color: #356CBA; }
  .pennvalley .module-dark,
  .pennvalley .module-dark .fsElementTitle,
  .pennvalley .module-dark a,
  .pennvalley a.fs_style_23:hover,
  .pennvalley a.fs_style_23:focus,
  .pennvalley a.fs_style_28,
  .pennvalley a.fs_style_29,
  .pennvalley a.fs_style_30:hover,
  .pennvalley a.fs_style_30:focus,
  .pennvalley a.fs_style_30:hover em,
  .pennvalley a.fs_style_30:focus em {
    color: #fff; }
  .pennvalley .module-light a:hover,
  .pennvalley .module-light a:focus,
  .pennvalley .module-dark a:hover,
  .pennvalley .module-dark a:focus {
    text-decoration: underline; }
  .pennvalley a.fs_style_28:hover,
  .pennvalley a.fs_style_28:focus,
  .pennvalley a.fs_style_30:hover,
  .pennvalley a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .pennvalley .module-light,
  .pennvalley .module-light .fsElementTitle,
  .pennvalley .module-light a,
  .pennvalley a.fs_style_30,
  .pennvalley a.fs_style_30 em {
    color: #000; }
  .pennvalley #fsHeader .top-bar,
  .pennvalley #fsFooter,
  .pennvalley .navigation.main .fsNavPageInfo,
  .pennvalley table.fs_style_31 th, .pennvalley table.fs_style_31 th,
  .pennvalley .fsTabs .fsTabsNav li.fsStateSelected a,
  .pennvalley .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .pennvalley .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .pennvalley .fs_style_31 th,
  .pennvalley .fs_style_32 th,
  .pennvalley a.fs_style_28,
  .pennvalley a.fs_style_29:hover,
  .pennvalley a.fs_style_29:focus,
  .pennvalley a.fs_style_23:hover,
  .pennvalley a.fs_style_23:focus,
  .pennvalley .module-dark,
  .pennvalley .fsConstituentSearchButton,
  .pennvalley .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .pennvalley .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .pennvalley .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .pennvalley .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .pennvalley .custom-search.fsContainer,
  .pennvalley .off-canvas.fsContainer,
  .pennvalley html {
    background: #002151; }
  .pennvalley .fsTabs .fsTabsNav li a,
  .pennvalley .navigation.main nav ul.fsNavLevel1 > li > a,
  .pennvalley #fsFooter .social .fsElementContent a:after,
  .pennvalley .fsCalendar .fsTitle a,
  .pennvalley .fsCalendar .fsDate,
  .pennvalley .fsPostElement .fsTitle a,
  .pennvalley .fsPostElement .fsTitle a:hover,
  .pennvalley .fsPostElement .fsTitle a:focus,
  .pennvalley .fsNews .fsTitle a,
  .pennvalley .fsNews .fsTitle a:hover,
  .pennvalley .fsNews .fsTitle a:focus,
  .pennvalley a.fs_style_23,
  .pennvalley span.fs_style_24,
  .pennvalley a.fs_style_24,
  .pennvalley .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .pennvalley .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .pennvalley .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .pennvalley .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .pennvalley .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .pennvalley .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .pennvalley .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .pennvalley #fsPageBodyWrapper .navigation.tier a:hover,
  .pennvalley #fsPageBodyWrapper .navigation.tier a:focus,
  .pennvalley .custom-post-slideshow .fsTitle a:hover,
  .pennvalley .custom-post-slideshow .fsTitle a:focus {
    color: #002151; }
  .pennvalley .custom-search.fsContainer button.search-toggle:before,
  .pennvalley #fsHeader .search-toggle:before,
  .pennvalley .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #91A2bA; }
  .pennvalley .module-light,
  .pennvalley a.fs_style_30,
  .pennvalley .fsConstituentSearchButton:hover,
  .pennvalley .fsConstituentSearchButton:focus {
    background: #91A2bA; }
  .pennvalley .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .pennvalley .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .pennvalley .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .pennvalley .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .pennvalley .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .pennvalley .fsCalendar .fsDate .fsDay,
  .pennvalley .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #356CBA; }
  .pennvalley .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.pennwynne {
  background: #002151; }
  .pennwynne a {
    color: #0052AA; }
    .pennwynne a:hover, .pennwynne a:focus {
      color: #0052AA; }
  .pennwynne .module-dark,
  .pennwynne .module-dark .fsElementTitle,
  .pennwynne .module-dark a,
  .pennwynne a.fs_style_23:hover,
  .pennwynne a.fs_style_23:focus,
  .pennwynne a.fs_style_28,
  .pennwynne a.fs_style_29,
  .pennwynne a.fs_style_30:hover,
  .pennwynne a.fs_style_30:focus,
  .pennwynne a.fs_style_30:hover em,
  .pennwynne a.fs_style_30:focus em {
    color: #fff; }
  .pennwynne .module-light a:hover,
  .pennwynne .module-light a:focus,
  .pennwynne .module-dark a:hover,
  .pennwynne .module-dark a:focus {
    text-decoration: underline; }
  .pennwynne a.fs_style_28:hover,
  .pennwynne a.fs_style_28:focus,
  .pennwynne a.fs_style_30:hover,
  .pennwynne a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .pennwynne .module-light,
  .pennwynne .module-light .fsElementTitle,
  .pennwynne .module-light a,
  .pennwynne a.fs_style_30,
  .pennwynne a.fs_style_30 em {
    color: #000; }
  .pennwynne #fsHeader .top-bar,
  .pennwynne #fsFooter,
  .pennwynne .navigation.main .fsNavPageInfo,
  .pennwynne table.fs_style_31 th, .pennwynne table.fs_style_31 th,
  .pennwynne .fsTabs .fsTabsNav li.fsStateSelected a,
  .pennwynne .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .pennwynne .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .pennwynne .fs_style_31 th,
  .pennwynne .fs_style_32 th,
  .pennwynne a.fs_style_28,
  .pennwynne a.fs_style_29:hover,
  .pennwynne a.fs_style_29:focus,
  .pennwynne a.fs_style_23:hover,
  .pennwynne a.fs_style_23:focus,
  .pennwynne .module-dark,
  .pennwynne .fsConstituentSearchButton,
  .pennwynne .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .pennwynne .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .pennwynne .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .pennwynne .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .pennwynne .custom-search.fsContainer,
  .pennwynne .off-canvas.fsContainer,
  .pennwynne html {
    background: #002151; }
  .pennwynne .fsTabs .fsTabsNav li a,
  .pennwynne .navigation.main nav ul.fsNavLevel1 > li > a,
  .pennwynne #fsFooter .social .fsElementContent a:after,
  .pennwynne .fsCalendar .fsTitle a,
  .pennwynne .fsCalendar .fsDate,
  .pennwynne .fsPostElement .fsTitle a,
  .pennwynne .fsPostElement .fsTitle a:hover,
  .pennwynne .fsPostElement .fsTitle a:focus,
  .pennwynne .fsNews .fsTitle a,
  .pennwynne .fsNews .fsTitle a:hover,
  .pennwynne .fsNews .fsTitle a:focus,
  .pennwynne a.fs_style_23,
  .pennwynne span.fs_style_24,
  .pennwynne a.fs_style_24,
  .pennwynne .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .pennwynne .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .pennwynne .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .pennwynne .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .pennwynne .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .pennwynne .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .pennwynne .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .pennwynne #fsPageBodyWrapper .navigation.tier a:hover,
  .pennwynne #fsPageBodyWrapper .navigation.tier a:focus,
  .pennwynne .custom-post-slideshow .fsTitle a:hover,
  .pennwynne .custom-post-slideshow .fsTitle a:focus {
    color: #002151; }
  .pennwynne .custom-search.fsContainer button.search-toggle:before,
  .pennwynne #fsHeader .search-toggle:before,
  .pennwynne .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #58C6F1; }
  .pennwynne .module-light,
  .pennwynne a.fs_style_30,
  .pennwynne .fsConstituentSearchButton:hover,
  .pennwynne .fsConstituentSearchButton:focus {
    background: #58C6F1; }
  .pennwynne .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .pennwynne .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .pennwynne .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .pennwynne .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .pennwynne .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .pennwynne .fsCalendar .fsDate .fsDay,
  .pennwynne .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #0052AA; }
  .pennwynne .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

.blackrock {
  background: #A08A58; }
  .blackrock a {
    color: #7D4099; }
    .blackrock a:hover, .blackrock a:focus {
      color: #7D4099; }
  .blackrock .module-dark,
  .blackrock .module-dark .fsElementTitle,
  .blackrock .module-dark a,
  .blackrock a.fs_style_23:hover,
  .blackrock a.fs_style_23:focus,
  .blackrock a.fs_style_28,
  .blackrock a.fs_style_29,
  .blackrock a.fs_style_30:hover,
  .blackrock a.fs_style_30:focus,
  .blackrock a.fs_style_30:hover em,
  .blackrock a.fs_style_30:focus em {
    color: #fff; }
  .blackrock .module-light a:hover,
  .blackrock .module-light a:focus,
  .blackrock .module-dark a:hover,
  .blackrock .module-dark a:focus {
    text-decoration: underline; }
  .blackrock a.fs_style_28:hover,
  .blackrock a.fs_style_28:focus,
  .blackrock a.fs_style_30:hover,
  .blackrock a.fs_style_30:focus {
    background-color: #2B2B2B; }
  .blackrock .module-light,
  .blackrock .module-light .fsElementTitle,
  .blackrock .module-light a,
  .blackrock a.fs_style_30,
  .blackrock a.fs_style_30 em {
    color: #000; }
  .blackrock #fsHeader .top-bar,
  .blackrock #fsFooter,
  .blackrock .navigation.main .fsNavPageInfo,
  .blackrock table.fs_style_31 th, .blackrock table.fs_style_31 th,
  .blackrock .fsTabs .fsTabsNav li.fsStateSelected a,
  .blackrock .fsTabs .fsTabsNav li.fsStateSelected a:hover,
  .blackrock .fsTabs .fsTabsNav li.fsStateSelected a:focus,
  .blackrock .fs_style_31 th,
  .blackrock .fs_style_32 th,
  .blackrock a.fs_style_28,
  .blackrock a.fs_style_29:hover,
  .blackrock a.fs_style_29:focus,
  .blackrock a.fs_style_23:hover,
  .blackrock a.fs_style_23:focus,
  .blackrock .module-dark,
  .blackrock .fsConstituentSearchButton,
  .blackrock .custom-duo.fsTwoColumnLayout .slick-arrow:hover,
  .blackrock .custom-duo.fsTwoColumnLayout .slick-arrow:focus,
  .blackrock .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout,
  .blackrock .custom-header.fsContainer .custom-header-hero.fsResourceElement,
  .blackrock .custom-search.fsContainer,
  .blackrock .off-canvas.fsContainer,
  .blackrock html {
    background: #A08A58; }
  .blackrock .fsTabs .fsTabsNav li a,
  .blackrock .navigation.main nav ul.fsNavLevel1 > li > a,
  .blackrock #fsFooter .social .fsElementContent a:after,
  .blackrock .fsCalendar .fsTitle a,
  .blackrock .fsCalendar .fsDate,
  .blackrock .fsPostElement .fsTitle a,
  .blackrock .fsPostElement .fsTitle a:hover,
  .blackrock .fsPostElement .fsTitle a:focus,
  .blackrock .fsNews .fsTitle a,
  .blackrock .fsNews .fsTitle a:hover,
  .blackrock .fsNews .fsTitle a:focus,
  .blackrock a.fs_style_23,
  .blackrock span.fs_style_24,
  .blackrock a.fs_style_24,
  .blackrock .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a,
  .blackrock .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle,
  .blackrock .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a,
  .blackrock .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after,
  .blackrock .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after,
  .blackrock .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover,
  .blackrock .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus,
  .blackrock #fsPageBodyWrapper .navigation.tier a:hover,
  .blackrock #fsPageBodyWrapper .navigation.tier a:focus,
  .blackrock .custom-post-slideshow .fsTitle a:hover,
  .blackrock .custom-post-slideshow .fsTitle a:focus {
    color: #A08A58; }
  .blackrock .custom-search.fsContainer button.search-toggle:before,
  .blackrock #fsHeader .search-toggle:before,
  .blackrock .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
    color: #000000; }
  .blackrock .module-light,
  .blackrock a.fs_style_30,
  .blackrock .fsConstituentSearchButton:hover,
  .blackrock .fsConstituentSearchButton:focus {
    background: #000000; }
  .blackrock .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:hover,
  .blackrock .custom-post-slideshow.fsPostElement.fsSlideshow .fsTitle a:focus,
  .blackrock .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
  .blackrock .navigation.main nav ul.fsNavLevel1 > li > a:hover,
  .blackrock .navigation.main nav ul.fsNavLevel1 > li > a:focus,
  .blackrock .fsCalendar .fsDate .fsDay,
  .blackrock .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
    color: #7D4099; }
  .blackrock .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
    color: #fff; }

body.district .module-light,
body.district a.fs_style_30,
body.district .fsConstituentSearchButton:hover,
body.district .fsConstituentSearchButton:focus {
  background: #CA4B44; }

body.harriton .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33,
body.harriton .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
body.harriton .navigation.main nav ul.fsNavLevel1 > li > a:hover,
body.harriton .navigation.main nav ul.fsNavLevel1 > li > a:focus,
body.harriton .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
  color: #510003; }

body.harriton .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
  color: #F0A092; }

body.belmont .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:hover,
body.belmont .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:focus {
  background-color: rgba(255, 255, 255, 0.125); }

body.blackrock .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #7D4099; }

body.blackrock .navigation.main nav ul.fsNavLevel1 > li > a:hover,
body.blackrock .navigation.main nav ul.fsNavLevel1 > li > a:focus {
  color: #A08A58; }

body.gladwyne .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33,
body.gladwyne .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
body.gladwyne .navigation.main nav ul.fsNavLevel1 > li > a:hover,
body.gladwyne .navigation.main nav ul.fsNavLevel1 > li > a:focus,
body.gladwyne .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
  color: #7a1317; }

body.gladwyne .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
  color: #FFC40D; }

body.merionelementary .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33,
body.merionelementary .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a,
body.merionelementary .navigation.main nav ul.fsNavLevel1 > li > a:hover,
body.merionelementary .navigation.main nav ul.fsNavLevel1 > li > a:focus,
body.merionelementary .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
  color: #510003; }

body.merionelementary .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
  color: #F0A092; }

body.pennwynne .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
  color: #58C6F1; }

body.harriton .custom-search.fsContainer .custom-search-search form,
body.belmont .custom-search.fsContainer .custom-search-search form,
body.gladwyne .custom-search.fsContainer .custom-search-search form,
body.merionelementary .custom-search.fsContainer .custom-search-search form {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1); }

body.cynwyd .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:before,
body.cynwyd .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:after,
body.welsh .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:before,
body.welsh .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:after {
  background-color: rgba(255, 255, 255, 0.2); }

body.belmont .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:before,
body.belmont .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:after,
body.gladwyne .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:before,
body.gladwyne .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:after,
body.merionelementary .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:before,
body.merionelementary .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:after {
  background-color: rgba(255, 255, 255, 0.3); }

body.harriton .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:before,
body.harriton .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:after {
  background-color: rgba(255, 255, 255, 0.4); }

/*! structure - layouts v0.0.1 */
@font-face {
  font-family: 'allerregular';
  src: url("/uploaded/themes/default/fonts/aller_rg-webfont.woff2") format("woff2"), url("/uploaded/themes/default/fonts/aller_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "allerregular", sans-serif;
  background: #541b25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html:not(.fsComposerFormEmbed) {
  height: 100%; }

body {
  font-size: 16px;
  line-height: 1.375;
  color: #2B2B2B;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Enriqueta", serif;
  font-weight: bold; }

h1, .home .fsPlayer.masthead .slide .details .copy, .h1 {
  font-size: 1.875em;
  line-height: 1.5;
  margin-bottom: 13px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 7px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

h3, #fsFooter > .fsBanner header .fsElementTitle, .h3 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

h4, .h4 {
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700; }

h5, .h5 {
  font-size: 1em;
  line-height: 1.625;
  margin-bottom: 0;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

h6, .fsCalendar .fsTitle, .fsNews .fsTitle,
.fsPostElement .fsTitle, .h6 {
  font-size: 1em;
  line-height: 1.625;
  margin-bottom: 0;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700; }

p {
  margin-top: 0;
  margin-bottom: 15px; }

a {
  text-decoration: none;
  color: #464851;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    color: #8E7777;
    text-decoration: underline; }

.fsContent a:not([class*="fs_style"]) {
  font-weight: 600; }

ul,
ol {
  margin-top: 15px;
  margin-bottom: 15px; }

ul {
  padding-left: 20px; }

table.fs_style_32, table.fs_style_31 {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-spacing: 0; }
  table.fs_style_32 th, table.fs_style_31 th {
    padding: 12px 15px;
    background-color: #541b25;
    color: #fff;
    font-family: "allerregular", sans-serif;
    letter-spacing: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase; }
  table.fs_style_32 td, table.fs_style_31 td {
    padding: 12px 15px;
    vertical-align: top;
    background-color: rgba(217, 217, 217, 0.3); }
  table.fs_style_32 tr:nth-of-type(odd) td, table.fs_style_31 tr:nth-of-type(odd) td {
    background-color: rgba(217, 217, 217, 0.6); }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

.fs_style_26,
blockquote {
  display: block;
  position: relative;
  font-weight: 600;
  border-left: 1px solid #a5878c;
  padding-left: 19px;
  text-indent: -5px; }

.fs_style_27,
cite {
  margin-left: 10px; }
  .fs_style_27:before,
  cite:before {
    content: '~ '; }

@font-face {
  font-family: "IcoMoon";
  argle: bargle;
  src: url("/uploaded/themes/default/fonts/icomoon/icomoon.eot?1180icomoon");
  src: url("/uploaded/themes/default/fonts/icomoon/icomoon.eot?#iefix?1180icomoon") format("embedded-opentype"), url("/uploaded/themes/default/fonts/icomoon/icomoon.woff2?1180icomoon") format("woff2"), url("/uploaded/themes/default/fonts/icomoon/icomoon.ttf?1180icomoon") format("truetype"), url("/uploaded/themes/default/fonts/icomoon/icomoon.woff?1180icomoon") format("woff"), url("/uploaded/themes/default/fonts/icomoon/icomoon.svg?1180#icomoon") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'IcoMoon-WO';
  src: url("/uploaded/themes/default_21/fonts/icomoon/icomoon.eot?123");
  src: url("/uploaded/themes/default_21/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_21/fonts/icomoon/icomoon.woff?123") format("woff2"), url("/uploaded/themes/default_21/fonts/icomoon/icomoon.ttf?123") format("truetype"), url("/uploaded/themes/default_21/fonts/icomoon/icomoon.woff?123") format("woff"), url("/uploaded/themes/default_21/fonts/icomoon/icomoon.svg?123") format("svg");
  font-weight: 400;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-angle-up:before {
  content: "\e913"; }

.icon-angle-down:before {
  content: "\e912"; }

.icon-menu2:before {
  content: "\e910"; }

.icon-cross:before {
  content: "\e90f"; }

.icon-erase:before {
  content: "\e90d"; }

.icon-menu:before {
  content: "\e90e"; }

.icon-chevron-right:before {
  content: "\e90b"; }

.icon-chevron-up:before {
  content: "\e911"; }

.icon-chevron-down:before {
  content: "\e90c"; }

.icon-facebook:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-youtube:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e903"; }

.icon-group2:before {
  content: "\e904"; }

.icon-chevron-thin-left:before {
  content: "\e905"; }

.icon-chevron-thin-right:before {
  content: "\e906"; }

.icon-magnifying-glass:before {
  content: "\e907"; }

.icon-arrow-with-circle-right:before {
  content: "\e908"; }

.icon-link:before {
  content: "\e909"; }

.icon-telephone:before {
  content: "\e90a"; }

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden; }
  .has-tier-navigation #fsPageBodyWrapper {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (min-width: 600px) {
      .has-tier-navigation #fsPageBodyWrapper {
        padding-top: 40px;
        padding-bottom: 40px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px; }

#fsBannerLeft {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  width: auto; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 40px;
      display: block;
      width: 31.42857%; }
      .fsOverrideLeftBanner #fsBannerLeft {
        display: none !important; } }
  @media (min-width: 900px) {
    #fsBannerLeft {
      width: 23.72881%; } }

.fsBannerLeft.mobile {
  display: block; }
  @media (min-width: 600px) {
    .fsBannerLeft.mobile {
      display: none; } }

#fsPageContent {
  float: none;
  margin-bottom: 20px;
  width: 100% !important;
  margin: 0; }
  @media (min-width: 600px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 600px) {
    .fsHasRightBanner #fsPageContent {
      width: 68.64407% !important; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner #fsPageContent {
      width: 68.57143% !important; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    zoom: 1; }
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 68.57143% !important; } }
    @media (min-width: 900px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 44.91525% !important; } }
  @media (min-width: 600px) {
    .fsOverrideLeftBanner .fsHasLeftBanner.fsHasRightBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 600px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 70px;
      width: 31.35593%; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner #fsBannerRight {
      width: 68.57143%;
      margin-left: 31.42857%;
      padding-left: 0; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner #fsBannerRight {
      padding-left: 70px;
      width: 31.35593%;
      margin: 0; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsBannerRight {
      width: 100% !important;
      margin-left: 0; } }

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  float: none;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 20px;
      padding-left: 20px; } }

.fsLayout.home-callouts .fsDiv {
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 600px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 600px) {
  #fsFooter .fsThreeColumnLayout .fsDiv {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 900px) {
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-1 {
    width: 50%; }
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-2 {
    width: 20%; }
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-3 {
    width: 30%; } }

@media (min-width: 600px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1180px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1180px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 1180px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion .fsPanel {
    margin-bottom: 1px; }
    .fsAccordion .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: none; }
      .fsAccordion .fsPanel > header .fsElementTitle {
        transition: all 0.333s;
        margin-bottom: 0;
        display: block;
        padding: 12px 15px;
        color: #2B2B2B;
        font-family: "allerregular", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 1px solid; }
        .fsAccordion .fsPanel > header .fsElementTitle:before {
          font-family: "IcoMoon"; }
      .fsAccordion .fsPanel > header a:hover, .fsAccordion .fsPanel > header a:focus {
        text-decoration: underline; }
      .fsAccordion .fsPanel > header:hover .fsElementTitle, .fsAccordion .fsPanel > header:focus .fsElementTitle {
        border-bottom-color: #a5878c; }
    .fsAccordion .fsPanel.fsStateOpen > header {
      background: #fff;
      border-color: #bebebe;
      border-bottom-color: transparent; }
      .fsAccordion .fsPanel.fsStateOpen > header .fsElementTitle {
        border-bottom-color: #464851; }
        .fsAccordion .fsPanel.fsStateOpen > header .fsElementTitle:before {
          content: ""; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header .fsElementTitle::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header .fsElementTitle::after,
.fsAccordion.fsPanelIconAfter .fsPanel > header .fsElementTitle::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header .fsElementTitle::before {
  content: "";
  vertical-align: middle;
  font-size: 20px;
  border: none;
  width: auto;
  height: auto; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header .fsElementTitle::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: '\e90c'; }

.fsAccordion.fsPanelIconAfter .fsPanel > header .fsElementTitle::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header .fsElementTitle::before {
  content: '\e90b'; }

.fsAccordion.fsPanelIconBefore .fsPanel > header .fsElementTitle::before {
  margin: -3px 20px 0 0; }

.fsAccordion.fsPanelIconAfter .fsPanel > header .fsElementTitle:before {
  display: none; }

.fsAccordion.fsPanelIconAfter .fsPanel > header .fsElementTitle:after {
  margin: 0 0 0 20px;
  float: right; }

/*! elements - calendar v0.0.1 */
.fsCalendar {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .fsCalendar > header {
    padding-top: 15px; }
    .fsCalendar > header .fsElementTitle {
      margin-bottom: 15px; }
  .fsCalendar:first-child {
    margin-top: 0; }
  .fsCalendar:last-child {
    margin-bottom: 0; }
  .fsCalendar img {
    border-bottom: 5px solid #464646; }
  .fsCalendar article {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 100px;
    min-height: 80px; }
    .fsCalendar article:first-child {
      margin-top: 0; }
  .fsCalendar .fsTitle {
    color: #2B2B2B;
    font-weight: 600; }
  .fsCalendar .fsDate {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    color: #541b25;
    position: absolute;
    top: 50%;
    left: 0;
    height: 80px;
    width: 80px;
    padding-top: 5px;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid; }
    .fsCalendar .fsDate span {
      display: block; }
    .fsCalendar .fsDate .fsMonth {
      text-transform: uppercase; }
    .fsCalendar .fsDate .fsDay {
      font-size: 40px;
      font-weight: 600;
      color: #a5878c;
      line-height: 1; }
    .fsCalendar .fsDate .fsYear {
      display: none; }
  .fsCalendar .fsTimeRange {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
  .fsCalendar .fsLocation {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }

@media screen and (max-width: 899px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
      display: block;
      width: 14.28571% !important;
      height: 50px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 24px;
          border: 1px solid #dedede; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child,
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div:first-child {
            margin-bottom: 1px; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected,
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div.selected {
            background-color: #541b25;
            color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected {
        background: #98767c; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarDate,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected .fsCalendarDate {
          color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange .fsCalendarDate {
        position: absolute;
        right: 10px;
        top: 5px;
        line-height: 1;
        font-size: 15px; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
  @media (min-width: 900px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  @media (min-width: 900px) {
    .scroll-up {
      display: none; } }

.fsCalendarWeekendDayBoxfsCalendarOutOfRange > div:last-child .fsCalendarDate {
  top: auto !important;
  bottom: 0; }

.fsCalendarEventGrid .fsCalendarWeekdays span {
  transition: all 0.333s;
  font-size: 14px; }
  @media (min-width: 1180px) {
    .fsCalendarEventGrid .fsCalendarWeekdays span {
      font-size: 18px; } }

.fsCalendarDaybox {
  transition: all 0.333s; }
  .fsCalendarRow .fsCalendarDaybox.has-info {
    background: #c8c8cb; }
    @media (min-width: 900px) {
      .fsCalendarRow .fsCalendarDaybox.has-info {
        background: none; } }
  .fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
    background: #e4dbdd; }

.fsElementEventColorIcon {
  display: inline-block;
  width: 10px;
  height: 10px; }

.fsCalendarLegend {
  margin: 20px 0;
  padding: 0; }
  .fsCalendarLegend ul,
  .fsCalendarLegend ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsCalendarLegend a {
    display: block; }
  @media (min-width: 600px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 800px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 3;
      column-count: 3; } }
  .fsCalendarLegend > ul ul {
    margin-left: 20px; }

/*! elements - constituent v0.0.1 */
.fsConstituent .fsElementPagination {
  margin-bottom: 20px; }

.fsConstituentItem {
  float: none;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 600px) {
    .fsConstituentItem {
      display: inline-block;
      vertical-align: top;
      max-width: 100%;
      margin-left: 0;
      margin-right: 2%; } }
  .fsConstituentItem > * {
    padding-right: 20px;
    padding-left: 20px; }

.fsConstituent .fsPhoto {
  padding-right: 0;
  padding-left: 0; }
  .fsConstituent .fsPhoto img {
    display: block;
    width: 100%; }

.fsConstituent .fsFullName {
  padding-top: 20px; }

.fsConstituent .fsEmail {
  word-break: break-all; }

[class^='fsConstituentColumnLayout'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  [class^='fsConstituentColumnLayout'] .fsConstituentItem {
    width: 100%; }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 47%; }
  @media (min-width: 600px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: 47%; } }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem {
    width: 47%; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem {
    width: 30%; } }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: 47%; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: 30%; } }

@media (min-width: 1180px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: 22%; } }

.fsProfileSection {
  margin-bottom: 1.25em; }
  .fsProfileSection .fsProfileSectionSpecialData > div {
    display: block;
    width: auto;
    float: none; }
    @media (min-width: 600px) {
      .fsProfileSection .fsProfileSectionSpecialData > div {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        margin-right: -0.24em; }
        .fsProfileSection .fsProfileSectionSpecialData > div + div {
          margin-right: 0;
          width: 74%; } }

.fsConstituent.fsSearch {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dedede; }
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px; }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    margin: 0 10px;
    padding: 10px 30px;
    font-size: inherit; }

.fsElementPagination {
  margin: 20px 0; }

.fsPostElement.news-list.fsList header,
.fsPostElement.news-list.fsList footer,
.news-list header,
.news-list footer,
.event-list header,
.event-list footer {
  text-align: center; }

.fsPostElement.news-list.fsList footer,
.news-list footer,
.event-list footer {
  margin-top: 25px; }

.fsPostElement.news-list.fsList .fs_style_33,
.fsPostElement.news-list.fsList .view-all,
.news-list .fs_style_33,
.news-list .view-all,
.event-list .fs_style_33,
.event-list .view-all {
  font-size: 15px;
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  display: inline-block; }
  @media (min-width: 900px) {
    .fsPostElement.news-list.fsList .fs_style_33,
    .fsPostElement.news-list.fsList .view-all,
    .news-list .fs_style_33,
    .news-list .view-all,
    .event-list .fs_style_33,
    .event-list .view-all {
      -ms-transform: translateY(0);
      transform: translateY(0); } }

.fsPostElement.news-list.fsList .fsElementTitle,
.news-list .fsElementTitle,
.event-list .fsElementTitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: inline-block; }
  .fsPostElement.news-list.fsList .fsElementTitle:before, .fsPostElement.news-list.fsList .fsElementTitle:after,
  .news-list .fsElementTitle:before,
  .news-list .fsElementTitle:after,
  .event-list .fsElementTitle:before,
  .event-list .fsElementTitle:after {
    content: '';
    width: 23px;
    height: 1px;
    background: #2B2B2B;
    position: absolute;
    top: 50%; }
  .fsPostElement.news-list.fsList .fsElementTitle:before,
  .news-list .fsElementTitle:before,
  .event-list .fsElementTitle:before {
    left: -40px; }
  .fsPostElement.news-list.fsList .fsElementTitle:after,
  .news-list .fsElementTitle:after,
  .event-list .fsElementTitle:after {
    right: -40px; }

.home .fsPostElement.news-list.fsList .fsElementTitle, .home
.news-list .fsElementTitle, .home
.event-list .fsElementTitle {
  font-size: 30px; }

.fsPostElement.news-list.fsList .fsReadMoreLink .inner,
.news-list .fsReadMoreLink .inner {
  display: none; }

.fsPostElement.news-list.fsList .fsReadMoreLink:after,
.news-list .fsReadMoreLink:after {
  content: "";
  vertical-align: middle;
  margin-left: 8px; }

.fsPostElement.news-list.fsList .fsReadMoreLink:hover, .fsPostElement.news-list.fsList .fsReadMoreLink:focus,
.news-list .fsReadMoreLink:hover,
.news-list .fsReadMoreLink:focus {
  text-decoration: none;
  color: #541b25; }

.fsPostElement.news-list.fsList p,
.news-list p {
  display: inline; }

.caption {
  font-size: 0.8em;
  line-height: 1.1;
  margin-bottom: 7.04px;
  color: #454545;
  font-family: "Enriqueta", serif;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }

.fs_style_24,
.lead-in {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 7px;
  color: #541b25;
  font-family: "allerregular", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 300; }

.fs_style_25,
.callout:not(.button) {
  font-size: 24px;
  line-height: 30px;
  color: #2B2B2B;
  font-weight: 600; }

.content-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .content-block > header {
    padding-top: 15px; }
    .content-block > header .fsElementTitle {
      margin-bottom: 15px; }
  .content-block:first-child {
    margin-top: 0; }
  .content-block:last-child {
    margin-bottom: 0; }
  .content-block img {
    border-bottom: 5px solid #464646; }

.fs_style_23 {
  font-family: "allerregular", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #fff;
  color: #a5878c;
  text-align: center;
  border: 1px solid #541b25; }
  .fs_style_23:hover, .fs_style_23:focus {
    background-color: #541b25;
    color: #fff;
    text-decoration: none; }
  .fs_style_23 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1;
    transition: color 0.3s ease 0s; }
  .fs_style_23:hover, .fs_style_23:focus {
    border: 1px solid #541b25; }

.fs_style_28 {
  font-family: "allerregular", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #541b25;
  color: #a5878c;
  text-align: center; }
  .fs_style_28:hover, .fs_style_28:focus {
    background-color: #541b25;
    color: #fff;
    text-decoration: none; }
  .fs_style_28 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1;
    transition: color 0.3s ease 0s; }

.fs_style_29 {
  font-family: "allerregular", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #2B2B2B;
  color: #a5878c;
  text-align: center; }
  .fs_style_29:hover, .fs_style_29:focus {
    background-color: #2B2B2B;
    color: #fff;
    text-decoration: none; }
  .fs_style_29 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1;
    transition: color 0.3s ease 0s; }

.fs_style_30 {
  font-family: "allerregular", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #a5878c;
  color: #fff;
  text-align: center; }
  .fs_style_30:hover, .fs_style_30:focus {
    background-color: #a5878c;
    color: #fff;
    text-decoration: none; }
  .fs_style_30 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1;
    transition: color 0.3s ease 0s; }

.fs_style_28,
.fs_style_29,
.fs_style_30 {
  font-size: 25px;
  padding: 27px 100px; }
  .fs_style_28 em,
  .fs_style_29 em,
  .fs_style_30 em {
    color: #fff;
    margin-top: 15px; }

.fs_style_15,
.fs_style_16,
.fs_style_17 {
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 20px auto; }

@media (min-width: 600px) {
  .fs_style_15,
  .fs_style_16 {
    width: 50%; } }

@media (min-width: 900px) {
  .fs_style_15,
  .fs_style_16 {
    width: 37.5%; } }

@media (min-width: 600px) {
  .fs_style_15 {
    float: left;
    margin-right: 20px;
    margin-left: 0; } }

@media (min-width: 600px) {
  .fs_style_16 {
    float: right;
    margin-right: 0;
    margin-left: 20px; } }

.module-dark {
  background: #541b25;
  color: #fff;
  padding: 30px; }
  .module-dark .fsElementTitle {
    color: #a5878c; }
  .module-dark .fs_style_33 {
    color: #a5878c; }

.module-light {
  background: #a5878c;
  color: #541b25;
  padding: 30px; }
  .module-light .fs_style_33 {
    color: #541b25; }

.fs_style_33,
.view-all {
  text-transform: uppercase;
  color: #2B2B2B;
  font-size: 13px;
  font-weight: 700; }

.skip-link a {
  position: absolute;
  top: -40px;
  left: 0px;
  color: #fff;
  padding: 6px;
  background: rgba(0, 0, 0, 0.9);
  transition: top 1s ease-out, background 1s linear;
  z-index: 9999; }
  .skip-link a:focus {
    position: absolute;
    left: 0px;
    top: 10px;
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    transition: top .1s ease-in, background .5s linear; }

body p.fsAccountLogout a.fsStyleUpdateButton {
  color: #656567;
  background-color: rgba(220, 221, 224, 0.5); }
  body p.fsAccountLogout a.fsStyleUpdateButton:hover, body p.fsAccountLogout a.fsStyleUpdateButton:focus {
    color: #232327;
    text-decoration: none;
    background-color: rgba(220, 221, 224, 0.8); }

.translate-button .goog-te-gadget .goog-te-combo {
  margin-top: 0; }

.translate-button a.google-translate-toggle {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0; }

.translate-button #google_translate_element > .skiptranslate {
  color: rgba(255, 255, 255, 0.6); }

.translate-button #google_translate_element .goog-te-combo {
  color: #000000; }

.translate-button #google_translate_element .goog-logo-link {
  color: rgba(255, 255, 255, 0.6); }
  .translate-button #google_translate_element .goog-logo-link:hover, .translate-button #google_translate_element .goog-logo-link:focus {
    color: white; }

.fsPostElement .fsTitle a,
.fsPostElement a.fsReadMoreLink {
  font-weight: 600; }

.fsCalendar a.fsReadMoreLink {
  font-weight: 600; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #541b25;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover, .fsComposerFormEmbed form .linkLike:focus {
        color: #464851; }
    .fsComposerFormEmbed form .required {
      color: #541b25; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #541b25;
        transition: .3s;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .nextPage:focus, .fsComposerFormEmbed form .pageBreak .prevPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:focus {
          color: #464851;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      background: #541b25 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1;
      color: #ffffff !important; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        transition: .3s;
        color: #fff !important;
        background: #464851 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "allerregular", 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-prev:focus:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:focus: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; }

.fsGrid .fsListItems {
  margin: 0; }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fsBreadcrumb ul li {
    display: inline-block; }

.navigation.main {
  margin-bottom: 0; }
  .fsHeader .navigation.main {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .navigation.main {
        display: block; } }
  .navigation.main .fsNavLevel1 {
    padding: 0 0 0;
    margin: 0 0 0;
    list-style: none; }
    @media (min-width: 900px) {
      .navigation.main .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (min-width: 900px) {
      .navigation.main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto; } }
    .navigation.main .fsNavLevel1 > li:hover > a {
      color: #2B2B2B;
      background: transparent; }
    .navigation.main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #ffffff;
      background: transparent; }
    .navigation.main .fsNavLevel1 > li > a {
      display: block;
      padding: 15px 8px 15px;
      margin-right: 2px;
      margin-left: 2px;
      color: #ffffff;
      font-size: 18px;
      line-height: 25px;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      background: transparent; }
      .navigation.main .fsNavLevel1 > li > a:focus {
        color: #2B2B2B;
        text-decoration: none;
        background: transparent; }
    html.js .navigation.main .fsNavLevel1 > li,
    html:not(.js) .navigation.main .fsNavLevel1 > li.menu-item-open {
      position: relative;
      position: static;
      left: 0;
      right: 0;
      -ms-transform: none;
      transform: none; }
      html.js .navigation.main .fsNavLevel1 > li > .fsNavPageInfo,
      html:not(.js) .navigation.main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .menu-item-open html.js .navigation.main .fsNavLevel1 > li > .fsNavPageInfo, .menu-item-open
      html:not(.js) .navigation.main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .navigation.main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html:not(.js) .navigation.main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .navigation.main .fsNavLevel1 > li:hover .fsNavPageInfo,
      html:not(.js) .navigation.main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
        max-height: 9999px; }
    html:not(.js) .navigation.main .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .navigation.main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      html:not(.js) .navigation.main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        html:not(.js) .navigation.main .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }

.navigation.main .fsNavPageInfo {
  right: 0;
  z-index: 300;
  text-align: left;
  background: #541b25; }

.navigation.main .info-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 40px 40px; }

.navigation.main .fsNavPageDescription {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-order: -1;
  order: -1;
  display: block;
  width: 39.2857142857%;
  padding-left: 45px;
  border-left: 1px solid rgba(165, 135, 140, 0.4);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.375; }
  .navigation.main .fsNavPageDescription h3, .navigation.main .fsNavPageDescription a {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    color: #ffffff;
    font-size: 1.125em;
    line-height: 1.3888888889;
    font-weight: 700;
    text-transform: uppercase; }

.navigation.main .fsNavPageThumbnail {
  display: none !important; }

.navigation.main .fsNavLevel2 {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-order: -2;
  order: -2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  column-gap: 0;
  padding: 0 0 0 10px;
  margin: 0 0 0;
  list-style: none; }
  .navigation.main .fsNavLevel2 li {
    page-break-inside: avoid;
    break-inside: avoid;
    display: block; }
    .navigation.main .fsNavLevel2 li a {
      display: block;
      padding: 5px 0 5px;
      color: #ffffff;
      font-size: 16px;
      line-height: 1.375;
      font-weight: 400;
      background: transparent; }
      .navigation.main .fsNavLevel2 li a:hover, .navigation.main .fsNavLevel2 li a:focus {
        color: #ffffff;
        background: transparent; }
    .navigation.main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #ffffff;
      background: transparent; }

#fsPageBodyWrapper .navigation.tier {
  margin-right: -20px;
  margin-left: -20px;
  transition: all 0.333s;
  max-height: 0;
  overflow: hidden;
  background: #541b25; }
  #fsPageBodyWrapper .navigation.tier ul,
  #fsPageBodyWrapper .navigation.tier ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsPageBodyWrapper .navigation.tier a {
    display: block; }
  #fsPageBodyWrapper .navigation.tier a {
    color: #fff;
    padding: 10px 0 10px 40px; }
    #fsPageBodyWrapper .navigation.tier a:hover, #fsPageBodyWrapper .navigation.tier a:focus {
      color: #464851;
      text-decoration: underline; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li > a {
    border-bottom: 1px solid #a5878c; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li:first-child > a {
    border-top: 1px solid #a5878c; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li:last-child > a {
    border-bottom: none; }
  .has-tier-navigation #fsPageBodyWrapper .navigation.tier {
    max-height: 2000px; }
  #fsPageBodyWrapper .navigation.tier .fsNavPageInfo {
    padding-left: 25px;
    display: none; }
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPage > .fsNavPageInfo,
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor > .fsNavPageInfo {
    display: block; }
  @media (min-width: 600px) {
    #fsPageBodyWrapper .navigation.tier {
      margin-right: 0;
      margin-left: 0;
      display: block;
      background: none; }
      #fsPageBodyWrapper .navigation.tier a {
        color: #2B2B2B;
        padding: 5px 0; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li > a {
        border-bottom: 1px solid #c4c4c4; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li:first-child > a {
        border-top: none; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li:last-child > a {
        border-bottom: 1px solid #c4c4c4; } }
  #fsPageBodyWrapper .navigation.tier.mobile {
    display: block; }
    @media (min-width: 600px) {
      #fsPageBodyWrapper .navigation.tier.mobile {
        display: none; } }
  #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
    background-color: #541b25;
    padding: 20px 0;
    cursor: pointer;
    padding-left: 40%;
    color: #fff;
    font-family: "allerregular", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent h3 {
      display: inline-block; }
    @media (min-width: 600px) {
      #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
        display: none; } }
    #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after {
      font-size: 22px;
      content: "";
      vertical-align: middle;
      padding: 0 10px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #fsPageBodyWrapper .navigation.tier > .fsElementContent {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 600px) {
      #fsPageBodyWrapper .navigation.tier > .fsElementContent {
        max-height: none; } }
  #fsPageBodyWrapper .navigation.tier.open > header .fsElementHeaderContent:after {
    content: '\e913'; }
  #fsPageBodyWrapper .navigation.tier.open > .fsElementContent {
    max-height: 2000px; }
  #fsPageBodyWrapper .navigation.tier li {
    margin: 1px 0; }
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPage > a,
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor > a {
    color: #464851 !important;
    font-weight: 700; }
  #fsPageBodyWrapper .navigation.tier [class*="fsNavLevel"] {
    margin: 0; }
  [class*="hierarchy-tier"] #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li {
    display: none; }
  [class*="hierarchy-tier"] #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li > a {
    display: none; }
  [class*="hierarchy-tier"] #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage,
  [class*="hierarchy-tier"] #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor {
    display: block; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li {
    display: none; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a {
    display: none; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor {
    display: block; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 {
    display: none; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
    display: block;
    padding: 14px 20px;
    font-size: 1em;
    line-height: 1.375;
    color: #fff;
    background-color: #464851; }
    .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus,
    .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover,
    .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus,
    .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover,
    .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus,
    .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover,
    .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus {
      color: #a5878c;
      background-color: #464851; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 {
    margin: 0 10px 10px; }
    .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li,
    .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li,
    .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li,
    .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li {
      margin: 0; }
    .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a,
    .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a,
    .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a,
    .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a {
      display: block;
      padding: 14px 20px;
      font-size: 1em;
      line-height: 1.375;
      color: #fff;
      background-color: #464851;
      padding-top: 4.998px;
      padding-bottom: 4.998px;
      font-size: 0.875em;
      line-height: 1.42857; }
      .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover, .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:focus,
      .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover,
      .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:focus,
      .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover,
      .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:focus,
      .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover,
      .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:focus {
        color: #a5878c;
        background-color: #464851; }
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor {
    background: #464851;
    overflow: hidden; }
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 {
    display: block; }
  .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a {
    display: block;
    padding: 14px 20px;
    font-size: 1em;
    line-height: 1.375;
    color: #fff;
    background-color: #464851; }
    .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a:hover, .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a:focus {
      color: #a5878c;
      background-color: #464851; }
  .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 {
    margin: 0 10px 10px; }
    .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li {
      margin: 0; }
    .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
      display: block;
      padding: 14px 20px;
      font-size: 1em;
      line-height: 1.375;
      color: #fff;
      background-color: #464851;
      padding-top: 4.998px;
      padding-bottom: 4.998px;
      font-size: 0.875em;
      line-height: 1.42857; }
      .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus {
        color: #a5878c;
        background-color: #464851; }
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a {
    display: none; }
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li.fsNavCurrentPageAncestor > a {
    display: block; }

#fsAccountBar > ul > li {
  padding: 15px 5px 10px; }

section.off-canvas {
  transition: all 0.333s;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 201;
  height: 0;
  background: #541b25; }
  @media (min-width: 700px) {
    section.off-canvas {
      width: 50%; } }
  @media (min-width: 900px) {
    section.off-canvas {
      height: 0 !important; } }
  .fsAccountBarVisible section.off-canvas {
    margin-top: 45px; }
  .off-canvas-menu-open section.off-canvas {
    height: 900px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .off-canvas-menu-open html,
  .off-canvas-menu-open body {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
  .off-canvas-menu-open #fsPageWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
  section.off-canvas header .fsElementTitle {
    display: none; }
  section.off-canvas header .fsElementHeaderContent {
    display: none; }
  section.off-canvas > .fsElementContent {
    padding-top: 100px; }
  section.off-canvas .button.off-canvas-trigger {
    width: 58px;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    background: none; }
    section.off-canvas .button.off-canvas-trigger, section.off-canvas .button.off-canvas-trigger:hover, section.off-canvas .button.off-canvas-trigger:focus {
      border-color: transparent; }
    section.off-canvas .button.off-canvas-trigger:hover, section.off-canvas .button.off-canvas-trigger:focus {
      color: #fff; }
    section.off-canvas .button.off-canvas-trigger span {
      display: none; }
    section.off-canvas .button.off-canvas-trigger:after {
      content: "";
      vertical-align: middle;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      left: 14px;
      -ms-transform: none;
      transform: none;
      font-size: 28px;
      line-height: 30px;
      text-align: center;
      text-indent: 0; }
  section.off-canvas .translate-button {
    position: absolute;
    top: 15px;
    right: 15px; }
    section.off-canvas .translate-button .google-translate-toggle {
      position: absolute;
      top: -9999px;
      left: -9999px;
      opacity: 0; }
  section.off-canvas .navigation.main {
    padding: 0 0 30px 0 !important; }
    section.off-canvas .navigation.main ul.fsNavLevel1 {
      display: block;
      padding-left: 20px;
      padding-right: 20px; }
      section.off-canvas .navigation.main ul.fsNavLevel1 li {
        display: block;
        padding: 0 0 0;
        margin: 0 0 0; }
        section.off-canvas .navigation.main ul.fsNavLevel1 li a {
          padding: 11px 0 9px;
          margin: 0 0 0;
          border: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          color: #ffffff;
          font-size: 18px;
          line-height: 25px;
          font-weight: 700;
          text-align: left; }
        section.off-canvas .navigation.main ul.fsNavLevel1 li:first-child a {
          border-top: 1px solid rgba(255, 255, 255, 0.3); }
        section.off-canvas .navigation.main ul.fsNavLevel1 li.fsNavCurrentPage > a,
        section.off-canvas .navigation.main ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
          color: #464851;
          text-decoration: none;
          color: #a5878c; }
    section.off-canvas .navigation.main .fsNavPageInfo {
      display: none !important; }
  section.off-canvas .navigation.utility ul,
  section.off-canvas .navigation.utility ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  section.off-canvas .navigation.utility a {
    display: block; }
  section.off-canvas .navigation.utility ul.fsNavLevel2 {
    margin-top: 0; }
  section.off-canvas .navigation.utility .fsNavPageInfo {
    padding-left: 45px; }
  section.off-canvas .navigation.utility ul.fsNavLevel1 {
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px 20px;
    padding-top: 0;
    display: block; }
    section.off-canvas .navigation.utility ul.fsNavLevel1 li {
      display: block; }
      section.off-canvas .navigation.utility ul.fsNavLevel1 li a {
        margin-right: 2px;
        margin-left: 2px;
        font-size: 14px;
        line-height: 1.375;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        padding: 7px 20px;
        text-align: left;
        padding: 11.5px 20px;
        color: #fff; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a:hover, section.off-canvas .navigation.utility ul.fsNavLevel1 li a:focus {
          color: #fff; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a:hover, section.off-canvas .navigation.utility ul.fsNavLevel1 li a:focus {
          text-decoration: none;
          color: #464851; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a:before {
          color: #a5878c;
          margin-right: 8px; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/contact-us']:before {
          content: "";
          vertical-align: middle; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/quick-links']:before {
          content: "";
          vertical-align: middle; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/staff-directory']:before {
          content: "";
          vertical-align: middle; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/search-results']:before {
          content: "";
          vertical-align: middle; }
  section.off-canvas .site-search .fsElementContent {
    margin-top: 75px; }
  section.off-canvas form.gsc-search-box-tools div.gsc-input-box {
    min-height: 40px;
    width: 95%; }

.navigation.social ul,
.navigation.social ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.navigation.social a {
  display: block; }

@media (min-width: 600px) {
  .navigation.social nav {
    padding-right: 0;
    padding-left: 0; } }

.navigation.social ul {
  margin-right: -10px;
  margin-left: -10px; }
  .navigation.social ul li {
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .navigation.social ul li {
        padding-right: 10px;
        padding-left: 10px; } }

.navigation.social a {
  transition: all 0.333s;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 60%;
  text-indent: -999em;
  overflow: hidden;
  position: relative; }
  .navigation.social a:hover, .navigation.social a:focus {
    background-color: #fff; }
  .navigation.social a:after {
    position: absolute;
    text-indent: 0;
    text-align: center;
    top: 50%;
    right: 0;
    width: 100%;
    font-size: 22px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .navigation.social a[href*='facebook']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='google']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='instagram']:after {
    content: "";
    vertical-align: middle;
    font-family: 'IcoMoon-WO'; }
  .navigation.social a[href*='linkedin']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='blog']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='twitter']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='youtube']:after {
    content: "";
    vertical-align: middle; }

#fsHeader .navigation.utility {
  display: none;
  margin-bottom: 0; }
  @media (min-width: 900px) {
    #fsHeader .navigation.utility {
      display: block; } }
  #fsHeader .navigation.utility .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 0 0;
    margin: 0 0 0;
    list-style: none; }
    #fsHeader .navigation.utility .fsNavLevel1 > li {
      list-style: none; }
      #fsHeader .navigation.utility .fsNavLevel1 > li:hover > a {
        color: #ffffff;
        background: transparent; }
      #fsHeader .navigation.utility .fsNavLevel1 > li.fsNavParentPage > a {
        padding-left: 31px;
        position: relative; }
        #fsHeader .navigation.utility .fsNavLevel1 > li.fsNavParentPage > a:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-top: 5px solid #ffffff;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          position: absolute;
          top: 28px;
          left: 11px; }
      #fsHeader .navigation.utility .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        color: #ffffff;
        background: transparent; }
      #fsHeader .navigation.utility .fsNavLevel1 > li > a {
        display: block;
        height: 60px;
        padding: 0 8px 0;
        margin: 0 0 0;
        color: #ffffff;
        font-size: 14px;
        line-height: 60px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        background: transparent; }
        @media (min-width: 1000px) {
          #fsHeader .navigation.utility .fsNavLevel1 > li > a {
            padding-left: calc( 8px + ( 10 - 8 ) * (100vw - 1000px) / (1100 - 1000));
            padding-right: calc( 8px + ( 10 - 8 ) * (100vw - 1000px) / (1100 - 1000));
            margin-left: calc( 0px + ( 2 - 0 ) * (100vw - 1000px) / (1100 - 1000));
            margin-right: calc( 0px + ( 2 - 0 ) * (100vw - 1000px) / (1100 - 1000)); } }
        @media (min-width: 1100px) {
          #fsHeader .navigation.utility .fsNavLevel1 > li > a {
            padding-left: 10px;
            padding-right: 10px;
            margin-left: 2px;
            margin-right: 2px; } }
        #fsHeader .navigation.utility .fsNavLevel1 > li > a:hover, #fsHeader .navigation.utility .fsNavLevel1 > li > a:focus {
          color: #ffffff;
          color: #ffffff;
          text-decoration: underline;
          background: transparent; }
      html.js #fsHeader .navigation.utility .fsNavLevel1 > li,
      html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li.menu-item-open {
        position: relative; }
        html.js #fsHeader .navigation.utility .fsNavLevel1 > li > .fsNavPageInfo,
        html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden; }
        .menu-item-open html.js #fsHeader .navigation.utility .fsNavLevel1 > li > .fsNavPageInfo, .menu-item-open
        html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
          max-height: 9999px; }
        html.js #fsHeader .navigation.utility .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
          max-height: 9999px; }
        html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
          max-height: 9999px; }
        html.js #fsHeader .navigation.utility .fsNavLevel1 > li:hover .fsNavPageInfo,
        html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
          max-height: 9999px; }
        html.js #fsHeader .navigation.utility .fsNavLevel1 > li .fsNavPageInfo,
        html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        html.js #fsHeader .navigation.utility .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo,
        html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li.menu-item-open.fsNavParentPage .fsNavPageInfo {
          left: calc(50% + 10px); }
      #fsHeader .navigation.utility .fsNavLevel1 > li.menu-item-open > a {
        text-decoration: underline; }
      html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li {
        position: relative; }
        html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden; }
        html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li:hover > .fsNavPageInfo {
          max-height: 9999px; }
        @media (max-width: 599px) {
          html:not(.js) #fsHeader .navigation.utility .fsNavLevel1 > li:focus > .fsNavPageInfo {
            max-height: 9999px; } }

#fsHeader .navigation.utility .fsNavPageInfo {
  z-index: 300;
  text-align: left;
  background: #2B2B2B; }

#fsHeader .navigation.utility .fsNavLevel2 {
  width: 150px;
  padding: 10px 10px 10px;
  margin: 0 0 0;
  list-style: none; }
  #fsHeader .navigation.utility .fsNavLevel2 li a {
    display: block;
    padding: 10px 10px 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    background: transparent; }
    #fsHeader .navigation.utility .fsNavLevel2 li a:hover, #fsHeader .navigation.utility .fsNavLevel2 li a:focus {
      color: #ffffff;
      text-decoration: underline;
      background: transparent; }
  #fsHeader .navigation.utility .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #ffffff;
    background: transparent; }

.fsNews,
.fsPostElement {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  /*Slideshow*/ }
  .fsNews > header,
  .fsPostElement > header {
    padding-top: 15px; }
    .fsNews > header .fsElementTitle,
    .fsPostElement > header .fsElementTitle {
      margin-bottom: 15px; }
  .fsNews:first-child,
  .fsPostElement:first-child {
    margin-top: 0; }
  .fsNews:last-child,
  .fsPostElement:last-child {
    margin-bottom: 0; }
  .fsNews img,
  .fsPostElement img {
    border-bottom: 5px solid #464646; }
  .fsNews article,
  .fsPostElement article {
    margin-top: 20px;
    margin-bottom: 20px; }
    .fsNews article:first-child,
    .fsPostElement article:first-child {
      margin-top: 0; }
  .fsNews .fsThumbnail,
  .fsPostElement .fsThumbnail {
    display: block;
    margin-bottom: 20px; }
    .fsNews .fsThumbnail img,
    .fsPostElement .fsThumbnail img {
      display: block; }
  .fsNews .fsTitle,
  .fsPostElement .fsTitle {
    color: #2B2B2B;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .fsNews .fsAuthor,
  .fsPostElement .fsAuthor {
    display: block; }
  .fsNews .fsDate,
  .fsPostElement .fsDate {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    color: #2B2B2B;
    display: block; }
  .fsNews .fsSummary,
  .fsPostElement .fsSummary {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsNews .fsSummary :first-child,
    .fsPostElement .fsSummary :first-child {
      margin-top: 0; }
  .fsNews.fsSlideshow .fsElementContent,
  .fsPostElement.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article,
  .fsPostElement.fsSlideshow article {
    padding: 0 60px; }
  .fsNews.fsSlideshow .fsPager span,
  .fsPostElement.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms,
 opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive,
    .fsPostElement.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsNews.fsGrid .fsNewsGrid,
  .fsPostElement.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsNews.fsGrid .fsNewsGrid:after,
    .fsPostElement.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews.fsGrid article,
  .fsPostElement.fsGrid article {
    clear: none;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding: 0;
    width: auto; }
  @media (min-width: 600px) {
    .fsNews.fsGrid .fsStyleTwoColumns article,
    .fsPostElement.fsGrid .fsStyleTwoColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 600px) {
    .fsNews.fsGrid .fsStyleThreeColumns article,
    .fsPostElement.fsGrid .fsStyleThreeColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsNews.fsGrid .fsStyleThreeColumns article,
    .fsPostElement.fsGrid .fsStyleThreeColumns article {
      width: 32%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(even) {
        margin-left: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
        margin: 0 2%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 600px) {
    .fsNews.fsGrid .fsStyleFourColumns article,
    .fsPostElement.fsGrid .fsStyleFourColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsNews.fsGrid .fsStyleFourColumns article,
    .fsPostElement.fsGrid .fsStyleFourColumns article {
      width: 23.5%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(even) {
        margin-left: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
        margin: 0 1% 0 2%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
        margin: 0 2% 0 1%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 600px) {
    .fsNews.fsGrid .fsStyleFiveColumns article,
    .fsPostElement.fsGrid .fsStyleFiveColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsNews.fsGrid .fsStyleFiveColumns article,
    .fsPostElement.fsGrid .fsStyleFiveColumns article {
      width: 18.4%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(even) {
        margin-left: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
        margin: 0 1% 0 2%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
        margin: 0 1%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
        margin: 0 2% 0 1%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
        clear: both; } }

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden;
  border-radius: 0; }
  form.gsc-search-box-tools table {
    border: 0; }
  form.gsc-search-box-tools table,
  form.gsc-search-box-tools tbody,
  form.gsc-search-box-tools tr,
  form.gsc-search-box-tools td {
    display: block; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    display: block;
    float: left; }
  form.gsc-search-box-tools table.gsc-search-box {
    display: table;
    margin-bottom: 0;
    position: relative; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 140px;
    border: 0;
    height: 40px;
    min-height: 40px;
    transition: .3s ease; }
    .search-active form.gsc-search-box-tools div.gsc-input-box {
      min-height: 40px; }
    form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus {
      box-shadow: none; }
    form.gsc-search-box-tools div.gsc-input-box table,
    form.gsc-search-box-tools div.gsc-input-box tbody,
    form.gsc-search-box-tools div.gsc-input-box tr,
    form.gsc-search-box-tools div.gsc-input-box td {
      overflow: hidden;
      display: block;
      width: 100%;
      border: 0;
      height: 40px; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools td.gsc-input {
    float: none; }
  form.gsc-search-box-tools input.gsc-input {
    background: #464851 !important;
    background-image: none !important;
    width: 100%;
    height: 40px !important;
    color: #fff;
    font-size: 14px;
    line-height: 1.71429;
    border-radius: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-appearance: none; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    transition: all 0.333s;
    display: block;
    padding: 0 12.5px;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      vertical-align: middle;
      content: "";
      opacity: 1;
      font-size: 20px;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: transparent;
    color: #464851; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 40px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
.site-search .fsElementContent {
  margin-top: 5px; }

.site-search form.gsc-search-box-tools {
  margin-top: 5px; }
  .site-search form.gsc-search-box-tools .gsc-clear-button {
    display: inline;
    background-image: none;
    position: absolute;
    right: 3px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .site-search form.gsc-search-box-tools .gsc-clear-button .gsc-clear-button:after {
      content: "";
      vertical-align: middle;
      color: #fff;
      font-size: 18px; }
  .site-search form.gsc-search-box-tools div.gsc-input-box {
    background-color: transparent !important;
    width: 320px;
    float: right;
    min-height: 0;
    height: 0;
    transition: .3s ease; }
    .search-active form.gsc-search-box-tools div.gsc-input-box {
      min-height: 40px; }
  .site-search form.gsc-search-box-tools td.gsc-search-button {
    height: 0;
    width: 0; }

.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;
        padding: 12px 15px;
        margin: 0;
        color: #541b25;
        font-size: 15px;
        line-height: 26px;
        font-weight: 700;
        font-family: "allerregular", sans-serif;
        font-style: normal;
        letter-spacing: 0.05em;
        background: #f6f6f6;
        transition: border 0.3s ease 0s,
 color 0.3s ease 0s,
 background 0.3s ease 0s; }
        .fsTabs .fsTabsNav li a:hover, .fsTabs .fsTabsNav li a:focus {
          color: #fff;
          background: #464851; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        color: #fff;
        background: #541b25; }
        .fsTabs .fsTabsNav li.fsStateSelected a:hover, .fsTabs .fsTabsNav li.fsStateSelected a:focus {
          color: #fff;
          background: #541b25; }
  .fsTabs .fsElementContent {
    padding-right: 0;
    padding-left: 0; }
  .fsTabs .fsPanel {
    margin-bottom: 1px; }
    .fsTabs .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: none; }
      .fsTabs .fsPanel > header .fsElementTitle {
        transition: all 0.333s;
        margin-bottom: 0;
        display: block;
        padding: 12px 15px;
        color: #2B2B2B;
        font-family: "allerregular", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 1px solid; }
        .fsTabs .fsPanel > header .fsElementTitle:before {
          font-family: "IcoMoon"; }
        .fsTabs .fsPanel > header .fsElementTitle:before {
          content: "";
          margin-right: 40px; }
      .fsTabs .fsPanel > header a:hover, .fsTabs .fsPanel > header a:focus {
        text-decoration: underline; }
      .fsTabs .fsPanel > header:hover .fsElementTitle, .fsTabs .fsPanel > header:focus .fsElementTitle {
        border-bottom-color: #a5878c; }
    @media (min-width: 500px) {
      .fsTabs .fsPanel > .fsElementContent {
        border: none; } }
    .fsTabs .fsPanel.fsStateOpen > header {
      background: #fff;
      border-color: #bebebe;
      border-bottom-color: transparent; }
      .fsTabs .fsPanel.fsStateOpen > header .fsElementTitle {
        border-bottom-color: #464851; }
        .fsTabs .fsPanel.fsStateOpen > header .fsElementTitle:before {
          content: ""; }
    .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
      display: block; }

.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; } }

@font-face {
  font-family: 'bpa-font-icons';
  src: url("../fonts/bpa-icon-library.eot");
  src: url("../fonts/bpa-icon-library.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-icon-library.woff2") format("woff2"), url("../fonts/bpa-icon-library.woff") format("woff"), url("../fonts/bpa-icon-library.ttf") format("truetype"), url("../fonts/bpa-icon-library.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.custom-duo.fsTwoColumnLayout {
  margin-left: -10px;
  margin-right: -10px; }
  .custom-duo.fsTwoColumnLayout p:last-child {
    margin-bottom: 0; }
  body.fsLiveMode .custom-duo.fsTwoColumnLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 600px) {
      body.fsLiveMode .custom-duo.fsTwoColumnLayout {
        -ms-flex-flow: row;
        flex-flow: row; } }
  .custom-duo.fsTwoColumnLayout .fs_style_23 {
    margin-bottom: 0; }
  .custom-duo.fsTwoColumnLayout > .fsStyleColumn {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; }
    .custom-duo.fsTwoColumnLayout > .fsStyleColumn-1 {
      margin-bottom: 20px; }
      @media (min-width: 600px) {
        .custom-duo.fsTwoColumnLayout > .fsStyleColumn-1 {
          margin-bottom: 0; } }
    .custom-duo.fsTwoColumnLayout > .fsStyleColumn > .fsElement {
      height: 100%; }
  .custom-duo.fsTwoColumnLayout .custom-duo-tabs.fsTabs {
    margin: 0 0 0; }
    .custom-duo.fsTwoColumnLayout .custom-duo-tabs.fsTabs > .fsElementContent {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column; }
    .custom-duo.fsTwoColumnLayout .custom-duo-tabs.fsTabs ul.fsTabsNav {
      display: block;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .custom-duo.fsTwoColumnLayout .custom-duo-tabs.fsTabs .fsPanel {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      border: 1px solid rgba(43, 43, 43, 0.2); }
      @media (max-width: 599px) {
        .custom-duo.fsTwoColumnLayout .custom-duo-tabs.fsTabs .fsPanel:not(.fsStateOpen) {
          display: none; } }
      .custom-duo.fsTwoColumnLayout .custom-duo-tabs.fsTabs .fsPanel > header {
        display: none !important; }
      .custom-duo.fsTwoColumnLayout .custom-duo-tabs.fsTabs .fsPanel > .fsElementContent {
        height: 100%;
        margin: 0 0 0;
        padding: 0 0 0; }
        .custom-duo.fsTwoColumnLayout .custom-duo-tabs.fsTabs .fsPanel > .fsElementContent > .fsElement {
          height: 100%; }
  .custom-duo.fsTwoColumnLayout .slideshow-controls {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    pointer-events: none; }
    @media (min-width: 450px) {
      .custom-duo.fsTwoColumnLayout .slideshow-controls {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    @media (min-width: 600px) {
      .custom-duo.fsTwoColumnLayout .slideshow-controls {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto; } }
    @media (min-width: 900px) {
      .custom-duo.fsTwoColumnLayout .slideshow-controls {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .custom-duo.fsTwoColumnLayout .slideshow-controls-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    pointer-events: none; }
    @media (min-width: 450px) {
      .custom-duo.fsTwoColumnLayout .slideshow-controls-inner {
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        top: 20px;
        left: 29px;
        right: 29px;
        bottom: 29px; } }
    @media (min-width: 600px) {
      .custom-duo.fsTwoColumnLayout .slideshow-controls-inner {
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto; } }
    @media (min-width: 900px) {
      .custom-duo.fsTwoColumnLayout .slideshow-controls-inner {
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        top: 20px;
        left: 29px;
        right: 29px;
        bottom: 29px; } }
    .custom-duo.fsTwoColumnLayout .slideshow-controls-inner > .slick-arrow {
      pointer-events: auto; }
  .custom-duo.fsTwoColumnLayout .slick-arrow {
    width: 40px;
    height: 40px;
    padding: 0 0 0;
    border: 1px solid #E5E5E5;
    margin: 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -ms-transform: none;
    transform: none;
    background: #ffffff;
    transition: border 0.3s ease 0s,
 color 0.3s ease 0s,
 background 0.3s ease 0s; }
    @media (min-width: 450px) {
      .custom-duo.fsTwoColumnLayout .slick-arrow {
        width: 50px;
        height: 50px; } }
    .custom-duo.fsTwoColumnLayout .slick-arrow:hover, .custom-duo.fsTwoColumnLayout .slick-arrow:focus {
      border-color: transparent;
      background: #541b25; }
      .custom-duo.fsTwoColumnLayout .slick-arrow:hover:before, .custom-duo.fsTwoColumnLayout .slick-arrow:focus:before {
        color: #ffffff; }
    .custom-duo.fsTwoColumnLayout .slick-arrow:before {
      width: 38px;
      height: 38px;
      color: #2B2B2B;
      font-size: 16px;
      line-height: 38px; }
      @media (min-width: 450px) {
        .custom-duo.fsTwoColumnLayout .slick-arrow:before {
          width: 48px;
          height: 48px;
          font-size: 20px;
          line-height: 48px; } }
    .custom-duo.fsTwoColumnLayout .slick-arrow.slick-prev {
      margin-right: 2px; }
  .custom-duo.fsTwoColumnLayout .fsList[class*="custom-duo-"] > footer {
    padding: 0 19px 20px 19px; }
    @media (min-width: 450px) {
      .custom-duo.fsTwoColumnLayout .fsList[class*="custom-duo-"] > footer {
        padding: 0 19px 9px 140px; } }
    @media (min-width: 600px) {
      .custom-duo.fsTwoColumnLayout .fsList[class*="custom-duo-"] > footer {
        padding: 0 19px 9px 19px; } }
    @media (min-width: 900px) {
      .custom-duo.fsTwoColumnLayout .fsList[class*="custom-duo-"] > footer {
        padding: 0 19px 9px 140px; } }
    .custom-duo.fsTwoColumnLayout .fsList[class*="custom-duo-"] > footer > .fsElementFooterContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 40px; }
      @media (min-width: 450px) {
        .custom-duo.fsTwoColumnLayout .fsList[class*="custom-duo-"] > footer > .fsElementFooterContent {
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      @media (min-width: 600px) {
        .custom-duo.fsTwoColumnLayout .fsList[class*="custom-duo-"] > footer > .fsElementFooterContent {
          -ms-flex-pack: center;
          justify-content: center; } }
      @media (min-width: 900px) {
        .custom-duo.fsTwoColumnLayout .fsList[class*="custom-duo-"] > footer > .fsElementFooterContent {
          -ms-flex-pack: end;
          justify-content: flex-end; } }
  .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 0 20px;
    margin: 0 0 0;
    position: relative; }
    @media (min-width: 450px) {
      .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList {
        padding: 0px 10px 20px; } }
    @media (min-width: 600px) {
      .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList {
        padding: 3px 0 20px; } }
    @media (min-width: 900px) {
      .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList {
        padding: 3px 10px 20px; } }
    body.fsLiveMode .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList {
      opacity: 0;
      visibility: hidden; }
      body.fsLiveMode .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList[updated] {
        opacity: 1;
        visibility: visible; }
    .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList > header,
    .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList > footer {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList > .fsElementContent {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsElementSlideshow {
      padding: 0 0 0;
      margin: 0 0 0; }
      .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsElementSlideshow[data-arrows*="true"] {
        padding: 0 0 0; }
    .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList article {
      position: relative;
      padding: 26px 20px 25px; }
      .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList article:before {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: -1px;
        background-color: rgba(43, 43, 43, 0.2); }
    .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle {
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700; }
      .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsTitle a {
        display: inline-block;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit; }
    .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .fsDateTime {
      display: block;
      margin-top: 5px;
      color: #2B2B2B;
      font-size: 15px;
      line-height: 18px;
      font-weight: 400; }
    .custom-duo.fsTwoColumnLayout .custom-duo-post.fsList .slick-arrow {
      -ms-transform: none;
      transform: none; }
  .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList {
    padding: 0px 20px 20px 20px;
    margin-bottom: 0;
    position: relative;
    background-color: #f6f6f6; }
    @media (min-width: 450px) {
      .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList {
        padding-left: 31px; } }
    @media (min-width: 600px) {
      .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList {
        padding-top: 5px;
        padding-left: 20px; } }
    @media (min-width: 900px) {
      .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList {
        padding-left: 31px; } }
    body.fsLiveMode .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList {
      opacity: 0;
      visibility: hidden; }
      body.fsLiveMode .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList[updated] {
        opacity: 1;
        visibility: visible; }
    .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList article {
      padding-left: 89px;
      margin: 25px 0 25px; }
    .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList .fsTitle {
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700; }
      .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList .fsTitle a {
        display: inline-block;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit; }
    .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList .fsDate {
      width: 68px;
      padding-top: 10px;
      border-right: 1px solid rgba(43, 43, 43, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      -ms-transform: none;
      transform: none; }
      .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList .fsDate span.fsMonth {
        margin-bottom: 1px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400; }
      .custom-duo.fsTwoColumnLayout .custom-duo-calendar.fsList .fsDate span.fsDay {
        color: #2B2B2B;
        font-size: 30px;
        line-height: 30px;
        font-weight: 400; }
  .custom-duo.fsTwoColumnLayout .fsPager {
    display: none !important; }

.custom-header.fsContainer {
  padding: 0 20px 30px;
  background-color: #f6f6f6; }
  @media (min-width: 1000px) {
    .custom-header.fsContainer {
      padding: 0 50px 20px; } }
  @media (min-width: 1000px) {
    .custom-header.fsContainer {
      padding-left: calc( 20px + ( 50 - 20 ) * (100vw - 1000px) / (1100 - 1000));
      padding-right: calc( 20px + ( 50 - 20 ) * (100vw - 1000px) / (1100 - 1000)); } }
  @media (min-width: 1100px) {
    .custom-header.fsContainer {
      padding-left: 50px;
      padding-right: 50px; } }
  .custom-header.fsContainer p:last-child {
    margin-bottom: 0; }
  @media (min-width: 1000px) {
    .custom-header.fsContainer > .fsElementContent {
      padding-top: 50px; } }
  .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    background-color: #541b25; }
    @media (min-width: 1000px) {
      .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout {
        margin-right: 50px; } }
    @media (min-width: 1440px) {
      .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout {
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    body.fsLiveMode .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout {
      -ms-flex-flow: column;
      flex-flow: column; }
      @media (min-width: 1000px) {
        body.fsLiveMode .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout {
          -ms-flex-flow: row;
          flex-flow: row; } }
    body:not(.fsLiveMode) .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout {
      -ms-flex-flow: column;
      flex-flow: column;
      margin: 0; }
      @media (min-width: 1000px) {
        body:not(.fsLiveMode) .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout {
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; } }
    .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn {
      float: none;
      width: 100%;
      padding: 0;
      margin: 0; }
      @media (min-width: 1000px) {
        .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn {
          width: 50%; } }
      .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 15px 0;
        margin-bottom: 29px; }
        @media (min-width: 600px) {
          .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-1 {
            padding-left: 20px;
            padding-right: 20px; } }
        @media (min-width: 700px) {
          .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-1 {
            padding-left: 30px;
            padding-right: 30px; } }
        @media (min-width: 800px) {
          .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-1 {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (min-width: 1000px) {
          .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-1 {
            width: 397px;
            padding: 50px 0 50px 50px;
            margin-bottom: 0; } }
        .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-1[social] {
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-1:after {
          display: none; }
      .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-2 {
        position: relative; }
        @media (min-width: 1000px) {
          .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-2 {
            width: calc(100% - 397px); } }
        @media (min-width: 1440px) {
          .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-2 {
            width: 66.66667%; } }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .custom-header.fsContainer .custom-header-layout.fsTwoColumnLayout > .fsStyleColumn-2 {
            top: -50px;
            right: -50px; } }
  .custom-header.fsContainer .custom-header-content.fsContent {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: center; }
    @media (min-width: 600px) {
      .custom-header.fsContainer .custom-header-content.fsContent {
        font-size: 20px;
        line-height: 28px; } }
    .custom-header.fsContainer .custom-header-content.fsContent h2,
    .custom-header.fsContainer .custom-header-content.fsContent h2.fsElementTitle {
      color: #fff;
      font-size: 25px;
      line-height: 35px;
      font-weight: 700; }
      @media (min-width: 600px) {
        .custom-header.fsContainer .custom-header-content.fsContent h2,
        .custom-header.fsContainer .custom-header-content.fsContent h2.fsElementTitle {
          font-size: 30px;
          line-height: 45px; } }
    .custom-header.fsContainer .custom-header-content.fsContent h2.fsElementTitle {
      margin-bottom: 20px; }
      @media (min-width: 600px) {
        .custom-header.fsContainer .custom-header-content.fsContent h2.fsElementTitle {
          margin-bottom: 20px; } }
    .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23 {
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: #fff;
      background: none; }
      .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:hover, .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:focus {
        border-color: #fff;
        color: #541b25;
        background: #fff; }
      .custom-header.fsContainer .custom-header-content.fsContent .fs_style_23:last-child {
        margin-bottom: 0; }
    .custom-header.fsContainer .custom-header-content.fsContent .fsElementFooterContent {
      margin-top: 20px; }
  .custom-header.fsContainer .custom-header-social.fsNavigation {
    width: 100%;
    margin-top: 40px;
    color: #fff; }
    body:not(.fsComposeMode) .custom-header.fsContainer .custom-header-social.fsNavigation {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: center;
      justify-content: center; }
    .custom-header.fsContainer .custom-header-social.fsNavigation > header {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .custom-header.fsContainer .custom-header-social.fsNavigation > header > h2.fsElementTitle {
        display: -ms-flexbox;
        display: flex;
        padding: 7px 0 0;
        margin: 0; }
    .custom-header.fsContainer .custom-header-social.fsNavigation > .fsElementContent {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-left: 20px; }
      @media (min-width: 600px) {
        .custom-header.fsContainer .custom-header-social.fsNavigation > .fsElementContent {
          padding-left: 30px; } }
    .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 {
      margin-top: 0;
      margin-left: -7px;
      margin-right: -8px; }
      .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 ul {
        display: none; }
      .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 li {
        padding-left: 7px;
        padding-right: 8px; }
      .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a {
        border: 1px solid rgba(255, 255, 255, 0.4);
        transition: border 0.3s ease 0s,
 color 0.3s ease 0s,
 background 0.3s ease 0s; }
        .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover, .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus {
          background-color: #fff; }
          .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:hover:after, .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:focus:after {
            color: #541b25; }
        .custom-header.fsContainer .custom-header-social.fsNavigation .fsNavLevel1 a:after {
          color: #fff; }
    .custom-header.fsContainer .custom-header-social.fsNavigation h2,
    .custom-header.fsContainer .custom-header-social.fsNavigation h2.fsElementTitle {
      margin-bottom: 20px;
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700; }
  body.fsLiveMode .custom-header.fsContainer .custom-header-hero.fsResourceElement {
    opacity: 0;
    visibility: hidden; }
    body.fsLiveMode .custom-header.fsContainer .custom-header-hero.fsResourceElement[updated] {
      opacity: 1;
      visibility: visible; }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement:not([updated]) .fsLeftArrow,
  .custom-header.fsContainer .custom-header-hero.fsResourceElement:not([updated]) .fsRightArrow {
    display: none !important; }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement > .fsElementContent {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 1000px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement > .fsElementContent {
        width: auto;
        height: 502px;
        margin: 0; } }
    @media (min-width: 1440px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement > .fsElementContent {
        height: auto; } }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement > .fsElementContent:before {
      content: '';
      display: none; }
      @media (min-width: 1440px) {
        .custom-header.fsContainer .custom-header-hero.fsResourceElement > .fsElementContent:before {
          display: block;
          padding-bottom: 56.21501%; } }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsElementSlideshow {
    padding: 0;
    margin: 0;
    z-index: 10; }
    @media (min-width: 1000px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsElementSlideshow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsElementSlideshow[data-arrows="true"] {
      padding: 0;
      margin: 0; }
    body.fsLiveMode .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsElementSlideshow.slick-initialized {
      visibility: hidden; }
    body.fsLiveMode .custom-header.fsContainer .custom-header-hero.fsResourceElement[updated] .fsElementSlideshow.slick-initialized {
      visibility: visible; }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement article {
    padding: 0;
    position: relative; }
    @media (min-width: 1000px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement article {
        height: 502px; } }
    @media (min-width: 1440px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement article {
        height: auto; } }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement article:before {
      content: '';
      display: none; }
      @media (min-width: 1440px) {
        .custom-header.fsContainer .custom-header-hero.fsResourceElement article:before {
          display: block;
          padding-bottom: 56.21501%; } }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-media {
    position: relative;
    background-position: center center;
    background-size: cover;
    overflow: hidden; }
    @media (min-width: 1000px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-media {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-media:before {
      content: '';
      display: block;
      padding-bottom: 56.25%; }
      @media (min-width: 1000px) {
        .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-media:before {
          display: none; } }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-media:after {
      content: '';
      display: none;
      height: 235px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background-image: linear-gradient(to top, black 0%, black 50%, rgba(0, 0, 0, 0) 100%);
      visibility: visible;
      opacity: 0.55; }
      @media (min-width: 600px) {
        .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-media:after {
          display: block; } }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-caption {
    padding: 15px 35px 20px; }
    @media (min-width: 600px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-caption {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 60px 20px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    @media (min-width: 1000px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-caption {
        padding: 0 60px 30px; } }
    @media (min-width: 1300px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-caption {
        padding-left: calc( 60px + ( 100 - 60 ) * (100vw - 1300px) / (1440 - 1300));
        padding-right: calc( 60px + ( 100 - 60 ) * (100vw - 1300px) / (1440 - 1300)); } }
    @media (min-width: 1440px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement .slide-caption {
        padding-left: 100px;
        padding-right: 100px; } }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsDescription,
  .custom-header.fsContainer .custom-header-hero.fsResourceElement figcaption {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    display: block;
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center; }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsDescription h2,
    .custom-header.fsContainer .custom-header-hero.fsResourceElement figcaption h2 {
      margin-bottom: 10px;
      color: #fff;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700; }
      @media (min-width: 600px) {
        .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsDescription h2,
        .custom-header.fsContainer .custom-header-hero.fsResourceElement figcaption h2 {
          font-size: 23px;
          line-height: 31px; } }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsDescription a,
    .custom-header.fsContainer .custom-header-hero.fsResourceElement figcaption a {
      color: #fff;
      text-decoration: underline; }
      .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsDescription a:hover, .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsDescription a:focus,
      .custom-header.fsContainer .custom-header-hero.fsResourceElement figcaption a:hover,
      .custom-header.fsContainer .custom-header-hero.fsResourceElement figcaption a:focus {
        text-decoration: none; }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement img {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0; }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement figure {
    display: block;
    position: relative;
    z-index: 10; }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement video {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    @media (min-width: 1000px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement video {
        max-width: none;
        max-height: 100%; } }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsPager,
  .custom-header.fsContainer .custom-header-hero.fsResourceElement .slick-dots {
    display: none !important; }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement .slideshow-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    pointer-events: none; }
    @media (min-width: 1000px) {
      .custom-header.fsContainer .custom-header-hero.fsResourceElement .slideshow-controls {
        bottom: 0; } }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement .slideshow-controls:before {
      content: '';
      display: block !important;
      padding-bottom: 56.25%; }
      @media (min-width: 1000px) {
        .custom-header.fsContainer .custom-header-hero.fsResourceElement .slideshow-controls:before {
          display: none !important; } }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement .slideshow-controls button {
      pointer-events: auto; }
  .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsElementSlideshowControls > button {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    position: absolute;
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.42); }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsElementSlideshowControls > button:before {
      content: '';
      speak: none;
      font-family: "IcoMoon-WO";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 16px;
      line-height: 20px;
      text-align: center; }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsElementSlideshowControls > button.fsSlideshowPause:before {
      content: '\e900';
      font-size: 14px; }
    .custom-header.fsContainer .custom-header-hero.fsResourceElement .fsElementSlideshowControls > button.fsSlideshowPlay:before {
      content: '\e901';
      font-size: 14px; }

.custom-icon-navigation.fsNavigation {
  padding: 0 0 20px; }
  .home .custom-icon-navigation.fsNavigation {
    margin-top: 40px; }
  @media (min-width: 600px) {
    .custom-icon-navigation.fsNavigation {
      padding: 0 0 20px; } }
  .custom-icon-navigation.fsNavigation > header,
  .custom-icon-navigation.fsNavigation > header > .fsElementTitle,
  .custom-icon-navigation.fsNavigation > header > .fsElementContent {
    display: none; }
  .custom-icon-navigation.fsNavigation nav {
    position: relative; }
  .custom-icon-navigation.fsNavigation .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 460px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding: 0 0 0;
    margin: 0 auto 0;
    list-style: none;
    overflow: hidden; }
    @media (min-width: 750px) {
      .custom-icon-navigation.fsNavigation .fsNavLevel1 {
        max-width: 690px; } }
    @media (min-width: 980px) {
      .custom-icon-navigation.fsNavigation .fsNavLevel1 {
        max-width: 920px; } }
    @media (min-width: 1210px) {
      .custom-icon-navigation.fsNavigation .fsNavLevel1 {
        max-width: 1150px; } }
    @media (min-width: 1440px) {
      .custom-icon-navigation.fsNavigation .fsNavLevel1 {
        max-width: 1380px; } }
    .custom-icon-navigation.fsNavigation .fsNavLevel1 > li {
      display: block;
      width: 50%;
      padding: 20px;
      margin: 0 10px 10px 0;
      background-color: #f6f6f6;
      position: relative;
      list-style: none; }
      @media (min-width: 600px) {
        .custom-icon-navigation.fsNavigation .fsNavLevel1 > li {
          width: 230px; } }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-apple a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-backpack a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-bar-graph a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-baseball a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-book a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-briefcase a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-bullhorn a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-bus a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-calendar a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-camera a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-certificate a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-check a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-chess a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-city a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-college a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-covid a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-cross a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-directory a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-diversity a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-dollar a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-door a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-droplet a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-enroll a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-family a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-faq a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-files a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-football a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-gift a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-giving a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-globe a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-grad a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-group-boys a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-group-coed a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-group-girls a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-group a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-heart a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-info a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-jersey a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-leaf a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-lightbulb a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-link a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-list a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-location a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-lock a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-map a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-medal a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-microscope a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-mobile a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-music a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-paint a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-parent a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-pencil a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-person a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-phone a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-piggy-bank a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-portion a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-question a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-ratio a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-robot a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-school a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-screens a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-settings a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-shoe a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-soccer a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-sports a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-star-of-david a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-star a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-store a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-sun a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-teacher a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-theatre a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-time a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-tree a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-trophy a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-virtual a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li.icon-warning a:before {
        content: "" !important; }
      .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 1;
        height: 110px;
        padding: 0 20px 0;
        margin: 0 0 0;
        color: #541b25;
        font-size: 12px;
        line-height: 17px;
        font-weight: 700;
        text-align: center;
        font-family: "allerregular", sans-serif;
        text-transform: uppercase; }
        @media (max-width: 449px) {
          .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a {
            overflow-wrap: break-word;
            word-wrap: break-word;
            -ms-word-break: break-all;
            word-break: break-all;
            word-break: break-word;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto; } }
        @media (min-width: 600px) {
          .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a {
            height: 155px;
            padding: 0 30px 0;
            font-size: 14px;
            line-height: 20px; } }
        .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a > span {
          letter-spacing: 0.5px; }
        .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:hover, .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:focus, .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:focus-within {
          text-decoration: none;
          background-color: white; }
          .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:hover .fsNavPageInfo:before, .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:focus .fsNavPageInfo:before, .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:focus-within .fsNavPageInfo:before {
            opacity: 1;
            transition: opacity 0.5s ease 0s; }
          .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:hover .fsNavPageInfo .fsNavPageDescription, .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:focus .fsNavPageInfo .fsNavPageDescription, .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:focus-within .fsNavPageInfo .fsNavPageDescription {
            transform: translateZ(0) scale(1);
            opacity: 1;
            transition: transform 0.5s ease 0.1s,
 opacity 0.5s ease 0.1s; }
        .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
          display: block;
          margin-bottom: 10px;
          content: '';
          font-family: "bpa-font-icons";
          font-weight: normal;
          speak: none;
          color: #CA4B44;
          font-size: 25px;
          line-height: 25px; }
          @media (min-width: 600px) {
            .custom-icon-navigation.fsNavigation .fsNavLevel1 > li > a:before {
              font-size: 45px;
              line-height: 45px; } }
  .custom-icon-navigation.fsNavigation .fsNavPageInfo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .custom-icon-navigation.fsNavigation .fsNavPageInfo:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      opacity: 0;
      background: #ffffff;
      transition: opacity 0.3s ease 0s; }
    .custom-icon-navigation.fsNavigation .fsNavPageInfo .fsNavPageDescription {
      display: block;
      max-height: 115px;
      padding: 0 22px;
      position: relative;
      z-index: 2;
      color: #2B2B2B;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      text-align: center;
      font-family: "allerregular", sans-serif;
      text-transform: none;
      transform: translateZ(0) scale(0.95);
      opacity: 0;
      transition: transform 0.3s ease 0s,
 opacity 0.3s ease 0s; }
    .custom-icon-navigation.fsNavigation .fsNavPageInfo .fsNavPageThumbnail {
      display: none !important; }
    .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 {
      display: block;
      margin-top: 5px;
      font-size: 16px;
      line-height: 22px;
      text-transform: none; }
      .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33:hover, .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33:focus {
        text-decoration: underline; }
      .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33:before {
        display: none !important; }
      .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 span.nowrap {
        padding-right: 23px;
        white-space: nowrap;
        position: relative; }
        .custom-icon-navigation.fsNavigation .fsNavPageInfo .fs_style_33 span.nowrap:after {
          content: "";
          vertical-align: middle;
          display: block;
          width: 16px;
          height: 16px;
          position: absolute;
          top: 2px;
          right: 0;
          color: inherit;
          font-size: 16px;
          line-height: 16px; }
  .custom-icon-navigation.fsNavigation .fsNavLevel2 {
    display: none !important; }

.custom-post-slideshow.fsSlideshow {
  overflow: visible; }
  .custom-post-slideshow.fsSlideshow.fsElement {
    margin: 0 0 0; }
  .custom-post-slideshow.fsSlideshow p:last-child {
    margin-bottom: 0; }
  body:not(.fsComposeMode) .custom-post-slideshow.fsSlideshow {
    opacity: 0;
    visibility: hidden; }
    body:not(.fsComposeMode) .custom-post-slideshow.fsSlideshow[updated] {
      opacity: 1;
      visibility: visible; }
  .custom-post-slideshow.fsSlideshow > header {
    margin-bottom: 40px;
    text-align: center; }
    .custom-post-slideshow.fsSlideshow > header .fsElementTitle {
      margin-bottom: 20px;
      color: #2B2B2B;
      font-size: 25px;
      line-height: 31px;
      font-weight: 700; }
      @media (min-width: 500px) {
        .custom-post-slideshow.fsSlideshow > header .fsElementTitle {
          font-size: 30px;
          line-height: 38px; } }
  .custom-post-slideshow.fsSlideshow .fsElementSlideshow {
    width: 250px;
    z-index: 1; }
    @media (min-width: 500px) {
      .custom-post-slideshow.fsSlideshow .fsElementSlideshow {
        width: 300px;
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 620px) {
      .custom-post-slideshow.fsSlideshow .fsElementSlideshow {
        width: 600px; } }
    @media (min-width: 920px) {
      .custom-post-slideshow.fsSlideshow .fsElementSlideshow {
        width: 900px; } }
    @media (min-width: 1220px) {
      .custom-post-slideshow.fsSlideshow .fsElementSlideshow {
        width: 1200px; } }
    .custom-post-slideshow.fsSlideshow .fsElementSlideshow[data-arrows*="true"],
    .home .custom-post-slideshow.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
      padding: 0 0 0;
      margin: 0 -10px 0; }
      @media (min-width: 1180px) {
        .custom-post-slideshow.fsSlideshow .fsElementSlideshow[data-arrows*="true"],
        .home .custom-post-slideshow.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
          padding: 0 0 0;
          margin: 0 -10px 0; } }
    .custom-post-slideshow.fsSlideshow .fsElementSlideshow:before {
      content: '';
      display: block;
      width: 100vw;
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      z-index: 100;
      background-color: #ffffff; }
      .panel-gray .custom-post-slideshow.fsSlideshow .fsElementSlideshow:before {
        background-color: #f6f6f6; }
      @media (min-width: 1220px) {
        .custom-post-slideshow.fsSlideshow .fsElementSlideshow:before {
          display: none; } }
    .custom-post-slideshow.fsSlideshow .fsElementSlideshow .slick-list {
      overflow: visible; }
      @media (min-width: 1220px) {
        .custom-post-slideshow.fsSlideshow .fsElementSlideshow .slick-list {
          overflow: hidden; } }
  .custom-post-slideshow.fsSlideshow > footer {
    text-align: center; }
    .custom-post-slideshow.fsSlideshow > footer .fsElementFooterContent {
      margin-top: 40px; }
  .custom-post-slideshow.fsSlideshow .slideshow-controls {
    width: 100vw;
    height: 240px;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none; }
  .custom-post-slideshow.fsSlideshow .slideshow-controls-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    height: 206px;
    pointer-events: none; }
    @media (min-width: 500px) {
      .custom-post-slideshow.fsSlideshow .slideshow-controls-inner {
        height: 240px; } }
    .custom-post-slideshow.fsSlideshow .slideshow-controls-inner .slick-arrow {
      pointer-events: auto;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .custom-post-slideshow.fsSlideshow article {
    padding: 0 5px 10px;
    margin: 0 0 0; }
    @media (min-width: 500px) {
      .custom-post-slideshow.fsSlideshow article {
        padding: 0 10px 10px; } }
  .custom-post-slideshow.fsSlideshow .post-overlay {
    display: block;
    padding: 0 0 0;
    border: 0;
    margin: 0 0 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none; }
    .custom-post-slideshow.fsSlideshow .post-overlay:hover .fsTitle, .custom-post-slideshow.fsSlideshow .post-overlay:focus .fsTitle, .custom-post-slideshow.fsSlideshow .post-overlay:focus-within .fsTitle {
      text-decoration: underline; }
    .custom-post-slideshow.fsSlideshow .post-overlay:hover .post-overlay-content, .custom-post-slideshow.fsSlideshow .post-overlay:focus .post-overlay-content, .custom-post-slideshow.fsSlideshow .post-overlay:focus-within .post-overlay-content {
      transform: translateZ(0) scale(1);
      opacity: 1;
      transition: transform 0.5s ease 0.1s,
 opacity 0.5s ease 0.1s; }
    .custom-post-slideshow.fsSlideshow .post-overlay:hover .fsThumbnail:before, .custom-post-slideshow.fsSlideshow .post-overlay:focus .fsThumbnail:before, .custom-post-slideshow.fsSlideshow .post-overlay:focus-within .fsThumbnail:before {
      opacity: 0.9;
      transition: opacity 0.5s ease 0s; }
  .custom-post-slideshow.fsSlideshow .post-overlay-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    height: 206px;
    padding: 20px 20px 20px;
    margin: 0 0 0;
    position: relative;
    z-index: 10;
    transform: translateZ(0) scale(1);
    text-decoration: none;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: transform 0.3s ease 0s,
 opacity 0.3s ease 0s; }
    @media (min-width: 500px) {
      .custom-post-slideshow.fsSlideshow .post-overlay-content {
        height: 240px; } }
  .custom-post-slideshow.fsSlideshow .fsThumbnail {
    max-width: none;
    height: 206px;
    padding: 0 0 0;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 500px) {
      .custom-post-slideshow.fsSlideshow .fsThumbnail {
        height: 240px; } }
    .custom-post-slideshow.fsSlideshow .fsThumbnail:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      background-color: #464851;
      transition: opacity 0.5s ease 0s; }
    .custom-post-slideshow.fsSlideshow .fsThumbnail.fsNewsPostLink > .fsCroppedImage {
      display: block;
      height: auto;
      padding: 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .custom-post-slideshow.fsSlideshow .fsThumbnail img {
      display: block;
      width: 1px;
      height: 1px;
      position: absolute;
      top: -9999px;
      left: -9999px;
      overflow: hidden;
      opacity: 0; }
  .custom-post-slideshow.fsSlideshow .fsTitle {
    margin: 10px 20px 0;
    color: #541b25;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.011em;
    transition: color 0.3s ease 0s; }
    .custom-post-slideshow.fsSlideshow .fsTitle a {
      font-size: inherit;
      line-height: inherit; }
      .custom-post-slideshow.fsSlideshow .fsTitle a:hover, .custom-post-slideshow.fsSlideshow .fsTitle a:focus {
        text-decoration: underline; }
  .custom-post-slideshow.fsSlideshow .fsSummary,
  .custom-post-slideshow.fsSlideshow .fsReadMoreLink {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; }
  .custom-post-slideshow.fsSlideshow .fsSummary {
    display: block;
    width: 100%;
    max-height: 133px;
    overflow: hidden; }
    @media (min-width: 500px) {
      .custom-post-slideshow.fsSlideshow .fsSummary {
        max-height: 133px; } }
  .custom-post-slideshow.fsSlideshow .fsReadMoreLink {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none; }
    .custom-post-slideshow.fsSlideshow .fsReadMoreLink:hover, .custom-post-slideshow.fsSlideshow .fsReadMoreLink:focus {
      text-decoration: underline; }
    .custom-post-slideshow.fsSlideshow .fsReadMoreLink:after {
      content: "";
      vertical-align: middle;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 5px;
      color: inherit;
      font-size: 16px;
      line-height: 16px; }

html.custom-search-active body {
  overflow: hidden;
  width: 100%; }

.custom-search.fsContainer {
  display: block;
  padding: 0 0 0;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000 !important;
  overflow-x: hidden;
  pointer-events: none;
  background-color: #541b25;
  visibility: hidden;
  transition: visibility 0s ease 0.4s; }
  .custom-search.fsContainer > header,
  .custom-search.fsContainer > header > .fsElementContent,
  .custom-search.fsContainer > header > .fsElementTitle {
    display: none; }
  html.custom-search-active .custom-search.fsContainer {
    overflow: hidden;
    visibility: visible;
    pointer-events: auto;
    transition: visibility 0s ease 0s; }
  .custom-search.fsContainer > .fsElementContent {
    width: 100%;
    padding: 0 20px 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    background-image: none !important;
    background: none !important;
    opacity: 0;
    visibility: hidden;
    outline: none;
    transition: visibility 0s ease 0.3s,
 opacity 0.3s ease 0s; }
    @media (min-width: 800px) {
      .custom-search.fsContainer > .fsElementContent {
        padding-top: 54px; } }
    @media (min-width: 1000px) {
      .custom-search.fsContainer > .fsElementContent {
        padding-left: calc( 20px + ( 50 - 20 ) * (100vw - 1000px) / (1100 - 1000));
        padding-right: calc( 20px + ( 50 - 20 ) * (100vw - 1000px) / (1100 - 1000)); } }
    @media (min-width: 1100px) {
      .custom-search.fsContainer > .fsElementContent {
        padding-left: 50px;
        padding-right: 50px; } }
    .custom-search.fsContainer > .fsElementContent.fsElement {
      margin-bottom: 0; }
    .fsAccountBarVisible .custom-search.fsContainer > .fsElementContent {
      top: 45px; }
    .custom-search-active .custom-search.fsContainer > .fsElementContent {
      opacity: 1;
      visibility: visible;
      transition: visibility 0s ease 0s,
 opacity 0.3s ease 0s; }
    .custom-search.fsContainer > .fsElementContent > .content-inner {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; }
  .custom-search.fsContainer .custom-search-search {
    display: block;
    width: 100%;
    padding-top: 21px;
    border: 0;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 3; }
    @media (min-width: 545px) {
      .custom-search.fsContainer .custom-search-search {
        padding-top: 26px; } }
    .custom-search.fsContainer .custom-search-search.fsElement {
      margin-bottom: 20px; }
      .custom-search.fsContainer .custom-search-search.fsElement:last-child {
        margin-bottom: 0; }
    .custom-search.fsContainer .custom-search-search > header h2.fsElementTitle {
      margin-bottom: 14px;
      color: inherit;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700; }
    .custom-search.fsContainer .custom-search-search .fsElementContent {
      display: block; }
    .custom-search.fsContainer .custom-search-search form {
      margin: 0;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 0;
      position: relative;
      background: rgba(255, 255, 255, 0.05); }
    .custom-search.fsContainer .custom-search-search .fsSearchElementKeyword {
      margin: 0 !important;
      padding: 0;
      position: relative;
      z-index: 2; }
    .custom-search.fsContainer .custom-search-search label.fsFieldLabel {
      position: absolute;
      top: -9999em;
      left: -9999em;
      color: #000000;
      background: #ffffff; }
    .custom-search.fsContainer .custom-search-search input.fsStyleSearchField {
      display: block;
      max-width: none;
      height: 68px;
      padding: 22px 58px 24px 19px;
      border: 0;
      color: #ffffff;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      font-style: normal;
      font-family: "allerregular", sans-serif;
      letter-spacing: 0px;
      background: transparent; }
      @media (min-width: 450px) {
        .custom-search.fsContainer .custom-search-search input.fsStyleSearchField {
          padding: 22px 128px 24px 24px; } }
      .custom-search.fsContainer .custom-search-search input.fsStyleSearchField::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-family: "allerregular", sans-serif;
        text-transform: normal;
        letter-spacing: 0px; }
      .custom-search.fsContainer .custom-search-search input.fsStyleSearchField:-moz-placeholder {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-family: "allerregular", sans-serif;
        text-transform: normal;
        letter-spacing: 0px; }
      .custom-search.fsContainer .custom-search-search input.fsStyleSearchField::-moz-placeholder {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-family: "allerregular", sans-serif;
        text-transform: normal;
        letter-spacing: 0px; }
      .custom-search.fsContainer .custom-search-search input.fsStyleSearchField:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-family: "allerregular", sans-serif;
        text-transform: normal;
        letter-spacing: 0px; }
    .custom-search.fsContainer .custom-search-search button.fsButtonClear {
      width: 40px;
      height: 68px;
      margin: 0;
      top: 0;
      right: 52px;
      cursor: pointer;
      opacity: 1 !important; }
      @media (min-width: 450px) {
        .custom-search.fsContainer .custom-search-search button.fsButtonClear {
          width: 50px;
          right: 68px; } }
      .custom-search.fsContainer .custom-search-search button.fsButtonClear:hover:before, .custom-search.fsContainer .custom-search-search button.fsButtonClear:focus:before {
        color: white; }
      .custom-search.fsContainer .custom-search-search button.fsButtonClear:before {
        display: block;
        position: absolute;
        top: 22px;
        left: 12px;
        right: auto;
        bottom: auto;
        color: rgba(255, 255, 255, 0.8);
        transition: color 0.3s ease 0s; }
        @media (min-width: 450px) {
          .custom-search.fsContainer .custom-search-search button.fsButtonClear:before {
            left: 18px; } }
    .custom-search.fsContainer .custom-search-search button.fsSearchElementSearchButton {
      display: block;
      height: 68px;
      width: 52px;
      padding: 0;
      margin: 0;
      border: 0;
      min-width: 0;
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      -ms-transform: none;
      transform: none;
      z-index: 3;
      color: transparent;
      font-size: 0;
      line-height: 0;
      font-weight: 800;
      text-transform: uppercase;
      text-align: center;
      font-style: normal;
      background: none;
      transition: color 0.3s ease 0s; }
      @media (min-width: 450px) {
        .custom-search.fsContainer .custom-search-search button.fsSearchElementSearchButton {
          width: 68px; } }
      .custom-search.fsContainer .custom-search-search button.fsSearchElementSearchButton:hover, .custom-search.fsContainer .custom-search-search button.fsSearchElementSearchButton:focus {
        color: #541b25; }
        .custom-search.fsContainer .custom-search-search button.fsSearchElementSearchButton:hover:before, .custom-search.fsContainer .custom-search-search button.fsSearchElementSearchButton:focus:before {
          opacity: 1; }
      .custom-search.fsContainer .custom-search-search button.fsSearchElementSearchButton:before {
        content: '\e907';
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 19px;
        left: 10px;
        color: #ffffff;
        font-size: 21px;
        line-height: 30px;
        font-weight: 400;
        text-align: center;
        font-family: "IcoMoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        background: none;
        transition: color 0.3s ease; }
        @media (min-width: 450px) {
          .custom-search.fsContainer .custom-search-search button.fsSearchElementSearchButton:before {
            left: 20px; } }
      .custom-search.fsContainer .custom-search-search button.fsSearchElementSearchButton span {
        position: relative;
        z-index: 2; }
  .custom-search.fsContainer .search-toggle-container {
    position: relative;
    z-index: 100; }
  .custom-search.fsContainer button.search-toggle {
    display: block;
    width: 56px;
    height: 50px;
    padding: 0 0 0;
    margin: 0 0 0;
    border: 0;
    position: absolute;
    top: 0;
    right: -20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: color 0.3s ease 0s,
 background 0.3s ease 0s; }
    @media (min-width: 800px) {
      .custom-search.fsContainer button.search-toggle {
        top: -54px;
        right: 0; } }
    @media (min-width: 900px) {
      .custom-search.fsContainer button.search-toggle {
        height: 60px;
        margin: 0 0 0; } }
    @media (min-width: 1250px) {
      .custom-search.fsContainer button.search-toggle {
        padding: 0 0 0; } }
    .custom-search.fsContainer button.search-toggle:hover, .custom-search.fsContainer button.search-toggle:focus {
      background-color: rgba(0, 0, 0, 0.8); }
      .custom-search.fsContainer button.search-toggle:hover:before, .custom-search.fsContainer button.search-toggle:focus:before {
        color: #ffffff; }
    .custom-search.fsContainer button.search-toggle:before {
      content: '\e90f';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 15px;
      left: 18px;
      color: #CA4B44;
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      font-family: "IcoMoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      background: none;
      transition: color 0.3s ease 0s; }
      @media (min-width: 900px) {
        .custom-search.fsContainer button.search-toggle:before {
          top: 20px; } }
    .custom-search.fsContainer button.search-toggle > span {
      position: absolute;
      top: -9999px;
      left: -9999px;
      opacity: 0; }
      @media (min-width: 1250px) {
        .custom-search.fsContainer button.search-toggle > span {
          position: absolute;
          top: -9999px;
          left: -9999px;
          opacity: 0; } }
  .custom-search.fsContainer .fsTwoColumnLayout {
    display: block;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 800px) {
      .custom-search.fsContainer .fsTwoColumnLayout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        margin-left: -10px;
        margin-right: -10px; } }
    .custom-search.fsContainer .fsTwoColumnLayout > .fsStyleColumn {
      float: none;
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 800px) {
        .custom-search.fsContainer .fsTwoColumnLayout > .fsStyleColumn {
          width: 50%;
          padding-left: 10px;
          padding-right: 10px; } }
      .custom-search.fsContainer .fsTwoColumnLayout > .fsStyleColumn > .fsElement {
        height: 100%; }
  .custom-search.fsContainer .fsNavigation[class*="custom-search-nav-"] {
    padding: 0 0 0;
    color: rgba(255, 255, 255, 0.8); }
    .custom-search.fsContainer .fsNavigation[class*="custom-search-nav-"] > header h2.fsElementTitle {
      margin-bottom: 9px;
      color: inherit;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700; }
    .custom-search.fsContainer .fsNavigation[class*="custom-search-nav-"] ul {
      display: block;
      padding: 0 0 0;
      margin: 0 0 0;
      list-style: none; }
      .custom-search.fsContainer .fsNavigation[class*="custom-search-nav-"] ul.fsNavLevel1 {
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0; }
        @media (min-width: 450px) {
          .custom-search.fsContainer .fsNavigation[class*="custom-search-nav-"] ul.fsNavLevel1 {
            -moz-column-count: 2;
            column-count: 2;
            -moz-column-gap: 20px;
            column-gap: 20px; } }
      .custom-search.fsContainer .fsNavigation[class*="custom-search-nav-"] ul li {
        page-break-inside: avoid;
        break-inside: avoid;
        display: block;
        padding: 5px 0 5px;
        margin: 0 0 0; }
        .custom-search.fsContainer .fsNavigation[class*="custom-search-nav-"] ul li a {
          display: block;
          color: #ffffff;
          font-size: 15px;
          line-height: 22px;
          font-weight: 400; }
          .custom-search.fsContainer .fsNavigation[class*="custom-search-nav-"] ul li a:hover, .custom-search.fsContainer .fsNavigation[class*="custom-search-nav-"] ul li a:focus {
            color: #ffffff;
            text-decoration: underline; }
  @media (min-width: 800px) {
    .custom-search.fsContainer .custom-search-nav-light.fsNavigation {
      padding: 26px 30px 25px; } }
  .custom-search.fsContainer .custom-search-nav-dark.fsNavigation {
    padding: 26px 30px 25px;
    background-color: rgba(0, 0, 0, 0.2); }
  .custom-search.fsContainer .custom-search-icons.fsNavigation {
    background: none; }
    .custom-search.fsContainer .custom-search-icons.fsNavigation.fsElement {
      margin-top: 14px;
      margin-bottom: 10px; }
      @media (min-width: 450px) {
        .custom-search.fsContainer .custom-search-icons.fsNavigation.fsElement {
          margin-top: 10px;
          margin-bottom: 40px; } }
    .custom-search.fsContainer .custom-search-icons.fsNavigation nav:before {
      border: none !important; }
    .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 460px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      max-width: none;
      padding: 0 0 0;
      margin: 0 auto 0;
      list-style: none;
      overflow: hidden; }
      @media (min-width: 545px) {
        .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 {
          max-width: 504px; } }
      @media (min-width: 712px) {
        .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 {
          max-width: 672px; } }
      @media (min-width: 880px) {
        .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 {
          max-width: 840px; } }
      @media (min-width: 1110px) {
        .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 {
          max-width: 1008px; } }
      @media (min-width: 1280px) {
        .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 {
          max-width: 1176px; } }
      .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li {
        background-color: rgba(0, 0, 0, 0.2); }
        .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:hover, .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:focus {
          background-color: rgba(0, 0, 0, 0.3); }
        @media (min-width: 545px) {
          .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li {
            width: 168px;
            padding: 20px 0 20px; } }
        .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:before, .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li:after {
          background-color: rgba(255, 255, 255, 0.1); }
        .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a {
          height: 127px;
          color: #ffffff;
          font-size: 12px;
          line-height: 17px;
          letter-spacing: 0.5px; }
          @media (min-width: 450px) {
            .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a {
              height: 112px; } }
          .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:hover, .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:focus {
            background-color: transparent; }
          .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
            color: #CA4B44;
            font-size: 25px;
            line-height: 25px; }
            @media (min-width: 450px) {
              .custom-search.fsContainer .custom-search-icons.fsNavigation .fsNavLevel1 > li > a:before {
                font-size: 30px;
                line-height: 30px; } }

#fsHeader {
  background-color: #f6f6f6;
  position: relative;
  z-index: 10; }
  @media (min-width: 900px) {
    #fsHeader {
      padding-bottom: 0; } }
  .has-masthead .fsComposeMode #fsHeader {
    position: relative !important;
    top: auto;
    left: auto;
    z-index: auto; }
  .fsComposeMode #fsHeader {
    overflow: hidden; }
  #fsHeader .top-bar {
    background: #541b25;
    height: 50px;
    /*
    // ====================
    // Utilities: Navigation
    .navigation.utility {
      @include list-reset();
      display: none;

      @include breakpoint($bp-landscape) {
        @include inline-element( top );
      }

      ul.fsNavLevel1 {
        margin: 0;
        > li {
          @include inline-element( middle );
          position: relative;
        }
      }



      a {
        @include header-utility-links();
        line-height: 50px;
        padding: 0 10px;

        &:hover {
          text-decoration: none;
          color: $m2;

          // &:before {
          //   colo
          // }
        }

        &:before {
          color: #fff;
          margin-right: 8px;
          // vertical-align: middle;
          // line-height: 50px;
        }

        &[href='/contact-us'] {
          &:before {
            @include font-icon('\e90a');
          }
        }

        &[href='/quick-links'] {
          &:before {
            @include font-icon('\e909');
          }
        }

        &[href='/staff-directory'] {
          &:before {
            @include font-icon('\e904');
          }
        }

        &[href='/search-results'] {
          &:before {
            @include font-icon('\e907');
          }

          @at-root .search-active & {
            //color: $m2;
          }
        }
      }

      @include breakpoint($bp-hide-off-canvas) {

        .fsNavPageInfo {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          transition: .3s ease;
          z-index: 2;
          top: 50px;
          left: 50%;
          transform: translateX(-50%);
          min-width: 150px;
          padding: 10px;

          ul {
            padding: 0;
            margin: 0;
          }

          li {

            &:last-child {
              border-bottom: 0;
            }
          }

          a {
            color: #fff;
            display: block;
            padding: 10px;
            text-align: left;
            line-height: 1;

             @at-root .district #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover { color: #e5d5c9 !important; }

          }

          @at-root #fsHeader .top-bar .navigation.utility .fsNavLevel1 > li:hover .fsNavPageInfo {
            opacity: 1;
            visibility: visible;
          }
        } // .fsNavPageInfo
      }
    } // util nav
*/ }
    @media (min-width: 900px) {
      #fsHeader .top-bar {
        height: 100%; } }
    #fsHeader .top-bar > .fsElementContent {
      padding: 0 56px 0 58px; }
      @media (min-width: 900px) {
        #fsHeader .top-bar > .fsElementContent {
          padding: 0 20px 0; } }
      @media (min-width: 1000px) {
        #fsHeader .top-bar > .fsElementContent {
          padding-left: calc( 20px + ( 50 - 20 ) * (100vw - 1000px) / (1100 - 1000));
          padding-right: calc( 20px + ( 50 - 20 ) * (100vw - 1000px) / (1100 - 1000)); } }
      @media (min-width: 1100px) {
        #fsHeader .top-bar > .fsElementContent {
          padding-left: 50px;
          padding-right: 50px; } }
    #fsHeader .top-bar .fsLayout .fsDiv {
      margin-bottom: 0; }
    #fsHeader .top-bar .fsTwoColumnLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
      flex-flow: row;
      margin: 0 0 0; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .fsTwoColumnLayout {
          margin-left: -10px;
          margin-right: -10px; } }
    #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn {
      padding: 0 0 0; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn {
          padding-left: 10px;
          padding-right: 10px; } }
    #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-1 {
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column;
          flex-flow: column;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-pack: center;
          justify-content: center;
          width: auto; } }
      @media (max-width: 899px) {
        #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-1:after {
          display: none !important; } }
    #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-2 {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-2 {
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: end;
          justify-content: flex-end;
          width: auto; } }
    #fsHeader .top-bar .tagline {
      padding: 0 10px 0 10px;
      color: #ffffff;
      font-size: 13px;
      line-height: 14px;
      text-align: center; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .tagline {
          padding: 0 0 0;
          font-size: 14px;
          line-height: 1.375;
          text-align: left; } }
      #fsHeader .top-bar .tagline p {
        margin-bottom: 0; }
      #fsHeader .top-bar .tagline em {
        font-style: normal; }
      #fsHeader .top-bar .tagline a {
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase; }
        #fsHeader .top-bar .tagline a:hover, #fsHeader .top-bar .tagline a:focus {
          color: #ffffff !important;
          text-decoration: underline !important; }
    #fsHeader .top-bar .button.search-trigger,
    #fsHeader .top-bar .button.off-canvas-trigger {
      display: block;
      width: 58px;
      height: 50px;
      padding: 0;
      border: none;
      position: absolute;
      color: #ffffff;
      text-align: left;
      text-indent: -999em;
      background: none;
      overflow: hidden; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .button.search-trigger,
        #fsHeader .top-bar .button.off-canvas-trigger {
          margin-left: 2px;
          position: relative;
          top: auto !important;
          left: auto !important;
          right: auto !important; } }
      #fsHeader .top-bar .button.search-trigger:after,
      #fsHeader .top-bar .button.off-canvas-trigger:after {
        content: "";
        vertical-align: middle;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        left: 14px;
        -ms-transform: none;
        transform: none;
        text-align: center;
        text-indent: 0; }
    #fsHeader .top-bar .button.search-trigger {
      top: 15px;
      right: 15px; }
      .page-search-open #fsHeader .top-bar .button.search-trigger {
        color: #a5878c; }
      #fsHeader .top-bar .button.search-trigger:after {
        content: ""; }
      @media (min-width: 1180px) {
        #fsHeader .top-bar .button.search-trigger {
          display: none; } }
    #fsHeader .top-bar .button.off-canvas-trigger {
      top: 0;
      left: 0; }
      #fsHeader .top-bar .button.off-canvas-trigger:after {
        content: '\e910';
        font-size: 28px;
        font-weight: normal; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .button.off-canvas-trigger {
          display: none; } }
  #fsHeader .site-info-container {
    text-align: center;
    padding: 10px 0px 30px !important;
    max-width: 100% !important;
    position: static !important; }
    @media (min-width: 900px) {
      #fsHeader .site-info-container {
        padding: 0px 120px 0px !important; } }
    #fsHeader .site-info-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 1180px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: static !important; }
    #fsHeader .site-info-container h1 {
      font-size: 45px;
      line-height: 1;
      margin-bottom: 0;
      font-weight: 700; }
    #fsHeader .site-info-container .centered-logos {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 1180px;
      margin: auto; }
      @media (min-width: 900px) {
        #fsHeader .site-info-container .centered-logos {
          display: block; } }
      #fsHeader .site-info-container .centered-logos img {
        max-width: 100px;
        position: absolute;
        bottom: 10px;
        left: 10px; }
        #fsHeader .site-info-container .centered-logos img:nth-of-type(2) {
          left: auto;
          right: 10px; }
        @media screen and (min-width: 1400px) {
          #fsHeader .site-info-container .centered-logos img {
            left: -100px; }
            #fsHeader .site-info-container .centered-logos img:nth-of-type(2) {
              right: -100px; } }
    #fsHeader .site-info-container a {
      display: block;
      padding: 0 20px 0;
      color: #2B2B2B; }
      #fsHeader .site-info-container a:hover, #fsHeader .site-info-container a:focus {
        text-decoration: none; }
  #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
    position: static; }
    @media (min-width: 600px) {
      #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
        position: relative;
        margin: 0 auto;
        max-width: 700px;
        position: static; } }
    @media (min-width: 900px) {
      #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
        position: relative;
        margin: 0 auto;
        max-width: 940px; } }
    @media (min-width: 1180px) {
      #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
        position: relative;
        margin: 0 auto;
        max-width: 1180px; }
        #fsHeader > .fsBanner > .fsElement:not(.top-bar).site-info-container {
          margin-top: 10px; } }
  #fsHeader header .fsElementTitle {
    display: none; }
  #fsHeader header .fsElementHeaderContent {
    display: none; }

@media (min-width: 900px) {
  #fsHeader .branding {
    width: 280px;
    position: absolute;
    top: 0;
    left: 0; } }

#fsHeader .branding .fsElementContent {
  text-align: center; }
  #fsHeader .branding .fsElementContent a {
    display: block; }
  #fsHeader .branding .fsElementContent img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-height: 170px; }

@media (min-width: 900px) {
  #fsHeader .utilities {
    margin-bottom: 40px; } }

@media (min-width: 1180px) {
  #fsHeader .utilities {
    margin-bottom: 60px; } }

#fsHeader .utilities .fsElementContent {
  text-align: right; }

@media (min-width: 900px) {
  #fsHeader .utilities section {
    display: inline-block;
    vertical-align: top; } }

#fsHeader .utilities .navigation.utility {
  display: none; }
  #fsHeader .utilities .navigation.utility ul,
  #fsHeader .utilities .navigation.utility ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsHeader .utilities .navigation.utility a {
    display: block; }
  @media (min-width: 900px) {
    #fsHeader .utilities .navigation.utility {
      display: inline-block;
      vertical-align: top; } }
  #fsHeader .utilities .navigation.utility ul {
    margin: 0; }
    #fsHeader .utilities .navigation.utility ul li {
      display: inline-block;
      vertical-align: middle; }
  #fsHeader .utilities .navigation.utility a {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 14px;
    line-height: 1.375;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 7px 20px; }
    #fsHeader .utilities .navigation.utility a:hover, #fsHeader .utilities .navigation.utility a:focus {
      color: #fff; }

#fsHeader .utilities .button.search-trigger,
#fsHeader .utilities .button.off-canvas-trigger {
  display: block;
  background: #2a0e13;
  color: #464851;
  width: 45px;
  height: 36px;
  text-indent: -999em;
  text-align: left;
  overflow: hidden;
  position: absolute;
  border: none; }
  @media (min-width: 900px) {
    #fsHeader .utilities .button.search-trigger,
    #fsHeader .utilities .button.off-canvas-trigger {
      position: relative;
      top: auto !important;
      right: auto !important;
      left: auto !important;
      margin-left: 2px; } }
  #fsHeader .utilities .button.search-trigger:after,
  #fsHeader .utilities .button.off-canvas-trigger:after {
    content: "";
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-indent: 0;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#fsHeader .utilities .button.search-trigger {
  top: 5px;
  right: 5px; }
  .page-search-open #fsHeader .utilities .button.search-trigger {
    color: #a5878c; }
  #fsHeader .utilities .button.search-trigger:after {
    content: ""; }
  @media (min-width: 1180px) {
    #fsHeader .utilities .button.search-trigger {
      display: none; } }

#fsHeader .utilities .button.off-canvas-trigger {
  top: 5px;
  left: 5px; }
  #fsHeader .utilities .button.off-canvas-trigger:after {
    content: ""; }
  @media (min-width: 900px) {
    #fsHeader .utilities .button.off-canvas-trigger {
      display: none; } }

#fsHeader .navigation.main {
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .navigation.main {
      display: block; } }
  #fsHeader .navigation.main .button.search-trigger {
    display: none;
    background: none;
    border: none;
    padding: 20px;
    color: #464851;
    text-indent: -999em;
    text-align: left;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: -10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .page-search-open #fsHeader .navigation.main .button.search-trigger {
      color: #a5878c; }
    #fsHeader .navigation.main .button.search-trigger:after {
      content: "";
      vertical-align: middle;
      font-size: 22px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-indent: 0;
      text-align: center;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (min-width: 1180px) {
      #fsHeader .navigation.main .button.search-trigger {
        display: block; } }

.sub-navigation {
  display: none;
  background: #464851; }
  .has-sub-navigation .sub-navigation {
    display: block; }
    .has-sub-navigation .sub-navigation.masthead-alternate {
      display: none; }
  @media (min-width: 900px) {
    .has-masthead.has-sub-navigation .sub-navigation {
      display: none; }
      .has-masthead.has-sub-navigation .sub-navigation.masthead-alternate {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1; } }
  .sub-navigation > header .fsElementTitle {
    display: none; }
  .sub-navigation > header .fsElementHeaderContent {
    background-color: #541b25;
    padding: 20px 0;
    cursor: pointer;
    padding-left: 40%;
    color: #fff;
    font-family: "allerregular", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 900px) {
      .sub-navigation > header .fsElementHeaderContent {
        display: none; } }
    .sub-navigation > header .fsElementHeaderContent:after {
      font-size: 22px;
      content: "";
      vertical-align: middle;
      padding: 0 10px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .sub-navigation > .fsElementContent {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 900px) {
      .sub-navigation > .fsElementContent {
        max-height: none; } }
  .sub-navigation-open .sub-navigation > header .fsElementHeaderContent:after {
    content: ""; }
  .sub-navigation-open .sub-navigation > .fsElementContent {
    max-height: 1000px;
    overflow-y: auto; }
  .sub-navigation nav {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
    .sub-navigation nav ul,
    .sub-navigation nav ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .sub-navigation nav a {
      display: block; }
    .sub-navigation nav ul.fsNavLevel1 {
      margin: 0; }
      .sub-navigation nav ul.fsNavLevel1 > li {
        border-top: 1px solid #fff; }
        @media (min-width: 900px) {
          .sub-navigation nav ul.fsNavLevel1 > li {
            display: inline-block;
            vertical-align: middle;
            border-top: none; } }
        .sub-navigation nav ul.fsNavLevel1 > li > a {
          display: block;
          padding: 14px 20px;
          font-size: 1em;
          line-height: 1.375;
          color: #fff;
          background-color: #464851; }
          .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus {
            color: #a5878c;
            background-color: #464851; }
          @media (min-width: 900px) {
            .sub-navigation nav ul.fsNavLevel1 > li > a {
              margin-right: 2px;
              margin-left: 2px;
              font-weight: 700;
              text-align: center;
              color: #541b25;
              padding: 25.5px 8px;
              background: none;
              font-size: 16px;
              line-height: 1.375;
              padding-right: 20px;
              padding-left: 20px;
              padding-top: 21.5px;
              padding-bottom: 21.5px; } }
  @media (min-width: 900px) and (min-width: 1180px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 1.125em; } }
          @media (min-width: 900px) {
              .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus {
                border-top-color: #fff;
                border-top-color: rgba(255, 255, 255, 0.9); }
              .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus, .sub-navigation nav ul.fsNavLevel1 > li > a.active {
                color: #464851;
                text-decoration: none; } }
  @media (min-width: 900px) and (min-width: 1180px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      padding-top: 21.5px;
      padding-bottom: 21.5px;
      font-size: 1em; } }
        .sub-navigation nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
        .sub-navigation nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
          color: #541b25;
          font-weight: 600; }

#fsHeader .fsSearch.search {
  transition: all 0.333s;
  background-color: #541b25;
  background-color: rgba(84, 27, 37, 0.95);
  position: absolute;
  top: 99.9%;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid transparent; }
  .page-search-open #fsHeader .fsSearch.search {
    max-height: 66px;
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, 0.2); }
  #fsHeader .fsSearch.search .fsElementContent td.gsc-search-button {
    transition: all 0.333s; }
    @media (min-width: 500px) {
      #fsHeader .fsSearch.search .fsElementContent td.gsc-search-button {
        background-color: #464851; } }
  #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
    transition: all 0.333s; }
    @media (min-width: 500px) {
      #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
        padding-left: 60px !important; } }

#fsHeader .search-toggle {
  display: block;
  width: 56px;
  height: 50px;
  padding: 0 0 0;
  margin: 0 0 0;
  border: 0;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: color 0.3s ease 0s,
 background 0.3s ease 0s; }
  @media (min-width: 900px) {
    #fsHeader .search-toggle {
      height: 60px;
      margin: 0 2px 0 12px; } }
  @media (min-width: 1250px) {
    #fsHeader .search-toggle {
      width: auto;
      padding: 0 22px 0 45px; } }
  #fsHeader .search-toggle:hover, #fsHeader .search-toggle:focus {
    background-color: rgba(0, 0, 0, 0.8); }
    #fsHeader .search-toggle:hover:before, #fsHeader .search-toggle:focus:before {
      color: #ffffff !important; }
  #fsHeader .search-toggle:before {
    content: '\e907';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 18px;
    color: #CA4B44;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    background: none;
    transition: color 0.3s ease 0s; }
    @media (min-width: 900px) {
      #fsHeader .search-toggle:before {
        top: 20px; } }
  #fsHeader .search-toggle > span {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0; }
    @media (min-width: 1250px) {
      #fsHeader .search-toggle > span {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1; } }

#fsHeader .translate-button {
  margin-left: 22px; }

#fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
  display: none; }
  @media (min-width: 600px) {
    #fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
      display: inherit; } }

#fsFooter {
  padding: 20px; }
  #fsFooter > .fsBanner {
    color: #a5878c;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 50px;
    margin-right: -10px;
    margin-left: -10px; }
    @media (min-width: 600px) {
      #fsFooter > .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 700px; } }
    @media (min-width: 900px) {
      #fsFooter > .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 940px; } }
    @media (min-width: 1180px) {
      #fsFooter > .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 1180px; } }
    #fsFooter > .fsBanner header .fsElementTitle {
      color: #464851;
      font-family: "Enriqueta", serif;
      font-weight: bold;
      font-style: italic;
      margin-bottom: 5px; }
      @media (min-width: 1180px) {
        #fsFooter > .fsBanner header .fsElementTitle {
          text-align: left; } }
    #fsFooter > .fsBanner a {
      color: #fff;
      color: rgba(255, 255, 255, 0.6); }
      #fsFooter > .fsBanner a:hover, #fsFooter > .fsBanner a:focus {
        color: #fff; }

#fsFooter .contact {
  color: #fff; }
  #fsFooter .contact ul,
  #fsFooter .contact ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsFooter .contact a {
    display: block; }
  #fsFooter .contact h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0; }
    #fsFooter .contact h3 a {
      color: #fff; }
      #fsFooter .contact h3 a:hover, #fsFooter .contact h3 a:focus {
        color: #fff;
        text-decoration: none; }
  @media (min-width: 1180px) {
    #fsFooter .contact .fsElementContent {
      text-align: left; } }
  @media (min-width: 1180px) {
    #fsFooter .contact li {
      display: inline-block;
      vertical-align: top;
      margin-right: 15px; }
      #fsFooter .contact li:last-child {
        margin-right: 0; } }
  #fsFooter .contact [itemprop='name'] {
    display: block; }
  #fsFooter .contact [itemprop='address'] {
    display: block; }
  #fsFooter .contact [itemprop='streetAddress'] {
    display: block; }
    @media (min-width: 900px) {
      #fsFooter .contact [itemprop='streetAddress'] {
        display: inline-block; }
        #fsFooter .contact [itemprop='streetAddress']:after {
          content: ','; } }
    @media (min-width: 1180px) {
      #fsFooter .contact [itemprop='streetAddress'] {
        display: block; }
        #fsFooter .contact [itemprop='streetAddress']:after {
          content: normal; } }
  #fsFooter .contact [itemprop='telephone'] {
    margin-right: 0.75em; }
  #fsFooter .contact [itemprop='telephone'],
  #fsFooter .contact [itemprop='fax'] {
    text-transform: uppercase; }

#fsFooter .footer-links ul,
#fsFooter .footer-links ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

#fsFooter .footer-links a {
  display: block; }

#fsFooter .footer-links a {
  text-transform: uppercase;
  color: #fff; }
  #fsFooter .footer-links a:hover, #fsFooter .footer-links a:focus {
    color: #ffffff;
    text-decoration: underline; }

#fsFooter .footer-links .fsElementContent {
  overflow: hidden; }
  #fsFooter .footer-links .fsElementContent ul {
    margin-top: 0;
    margin-bottom: 0; }

@media (min-width: 900px) {
  #fsFooter .social {
    display: inline-block;
    vertical-align: top; } }

#fsFooter .social .fsElementContent ul.fsNavLevel1 {
  margin-top: 0; }
  @media (min-width: 1180px) {
    #fsFooter .social .fsElementContent ul.fsNavLevel1 {
      text-align: left; } }
  #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -999em;
    padding: 0;
    margin: 0; }
    @media (min-width: 600px) {
      #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
        display: none; } }

#fsFooter .social .fsElementContent a {
  background-color: #fff; }
  #fsFooter .social .fsElementContent a:after {
    color: #541b25; }
  #fsFooter .social .fsElementContent a:hover, #fsFooter .social .fsElementContent a:focus {
    background-color: rgba(255, 255, 255, 0.8); }

#fsFooter .navigation.hierarchy {
  display: none; }

#fsFooter .powered-by-finalsite {
  text-align: center; }
  @media (min-width: 600px) {
    #fsFooter .powered-by-finalsite {
      text-align: left; } }
  #fsFooter .powered-by-finalsite > .inner {
    display: inline-block; }
  #fsFooter .powered-by-finalsite #fsPoweredByFinalsite {
    display: block; }

.container.masthead {
  position: relative; }
  .fsComposeMode .container.masthead {
    display: none; }
  .container.masthead .image {
    transition: all 0.333s;
    display: block;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 78.125%; }
    @media (min-width: 600px) {
      .container.masthead .image {
        padding-bottom: 60%; } }
    @media (min-width: 900px) {
      .container.masthead .image {
        padding-bottom: 40%; } }
    @media (min-width: 1180px) {
      .container.masthead .image {
        padding-bottom: 480px; } }

.masthead.container .description {
  padding: 0 20px;
  background-color: #fff;
  text-align: center; }
  @media (min-width: 900px) {
    .masthead.container .description {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: transparent; } }
  .masthead.container .description > .inner {
    padding: 20px 0; }
    @media (min-width: 900px) {
      .masthead.container .description > .inner {
        position: relative;
        margin: 0 auto;
        max-width: 74.57627%;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.7); } }
    @media (min-width: 1180px) {
      .masthead.container .description > .inner {
        position: relative;
        margin: 0 auto;
        max-width: 880px; } }
  .masthead.container .description h1 {
    margin-bottom: 0; }
  .masthead.container .description p {
    margin: 0; }

#fsPageContent > .fsLayout .fsContent.masthead {
  display: none; }
  .fsComposeMode #fsPageContent > .fsLayout .fsContent.masthead {
    display: block; }

.has-description #fsPageContent > .fsLayout .fsContent.description {
  display: none; }

.home .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: 0;
  margin: 0 -60px; }
  @media (min-width: 600px) {
    .home .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
      padding: 0;
      margin: 0 -40px; } }
  @media (min-width: 900px) {
    .home .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
      padding: calc(45px - 1em);
      margin: 0 -20px; } }
  @media (min-width: 1180px) {
    .home .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
      padding: 0;
      margin: 0 -60px; } }

@media (min-width: 600px) {
  .home .fsSlideshow.event-list .fsElementSlideshow[data-arrows*="true"] {
    padding: calc(45px - 1em);
    margin: 0 20px; } }

@media (min-width: 1180px) {
  .home .fsSlideshow.event-list .fsElementSlideshow[data-arrows*="true"] {
    padding: 0;
    margin: 0 -60px; } }

.home .slick-arrow,
.home .fsSlideshow .fsLeftArrow,
.home .fsSlideshow .fsRightArrow {
  color: transparent;
  cursor: pointer;
  display: block;
  height: 70px;
  position: absolute;
  width: 50px;
  z-index: 200;
  bottom: 0;
  -ms-transform: none;
  transform: none;
  top: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  border: 0;
  transition: .3s; }
  .home .masthead .slick-arrow {
    bottom: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
  .home .slick-arrow:hover,
  .home .fsSlideshow .fsLeftArrow:hover,
  .home .fsSlideshow .fsRightArrow:hover {
    background: rgba(0, 0, 0, 0.7); }
  @media (min-width: 600px) {
    .home .slick-arrow,
    .home .fsSlideshow .fsLeftArrow,
    .home .fsSlideshow .fsRightArrow {
      bottom: auto;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; } }
  .home .slick-arrow:before,
  .home .fsSlideshow .fsLeftArrow:before,
  .home .fsSlideshow .fsRightArrow:before {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    width: 50px;
    font-family: "IcoMoon";
    text-align: center; }

.home .fsNextButton,
.home .slick-next {
  right: 0; }
  .home .fsNextButton:before,
  .home .slick-next:before {
    content: '\e906'; }

.home .fsPrevButton,
.home .slick-prev {
  left: 0; }
  .home .fsPrevButton:before,
  .home .slick-prev:before {
    content: '\e905'; }

.home #fsBannerLeft,
.home #fsBannerRight {
  display: none; }

.home #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff; }

.home #fsPageContent > .fsLayout {
  margin: 0;
  padding: 0; }
  .home #fsPageContent > .fsLayout > .fsDiv {
    margin: 0;
    padding: 0;
    float: none; }

.home-callouts {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1180px) {
    .home-callouts.fsLayout .fsDiv {
      margin-bottom: 0; } }
  .home-callouts .fs_style_28, .home-callouts .fs_style_29, .home-callouts .fs_style_30 {
    width: 100%;
    padding: 27px 0;
    margin-bottom: 0;
    color: #fff; }
    .home-callouts .fs_style_28:hover, .home-callouts .fs_style_29:hover, .home-callouts .fs_style_30:hover {
      color: #fff !important; }
  .home-callouts p {
    margin-bottom: 0; }

.home .fsPlayer.masthead {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative; }
  .home .fsPlayer.masthead > header {
    display: none; }
    .fsComposeMode.home .fsPlayer.masthead header {
      display: block; }
  .home .fsPlayer.masthead .fsElementContent {
    transition: all 0.333s;
    background-color: #541b25;
    padding-bottom: 78.125%;
    position: relative; }
    @media (min-width: 600px) {
      .home .fsPlayer.masthead .fsElementContent {
        padding-bottom: 75%; } }
    @media (min-width: 900px) {
      .home .fsPlayer.masthead .fsElementContent {
        padding-bottom: 40%; } }
    @media (min-width: 1180px) {
      .home .fsPlayer.masthead .fsElementContent {
        padding-bottom: 480px; } }
    .home .fsPlayer.masthead .fsElementContent:after {
      content: "";
      vertical-align: middle;
      animation: animate-spin 2s infinite linear;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-align: center;
      color: #7e7f85;
      font-size: 60px;
      text-transform: uppercase;
      font-weight: 700;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .has-masthead .home .fsPlayer.masthead .fsElementContent {
      padding-bottom: 0; }
      .has-masthead .home .fsPlayer.masthead .fsElementContent:after {
        content: normal; }
  .home .fsPlayer.masthead > footer {
    display: none; }
  .home .fsPlayer.masthead .cluster {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .home .fsPlayer.masthead .cluster > .inner {
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 600px) {
        .home .fsPlayer.masthead .cluster > .inner {
          margin-right: auto;
          margin-left: auto; } }
  .home .fsPlayer.masthead .slide .image {
    position: relative; }
    .home .fsPlayer.masthead .slide .image > .inner {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  .home .fsPlayer.masthead .slide .details {
    padding: 0 20px 25px;
    color: #fff; }
    @media (min-width: 600px) {
      .home .fsPlayer.masthead .slide .details {
        display: block;
        padding: 0 20px 45px;
        position: relative;
        margin: 0 auto;
        max-width: 700px; } }
    @media (min-width: 900px) {
      .home .fsPlayer.masthead .slide .details {
        position: relative;
        margin: 0 auto;
        max-width: 960px;
        padding: 0 20px 65px; } }
    @media (min-width: 1180px) {
      .home .fsPlayer.masthead .slide .details {
        position: relative;
        margin: 0 auto;
        max-width: 1180px; } }
    .home .fsPlayer.masthead .slide .details .copy {
      color: #fff;
      font-size: 18px;
      font-weight: 700; }
      @media (min-width: 600px) {
        .home .fsPlayer.masthead .slide .details .copy {
          font-size: 40px; } }
  .home .fsPlayer.masthead .container.masthead {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    .has-masthead .home .fsPlayer.masthead .container.masthead {
      max-height: 480px; }

.home section.fsPostElement,
.home section.fsNews {
  padding: 40px 20px 0;
  clear: both;
  margin: 0;
  background: #f6f6f6;
  position: relative;
  padding-bottom: 40px; }
  @media (min-width: 600px) {
    .home section.fsPostElement,
    .home section.fsNews {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 600px) {
    .home section.fsPostElement > header,
    .home section.fsPostElement .fsElementContent,
    .home section.fsNews > header,
    .home section.fsNews .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 700px; } }
  @media (min-width: 900px) {
    .home section.fsPostElement > header,
    .home section.fsPostElement .fsElementContent,
    .home section.fsNews > header,
    .home section.fsNews .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 960px; } }
  @media (min-width: 1180px) {
    .home section.fsPostElement > header,
    .home section.fsPostElement .fsElementContent,
    .home section.fsNews > header,
    .home section.fsNews .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; } }
  .home section.fsPostElement > header,
  .home section.fsNews > header {
    border: none;
    padding: 0; }
  .home section.fsPostElement .fsThumbnail,
  .home section.fsNews .fsThumbnail {
    background-size: cover;
    background-repeat: no-repeat; }
    .home section.fsPostElement .fsThumbnail img,
    .home section.fsNews .fsThumbnail img {
      visibility: hidden; }
  @media (min-width: 600px) {
    .home section.fsPostElement .slick-arrow,
    .home section.fsNews .slick-arrow {
      display: none !important; }
    .home section.fsPostElement .slick-current,
    .home section.fsNews .slick-current {
      position: relative; }
      .home section.fsPostElement .slick-current:after,
      .home section.fsNews .slick-current:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: rgba(51, 102, 153, 0.4);
        top: 0;
        right: 0;
        visibility: visible; } }
  @media (min-width: 900px) {
    .home section.fsPostElement .slick-arrow,
    .home section.fsNews .slick-arrow {
      display: block !important; }
    .home section.fsPostElement .slick-current:after,
    .home section.fsNews .slick-current:after {
      display: none; }
    .home section.fsPostElement .slick-current + .slick-active,
    .home section.fsNews .slick-current + .slick-active {
      position: relative; }
      .home section.fsPostElement .slick-current + .slick-active:before, .home section.fsPostElement .slick-current + .slick-active:after,
      .home section.fsNews .slick-current + .slick-active:before,
      .home section.fsNews .slick-current + .slick-active:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: rgba(51, 102, 153, 0.4);
        top: 0; }
      .home section.fsPostElement .slick-current + .slick-active:before,
      .home section.fsNews .slick-current + .slick-active:before {
        left: 0; }
      .home section.fsPostElement .slick-current + .slick-active:after,
      .home section.fsNews .slick-current + .slick-active:after {
        right: 0;
        visibility: visible; } }
  .home section.fsPostElement .fsElementContent .fsListItems,
  .home section.fsNews .fsElementContent .fsListItems {
    margin-right: -10px;
    margin-left: -10px; }
    .home section.fsPostElement .fsElementContent .fsListItems article,
    .home section.fsNews .fsElementContent .fsListItems article {
      transition: all 0.333s;
      padding: 0 10px;
      margin: 0;
      width: 33.33333%;
      height: 1px;
      overflow: hidden;
      opacity: 0.1;
      visibility: hidden; }
      .home section.fsPostElement .fsElementContent .fsListItems article:first-child,
      .home section.fsNews .fsElementContent .fsListItems article:first-child {
        visibility: visible;
        height: auto; }
      .home section.fsPostElement .fsElementContent .fsListItems article .fsTitle,
      .home section.fsNews .fsElementContent .fsListItems article .fsTitle {
        font-size: 1.125em;
        line-height: 1.33333;
        margin-bottom: 0; }
      .home section.fsPostElement .fsElementContent .fsListItems article .fsDate,
      .home section.fsNews .fsElementContent .fsListItems article .fsDate {
        color: #656565; }
      .home-news-ready .home section.fsPostElement .fsElementContent .fsListItems article, .home-news-ready
      .home section.fsNews .fsElementContent .fsListItems article {
        width: auto;
        opacity: 1;
        visibility: visible;
        height: auto; }
      .home section.fsPostElement .fsElementContent .fsListItems article img,
      .home section.fsNews .fsElementContent .fsListItems article img {
        width: 100%; }

.home-events {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px; }
  .home-events .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  .home-events article {
    padding-left: 0;
    text-align: center;
    margin: 0; }
  .home-events .fsCalendar .fsDate {
    position: relative;
    display: block;
    border-right: 0;
    border-bottom: 1px solid;
    margin: 0 auto 15px;
    -ms-transform: none;
    transform: none;
    padding: 0; }

.home section.spotlight {
  clear: both; }
  @media (min-width: 600px) {
    .home section.spotlight > header,
    .home section.spotlight .fsElementContent,
    .home section.spotlight .spotlight.container > .inner {
      position: relative;
      margin: 0 auto;
      max-width: 700px; } }
  @media (min-width: 900px) {
    .home section.spotlight > header,
    .home section.spotlight .fsElementContent,
    .home section.spotlight .spotlight.container > .inner {
      position: relative;
      margin: 0 auto;
      max-width: 960px; } }
  @media (min-width: 1180px) {
    .home section.spotlight > header,
    .home section.spotlight .fsElementContent,
    .home section.spotlight .spotlight.container > .inner {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; } }
  .home section.spotlight > header {
    display: none; }
  .home section.spotlight .fsElementContent {
    display: none; }
    .home section.spotlight .fsElementContent dl dt,
    .home section.spotlight .fsElementContent dl dd {
      margin: 0;
      padding: 0; }
    .home section.spotlight .fsElementContent dl dt {
      font-weight: 700; }
    .home section.spotlight .fsElementContent dl dd {
      margin-bottom: 10px; }
  .home section.spotlight > footer {
    display: none; }
  .home section.spotlight .spotlight.container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: none; }
    .home section.spotlight .spotlight.container:before {
      transition: all 0.333s;
      background-color: #fff;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
      @media (min-width: 600px) {
        .home section.spotlight .spotlight.container:before {
          background-color: #541b25;
          background-color: rgba(84, 27, 37, 0.8); } }
    .home section.spotlight .spotlight.container > .inner {
      padding: 40px 20px 0;
      position: relative;
      z-index: 1; }
      @media (min-width: 600px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 40px;
          padding-bottom: 40px;
          padding-right: 0;
          padding-left: 0; } }
      @media (min-width: 600px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 70px; } }
      .home section.spotlight .spotlight.container > .inner h2 {
        transition: all 0.333s;
        color: #2B2B2B;
        text-align: center; }
        @media (min-width: 600px) {
          .home section.spotlight .spotlight.container > .inner h2 {
            color: #fff; } }
    .home section.spotlight .spotlight.container .carousel .slide > .inner {
      text-align: center;
      padding: 10px; }
    .home section.spotlight .spotlight.container .carousel .slide .number {
      transition: all 0.333s;
      display: inline-block;
      color: #a5878c;
      font-family: "Enriqueta", serif;
      font-weight: bold;
      letter-spacing: normal;
      font-style: normal;
      font-size: 50px;
      line-height: 1.2;
      width: 160px;
      height: 160px;
      border-radius: 100%;
      position: relative;
      border: 1px solid #bebebe; }
      @media (min-width: 600px) {
        .home section.spotlight .spotlight.container .carousel .slide .number {
          border-color: #fff;
          border-color: rgba(255, 255, 255, 0.5); } }
      .home section.spotlight .spotlight.container .carousel .slide .number > span {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .home section.spotlight .spotlight.container .carousel .slide .label {
      transition: all 0.333s;
      color: #2B2B2B;
      margin-top: 30px; }
      @media (min-width: 600px) {
        .home section.spotlight .spotlight.container .carousel .slide .label {
          color: #fff; } }

.home .cluster > .inner {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 40px;
  display: block;
  padding: 0 50px;
  position: relative; }
  @media (min-width: 600px) {
    .home .cluster > .inner {
      margin-right: auto;
      margin-left: auto;
      margin-top: 40px;
      width: 340px; } }

.home .cluster button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  transition: all 0.333s;
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  text-indent: -666em;
  background-color: #6b6d74; }
  @media (min-width: 600px) {
    .home .cluster button {
      background-color: #464851;
      background-color: rgba(70, 72, 81, 0.8); } }
  .home .cluster button:hover {
    background-color: #a5878c; }
  .home .cluster button:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-size: 26px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .home .cluster button.previous {
    left: 0;
    right: auto; }
    .home .cluster button.previous:after {
      content: ""; }
  .home .cluster button.next {
    left: auto;
    right: 0; }
    .home .cluster button.next:after {
      content: ""; }

.home .cluster .link {
  display: block; }
  .home .cluster .link a {
    display: block;
    text-align: center;
    color: #fff;
    font-family: "allerregular", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 14.5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #464851; }
    .home .cluster .link a:hover {
      background-color: #a5878c; }

.home #fsPageBody {
  margin: 0;
  max-width: none; }

.home #fsPageBodyWrapper {
  padding: 0 0 0; }

.home .fsPageLayout.fsOneColumnLayout {
  margin-left: 0;
  margin-right: 0; }
  .home .fsPageLayout.fsOneColumnLayout > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }

.home .fs_style_23 {
  border: 1px solid rgba(43, 43, 43, 0.5);
  padding: 13px 21px 13px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  background: none;
  transition: color 0.3s ease 0s,
 border 0.3s ease 0s,
 background 0.3s ease 0s; }
  .home .fs_style_23:hover, .home .fs_style_23:focus {
    color: #ffffff; }

.home .panel.fsContainer {
  padding: 60px 20px 60px;
  margin: 0 0 0; }
  .home .panel.fsContainer.panel-gray {
    background-color: #f6f6f6; }
  .home .panel.fsContainer > header,
  .home .panel.fsContainer > .fsElementContent,
  .home .panel.fsContainer > footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  .home .panel.fsContainer > header {
    margin-bottom: 40px;
    text-align: center; }
    .home .panel.fsContainer > header .fsElementTitle {
      margin-bottom: 20px;
      color: #2B2B2B;
      font-size: 25px;
      line-height: 31px;
      font-weight: 700; }
      @media (min-width: 500px) {
        .home .panel.fsContainer > header .fsElementTitle {
          font-size: 30px;
          line-height: 38px; } }
    .home .panel.fsContainer > header > .fsElementHeaderContent {
      margin-bottom: 20px; }
  .home .panel.fsContainer > footer > .fsElementFooterContent {
    margin-top: 20px;
    text-align: center; }

.home .fsLeftArrow,
.home .fsRightArrow,
.home .slick-arrow {
  width: 40px;
  height: 56px;
  padding: 0 0 0;
  border: 0;
  margin: 0 0 0;
  position: absolute;
  color: transparent;
  font-size: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: border 0.3s ease 0s,
 color 0.3s ease 0s,
 background 0.3s ease 0s; }
  .home .fsLeftArrow:hover, .home .fsLeftArrow:focus,
  .home .fsRightArrow:hover,
  .home .fsRightArrow:focus,
  .home .slick-arrow:hover,
  .home .slick-arrow:focus {
    background-color: black; }
  @media (min-width: 500px) {
    .home .fsLeftArrow,
    .home .fsRightArrow,
    .home .slick-arrow {
      width: 50px;
      height: 70px; } }
  .home .fsLeftArrow:before,
  .home .fsRightArrow:before,
  .home .slick-arrow:before {
    content: "";
    vertical-align: middle;
    display: block !important;
    width: 40px;
    height: 56px;
    color: #ffffff;
    font-size: 21px;
    font-weight: normal;
    line-height: 56px;
    text-align: center; }
    @media (min-width: 500px) {
      .home .fsLeftArrow:before,
      .home .fsRightArrow:before,
      .home .slick-arrow:before {
        width: 50px;
        height: 70px;
        font-size: 30px;
        line-height: 70px; } }
  .home .fsLeftArrow.fsPrevButton, .home .fsLeftArrow.slick-prev,
  .home .fsRightArrow.fsPrevButton,
  .home .fsRightArrow.slick-prev,
  .home .slick-arrow.fsPrevButton,
  .home .slick-arrow.slick-prev {
    left: 0; }
    .home .fsLeftArrow.fsPrevButton:before, .home .fsLeftArrow.slick-prev:before,
    .home .fsRightArrow.fsPrevButton:before,
    .home .fsRightArrow.slick-prev:before,
    .home .slick-arrow.fsPrevButton:before,
    .home .slick-arrow.slick-prev:before {
      content: '\e905'; }
  .home .fsLeftArrow.fsNextButton, .home .fsLeftArrow.slick-next,
  .home .fsRightArrow.fsNextButton,
  .home .fsRightArrow.slick-next,
  .home .slick-arrow.fsNextButton,
  .home .slick-arrow.slick-next {
    right: 0; }
    .home .fsLeftArrow.fsNextButton:before, .home .fsLeftArrow.slick-next:before,
    .home .fsRightArrow.fsNextButton:before,
    .home .fsRightArrow.slick-next:before,
    .home .slick-arrow.fsNextButton:before,
    .home .slick-arrow.slick-next:before {
      content: '\e906'; }

[class^="icon-"], [class*=" icon-"] {
  font-size: 32px;
  margin-right: 10px; }

.colors ol {
  zoom: 1;
  margin-bottom: 20px;
  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: 57.14286%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 42.85714%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        width: 14.28571%; } }
    .colors ol li:after {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      color: #656565; }
    .colors ol li:nth-of-type(1) {
      background: #2B2B2B;
      color: #2B2B2B; }
      .colors ol li:nth-of-type(1):after {
        content: "#2B2B2B"; }
    .colors ol li:nth-of-type(2) {
      background: #541b25;
      color: #541b25; }
      .colors ol li:nth-of-type(2):after {
        content: "#541b25"; }
    .colors ol li:nth-of-type(3) {
      background: #464851;
      color: #464851; }
      .colors ol li:nth-of-type(3):after {
        content: "#464851"; }
    .colors ol li:nth-of-type(4) {
      background: #a5878c;
      color: #a5878c; }
      .colors ol li:nth-of-type(4):after {
        content: "#a5878c"; }
    .colors ol li:nth-of-type(5) {
      background: #464646;
      color: #464646; }
      .colors ol li:nth-of-type(5):after {
        content: "#464646"; }
    .colors ol li:nth-of-type(6) {
      background: #d9d9d9;
      color: #d9d9d9; }
      .colors ol li:nth-of-type(6):after {
        content: "#d9d9d9"; }
    .colors ol li:nth-of-type(7) {
      background: #f0f0f0;
      color: #f0f0f0; }
      .colors ol li:nth-of-type(7):after {
        content: "#f0f0f0"; }

.headers h1:after {
  content: " size: 30px / line: 45px"; }

.headers h2:not(.fsElementTitle):after {
  content: " size: 24px / line: 30px"; }

.headers h3:after {
  content: " size: 20px / line: 30px"; }

.headers h4:after {
  content: " size: 18px / line: 27px"; }

.headers h5:after {
  content: " size: 16px / line: 26px"; }

.headers h6:after {
  content: " size: 16px / line: 26px"; }
