@charset "UTF-8";
 /**
 *
 * New Haven Theme - default_17
 * @link https://jserra.finalsite.com
 * Site Template : newclientcustom
 * Built By: Geoff Hasson
 * Project Manager: Jaime Skerker
 * Designer: Holly Fehr
 * ==== Git Info ====
 * Branch Name: clients/jserra
 * Build version: 3.2.6
 * Git Tag: 
 * Last build by: Kosha Burnett
 *
 **/

@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.
 */
/* 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 margin not present in IE 8/9 and Safari.
 */
/**
 * 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; }

@font-face {
  font-family: "georgia";
  src: url("/uploaded/themes/default_17/fonts/georgia.ttf"); }

.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, .fsCalendar:not(.fsDialog) .fsTimeRange:before, .fsCalendar:not(.fsDialog) .fsLocation:before, .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarMonthBrowser .fsCalendarNextMonth:before, .navigation.tier > header .fsElementHeaderContent:after, section.off-canvas .off-canvas-trigger:after, .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, .nav-den-header button.den-toggle:before, #fsHeader .utilities .search-trigger:after,
#fsHeader .utilities .off-canvas-trigger:after, #fsHeader .navigation.main .search-trigger:after, .sub-navigation > header .fsElementHeaderContent:after, #fsFooter .nav-float .fsNavLevel1 > li:after, .masthead-video .video-toggle:before, .masthead-video .audio-toggle:before, .masthead-video > footer button.scroll-to:before, .masthead-video > footer button.scroll-to:after, .fsPlayer.masthead .fsElementContent:after, .home:not(.fsComposeMode) .college-logo-container.fsSharedContainer > .fsContainer > footer a:after, .home:not(.fsComposeMode) .college-logo-container.fsContainer > footer a: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); } }

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

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

html {
  font-family: "georgia", serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

body {
  font-size: 16px;
  line-height: 1.5;
  color: #242424; }

.wf-loading {
  visibility: hidden;
  opacity: 0; }

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }
  .ingra h1, .ingra h2, .ingra h3, .ingra h4, .ingra h5, .ingra h6 {
    font-family: "ingra"; }
  .calluna h1, .calluna h2, .calluna h3, .calluna h4, .calluna h5, .calluna h6 {
    font-family: "calluna-sans"; }
  .ffdax h1, .ffdax h2, .ffdax h3, .ffdax h4, .ffdax h5, .ffdax h6 {
    font-family: "ff-dax-web-pro"; }

h1, .fsPlayer.masthead .slide .details .title, .h1 {
  font-size: 2.1875em;
  line-height: 0.91429;
  margin-bottom: 13px;
  color: #7c2529;
  text-transform: uppercase; }

h2, .fsCalendar:not(.fsDialog) > header .fsElementTitle, .content-block > header .fsElementTitle, .fsNews > header .fsElementTitle,
.fsPostElement > header .fsElementTitle, .h2 {
  font-size: 1.5em;
  line-height: 1.16667;
  margin-bottom: 7px;
  color: #242424;
  letter-spacing: normal;
  font-style: normal; }

h3, #fsFooter > .fsBanner header .fsElementTitle, .h3 {
  font-size: 1.125em;
  line-height: 1.55556;
  margin-bottom: 0;
  color: #7c2529;
  letter-spacing: normal;
  font-style: normal;
  text-transform: uppercase; }

h4, .h4 {
  font-size: 1em;
  line-height: 1.75;
  margin-bottom: 0;
  color: #242424;
  letter-spacing: normal;
  text-transform: uppercase; }

h5, .h5 {
  font-size: 1.125em;
  line-height: 1.33333;
  margin-bottom: 0;
  color: #7c2529;
  letter-spacing: normal;
  font-style: normal; }

h6, .h6 {
  font-size: 0.875em;
  line-height: 1.42857;
  margin-bottom: 0;
  color: #7c2529;
  letter-spacing: normal;
  font-style: normal;
  text-transform: uppercase; }

p {
  margin-top: 0;
  margin-bottom: 15px; }

a {
  text-decoration: none;
  color: #7c2529;
  transition: background .3s, color .3s;
  pointer-events: auto; }
  a:visited {
    text-decoration: underline; }
  a:hover {
    text-decoration: underline; }

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

table.styled,
table.fs_style_43, table.styled.header-row {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-spacing: 4px;
  border-collapse: separate; }
  table.styled tr:first-child th, table.fs_style_43 tr:first-child th, table.styled tr:first-child td, table.fs_style_43 tr:first-child td {
    overflow: hidden; }
  table.styled tr:last-child th, table.fs_style_43 tr:last-child th, table.styled tr:last-child td, table.fs_style_43 tr:last-child td {
    overflow: hidden; }
  table.styled th, table.fs_style_43 th, table.styled.header-row th,
  table.styled td,
  table.fs_style_43 td,
  table.styled.header-row td {
    padding: 12px 15px;
    vertical-align: top;
    background-color: transparent; }
  table.styled th, table.fs_style_43 th, table.styled.header-row th {
    text-align: left;
    font-weight: 700; }
  table.styled tr:nth-of-type(odd) td, table.fs_style_43 tr:nth-of-type(odd) td, table.styled.header-row tr:nth-of-type(odd) td {
    background-color: rgba(197, 179, 88, 0.2); }

table.styled.header-row tr:nth-of-type(odd) td,
table.fs_style_43 tr:nth-of-type(odd) td {
  background-color: transparent; }

table.styled.header-row tr:nth-of-type(even) td,
table.fs_style_43 tr:nth-of-type(even) td {
  background-color: rgba(186, 191, 183, 0.1); }

table.styled.header-row th,
table.fs_style_43 th {
  padding: 12px 15px;
  background-color: #242424;
  color: #fff;
  letter-spacing: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase; }

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

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

.fs_style_23,
blockquote {
  display: block;
  position: relative;
  margin: 25px 0;
  padding: 45px;
  font-size: 22px;
  line-height: 1.2;
  color: #7c2529;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4; }
  .ingra .fs_style_23, .ingra
  blockquote {
    font-family: "ingra"; }
  .calluna .fs_style_23, .calluna
  blockquote {
    font-family: "calluna-sans"; }
  .ffdax .fs_style_23, .ffdax
  blockquote {
    font-family: "ff-dax-web-pro"; }
  .fs_style_23:before,
  blockquote:before {
    position: absolute;
    font-size: 118px;
    font-family: "expo-serif-pro", serif;
    font-weight: normal;
    line-height: 1;
    left: 50%;
    top: -25px;
    content: '\201C';
    background: #fff;
    height: 50px;
    padding: 0 10px 0 5px;
    color: #bababa; }
  .fs_style_23:after,
  blockquote:after {
    position: absolute;
    font-size: 118px;
    font-family: "expo-serif-pro", serif;
    font-weight: normal;
    line-height: 1;
    left: 50%;
    bottom: -25px;
    content: '\201D';
    background: #fff;
    height: 50px;
    padding: 0 10px 0 5px;
    color: #bababa; }
  .fs_style_23 > .fs_style_32,
  .fs_style_23 > cite,
  .fs_style_23 > .cite,
  blockquote > .fs_style_32,
  blockquote > cite,
  blockquote > .cite {
    margin-top: 4px;
    text-align: center; }
  .fs_style_23 + .fs_style_32,
  .fs_style_23 + cite,
  .fs_style_23 + .cite,
  blockquote + .fs_style_32,
  blockquote + cite,
  blockquote + .cite {
    margin-bottom: 25px;
    text-align: center; }
  #fsBannerRight .fs_style_23,
  #fsBannerLeft .fs_style_23, #fsBannerRight
  blockquote,
  #fsBannerLeft
  blockquote {
    padding-right: 0;
    padding-left: 0; }
    #fsBannerRight .fs_style_23:before,
    #fsBannerLeft .fs_style_23:before, #fsBannerRight
    blockquote:before,
    #fsBannerLeft
    blockquote:before {
      left: 0; }

cite,
.fs_style_25 {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #757272;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal; }
  cite:before,
  .fs_style_25:before {
    content: '~ '; }

h3.fsAthleticsTeamName {
  font-size: 28px; }

@font-face {
  font-family: "IcoMoon";
  src: url("/uploaded/themes/default_17/fonts/icomoon/newhaven.eot?1180newhaven");
  src: url("/uploaded/themes/default_17/fonts/icomoon/newhaven.eot?#iefix?1180newhaven") format("embedded-opentype"), url("/uploaded/themes/default_17/fonts/icomoon/newhaven.woff2?1180newhaven") format("woff2"), url("/uploaded/themes/default_17/fonts/icomoon/newhaven.ttf?1180newhaven") format("truetype"), url("/uploaded/themes/default_17/fonts/icomoon/newhaven.woff?1180newhaven") format("woff"), url("/uploaded/themes/default_17/fonts/icomoon/newhaven.svg?1180#newhaven") 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-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-feed:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  overflow: hidden; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px; }
  .home #fsPageBody {
    margin: 0;
    max-width: none; }

body:not(.home) .fsDiv > .fsElement:not(:last-child) {
  margin-bottom: 20px; }

#fsBannerLeft {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  width: auto; }
  @media (min-width: 760px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 760px) {
    #fsBannerLeft {
      padding-right: 40px;
      display: block;
      width: 31.42857%; }
      .fsOverrideLeftBanner #fsBannerLeft {
        display: none !important; } }
  @media (min-width: 900px) {
    #fsBannerLeft {
      width: 23.72881%; } }

.fsBannerLeft.mobile {
  display: block; }
  @media (min-width: 760px) {
    .fsBannerLeft.mobile {
      display: none; } }

#fsPageContent {
  float: none;
  margin-bottom: 20px;
  width: 100% !important;
  margin: 0; }
  @media (min-width: 760px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 1180px) {
    .fsHasRightBanner #fsPageContent {
      width: 76.27119% !important; } }
  @media (min-width: 760px) {
    .fsHasLeftBanner #fsPageContent {
      width: 68.57143% !important; } }
  @media (min-width: 760px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    zoom: 1; }
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 760px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 68.57143% !important; } }
    @media (min-width: 1180px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 52.54237% !important; } }
  @media (min-width: 760px) {
    .fsOverrideLeftBanner .fsHasLeftBanner.fsHasRightBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 760px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 1180px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 23.72881%; } }
  @media (min-width: 760px) {
    .fsHasLeftBanner #fsBannerRight {
      width: 76.27119%;
      margin-left: 23.72881%;
      padding-left: 0; } }
  @media (min-width: 1180px) {
    .fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 23.72881%;
      margin: 0; } }
  @media (min-width: 1180px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsBannerRight {
      width: 100% !important;
      margin-left: 0; } }

.fsLayout > header, .fsLayout > footer {
  padding-left: 20px;
  padding-right: 20px; }

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

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

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

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

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

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

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1180px) {
    .fsLayout .fsStyleTwoThirds {
      width: 76.27119% !important; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 1180px) {
    .fsLayout .fsStyleOneThird {
      width: 23.72881%; } }

body:not(.fsComposeMode) .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f4f4f4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px; }
  body:not(.fsComposeMode) .full-width.maroon {
    background: #7c2529; }
  body:not(.fsComposeMode) .full-width.gold {
    background: #c5b358; }
  body:not(.fsComposeMode) .full-width img {
    width: 100%; }
  body:not(.fsComposeMode) .full-width .fsLayout, body:not(.fsComposeMode) .full-width .fsContent {
    margin: 0;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 80px; }
  body:not(.fsComposeMode) .full-width > header {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 100px; }
  body:not(.fsComposeMode) .full-width.fsContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    body:not(.fsComposeMode) .full-width.fsContent header {
      z-index: 1;
      position: relative;
      color: #fff;
      padding: 30px;
      text-align: center; }
  body:not(.fsComposeMode) .full-width.image-gradient {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    body:not(.fsComposeMode) .full-width.image-gradient header {
      z-index: 1;
      position: relative;
      color: #fff;
      padding: 30px;
      text-align: center; }
      body:not(.fsComposeMode) .full-width.image-gradient header h1, body:not(.fsComposeMode) .full-width.image-gradient header h2, body:not(.fsComposeMode) .full-width.image-gradient header h3, body:not(.fsComposeMode) .full-width.image-gradient header h4, body:not(.fsComposeMode) .full-width.image-gradient header h5, body:not(.fsComposeMode) .full-width.image-gradient header h6 p {
        color: #fff; }
      body:not(.fsComposeMode) .full-width.image-gradient header h2.fsElementTitle {
        text-align: center;
        color: #fff; }
    body:not(.fsComposeMode) .full-width.image-gradient .fsContent {
      color: #fff; }
    body:not(.fsComposeMode) .full-width.image-gradient:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(160deg, rgba(119, 18, 23, 0.91) 35%, rgba(119, 18, 23, 0) 100%);
      z-index: 0; }
  body:not(.fsComposeMode) .full-width.fsLayout .fsStyleTwoThirds, body:not(.fsComposeMode) .full-width.fsLayout .fsStyleOneThird, body:not(.fsComposeMode) .full-width.fsLayout .fsStyleColumn {
    padding: 0; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .full-width.fsLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body:not(.fsComposeMode) .full-width.fsLayout.fsTwoColumnLayout .fsStyleColumn {
        width: calc(50% - 20px); }
      body:not(.fsComposeMode) .full-width.fsLayout.fsThreeColumnLayout .fsStyleColumn {
        width: calc(33.3333333333% - 20px); }
      body:not(.fsComposeMode) .full-width.fsLayout.fsFourColumnLayout .fsStyleColumn {
        width: calc(50% - 20px); } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .full-width.fsLayout.fsTwoColumnWideRightLayout .fsStyleOneThird {
      width: calc(33.3333333333% - 20px); }
    body:not(.fsComposeMode) .full-width.fsLayout.fsTwoColumnWideRightLayout .fsStyleTwoThirds {
      width: calc(66.6666666667% - 20px); }
    body:not(.fsComposeMode) .full-width.fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird {
      width: calc(33.3333333333% - 20px); }
    body:not(.fsComposeMode) .full-width.fsLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
      width: calc(66.6666666667% - 20px); }
    body:not(.fsComposeMode) .full-width.fsLayout.fsFourColumnLayout .fsStyleColumn {
      width: calc(25% - 20px); } }
  body:not(.fsComposeMode) .full-width.fsLayout.fsStyleAutoclear:after {
    content: none; }
  body:not(.fsComposeMode) .full-width.custom-post {
    padding: 0 !important; }
    body:not(.fsComposeMode) .full-width.custom-post.fsGrid > .fsElementContent {
      padding: 0; }
    body:not(.fsComposeMode) .full-width.custom-post .fsListItems {
      margin: 0; }
      body:not(.fsComposeMode) .full-width.custom-post .fsListItems .article-content {
        color: #fff; }
    body:not(.fsComposeMode) .full-width.custom-post article {
      width: 100% !important;
      margin: 0 !important; }
      @media (min-width: 760px) {
        body:not(.fsComposeMode) .full-width.custom-post article {
          width: 50% !important; } }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .full-width.custom-post article {
          width: 25% !important; } }

.full-width-three {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f4f4f4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px; }
  .full-width-three.maroon {
    background: #7c2529; }
  .full-width-three.gold {
    background: #c5b358; }
  .full-width-three img {
    width: 100%; }
  .full-width-three .fsLayout, .full-width-three .fsContent {
    margin: 0;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 80px; }
  .full-width-three > header {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 100px; }
  .full-width-three.fsContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .full-width-three.fsContent header {
      z-index: 1;
      position: relative;
      color: #fff;
      padding: 30px;
      text-align: center; }
  .full-width-three.custom-post {
    padding: 0 !important; }
    .full-width-three.custom-post.fsGrid > .fsElementContent {
      padding: 0; }
      .full-width-three.custom-post.fsGrid > .fsElementContent .fsListItems {
        margin: 0; }
        .full-width-three.custom-post.fsGrid > .fsElementContent .fsListItems article {
          margin: 0 !important; }
          @media (min-width: 760px) {
            .full-width-three.custom-post.fsGrid > .fsElementContent .fsListItems article {
              width: 33.33333% !important; } }
          .full-width-three.custom-post.fsGrid > .fsElementContent .fsListItems article .article-content {
            color: #fff; }

.five-column > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px; }
  @media (min-width: 1000px) {
    .five-column > .fsElementContent {
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .five-column > .fsElementContent > * {
    padding: 0 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .five-column > .fsElementContent > * {
        width: 33.33%; } }
    @media (min-width: 1000px) {
      .five-column > .fsElementContent > * {
        width: 20%; } }

.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion .fsPanel {
    margin-bottom: 1px; }
    .fsAccordion .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: transparent;
      border: 0 solid transparent; }
      .fsAccordion .fsPanel > header h2 {
        transition: all 0.333s;
        position: relative;
        margin-bottom: 0;
        display: block;
        font-size: 18px;
        line-height: 24px;
        padding: 12px 15px;
        color: rgba(69, 69, 69, 0.75);
        font-family: "Montserrat", sans-serif;
        font-weight: bold; }
        .fsAccordion .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
      .fsAccordion .fsPanel > header:hover {
        background: transparent;
        border-color: rgba(69, 69, 69, 0.25); }
        .fsAccordion .fsPanel > header:hover h2 {
          color: #7c2529; }
    .fsAccordion .fsPanel.fsStateOpen > header {
      background: transparent;
      border-color: #7c2529;
      border-bottom-color: transparent; }
      .fsAccordion .fsPanel.fsStateOpen > header h2 {
        color: #7c2529; }
  .fsAccordion .fsPanel {
    border-bottom: 1px solid rgba(158, 150, 137, 0.5); }

.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: "";
  font-size: 20px;
  line-height: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: "";
  margin-top: -3px;
  padding-top: 1px;
  font-size: 13px;
  line-height: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: ""; }

.fsAccordion.fsPanelIconBefore .fsPanel > header h2,
.fsTabs.fsPanelIconBefore .fsPanel > header h2 {
  padding-left: 40px; }
  .fsAccordion.fsPanelIconBefore .fsPanel > header h2:before,
  .fsTabs.fsPanelIconBefore .fsPanel > header h2:before {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    padding-left: 10px; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2:before {
  display: none; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2:after {
  margin: 0 0 0 20px;
  float: right; }

.fsAccordion .fsPanel > header {
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid transparent; }
  .fsAccordion .fsPanel > header a {
    transition: none; }

.fsAccordion .fsPanel > header:hover, .fsAccordion .fsPanel > header:focus {
  background: #c5b358;
  border-color: transparent; }

.fsAccordion .fsPanel > header:hover h2, .fsAccordion .fsPanel > header:focus h2 {
  color: #242424; }

.fsAccordion .fsPanel > .fsElementContent {
  background: #fff; }

.fsAccordion .fsPanel.fsStateOpen > header {
  background: #beaa45;
  border-color: #beaa45;
  border-bottom-color: transparent; }

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

.fsAccordion .fsAccordion .fsPanel {
  border: 0 !important; }
  .fsAccordion .fsAccordion .fsPanel > header {
    background: none !important;
    border: none !important; }
    .fsAccordion .fsAccordion .fsPanel > header h2 {
      font-size: 16px;
      line-height: 1.5;
      color: #242424;
      font-family: "georgia", serif;
      text-transform: none;
      font-weight: 400;
      padding-top: 5px;
      padding-bottom: 5px; }
  .fsAccordion .fsAccordion .fsPanel > .fsElementContent {
    padding: 5px 0px 0px 40px; }

html body .fsAccordion.fsPanelIconBefore .apply > header > h2:before, html body .fsAccordion.fsPanelIconBefore .apply.fsStateOpen > header > h2:before {
  content: '\f044';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .donate > header > h2:before, html body .fsAccordion.fsPanelIconBefore .donate.fsStateOpen > header > h2:before {
  content: '\e911';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .question > header > h2:before, html body .fsAccordion.fsPanelIconBefore .question.fsStateOpen > header > h2:before {
  content: '\e910';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .virus > header > h2:before, html body .fsAccordion.fsPanelIconBefore .virus.fsStateOpen > header > h2:before {
  content: '\e912';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .temperature > header > h2:before, html body .fsAccordion.fsPanelIconBefore .temperature.fsStateOpen > header > h2:before {
  content: '\e913';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .soap > header > h2:before, html body .fsAccordion.fsPanelIconBefore .soap.fsStateOpen > header > h2:before {
  content: '\e914';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .nurse > header > h2:before, html body .fsAccordion.fsPanelIconBefore .nurse.fsStateOpen > header > h2:before {
  content: '\e915';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .award > header > h2:before, html body .fsAccordion.fsPanelIconBefore .award.fsStateOpen > header > h2:before {
  content: '\e916';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .ticket > header > h2:before, html body .fsAccordion.fsPanelIconBefore .ticket.fsStateOpen > header > h2:before {
  content: '\e917';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .money > header > h2:before, html body .fsAccordion.fsPanelIconBefore .money.fsStateOpen > header > h2:before {
  content: '\e918';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .envelope > header > h2:before, html body .fsAccordion.fsPanelIconBefore .envelope.fsStateOpen > header > h2:before {
  content: '\e919';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .calendar > header > h2:before, html body .fsAccordion.fsPanelIconBefore .calendar.fsStateOpen > header > h2:before {
  content: '\e90e';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .gift > header > h2:before, html body .fsAccordion.fsPanelIconBefore .gift.fsStateOpen > header > h2:before {
  content: '\e90f';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

html body .fsAccordion.fsPanelIconBefore .destination > header > h2:before, html body .fsAccordion.fsPanelIconBefore .destination.fsStateOpen > header > h2:before {
  content: '\f041';
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  width: 30px;
  height: 20px;
  border: none;
  text-align: center;
  margin-top: -3px;
  padding-top: 1px; }

/*! elements - calendar v0.0.1 */
.fsCalendar:not(.fsDialog) {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .fsCalendar:not(.fsDialog) > header {
    margin-bottom: 17px; }
    .fsCalendar:not(.fsDialog) > header .fsElementTitle {
      color: #7c2529;
      margin-bottom: 12px; }
  .fsCalendar:not(.fsDialog):first-child {
    margin-top: 0; }
  .fsCalendar:not(.fsDialog):last-child {
    margin-bottom: 0; }
  .fsCalendar:not(.fsDialog) article {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #f4f4f4;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    padding: 0 20px 20px; }
    .fsCalendar:not(.fsDialog) article .fsReadMoreLink {
      display: none; }
  .fsCalendar:not(.fsDialog) .fsTitle {
    font-size: 20px;
    font-weight: bold; }
    .fsCalendar:not(.fsDialog) .fsTitle a {
      color: #242424; }
      .fsCalendar:not(.fsDialog) .fsTitle a:hover {
        color: #7c2529;
        text-decoration: none; }
  .fsCalendar:not(.fsDialog) .fsDate {
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    background: #242424;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 -20px 20px; }
    .fsCalendar:not(.fsDialog) .fsDate span {
      display: inline-block;
      vertical-align: middle; }
    .fsCalendar:not(.fsDialog) .fsDate .fsSeparator {
      padding: 0 2px 0 5px; }
    .fsCalendar:not(.fsDialog) .fsDate .fsDay {
      font-size: 25px;
      font-family: "georgia", serif;
      color: #c5b358;
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
  .fsCalendar:not(.fsDialog) .fsEventDetails {
    font-family: "georgia", serif; }
  .fsCalendar:not(.fsDialog) .fsTimeRange {
    font-size: 15px;
    line-height: 1.42857;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 13px; }
    .fsCalendar:not(.fsDialog) .fsTimeRange:before {
      margin-right: 2px;
      content: ""; }
  .fsCalendar:not(.fsDialog) .fsLocation {
    font-size: 15px;
    line-height: 1.42857;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 13px; }
    .fsCalendar:not(.fsDialog) .fsLocation:before {
      margin-right: 4px;
      content: ""; }
  .fsCalendar:not(.fsDialog).fsList .fsElementFooterContent {
    text-align: center;
    font-size: 14px;
    font-weight: bold; }
    .fsCalendar:not(.fsDialog).fsList .fsElementFooterContent a {
      color: #7c2529; }

.fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0; }
  .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
    content: "";
    display: block;
    font-size: 18px;
    color: #7c2529;
    line-height: 1; }

.fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: ""; }

@media screen and (max-width: 899px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
      display: block;
      width: 14.28571% !important;
      height: 50px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 24px;
          border: 1px solid #dedede; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child,
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div:first-child {
            margin-bottom: 1px; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected,
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div.selected {
            background-color: #7c2529;
            color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected {
        background: #b07c7f; }
        .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: #bdbdbd; }
    @media (min-width: 900px) {
      .fsCalendarRow .fsCalendarDaybox.has-info {
        background: none; } }
  .fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
    background: #eee8cd; }

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

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

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

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

@media (min-width: 900px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: block;
    border: 0;
    margin: 0 0 20px;
    padding: 20px 30px;
    background: #1d1d1d;
    color: #fff;
    outline: 0;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background-color: #8f8f8f;
      color: #000; }
    @media (min-width: 600px) {
      .scroll-up span {
        display: inline-block; } }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 900px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

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

.fsCalendar.fsGrid .fsCalendarLegend a {
  display: block; }

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

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

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

.fsCalendar.custom-circle article {
  background: none !important; }

.fsCalendar.custom-circle .fsDate {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: none;
  border: 2px solid #cfcfcf;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.custom-circle .fsDate .fsMonth {
    font-size: 16px; }
  .fsCalendar.custom-circle .fsDate .fsDay {
    font-size: 40px; }

/*! elements - constituent default layout */
.fsConstituentSearchForm label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .fsConstituentSearchForm label input {
    margin-right: 10px; }
  .fsConstituentSearchForm label span {
    margin-right: 10px; }

@media (min-width: 900px) {
  .fsConstituentSearchForm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm label {
      -ms-flex-direction: row;
      flex-direction: row; } }

.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  @media (min-width: 760px) {
    .fsDirectory.fsThumbnailAlignLeft .fsThumbnail {
      float: none;
      margin-right: 0; } }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }

@media (min-width: 760px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 760px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  .fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
    clear: both; }

@media (min-width: 760px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 760px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 760px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 760px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1180px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

.fsConstituentItem .fsPhones a {
  font-size: 16px;
  padding-left: 20px; }

.fsConstituentItem div.fsPhones {
  font-size: 0px;
  color: transparent;
  padding-left: 0; }

.fsSlideshow article {
  margin: 0 20px; }

.photo-module {
  height: 360px;
  background-size: cover;
  position: relative; }
  .photo-module header {
    background: rgba(36, 36, 36, 0.85);
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: bold; }
    .photo-module header a {
      color: #fff; }
      .photo-module header a:hover {
        color: #c5b358;
        text-decoration: none; }

.view-all {
  border: 1px solid;
  padding: 15px 30px;
  text-transform: lowercase; }
  .view-all:hover {
    background: #242424;
    color: #fff;
    border-color: #242424;
    text-decoration: none; }

[class*=" module"] .fs_style_35 {
  padding-top: 15px;
  margin-top: 35px;
  border-top: 1px solid #e8e8e8;
  display: block;
  color: #7c2529; }

[class*=" module"] .fsElementTitle {
  font-style: italic;
  font-size: 22px;
  margin-bottom: 30px; }

[class*="module-"] {
  padding: 38px 27px; }

.module-light {
  background: rgba(197, 179, 88, 0.2); }
  .module-light .fs_style_35 {
    border-top-color: #c5b358; }

.module-dark {
  background: #242424;
  color: #fff; }
  .module-dark .fsElementTitle {
    color: #7c2529; }
  .module-dark .fs_style_35 {
    border-top-color: #fff;
    color: #fff; }

.caption {
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom: 7.68px;
  color: #373737;
  font-family: "georgia", serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

.fs_style_26,
.lead-in {
  font-size: 1.4375em;
  line-height: 1.21739;
  margin-bottom: 7px;
  color: #242424;
  font-family: "georgia", serif;
  letter-spacing: normal;
  font-style: normal; }

.fs_style_24,
.callout:not(.button) {
  display: block;
  margin: 20px 0;
  background: transparent;
  font-size: 35px;
  line-height: 1.23077;
  color: #7c2529;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  /*  &.left {
    float: left;
    margin-left: $gutter;

    @include breakpoint($bp-phablet) {
      width: 50%;
    }

  }

  &.right {
    float: right;
    margin-right: $gutter;

    @include breakpoint($bp-phablet) {
      width: 50%;
    }

  }*/ }

.content-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .content-block > header {
    margin-bottom: 17px; }
    .content-block > header .fsElementTitle {
      color: #7c2529;
      margin-bottom: 12px; }
  .content-block:first-child {
    margin-top: 0; }
  .content-block:last-child {
    margin-bottom: 0; }

.button,
.fs_style_28,
.fs_style_42,
.fs_style_44,
.fs_style_45,
.fs_style_46 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 30px;
  background: #7c2529;
  color: #7c2529;
  outline: 0;
  text-align: center;
  border: 0 solid #7c2529;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold; }
  .button:hover,
  .fs_style_28:hover,
  .fs_style_42:hover,
  .fs_style_44:hover,
  .fs_style_45:hover,
  .fs_style_46:hover {
    background-color: #7c2529;
    color: #fff; }
  @media (min-width: 600px) {
    .button,
    .fs_style_28,
    .fs_style_42,
    .fs_style_44,
    .fs_style_45,
    .fs_style_46 {
      display: inline-block; } }
  .button:hover,
  .fs_style_28:hover,
  .fs_style_42:hover,
  .fs_style_44:hover,
  .fs_style_45:hover,
  .fs_style_46:hover {
    border: 0 solid #7c2529;
    background: #7c2529;
    color: #fff;
    text-decoration: none; }
  #fsBannerRight .button,
  #fsBannerLeft .button, #fsBannerRight
  .fs_style_28,
  #fsBannerLeft
  .fs_style_28, #fsBannerRight
  .fs_style_42,
  #fsBannerLeft
  .fs_style_42, #fsBannerRight
  .fs_style_44,
  #fsBannerLeft
  .fs_style_44, #fsBannerRight
  .fs_style_45,
  #fsBannerLeft
  .fs_style_45, #fsBannerRight
  .fs_style_46,
  #fsBannerLeft
  .fs_style_46 {
    display: block; }
    @media (min-width: 760px) {
      #fsBannerRight .button,
      #fsBannerLeft .button, #fsBannerRight
      .fs_style_28,
      #fsBannerLeft
      .fs_style_28, #fsBannerRight
      .fs_style_42,
      #fsBannerLeft
      .fs_style_42, #fsBannerRight
      .fs_style_44,
      #fsBannerLeft
      .fs_style_44, #fsBannerRight
      .fs_style_45,
      #fsBannerLeft
      .fs_style_45, #fsBannerRight
      .fs_style_46,
      #fsBannerLeft
      .fs_style_46 {
        display: inline-block; } }

.fs_style_42 {
  color: #242424;
  background: #c5b358; }
  .fs_style_42:hover {
    color: #242424;
    background: #a6943a; }

.fs_style_44 {
  color: #242424;
  background: #242424; }
  .fs_style_44:hover {
    color: #242424;
    background: #7c2529; }

.fs_style_45 {
  color: #7c2529;
  background: transparent;
  border: 2px solid #7c2529; }
  .fs_style_45:hover {
    color: #fff;
    background: #7c2529;
    border: 2px solid #7c2529; }

.fs_style_46 {
  color: #242424;
  background: transparent;
  border: 2px solid #c5b358; }
  .fs_style_46:hover {
    color: #242424;
    background: #c5b358;
    border: 2px solid #c5b358; }

.fs_style_28 {
  color: #fff; }
  .fs_style_28:hover {
    background: #242424; }

.button.callout,
.fs_style_29,
.fs_style_30,
.fs_style_31 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 30px;
  background: #7c2529;
  color: #242424;
  outline: 0;
  text-align: center;
  padding: 27px 75px;
  letter-spacing: normal;
  font-family: "georgia", serif;
  font-size: 1.375em;
  line-height: 22px;
  text-transform: uppercase; }
  .button.callout:hover,
  .fs_style_29:hover,
  .fs_style_30:hover,
  .fs_style_31:hover {
    background-color: #7c2529;
    color: #fff; }
  @media (min-width: 600px) {
    .button.callout,
    .fs_style_29,
    .fs_style_30,
    .fs_style_31 {
      display: inline-block; } }
  .button.callout em,
  .fs_style_29 em,
  .fs_style_30 em,
  .fs_style_31 em {
    color: #fff;
    text-transform: capitalize;
    color: #fff; }
  .button.callout:hover,
  .fs_style_29:hover,
  .fs_style_30:hover,
  .fs_style_31:hover {
    color: #242424;
    text-decoration: none;
    background: #681f23; }
  #fsBannerLeft .button.callout,
  #fsBannerRight .button.callout, #fsBannerLeft
  .fs_style_29,
  #fsBannerRight
  .fs_style_29, #fsBannerLeft
  .fs_style_30,
  #fsBannerRight
  .fs_style_30, #fsBannerLeft
  .fs_style_31,
  #fsBannerRight
  .fs_style_31 {
    display: block; }

.fs_style_29 {
  color: #fff; }
  .fs_style_29:hover {
    color: #fff; }

.fs_style_30 {
  background: #242424;
  color: #7c2529; }
  .fs_style_30:hover {
    background: #171717;
    color: #7c2529; }

.fs_style_31 {
  background: #c5b358;
  color: #7c2529; }
  .fs_style_31:hover {
    background: #beaa45;
    color: #7c2529; }

.fs_style_15,
.fs_style_16,
.fs_style_17 {
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 20px auto; }

@media (min-width: 760px) {
  .fs_style_15,
  .fs_style_16 {
    width: 50%; } }

@media (min-width: 900px) {
  .fs_style_15,
  .fs_style_16 {
    width: 37.5%; } }

@media (min-width: 760px) {
  .fs_style_15 {
    float: left;
    margin-right: 20px;
    margin-left: 0; } }

@media (min-width: 760px) {
  .fs_style_16 {
    float: right;
    margin-right: 0;
    margin-left: 20px; } }

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

.callout-box {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f4f4f4;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  padding: 20px;
  border: 1px solid black; }
  .callout-box p {
    margin-bottom: 0; }
  .callout-box .fs_style_23:before, .callout-box blockquote:before {
    background-color: #f4f4f4; }
  .callout-box.maroon {
    background: #7c2529;
    color: #fff; }
    .callout-box.maroon .fsElementTitle {
      color: #fff; }
    .callout-box.maroon p, .callout-box.maroon h1, .callout-box.maroon h2, .callout-box.maroon h3, .callout-box.maroon h4, .callout-box.maroon h5, .callout-box.maroon h6 {
      color: #fff; }
    .callout-box.maroon a {
      color: #f4f4f4; }
  .callout-box.gold {
    background: #c5b358; }
  .callout-box.black {
    background: #000000;
    color: #fff; }
    .callout-box.black .fsElementTitle {
      color: #fff; }
    .callout-box.black p, .callout-box.black h1, .callout-box.black h2, .callout-box.black h3, .callout-box.black h4, .callout-box.black h5, .callout-box.black h6 {
      color: #fff; }
    .callout-box.black a {
      color: #f4f4f4; }

.fsResourceElement.fsGrid .fsResource > figure {
  margin: 0; }

.fsResourceElement.fsSlideshow .fsResource {
  margin: 0 10px; }
  .fsResourceElement.fsSlideshow .fsResource > figure {
    margin: 0; }

.fsLayout .fsDiv {
  counter-reset: line-number; }

.bullet-point header h2 {
  counter-increment: line-number;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 80px;
  min-height: 70px; }
  .bullet-point header h2:before {
    content: counter(line-number);
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: block;
    color: #fff;
    background: #7c2529;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0; }

.bullet-point .fsElementContent {
  padding-left: 80px; }

body.no-bottom-space #fsPageBodyWrapper {
  padding-bottom: 0; }
  body.no-bottom-space #fsPageBodyWrapper .fsPageLayout > .fsDiv {
    margin-bottom: 0; }

/*! 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 {
      border: solid 1px #ccc; }
      @media (max-width: 599px) {
        .fsComposerFormEmbed form textarea {
          width: 100%; } }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0;
      display: -ms-flexbox;
      display: flex; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media (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 (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 {
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
    .fsComposerFormEmbed form .required {
      color: #7c2529; }
    .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 (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;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          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: #7c2529 !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: #242424 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Montserrat", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

#form_952 {
  padding-left: 2px; }
  #form_952 .elementRow {
    display: -ms-flexbox;
    display: flex; }
    #form_952 .elementRow .elementContainer {
      width: 100%; }
    #form_952 .elementRow .elementColumn {
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
      margin-right: 0; }
      #form_952 .elementRow .elementColumn .elementContainer {
        width: 100%; }
  #form_952 .elementBody {
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px; }
    #form_952 .elementBody input:not([size="20"]) {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  #form_952 .userConfirmation {
    padding-right: 20px; }
  #form_952 .userConfirmationEmail {
    width: 100%; }
  #form_952 .pageControls {
    border-top: none; }
  @media (max-width: 600px) {
    #form_952 .elementRow {
      -ms-flex-direction: column;
      flex-direction: column; }
      #form_952 .elementRow .elementColumn {
        -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

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

.fsBreadcrumb li {
  display: inline-block; }

@keyframes slidein {
  from {
    transform: translateY(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.menu-is-open:not(.scrolling) #fsHeader .navigation.main {
  background: #fff; }

.scrolling {
  padding-top: 74px; }

.navigation.main ul,
.navigation.main ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.navigation.main a {
  display: block; }

body:not(.scrolling) .fsHeader .navigation.main {
  position: relative; }

.wo2018 .navigation.main {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1230px) {
    .wo2018 .navigation.main {
      padding-left: 20px;
      padding-right: 20px; } }

.scrolling .fsHeader .navigation.main {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  animation-duration: .5s;
  animation-name: slidein;
  background: #7c2529; }
  .scrolling .fsHeader .navigation.main .fsNavLevel1 > li:hover > a, .scrolling .fsHeader .navigation.main .fsNavLevel1 > li:focus > a, .scrolling .fsHeader .navigation.main .fsNavLevel1 > li.menu-item-open > a {
    color: #c5b358; }
  .scrolling .fsHeader .navigation.main a {
    color: #fff; }
    .scrolling .fsHeader .navigation.main a:after {
      color: #fff !important; }
  .scrolling .fsHeader .navigation.main li.fsNavCurrentPage > a,
  .scrolling .fsHeader .navigation.main li.fsNavCurrentPageAncestor > a {
    color: #fff; }

#fsHeader .navigation.main > header {
  display: none; }

.navigation.main .nav-content {
  display: none;
  padding-right: 2.5%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  @media (min-width: 1230px) {
    .navigation.main .nav-content {
      padding-right: 30px; } }
  .scrolling .navigation.main .nav-content {
    display: -ms-flexbox;
    display: flex; }
  .navigation.main .nav-content a {
    display: block;
    height: 56px; }
    .navigation.main .nav-content a img {
      display: block;
      width: 57px;
      max-height: 56px; }

.navigation.main > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px; }
  .wo2018 .navigation.main > .fsElementContent {
    display: -ms-flexbox;
    display: flex; }

.navigation.main nav {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }
  .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; }
      body:not(.scrolling) .navigation.main nav ul.fsNavLevel1 > li:first-of-type[class*=fsNavCurrentPage] {
        background: #fff; }
      @media (min-width: 760px) {
        .navigation.main nav ul.fsNavLevel1 > li:not(:last-child) > a:after {
          content: '/';
          display: inline-block;
          position: absolute;
          right: 0;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #242424; }
          .wo2018 .navigation.main nav ul.fsNavLevel1 > li:not(:last-child) > a:after {
            right: -4px; } }
      .no-flexbox .navigation.main nav ul.fsNavLevel1 > li {
        display: inline-block; }
      .wo2018 .navigation.main nav ul.fsNavLevel1 > li.nav-link-den {
        display: none; }
      .navigation.main nav ul.fsNavLevel1 > li > a {
        margin-right: 2px;
        margin-left: 2px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        color: #242424;
        padding: 24.5px 8px;
        background: none;
        position: relative;
        z-index: 99999;
        position: relative;
        pointer-events: auto;
        display: block;
        border-bottom: 4px solid transparent; }
        @media (min-width: 1180px) {
          .navigation.main nav ul.fsNavLevel1 > li > a {
            padding-top: 23px;
            padding-bottom: 23px;
            font-size: 1em;
            text-transform: uppercase; } }
        .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: #7c2529;
          text-decoration: none; }
        .wo2018 .navigation.main nav ul.fsNavLevel1 > li > a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column;
          flex-flow: column;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          z-index: 1;
          height: 70px;
          padding-top: 0;
          padding-bottom: 0;
          line-height: 20px; }
        .wo2018.scrolling .navigation.main nav ul.fsNavLevel1 > li > a {
          height: 73px; }
      .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
      .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        color: #7c2529;
        text-decoration: none;
        border-bottom: 4px solid #c5b358; }
      .navigation.main nav ul.fsNavLevel1 > li:hover, .navigation.main nav ul.fsNavLevel1 > li:focus, .navigation.main nav ul.fsNavLevel1 > li.menu-item-open {
        z-index: 3; }
        .navigation.main nav ul.fsNavLevel1 > li:hover > a, .navigation.main nav ul.fsNavLevel1 > li:focus > a, .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a {
          border-bottom: 4px solid #c5b358; }
      .navigation.main nav ul.fsNavLevel1 > li:last-child:after {
        content: ''; }
      .navigation.main nav ul.fsNavLevel1 > li .fsNavPageInfo {
        right: 0; }

@media (min-width: 760px) {
  .navigation.main .fsNavParentPage:hover .fsNavPageInfo, .navigation.main .fsNavParentPage.menu-item-open .fsNavPageInfo {
    display: -ms-flexbox;
    display: flex; } }

.navigation.main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 10;
  display: none;
  width: 100%;
  left: auto;
  max-width: 1180px;
  left: auto;
  padding: 40px;
  background: #242424;
  text-align: left;
  font-weight: 600; }
  .navigation.main .fsNavPageInfo .fsNavPageThumbnail {
    padding: 40px 20px 20px;
    -ms-flex-preferred-size: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
    -ms-flex-order: 1;
    order: 1; }
    .navigation.main .fsNavPageInfo .fsNavPageThumbnail img {
      display: block;
      margin-bottom: 10px; }
  .navigation.main .fsNavPageInfo .fsNavPageDescription {
    padding: 40px 20px 20px;
    -ms-flex-preferred-size: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
    -ms-flex-order: 2;
    order: 2;
    color: #fff;
    font-family: "Montserrat", sans-serif; }
    .navigation.main .fsNavPageInfo .fsNavPageDescription div {
      font-weight: 400;
      font-size: 14px; }
    .navigation.main .fsNavPageInfo .fsNavPageDescription strong {
      font-size: 28px;
      text-transform: uppercase;
      display: block; }
    .navigation.main .fsNavPageInfo .fsNavPageDescription a {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      display: block;
      border: 0;
      margin: 0 0 20px;
      padding: 20px 30px;
      background: #7c2529;
      color: #7c2529;
      outline: 0;
      text-align: center;
      border: 0 solid #7c2529;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: bold;
      color: #242424;
      background: #c5b358; }
      .navigation.main .fsNavPageInfo .fsNavPageDescription a:hover {
        background-color: #7c2529;
        color: #fff; }
      @media (min-width: 600px) {
        .navigation.main .fsNavPageInfo .fsNavPageDescription a {
          display: inline-block; } }
      .navigation.main .fsNavPageInfo .fsNavPageDescription a:hover, .navigation.main .fsNavPageInfo .fsNavPageDescription a:focus {
        border: 0 solid #7c2529;
        color: #242424;
        background: #beaa45;
        text-decoration: none; }
  .navigation.main .fsNavPageInfo .fsNavLevel2 {
    -ms-flex-preferred-size: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px; }
    .navigation.main .fsNavPageInfo .fsNavLevel2 > li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .navigation.main .fsNavPageInfo .big-drop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .navigation.main .fsNavPageInfo .mega-links-list {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    margin-top: 0; }
    .navigation.main .fsNavPageInfo .mega-links-list > li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .navigation.main .fsNavPageInfo .mega-links-list.one {
    margin-right: 10px; }
  .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li {
    position: relative; }
  .navigation.main .fsNavPageInfo a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.57143;
    text-align: left;
    color: #fff;
    padding: 10px 0;
    z-index: 99999;
    position: relative; }
    .navigation.main .fsNavPageInfo a:hover {
      color: #c5b358;
      text-decoration: none; }

.navigation.main li:hover .fsNavPageInfo, .navigation.main li.menu-item-open .fsNavPageInfo {
  display: block; }

.navigation.tier {
  transition: all 0.333s;
  max-width: none !important;
  max-height: 0;
  overflow: hidden; }
  .navigation.tier ul,
  .navigation.tier ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .navigation.tier a {
    display: block; }
  .navigation.tier.nav-sub-empty {
    display: none; }
  #fsPageBody .navigation.tier {
    display: none; }
    @media (min-width: 760px) {
      #fsPageBody .navigation.tier {
        display: block; } }
  .home .navigation.tier {
    display: none; }
  .has-tier-navigation .navigation.tier {
    max-height: 1000px; }
  @media (min-width: 760px) {
    .navigation.tier {
      margin-right: 0;
      margin-left: 0;
      display: block;
      background: #f4f4f4; }
      #fsHeader .navigation.tier .fsNavLevel1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center; }
      .navigation.tier .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px; }
        .navigation.tier .fsNavLevel1 > li {
          margin: 0 10px; }
          .navigation.tier .fsNavLevel1 > li a {
            font-size: 14px; } }
  .navigation.tier.mobile {
    display: block; }
  .navigation.tier > header .fsElementHeaderContent {
    background-color: #f4f4f4;
    padding: 20px 20px;
    cursor: pointer;
    color: #242424;
    font-family: "georgia", serif;
    font-size: 18px;
    line-height: 1.375;
    text-transform: uppercase;
    position: relative;
    display: block !important; }
    @media (min-width: 760px) {
      .navigation.tier > header .fsElementHeaderContent {
        display: none !important; } }
    .navigation.tier > header .fsElementHeaderContent:after {
      content: "";
      padding: 0 20px;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 760px) {
        .navigation.tier > header .fsElementHeaderContent:after {
          display: none; } }
    .navigation.tier > header .fsElementHeaderContent h3 {
      color: #242424; }
      @media (min-width: 760px) {
        .navigation.tier > header .fsElementHeaderContent h3 {
          color: #7c2529; } }
  .navigation.tier > .fsElementContent {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
    @media (min-width: 760px) {
      .navigation.tier > .fsElementContent {
        max-height: none;
        padding: 0; } }
  .navigation.tier.open > header .fsElementHeaderContent:after {
    content: ""; }
    @media (min-width: 760px) {
      .navigation.tier.open > header .fsElementHeaderContent:after {
        content: ''; } }
  .navigation.tier.open > .fsElementContent {
    max-height: 1000px;
    padding: 20px; }
    @media (min-width: 760px) {
      .navigation.tier.open > .fsElementContent {
        padding: 0; } }
  .navigation.tier.open .mega-links-list.two {
    margin-top: 0; }
  .navigation.tier li {
    margin: 1px 0; }
  .navigation.tier a {
    color: #242424;
    font-family: "Montserrat", sans-serif;
    font-size: 16px; }
    .navigation.tier a:hover {
      color: #7c2529;
      text-decoration: none; }
  .navigation.tier .fsNavLevel1 a {
    padding: 5px 0; }
  .navigation.tier .fsNavCurrentPage > a,
  .navigation.tier .fsNavCurrentPageAncestor > a {
    color: #7c2529; }
    .navigation.tier .fsNavCurrentPage > a:hover,
    .navigation.tier .fsNavCurrentPageAncestor > a:hover {
      color: #7c2529; }
  .navigation.tier .fsNavPageInfo {
    margin-left: 25px;
    margin-top: 10px;
    display: none; }
  .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
  .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage > a {
    border-bottom: 1px solid rgba(36, 36, 36, 0.5); }
  .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavPageInfo,
  .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavPageInfo {
    display: block; }
    @media (min-width: 760px) {
      .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavPageInfo,
      .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavPageInfo {
        display: none; } }
  .navigation.tier [class*="fsNavLevel"] {
    margin: 0; }
  [class*="hierarchy-tier"] .navigation.tier .fsNavLevel1 > li {
    display: none; }
  [class*="hierarchy-tier"] .navigation.tier .fsNavLevel1 > li > a {
    display: none; }
  [class*="hierarchy-tier"] .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage,
  [class*="hierarchy-tier"] .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor {
    display: block; }
  .hierarchy-tier-2 .navigation.tier .fsNavLevel2 > li,
  .hierarchy-tier-3 .navigation.tier .fsNavLevel2 > li,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel2 > li,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel2 > li {
    display: none; }
  .hierarchy-tier-2 .navigation.tier .fsNavLevel2 > li > a,
  .hierarchy-tier-3 .navigation.tier .fsNavLevel2 > li > a,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel2 > li > a,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel2 > li > a {
    display: none; }
  .hierarchy-tier-2 .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-2 .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-3 .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-3 .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor {
    display: block; }
  .hierarchy-tier-2 .navigation.tier .fsNavLevel4,
  .hierarchy-tier-3 .navigation.tier .fsNavLevel4,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel4,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel4 {
    display: none; }
  .hierarchy-tier-2 .navigation.tier .fsNavLevel3 > li > a,
  .hierarchy-tier-3 .navigation.tier .fsNavLevel3 > li > a,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel3 > li > a,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel3 > li > a {
    display: block;
    padding: 14px 20px;
    font-size: 1em;
    line-height: 1.375;
    color: #fff;
    background-color: #242424; }
    .hierarchy-tier-2 .navigation.tier .fsNavLevel3 > li > a:hover,
    .hierarchy-tier-3 .navigation.tier .fsNavLevel3 > li > a:hover,
    .hierarchy-tier-4 .navigation.tier .fsNavLevel3 > li > a:hover,
    .hierarchy-tier-5 .navigation.tier .fsNavLevel3 > li > a:hover {
      color: #c5b358;
      background-color: #242424; }
  .hierarchy-tier-2 .navigation.tier .fsNavLevel4,
  .hierarchy-tier-3 .navigation.tier .fsNavLevel4,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel4,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel4 {
    margin: 0 10px 10px; }
    .hierarchy-tier-2 .navigation.tier .fsNavLevel4 > li,
    .hierarchy-tier-3 .navigation.tier .fsNavLevel4 > li,
    .hierarchy-tier-4 .navigation.tier .fsNavLevel4 > li,
    .hierarchy-tier-5 .navigation.tier .fsNavLevel4 > li {
      margin: 0; }
    .hierarchy-tier-2 .navigation.tier .fsNavLevel4 > li > a,
    .hierarchy-tier-3 .navigation.tier .fsNavLevel4 > li > a,
    .hierarchy-tier-4 .navigation.tier .fsNavLevel4 > li > a,
    .hierarchy-tier-5 .navigation.tier .fsNavLevel4 > li > a {
      display: block;
      padding: 14px 20px;
      font-size: 1em;
      line-height: 1.375;
      color: #fff;
      background-color: #242424;
      padding-top: 4.998px;
      padding-bottom: 4.998px;
      font-size: 0.875em;
      line-height: 1.42857; }
      .hierarchy-tier-2 .navigation.tier .fsNavLevel4 > li > a:hover,
      .hierarchy-tier-3 .navigation.tier .fsNavLevel4 > li > a:hover,
      .hierarchy-tier-4 .navigation.tier .fsNavLevel4 > li > a:hover,
      .hierarchy-tier-5 .navigation.tier .fsNavLevel4 > li > a:hover {
        color: #c5b358;
        background-color: #242424; }
  .hierarchy-tier-3 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  .hierarchy-tier-3 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor {
    background: #242424;
    overflow: hidden; }
  .hierarchy-tier-3 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  .hierarchy-tier-3 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  .hierarchy-tier-4 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  .hierarchy-tier-5 .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 {
    display: block; }
  .hierarchy-tier-1 .navigation.tier .fsNavLevel2 > li > a {
    display: block;
    padding: 14px 20px;
    font-size: 1em;
    line-height: 1.375;
    color: #fff;
    background-color: #242424; }
    .hierarchy-tier-1 .navigation.tier .fsNavLevel2 > li > a:hover {
      color: #c5b358;
      background-color: #242424; }
  .hierarchy-tier-1 .navigation.tier .fsNavLevel3 {
    margin: 0 10px 10px; }
    .hierarchy-tier-1 .navigation.tier .fsNavLevel3 > li {
      margin: 0; }
    .hierarchy-tier-1 .navigation.tier .fsNavLevel3 > li > a {
      display: block;
      padding: 14px 20px;
      font-size: 1em;
      line-height: 1.375;
      color: #fff;
      background-color: #242424;
      padding-top: 4.998px;
      padding-bottom: 4.998px;
      font-size: 0.875em;
      line-height: 1.42857; }
      .hierarchy-tier-1 .navigation.tier .fsNavLevel3 > li > a:hover {
        color: #c5b358;
        background-color: #242424; }
  .hierarchy-tier-5 .navigation.tier .fsNavLevel4 > li > a {
    display: none; }
  .hierarchy-tier-5 .navigation.tier .fsNavLevel4 > li.fsNavCurrentPageAncestor > a {
    display: block; }

.fsBannerLeft .navigation.tier .fsNavLevel1 {
  background: #7c2529;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .fsBannerLeft .navigation.tier .fsNavLevel1 a {
    color: #fff !important;
    font-weight: 600; }
    .fsBannerLeft .navigation.tier .fsNavLevel1 a:hover {
      color: #c5b358 !important;
      text-decoration: none; }
  .fsBannerLeft .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
  .fsBannerLeft .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

body.fsComposeMode .fsElement.off-canvas {
  min-height: 0; }

section.off-canvas {
  transition: all 0.333s;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  height: 0;
  background: #ffffff; }
  @media (min-width: 900px) {
    section.off-canvas {
      height: 0 !important; } }
  section.off-canvas > .fsElementContent {
    padding-top: 50px;
    margin: 0 -20px; }
  .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 .off-canvas-trigger {
    background: none;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #242424;
    margin: 0;
    width: 45px;
    height: 36px; }
    section.off-canvas .off-canvas-trigger, section.off-canvas .off-canvas-trigger:hover {
      border-color: transparent; }
    section.off-canvas .off-canvas-trigger span {
      display: none; }
    section.off-canvas .off-canvas-trigger:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      text-indent: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 35px; }
  section.off-canvas .top-search {
    background: #7c2529; }
  section.off-canvas .nav-den-header > header > .fsElementHeaderContent {
    display: block; }
    section.off-canvas .nav-den-header > header > .fsElementHeaderContent button.den-toggle {
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      text-align: left; }
      section.off-canvas .nav-den-header > header > .fsElementHeaderContent button.den-toggle:before {
        top: 17px; }
  section.off-canvas .nav-den-header > .fsElementContent {
    position: relative;
    top: auto;
    left: auto;
    right: auto; }
  section.off-canvas .nav-den-header .fsNavLevel1 {
    padding: 29px 0 24px; }
    section.off-canvas .nav-den-header .fsNavLevel1 > li > a {
      padding-left: 31px;
      padding-right: 31px; }
  section.off-canvas .navigation.main {
    padding-left: 0;
    padding-right: 0; }
    section.off-canvas .navigation.main ul.fsNavLevel1 {
      display: block; }
      body.wo2018 section.off-canvas .navigation.main ul.fsNavLevel1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%; }
      section.off-canvas .navigation.main ul.fsNavLevel1 li {
        display: block; }
        section.off-canvas .navigation.main ul.fsNavLevel1 li a {
          height: auto;
          -ms-flex-align: start;
          align-items: flex-start;
          margin: 0;
          border-top: 1px solid rgba(255, 255, 255, 0.3);
          padding: 20px 31px 17px 31px;
          border: none;
          color: #ffffff;
          font-size: 16px;
          line-height: 24px;
          text-align: left;
          background: #242424; }
          section.off-canvas .navigation.main ul.fsNavLevel1 li a:hover {
            background: #7c2529; }
    section.off-canvas .navigation.main .fsNavPageInfo {
      display: none !important; }
  section.off-canvas .navigation.utility {
    margin-bottom: 40px; }
    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.fsNavLevel1 {
      margin-right: -20px;
      margin-left: -20px;
      display: block;
      padding: 10px 20px;
      background-color: #3e1315; }
      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: 16px;
          line-height: 1.5;
          color: #8f8f8f;
          font-family: "georgia", serif;
          font-weight: 500;
          text-align: center;
          padding: 6px 20px;
          background-color: #3e1315;
          padding: 10.5px 20px; }
          section.off-canvas .navigation.utility ul.fsNavLevel1 li a:hover {
            color: #fff;
            background-color: #242424; }

.navigation.social ul,
.navigation.social ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.navigation.social a {
  display: block; }

.navigation.social ul {
  margin-right: -2.5px;
  margin-left: -2.5px;
  text-align: center; }
  .navigation.social ul li {
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle; }

.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: 23px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .navigation.social a[href*='facebook']:after {
    content: ""; }
  .navigation.social a[href*='google']:after {
    content: ""; }
  .navigation.social a[href*='instagram']:after {
    content: ""; }
  .navigation.social a[href*='linkedin']:after {
    content: ""; }
  .navigation.social a[href*='blog']:after {
    content: ""; }
  .navigation.social a[href*='twitter']:after {
    content: ""; }
  .navigation.social a[href*='youtube']:after {
    content: ""; }

.sidebar-news article {
  background: #f4f4f4;
  padding: 0 20px 20px; }
  .sidebar-news article .fsTitle {
    background: #7c2529;
    margin: 0 -20px 20px;
    padding: 10px 20px; }
    .sidebar-news article .fsTitle a {
      color: #fff; }
      .sidebar-news article .fsTitle a:hover {
        color: #c5b358; }
  .sidebar-news article .fsSummary {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px; }
  .sidebar-news article .fsReadMoreLink {
    color: #7c2529;
    font-weight: bold; }

.news-module article {
  background: #9caab3;
  padding: 0 20px 20px;
  color: #fff; }

.news-module.fsNews .fsTitle a,
.news-module.fsPostElement .fsTitle a {
  color: #fff; }
  .news-module.fsNews .fsTitle a:hover,
  .news-module.fsPostElement .fsTitle a:hover {
    color: #7c2529;
    text-decoration: none; }

.news-module .fsThumbnail {
  margin: 0 -20px 20px;
  background-size: cover;
  background-repeat: no-repeat; }
  .news-module .fsThumbnail img {
    width: 100%;
    visibility: hidden; }

.fsNews,
.fsPostElement {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /*Slideshow*/ }
  .fsNews > header,
  .fsPostElement > header {
    margin-bottom: 17px; }
    .fsNews > header .fsElementTitle,
    .fsPostElement > header .fsElementTitle {
      color: #7c2529;
      margin-bottom: 12px; }
  .fsNews:first-child,
  .fsPostElement:first-child {
    margin-top: 0; }
  .fsNews:last-child,
  .fsPostElement:last-child {
    margin-bottom: 0; }
  .fsNews article,
  .fsPostElement article {
    margin-top: 20px;
    margin-bottom: 20px; }
  .fsNews .fsThumbnail,
  .fsPostElement .fsThumbnail {
    display: block;
    margin-bottom: 20px; }
    .fsNews .fsThumbnail img,
    .fsPostElement .fsThumbnail img {
      display: block; }
  .fsNews .fsTitle,
  .fsPostElement .fsTitle {
    font-size: 20px;
    margin-bottom: 24px;
    font-style: italic; }
    .fsNews .fsTitle a,
    .fsPostElement .fsTitle a {
      color: #7c2529;
      font-style: italic; }
      .fsNews .fsTitle a:hover,
      .fsPostElement .fsTitle a:hover {
        color: #7c2529;
        text-decoration: none; }
  .fsNews .fsReadMoreLink,
  .fsPostElement .fsReadMoreLink {
    display: block;
    color: #7c2529;
    margin-top: 15px;
    font-weight: bold; }
  .fsNews .fsDateTime,
  .fsPostElement .fsDateTime {
    margin-bottom: 10px; }
  .fsNews .fsDate,
  .fsPostElement .fsDate {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.14286;
    color: #f4f4f4;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    color: #1d1d1d; }
  .fsNews .fsSummary,
  .fsPostElement .fsSummary {
    font-size: 15px;
    line-height: 1.42857;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsNews .fsSummary :first-child,
    .fsPostElement .fsSummary :first-child {
      margin-top: 0; }
  .fsNews.fsSlideshow .fsElementContent,
  .fsPostElement.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article,
  .fsPostElement.fsSlideshow article {
    padding: 20px; }
  .fsNews.fsSlideshow .fsPager span,
  .fsPostElement.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive,
    .fsPostElement.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsNews.fsGrid .fsNewsGrid,
  .fsPostElement.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsNews.fsGrid .fsNewsGrid:after,
    .fsPostElement.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews.fsGrid > .fsElementContent article,
  .fsPostElement.fsGrid > .fsElementContent article {
    clear: none;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    float: none;
    width: 100%; }
    @media (min-width: 760px) {
      .fsNews.fsGrid > .fsElementContent article,
      .fsPostElement.fsGrid > .fsElementContent article {
        float: left;
        padding: 0 20px; } }
  .fsNews.fsGrid .fsStyleTwoColumns article,
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 49%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd),
    .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
      margin-right: 1%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even),
    .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(even) {
      margin-left: 1%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1),
    .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n),
  .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n) {
    clear: both; }
  @media (min-width: 760px) {
    .fsNews.fsGrid .fsStyleThreeColumns article,
    .fsPostElement.fsGrid .fsStyleThreeColumns article {
      width: 50%; } }
  @media (min-width: 900px) {
    .fsNews.fsGrid .fsStyleThreeColumns article,
    .fsPostElement.fsGrid .fsStyleThreeColumns article {
      width: 33.26%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n) {
        clear: none; } }
  @media (min-width: 760px) {
    .fsNews.fsGrid .fsStyleFourColumns article,
    .fsPostElement.fsGrid .fsStyleFourColumns article {
      width: 50%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsNews.fsGrid .fsStyleFourColumns article,
    .fsPostElement.fsGrid .fsStyleFourColumns article {
      width: 33.26%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n) {
        clear: both; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
        clear: none; } }
  @media (min-width: 1180px) {
    .fsNews.fsGrid .fsStyleFourColumns article,
    .fsPostElement.fsGrid .fsStyleFourColumns article {
      width: 23.5%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 760px) {
    .fsNews.fsGrid .fsStyleFiveColumns article,
    .fsPostElement.fsGrid .fsStyleFiveColumns article {
      width: 50%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsNews.fsGrid .fsStyleFiveColumns article,
    .fsPostElement.fsGrid .fsStyleFiveColumns article {
      width: 33.26%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n) {
        clear: both; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
        clear: none; } }
  @media (min-width: 1180px) {
    .fsNews.fsGrid .fsStyleFiveColumns article,
    .fsPostElement.fsGrid .fsStyleFiveColumns article {
      width: 18.4%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n) {
        clear: none; } }
  .fsNews.fsGrid .fsThumbnail,
  .fsPostElement.fsGrid .fsThumbnail {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 15px;
    max-width: inherit;
    line-height: 0; }

.fsPostToolsElement input {
  color: #242424; }

.fsPostElement .fsAuthor {
  display: block;
  width: 100%;
  margin-right: 0; }

.fsPostElement .fsDateTime {
  display: block; }

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden; }
  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 {
    height: 95px;
    transition: .3s ease;
    border: 0; }
    .off-canvas form.gsc-search-box-tools div.gsc-input-box {
      height: 54px; }
    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; }
  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-image: none !important;
    width: 100%;
    height: 54px !important;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 1.2;
    font-family: "georgia", serif;
    font-style: normal;
    padding: 20px 0 20px 65px !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-appearance: none;
    border: 1px solid #eee !important; }
    .off-canvas form.gsc-search-box-tools input.gsc-input {
      height: 54px !important;
      padding: 20px 0 20px 95px !important; }
    @media (min-width: 900px) {
      form.gsc-search-box-tools input.gsc-input {
        padding: 20px !important; } }
  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: 54px;
    width: 54px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff; }
    .off-canvas form.gsc-search-box-tools td.gsc-search-button {
      height: 54px; }
    @media (min-width: 900px) {
      form.gsc-search-box-tools td.gsc-search-button {
        left: auto;
        right: 0; } }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      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: #7c2529;
    color: #fff; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 95px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
    .off-canvas form.gsc-search-box-tools input.gsc-search-button {
      height: 54px; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  text-transform: lowercase; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
  text-transform: lowercase; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
  text-transform: lowercase; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  text-transform: lowercase; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
form.gsc-search-box-tools td.gsc-search-button {
  background: #7c2529; }

form.gsc-search-box-tools .fsFieldLabel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.fsSearch.top-search {
  position: relative; }
  body.wo2018 #fsHeader .fsSearch.top-search > header {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    body.wo2018 #fsHeader .fsSearch.top-search > header .fsElementHeaderContent {
      display: block; }
  .fsSearch.top-search > .fsElementContent {
    position: relative;
    z-index: 9; }
  .fsSearch.top-search button.search-trigger {
    display: block;
    border: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-appearance: none;
    appearance: none;
    background: none; }
    .fsSearch.top-search button.search-trigger > span {
      display: block;
      height: 1px;
      width: 1px;
      position: absolute;
      top: -9999em;
      left: -9999em;
      overflow: hidden; }
  .fsSearch.top-search input.gsc-input {
    background: #7c2529 !important;
    border: 0 !important;
    color: #fff !important;
    height: auto !important;
    padding: 20px 0 !important; }
  .fsSearch.top-search td.gsc-search-button {
    background: transparent;
    height: 95px;
    width: 95px; }
  .fsSearch.top-search div.gsc-input-box {
    background-color: #7c2529; }
    @media (min-width: 900px) {
      .fsSearch.top-search div.gsc-input-box {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        min-width: 95px;
        opacity: 0; }
        .fsSearch.top-search div.gsc-input-box td {
          padding: 28px 0; }
        body.wo2018 .fsSearch.top-search form.gsc-search-box-tools {
          overflow: visible; } }
  @media (min-width: 900px) and (max-width: 899px) {
    body.wo2018 .fsSearch.top-search .gsc-search-box .gsc-input-box {
      margin-right: 95px;
      width: 0;
      min-width: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1000; } }
    @media (min-width: 900px) {
        body.wo2018 .fsSearch.top-search .gsc-search-box .gsc-input-box table {
          height: 95px; }
        body.wo2018 .fsSearch.top-search .gsc-search-box .gsc-input-box td {
          padding: 0; }
          body.wo2018 .fsSearch.top-search .gsc-search-box .gsc-input-box td.gsib_a {
            position: relative; }
            body.wo2018 .fsSearch.top-search .gsc-search-box .gsc-input-box td.gsib_a:before {
              content: '';
              display: block;
              width: 1px;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              background-color: rgba(255, 255, 255, 0.5); } }
        @media (min-width: 900px) and (min-width: 900px) {
          body.wo2018 .fsSearch.top-search .gsc-search-box .gsc-input-box td.gsib_a:before {
            display: none; } }
    @media (min-width: 900px) {
        body.wo2018 .fsSearch.top-search .gsc-search-box input.gsc-input {
          max-width: 95px;
          padding: 40px !important;
          opacity: 0;
          transition: opacity 0.3s ease; } }
  @media (min-width: 900px) and (max-width: 899px) {
    body.wo2018 .fsSearch.top-search .fsElementContent {
      height: 95px;
      width: 95px; } }
    @media (min-width: 900px) {
        .search-open body.wo2018 .fsSearch.top-search header {
          pointer-events: none; }
        .search-open body.wo2018 .fsSearch.top-search .gsc-search-box div.gsc-input-box {
          min-width: 225px;
          opacity: 1;
          margin-right: 95px; }
        .search-open body.wo2018 .fsSearch.top-search .gsc-search-box td.gsc-search-button {
          background: #7c2529;
          color: #fff; }
        .search-open body.wo2018 .fsSearch.top-search .gsc-search-box input.gsc-input {
          max-width: none !important;
          padding: 40px !important;
          opacity: 1; }
        body .fsSearch.top-search .gsc-search-box:hover div.gsc-input-box, body .fsSearch.top-search .gsc-search-box:focus div.gsc-input-box, body .fsSearch.top-search .gsc-search-box:focus-within div.gsc-input-box {
          min-width: 225px;
          opacity: 1;
          margin-right: 95px; }
        body .fsSearch.top-search .gsc-search-box:hover td.gsc-search-button, body .fsSearch.top-search .gsc-search-box:focus td.gsc-search-button, body .fsSearch.top-search .gsc-search-box:focus-within td.gsc-search-button {
          background: #7c2529;
          color: #fff; }
        body .fsSearch.top-search .gsc-search-box:hover .gsc-input-box td, body .fsSearch.top-search .gsc-search-box:focus .gsc-input-box td, body .fsSearch.top-search .gsc-search-box:focus-within .gsc-input-box td {
          padding: 20px; }
        body .fsSearch.top-search .gsc-search-box:hover input.gsc-input, body .fsSearch.top-search .gsc-search-box:focus input.gsc-input, body .fsSearch.top-search .gsc-search-box:focus-within input.gsc-input {
          padding: 20px !important;
          max-width: 100% !important;
          opacity: 1; } }

.fsTabs {
  padding: 0;
  border: 0;
  margin-bottom: 20px;
  font-family: "georgia", serif;
  background: none; }
  .fsTabs .fsPanel {
    border-bottom: 1px solid rgba(158, 150, 137, 0.5); }
    @media (min-width: 760px) {
      .fsTabs .fsPanel {
        border-bottom: 0; } }
  .fsTabs .fsTabsNav {
    display: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 760px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin: 0;
        padding: 12px 15px;
        border-bottom: 2px solid rgba(69, 69, 69, 0.25);
        color: #454545;
        font-size: 16px;
        line-height: 21px;
        font-style: normal;
        font-weight: normal;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        letter-spacing: normal; }
        .fsTabs .fsTabsNav li a:hover {
          color: #242424;
          border-color: rgba(69, 69, 69, 0.25);
          background: transparent; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        color: #fff;
        border-color: #7c2529;
        background: #7c2529; }
      .wo2018 .fsTabs .fsTabsNav li {
        margin-right: 3px;
        margin-bottom: 3px; }
        .wo2018 .fsTabs .fsTabsNav li a {
          padding: 21px 40px 20px;
          border: 0;
          margin-right: 0;
          position: relative;
          color: #ffffff;
          font-size: 18px;
          line-height: 1.15;
          font-weight: 700;
          background-color: #242424;
          transition: all 0.3s ease; }
          .wo2018 .fsTabs .fsTabsNav li a:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #242424;
            border-top: 10px solid transparent;
            position: absolute;
            bottom: -10px;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 100;
            transition: bottom 0.2s ease 0.1s, border 0.3s ease; }
          .wo2018 .fsTabs .fsTabsNav li a:hover {
            color: #242424;
            background-color: #c5b358; }
        .wo2018 .fsTabs .fsTabsNav li.fsStateSelected a {
          color: #ffffff;
          background-color: #7c2529; }
          .wo2018 .fsTabs .fsTabsNav li.fsStateSelected a:before {
            border-top: 10px solid #7c2529;
            bottom: -10px; }
  .fsTabs .fsPanel {
    margin-bottom: 1px; }
    .fsTabs .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: transparent;
      border: 0 solid transparent; }
      .fsTabs .fsPanel > header h2 {
        transition: all 0.333s;
        position: relative;
        margin-bottom: 0;
        display: block;
        font-size: 18px;
        line-height: 24px;
        padding: 12px 15px;
        color: rgba(69, 69, 69, 0.75);
        font-family: "Montserrat", sans-serif;
        font-weight: bold; }
        .fsTabs .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
        .fsTabs .fsPanel > header h2:before {
          content: "";
          margin-right: 40px; }
      .fsTabs .fsPanel > header:hover {
        background: transparent;
        border-color: rgba(69, 69, 69, 0.25); }
        .fsTabs .fsPanel > header:hover h2 {
          color: #7c2529; }
    .fsTabs .fsPanel > .fsElementContent {
      background: none; }
      @media (min-width: 500px) {
        .fsTabs .fsPanel > .fsElementContent {
          border: none; } }
    .fsTabs .fsPanel.fsStateOpen > header {
      background: transparent;
      border-color: #7c2529;
      border-bottom-color: transparent; }
      .fsTabs .fsPanel.fsStateOpen > header h2 {
        color: #7c2529; }
    .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
      display: block;
      margin-top: 15px;
      border: 1px solid #000; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 760px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

.college-logo-container {
  opacity: 0; }
  .college-logo-container.element-loaded {
    opacity: 1; }
  .fsComposeMode .college-logo-container {
    opacity: 1; }
  .college-logo-container.fsContainer > .fsElementContent,
  .college-logo-container.fsSharedContainer > .fsContainer > .fsElementContent {
    height: 140px;
    padding-top: 22px;
    background: none; }
  .college-logo-container .fsElement.fsContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 95px;
    margin: 0;
    padding: 0 20px; }
    .college-logo-container .fsElement.fsContent .fsImage {
      text-align: center; }
    .college-logo-container .fsElement.fsContent img {
      display: inline-block;
      max-height: 90px;
      width: auto;
      filter: gray;
      filter: grayscale(1); }
    .college-logo-container .fsElement.fsContent .fsElementContent {
      text-align: center; }

.custom-post article {
  display: inline-block;
  position: relative; }
  .custom-post article:hover a.fsThumbnail:before, .custom-post article:focus a.fsThumbnail:before {
    opacity: 1; }
  .custom-post article:hover a.fsThumbnail:after, .custom-post article:focus a.fsThumbnail:after {
    opacity: 0; }
  .custom-post article:hover .article-content, .custom-post article:focus .article-content {
    max-height: 100%;
    transition: max-height 0.8s ease; }
  .custom-post article:hover .fsSummary, .custom-post article:focus .fsSummary {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s; }
    .custom-post article:hover .fsSummary:before, .custom-post article:focus .fsSummary:before {
      width: 62px; }
  .custom-post article:hover .fsPostLink.fsReadMoreLink, .custom-post article:focus .fsPostLink.fsReadMoreLink {
    opacity: 1;
    transition: opacity 0.6s ease 0.25s; }
  .custom-post article a.fsThumbnail {
    position: relative;
    margin-bottom: 0 !important; }
    .custom-post article a.fsThumbnail[style*="background-image"] {
      height: 360px;
      background-size: cover;
      background-position: center center; }
      .custom-post article a.fsThumbnail[style*="background-image"] img {
        display: none; }
    .custom-post article a.fsThumbnail img {
      display: block; }
    .custom-post article a.fsThumbnail:before, .custom-post article a.fsThumbnail:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(124, 37, 41, 0.68);
      transition: opacity 0.3s ease; }
    .custom-post article a.fsThumbnail:before {
      top: 0;
      background: rgba(124, 37, 41, 0.68);
      opacity: 0; }
    .custom-post article a.fsThumbnail:after {
      top: calc(100% - 120px);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
      opacity: 1; }
  .custom-post article .article-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 15px 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .custom-post article .fsTitle {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    text-transform: uppercase; }
    .custom-post article .fsTitle a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      font-style: inherit; }
      .custom-post article .fsTitle a:hover, .custom-post article .fsTitle a:focus {
        color: #c5b358;
        text-decoration: none; }
  .custom-post article .fsDateTime,
  .custom-post article .fsDate,
  .custom-post article .fsTime,
  .custom-post article .fsTags,
  .custom-post article .fsCategory {
    color: #fff; }
  .custom-post article .article-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease; }
  .custom-post article .fsSummary {
    padding-top: 33px;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    opacity: 0;
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s; }
    .custom-post article .fsSummary:before {
      content: '';
      display: block;
      width: 0;
      height: 4px;
      position: absolute;
      top: 16px;
      left: 0;
      background-color: #c5b358;
      transition: width 0.6s ease; }
    .custom-post article .fsSummary > *:last-child {
      margin-bottom: 0; }
  .custom-post article .fsPostLink.fsReadMoreLink {
    display: inline-block;
    border: 1px solid #c5b358;
    padding: 7px 18px;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease 0s, background 0.3s ease, color 0.3s ease; }
    .custom-post article .fsPostLink.fsReadMoreLink:hover, .custom-post article .fsPostLink.fsReadMoreLink:focus {
      color: #242424;
      background-color: #c5b358;
      text-decoration: none; }

.custom-post.fsGrid > .fsElementContent article {
  margin: 0 0.5% 10px !important; }
  .custom-post.fsGrid > .fsElementContent article .article-inner {
    padding-left: 25px;
    padding-right: 25px; }

@media (min-width: 760px) {
  .custom-post.fsGrid .fsStyleTwoColumns article {
    width: 49% !important; }
  .custom-post.fsGrid .fsStyleOneColumn article {
    width: 99% !important; } }

.skip-link {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #000;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: underline;
  transition: transform .1s ease-in;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 999; }
  .skip-link:focus {
    -ms-transform: translateY(0);
    transform: translateY(0); }

#fsHeader {
  position: relative;
  padding-top: 55px;
  z-index: 1001; }
  #fsHeader .top-search .fsFieldLabel {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  @media (min-width: 900px) {
    #fsHeader {
      padding: 0; } }
  .has-masthead #fsHeader > .fsBanner .site-info {
    width: 100%;
    position: absolute; }
  .has-masthead.has-masthead-video #fsHeader > .fsBanner .site-info {
    width: 100%;
    position: static; }
  .has-masthead .fsComposeMode #fsHeader {
    position: relative !important;
    top: auto;
    left: auto;
    z-index: auto; }
  .fsComposeMode #fsHeader {
    overflow: hidden; }
  #fsHeader header .fsElementTitle {
    display: none; }
  #fsHeader header .fsElementHeaderContent {
    display: none; }

#fsHeader > .fsBanner > .site-info.fsElement {
  max-width: none !important;
  background: #7c2529; }
  body:not(.home) #fsHeader > .fsBanner > .site-info.fsElement {
    background: #7c2529; }

.site-info {
  height: 95px; }
  .site-info > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    position: static; }
  .site-info .fsDiv {
    margin-bottom: 0;
    padding: 0; }
  .site-info .fsStyleColumn-2 {
    display: none; }
  @media (min-width: 900px) {
    .site-info .fsStyleColumn-1 {
      z-index: 1;
      position: relative; }
    .site-info .fsStyleColumn-2 {
      width: 100%;
      display: block;
      position: absolute;
      right: 0; } }
  @media (min-width: 1000px) {
    .site-info .fsStyleColumn-1 {
      width: 80%; }
      .site-info .fsStyleColumn-1.search-hover .fsElementFooterContent {
        display: block; }
      .search-open .site-info .fsStyleColumn-1 .fsElementFooterContent {
        display: none; } }
  @media (min-width: 1300px) {
    .site-info .fsStyleColumn-1.search-hover {
      width: 80%; }
      .site-info .fsStyleColumn-1.search-hover .fsElementFooterContent {
        display: block; }
    .search-open .site-info .fsStyleColumn-1 {
      width: 80%; }
      .search-open .site-info .fsStyleColumn-1 .fsElementFooterContent {
        display: block; } }

.logo {
  zoom: 1;
  font-size: 20px;
  color: #fff;
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  position: absolute; }
  .logo:after {
    display: table;
    clear: both;
    content: ''; }
  .logo img,
  .logo footer {
    position: relative;
    transition: opacity .3s; }
  @media (max-width: 1599px) {
    .search-hover .logo footer {
      opacity: 0; } }
  @media (max-width: 1099px) {
    .search-hover .logo img {
      opacity: 0; } }
  @media (min-width: 760px) {
    .logo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; } }
  .logo img {
    display: block;
    margin: 0 auto;
    width: 370px;
    padding: 0 20px; }
    @media (min-width: 760px) {
      .logo img {
        margin-right: 45px;
        padding: 0; } }
  .logo footer {
    display: none;
    font-size: 14px;
    line-height: 20px;
    max-width: 260px; }
    @media (min-width: 1200px) {
      .logo footer {
        display: block; } }

.my-login {
  height: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 22px;
  font-family: sans-serif;
  background: #7c2529; }
  .my-login a {
    display: block;
    padding: 10px 10px 10px 33px;
    color: #ffffff;
    text-transform: uppercase; }
    .my-login a em {
      color: #c5b358;
      text-transform: capitalize;
      font-family: "georgia", serif;
      font-weight: bold; }
    .my-login a:hover {
      text-decoration: none;
      color: #ffffff;
      background: #242424; }
  .wo2018 .my-login {
    display: none; }

.nav-den-header {
  position: relative;
  z-index: 1; }
  .nav-den-header.dropdown-active .den-toggle {
    background: #7c2529;
    border-color: transparent; }
    .nav-den-header.dropdown-active .den-toggle:before {
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .nav-den-header.dropdown-active .den-toggle span {
      color: #ffffff;
      text-decoration: none; }
      .nav-den-header.dropdown-active .den-toggle span em {
        color: #c5b358; }
  #fsHeader .nav-den-header header .fsElementHeaderContent {
    display: block; }
  .nav-den-header > .fsElementContent {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    overflow: hidden; }
  .nav-den-header ul, .nav-den-header li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-den-header .fsNavLevel1 {
    padding: 29px 22px 24px; }
    .nav-den-header .fsNavLevel1 > li {
      padding: 10px 0; }
      .nav-den-header .fsNavLevel1 > li > a {
        display: block;
        color: #242424;
        font-size: 17px;
        line-height: 20px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
        .nav-den-header .fsNavLevel1 > li > a:hover, .nav-den-header .fsNavLevel1 > li > a:focus {
          color: #7c2529;
          text-decoration: none; }
  .nav-den-header button.den-toggle {
    display: block;
    height: 54px;
    padding: 10px 10px 10px 33px;
    border: 0;
    font-size: 22px;
    font-family: sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    background: #7c2529;
    -moz-appearance: none;
    appearance: none;
    transition: background 0.3s ease; }
    .nav-den-header button.den-toggle:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 20px;
      top: 37px;
      color: #ffffff;
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      transition: transform 0.3s ease; }
    .nav-den-header button.den-toggle span {
      display: block; }
    .nav-den-header button.den-toggle em {
      color: #c5b358;
      text-transform: capitalize;
      font-family: "georgia", serif;
      font-weight: bold; }
    .nav-den-header button.den-toggle:hover, .nav-den-header button.den-toggle:focus {
      color: #ffffff; }
      .nav-den-header button.den-toggle:hover span, .nav-den-header button.den-toggle:focus span {
        color: #ffffff;
        text-decoration: none; }
        .nav-den-header button.den-toggle:hover span em, .nav-den-header button.den-toggle:focus span em {
          color: #c5b358; }

@media (min-width: 900px) {
  .my-login,
  .nav-den-header,
  .top-search {
    float: right; }
  .my-login {
    height: 95px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 0;
    text-align: center;
    transition: .3s ease;
    background: transparent; }
    .my-login a {
      padding: 31px; }
      .my-login a:hover {
        text-decoration: none;
        color: #c5b358;
        background: transparent; }
    .my-login:hover {
      background: #7c2529; }
  .nav-den-header button.den-toggle {
    height: 95px;
    padding: 31px 56px 31px 31px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 0;
    border-bottom: 0;
    text-align: center;
    transition: all 0.3s ease;
    background: transparent; }
    .nav-den-header button.den-toggle:hover, .nav-den-header button.den-toggle:focus {
      background: #7c2529;
      border-color: transparent; } }

@media (min-width: 900px) {
  #fsHeader .utilities {
    display: none; } }

#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: 16px;
    line-height: 1.5;
    color: #8f8f8f;
    font-family: "georgia", serif;
    font-weight: 500;
    text-align: center;
    padding: 6px 20px;
    background-color: #3e1315; }
    #fsHeader .utilities .navigation.utility a:hover {
      color: #fff;
      background-color: #242424; }

#fsHeader .utilities .search-trigger,
#fsHeader .utilities .off-canvas-trigger {
  display: block;
  color: #242424;
  width: 45px;
  height: 36px;
  text-indent: -999em;
  text-align: left;
  overflow: hidden;
  position: absolute;
  border: none;
  font-size: 35px; }
  @media (min-width: 900px) {
    #fsHeader .utilities .search-trigger,
    #fsHeader .utilities .off-canvas-trigger {
      position: relative;
      top: auto !important;
      right: auto !important;
      left: auto !important;
      margin-left: 2px; } }
  #fsHeader .utilities .search-trigger:after,
  #fsHeader .utilities .off-canvas-trigger:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-indent: 0;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#fsHeader .utilities .search-trigger {
  top: 5px;
  right: 5px; }
  .page-search-open #fsHeader .utilities .search-trigger {
    color: #c5b358; }
  #fsHeader .utilities .search-trigger:after {
    content: ""; }
  @media (min-width: 900px) {
    #fsHeader .utilities .search-trigger {
      display: none; } }

#fsHeader .utilities .off-canvas-trigger {
  top: 5px;
  right: 13px; }
  #fsHeader .utilities .off-canvas-trigger:after {
    content: ""; }
  @media (min-width: 900px) {
    #fsHeader .utilities .off-canvas-trigger {
      display: none; } }

#fsHeader .navigation.main {
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .navigation.main {
      display: block; } }
  @media (min-width: 1180px) {
    #fsHeader .navigation.main > .fsElementContent {
      position: relative; } }
  @media (min-width: 1180px) {
    #fsHeader .navigation.main .navigation.main {
      margin-right: 40px; } }
  #fsHeader .navigation.main .search-trigger {
    display: none;
    background: none;
    border: none;
    padding: 20px;
    color: #242424;
    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 .search-trigger {
      color: #c5b358; }
    #fsHeader .navigation.main .search-trigger:after {
      content: "";
      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 .search-trigger {
        display: block; } }

.sub-navigation {
  display: none;
  background: #242424; }
  .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: #f4f4f4;
    padding: 20px 20px;
    cursor: pointer;
    color: #242424;
    font-family: "georgia", serif;
    font-size: 18px;
    line-height: 1.375;
    text-transform: uppercase;
    position: relative;
    display: block !important; }
    @media (min-width: 900px) {
      .sub-navigation > header .fsElementHeaderContent {
        display: none !important; } }
    .sub-navigation > header .fsElementHeaderContent:after {
      content: "";
      padding: 0 20px;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 900px) {
        .sub-navigation > header .fsElementHeaderContent:after {
          display: none; } }
  .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: #242424; }
          .sub-navigation nav ul.fsNavLevel1 > li > a:hover {
            color: #c5b358;
            background-color: #242424; }
          @media (min-width: 900px) {
            .sub-navigation nav ul.fsNavLevel1 > li > a {
              margin-right: 2px;
              margin-left: 2px;
              text-align: center;
              font-family: "Montserrat", sans-serif;
              font-weight: 700;
              color: #242424;
              padding: 24.5px 8px;
              background: none;
              position: relative;
              z-index: 99999;
              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: 23px;
      padding-bottom: 23px;
      font-size: 1em;
      text-transform: uppercase; } }
          @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: #7c2529;
                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: #7c2529;
          font-weight: 600; }

#fsHeader .fsSearch.search {
  transition: all 0.333s;
  background-color: #7c2529;
  background-color: rgba(124, 37, 41, 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: #242424; } }
  #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
    transition: all 0.333s; }
    @media (min-width: 500px) {
      #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
        padding-left: 115px !important; } }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  z-index: 9; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 30px;
      width: 30px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 30px;
        height: 30px;
        font-family: "IcoMoon";
        font-size: 36px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #fff;
      opacity: 0.75; }

#fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
  display: none; }
  @media (min-width: 760px) {
    #fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
      display: inherit; } }

@media (max-width: 759px) {
  .fsHasLeftBanner .fsPageBody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsHasLeftBanner .fsPageBody .fsBannerLeft {
      -ms-flex-order: 2;
      order: 2; }
  .fsHasLeftBanner #fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
    display: block; } }

#fsFooter {
  padding: 20px;
  position: relative;
  z-index: 10000;
  background: #242424; }
  #fsFooter:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url("/uploaded/images/footer_image.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    background-size: cover; }
  #fsFooter > .fsBanner {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.71429;
    z-index: 2;
    position: relative;
    margin-right: -10px;
    margin-left: -10px; }
    @media (min-width: 760px) {
      #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: #242424;
      font-family: "georgia", serif;
      font-style: italic;
      margin-bottom: 5px; }
      @media (min-width: 1180px) {
        #fsFooter > .fsBanner header .fsElementTitle {
          text-align: left; } }
    #fsFooter > .fsBanner a {
      color: #c5b358; }

.footer-tagline h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  color: #fff;
  font-weight: normal;
  position: relative;
  margin-bottom: 30px; }
  .footer-tagline h3:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 230px;
    bottom: -10px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.footer-nav ul {
  list-style: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .footer-nav ul li {
    margin: 0 10px;
    font-size: 16px;
    text-transform: uppercase; }

#fsFooter .contact ul {
  list-style: none;
  margin: 0;
  padding: 0; }

@media (min-width: 1180px) {
  #fsFooter .contact li {
    display: inline-block;
    vertical-align: top; }
    #fsFooter .contact li:after {
      content: '/';
      padding: 0 10px; } }

#fsFooter .contact li:last-child:after {
  content: '';
  padding: 0; }

#fsFooter .contact .contact-link {
  display: inline-block;
  vertical-align: top; }
  #fsFooter .contact .contact-link:after {
    content: '/';
    padding: 0 10px; }
  #fsFooter .contact .contact-link a {
    color: #c5b358; }

#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 {
  margin-top: 30px;
  margin-bottom: 30px; }
  #fsFooter .footer-links ul,
  #fsFooter .footer-links ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsFooter .footer-links a {
    display: block; }
  @media (min-width: 900px) {
    #fsFooter .footer-links {
      display: inline-block;
      vertical-align: top;
      width: 50%; } }
  @media (min-width: 1180px) {
    #fsFooter .footer-links {
      width: 33.33333%; } }
  #fsFooter .footer-links .fsElementContent {
    overflow: hidden; }
    #fsFooter .footer-links .fsElementContent nav {
      text-align: center; }
      @media (min-width: 900px) {
        #fsFooter .footer-links .fsElementContent nav {
          margin-right: -10px;
          margin-left: -10px; } }
      @media (min-width: 1180px) {
        #fsFooter .footer-links .fsElementContent nav {
          margin-right: 0;
          margin-left: 0;
          text-align: left; } }
    @media (min-width: 900px) {
      #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
        margin-right: 10px;
        margin-left: 10px;
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 1180px) {
      #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
        margin-right: 0;
        margin-left: 0;
        margin-left: 40px;
        text-align: left; }
        #fsFooter .footer-links .fsElementContent ul.fsNavLevel1:first-child {
          margin-left: 0; } }

#fsFooter .social {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    #fsFooter .social {
      display: inline-block;
      vertical-align: top;
      width: 50%; } }
  @media (min-width: 1180px) {
    #fsFooter .social {
      width: 33.33333%; } }
  #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -999em;
    padding: 0;
    margin: 0; }
    @media (min-width: 760px) {
      #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
        display: none; } }
  #fsFooter .social .fsElementContent a:after {
    color: #c5b358; }
  #fsFooter .social .fsElementContent a:hover:after {
    color: #7c2529; }

