@charset "UTF-8";
 /**
 *
 * Meriden Theme - meridentheme
 * @link http://whrhsorg.finalsite.com
 * Site Template : meriden
 * Built By: Geoff Hasson > Stephen Petrus
 * Project Manager: Michael Hartzler > Dave Lopes
 * Designer: Natalie Sequeira
 * ==== Git Info ====
 * Branch Name: clients/whrhsorg
 * Build version: 1.8.0
 * Git Tag: 
 * Last build by: JonB7
 *
 **/

@charset "UTF-8";
/** 
 * Html5 Placeholder Polyfill - v2.0.9 - 2014-01-21 
 * web: http://blog.ginader.de/dev/jquery/HTML5-placeholder-polyfill/ 
 * issues: https://github.com/ginader/HTML5-placeholder-polyfill/issues 
 * Copyright (c) 2014 Dirk Ginader; Licensed MIT, GPL 
 */
span.placeholder {
  position: absolute;
  font-size: 75%;
  color: #999;
  font-family: sans-serif;
  padding: 4px 3px;
  z-index: 1;
  cursor: text; }

span.placeholder-hide-except-screenreader {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

span.placeholder-hide {
  display: none; }

label.visuallyhidden-with-placeholder {
  height: auto !important;
  overflow: visible !important;
  position: absolute !important;
  left: -999em; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * 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; }

.fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after,
.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before, .news-list .fsReadMoreLink:after, #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after, section.off-canvas .button.off-canvas-trigger:after, section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/contact-us']:before, section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/quick-links']:before, section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/staff-directory']:before, section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/search-results']:before, .navigation.social a[href*='facebook']:after, .navigation.social a[href*='google']:after, .navigation.social a[href*='instagram']:after, .navigation.social a[href*='linkedin']:after, .navigation.social a[href*='blog']:after, .navigation.social a[href*='twitter']:after, .navigation.social a[href*='youtube']:after, form.gsc-search-box-tools td.gsc-search-button:after, .site-search form.gsc-search-box-tools .gsc-clear-button .gsc-clear-button:after, .fsSearchElement.site-search form .fsSearchElementSearchButton:after, #fsHeader .top-bar .navigation.utility a[href='/contact-us']:before, #fsHeader .top-bar .navigation.utility a[href='/quick-links']:before, #fsHeader .top-bar .navigation.utility a[href='/staff-directory']:before, #fsHeader .top-bar .navigation.utility a[href='/search-results']:before, #fsHeader .top-bar .button.search-trigger:after,
#fsHeader .top-bar .button.off-canvas-trigger:after, #fsHeader .utilities .button.search-trigger:after,
#fsHeader .utilities .button.off-canvas-trigger:after, #fsHeader .navigation.main .button.search-trigger:after, .sub-navigation > header .fsElementHeaderContent:after, .home .fsPlayer.masthead .fsElementContent:after, .home .cluster button:after {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

@keyframes animate-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

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

html {
  font-family: "Arial", Arial, sans-serif;
  background: #4f3714;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 1.375;
  color: #464851; }

.skip-link a {
  position: absolute;
  top: -40px;
  left: 0px;
  color: #fff;
  padding: 6px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 9999; }
  .skip-link a:focus {
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    transition: top .1s ease-in, background .5s linear; }

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

h1, .home .fsPlayer.masthead .slide .details .copy, .h1 {
  font-size: 1.875em;
  line-height: 1.5;
  margin-bottom: 13px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 7px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

h3, #fsFooter > .fsBanner header .fsElementTitle, .h3 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

h4, .h4 {
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700; }

h5, .h5 {
  font-size: 1em;
  line-height: 1.625;
  margin-bottom: 0;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

h6, .fsCalendar .fsTitle, .fsPostElement .fsTitle,
.fsNews .fsTitle, .h6 {
  font-size: 1em;
  line-height: 1.625;
  margin-bottom: 0;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700; }

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

a {
  text-decoration: none;
  color: #8a7400;
  transition: color 0.3s ease, background 0.3s ease; }
  a:hover, a:focus {
    text-decoration: underline; }

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

table.fs_style_32, .fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-spacing: 0; }
  table.fs_style_32 tr:first-child th, .fsAthleticsEvent.fsTable .fsElementTable tr:first-child th, .fsAthleticsRoster .fsElementTable tr:first-child th, table.fs_style_32 tr:first-child td, .fsAthleticsEvent.fsTable .fsElementTable tr:first-child td, .fsAthleticsRoster .fsElementTable tr:first-child td {
    overflow: hidden; }
  table.fs_style_32 tr:last-child th, .fsAthleticsEvent.fsTable .fsElementTable tr:last-child th, .fsAthleticsRoster .fsElementTable tr:last-child th, table.fs_style_32 tr:last-child td, .fsAthleticsEvent.fsTable .fsElementTable tr:last-child td, .fsAthleticsRoster .fsElementTable tr:last-child td {
    overflow: hidden; }
  table.fs_style_32 th, .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.fs_style_32 td,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td {
    padding: 12px 15px;
    vertical-align: top;
    background-color: rgba(217, 217, 217, 0.3); }
  table.fs_style_32 th, .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th {
    text-align: left;
    padding: 12px 15px;
    background-color: #4f3714;
    color: #fff;
    font-family: "Arial", Arial, sans-serif;
    letter-spacing: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #4f3714;
    font-weight: 600;
    text-transform: uppercase; }
  table.fs_style_32 tr:nth-of-type(odd) td, .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td {
    background-color: rgba(217, 217, 217, 0.6); }

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

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

blockquote {
  display: block;
  position: relative;
  font-weight: 600;
  border-left: 1px solid #F5DEB3;
  padding-left: 19px;
  text-indent: -5px; }

.fs_style_27,
cite {
  margin-left: 10px; }
  .fs_style_27:before,
  cite:before {
    content: '~ '; }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.icon-menu2:before {
  content: "\e910"; }

.icon-cross:before {
  content: "\e90f"; }

.icon-erase:before {
  content: "\e90d"; }

.icon-menu:before {
  content: "\e90e"; }

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

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

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

.icon-facebook:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-youtube:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e903"; }

.icon-group:before {
  content: "\e904"; }

.icon-chevron-thin-left:before {
  content: "\e905"; }

.icon-chevron-thin-right:before {
  content: "\e906"; }

.icon-magnifying-glass:before {
  content: "\e907"; }

.icon-arrow-with-circle-right:before {
  content: "\e908"; }

.icon-link:before {
  content: "\e909"; }

.icon-phone:before {
  content: "\e90a"; }

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  body:not(.fsComposeMode) #fsPageBodyWrapper {
    overflow: hidden; }
  .has-tier-navigation #fsPageBodyWrapper {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (min-width: 900px) {
      .has-tier-navigation #fsPageBodyWrapper {
        padding-top: 40px;
        padding-bottom: 40px; } }
  body:not(.home) #fsPageBodyWrapper {
    padding-top: 30px; }
    @media (min-width: 800px) {
      body:not(.home) #fsPageBodyWrapper {
        padding-top: 265px; } }
    @media (min-width: 900px) {
      body:not(.home) #fsPageBodyWrapper {
        padding-top: 321px; } }

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

#fsBannerLeft {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  width: auto; }
  @media (min-width: 900px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 900px) {
    #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: 900px) {
    .fsBannerLeft.mobile {
      display: none; } }

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

#fsBannerRight {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 900px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 900px) {
    #fsBannerRight {
      padding-left: 70px;
      width: 31.35593%; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner #fsBannerRight {
      width: 68.57143%;
      margin-left: 31.42857%;
      padding-left: 0; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner #fsBannerRight {
      padding-left: 70px;
      width: 31.35593%;
      margin: 0; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsBannerRight {
      width: 100% !important;
      margin-left: 0; } }

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

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

.fsLayout.home-callouts .fsDiv {
  padding-right: 10px;
  padding-left: 10px; }

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

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

@media (min-width: 900px) {
  #fsFooter .fsThreeColumnLayout .fsDiv {
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 900px) {
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-1 {
    width: 50%; }
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-2 {
    width: 20%; }
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-3 {
    width: 30%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsEvent .fsTitle {
  display: inline-block;
  color: #4f3714;
  margin-bottom: 0; }
  .fsAthleticsEvent .fsTitle a {
    color: inherit; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0; }

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

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

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

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

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

/*! elements - athletics events */
/*! elements - athletics events - table*/
@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none; } }

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

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: bold;
  color: #ffd600; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent p:last-child {
    margin-bottom: 0; }
  .fsAthleticsRosterContent:empty {
    margin-bottom: 0; }

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

