 /**
 *
 * Lower Merion School District - default
 * @link http://lmsdorg.finalsite.com/
 * Built By: Josh Webb
 * Project Manager: Jaime Skerker
 * Designer: 
 *
 */

@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 
 */
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.
 */
a:active,
a:hover {
  outline: 0;
}

/* 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 h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after,
.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before, .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, #fsHeader .top-bar .navigation.utility a[href='/contact-us']:before, #fsHeader .top-bar .navigation.utility a[href='/quick-links']:before, #fsHeader .top-bar .navigation.utility a[href='/staff-directory']:before, #fsHeader .top-bar .navigation.utility a[href='/search-results']:before, #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 {
  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;
}

@keyframes animate-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.district {
  background: #541b25;
}
.district a {
  color: #541b25;
}
.district a:hover {
  color: #464851;
}
.district #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #541b25 !important;
}
.district #fsFooter > .fsBanner
 {
  color: #464851;
}
.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 .fs_style_28,
.district .fs_style_23:hover,
.district .module-dark,
.district .fsConstituentSearchButton,
.district html {
  background: #541b25;
}
.district .fs_style_28:hover,
.district #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.district .fsTabs .fsTabsNav li a:hover,
.district .fsConstituentSearchButton:hover {
  background: #464851;
}
.district .navigation.main nav ul.fsNavLevel1 > li > a,
.district #fsFooter .social .fsElementContent a:after,
.district .fsCalendar .fsTitle a,
.district .module-light .fsElementTitle,
.district .module-light a,
.district .fsCalendar .fsDate,
.district .fsNews .fsTitle a:hover,
.district .fs_style_24,
.district #fsPageBodyWrapper .navigation.tier a:hover {
  color: #541b25;
}
.district .fsNews .fsTitle a,
.district .fsCalendar .fsDate .fsDay,
.district .fs_style_23:hover,
.district .module-dark .fsElementTitle,
.district .module-dark a,
.district .fs_style_25 {
  color: #464851;
}
.district .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.district #fsFooter .footer-links a:hover,
.district #fsHeader .top-bar .navigation.utility li:hover > a,
.district .fsCalendar .fsTitle a:hover {
  color: #464851;
}
.district form.gsc-search-box-tools input.gsc-input,
.district .module-light {
  background: #464851 !important;
}

.harriton {
  background: #B70007;
}
.harriton a {
  color: #B70007;
}
.harriton a:hover {
  color: #231f20;
}
.harriton #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #B70007 !important;
}
.harriton #fsFooter > .fsBanner
 {
  color: #4c4d4f;
}
.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 .fs_style_28,
.harriton .fs_style_23:hover,
.harriton .module-dark,
.harriton .fsConstituentSearchButton,
.harriton html {
  background: #B70007;
}
.harriton .fs_style_28:hover,
.harriton #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.harriton .fsTabs .fsTabsNav li a:hover,
.harriton .fsConstituentSearchButton:hover {
  background: #231f20;
}
.harriton .navigation.main nav ul.fsNavLevel1 > li > a,
.harriton #fsFooter .social .fsElementContent a:after,
.harriton .fsCalendar .fsTitle a,
.harriton .module-light .fsElementTitle,
.harriton .module-light a,
.harriton .fsCalendar .fsDate,
.harriton .fsNews .fsTitle a:hover,
.harriton .fs_style_24,
.harriton #fsPageBodyWrapper .navigation.tier a:hover {
  color: #B70007;
}
.harriton .fsNews .fsTitle a,
.harriton .fsCalendar .fsDate .fsDay,
.harriton .fs_style_23:hover,
.harriton .module-dark .fsElementTitle,
.harriton .module-dark a,
.harriton .fs_style_25 {
  color: #4c4d4f;
}
.harriton .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.harriton #fsFooter .footer-links a:hover,
.harriton #fsHeader .top-bar .navigation.utility li:hover > a,
.harriton .fsCalendar .fsTitle a:hover {
  color: #4c4d4f;
}
.harriton form.gsc-search-box-tools input.gsc-input,
.harriton .module-light {
  background: #4c4d4f !important;
}

.lmhs {
  background: #541b25;
}
.lmhs a {
  color: #541b25;
}
.lmhs a:hover {
  color: #dfcaba;
}
.lmhs #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #541b25 !important;
}
.lmhs #fsFooter > .fsBanner
 {
  color: #a5878c;
}
.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 .fs_style_28,
.lmhs .fs_style_23:hover,
.lmhs .module-dark,
.lmhs .fsConstituentSearchButton,
.lmhs html {
  background: #541b25;
}
.lmhs .fs_style_28:hover,
.lmhs #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.lmhs .fsTabs .fsTabsNav li a:hover,
.lmhs .fsConstituentSearchButton:hover {
  background: #dfcaba;
}
.lmhs .navigation.main nav ul.fsNavLevel1 > li > a,
.lmhs #fsFooter .social .fsElementContent a:after,
.lmhs .fsCalendar .fsTitle a,
.lmhs .module-light .fsElementTitle,
.lmhs .module-light a,
.lmhs .fsCalendar .fsDate,
.lmhs .fsNews .fsTitle a:hover,
.lmhs .fs_style_24,
.lmhs #fsPageBodyWrapper .navigation.tier a:hover {
  color: #541b25;
}
.lmhs .fsNews .fsTitle a,
.lmhs .fsCalendar .fsDate .fsDay,
.lmhs .fs_style_23:hover,
.lmhs .module-dark .fsElementTitle,
.lmhs .module-dark a,
.lmhs .fs_style_25 {
  color: #a5878c;
}
.lmhs .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.lmhs #fsFooter .footer-links a:hover,
.lmhs #fsHeader .top-bar .navigation.utility li:hover > a,
.lmhs .fsCalendar .fsTitle a:hover {
  color: #a5878c;
}
.lmhs form.gsc-search-box-tools input.gsc-input,
.lmhs .module-light {
  background: #a5878c !important;
}

.bala {
  background: #541b25;
}
.bala a {
  color: #541b25;
}
.bala a:hover {
  color: #dfcaba;
}
.bala #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #541b25 !important;
}
.bala #fsFooter > .fsBanner
 {
  color: #a5878c;
}
.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 .fs_style_28,
.bala .fs_style_23:hover,
.bala .module-dark,
.bala .fsConstituentSearchButton,
.bala html {
  background: #541b25;
}
.bala .fs_style_28:hover,
.bala #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.bala .fsTabs .fsTabsNav li a:hover,
.bala .fsConstituentSearchButton:hover {
  background: #dfcaba;
}
.bala .navigation.main nav ul.fsNavLevel1 > li > a,
.bala #fsFooter .social .fsElementContent a:after,
.bala .fsCalendar .fsTitle a,
.bala .module-light .fsElementTitle,
.bala .module-light a,
.bala .fsCalendar .fsDate,
.bala .fsNews .fsTitle a:hover,
.bala .fs_style_24,
.bala #fsPageBodyWrapper .navigation.tier a:hover {
  color: #541b25;
}
.bala .fsNews .fsTitle a,
.bala .fsCalendar .fsDate .fsDay,
.bala .fs_style_23:hover,
.bala .module-dark .fsElementTitle,
.bala .module-dark a,
.bala .fs_style_25 {
  color: #a5878c;
}
.bala .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.bala #fsFooter .footer-links a:hover,
.bala #fsHeader .top-bar .navigation.utility li:hover > a,
.bala .fsCalendar .fsTitle a:hover {
  color: #a5878c;
}
.bala form.gsc-search-box-tools input.gsc-input,
.bala .module-light {
  background: #a5878c !important;
}

.welsh {
  background: #014c16;
}
.welsh a {
  color: #014c16;
}
.welsh a:hover {
  color: #cdcdcd;
}
.welsh #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #014c16 !important;
}
.welsh #fsFooter > .fsBanner
 {
  color: #52b564;
}
.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 .fs_style_28,
.welsh .fs_style_23:hover,
.welsh .module-dark,
.welsh .fsConstituentSearchButton,
.welsh html {
  background: #014c16;
}
.welsh .fs_style_28:hover,
.welsh #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.welsh .fsTabs .fsTabsNav li a:hover,
.welsh .fsConstituentSearchButton:hover {
  background: #cdcdcd;
}
.welsh .navigation.main nav ul.fsNavLevel1 > li > a,
.welsh #fsFooter .social .fsElementContent a:after,
.welsh .fsCalendar .fsTitle a,
.welsh .module-light .fsElementTitle,
.welsh .module-light a,
.welsh .fsCalendar .fsDate,
.welsh .fsNews .fsTitle a:hover,
.welsh .fs_style_24,
.welsh #fsPageBodyWrapper .navigation.tier a:hover {
  color: #014c16;
}
.welsh .fsNews .fsTitle a,
.welsh .fsCalendar .fsDate .fsDay,
.welsh .fs_style_23:hover,
.welsh .module-dark .fsElementTitle,
.welsh .module-dark a,
.welsh .fs_style_25 {
  color: #52b564;
}
.welsh .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.welsh #fsFooter .footer-links a:hover,
.welsh #fsHeader .top-bar .navigation.utility li:hover > a,
.welsh .fsCalendar .fsTitle a:hover {
  color: #52b564;
}
.welsh form.gsc-search-box-tools input.gsc-input,
.welsh .module-light {
  background: #52b564 !important;
}

.belmont {
  background: #000000;
}
.belmont a {
  color: #000000;
}
.belmont a:hover {
  color: #dcc72b;
}
.belmont #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #000000 !important;
}
.belmont #fsFooter > .fsBanner
 {
  color: #a7a9ac;
}
.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 .fs_style_28,
.belmont .fs_style_23:hover,
.belmont .module-dark,
.belmont .fsConstituentSearchButton,
.belmont html {
  background: #000000;
}
.belmont .fs_style_28:hover,
.belmont #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.belmont .fsTabs .fsTabsNav li a:hover,
.belmont .fsConstituentSearchButton:hover {
  background: #dcc72b;
}
.belmont .navigation.main nav ul.fsNavLevel1 > li > a,
.belmont #fsFooter .social .fsElementContent a:after,
.belmont .fsCalendar .fsTitle a,
.belmont .module-light .fsElementTitle,
.belmont .module-light a,
.belmont .fsCalendar .fsDate,
.belmont .fsNews .fsTitle a:hover,
.belmont .fs_style_24,
.belmont #fsPageBodyWrapper .navigation.tier a:hover {
  color: #000000;
}
.belmont .fsNews .fsTitle a,
.belmont .fsCalendar .fsDate .fsDay,
.belmont .fs_style_23:hover,
.belmont .module-dark .fsElementTitle,
.belmont .module-dark a,
.belmont .fs_style_25 {
  color: #a7a9ac;
}
.belmont .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.belmont #fsFooter .footer-links a:hover,
.belmont #fsHeader .top-bar .navigation.utility li:hover > a,
.belmont .fsCalendar .fsTitle a:hover {
  color: #a7a9ac;
}
.belmont form.gsc-search-box-tools input.gsc-input,
.belmont .module-light {
  background: #a7a9ac !important;
}

.cynwyd {
  background: #00521f;
}
.cynwyd a {
  color: #00521f;
}
.cynwyd a:hover {
  color: #eeb94a;
}
.cynwyd #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #00521f !important;
}
.cynwyd #fsFooter > .fsBanner
 {
  color: #759a88;
}
.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 .fs_style_28,
.cynwyd .fs_style_23:hover,
.cynwyd .module-dark,
.cynwyd .fsConstituentSearchButton,
.cynwyd html {
  background: #00521f;
}
.cynwyd .fs_style_28:hover,
.cynwyd #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.cynwyd .fsTabs .fsTabsNav li a:hover,
.cynwyd .fsConstituentSearchButton:hover {
  background: #eeb94a;
}
.cynwyd .navigation.main nav ul.fsNavLevel1 > li > a,
.cynwyd #fsFooter .social .fsElementContent a:after,
.cynwyd .fsCalendar .fsTitle a,
.cynwyd .module-light .fsElementTitle,
.cynwyd .module-light a,
.cynwyd .fsCalendar .fsDate,
.cynwyd .fsNews .fsTitle a:hover,
.cynwyd .fs_style_24,
.cynwyd #fsPageBodyWrapper .navigation.tier a:hover {
  color: #00521f;
}
.cynwyd .fsNews .fsTitle a,
.cynwyd .fsCalendar .fsDate .fsDay,
.cynwyd .fs_style_23:hover,
.cynwyd .module-dark .fsElementTitle,
.cynwyd .module-dark a,
.cynwyd .fs_style_25 {
  color: #759a88;
}
.cynwyd .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.cynwyd #fsFooter .footer-links a:hover,
.cynwyd #fsHeader .top-bar .navigation.utility li:hover > a,
.cynwyd .fsCalendar .fsTitle a:hover {
  color: #759a88;
}
.cynwyd form.gsc-search-box-tools input.gsc-input,
.cynwyd .module-light {
  background: #759a88 !important;
}

.gladwyne {
  background: #d22127;
}
.gladwyne a {
  color: #d22127;
}
.gladwyne a:hover {
  color: #ffc40d;
}
.gladwyne #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #d22127 !important;
}
.gladwyne #fsFooter > .fsBanner
 {
  color: #ffc40d;
}
.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 .fs_style_28,
.gladwyne .fs_style_23:hover,
.gladwyne .module-dark,
.gladwyne .fsConstituentSearchButton,
.gladwyne html {
  background: #d22127;
}
.gladwyne .fs_style_28:hover,
.gladwyne #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.gladwyne .fsTabs .fsTabsNav li a:hover,
.gladwyne .fsConstituentSearchButton:hover {
  background: #ffc40d;
}
.gladwyne .navigation.main nav ul.fsNavLevel1 > li > a,
.gladwyne #fsFooter .social .fsElementContent a:after,
.gladwyne .fsCalendar .fsTitle a,
.gladwyne .module-light .fsElementTitle,
.gladwyne .module-light a,
.gladwyne .fsCalendar .fsDate,
.gladwyne .fsNews .fsTitle a:hover,
.gladwyne .fs_style_24,
.gladwyne #fsPageBodyWrapper .navigation.tier a:hover {
  color: #d22127;
}
.gladwyne .fsNews .fsTitle a,
.gladwyne .fsCalendar .fsDate .fsDay,
.gladwyne .fs_style_23:hover,
.gladwyne .module-dark .fsElementTitle,
.gladwyne .module-dark a,
.gladwyne .fs_style_25 {
  color: #ffc40d;
}
.gladwyne .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.gladwyne #fsFooter .footer-links a:hover,
.gladwyne #fsHeader .top-bar .navigation.utility li:hover > a,
.gladwyne .fsCalendar .fsTitle a:hover {
  color: #ffc40d;
}
.gladwyne form.gsc-search-box-tools input.gsc-input,
.gladwyne .module-light {
  background: #ffc40d !important;
}

.merionelementary {
  background: #B70007;
}
.merionelementary a {
  color: #B70007;
}
.merionelementary a:hover {
  color: #939393;
}
.merionelementary #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #B70007 !important;
}
.merionelementary #fsFooter > .fsBanner
 {
  color: #f0a092;
}
.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 .fs_style_28,
.merionelementary .fs_style_23:hover,
.merionelementary .module-dark,
.merionelementary .fsConstituentSearchButton,
.merionelementary html {
  background: #B70007;
}
.merionelementary .fs_style_28:hover,
.merionelementary #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.merionelementary .fsTabs .fsTabsNav li a:hover,
.merionelementary .fsConstituentSearchButton:hover {
  background: #939393;
}
.merionelementary .navigation.main nav ul.fsNavLevel1 > li > a,
.merionelementary #fsFooter .social .fsElementContent a:after,
.merionelementary .fsCalendar .fsTitle a,
.merionelementary .module-light .fsElementTitle,
.merionelementary .module-light a,
.merionelementary .fsCalendar .fsDate,
.merionelementary .fsNews .fsTitle a:hover,
.merionelementary .fs_style_24,
.merionelementary #fsPageBodyWrapper .navigation.tier a:hover {
  color: #B70007;
}
.merionelementary .fsNews .fsTitle a,
.merionelementary .fsCalendar .fsDate .fsDay,
.merionelementary .fs_style_23:hover,
.merionelementary .module-dark .fsElementTitle,
.merionelementary .module-dark a,
.merionelementary .fs_style_25 {
  color: #f0a092;
}
.merionelementary .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.merionelementary #fsFooter .footer-links a:hover,
.merionelementary #fsHeader .top-bar .navigation.utility li:hover > a,
.merionelementary .fsCalendar .fsTitle a:hover {
  color: #f0a092;
}
.merionelementary form.gsc-search-box-tools input.gsc-input,
.merionelementary .module-light {
  background: #f0a092 !important;
}

.pennvalley {
  background: #002151;
}
.pennvalley a {
  color: #002151;
}
.pennvalley a:hover {
  color: #464851;
}
.pennvalley #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #002151 !important;
}
.pennvalley #fsFooter > .fsBanner
 {
  color: #91a2ba;
}
.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 .fs_style_28,
.pennvalley .fs_style_23:hover,
.pennvalley .module-dark,
.pennvalley .fsConstituentSearchButton,
.pennvalley html {
  background: #002151;
}
.pennvalley .fs_style_28:hover,
.pennvalley #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.pennvalley .fsTabs .fsTabsNav li a:hover,
.pennvalley .fsConstituentSearchButton:hover {
  background: #464851;
}
.pennvalley .navigation.main nav ul.fsNavLevel1 > li > a,
.pennvalley #fsFooter .social .fsElementContent a:after,
.pennvalley .fsCalendar .fsTitle a,
.pennvalley .module-light .fsElementTitle,
.pennvalley .module-light a,
.pennvalley .fsCalendar .fsDate,
.pennvalley .fsNews .fsTitle a:hover,
.pennvalley .fs_style_24,
.pennvalley #fsPageBodyWrapper .navigation.tier a:hover {
  color: #002151;
}
.pennvalley .fsNews .fsTitle a,
.pennvalley .fsCalendar .fsDate .fsDay,
.pennvalley .fs_style_23:hover,
.pennvalley .module-dark .fsElementTitle,
.pennvalley .module-dark a,
.pennvalley .fs_style_25 {
  color: #91a2ba;
}
.pennvalley .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.pennvalley #fsFooter .footer-links a:hover,
.pennvalley #fsHeader .top-bar .navigation.utility li:hover > a,
.pennvalley .fsCalendar .fsTitle a:hover {
  color: #91a2ba;
}
.pennvalley form.gsc-search-box-tools input.gsc-input,
.pennvalley .module-light {
  background: #91a2ba !important;
}

.pennwynne {
  background: #002151;
}
.pennwynne a {
  color: #002151;
}
.pennwynne a:hover {
  color: #464851;
}
.pennwynne #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
  color: #002151 !important;
}
.pennwynne #fsFooter > .fsBanner
 {
  color: #58c6f1;
}
.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 .fs_style_28,
.pennwynne .fs_style_23:hover,
.pennwynne .module-dark,
.pennwynne .fsConstituentSearchButton,
.pennwynne html {
  background: #002151;
}
.pennwynne .fs_style_28:hover,
.pennwynne #fsHeader .top-bar .navigation.utility .fsNavPageInfo,
.pennwynne .fsTabs .fsTabsNav li a:hover,
.pennwynne .fsConstituentSearchButton:hover {
  background: #464851;
}
.pennwynne .navigation.main nav ul.fsNavLevel1 > li > a,
.pennwynne #fsFooter .social .fsElementContent a:after,
.pennwynne .fsCalendar .fsTitle a,
.pennwynne .module-light .fsElementTitle,
.pennwynne .module-light a,
.pennwynne .fsCalendar .fsDate,
.pennwynne .fsNews .fsTitle a:hover,
.pennwynne .fs_style_24,
.pennwynne #fsPageBodyWrapper .navigation.tier a:hover {
  color: #002151;
}
.pennwynne .fsNews .fsTitle a,
.pennwynne .fsCalendar .fsDate .fsDay,
.pennwynne .fs_style_23:hover,
.pennwynne .module-dark .fsElementTitle,
.pennwynne .module-dark a,
.pennwynne .fs_style_25 {
  color: #58c6f1;
}
.pennwynne .navigation.main nav ul.fsNavLevel1 > li:hover > a,
.pennwynne #fsFooter .footer-links a:hover,
.pennwynne #fsHeader .top-bar .navigation.utility li:hover > a,
.pennwynne .fsCalendar .fsTitle a:hover {
  color: #58c6f1;
}
.pennwynne form.gsc-search-box-tools input.gsc-input,
.pennwynne .module-light {
  background: #58c6f1 !important;
}

.belmont a {
  color: #dcc72b;
}
.belmont a:hover {
  color: #000;
}
.belmont #fsPageBodyWrapper .navigation.tier a:hover {
  color: #dcc72b;
}

/*! structure - layouts v0.0.1 */
@font-face {
  font-family: 'enriquetabold';
  src: url("/uploaded/themes/default/fonts/enriqueta-bold-webfont.woff2") format("woff2"), url("/uploaded/themes/default/fonts/enriqueta-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'enriquetaregular';
  src: url("/uploaded/themes/default/fonts/enriqueta-regular-webfont.woff2") format("woff2"), url("/uploaded/themes/default/fonts/enriqueta-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@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: #464851;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "enriquetabold", serif;
}

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, .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;
}
a:hover {
  text-decoration: underline;
  color: #8E7777;
}

ul,
ol {
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

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;
  border: 1px solid #541b25;
  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";
  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;
}
[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-group: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-phone:before {
  content: "\e90a";
}

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  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;
}
.home #fsPageBody {
  margin: 0;
  max-width: none;
}