#fsFooter .nav-float {
  display: block;
  position: fixed;
  right: 15px;
  top: calc(50% - 113px);
  z-index: 100; }
  #fsFooter .nav-float ul, #fsFooter .nav-float li {
    list-style: none;
    padding: 0;
    margin: 0; }
  #fsFooter .nav-float .fsNavLevel1 ul {
    display: none; }
  #fsFooter .nav-float .fsNavLevel1 > li {
    display: block;
    width: 43px;
    height: 43px;
    margin: 11px 0 11px;
    position: relative; }
    #fsFooter .nav-float .fsNavLevel1 > li:hover > a, #fsFooter .nav-float .fsNavLevel1 > li:focus > a {
      max-width: 300px;
      pointer-events: auto;
      opacity: 1;
      transition: max-width 0.3s ease, opacity 0.2s ease 0.1s; }
      #fsFooter .nav-float .fsNavLevel1 > li:hover > a > span, #fsFooter .nav-float .fsNavLevel1 > li:focus > a > span {
        margin-right: 58px;
        padding-left: 20px;
        padding-right: 20px;
        color: #ffffff; }
    #fsFooter .nav-float .fsNavLevel1 > li:before {
      content: '';
      display: block;
      width: 43px;
      height: 43px;
      border-radius: 100px;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #c5b358; }
    #fsFooter .nav-float .fsNavLevel1 > li:after {
      content: "";
      display: block;
      width: 43px;
      height: 26px;
      position: absolute;
      top: 8px;
      color: #7c2529;
      font-size: 24px;
      line-height: 26px;
      text-align: center; }
    #fsFooter .nav-float .fsNavLevel1 > li.nav-link-inquire:after {
      content: ""; }
    #fsFooter .nav-float .fsNavLevel1 > li.nav-link-visit:after {
      content: "";
      font-size: 26px; }
    #fsFooter .nav-float .fsNavLevel1 > li.nav-link-apply:after {
      content: "";
      font-size: 25px; }
    #fsFooter .nav-float .fsNavLevel1 > li.nav-link-give:after {
      content: "";
      font-size: 22px; }
    #fsFooter .nav-float .fsNavLevel1 > li.nav-link-calendar:after {
      content: "";
      font-size: 20px; }
    #fsFooter .nav-float .fsNavLevel1 > li > a {
      max-width: 43px;
      min-width: 43px;
      height: 43px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      pointer-events: none;
      opacity: 0;
      transition: max-width 0.3s ease, opacity 0.025s ease; }
      #fsFooter .nav-float .fsNavLevel1 > li > a span {
        display: inline-block;
        height: 43px;
        padding: 12px 0 0;
        margin-right: 58px;
        position: relative;
        color: #7c2529;
        font-size: 15px;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #7c2529;
        transition: color 0.3s ease 0.1s, margin 0.3s ease 0.1s, padding 0.3s ease 0.1s; }
        #fsFooter .nav-float .fsNavLevel1 > li > a span:after {
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid #7c2529;
          position: absolute;
          left: 100%;
          top: 11px; }