.fsAthleticsRosterList a {
  display: block; }

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.fsAthleticsRosterList li > div {
  margin-bottom: 10px; }
  .fsAthleticsRosterList li > div:last-child {
    margin-bottom: 0; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px; }
  .fsAthleticsTeamDirectory ul,
  .fsAthleticsTeamDirectory ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory a {
    display: block; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /*
  article {
    position: relative;
    padding-left: $article-padding-left;
    min-height: $flag-height;
    padding-top: 0; //overrides padding in slideshow articles

    .fsElementEventColorIcon {
      width: $color-icon-size;
      height: $color-icon-size;
    }
  }
*/
  /*
  //the custom date flag
  .fsDate {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: $flag-height;
    width: $flag-width;
    color: $flag-text-color;
    background: $flag-background;

    // add more custom styling here
    display: flex;
    flex-direction: column;
    justify-content: center;
*/ }
  .fsCalendar > header {
    padding-top: 15px; }
    .fsCalendar > header .fsElementTitle {
      margin-bottom: 15px; }
  .fsCalendar:first-child {
    margin-top: 0; }
  .fsCalendar:last-child {
    margin-bottom: 0; }
  .fsCalendar img {
    border-bottom: 5px solid #7E7E7E; }
  .fsCalendar article {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 100px;
    min-height: 80px; }
    .fsCalendar article:first-child {
      margin-top: 0; }
  .fsCalendar .fsDate {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    color: #4f3714;
    position: absolute;
    top: 50%;
    left: 0;
    height: 80px;
    width: 80px;
    padding-top: 5px;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid; }
    .fsCalendar .fsDate span {
      display: block; }
    .fsCalendar .fsDate .fsMonth {
      text-transform: uppercase; }
    .fsCalendar .fsDate .fsDay {
      font-size: 40px;
      font-weight: 600;
      color: #c2881a;
      line-height: 1; }
    .fsCalendar .fsDate .fsYear {
      display: none; }
  .fsCalendar .fsTitle {
    font-weight: 600; }
    .fsCalendar .fsTitle, .fsCalendar .fsTitle a {
      color: #464851; }
    .fsCalendar .fsTitle a:hover {
      color: #7E7E7E; }
    .fsCalendar .fsTitle a:focus {
      color: #7E7E7E; }
    .fsCalendar .fsTitle a {
      color: #4f3714; }
      .fsCalendar .fsTitle a:hover, .fsCalendar .fsTitle a:focus {
        color: #8a7400;
        text-decoration: none; }
  .fsCalendar .fsTimeRange {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
  .fsCalendar .fsLocation {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
  .fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
    margin-bottom: 0; }

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  color: #4f3714; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:hover, .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:focus {
    color: #000; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

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

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

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  background: none;
  border: 0;
  text-align: center;
  margin: 0 auto;
  display: block; }
  .scroll-up span {
    font-family: "Arial", Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 17px 88px;
    background: #ffffff;
    color: #c2881a;
    text-align: center;
    transition: all 0.3s ease;
    padding: 10px 20px;
    background: #4f3714;
    color: #fff; }
    .scroll-up span:hover, .scroll-up span:focus {
      background-color: #4f3714;
      color: #ffffff;
      text-decoration: none; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }
    .scroll-up span:hover, .scroll-up span:focus {
      color: #ffd600; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

.fsCalendar.fsGrid .fsCalendarLegend 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: 900px) {
  .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: 900px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0; }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 16px;
    line-height: 1.375; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block; }

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block; }

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: bold; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #bbbbbb;
    margin-top: 20px;
    padding-top: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news-list header,
.news-list footer,
.event-list header,
.event-list footer {
  text-align: center; }

.news-list footer,
.event-list footer {
  margin-top: 25px; }

.news-list .fs_style_33,
.news-list .view-all,
.event-list .fs_style_33,
.event-list .view-all {
  font-size: 15px;
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  display: inline-block; }
  @media (min-width: 900px) {
    .news-list .fs_style_33,
    .news-list .view-all,
    .event-list .fs_style_33,
    .event-list .view-all {
      -ms-transform: translateY(0);
      transform: translateY(0); } }
  .news-list .fs_style_33:hover, .news-list .fs_style_33:focus,
  .news-list .view-all:hover,
  .news-list .view-all:focus,
  .event-list .fs_style_33:hover,
  .event-list .fs_style_33:focus,
  .event-list .view-all:hover,
  .event-list .view-all:focus {
    -webkit-text-decoration-color: underline;
    -moz-text-decoration-color: underline;
    text-decoration-color: underline; }

.news-list .fsElementTitle,
.event-list .fsElementTitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: inline-block; }
  .news-list .fsElementTitle:before, .news-list .fsElementTitle:after,
  .event-list .fsElementTitle:before,
  .event-list .fsElementTitle:after {
    content: '';
    width: 23px;
    height: 1px;
    background: #464851;
    position: absolute;
    top: 50%; }
  .news-list .fsElementTitle:before,
  .event-list .fsElementTitle:before {
    left: -40px; }
  .news-list .fsElementTitle:after,
  .event-list .fsElementTitle:after {
    right: -40px; }

.home .news-list .fsElementTitle, .home
.event-list .fsElementTitle {
  font-size: 30px; }

.news-list .fsReadMoreLink .inner {
  display: none; }

.news-list .fsReadMoreLink:after {
  content: "";
  vertical-align: middle;
  margin-left: 8px; }

.news-list .fsReadMoreLink:hover, .news-list .fsReadMoreLink:focus {
  text-decoration: underline; }

.news-list p {
  display: inline; }

.caption {
  font-size: 0.8em;
  line-height: 1.1;
  margin-bottom: 7.04px;
  color: #5e606c;
  font-family: Times, serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

.fs_style_24 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 7px;
  color: #4f3714;
  font-family: "Arial", Arial, sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 300; }

.fs_style_25 {
  font-size: 24px;
  line-height: 30px;
  color: #c2881a;
  font-weight: 600; }

.content-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .content-block > header {
    padding-top: 15px; }
    .content-block > header .fsElementTitle {
      margin-bottom: 15px; }
  .content-block:first-child {
    margin-top: 0; }
  .content-block:last-child {
    margin-bottom: 0; }
  .content-block img {
    border-bottom: 5px solid #7E7E7E; }

.fs_style_23 {
  font-family: "Arial", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #ffffff;
  color: #4f3714;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #4f3714; }
  .fs_style_23:hover, .fs_style_23:focus {
    background-color: #4f3714;
    color: #F5DEB3;
    text-decoration: none; }
  .fs_style_23 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_23:hover, .fs_style_23:focus {
    border: 1px solid #4f3714; }

.fs_style_28 {
  font-family: "Arial", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #4f3714;
  color: #F5DEB3;
  text-align: center;
  transition: all 0.3s ease; }
  .fs_style_28:hover, .fs_style_28:focus {
    background-color: #4f3714;
    color: #ffffff;
    text-decoration: none; }
  .fs_style_28 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

.fs_style_29 {
  font-family: "Arial", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #464851;
  color: #F5DEB3;
  text-align: center;
  transition: all 0.3s ease; }
  .fs_style_29:hover, .fs_style_29:focus {
    background-color: #464851;
    color: #ffffff;
    text-decoration: none; }
  .fs_style_29 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

.fs_style_30 {
  font-family: "Arial", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #F5DEB3;
  color: #4f3714;
  text-align: center;
  transition: all 0.3s ease; }
  .fs_style_30:hover, .fs_style_30:focus {
    background-color: #F5DEB3;
    color: #8a7400;
    text-decoration: none; }
  .fs_style_30 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_30 em {
    color: #545454 !important; }
  .fs_style_30:hover, .fs_style_30:focus {
    color: #545454 !important; }

.fs_style_28,
.fs_style_29,
.fs_style_30 {
  font-size: 25px;
  padding: 27px 100px; }
  .fs_style_28 em,
  .fs_style_29 em,
  .fs_style_30 em {
    color: #fff;
    margin-top: 15px; }

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

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

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

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

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

.module-dark {
  background: #4f3714;
  color: #fff;
  padding: 30px; }
  .module-dark .fsElementTitle {
    color: #F5DEB3; }
  .module-dark .fs_style_33, .module-dark a {
    color: #F5DEB3; }

.module-light {
  background: #F5DEB3;
  color: #4f3714;
  padding: 30px; }
  .module-light .fs_style_33, .module-light a {
    color: #4f3714;
    font-weight: 600; }

.fs_style_33,
.view-all {
  text-transform: uppercase;
  color: #464851;
  font-size: 13px;
  font-weight: 700; }

.fsDialog.fsNews img {
  border-bottom: none; }

.fsNews img {
  border-bottom: none !important; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #ffd600;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover, .fsComposerFormEmbed form .linkLike:focus {
        text-decoration: underline; }
    .fsComposerFormEmbed form .required {
      color: #4f3714; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #ffd600;
        transition: .3s;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .nextPage:focus, .fsComposerFormEmbed form .pageBreak .prevPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:focus {
          text-decoration: underline;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      background: #4f3714 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        transition: .3s;
        color: #fff !important;
        background: #ffd600 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Arial", Arial, sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:focus:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:focus:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-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); }

.navigation.main {
  padding: 0 20px 0 !important;
  max-width: 100% !important; }
  .navigation.main ul,
  .navigation.main ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .navigation.main a {
    display: block; }
  @media screen and (min-width: 1040px) {
    .navigation.main {
      padding: 0 120px 0 !important; } }
  .navigation.main > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  .navigation.main nav ul,
  .navigation.main nav ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .navigation.main nav a {
    display: block; }
  .navigation.main nav ul.fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0; }
    .navigation.main nav ul.fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; }
      .no-flexbox .navigation.main nav ul.fsNavLevel1 > li {
        display: inline-block; }
      .navigation.main nav ul.fsNavLevel1 > li > a {
        margin-right: 2px;
        margin-left: 2px;
        font-weight: 700;
        text-align: center;
        color: #4f3714;
        padding: 25.5px 8px;
        background: none;
        display: block; }
        @media (min-width: 1180px) {
          .navigation.main nav ul.fsNavLevel1 > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 1.125em; } }
        .navigation.main nav ul.fsNavLevel1 > li > a:hover, .navigation.main nav ul.fsNavLevel1 > li > a:focus {
          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:focus, .navigation.main nav ul.fsNavLevel1 > li > a.active {
          text-decoration: underline; }
      .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
      .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        text-decoration: underline; }
  .navigation.main .fsNavPageInfo {
    position: absolute;
    top: 99.5%;
    z-index: 10;
    display: none;
    width: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 40px;
    background: #4f3714;
    text-align: left;
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2); }
    .navigation.main .fsNavPageInfo .fsNavPageDescription {
      display: inline-block;
      vertical-align: top;
      width: 39.28571%;
      font-size: 16px;
      line-height: 1.375;
      color: #fff;
      float: right;
      border-left: 1px solid rgba(245, 222, 179, 0.4);
      padding-left: 45px; }
      .navigation.main .fsNavPageInfo .fsNavPageDescription h3,
      .navigation.main .fsNavPageInfo .fsNavPageDescription a {
        display: block;
        margin: 0 0 15px;
        padding: 0;
        font-size: 1.125em;
        line-height: 1.38889;
        color: #F5DEB3;
        text-transform: uppercase;
        font-weight: 700; }
        .navigation.main .fsNavPageInfo .fsNavPageDescription h3, .navigation.main .fsNavPageInfo .fsNavPageDescription h3:hover, .navigation.main .fsNavPageInfo .fsNavPageDescription h3:focus,
        .navigation.main .fsNavPageInfo .fsNavPageDescription a,
        .navigation.main .fsNavPageInfo .fsNavPageDescription a:hover,
        .navigation.main .fsNavPageInfo .fsNavPageDescription a:focus {
          background: none; }
    .navigation.main .fsNavPageInfo ul.fsNavLevel2 {
      display: inline-block;
      vertical-align: top;
      padding-left: 20px;
      margin-top: 0;
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-gap: 80px;
      column-gap: 80px;
      width: 50%; }
      .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li {
        margin-right: -10px;
        margin-left: -10px;
        position: relative; }
    .navigation.main .fsNavPageInfo a {
      font-size: 16px;
      line-height: 1.375;
      font-weight: 400;
      text-align: left;
      color: #fff;
      padding: 5px 0; }
      .navigation.main .fsNavPageInfo a:hover, .navigation.main .fsNavPageInfo a:focus {
        color: #ffd600;
        text-decoration: none; }
    .navigation.main .fsNavPageInfo .fsNavCurrentPage > a,
    .navigation.main .fsNavPageInfo .fsNavCurrentPageAncestor > a {
      text-decoration: underline; }
  .navigation.main li:hover .fsNavPageInfo, .navigation.main li.menu-item-open .fsNavPageInfo {
    display: block; }

#fsPageBodyWrapper .navigation.tier {
  margin-right: -20px;
  margin-left: -20px;
  transition: all 0.333s;
  max-height: 0;
  overflow: hidden;
  background: #4f3714; }
  #fsPageBodyWrapper .navigation.tier ul,
  #fsPageBodyWrapper .navigation.tier ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsPageBodyWrapper .navigation.tier a {
    display: block; }
  #fsPageBodyWrapper .navigation.tier a {
    color: #fff;
    padding: 10px 0 10px 5%; }
    #fsPageBodyWrapper .navigation.tier a:hover, #fsPageBodyWrapper .navigation.tier a:focus {
      text-decoration: underline; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li > a {
    border-bottom: 1px solid #F5DEB3; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li:first-child > a {
    border-top: 1px solid #F5DEB3; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li:last-child > a {
    border-bottom: none; }
  @media (min-width: 900px) {
    #fsPageBodyWrapper .navigation.tier .fsNavParentPage:not(.fsNavCurrentPage) > a {
      position: relative; }
      #fsPageBodyWrapper .navigation.tier .fsNavParentPage:not(.fsNavCurrentPage) > a:after {
        content: '\e912';
        font-family: icomoon;
        font-size: .9em;
        font-weight: normal;
        color: #7E7E7E;
        position: absolute;
        right: 0; } }
  .has-tier-navigation #fsPageBodyWrapper .navigation.tier {
    max-height: 2000px; }
  #fsPageBodyWrapper .navigation.tier .fsNavPageInfo {
    padding-left: 25px;
    display: none; }
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPage > .fsNavPageInfo,
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor > .fsNavPageInfo {
    display: block; }
  @media (min-width: 900px) {
    #fsPageBodyWrapper .navigation.tier {
      margin-right: 0;
      margin-left: 0;
      display: block;
      background: none; }
      #fsPageBodyWrapper .navigation.tier a {
        color: #464851;
        padding: 5px 0;
        border-bottom: 1px solid #c4c4c4; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li > a {
        border-bottom: 1px solid #c4c4c4; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li:first-child > a {
        border-top: none; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li:last-child > a {
        border-bottom: 1px solid #c4c4c4; } }
  #fsPageBodyWrapper .navigation.tier.mobile {
    display: block; }
    @media (min-width: 900px) {
      #fsPageBodyWrapper .navigation.tier.mobile {
        display: none; } }
  #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
    padding-left: 0 !important;
    text-align: center !important;
    background-color: #4f3714;
    padding: 20px 0;
    cursor: pointer;
    padding-left: 40%;
    color: #ffd600;
    font-family: "Arial", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent h3 {
      display: inline-block; }
    #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent button {
      border: 0;
      background: none;
      margin: 0;
      padding: 0; }
    @media (min-width: 900px) {
      #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
        display: none; } }
    #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after {
      font-size: 22px;
      content: "";
      vertical-align: middle;
      padding: 0 10px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #fsPageBodyWrapper .navigation.tier > .fsElementContent {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden;
    visibility: hidden; }
    @media (min-width: 900px) {
      #fsPageBodyWrapper .navigation.tier > .fsElementContent {
        visibility: visible; } }
    @media (min-width: 900px) {
      #fsPageBodyWrapper .navigation.tier > .fsElementContent {
        max-height: none; } }
  #fsPageBodyWrapper .navigation.tier.open > header .fsElementHeaderContent:after {
    content: '\e913'; }
  #fsPageBodyWrapper .navigation.tier.open > .fsElementContent {
    max-height: 2000px;
    visibility: visible; }
  #fsPageBodyWrapper .navigation.tier li {
    margin: 1px 0; }
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPage > a,
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor > a {
    font-weight: 700; }
    #fsPageBodyWrapper .navigation.tier .fsNavCurrentPage > a:hover, #fsPageBodyWrapper .navigation.tier .fsNavCurrentPage > a:focus,
    #fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor > a:hover,
    #fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor > a:focus {
      text-decoration: underline; }
  #fsPageBodyWrapper .navigation.tier [class*="fsNavLevel"] {
    margin: 0; }
  [class*="hierarchy-tier"] #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li {
    display: none; }
  [class*="hierarchy-tier"] #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li > a {
    display: none; }
  [class*="hierarchy-tier"] #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage,
  [class*="hierarchy-tier"] #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor {
    display: block; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li {
    display: none; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a {
    display: none; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor {
    display: block; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 {
    display: none; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
    display: block;
    padding: 14px 20px;
    font-size: 1em;
    line-height: 1.375;
    color: #fff;
    background-color: #ffd600; }
    .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus,
    .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover,
    .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus,
    .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover,
    .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus,
    .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover,
    .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus {
      color: #a88d00;
      background-color: #ffd600; }
  .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 {
    margin: 0 10px 10px; }
    .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li,
    .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li,
    .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li,
    .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li {
      margin: 0; }
    .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a,
    .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a,
    .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a,
    .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a {
      display: block;
      padding: 14px 20px;
      font-size: 1em;
      line-height: 1.375;
      color: #fff;
      background-color: #ffd600;
      padding-top: 4.998px;
      padding-bottom: 4.998px;
      font-size: 0.875em;
      line-height: 1.42857; }
      .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover, .hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:focus,
      .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover,
      .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:focus,
      .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover,
      .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:focus,
      .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover,
      .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:focus {
        color: #a88d00;
        background-color: #ffd600; }
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor {
    background: #ffd600;
    overflow: hidden; }
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 {
    display: block; }
  .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a {
    display: block;
    padding: 14px 20px;
    font-size: 1em;
    line-height: 1.375;
    color: #fff;
    background-color: #ffd600; }
    .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a:hover, .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a:focus {
      color: #a88d00;
      background-color: #ffd600; }
  .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 {
    margin: 0 10px 10px; }
    .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li {
      margin: 0; }
    .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
      display: block;
      padding: 14px 20px;
      font-size: 1em;
      line-height: 1.375;
      color: #fff;
      background-color: #ffd600;
      padding-top: 4.998px;
      padding-bottom: 4.998px;
      font-size: 0.875em;
      line-height: 1.42857; }
      .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, .hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus {
        color: #a88d00;
        background-color: #ffd600; }
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a {
    display: none; }
  .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li.fsNavCurrentPageAncestor > a {
    display: block; }

#fsAccountBar > ul > li {
  padding: 15px 5px 10px; }

section.off-canvas {
  transition: all 0.333s;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  height: 0;
  background: #4f3714; }
  .fsAccountBarVisible section.off-canvas {
    margin-top: 45px; }
  @media (min-width: 700px) {
    section.off-canvas {
      width: 50%; } }
  @media (min-width: 900px) {
    section.off-canvas {
      height: 0 !important; } }
  .off-canvas-menu-open section.off-canvas {
    height: 900px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .off-canvas-menu-open html,
  .off-canvas-menu-open body {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
  .off-canvas-menu-open #fsPageWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
  section.off-canvas header .fsElementTitle {
    display: none; }
  section.off-canvas header .fsElementHeaderContent {
    display: none; }
  section.off-canvas .button.off-canvas-trigger {
    background: none;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    margin: 0;
    width: 45px;
    height: 36px;
    transition: 0.3s; }
    section.off-canvas .button.off-canvas-trigger, section.off-canvas .button.off-canvas-trigger:hover {
      opacity: 0.8; }
    section.off-canvas .button.off-canvas-trigger:hover {
      color: #fff; }
    section.off-canvas .button.off-canvas-trigger:hover:after {
      color: #F5DEB3; }
    section.off-canvas .button.off-canvas-trigger span {
      display: none; }
    section.off-canvas .button.off-canvas-trigger:after {
      content: "";
      vertical-align: middle;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      text-indent: 0;
      font-size: 40px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  section.off-canvas .navigation.main {
    padding: 0 0 50px 0 !important; }
    section.off-canvas .navigation.main ul.fsNavLevel1 {
      display: block;
      padding-left: 25px; }
      section.off-canvas .navigation.main ul.fsNavLevel1 li {
        display: block; }
        section.off-canvas .navigation.main ul.fsNavLevel1 li a {
          border: none;
          color: #fff;
          text-align: left;
          font-size: 20px;
          font-weight: 600;
          padding: 10px 0;
          border-bottom: 1px solid rgba(245, 222, 179, 0.4); }
        section.off-canvas .navigation.main ul.fsNavLevel1 li:first-child a {
          border-top: 1px solid rgba(245, 222, 179, 0.4); }
        section.off-canvas .navigation.main ul.fsNavLevel1 li.fsNavCurrentPage > a,
        section.off-canvas .navigation.main ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
          text-decoration: underline; }
    section.off-canvas .navigation.main .fsNavPageInfo {
      display: none !important; }
  section.off-canvas .navigation.utility ul,
  section.off-canvas .navigation.utility ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  section.off-canvas .navigation.utility a {
    display: block; }
  section.off-canvas .navigation.utility ul.fsNavLevel2 {
    margin-top: 0; }
  section.off-canvas .navigation.utility .fsNavPageInfo {
    padding-left: 45px; }
  section.off-canvas .navigation.utility ul.fsNavLevel1 {
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px 20px;
    display: block; }
    section.off-canvas .navigation.utility ul.fsNavLevel1 li {
      display: block; }
      section.off-canvas .navigation.utility ul.fsNavLevel1 li a {
        margin-right: 2px;
        margin-left: 2px;
        font-size: 14px;
        line-height: 1.375;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        padding: 7px 20px;
        text-align: left;
        padding: 11.5px 20px;
        color: #fff; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a:hover, section.off-canvas .navigation.utility ul.fsNavLevel1 li a:focus {
          color: #fff; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a:hover {
          text-decoration: none;
          color: #ffd600; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a:before {
          color: #ffd600;
          margin-right: 8px; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/contact-us']:before {
          content: "";
          vertical-align: middle; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/quick-links']:before {
          content: "";
          vertical-align: middle; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/staff-directory']:before {
          content: "";
          vertical-align: middle; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a[href='/search-results']:before {
          content: "";
          vertical-align: middle; }
  section.off-canvas .site-search .fsElementContent {
    margin-top: 75px; }
  section.off-canvas .site-search {
    padding: 0 20px; }
  section.off-canvas form.gsc-search-box-tools div.gsc-input-box {
    min-height: 40px;
    width: 100%; }

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

.navigation.social a {
  display: block; }

@media (min-width: 900px) {
  .navigation.social nav {
    padding-right: 0;
    padding-left: 0; } }

.navigation.social ul {
  margin-right: -10px;
  margin-left: -10px; }
  .navigation.social ul li {
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }
    @media (min-width: 900px) {
      .navigation.social ul li {
        padding-right: 10px;
        padding-left: 10px; } }

.navigation.social a {
  transition: all 0.333s;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 60%;
  text-indent: -999em;
  overflow: hidden;
  position: relative; }
  .navigation.social a:hover, .navigation.social a:focus {
    background-color: #fff; }
  .navigation.social a:after {
    position: absolute;
    text-indent: 0;
    text-align: center;
    top: 50%;
    right: 0;
    width: 100%;
    font-size: 22px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .navigation.social a[href*='facebook']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='google']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='instagram']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='linkedin']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='blog']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='twitter']:after {
    content: "";
    vertical-align: middle; }
  .navigation.social a[href*='youtube']:after {
    content: "";
    vertical-align: middle; }

.fsPostElement,
.fsNews {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /*Slideshow*/ }
  .fsPostElement > header,
  .fsNews > header {
    padding-top: 15px; }
    .fsPostElement > header .fsElementTitle,
    .fsNews > header .fsElementTitle {
      margin-bottom: 15px; }
  .fsPostElement:first-child,
  .fsNews:first-child {
    margin-top: 0; }
  .fsPostElement:last-child,
  .fsNews:last-child {
    margin-bottom: 0; }
  .fsPostElement img,
  .fsNews img {
    border-bottom: 5px solid #7E7E7E; }
  .fsPostElement.fsDialog:last-child,
  .fsNews.fsDialog:last-child {
    margin: auto; }
  .fsPostElement article,
  .fsNews article {
    margin-top: 20px;
    margin-bottom: 20px; }
    .fsPostElement article:first-child,
    .fsNews article:first-child {
      margin-top: 0; }
  .fsPostElement .fsThumbnail,
  .fsNews .fsThumbnail {
    display: block;
    margin-bottom: 20px; }
    .fsPostElement .fsThumbnail img,
    .fsNews .fsThumbnail img {
      display: block; }
    .fsPostElement .fsThumbnail .fsCroppedImage,
    .fsNews .fsThumbnail .fsCroppedImage {
      vertical-align: bottom; }
  .fsPostElement .fsTitle,
  .fsNews .fsTitle {
    text-transform: uppercase;
    margin-bottom: 10px; }
    .fsPostElement .fsTitle, .fsPostElement .fsTitle a,
    .fsNews .fsTitle,
    .fsNews .fsTitle a {
      color: #464851; }
    .fsPostElement .fsTitle a:hover,
    .fsNews .fsTitle a:hover {
      color: #7E7E7E; }
    .fsPostElement .fsTitle a:focus,
    .fsNews .fsTitle a:focus {
      color: #7E7E7E; }
    .fsPostElement .fsTitle a,
    .fsNews .fsTitle a {
      color: #003663; }
      .fsPostElement .fsTitle a:hover, .fsPostElement .fsTitle a:focus,
      .fsNews .fsTitle a:hover,
      .fsNews .fsTitle a:focus {
        text-decoration: underline;
        color: #003663; }
  .fsPostElement .fsDate,
  .fsNews .fsDate {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    color: #464851; }
  .fsPostElement .fsSummary,
  .fsNews .fsSummary {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsPostElement .fsSummary :first-child,
    .fsNews .fsSummary :first-child {
      margin-top: 0; }
  .fsPostElement.fsSlideshow .fsElementContent,
  .fsNews.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsPostElement.fsSlideshow article,
  .fsNews.fsSlideshow article {
    padding: 0 60px; }
  .fsPostElement.fsSlideshow .fsPager span,
  .fsNews.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsPostElement.fsSlideshow .fsPager span.fsStateActive,
    .fsNews.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsPostElement.fsGrid .fsNewsGrid,
  .fsNews.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsPostElement.fsGrid .fsNewsGrid:after,
    .fsNews.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsPostElement.fsGrid article,
  .fsNews.fsGrid article {
    clear: none;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding: 0;
    width: auto; }
  @media (min-width: 900px) {
    .fsPostElement.fsGrid .fsStyleTwoColumns article,
    .fsNews.fsGrid .fsStyleTwoColumns article {
      width: 49%; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(3n-1),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(3n+1),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(3n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(4n-2),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(4n-1),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(4n+1),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n-3),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n-2),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n-1),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n+1),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(odd),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(even),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+1),
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsPostElement.fsGrid .fsStyleThreeColumns article,
    .fsNews.fsGrid .fsStyleThreeColumns article {
      width: 49%; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n-1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-2),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n+1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-3),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-2),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n+1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(odd),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(even),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsPostElement.fsGrid .fsStyleThreeColumns article,
    .fsNews.fsGrid .fsStyleThreeColumns article {
      width: 32%; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(odd),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(even),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(even) {
        margin-left: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-2),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n+1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-3),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-2),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n+1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n-1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
        margin: 0 2%; }
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1),
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsPostElement.fsGrid .fsStyleFourColumns article,
    .fsNews.fsGrid .fsStyleFourColumns article {
      width: 49%; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n-1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-2),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-3),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-2),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n+1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(odd),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(even),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsPostElement.fsGrid .fsStyleFourColumns article,
    .fsNews.fsGrid .fsStyleFourColumns article {
      width: 23.5%; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(odd),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(even),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(even) {
        margin-left: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n-1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-3),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-2),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n+1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-2),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
        margin: 0 1% 0 2%; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
        margin: 0 2% 0 1%; }
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1),
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsPostElement.fsGrid .fsStyleFiveColumns article,
    .fsNews.fsGrid .fsStyleFiveColumns article {
      width: 49%; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n-1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-2),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-3),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-2),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(odd),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(even),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsPostElement.fsGrid .fsStyleFiveColumns article,
    .fsNews.fsGrid .fsStyleFiveColumns article {
      width: 18.4%; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(odd),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(even),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(even) {
        margin-left: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n-1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-2),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
        clear: none; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-3),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
        margin: 0 1% 0 2%; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-2),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
        margin: 0 1%; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
        margin: 0 2% 0 1%; }
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1),
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
        clear: both; } }

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden;
  border-radius: 0; }
  form.gsc-search-box-tools table {
    border: 0; }
  form.gsc-search-box-tools table,
  form.gsc-search-box-tools tbody,
  form.gsc-search-box-tools tr,
  form.gsc-search-box-tools td {
    display: block; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    display: block;
    float: left; }
  form.gsc-search-box-tools table.gsc-search-box {
    display: table;
    margin-bottom: 0;
    position: relative; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 140px;
    border: 0;
    height: 40px;
    min-height: 40px;
    transition: .3s ease; }
    .search-active form.gsc-search-box-tools div.gsc-input-box {
      min-height: 40px; }
    form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus {
      box-shadow: none; }
    form.gsc-search-box-tools div.gsc-input-box table,
    form.gsc-search-box-tools div.gsc-input-box tbody,
    form.gsc-search-box-tools div.gsc-input-box tr,
    form.gsc-search-box-tools div.gsc-input-box td {
      overflow: hidden;
      display: block;
      width: 100%;
      border: 0;
      height: 40px; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools td.gsc-input {
    float: none; }
  form.gsc-search-box-tools input.gsc-input {
    background: #ffd600 !important;
    background-image: none !important;
    width: 100%;
    height: 40px !important;
    color: #4f3714;
    font-size: 14px;
    line-height: 1.71429;
    border-radius: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-appearance: none; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    transition: all 0.333s;
    display: block;
    padding: 0 12.5px;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      vertical-align: middle;
      content: "";
      opacity: 1;
      font-size: 16px;
      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, form.gsc-search-box-tools td.gsc-search-button:focus {
    background: transparent;
    color: #000; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 40px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4f3714; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4f3714;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4f3714;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4f3714; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
.site-search .fsElementContent {
  margin-top: 5px; }

.site-search form.gsc-search-box-tools {
  margin-top: 5px; }
  .site-search form.gsc-search-box-tools .gsc-clear-button {
    display: none;
    background-image: none;
    background: #ffd600;
    position: absolute;
    right: 3px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .site-search form.gsc-search-box-tools .gsc-clear-button .gsc-clear-button:after {
      content: "";
      vertical-align: middle;
      color: #fff;
      font-size: 18px; }
  .site-search form.gsc-search-box-tools div.gsc-input-box {
    background-color: transparent !important;
    width: 320px;
    float: right;
    min-height: 0;
    height: 0;
    transition: .3s ease; }
    .search-active form.gsc-search-box-tools div.gsc-input-box {
      min-height: 40px; }
  .site-search form.gsc-search-box-tools td.gsc-search-button {
    position: absolute;
    right: 3px;
    top: 50%;
    left: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.fsSearchResults form.gsc-search-box-tools .gsc-input-box input.gsc-input, .fsSearchFieldWithResults form.gsc-search-box-tools .gsc-input-box input.gsc-input {
  padding-left: 40px !important; }

.fsSearchElement.site-search .fsButtonClear {
  display: none; }

.off-canvas .fsSearchElement.site-search form {
  width: auto;
  float: none;
  min-height: auto;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  overflow: auto;
  visibility: visible; }

.fsSearchElement.site-search label {
  position: absolute;
  color: transparent; }

.fsSearchElement.site-search > .fsElementContent {
  margin: 0; }

.fsSearchElement.site-search form {
  background-color: transparent !important;
  width: 320px;
  float: right;
  min-height: 0;
  height: 0;
  transition: .3s ease;
  position: absolute;
  right: 0px;
  top: 6px;
  overflow: hidden;
  z-index: 999;
  visibility: hidden; }
  .search-active .fsElementContent > form {
    min-height: 40px;
    visibility: visible; }
  .fsSearchElement.site-search form input {
    background: #ffd600 !important;
    background-image: none !important;
    width: 100%;
    height: 40px !important;
    color: #4f3714;
    font-size: 14px;
    line-height: 1.71429;
    border-radius: 0;
    border: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-appearance: none; }
  .fsSearchElement.site-search form .fsSearchElementSearchButton {
    transition: all 0.333s;
    display: block;
    padding: 0 12.5px;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #4f3714;
    right: 0;
    margin-top: 0;
    left: auto;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    .fsSearchElement.site-search form .fsSearchElementSearchButton:after {
      content: "";
      vertical-align: middle;
      content: "";
      opacity: 1;
      font-size: 16px;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .fsSearchElement.site-search form .fsSearchElementSearchButton:hover, .fsSearchElement.site-search form .fsSearchElementSearchButton:focus {
      background: transparent;
      color: #000; }

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

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

.fsFacebookList a {
  display: block; }

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

.fsVimeoList a {
  display: block; }

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

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

.vimeo_view_link a {
  font-family: "Arial", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #ffffff;
  color: #c2881a;
  text-align: center;
  transition: all 0.3s ease; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background-color: #4f3714;
    color: #ffffff;
    text-decoration: none; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

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

.fsYoutubeList a {
  display: block; }

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

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

.Youtube_view_link a {
  font-family: "Arial", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #ffffff;
  color: #c2881a;
  text-align: center;
  transition: all 0.3s ease; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background-color: #4f3714;
    color: #ffffff;
    text-decoration: none; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

.fsTabs {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  background: none; }
  .fsTabs .fsTabsNav {
    display: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 900px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin: 0;
        padding: 12px 15px;
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        font-family: "Arial", Arial, sans-serif;
        letter-spacing: normal;
        font-style: normal;
        font-weight: 600;
        background: #464851; }
        .fsTabs .fsTabsNav li a:hover {
          color: #4f3714;
          background: #ffd600; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        color: #fff;
        background: #4f3714; }
  .fsTabs .fsElementContent {
    padding-right: 0;
    padding-left: 0; }
  .fsTabs .fsPanel {
    margin-bottom: 1px; }
    .fsTabs .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: none; }
      .fsTabs .fsPanel > header h2 {
        transition: all 0.333s;
        display: block;
        margin-bottom: 0;
        padding: 12px 15px;
        border-bottom: 1px solid;
        color: #464851;
        font-size: 16px;
        line-height: 26px;
        font-family: "Arial", Arial, sans-serif;
        font-weight: 600;
        text-transform: uppercase; }
        .fsTabs .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
        .fsTabs .fsPanel > header h2:before {
          content: "";
          margin-right: 20px; }
      .fsTabs .fsPanel > header:hover h2 {
        border-bottom-color: #F5DEB3; }
    @media (min-width: 500px) {
      .fsTabs .fsPanel > .fsElementContent {
        border: none; } }
    .fsTabs .fsPanel.fsStateOpen > header {
      background: #fff;
      border-color: #bebebe;
      border-bottom-color: transparent; }
      .fsTabs .fsPanel.fsStateOpen > header h2 {
        border-bottom-color: #ffd600; }
        .fsTabs .fsPanel.fsStateOpen > header h2:before {
          content: ""; }
    .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
      display: block; }

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

#fsHeader {
  background-color: #f6f6f6;
  position: relative; }
  @media (min-width: 900px) {
    #fsHeader {
      padding-bottom: 0; } }
  body:not(.fsComposeMode) #fsHeader {
    width: 100%;
    z-index: 999; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) #fsHeader {
        position: fixed; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) #fsHeader .site-info-container {
        margin-top: 0 !important;
        transition: 0.3s ease;
        max-height: 171px;
        margin-top: 0; } }
  @media (min-width: 1180px) {
    body:not(.fsComposeMode).sticky #fsHeader .site-info-container {
      max-height: 0;
      transition-delay: 0.2s; }
      body:not(.fsComposeMode).sticky #fsHeader .site-info-container a:nth-child(1) {
        opacity: 0;
        transition: 0.3s ease; }
        body:not(.fsComposeMode).sticky #fsHeader .site-info-container a:nth-child(1) img {
          max-height: 0;
          transition: 0.3s ease; }
      body:not(.fsComposeMode).sticky #fsHeader .site-info-container a:nth-child(2) {
        opacity: 1;
        transition: 0.3s ease; } }
  .has-masthead .fsComposeMode #fsHeader {
    position: relative !important;
    top: auto;
    left: auto;
    z-index: auto; }
  .fsComposeMode #fsHeader {
    overflow: hidden; }
  #fsHeader .top-bar {
    background: #4f3714;
    height: 70px; }
    @media (min-width: 900px) {
      #fsHeader .top-bar {
        height: 100%; } }
    #fsHeader .top-bar .fsLayout .fsDiv {
      margin-bottom: 0; }
    #fsHeader .top-bar .fsTwoColumnLayout {
      position: relative;
      margin: 0 auto;
      max-width: 1180px;
      display: -ms-flexbox;
      display: flex; }
      #fsHeader .top-bar .fsTwoColumnLayout .fsDiv.fsStyleColumn-1 {
        height: 70px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
        @media (min-width: 900px) {
          #fsHeader .top-bar .fsTwoColumnLayout .fsDiv.fsStyleColumn-1 {
            height: auto; } }
      #fsHeader .top-bar .fsTwoColumnLayout .fsDiv.fsStyleColumn-2 {
        width: auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0;
        text-align: right; }
    #fsHeader .top-bar .tagline {
      color: #F5DEB3;
      font-size: 14px;
      padding-left: 75px; }
      #fsHeader .top-bar .tagline p {
        margin-bottom: 0; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .tagline {
          padding-left: 0; } }
    #fsHeader .top-bar .navigation.utility {
      display: none; }
      #fsHeader .top-bar .navigation.utility ul,
      #fsHeader .top-bar .navigation.utility ol {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none; }
      #fsHeader .top-bar .navigation.utility a {
        display: block; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .navigation.utility {
          display: inline-block;
          vertical-align: top; } }
      #fsHeader .top-bar .navigation.utility ul.fsNavLevel1 {
        margin: 0; }
        #fsHeader .top-bar .navigation.utility ul.fsNavLevel1 > li {
          display: inline-block;
          vertical-align: middle;
          position: relative; }
      #fsHeader .top-bar .navigation.utility a {
        margin-right: 2px;
        margin-left: 2px;
        font-size: 14px;
        line-height: 1.375;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        padding: 7px 20px;
        line-height: 50px;
        padding: 0 10px; }
        #fsHeader .top-bar .navigation.utility a:hover, #fsHeader .top-bar .navigation.utility a:focus {
          color: #fff; }
        #fsHeader .top-bar .navigation.utility a:hover, #fsHeader .top-bar .navigation.utility a:focus {
          text-decoration: none;
          color: #fff;
          text-decoration: underline; }
        #fsHeader .top-bar .navigation.utility a:before {
          color: #ffd600;
          margin-right: 8px; }
        #fsHeader .top-bar .navigation.utility a[href='/contact-us']:before {
          content: "";
          vertical-align: middle; }
        #fsHeader .top-bar .navigation.utility a[href='/quick-links']:before {
          content: "";
          vertical-align: middle; }
        #fsHeader .top-bar .navigation.utility a[href='/staff-directory']:before {
          content: "";
          vertical-align: middle; }
        #fsHeader .top-bar .navigation.utility a[href='/search-results']:before {
          content: "";
          vertical-align: middle; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .navigation.utility .fsNavPageInfo {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          transition: .3s ease;
          z-index: 2;
          top: 50px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background: #ffd600;
          min-width: 315px;
          padding: 10px; }
          #fsHeader .top-bar .navigation.utility .fsNavPageInfo ul {
            padding: 0;
            margin: 0; }
          #fsHeader .top-bar .navigation.utility .fsNavPageInfo li:last-child {
            border-bottom: 0; }
          #fsHeader .top-bar .navigation.utility .fsNavPageInfo a {
            color: #4f3714;
            display: block;
            padding: 10px;
            text-align: left;
            line-height: 1;
            padding-top: 15px;
            padding-bottom: 15px; }
            #fsHeader .top-bar .navigation.utility .fsNavPageInfo a:hover, #fsHeader .top-bar .navigation.utility .fsNavPageInfo a:focus {
              text-decoration: underline; }
          #fsHeader .top-bar .navigation.utility .fsNavLevel1 > li:hover .fsNavPageInfo, #fsHeader .top-bar .navigation.utility .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
            opacity: 1;
            visibility: visible; } }
    #fsHeader .top-bar .button.search-trigger,
    #fsHeader .top-bar .button.off-canvas-trigger {
      display: block;
      background: none;
      color: #fff;
      width: 45px;
      height: 36px;
      text-indent: -999em;
      text-align: left;
      overflow: hidden;
      position: absolute;
      border: none;
      padding: 0; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .button.search-trigger,
        #fsHeader .top-bar .button.off-canvas-trigger {
          position: relative;
          top: auto !important;
          right: auto !important;
          left: auto !important;
          margin-left: 2px; } }
      #fsHeader .top-bar .button.search-trigger:after,
      #fsHeader .top-bar .button.off-canvas-trigger:after {
        content: "";
        vertical-align: middle;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        text-indent: 0;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      #fsHeader .top-bar .button.search-trigger:hover:after,
      #fsHeader .top-bar .button.off-canvas-trigger:hover:after {
        color: #F5DEB3; }
    #fsHeader .top-bar .button.search-trigger {
      top: 15px;
      right: 15px; }
      .page-search-open #fsHeader .top-bar .button.search-trigger {
        color: #F5DEB3; }
      #fsHeader .top-bar .button.search-trigger:after {
        content: ""; }
      @media (min-width: 1180px) {
        #fsHeader .top-bar .button.search-trigger {
          display: none; } }
    #fsHeader .top-bar .button.off-canvas-trigger {
      top: 15px;
      left: 15px; }
      #fsHeader .top-bar .button.off-canvas-trigger:after {
        content: '\e910';
        font-size: 40px;
        font-weight: normal; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .button.off-canvas-trigger {
          display: none; } }
  #fsHeader .site-info-container {
    text-align: center;
    padding: 10px 0px 14px !important;
    max-width: 100% !important;
    position: static !important; }
    @media (min-width: 900px) {
      #fsHeader .site-info-container {
        padding: 0px 120px 0px !important; } }
    #fsHeader .site-info-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 1180px;
      position: static !important; }
    #fsHeader .site-info-container h1 {
      font-size: 45px;
      line-height: 1;
      margin-bottom: 0;
      font-weight: 700; }
    #fsHeader .site-info-container .centered-logos {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 1180px;
      margin: auto; }
      @media (min-width: 900px) {
        #fsHeader .site-info-container .centered-logos {
          display: block; } }
      #fsHeader .site-info-container .centered-logos img {
        max-width: 100px;
        position: absolute;
        bottom: 10px;
        left: 10px; }
        #fsHeader .site-info-container .centered-logos img:nth-of-type(2) {
          left: auto;
          right: 10px; }
        @media screen and (min-width: 1400px) {
          #fsHeader .site-info-container .centered-logos img {
            left: -100px; }
            #fsHeader .site-info-container .centered-logos img:nth-of-type(2) {
              right: -100px; } }
    #fsHeader .site-info-container a {
      color: #464851; }
      #fsHeader .site-info-container a:hover {
        text-decoration: none; }
      #fsHeader .site-info-container a:nth-child(1) {
        transition: 0.3s ease;
        opacity: 1;
        transition-delay: 0.2s; }
        #fsHeader .site-info-container a:nth-child(1) img {
          max-height: 80px;
          width: auto;
          transition: 0.3s ease; }
          @media (min-width: 800px) {
            #fsHeader .site-info-container a:nth-child(1) img {
              max-height: 100%; } }
      #fsHeader .site-info-container a:nth-child(2) {
        display: none; }
        @media (min-width: 1180px) {
          #fsHeader .site-info-container a:nth-child(2) {
            display: block;
            position: absolute;
            left: 28px;
            bottom: 16px;
            line-height: 0;
            z-index: 999;
            opacity: 0;
            transition: 0.1s ease; } }
        @media (min-width: 1180px) {
          #fsHeader .site-info-container a:nth-child(2) {
            bottom: 7px; } }
  #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
    position: static; }
    @media (min-width: 900px) {
      #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
        position: relative;
        margin: 0 auto;
        max-width: 700px;
        position: static; } }
    @media (min-width: 900px) {
      #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
        position: relative;
        margin: 0 auto;
        max-width: 940px; } }
    @media (min-width: 1180px) {
      #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
        position: relative;
        margin: 0 auto;
        max-width: 1180px; }
        #fsHeader > .fsBanner > .fsElement:not(.top-bar).site-info-container {
          margin-top: 10px; } }
  #fsHeader header .fsElementTitle {
    display: none; }
  #fsHeader header .fsElementHeaderContent {
    display: none; }