#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.4285714286%;
  }
  .fsOverrideLeftBanner #fsBannerLeft {
    display: none !important;
  }
}
@media (min-width: 900px) {
  #fsBannerLeft {
    width: 23.7288135593%;
  }
}

.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.6440677966% !important;
  }
}
@media (min-width: 600px) {
  .fsHasLeftBanner #fsPageContent {
    width: 68.5714285714% !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.5714285714% !important;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 44.9152542373% !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.3559322034%;
  }
}
@media (min-width: 600px) {
  .fsHasLeftBanner #fsBannerRight {
    width: 68.5714285714%;
    margin-left: 31.4285714286%;
    padding-left: 0;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner #fsBannerRight {
    padding-left: 70px;
    width: 31.3559322034%;
    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.3333333333%;
  }
}
@media (min-width: 600px) {
  #fsFooter .fsThreeColumnLayout .fsDiv {
    width: 33.3333333333%;
    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.6666666667%;
  }
}
.fsLayout .fsStyleOneThird {
  width: 100%;
}
@media (min-width: 1180px) {
  .fsLayout .fsStyleOneThird {
    width: 33.3333333333%;
  }
}

.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsPanel {
  margin-bottom: 1px;
}
.fsAccordion .fsPanel > header {
  transition: all 0.333s;
  cursor: pointer;
  background: none;
}
.fsAccordion .fsPanel > header h2 {
  transition: all 0.333s;
  margin-bottom: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 15px;
  color: #464851;
  font-family: "allerregular", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid;
}
.fsAccordion .fsPanel > header h2:before {
  font-family: "IcoMoon";
}
.fsAccordion .fsPanel > header:hover h2 {
  border-bottom-color: #a5878c;
}
.fsAccordion .fsPanel.fsStateOpen > header {
  background: #fff;
  border-color: #bebebe;
  border-bottom-color: transparent;
}
.fsAccordion .fsPanel.fsStateOpen > header h2 {
  border-bottom-color: #464851;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before {
  content: "";
}

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after,
.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: "";
  vertical-align: middle;
  font-size: 20px;
  border: none;
  width: auto;
  height: auto;
}

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: '\e90c';
}

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: '\e90b';
}