#fsFooter .navigation.hierarchy {
  display: none; }

#fsFooter .powered-by-finalsite {
  text-align: center; }
  @media (min-width: 760px) {
    #fsFooter .powered-by-finalsite {
      text-align: right; } }
  #fsFooter .powered-by-finalsite > .inner {
    display: inline-block; }
  #fsFooter .powered-by-finalsite #fsPoweredByFinalsite {
    display: block;
    opacity: 1; }
    #fsFooter .powered-by-finalsite #fsPoweredByFinalsite a {
      text-indent: 999px; }

.container.masthead {
  position: relative; }
  .fsComposeMode .container.masthead {
    display: none; }
  .container.masthead .image {
    transition: all 0.333s;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 220px; }
    @media (min-width: 900px) {
      .container.masthead .image {
        padding-bottom: 420px; } }

@media (min-width: 900px) {
  .masthead.container .description > .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; } }

.masthead.container .description h1 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  font-size: 70px;
  color: #fff; }
  @media (min-width: 900px) {
    .masthead.container .description h1 {
      bottom: 50px; } }
  @media (min-width: 1180px) {
    .masthead.container .description h1 {
      right: 0; } }

.masthead.container .description p {
  margin: 0; }

.masthead-video {
  display: none; }
  .has-masthead-video .masthead-video {
    display: block; }
  .masthead-video.hide-captions .slide .copy {
    display: none !important; }
  .masthead-video > header {
    display: none; }
  .masthead-video .slide {
    font-size: 16px;
    pointer-events: none; }
    @media (min-width: 900px) {
      .masthead-video .slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .masthead-video .video-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
    .masthead-video .video-overlay:before {
      content: '';
      display: block;
      height: 175px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.74;
      background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.015) 95.2%, rgba(0, 0, 0, 0.008) 98.2%, rgba(0, 0, 0, 0.015) 100%); }
    @media (min-width: 600px) {
      .masthead-video .video-overlay {
        display: block; } }
  .masthead-video .video-toggle {
    display: none;
    padding: 0;
    border: 0;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    -moz-appearance: none;
    appearance: none;
    background: none; }
    .home .masthead-video .video-toggle {
      width: 40px;
      height: 40px;
      top: auto;
      left: auto;
      right: 20px;
      bottom: 23px;
      -ms-transform: none;
      transform: none; }
    .masthead-video .video-toggle:before {
      display: block; }
    .masthead-video .video-toggle span {
      display: block;
      width: 1px;
      height: 1px;
      position: absolute;
      top: -9999em;
      left: -9999em;
      overflow: hidden; }
    .masthead-video .video-toggle:before {
      content: "";
      font-size: 100px;
      line-height: 100px;
      text-align: center;
      position: absolute;
      top: 10px;
      left: 10px;
      color: #fff; }
      .home .masthead-video .video-toggle:before {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        top: 5px;
        left: 5px; }
  .masthead-video.video-playing .video-toggle {
    width: 40px;
    height: 40px;
    top: auto;
    left: auto;
    right: 68px;
    bottom: 23px;
    -ms-transform: none;
    transform: none; }
    .home .masthead-video.video-playing .video-toggle {
      right: 20px; }
    .masthead-video.video-playing .video-toggle:before {
      font-size: 30px;
      line-height: 30px;
      text-align: center;
      position: absolute;
      top: 5px;
      left: 5px; }
  .masthead-video.video-playing .video-toggle:before {
    content: ""; }
  .masthead-video .audio-toggle {
    display: none;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 20px;
    bottom: 23px;
    z-index: 100;
    -moz-appearance: none;
    appearance: none;
    background: none;
    overflow: hidden; }
    .masthead-video .audio-toggle span {
      display: block;
      width: 1px;
      height: 1px;
      position: absolute;
      top: -9999em;
      left: -9999em;
      color: #fff;
      overflow: hidden; }
    .masthead-video .audio-toggle:before {
      content: "";
      font-size: 44px;
      line-height: 30px;
      text-align: center;
      position: absolute;
      top: 5px;
      left: 0;
      color: #fff; }
    .home .masthead-video .audio-toggle {
      display: none !important; }
  @media (min-width: 600px) {
    .masthead-video .video-toggle,
    .masthead-video .audio-toggle {
      display: block; } }
  .masthead-video.video-muted .audio-toggle:before {
    content: ""; }
  .masthead-video > .fsElementContent {
    position: relative;
    overflow: hidden; }
    @media (min-width: 900px) {
      .masthead-video > .fsElementContent {
        height: calc(100vh - 95px - 70px); } }
    .masthead-video > .fsElementContent:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .masthead-video > .fsElementContent:before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 75%;
      position: relative; }
      @media (min-width: 600px) {
        .masthead-video > .fsElementContent:before {
          padding-bottom: 420px; } }
  .masthead-video .fsMediaContainer {
    width: auto;
    min-width: 100%;
    height: auto !important;
    min-height: 100%;
    max-height: 100vh;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }
  .masthead-video .fsMediaControlsContainer {
    display: none !important; }
  @media (min-width: 600px) {
    .masthead-video .fsMediaPlayOverlay {
      display: none !important; } }
  .masthead-video .fsMediaPlayer {
    background: none;
    position: static;
    height: auto !important; }
  .masthead-video .fsMediaView {
    background-position: center center;
    background-size: cover; }
    .masthead-video .fsMediaView > video {
      width: auto !important;
      min-width: 100%;
      max-width: none;
      max-height: none;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background-size: cover; }
      @media (min-width: 600px) {
        .masthead-video .fsMediaView > video {
          height: auto !important;
          min-height: 100%; } }
    .masthead-video .fsMediaView > img {
      display: none !important; }
  @media (max-width: 800px) {
    .masthead-video:not(.video-playing) .fsMediaView > img {
      display: block !important;
      z-index: 999;
      position: absolute; } }
  .masthead-video .fsCroppedImage.fsMediaPoster {
    display: block; }
  .masthead-video > .fsElementContent {
    max-width: none !important; }
  .masthead-video.fsPlayer.masthead > footer {
    display: block; }
  .masthead-video > footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 101;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    .masthead-video > footer button.scroll-to {
      display: block;
      width: 200px;
      height: 101px;
      border: 0;
      padding: 0;
      position: relative;
      color: #fff;
      font-size: 16px;
      line-height: 1;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.039em;
      cursor: pointer;
      -moz-appearance: none;
      appearance: none;
      background: none;
      transition: color 0.3s ease; }
      .masthead-video > footer button.scroll-to span {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0; }

@keyframes rollover {
  0% {
    transform: translate3d(-50%, -18px, 0);
    opacity: 1; }
  50% {
    transform: translate3d(-50%, 0%, 0);
    opacity: 0.5; }
  100% {
    transform: translate3d(-50%, 18px, 0);
    opacity: 0; } }
      .masthead-video > footer button.scroll-to:before, .masthead-video > footer button.scroll-to:after {
        content: "";
        display: block;
        height: 34px;
        width: 34px;
        position: absolute;
        left: 50%;
        bottom: 19px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #fff;
        font-size: 51px;
        line-height: 34px;
        font-style: normal;
        transition: color 0.3s ease;
        animation-timing-function: linear !important;
        animation-fill-mode: forwards;
        opacity: 0; }
      .masthead-video > footer button.scroll-to:before {
        animation: rollover 4s infinite; }
      .masthead-video > footer button.scroll-to:after {
        animation: rollover 4s infinite 2s; }
      .masthead-video > footer button.scroll-to:hover {
        color: #c5b358; }
        .masthead-video > footer button.scroll-to:hover:before {
          color: #fff; }
  .masthead-video.hide-video-toggle .video-toggle {
    display: none !important; }
  .masthead-video.hide-audio-toggle .audio-toggle {
    display: none !important; }
  .masthead-video.hide-toggles .video-toggle,
  .masthead-video.hide-toggles .audio-toggle {
    display: none !important; }

/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hero-mix-video .fsMediaView img {
    display: block !important; }
  .hero-mix-video .fsMediaView video {
    display: none !important; }
  .hero-mix-video .fsCroppedImage {
    display: block !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hero-mix-video .fsMediaView img {
    display: block !important; }
  .hero-mix-video .fsMediaView video {
    display: none !important; }
  .hero-mix-video .fsCroppedImage {
    display: block !important; } }

/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .hero-mix-video .fsMediaView img {
    display: block !important; }
  .hero-mix-video .fsMediaView video {
    display: none !important; }
  .hero-mix-video .fsCroppedImage {
    display: block !important; } }

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .hero-mix-video .fsMediaView img {
    display: block !important; }
  .hero-mix-video .fsMediaView video {
    display: none !important; }
  .hero-mix-video .fsCroppedImage {
    display: block !important; } }

/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-mix-video .fsMediaView img {
    display: block !important; }
  .hero-mix-video .fsMediaView video {
    display: none !important; }
  .hero-mix-video .fsCroppedImage {
    display: block !important; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-mix-video .fsMediaView img {
    display: block !important; }
  .hero-mix-video .fsMediaView video {
    display: none !important; }
  .hero-mix-video .fsCroppedImage {
    display: block !important; } }

#fsPageContent > .fsLayout .fsContent.masthead {
  display: none; }
  .fsComposeMode #fsPageContent > .fsLayout .fsContent.masthead {
    display: block; }

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