@media (min-width: 900px) {
  #fsHeader .branding {
    width: 280px;
    position: absolute;
    top: 0;
    left: 0; } }

#fsHeader .branding .fsElementContent {
  text-align: center; }
  #fsHeader .branding .fsElementContent a {
    display: block; }
  #fsHeader .branding .fsElementContent img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-height: 170px; }

@media (min-width: 900px) {
  #fsHeader .utilities {
    margin-bottom: 40px; } }

@media (min-width: 1180px) {
  #fsHeader .utilities {
    margin-bottom: 60px; } }

#fsHeader .utilities .fsElementContent {
  text-align: right; }

@media (min-width: 900px) {
  #fsHeader .utilities section {
    display: inline-block;
    vertical-align: top; } }

#fsHeader .utilities .navigation.utility {
  display: none; }
  #fsHeader .utilities .navigation.utility ul,
  #fsHeader .utilities .navigation.utility ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsHeader .utilities .navigation.utility a {
    display: block; }
  @media (min-width: 900px) {
    #fsHeader .utilities .navigation.utility {
      display: inline-block;
      vertical-align: top; } }
  #fsHeader .utilities .navigation.utility ul {
    margin: 0; }
    #fsHeader .utilities .navigation.utility ul li {
      display: inline-block;
      vertical-align: middle; }
  #fsHeader .utilities .navigation.utility a {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 14px;
    line-height: 1.375;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 7px 20px; }
    #fsHeader .utilities .navigation.utility a:hover, #fsHeader .utilities .navigation.utility a:focus {
      color: #fff; }

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

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

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