.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  margin: -3px 20px 0 0;
}

.fsAccordion.fsPanelIconAfter .fsPanel > header h2:before {
  display: none;
}
.fsAccordion.fsPanelIconAfter .fsPanel > header h2: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 {
  font-weight: 600;
}
.fsCalendar .fsTitle, .fsCalendar .fsTitle a {
  color: #464851;
}
.fsCalendar .fsTitle a:hover {
  color: #464646;
}
.fsCalendar .fsTitle a {
  color: #541b25;
}
.fsCalendar .fsTitle a:hover {
  color: #464851;
  text-decoration: none;
}
.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.2857142857% !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.8333333333%;
  }
}
.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;
}

.news-list header,
.news-list footer,
.event-list header,
.event-list footer {
  text-align: center;
}
.news-list footer,
.event-list footer {
  margin-top: 25px;
}
.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) {
  .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);
  }
}
.news-list .fs_style_33:hover,
.news-list .view-all:hover,
.event-list .fs_style_33:hover,
.event-list .view-all:hover {
  color: #464851;
  text-decoration: none;
}
.news-list .fsElementTitle,
.event-list .fsElementTitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.news-list .fsElementTitle:before, .news-list .fsElementTitle:after,
.event-list .fsElementTitle:before,
.event-list .fsElementTitle:after {
  content: '';
  width: 23px;
  height: 1px;
  background: #464851;
  position: absolute;
  top: 50%;
}
.news-list .fsElementTitle:before,
.event-list .fsElementTitle:before {
  left: -40px;
}
.news-list .fsElementTitle:after,
.event-list .fsElementTitle:after {
  right: -40px;
}
.home .news-list .fsElementTitle,
.home .event-list .fsElementTitle {
  font-size: 30px;
}