.masthead > header {
  display: none; }

.fsPlayer.masthead {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative; }
  .fsPlayer.masthead .slick-dots {
    z-index: 1; }
    .fsPlayer.masthead .slick-dots li button:before {
      opacity: 1; }
    .fsPlayer.masthead .slick-dots li.slick-active button:before, .fsPlayer.masthead .slick-dots li:hover button:before {
      color: #c5b358; }
  .fsPlayer.masthead > header {
    display: none; }
    .fsComposeMode.home .fsPlayer.masthead header {
      display: block; }
  .fsPlayer.masthead .fsElementContent {
    transition: all 0.333s;
    background-color: #929292;
    padding-bottom: 78.125%;
    position: relative; }
    @media (min-width: 760px) {
      .fsPlayer.masthead .fsElementContent {
        padding-bottom: 75%; } }
    @media (min-width: 900px) {
      .fsPlayer.masthead .fsElementContent {
        padding-bottom: 66.66667%; } }
    @media (min-width: 1180px) {
      .fsPlayer.masthead .fsElementContent {
        padding-bottom: 800px; } }
    .fsPlayer.masthead .fsElementContent:after {
      content: "";
      animation: animate-spin 2s infinite linear;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      color: #666666;
      font-size: 60px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .has-masthead .fsPlayer.masthead .fsElementContent {
      padding-bottom: 0; }
      .has-masthead .fsPlayer.masthead .fsElementContent:after {
        content: normal; }
  .fsPlayer.masthead > footer {
    display: none; }
  .fsPlayer.masthead .cluster {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .fsPlayer.masthead .cluster > .inner {
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 760px) {
        .fsPlayer.masthead .cluster > .inner {
          margin-right: auto;
          margin-left: auto; } }
  .fsPlayer.masthead .slide .image {
    position: relative;
    padding-bottom: 420px; }
    @media (max-width: 600px) {
      .fsPlayer.masthead .slide .image {
        background-size: contain;
        padding-bottom: 37%;
        background-color: #313131; } }
    @media (min-width: 900px) {
      .fsPlayer.masthead .slide .image {
        padding-bottom: 680px; } }
  @media (min-width: 760px) {
    .fsPlayer.masthead .slide .details {
      display: block; } }
  @media (min-width: 900px) {
    .fsPlayer.masthead .slide .details {
      position: absolute;
      bottom: 100px;
      right: 0;
      max-width: 590px; } }
  .fsPlayer.masthead .slide .details .title {
    color: #fff; }
  .fsPlayer.masthead .slide .details .copy {
    padding: 40px;
    color: #fff;
    background: #313131; }
    @media (min-width: 900px) {
      .fsPlayer.masthead .slide .details .copy {
        padding: 40px 95px 20px;
        background: rgba(49, 49, 49, 0.85); } }
    .fsPlayer.masthead .slide .details .copy h3 {
      font-size: 56px;
      line-height: 1;
      color: #fff;
      text-transform: uppercase;
      border-bottom: 2px solid #c5b358;
      display: inline-block;
      margin-bottom: 20px; }
    .fsPlayer.masthead .slide .details .copy .fs_style_28 {
      background: #242424;
      color: #c5b358;
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      padding: 15px 30px; }
      .fsPlayer.masthead .slide .details .copy .fs_style_28:hover {
        background: #7c2529; }
    .wo2018 .fsPlayer.masthead .slide .details .copy {
      padding: 20px 30px; }
      @media (min-width: 600px) {
        .wo2018 .fsPlayer.masthead .slide .details .copy {
          padding: 40px; } }
      .wo2018 .fsPlayer.masthead .slide .details .copy > *:last-child {
        margin-bottom: 0; }
      .wo2018 .fsPlayer.masthead .slide .details .copy h3 {
        font-size: 26px; }
        @media (min-width: 450px) {
          .wo2018 .fsPlayer.masthead .slide .details .copy h3 {
            font-size: 36px; } }
        @media (min-width: 600px) {
          .wo2018 .fsPlayer.masthead .slide .details .copy h3 {
            font-size: 56px; } }
    .fsPlayer.masthead .slide .details .copy:empty {
      display: none; }
  .fsPlayer.masthead .container.masthead {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    .has-masthead .fsPlayer.masthead .container.masthead {
      max-height: 850px; }

.home-news {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f4f4f4; }
  .home-news .fsElementTitle {
    margin-bottom: 30px;
    text-align: center; }
  .home-news.fsGrid article {
    min-height: 381px;
    position: relative;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover; }
    .home-news.fsGrid article:hover .inner {
      top: 0; }
      @media (min-width: 900px) {
        .home-news.fsGrid article:hover .inner {
          top: 20px; } }
    .home-news.fsGrid article:hover .fsTitle {
      white-space: normal; }
  .home-news.fsGrid > .fsElementContent {
    overflow: hidden; }
    .home-news.fsGrid > .fsElementContent article {
      float: none;
      width: 100%; }
      @media (min-width: 760px) {
        .home-news.fsGrid > .fsElementContent article {
          float: left;
          width: 33.26%; }
          .home-news.fsGrid > .fsElementContent article:nth-child(3n-1) {
            margin: 0px .1%; }
          .home-news.fsGrid > .fsElementContent article:nth-child(3n) {
            clear: none; } }
  .home-news .fsThumbnail {
    display: none !important; }
  .home-news .fsTitle {
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .home-news .fsTitle a {
      color: #ffffff; }
      .home-news .fsTitle a:hover {
        color: #c5b358; }
  .home-news .inner {
    padding: 20px;
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(124, 37, 41, 0.7);
    transition: .3s ease;
    overflow: hidden; }
    @media (min-width: 900px) {
      .home-news .inner {
        top: 300px;
        left: 40px;
        right: 40px;
        bottom: 20px; } }
  .home-news .fsElementFooterContent {
    margin-top: 25px;
    text-align: center; }

.custom-post {
  margin-bottom: 0;
  padding: 0 40px 20px;
  position: relative; }
  .home .custom-post {
    background: #f4f4f4; }
  .custom-post header {
    margin-bottom: 10px; }
    .custom-post header .fsElementTitle {
      margin-bottom: 0 !important;
      text-align: center; }
  .custom-post.fsGrid > .fsElementContent {
    overflow: hidden;
    padding-top: 25px; }
    .custom-post.fsGrid > .fsElementContent article {
      float: none;
      width: 100%;
      padding: 0; }
      @media (min-width: 760px) {
        .custom-post.fsGrid > .fsElementContent article {
          float: left;
          width: 32.33333%; }
          .custom-post.fsGrid > .fsElementContent article:nth-child(3n) {
            clear: none; } }
    .custom-post.fsGrid > .fsElementContent .fsElementControls {
      padding-bottom: 3px;
      position: absolute;
      top: 0;
      right: 40px; }
  .custom-post.fsGrid > header + .fsElementContent {
    padding-top: 0; }
    .custom-post.fsGrid > header + .fsElementContent .fsElementControls {
      position: relative;
      top: auto;
      right: auto; }
      @media (min-width: 760px) {
        .custom-post.fsGrid > header + .fsElementContent .fsElementControls {
          position: absolute;
          top: 7px;
          right: 40px; } }

.home section.spotlight {
  clear: both; }
  @media (min-width: 760px) {
    .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: 760px) {
        .home section.spotlight .spotlight.container:before {
          background-color: #7c2529;
          background-color: rgba(124, 37, 41, 0.8); } }
    .home section.spotlight .spotlight.container > .inner {
      padding: 40px 20px 0;
      position: relative;
      z-index: 1; }
      @media (min-width: 760px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 60px; } }
      @media (min-width: 760px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 70px; } }
      .home section.spotlight .spotlight.container > .inner h2 {
        transition: all 0.333s;
        color: #1d1d1d;
        text-align: center; }
        @media (min-width: 760px) {
          .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: #c5b358;
      font-family: "georgia", 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: 760px) {
        .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: #1d1d1d;
      margin-top: 30px; }
      @media (min-width: 760px) {
        .home section.spotlight .spotlight.container .carousel .slide .label {
          color: #fff; } }

.home:not(.fsComposeMode) .event-list {
  padding-top: 40px; }
  .home:not(.fsComposeMode) .event-list .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .home:not(.fsComposeMode) .event-list .slick-slide {
    height: auto; }
  .home:not(.fsComposeMode) .event-list > header,
  .home:not(.fsComposeMode) .event-list > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1220px;
    padding-right: 20px;
    padding-left: 20px; }
  .home:not(.fsComposeMode) .event-list > header {
    text-align: center;
    position: relative; }
    .home:not(.fsComposeMode) .event-list > header .fsElementHeaderContent a:hover, .home:not(.fsComposeMode) .event-list > header .fsElementHeaderContent a:focus {
      text-decoration: underline; }
  .home:not(.fsComposeMode) .event-list > .fsElementContent {
    margin-bottom: 45px;
    padding: 20px 0; }
  .home:not(.fsComposeMode) .event-list article {
    border-bottom: none;
    padding: 0 20px 20px;
    position: relative;
    margin: 20px; }
    .home:not(.fsComposeMode) .event-list article:nth-of-type(n+3) {
      display: none; }
    .home:not(.fsComposeMode) .event-list article .fsDate {
      margin: 0 -20px 20px; }
    .home:not(.fsComposeMode) .event-list article .fsTitle {
      font-size: 17px; }
  .home:not(.fsComposeMode) .event-list .slick-initialized article:nth-of-type(1n+3) {
    display: block; }
  .home:not(.fsComposeMode) .event-list > .inner {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 40px;
    display: block;
    padding: 0 20px;
    position: relative; }
    @media (min-width: 760px) {
      .home:not(.fsComposeMode) .event-list > .inner {
        margin-right: auto;
        margin-left: auto;
        margin-top: 60px;
        width: 280px; } }
  .home:not(.fsComposeMode) .event-list button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    transition: all 0.333s;
    width: 20px;
    height: 20px;
    color: #242424;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    overflow: hidden;
    text-indent: -666em; }
    .home:not(.fsComposeMode) .event-list button:hover {
      color: #7c2529; }
    .home:not(.fsComposeMode) .event-list button.slick-prev {
      left: 0;
      right: auto; }
      .home:not(.fsComposeMode) .event-list button.slick-prev:after {
        content: ""; }
    .home:not(.fsComposeMode) .event-list button.slick-next {
      left: auto;
      right: 0; }
      .home:not(.fsComposeMode) .event-list button.slick-next:after {
        content: ""; }
  .home:not(.fsComposeMode) .event-list .link {
    display: block; }
    .home:not(.fsComposeMode) .event-list .link a {
      display: block;
      text-align: center;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      line-height: 1.5;
      padding: -0.5px 10px;
      text-transform: uppercase;
      font-weight: 600;
      background-color: #242424; }
      .home:not(.fsComposeMode) .event-list .link a:hover {
        background-color: #c5b358; }
  @media (min-width: 600px) {
    .home:not(.fsComposeMode) .event-list > .fsElementContent {
      padding: 0; }
    .home:not(.fsComposeMode) .event-list .fsDayName {
      padding-left: 10px; }
    .home:not(.fsComposeMode) .event-list .fsMonth {
      padding-right: 10px; }
    .home:not(.fsComposeMode) .event-list .fsSeparator {
      box-shadow: 10px 0px 0 0 #F8F9F8; }
    .home:not(.fsComposeMode) .event-list .fsDay {
      position: relative; } }

.home:not(.fsComposeMode) .event-list,
.home:not(.fsComposeMode) .news-spotlight,
.home:not(.fsComposeMode) .home-news,
.home:not(.fsComposeMode) .college-logo-container,
.home:not(.fsComposeMode) .custom-post,
.home:not(.fsComposeMode) .engage {
  position: relative; }
  .home:not(.fsComposeMode) .event-list > header,
  .home:not(.fsComposeMode) .news-spotlight > header,
  .home:not(.fsComposeMode) .home-news > header,
  .home:not(.fsComposeMode) .college-logo-container > header,
  .home:not(.fsComposeMode) .custom-post > header,
  .home:not(.fsComposeMode) .engage > header {
    position: static; }
  .home:not(.fsComposeMode) .event-list .fsElementTitle,
  .home:not(.fsComposeMode) .news-spotlight .fsElementTitle,
  .home:not(.fsComposeMode) .home-news .fsElementTitle,
  .home:not(.fsComposeMode) .college-logo-container .fsElementTitle,
  .home:not(.fsComposeMode) .custom-post .fsElementTitle,
  .home:not(.fsComposeMode) .engage .fsElementTitle {
    font-size: 23px; }
  .home:not(.fsComposeMode) .event-list .fsElementHeaderContent,
  .home:not(.fsComposeMode) .news-spotlight .fsElementHeaderContent,
  .home:not(.fsComposeMode) .home-news .fsElementHeaderContent,
  .home:not(.fsComposeMode) .college-logo-container .fsElementHeaderContent,
  .home:not(.fsComposeMode) .custom-post .fsElementHeaderContent,
  .home:not(.fsComposeMode) .engage .fsElementHeaderContent {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
    .home:not(.fsComposeMode) .event-list .fsElementHeaderContent a:hover,
    .home:not(.fsComposeMode) .news-spotlight .fsElementHeaderContent a:hover,
    .home:not(.fsComposeMode) .home-news .fsElementHeaderContent a:hover,
    .home:not(.fsComposeMode) .college-logo-container .fsElementHeaderContent a:hover,
    .home:not(.fsComposeMode) .custom-post .fsElementHeaderContent a:hover,
    .home:not(.fsComposeMode) .engage .fsElementHeaderContent a:hover {
      color: #7c2529; }
  @media (min-width: 800px) {
    .home:not(.fsComposeMode) .event-list > header,
    .home:not(.fsComposeMode) .news-spotlight > header,
    .home:not(.fsComposeMode) .home-news > header,
    .home:not(.fsComposeMode) .college-logo-container > header,
    .home:not(.fsComposeMode) .custom-post > header,
    .home:not(.fsComposeMode) .engage > header {
      position: relative; }
    .home:not(.fsComposeMode) .event-list .fsElementHeaderContent,
    .home:not(.fsComposeMode) .news-spotlight .fsElementHeaderContent,
    .home:not(.fsComposeMode) .home-news .fsElementHeaderContent,
    .home:not(.fsComposeMode) .college-logo-container .fsElementHeaderContent,
    .home:not(.fsComposeMode) .custom-post .fsElementHeaderContent,
    .home:not(.fsComposeMode) .engage .fsElementHeaderContent {
      width: auto;
      left: auto;
      bottom: auto;
      right: 20px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.home:not(.fsComposeMode) .college-logo-container {
  padding-top: 70px;
  padding-bottom: 70px; }
  .home:not(.fsComposeMode) .college-logo-container.fsSharedContainer > .fsContainer > header, .home:not(.fsComposeMode) .college-logo-container.fsContainer > header {
    text-align: center;
    position: static; }
    .home:not(.fsComposeMode) .college-logo-container.fsSharedContainer > .fsContainer > header .fsElementTitle, .home:not(.fsComposeMode) .college-logo-container.fsContainer > header .fsElementTitle {
      margin-bottom: 20px;
      color: #760e18;
      letter-spacing: normal;
      font-style: normal;
      text-transform: uppercase; }
  @media (min-width: 800px) {
    .home:not(.fsComposeMode) .college-logo-container.fsSharedContainer > .fsContainer > header, .home:not(.fsComposeMode) .college-logo-container.fsContainer > header {
      position: relative; } }
  .home:not(.fsComposeMode) .college-logo-container.fsSharedContainer > .fsContainer > footer, .home:not(.fsComposeMode) .college-logo-container.fsContainer > footer {
    text-align: center;
    margin-top: 20px; }
    .home:not(.fsComposeMode) .college-logo-container.fsSharedContainer > .fsContainer > footer a, .home:not(.fsComposeMode) .college-logo-container.fsContainer > footer a {
      display: inline-block; }
      .home:not(.fsComposeMode) .college-logo-container.fsSharedContainer > .fsContainer > footer a:focus, .home:not(.fsComposeMode) .college-logo-container.fsContainer > footer a:focus {
        color: #fff;
        background: #760e18;
        border: 1px solid #760e18; }
      .home:not(.fsComposeMode) .college-logo-container.fsSharedContainer > .fsContainer > footer a:after, .home:not(.fsComposeMode) .college-logo-container.fsContainer > footer a:after {
        content: "";
        display: inline-block;
        padding-left: 10px;
        padding-top: 6px;
        font-size: 16px;
        line-height: 10px;
        vertical-align: top; }

.home:not(.fsComposeMode) .college-logo-container {
  background: #f4f4f4; }

.home:not(.fsComposeMode) .news-spotlight {
  background: #f4f4f4;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .news-spotlight {
      padding-right: 0;
      padding-left: 0; } }
  .home:not(.fsComposeMode) .news-spotlight > header {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    position: static; }
    @media (min-width: 800px) {
      .home:not(.fsComposeMode) .news-spotlight > header {
        position: relative; } }
  .home:not(.fsComposeMode) .news-spotlight .fsElementHeaderContent a {
    color: #7c2529; }
    .home:not(.fsComposeMode) .news-spotlight .fsElementHeaderContent a:hover {
      color: #242424; }
  .home:not(.fsComposeMode) .news-spotlight .fsListItems article {
    position: relative;
    min-height: 230px;
    background: url(../images/fallback.jpg);
    background-size: cover;
    background-position: 50%;
    display: none;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    .home:not(.fsComposeMode) .news-spotlight .fsListItems article:nth-of-type(-n+2) {
      display: -ms-flexbox;
      display: flex; }
    .home:not(.fsComposeMode) .news-spotlight .fsListItems article:not(:last-child) {
      border-right: 1px solid #fff; }
    .home:not(.fsComposeMode) .news-spotlight .fsListItems article .fsTitle {
      width: 100%;
      font-size: 14px;
      margin-bottom: 0;
      position: relative;
      z-index: 1; }
      .home:not(.fsComposeMode) .news-spotlight .fsListItems article .fsTitle a {
        display: block;
        color: #fff;
        background: rgba(124, 37, 41, 0.7);
        padding: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .home:not(.fsComposeMode) .news-spotlight .fsListItems article .fsTitle a:hover {
          color: #c5b358;
          background: #7c2529;
          text-decoration: none; }
    .home:not(.fsComposeMode) .news-spotlight .fsListItems article .fsThumbnail {
      max-width: unset !important;
      margin: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .home:not(.fsComposeMode) .news-spotlight .fsListItems article .fsThumbnail img {
      display: none; }
  @media (min-width: 600px) {
    .home:not(.fsComposeMode) .news-spotlight .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .home:not(.fsComposeMode) .news-spotlight .fsListItems article {
        width: 50%; }
        .home:not(.fsComposeMode) .news-spotlight .fsListItems article:nth-of-type(-n+4) {
          display: -ms-flexbox;
          display: flex; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .news-spotlight .fsListItems article {
      width: 20%; }
      .home:not(.fsComposeMode) .news-spotlight .fsListItems article:nth-of-type(-n+5) {
        display: -ms-flexbox;
        display: flex; } }

.home:not(.fsComposeMode) .engage {
  background: #f4f4f4;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 70px; }
  .home:not(.fsComposeMode) .engage > header {
    text-align: center; }
    .home:not(.fsComposeMode) .engage > header .fsElementTitle {
      color: #7c2529;
      letter-spacing: normal;
      font-style: normal;
      text-transform: uppercase;
      margin-bottom: 40px; }
  .home:not(.fsComposeMode) .engage > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1220px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement {
      border-radius: 100%;
      width: 200px;
      min-height: 200px;
      padding: 20px;
      margin-bottom: 40px;
      background-size: cover;
      background-position: 50%;
      display: none;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      text-align: center;
      position: relative; }
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:nth-of-type(-n+5) {
        display: -ms-flexbox;
        display: flex; }
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:before {
        content: '';
        background: rgba(32, 32, 32, 0.42);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 100%;
        transition: .3s; }
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement .fsElementTitle {
        position: relative;
        z-index: 1;
        font-size: 20px;
        font-family: "georgia", serif;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        -ms-transform: translateY(150%);
        transform: translateY(150%);
        transition: .3s; }
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement .fsElementContent {
        position: relative;
        z-index: 1;
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        transition: .3s; }
        .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement .fsElementContent a {
          color: #fff; }
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:hover:before, .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:focus:before {
        background: #202020; }
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:hover .fsElementTitle, .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:focus .fsElementTitle {
        -ms-transform: translateY(0);
        transform: translateY(0);
        color: #c5b358; }
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:hover .fsElementContent, .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:focus .fsElementContent {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:focus-within:before {
        background: #202020; }
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:focus-within .fsElementTitle {
        -ms-transform: translateY(0);
        transform: translateY(0);
        color: #c5b358; }
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:focus-within .fsElementContent {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0); }
    @media (min-width: 600px) {
      .home:not(.fsComposeMode) .engage > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (min-width: 760px) {
      .home:not(.fsComposeMode) .engage > .fsElementContent {
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:nth-of-type(-n+3) {
          display: -ms-flexbox;
          display: flex; } }
    @media (min-width: 1000px) {
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:nth-of-type(-n+4) {
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1400px) {
      .home:not(.fsComposeMode) .engage > .fsElementContent > .fsElement:nth-of-type(-n+5) {
        display: -ms-flexbox;
        display: flex; } }

.style-guide [class^="icon-"], .style-guide [class*=" icon-"] {
  color: #242424;
  font-size: 200%;
  padding: 0 10px;
  vertical-align: middle; }

.style-guide [class^="icon-angle-"] {
  font-size: 400%;
  color: #c5b358; }

.style-guide .section {
  margin-top: 25px; }
  .style-guide .section .fsElementTitle {
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 25px; }

.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: 75%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 25%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        width: 25%; } }
    .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: #7c2529;
      color: #7c2529; }
      .colors ol li:nth-of-type(1):after {
        content: "#7c2529"; }
    .colors ol li:nth-of-type(2) {
      background: #242424;
      color: #242424; }
      .colors ol li:nth-of-type(2):after {
        content: "#242424"; }
    .colors ol li:nth-of-type(3) {
      background: #c5b358;
      color: #c5b358; }
      .colors ol li:nth-of-type(3):after {
        content: "#c5b358"; }
    .colors ol li:nth-of-type(4) {
      background: #f4f4f4;
      color: #f4f4f4; }
      .colors ol li:nth-of-type(4):after {
        content: "#f4f4f4"; }

.headers h1:after {
  content: " size: 28px / line: 32px"; }

.headers h2:not(.fsElementTitle):after {
  content: " size: 24px / line: 28px"; }

.headers h3:after {
  content: " size: 18px / line: 28px"; }

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

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

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