#fsHeader .navigation.main {
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .navigation.main {
      display: block; } }
  #fsHeader .navigation.main .button.search-trigger {
    display: none;
    background: none;
    border: none;
    padding: 20px;
    color: #ffd600;
    text-indent: -999em;
    text-align: left;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: -10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .page-search-open #fsHeader .navigation.main .button.search-trigger {
      color: #F5DEB3; }
    #fsHeader .navigation.main .button.search-trigger:after {
      content: "";
      vertical-align: middle;
      font-size: 22px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-indent: 0;
      text-align: center;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (min-width: 1180px) {
      #fsHeader .navigation.main .button.search-trigger {
        display: block; } }

.sub-navigation {
  display: none;
  background: #ffd600; }
  .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: #4f3714;
    padding: 20px 0;
    cursor: pointer;
    padding-left: 40%;
    color: #ffd600;
    font-family: "Arial", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 900px) {
      .sub-navigation > header .fsElementHeaderContent {
        display: none; } }
    .sub-navigation > header .fsElementHeaderContent:after {
      font-size: 22px;
      content: "";
      vertical-align: middle;
      padding: 0 10px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .sub-navigation > .fsElementContent {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 900px) {
      .sub-navigation > .fsElementContent {
        max-height: none; } }
  .sub-navigation-open .sub-navigation > header .fsElementHeaderContent:after {
    content: ""; }
  .sub-navigation-open .sub-navigation > .fsElementContent {
    max-height: 1000px;
    overflow-y: auto; }
  .sub-navigation nav {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
    .sub-navigation nav ul,
    .sub-navigation nav ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .sub-navigation nav a {
      display: block; }
    .sub-navigation nav ul.fsNavLevel1 {
      margin: 0; }
      .sub-navigation nav ul.fsNavLevel1 > li {
        border-top: 1px solid #fff; }
        @media (min-width: 900px) {
          .sub-navigation nav ul.fsNavLevel1 > li {
            display: inline-block;
            vertical-align: middle;
            border-top: none; } }
        .sub-navigation nav ul.fsNavLevel1 > li > a {
          display: block;
          padding: 14px 20px;
          font-size: 1em;
          line-height: 1.375;
          color: #fff;
          background-color: #ffd600; }
          .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus {
            color: #a88d00;
            background-color: #ffd600; }
          @media (min-width: 900px) {
            .sub-navigation nav ul.fsNavLevel1 > li > a {
              margin-right: 2px;
              margin-left: 2px;
              font-weight: 700;
              text-align: center;
              color: #4f3714;
              padding: 25.5px 8px;
              background: none;
              font-size: 16px;
              line-height: 1.375;
              padding-right: 20px;
              padding-left: 20px;
              padding-top: 21.5px;
              padding-bottom: 21.5px; } }
  @media (min-width: 900px) and (min-width: 1180px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 1.125em; } }
          @media (min-width: 900px) {
              .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus {
                border-top-color: #fff;
                border-top-color: rgba(255, 255, 255, 0.9); }
              .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus, .sub-navigation nav ul.fsNavLevel1 > li > a.active {
                text-decoration: underline; } }
  @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: #4f3714;
          font-weight: 600; }

#fsHeader .fsSearch.search {
  transition: all 0.333s;
  background-color: #4f3714;
  background-color: rgba(79, 55, 20, 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: #ffd600; } }
  #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
    transition: all 0.333s; }

@media screen and (min-width: 900px) {
  #fsPageBodyWrapper .fsBannerLeft .reduced-left-banner .fsNavCurrentPageAncestor {
    display: block !important; }
    #fsPageBodyWrapper .fsBannerLeft .reduced-left-banner .fsNavCurrentPageAncestor > a {
      display: none !important; }
    #fsPageBodyWrapper .fsBannerLeft .reduced-left-banner .fsNavCurrentPageAncestor li {
      display: block !important; }
  #fsPageBodyWrapper .fsBannerLeft .reduced-left-banner .fsNavParentPage,
  #fsPageBodyWrapper .fsBannerLeft .reduced-left-banner li {
    display: none; } }

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