.news-list .fsReadMoreLink .inner {
  display: none;
}
.news-list .fsReadMoreLink:after {
  content: "";
  vertical-align: middle;
  margin-left: 8px;
}
.news-list .fsReadMoreLink:hover {
  text-decoration: none;
  color: #541b25;
}
.news-list p {
  display: inline;
}

.caption {
  font-size: 0.8em;
  line-height: 1.1;
  margin-bottom: 7.04px;
  color: #5e606c;
  font-family: "enriquetabold", serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 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: #a5878c;
  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;
  outline: 0;
  text-align: center;
  border: 1px solid #541b25;
}
.fs_style_23:hover {
  background-color: #541b25;
  color: #fff !important;
  text-decoration: none;
}
.fs_style_23 em {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
}
.fs_style_23:hover {
  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;
  outline: 0;
  text-align: center;
}
.fs_style_28:hover {
  background-color: #541b25;
  color: #fff !important;
  text-decoration: none;
}
.fs_style_28 em {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
}

.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: #464851;
  color: #a5878c;
  outline: 0;
  text-align: center;
}
.fs_style_29:hover {
  background-color: #464851;
  color: #fff !important;
  text-decoration: none;
}
.fs_style_29 em {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
}

.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;
  outline: 0;
  text-align: center;
}
.fs_style_30:hover {
  background-color: #a5878c;
  color: #fff !important;
  text-decoration: none;
}
.fs_style_30 em {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
}