#fsFooter {
  padding: 20px; }
  #fsFooter > .fsBanner {
    color: #F5DEB3;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 50px;
    margin-right: -10px;
    margin-left: -10px; }
    @media (min-width: 900px) {
      #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: #ffd600;
      font-family: Times, serif;
      font-style: italic;
      margin-bottom: 5px; }
      @media (min-width: 1180px) {
        #fsFooter > .fsBanner header .fsElementTitle {
          text-align: left; } }
    #fsFooter > .fsBanner a {
      color: #fff;
      color: rgba(255, 255, 255, 0.6); }
      #fsFooter > .fsBanner a:hover, #fsFooter > .fsBanner a:focus {
        color: #fff; }

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

#fsFooter .contact a {
  display: block; }

#fsFooter .contact h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 0; }

@media (min-width: 1180px) {
  #fsFooter .contact .fsElementContent {
    text-align: left; } }

@media (min-width: 1180px) {
  #fsFooter .contact li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
    #fsFooter .contact li:last-child {
      margin-right: 0; } }

#fsFooter .contact [itemprop='name'] {
  display: block; }

#fsFooter .contact [itemprop='address'] {
  display: block; }

#fsFooter .contact [itemprop='streetAddress'] {
  display: block; }
  @media (min-width: 900px) {
    #fsFooter .contact [itemprop='streetAddress'] {
      display: inline-block; }
      #fsFooter .contact [itemprop='streetAddress']:after {
        content: ','; } }
  @media (min-width: 1180px) {
    #fsFooter .contact [itemprop='streetAddress'] {
      display: block; }
      #fsFooter .contact [itemprop='streetAddress']:after {
        content: normal; } }

#fsFooter .contact [itemprop='telephone'] {
  margin-right: 0.75em; }

#fsFooter .contact [itemprop='telephone'],
#fsFooter .contact [itemprop='fax'] {
  text-transform: uppercase; }

#fsFooter .footer-links ul,
#fsFooter .footer-links ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

#fsFooter .footer-links a {
  display: block; }

#fsFooter .footer-links a {
  text-transform: uppercase;
  color: #fff; }
  #fsFooter .footer-links a:hover, #fsFooter .footer-links a:focus {
    color: #ffd600;
    text-decoration: none; }

#fsFooter .footer-links .fsElementContent {
  overflow: hidden; }
  #fsFooter .footer-links .fsElementContent ul {
    margin-top: 0;
    margin-bottom: 0; }

@media (min-width: 900px) {
  #fsFooter .social {
    display: inline-block;
    vertical-align: top; } }

#fsFooter .social .fsElementContent ul.fsNavLevel1 {
  margin-top: 0; }
  @media (min-width: 1180px) {
    #fsFooter .social .fsElementContent ul.fsNavLevel1 {
      text-align: left; } }
  #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -999em;
    padding: 0;
    margin: 0; }
    @media (min-width: 900px) {
      #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
        display: none; } }

#fsFooter .social .fsElementContent a {
  background-color: #fff; }
  #fsFooter .social .fsElementContent a:after {
    color: #4f3714; }
  #fsFooter .social .fsElementContent a:hover, #fsFooter .social .fsElementContent a:focus {
    color: #4f3714;
    background-color: #ffd600; }

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