.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: #464851;
  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;
}

/*! 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 {
  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;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}
.fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
  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;
  outline: 0;
  background: #541b25 !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover {
  transition: .3s;
  color: #fff !important;
  background: #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-next:hover:before {
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

.navigation.main {
  padding: 0 120px 0 !important;
  max-width: 100% !important;
}
.navigation.main ul,
.navigation.main ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.navigation.main a {
  display: block;
}
.navigation.main > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}
.navigation.main nav ul,
.navigation.main nav ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.navigation.main nav a {
  display: block;
}
.navigation.main nav ul.fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
}
.navigation.main nav ul.fsNavLevel1 > li {
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.no-flexbox .navigation.main nav ul.fsNavLevel1 > li {
  display: inline-block;
}
.navigation.main 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;
  display: block;
}
@media (min-width: 1180px) {
  .navigation.main nav ul.fsNavLevel1 > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.125em;
  }
}
.navigation.main nav ul.fsNavLevel1 > li > a:hover {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.9);
}
.navigation.main nav ul.fsNavLevel1 > li > a:hover, .navigation.main nav ul.fsNavLevel1 > li > a.active {
  color: #464851;
  text-decoration: none;
}
.navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a, .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #464851;
  text-decoration: none;
}
.navigation.main .fsNavPageInfo {
  position: absolute;
  top: 99.5%;
  z-index: 10;
  display: none;
  width: 100%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 40px;
  background: #541b25;
  text-align: left;
  border-top: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.navigation.main .fsNavPageInfo .fsNavPageDescription {
  display: inline-block;
  vertical-align: top;
  width: 39.2857142857%;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  float: right;
  border-left: 1px solid rgba(165, 135, 140, 0.4);
  padding-left: 45px;
}
.navigation.main .fsNavPageInfo .fsNavPageDescription h3,
.navigation.main .fsNavPageInfo .fsNavPageDescription a {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.3888888889;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.navigation.main .fsNavPageInfo .fsNavPageDescription h3:hover,
.navigation.main .fsNavPageInfo .fsNavPageDescription a:hover {
  background: none;
}
.navigation.main .fsNavPageInfo .fsNavPageDescription a:hover {
  color: #e5d5c9;
}
.navigation.main .fsNavPageInfo ul.fsNavLevel2 {
  display: inline-block;
  vertical-align: top;
  width: 26.8292682927%;
  padding-left: 20px;
  margin-top: 0;
}
.navigation.main .fsNavPageInfo ul.fsNavLevel2 > li {
  margin-right: -10px;
  margin-left: -10px;
  position: relative;
}
.navigation.main .fsNavPageInfo a {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
  text-align: left;
  color: #fff;
  padding: 5px 0;
}
.navigation.main .fsNavPageInfo a:hover {
  color: #464851;
  text-decoration: none;
}
.navigation.main .fsNavPageInfo a:hover {
  color: #e5d5c9;
}
.navigation.main .fsNavPageInfo .fsNavCurrentPage > a,
.navigation.main .fsNavPageInfo .fsNavCurrentPageAncestor > a {
  color: #464851;
  text-decoration: none;
}
.navigation.main li:hover .fsNavPageInfo {
  display: block;
}

#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 {
  color: #464851;
  text-decoration: none;
}
#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: #464851;
    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-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover {
  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.4285714286;
}
.hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover, .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover, .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover, .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover {
  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 {
  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.4285714286;
}
.hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover {
  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;
}
.fsAccountBarVisible section.off-canvas {
  margin-top: 45px;
}
@media (min-width: 700px) {
  section.off-canvas {
    width: 50%;
  }
}
@media (min-width: 900px) {
  section.off-canvas {
    height: 0 !important;
  }
}
.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 .button.off-canvas-trigger {
  background: none;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  margin: 0;
  width: 45px;
  height: 36px;
}
section.off-canvas .button.off-canvas-trigger, section.off-canvas .button.off-canvas-trigger:hover {
  border-color: transparent;
}
section.off-canvas .button.off-canvas-trigger:hover {
  color: #fff;
}
section.off-canvas .button.off-canvas-trigger span {
  display: none;
}
section.off-canvas .button.off-canvas-trigger:after {
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 40px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.off-canvas .navigation.main {
  padding: 0 0 50px 0 !important;
}
section.off-canvas .navigation.main ul.fsNavLevel1 {
  display: block;
  padding-left: 25px;
}
section.off-canvas .navigation.main ul.fsNavLevel1 li {
  display: block;
}
section.off-canvas .navigation.main ul.fsNavLevel1 li a {
  border: none;
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid rgba(165, 135, 140, 0.4);
}
section.off-canvas .navigation.main ul.fsNavLevel1 li:first-child a {
  border-top: 1px solid rgba(165, 135, 140, 0.4);
}
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;
  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 {
  color: #fff;
}
section.off-canvas .navigation.utility ul.fsNavLevel1 li a:hover {
  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 {
  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;
}
.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;
}

.fsNews {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  /*Slideshow*/
}
.fsNews > header {
  padding-top: 15px;
}
.fsNews > header .fsElementTitle {
  margin-bottom: 15px;
}
.fsNews:first-child {
  margin-top: 0;
}
.fsNews:last-child {
  margin-bottom: 0;
}
.fsNews img {
  border-bottom: 5px solid #464646;
}
.fsNews article {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fsNews article:first-child {
  margin-top: 0;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 20px;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fsNews .fsTitle, .fsNews .fsTitle a {
  color: #464851;
}
.fsNews .fsTitle a:hover {
  color: #464646;
}
.fsNews .fsTitle a {
  color: #a5878c;
}
.fsNews .fsTitle a:hover {
  text-decoration: none;
  color: #464851;
}
.fsNews .fsDate {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #464851;
}
.fsNews .fsSummary {
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
}
.fsNews .fsSummary :first-child {
  margin-top: 0;
}
.fsNews.fsSlideshow .fsElementContent {
  margin: 0;
}
.fsNews.fsSlideshow article {
  padding: 0 60px;
}
.fsNews.fsSlideshow .fsPager span {
  color: inherit;
  opacity: 0.5;
  transition: color 100ms, opacity 100ms;
}
.fsNews.fsSlideshow .fsPager span.fsStateActive {
  color: inherit;
  opacity: 1;
}
.fsNews.fsGrid .fsNewsGrid {
  zoom: 1;
}
.fsNews.fsGrid .fsNewsGrid:after {
  display: table;
  clear: both;
  content: '';
}
.fsNews.fsGrid article {
  clear: none;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  padding: 0;
  width: auto;
}
@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 49%;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(3n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(3n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-3) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
    margin-right: 1%;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
    margin-left: 1%;
  }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 49%;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-3) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(odd) {
    margin-right: 1%;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(even) {
    margin-left: 1%;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 32%;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(odd) {
    margin-right: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(even) {
    margin-left: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-3) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
    margin: 0 2%;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 49%;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-3) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(odd) {
    margin-right: 1%;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(even) {
    margin-left: 1%;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 23.5%;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(odd) {
    margin-right: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(even) {
    margin-left: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-3) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
    margin: 0 1% 0 2%;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
    margin: 0 2% 0 1%;
  }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 49%;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(odd) {
    margin-right: 1%;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(even) {
    margin-left: 1%;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 18.4%;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(odd) {
    margin-right: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(even) {
    margin-left: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-2) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-1) {
    margin: auto;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
    margin: 0 1% 0 2%;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
    margin: 0 1%;
  }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
    margin: 0 2% 0 1%;
  }
  .fsNews.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.7142857143;
  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;
  margin: 0;
  padding: 12px 15px;
  background: #464851;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-family: "allerregular", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}
.fsTabs .fsTabsNav li a:hover {
  background: #464851;
  color: #fff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #541b25;
  color: #fff;
}
.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 h2 {
  transition: all 0.333s;
  margin-bottom: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 15px;
  color: #464851;
  font-family: "allerregular", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid;
}
.fsTabs .fsPanel > header h2:before {
  font-family: "IcoMoon";
}
.fsTabs .fsPanel > header h2:before {
  content: "";
  margin-right: 40px;
}
.fsTabs .fsPanel > header:hover h2 {
  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 h2 {
  border-bottom-color: #464851;
}
.fsTabs .fsPanel.fsStateOpen > header h2: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;
  }
}

#fsHeader {
  background-color: #f6f6f6;
  position: relative;
}
@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: 70px;
}
@media (min-width: 900px) {
  #fsHeader .top-bar {
    height: 100%;
  }
}
#fsHeader .top-bar .fsLayout .fsDiv {
  margin-bottom: 0;
}
#fsHeader .top-bar .fsTwoColumnLayout {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}
#fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-1 {
  width: 100%;
}
@media (min-width: 900px) {
  #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-1 {
    width: 50%;
  }
}
#fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-2 {
  padding: 0;
  text-align: right;
}
#fsHeader .top-bar .tagline {
  color: #e5d5c9;
  font-size: 14px;
  padding-left: 75px;
  padding-top: 25px;
}
#fsHeader .top-bar .tagline p {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  #fsHeader .top-bar .tagline {
    padding-left: 0;
    padding-top: 15px;
  }
}
#fsHeader .top-bar .navigation.utility {
  display: none;
}
#fsHeader .top-bar .navigation.utility ul,
#fsHeader .top-bar .navigation.utility ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#fsHeader .top-bar .navigation.utility a {
  display: block;
}
@media (min-width: 900px) {
  #fsHeader .top-bar .navigation.utility {
    display: inline-block;
    vertical-align: top;
  }
}
#fsHeader .top-bar .navigation.utility ul.fsNavLevel1 {
  margin: 0;
}
#fsHeader .top-bar .navigation.utility ul.fsNavLevel1 > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#fsHeader .top-bar .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;
  line-height: 50px;
  padding: 0 10px;
}
#fsHeader .top-bar .navigation.utility a:hover {
  color: #fff;
}
#fsHeader .top-bar .navigation.utility a:hover {
  text-decoration: none;
  color: #464851;
}
#fsHeader .top-bar .navigation.utility a:before {
  color: #fff;
  margin-right: 8px;
}
#fsHeader .top-bar .navigation.utility a[href='/contact-us']:before {
  content: "";
  vertical-align: middle;
}
#fsHeader .top-bar .navigation.utility a[href='/quick-links']:before {
  content: "";
  vertical-align: middle;
}
#fsHeader .top-bar .navigation.utility a[href='/staff-directory']:before {
  content: "";
  vertical-align: middle;
}
#fsHeader .top-bar .navigation.utility a[href='/search-results']:before {
  content: "";
  vertical-align: middle;
}
@media (min-width: 900px) {
  #fsHeader .top-bar .navigation.utility .fsNavPageInfo {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 2;
    top: 50px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 150px;
    padding: 10px;
  }
  #fsHeader .top-bar .navigation.utility .fsNavPageInfo ul {
    padding: 0;
    margin: 0;
  }
  #fsHeader .top-bar .navigation.utility .fsNavPageInfo li:last-child {
    border-bottom: 0;
  }
  #fsHeader .top-bar .navigation.utility .fsNavPageInfo a {
    color: #fff;
    display: block;
    padding: 10px;
    text-align: left;
    line-height: 1;
  }
  .district #fsHeader .top-bar .navigation.utility .fsNavLevel2 a:hover {
    color: #e5d5c9 !important;
  }
  #fsHeader .top-bar .navigation.utility .fsNavLevel1 > li:hover .fsNavPageInfo {
    opacity: 1;
    visibility: visible;
  }
}
#fsHeader .top-bar .button.search-trigger,
#fsHeader .top-bar .button.off-canvas-trigger {
  display: block;
  background: none;
  color: #fff;
  width: 45px;
  height: 36px;
  text-indent: -999em;
  text-align: left;
  overflow: hidden;
  position: absolute;
  border: none;
  padding: 0;
}
@media (min-width: 900px) {
  #fsHeader .top-bar .button.search-trigger,
  #fsHeader .top-bar .button.off-canvas-trigger {
    position: relative;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin-left: 2px;
  }
}
#fsHeader .top-bar .button.search-trigger:after,
#fsHeader .top-bar .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 .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: 15px;
  left: 15px;
}
#fsHeader .top-bar .button.off-canvas-trigger:after {
  content: '\e910';
  font-size: 40px;
  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 14px !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;
  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 {
  color: #464851;
}
#fsHeader .site-info-container a:hover {
  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 {
  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 {
  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 {
    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.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;
  }
}

#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: "enriquetabold", serif;
  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 {
  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 {
  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 {
  color: #464851;
  text-decoration: none;
}
#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 {
  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.5762711864%;
    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.fsNews {
  padding: 40px 20px 0;
  clear: both;
  margin: 0;
  background: #f6f6f6;
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 600px) {
  .home section.fsNews {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .home section.fsNews > header,
  .home section.fsNews .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
  }
}
@media (min-width: 900px) {
  .home section.fsNews > header,
  .home section.fsNews .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .home section.fsNews > header,
  .home section.fsNews .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
  }
}
.home section.fsNews > header {
  border: none;
  padding: 0;
}
.home section.fsNews .fsThumbnail {
  background-size: cover;
  background-repeat: no-repeat;
}
.home section.fsNews .fsThumbnail img {
  visibility: hidden;
}
@media (min-width: 600px) {
  .home section.fsNews .slick-arrow {
    display: none !important;
  }
  .home section.fsNews .slick-current {
    position: relative;
  }
  .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.fsNews .slick-arrow {
    display: block !important;
  }
  .home section.fsNews .slick-current:after {
    display: none;
  }
  .home section.fsNews .slick-current + .slick-active {
    position: relative;
  }
  .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.fsNews .slick-current + .slick-active:before {
    left: 0;
  }
  .home section.fsNews .slick-current + .slick-active:after {
    right: 0;
    visibility: visible;
  }
}
.home section.fsNews .fsElementContent .fsListItems {
  margin-right: -10px;
  margin-left: -10px;
}
.home section.fsNews .fsElementContent .fsListItems article {
  transition: all 0.333s;
  padding: 0 10px;
  margin: 0;
  width: 33.3333333333%;
  height: 1px;
  overflow: hidden;
  opacity: 0.1;
  visibility: hidden;
}
.home section.fsNews .fsElementContent .fsListItems article:first-child {
  visibility: visible;
  height: auto;
}
.home section.fsNews .fsElementContent .fsListItems article .fsTitle {
  font-size: 1.125em;
  line-height: 1.3333333333;
  margin-bottom: 0;
}
.home section.fsNews .fsElementContent .fsListItems article .fsDate {
  color: #656565;
}
.home-news-ready .home section.fsNews .fsElementContent .fsListItems article {
  width: auto;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.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: #464851;
  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: "enriquetabold", serif;
  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: #464851;
  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;
  outline: 0;
  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;
}

[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.1428571429%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 42.8571428571%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    width: 14.2857142857%;
  }
}
.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: #464851;
  color: #464851;
}
.colors ol li:nth-of-type(1):after {
  content: "#464851";
}
.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(1) {
  background: #464851;
  color: #464851;
}
.colors ol li:nth-of-type(1):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";
}