#fsFooter .powered-by-finalsite {
  text-align: center; }
  @media (min-width: 900px) {
    #fsFooter .powered-by-finalsite {
      text-align: left; } }
  #fsFooter .powered-by-finalsite > .inner {
    display: inline-block; }
  #fsFooter .powered-by-finalsite #fsPoweredByFinalsite {
    display: block; }

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

.masthead.container .description {
  padding: 0 20px;
  background-color: #fff;
  text-align: center; }
  @media (min-width: 900px) {
    .masthead.container .description {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: transparent; } }
  .masthead.container .description > .inner {
    padding: 20px 0; }
    @media (min-width: 900px) {
      .masthead.container .description > .inner {
        position: relative;
        margin: 0 auto;
        max-width: 74.57627%;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.7); } }
    @media (min-width: 1180px) {
      .masthead.container .description > .inner {
        position: relative;
        margin: 0 auto;
        max-width: 880px; } }
  .masthead.container .description h1 {
    margin-bottom: 0; }
  .masthead.container .description p {
    margin: 0; }

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

.has-description #fsPageContent > .fsLayout .fsContent.description {
  display: none; }

.home .fsPageTitle {
  color: transparent;
  position: absolute;
  font-size: 0; }

.home .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: 0;
  margin: 0 -60px; }
  @media (min-width: 900px) {
    .home .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
      padding: 0;
      margin: 0 -40px; } }
  @media (min-width: 900px) {
    .home .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
      padding: calc(45px - 1em);
      margin: 0 -20px; } }
  @media (min-width: 1180px) {
    .home .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
      padding: 0;
      margin: 0 -60px; } }

@media (min-width: 900px) {
  .home .fsSlideshow.event-list .fsElementSlideshow[data-arrows*="true"] {
    padding: calc(45px - 1em);
    margin: 0 20px; } }

@media (min-width: 1180px) {
  .home .fsSlideshow.event-list .fsElementSlideshow[data-arrows*="true"] {
    padding: 0;
    margin: 0 -60px; } }

.home .slick-arrow,
.home .fsSlideshow .fsLeftArrow,
.home .fsSlideshow .fsRightArrow {
  color: transparent;
  cursor: pointer;
  display: block;
  height: 70px;
  position: absolute;
  width: 50px;
  z-index: 200;
  bottom: 0;
  -ms-transform: none;
  transform: none;
  top: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  border: 0;
  transition: .3s; }
  .home .masthead .slick-arrow {
    bottom: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
  .home .slick-arrow:hover, .home .slick-arrow:focus,
  .home .fsSlideshow .fsLeftArrow:hover,
  .home .fsSlideshow .fsLeftArrow:focus,
  .home .fsSlideshow .fsRightArrow:hover,
  .home .fsSlideshow .fsRightArrow:focus {
    background: rgba(0, 0, 0, 0.7); }
  @media (min-width: 900px) {
    .home .slick-arrow,
    .home .fsSlideshow .fsLeftArrow,
    .home .fsSlideshow .fsRightArrow {
      bottom: auto;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; } }
  .home .slick-arrow:before,
  .home .fsSlideshow .fsLeftArrow:before,
  .home .fsSlideshow .fsRightArrow:before {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    width: 50px;
    font-family: "IcoMoon";
    text-align: center; }

.home .fsNextButton,
.home .slick-next {
  right: 0; }
  .home .fsNextButton:before,
  .home .slick-next:before {
    content: '\e906'; }

.home .fsPrevButton,
.home .slick-prev {
  left: 0; }
  .home .fsPrevButton:before,
  .home .slick-prev:before {
    content: '\e905'; }

.home #fsBannerLeft,
.home #fsBannerRight {
  display: none; }

.home #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff; }

.home #fsPageContent > .fsLayout {
  margin: 0;
  padding: 0; }
  .home #fsPageContent > .fsLayout > .fsDiv {
    margin: 0;
    padding: 0;
    float: none; }

.home-callouts {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1180px) {
    .home-callouts.fsLayout .fsDiv {
      margin-bottom: 0; } }
  .home-callouts .fs_style_28, .home-callouts .fs_style_29, .home-callouts .fs_style_30 {
    width: 100%;
    padding: 27px 0;
    margin-bottom: 0; }
  .home-callouts p {
    margin-bottom: 0; }

.home .fsPlayer.masthead {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  background: #f6f6f6;
  padding-top: 0; }
  @media (min-width: 800px) {
    .home .fsPlayer.masthead {
      padding-top: 270px; } }
  @media (min-width: 900px) {
    .home .fsPlayer.masthead {
      padding-top: 281px; } }
  .home .fsPlayer.masthead > header {
    display: none; }
    .fsComposeMode.home .fsPlayer.masthead header {
      display: block; }
  .home .fsPlayer.masthead .fsElementContent {
    transition: all 0.333s;
    background-color: #4f3714;
    padding-bottom: 78.125%;
    position: relative; }
    @media (min-width: 900px) {
      .home .fsPlayer.masthead .fsElementContent {
        padding-bottom: 75%; } }
    @media (min-width: 900px) {
      .home .fsPlayer.masthead .fsElementContent {
        padding-bottom: 40%; } }
    @media (min-width: 1180px) {
      .home .fsPlayer.masthead .fsElementContent {
        padding-bottom: 480px; } }
    .home .fsPlayer.masthead .fsElementContent:after {
      content: "";
      vertical-align: middle;
      animation: animate-spin 2s infinite linear;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-align: center;
      color: #ffe24d;
      font-size: 60px;
      text-transform: uppercase;
      font-weight: 700;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .has-masthead .home .fsPlayer.masthead .fsElementContent {
      padding-bottom: 0; }
      .has-masthead .home .fsPlayer.masthead .fsElementContent:after {
        content: normal; }
  .home .fsPlayer.masthead > footer {
    display: none; }
  .home .fsPlayer.masthead .cluster {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .home .fsPlayer.masthead .cluster > .inner {
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 900px) {
        .home .fsPlayer.masthead .cluster > .inner {
          margin-right: auto;
          margin-left: auto; } }
  .home .fsPlayer.masthead .slide .image {
    position: relative; }
    .home .fsPlayer.masthead .slide .image > .inner {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  .home .fsPlayer.masthead .slide .details {
    padding: 0 20px 25px;
    color: #fff; }
    @media (min-width: 900px) {
      .home .fsPlayer.masthead .slide .details {
        display: block;
        padding: 0 20px 45px;
        position: relative;
        margin: 0 auto;
        max-width: 700px; } }
    @media (min-width: 900px) {
      .home .fsPlayer.masthead .slide .details {
        position: relative;
        margin: 0 auto;
        max-width: 960px;
        padding: 0 20px 65px; } }
    @media (min-width: 1180px) {
      .home .fsPlayer.masthead .slide .details {
        position: relative;
        margin: 0 auto;
        max-width: 1180px; } }
    .home .fsPlayer.masthead .slide .details .copy {
      color: #fff;
      font-size: 18px;
      font-weight: 700; }
      @media (min-width: 900px) {
        .home .fsPlayer.masthead .slide .details .copy {
          font-size: 40px; } }
  .home .fsPlayer.masthead .container.masthead {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    .has-masthead .home .fsPlayer.masthead .container.masthead {
      max-height: 480px; }
    .home .fsPlayer.masthead .container.masthead > .inner {
      position: relative; }
      .home .fsPlayer.masthead .container.masthead > .inner .slider-play-btn {
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: #4f3714;
        font-size: 0;
        width: 30px;
        height: 30px;
        border: 0;
        padding: 0;
        z-index: 1;
        line-height: 42px; }
        .home .fsPlayer.masthead .container.masthead > .inner .slider-play-btn:before {
          content: "";
          color: #fff;
          font-size: 16px;
          font-family: Times, serif; }
      .home .fsPlayer.masthead .container.masthead > .inner.slider-paused .slider-play-btn:before {
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-left: 13px solid #fff;
        border-bottom: 7px solid transparent;
        display: inline-block; }
      .home .fsPlayer.masthead .container.masthead > .inner.slider-playing .slider-play-btn:before, .home .fsPlayer.masthead .container.masthead > .inner.slider-playing .slider-play-btn:after {
        content: "";
        width: 3px;
        height: 18px;
        background-color: #fff;
        display: inline-block;
        margin: 6px 2px 0; }

.home .fsPostElement,
.home section.fsNews {
  padding: 40px 20px 0;
  clear: both;
  margin: 0;
  background: #f6f6f6;
  position: relative;
  padding-bottom: 40px; }
  @media (min-width: 900px) {
    .home .fsPostElement,
    .home section.fsNews {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 900px) {
    .home .fsPostElement > header,
    .home .fsPostElement .fsElementContent,
    .home section.fsNews > header,
    .home section.fsNews .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 700px; } }
  @media (min-width: 900px) {
    .home .fsPostElement > header,
    .home .fsPostElement .fsElementContent,
    .home section.fsNews > header,
    .home section.fsNews .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 960px; } }
  @media (min-width: 1180px) {
    .home .fsPostElement > header,
    .home .fsPostElement .fsElementContent,
    .home section.fsNews > header,
    .home section.fsNews .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; } }
  .home .fsPostElement > header,
  .home section.fsNews > header {
    border: none;
    padding: 0; }
  .home .fsPostElement .fsThumbnail,
  .home section.fsNews .fsThumbnail {
    background-size: contain;
    background-repeat: no-repeat; }
    .home .fsPostElement .fsThumbnail img,
    .home section.fsNews .fsThumbnail img {
      visibility: hidden; }
  .home .fsPostElement .fsSummary p a,
  .home section.fsNews .fsSummary p a {
    color: #003663;
    text-decoration: underline; }
    .home .fsPostElement .fsSummary p a:hover, .home .fsPostElement .fsSummary p a:focus,
    .home section.fsNews .fsSummary p a:hover,
    .home section.fsNews .fsSummary p a:focus {
      text-decoration: none; }
  @media (min-width: 900px) {
    .home .fsPostElement .slick-arrow,
    .home section.fsNews .slick-arrow {
      display: none !important; }
    .home .fsPostElement .slick-current,
    .home section.fsNews .slick-current {
      position: relative; }
      .home .fsPostElement .slick-current:after,
      .home section.fsNews .slick-current:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: rgba(51, 102, 153, 0.4);
        top: 0;
        right: 0;
        visibility: visible; } }
  @media (min-width: 900px) {
    .home .fsPostElement .slick-arrow,
    .home section.fsNews .slick-arrow {
      display: block !important; }
    .home .fsPostElement .slick-current:after,
    .home section.fsNews .slick-current:after {
      display: none; }
    .home .fsPostElement .slick-current + .slick-active,
    .home section.fsNews .slick-current + .slick-active {
      position: relative; }
      .home .fsPostElement .slick-current + .slick-active:before, .home .fsPostElement .slick-current + .slick-active:after,
      .home section.fsNews .slick-current + .slick-active:before,
      .home section.fsNews .slick-current + .slick-active:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: rgba(51, 102, 153, 0.4);
        top: 0; }
      .home .fsPostElement .slick-current + .slick-active:before,
      .home section.fsNews .slick-current + .slick-active:before {
        left: 0; }
      .home .fsPostElement .slick-current + .slick-active:after,
      .home section.fsNews .slick-current + .slick-active:after {
        right: 0;
        visibility: visible; } }
  .home .fsPostElement .fsElementContent .fsListItems,
  .home section.fsNews .fsElementContent .fsListItems {
    margin-right: -10px;
    margin-left: -10px; }
    .home .fsPostElement .fsElementContent .fsListItems article,
    .home section.fsNews .fsElementContent .fsListItems article {
      transition: all 0.333s;
      padding: 0 10px;
      margin: 0;
      width: 33.33333%;
      height: 1px;
      overflow: hidden;
      opacity: 0.1;
      visibility: hidden; }
      .home .fsPostElement .fsElementContent .fsListItems article:first-child,
      .home section.fsNews .fsElementContent .fsListItems article:first-child {
        visibility: visible;
        height: auto; }
      .home .fsPostElement .fsElementContent .fsListItems article .fsTitle,
      .home section.fsNews .fsElementContent .fsListItems article .fsTitle {
        font-size: 1.125em;
        line-height: 1.33333;
        margin-bottom: 0; }
      .home .fsPostElement .fsElementContent .fsListItems article .fsDate,
      .home section.fsNews .fsElementContent .fsListItems article .fsDate {
        color: #656565; }
      .home-news-ready .home .fsPostElement .fsElementContent .fsListItems article, .home-news-ready
      .home section.fsNews .fsElementContent .fsListItems article {
        width: auto;
        opacity: 1;
        visibility: visible;
        height: auto; }
      .home .fsPostElement .fsElementContent .fsListItems article img,
      .home section.fsNews .fsElementContent .fsListItems article img {
        width: 100%; }

.home-events {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px; }
  .home-events .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  .home-events article {
    padding-left: 0;
    text-align: center;
    margin: 0; }
  .home-events .fsCalendar .fsDate {
    position: relative;
    display: block;
    border-right: 0;
    border-bottom: 1px solid;
    margin: 0 auto 15px;
    -ms-transform: none;
    transform: none;
    padding: 0; }

.home section.spotlight {
  clear: both; }
  @media (min-width: 900px) {
    .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: 900px) {
        .home section.spotlight .spotlight.container:before {
          background-color: #4f3714;
          background-color: rgba(79, 55, 20, 0.8); } }
    .home section.spotlight .spotlight.container > .inner {
      padding: 40px 20px 0;
      position: relative;
      z-index: 1; }
      @media (min-width: 900px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 40px;
          padding-bottom: 40px;
          padding-right: 0;
          padding-left: 0; } }
      @media (min-width: 900px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 70px; } }
      .home section.spotlight .spotlight.container > .inner h2 {
        transition: all 0.333s;
        color: #464851;
        text-align: center; }
        @media (min-width: 900px) {
          .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: #F5DEB3;
      font-family: Times, 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: 900px) {
        .home section.spotlight .spotlight.container .carousel .slide .number {
          border-color: #fff;
          border-color: rgba(255, 255, 255, 0.5); } }
      .home section.spotlight .spotlight.container .carousel .slide .number > span {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .home section.spotlight .spotlight.container .carousel .slide .label {
      transition: all 0.333s;
      color: #464851;
      margin-top: 30px; }
      @media (min-width: 900px) {
        .home section.spotlight .spotlight.container .carousel .slide .label {
          color: #fff; } }

.home .cluster > .inner {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 40px;
  display: block;
  padding: 0 50px;
  position: relative; }
  @media (min-width: 900px) {
    .home .cluster > .inner {
      margin-right: auto;
      margin-left: auto;
      margin-top: 40px;
      width: 340px; } }

.home .cluster button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  transition: all 0.333s;
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  text-indent: -666em;
  background-color: #ffde33; }
  @media (min-width: 900px) {
    .home .cluster button {
      background-color: #ffd600;
      background-color: rgba(255, 214, 0, 0.8); } }
  .home .cluster button:hover, .home .cluster button:focus {
    background-color: #F5DEB3; }
  .home .cluster button:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-size: 26px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .home .cluster button.previous {
    left: 0;
    right: auto; }
    .home .cluster button.previous:after {
      content: ""; }
  .home .cluster button.next {
    left: auto;
    right: 0; }
    .home .cluster button.next:after {
      content: ""; }

.home .cluster .link {
  display: block; }
  .home .cluster .link a {
    display: block;
    text-align: center;
    color: #fff;
    font-family: "Arial", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 14.5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ffd600; }
    .home .cluster .link a:hover, .home .cluster .link a:focus {
      background-color: #F5DEB3; }

.home-feeds {
  padding: 40px 20px 0;
  clear: both;
  margin: 0;
  background: #f6f6f6;
  position: relative;
  padding-bottom: 40px; }
  @media (min-width: 900px) {
    .home-feeds {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 900px) {
    .home-feeds > header,
    .home-feeds .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 700px; } }
  @media (min-width: 900px) {
    .home-feeds > header,
    .home-feeds .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 960px; } }
  @media (min-width: 1180px) {
    .home-feeds > header,
    .home-feeds .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; } }
  .home-feeds > header {
    border: none;
    padding: 0; }
    .home-feeds > header .fsElementTitle {
      margin-bottom: 30px; }
  .home-feeds .fsElementContent {
    max-width: none !important; }
  .home-feeds .slick-list {
    z-index: 9;
    max-width: 1180px;
    margin: 0 auto;
    height: 621px; }
  .home-feeds li.feed-item {
    opacity: 1 !important;
    float: left !important;
    margin: 0 10px !important;
    border: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    padding: 0 !important; }
    .home-feeds li.feed-item .j-image {
      margin-top: 0 !important; }
      .home-feeds li.feed-item .j-image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 281px !important; }
    .home-feeds li.feed-item .j-poster {
      padding: 0 25px;
      padding-top: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
      .home-feeds li.feed-item .j-poster .j-twitter-poster .j-twitter-display-name {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px; }
      .home-feeds li.feed-item .j-poster a {
        display: -ms-flexbox;
        display: flex; }
      .home-feeds li.feed-item .j-poster img {
        width: 40px !important;
        height: 40px !important;
        -o-object-fit: contain;
        object-fit: contain;
        line-height: 0; }
    .home-feeds li.feed-item .feed-wrapper {
      height: 323px; }
    .home-feeds li.feed-item .j-text {
      padding: 0 25px; }
      .home-feeds li.feed-item .j-text .j-message {
        font-weight: 400; }
    .home-feeds li.feed-item .j-twitter-text:before {
      color: #636363;
      font-size: 20px !important; }
  .home-feeds .juicer-feed {
    overflow: hidden; }
    .home-feeds .juicer-feed .j-meta .j-twitter-date {
      font-weight: 400; }
    .home-feeds .juicer-feed .j-meta .j-twitter-intents a {
      filter: brightness(0); }
      .home-feeds .juicer-feed .j-meta .j-twitter-intents a:hover, .home-feeds .juicer-feed .j-meta .j-twitter-intents a:focus {
        filter: brightness(1); }
  .home-feeds .slick-next, .home-feeds .slick-prev {
    top: 25%; }
  @media (min-width: 900px) {
    .home-feeds .slick-next, .home-feeds .slick-prev {
      top: 50%; } }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 57.14286%; }
    @media (min-width: 900px) {
      .colors ol li {
        width: 28.57143%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 14.28571%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #464851;
      color: #464851; }
      .colors ol li:nth-of-type(1):after {
        content: "#464851"; }
    .colors ol li:nth-of-type(2) {
      background: #4f3714;
      color: #4f3714; }
      .colors ol li:nth-of-type(2):after {
        content: "#4f3714"; }
    .colors ol li:nth-of-type(3) {
      background: #ffd600;
      color: #ffd600; }
      .colors ol li:nth-of-type(3):after {
        content: "#ffd600"; }
    .colors ol li:nth-of-type(4) {
      background: #F5DEB3;
      color: #F5DEB3; }
      .colors ol li:nth-of-type(4):after {
        content: "#F5DEB3"; }
    .colors ol li:nth-of-type(5) {
      background: #7E7E7E;
      color: #7E7E7E; }
      .colors ol li:nth-of-type(5):after {
        content: "#7E7E7E"; }
    .colors ol li:nth-of-type(6) {
      background: #d9d9d9;
      color: #d9d9d9; }
      .colors ol li:nth-of-type(6):after {
        content: "#d9d9d9"; }
    .colors ol li:nth-of-type(7) {
      background: #f0f0f0;
      color: #f0f0f0; }
      .colors ol li:nth-of-type(7):after {
        content: "#f0f0f0"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: Times, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Times, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "Arial", Arial, sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "Arial, Arial, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(3):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(4) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(4):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 30px / line: 45px"; }

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

.headers h3:after {
  content: " size: 20px / line: 30px"; }

.headers h4:after {
  content: " size: 18px / line: 27px"; }

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

.headers h6:after {
  content: " size: 16px / line: 26px"; }
