@charset "UTF-8";
 /**
 *
 * PS1 Pluralistic - New_Britain
 * @link http://psone.finalsite.com/
 * Site Template : newclientcustom
 * Built By: Craig Edmond
 * Project Manager: Ritsa LaFond
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/psone
 * Build version: 3.2.7
 * 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.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after,
.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before, .fsCalendar .fsTimeRange:before, .fsCalendar .fsLocation:before, .fsCalendar.fsGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before,
.fsCalendar.fsGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .timeline .slick-arrow:before, #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after, section.off-canvas .navigation.mobile-toggle li .list-toggle:after, .navigation.social a[href*='facebook']:after, .navigation.social a[href*='google']:after, .navigation.social a[href*='instagram']:after, .navigation.social a[href*='linkedin']:after, .navigation.social a[href*='blog']:after, .navigation.social a[href*='twitter']:after, .navigation.social a[href*='youtube']:after, .navigation.social a[href*='vimeo']:after, .navigation.social a[href*='rss']:after, .navigation.social a[href*='amazon']:after, form.gsc-search-box-tools td.gsc-search-button:after, .fsTabs .fsPanel > header h2:before, #fsHeader .utilities .button.search-trigger:before,
#fsHeader .utilities .button.off-canvas-trigger:before, #fsHeader .utilities .search-trigger:before, #fsHeader .utilities > .fsElementContent > .search-trigger-container .search-trigger:before, #fsHeader .utilities .quicklinks.dropdown .fsElementTitle:before, #fsHeader .utilities .log-in a:before, #fsHeader .navigation.container .button.search-trigger:before, .sub-navigation > header .fsElementHeaderContent:after, .home .fsPlayer.masthead .fsElementContent:after, .home .cluster > .inner > 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: "proxima-nova", sans-serif;
  background: #4884c4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 1.375;
  color: #767676;
  position: relative; }

body.fsAccountBarVisible {
  margin-top: 0; }
  body.fsAccountBarVisible #fsPageWrapper {
    margin-top: 45px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.125;
  margin-bottom: 17px;
  color: #89C64D;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 300; }

h2, .h2 {
  font-size: 1.875em;
  line-height: 1.16667;
  margin-bottom: 15px;
  color: #4884c4;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

h3, #fsFooter > .fsBanner header .fsElementTitle, .home .fsPlayer.masthead .slide .details .title, .h3 {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #767676;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: bold; }

h4, .h4 {
  font-size: 1.25em;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #767676;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

h5, .h5 {
  font-size: 1.125em;
  line-height: 1.33333;
  margin-bottom: 11px;
  color: #767676;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: bold; }

h6, .h6 {
  font-size: 0.875em;
  line-height: 1.57143;
  margin-bottom: 9px;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.105em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase; }

p {
  margin-top: 0;
  margin-bottom: 20px; }

a {
  text-decoration: none;
  font-weight: bold;
  color: #89C64D;
  transition: background .3s,
 color .3s; }
  a:hover {
    color: #4884c4; }

ul,
ol {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }

.fs_style_23,
table.styled, .fs_style_24,
table.styled.header-row {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-spacing: 0; }
  .fs_style_23 tr:first-child th, table.styled tr:first-child th, .fs_style_24 tr:first-child th, .fs_style_23 tr:first-child td, table.styled tr:first-child td, .fs_style_24 tr:first-child td {
    border-top: 0 solid transparent;
    overflow: hidden; }
  .fs_style_23 tr:last-child, table.styled tr:last-child, .fs_style_24 tr:last-child {
    border-bottom: 0 solid transparent; }
    .fs_style_23 tr:last-child th, table.styled tr:last-child th, .fs_style_24 tr:last-child th, .fs_style_23 tr:last-child td, table.styled tr:last-child td, .fs_style_24 tr:last-child td {
      overflow: hidden; }
  .fs_style_23 th, table.styled th, .fs_style_24 th, table.styled.header-row th,
  .fs_style_23 td,
  table.styled td,
  .fs_style_24 td,
  table.styled.header-row td {
    padding: 9px 20px 6px;
    vertical-align: top;
    background-color: #efefef;
    border-bottom: 1px solid #FFFFFF; }
    .fs_style_23 th:first-child, table.styled th:first-child, .fs_style_24 th:first-child,
    .fs_style_23 td:first-child,
    table.styled td:first-child,
    .fs_style_24 td:first-child {
      border-left: 0 solid transparent; }
    .fs_style_23 th:last-child, table.styled th:last-child, .fs_style_24 th:last-child,
    .fs_style_23 td:last-child,
    table.styled td:last-child,
    .fs_style_24 td:last-child {
      border-right: 0 solid transparent; }
  .fs_style_23 th, table.styled th, .fs_style_24 th, table.styled.header-row th {
    text-align: left;
    font-weight: 700; }
  .fs_style_23 tr:nth-of-type(odd) td, table.styled tr:nth-of-type(odd) td, .fs_style_24 tr:nth-of-type(odd) td, table.styled.header-row tr:nth-of-type(odd) td {
    background-color: #fbfbfb; }
  .fs_style_23 tr:last-child td, table.styled tr:last-child td, .fs_style_24 tr:last-child td {
    border-bottom: 0; }

.fs_style_24 > tr:first-child td,
.fs_style_24 > tbody tr:first-child td,
table.styled.header-row > tr:first-child td,
table.styled.header-row > tbody tr:first-child td {
  padding: 9px 20px 6px;
  background-color: #89C64D;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  border: 0 solid #89C64D;
  font-weight: bold;
  text-align: left; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

.fs_style_27,
blockquote {
  display: block;
  position: relative;
  margin: 40px 0;
  padding-left: 19px;
  font-size: 20px;
  line-height: 30px;
  color: #89C64D;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  border-left: 2px solid #89C64D; }
  .fs_style_27 > .fs_style_28,
  .fs_style_27 > cite,
  blockquote > .fs_style_28,
  blockquote > cite {
    margin-top: 13px; }
  .fs_style_27 + .fs_style_28,
  .fs_style_27 + cite,
  blockquote + .fs_style_28,
  blockquote + cite {
    padding-left: 19px;
    padding-top: 13px;
    margin-top: -40px;
    margin-bottom: 40px;
    border-left: 2px solid #89C64D; }

.fs_style_28,
cite {
  display: block;
  margin: 20px 0;
  font-size: 13px;
  line-height: 21px;
  color: #89C64D;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.8px; }

@font-face {
  font-family: "IcoMoon";
  src: url("/uploaded/themes/default_15/fonts/icomoon/icomoon.eot?1180icomoon");
  src: url("/uploaded/themes/default_15/fonts/icomoon/icomoon.eot?#iefix?1180icomoon") format("embedded-opentype"), url("/uploaded/themes/default_15/fonts/icomoon/icomoon.woff2?1180icomoon") format("woff2"), url("/uploaded/themes/default_15/fonts/icomoon/icomoon.ttf?1180icomoon") format("truetype"), url("/uploaded/themes/default_15/fonts/icomoon/icomoon.woff?1180icomoon") format("woff"), url("/uploaded/themes/default_15/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-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-feed:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-bars:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-amazon:before {
  content: ""; }

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFFFFF;
  overflow: hidden; }
  .has-tier-navigation #fsPageBodyWrapper {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (min-width: 700px) {
      .has-tier-navigation #fsPageBodyWrapper {
        padding-top: 40px;
        padding-bottom: 40px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .home #fsPageBody {
    margin: 0;
    max-width: none; }
  @media (min-width: 700px) {
    #fsPageBody {
      display: block; } }

#fsBannerLeft {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 3;
  order: 3;
  width: auto; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 55px;
      display: block;
      width: 31.42857%;
      -ms-flex: none;
      flex: none; }
      .fsOverrideLeftBanner #fsBannerLeft {
        display: none !important; } }
  @media (min-width: 1000px) {
    #fsBannerLeft {
      width: 24.57627%; } }

.fsBannerLeft.mobile {
  display: block; }
  @media (min-width: 700px) {
    .fsBannerLeft.mobile {
      display: none; } }

#fsPageContent {
  float: none;
  margin-bottom: 20px;
  width: 100% !important;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 1;
  order: 1;
  margin: 0; }
  @media (min-width: 700px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 700px) {
    #fsPageContent {
      -ms-flex: none;
      flex: none; } }
  @media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
      width: 70.9322% !important; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      width: 68.57143% !important; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    zoom: 1; }
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 68.57143% !important; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 46.35593% !important; } }
  @media (min-width: 700px) {
    .fsOverrideLeftBanner .fsHasLeftBanner.fsHasRightBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 700px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 63px;
      width: 29.0678%;
      -ms-flex: none;
      flex: none; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsBannerRight {
      width: 68.57143%;
      margin-left: 31.42857%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner #fsBannerRight {
      padding-left: 63px;
      width: 29.0678%;
      margin: 0; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsBannerRight {
      width: 100% !important;
      margin-left: 0; } }

@media (min-width: 700px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  float: none;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 700px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 700px) {
    .fsLayout .fsDiv {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 700px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 700px) {
  .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: background-color 0.3s ease;
      cursor: pointer;
      background: #e5e5e5;
      border: 0px solid transparent; }
      .fsAccordion .fsPanel > header h2 {
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        line-height: 22px;
        padding: 10px 23px 8px;
        color: #787878;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        position: relative; }
        .fsAccordion .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
      .fsAccordion .fsPanel > header:hover {
        background: #4884c4;
        border-color: transparent; }
        .fsAccordion .fsPanel > header:hover h2 {
          color: #FFFFFF; }
    .fsAccordion .fsPanel > .fsElementContent {
      border: 0px solid transparent;
      border-top: none;
      padding: 18px 31px 12px; }
    .fsAccordion .fsPanel.fsStateOpen > header {
      background: #89C64D;
      border-color: transparent;
      border-bottom-color: transparent; }
      .fsAccordion .fsPanel.fsStateOpen > header h2 {
        color: #FFFFFF; }

.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: "";
  transition: all 0.333s;
  font-size: 13px;
  line-height: 13px;
  border: none;
  position: absolute;
  text-align: center;
  width: 13px;
  height: 13px;
  display: block;
  top: 15px;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: "";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: ""; }

.fsAccordion.fsPanelIconBefore .fsPanel > header h2 {
  padding-left: 46px; }
  .fsAccordion.fsPanelIconBefore .fsPanel > header h2:before {
    margin: 0;
    left: 18px; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2 {
  padding-right: 46px; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header h2:before {
    display: none; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header h2:after {
    margin: 0;
    float: none;
    right: 18px; }

/*! elements - athletics main */
/*! elements - athletics events style_1 option */
.fsAthleticsEvent {
  position: relative;
  text-align: left;
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #EEEEEE;
    zoom: 1; }
    .fsAthleticsEvent .fsListItems article:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsListItems article {
        padding-right: 20px; } }
    .fsAthleticsEvent .fsListItems article:last-child {
      border-bottom: none; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsListItems article > div:not(.fsDateTime) {
        float: left;
        width: 25%;
        margin: 0; } }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsListItems article .fsAlertIcon {
        position: absolute;
        right: 0;
        margin-top: 3px;
        margin-left: 10px; } }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsListItems article > div.fsTitle, .fsAthleticsEvent .fsListItems article > div.fsAthleticsOpponents {
        width: 25%; } }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.7px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 16px 27px;
    background: #767676;
    color: #FFFFFF;
    outline: 0;
    text-align: center;
    transition: all 0.3s ease;
    padding: 10px 20px; }
    #fsBannerLeft .fsAthleticsEvent .fsLoadMoreButton {
      width: 100%; }
    #fsBannerRight .fsAthleticsEvent .fsLoadMoreButton {
      width: 100%; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background-color: #E5E5E5;
      color: #000000; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }

/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent article > div {
    margin-bottom: 5px; }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.7px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 16px 27px;
    background: #767676;
    color: #FFFFFF;
    outline: 0;
    text-align: center;
    transition: all 0.3s ease;
    padding: 10px 20px; }
    #fsBannerLeft .fsAthleticsEvent .fsLoadMoreButton {
      width: 100%; }
    #fsBannerRight .fsAthleticsEvent .fsLoadMoreButton {
      width: 100%; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background-color: #E5E5E5;
      color: #000000; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsDismissal > span {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsDismissal > .fsDateTime {
    padding-left: 0.5em;
    font-weight: bold;
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsDeparture > span {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsDeparture > .fsDateTime {
    padding-left: 0.5em;
    font-weight: bold;
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsReturn > span {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsReturn > .fsDateTime {
    padding-left: 0.5em;
    font-weight: bold;
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsPickup > span {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsPickup > .fsDateTime {
    padding-left: 0.5em;
    font-weight: bold;
    display: inline-block; }

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }

.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 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #EEEEEE; }
  .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; }

.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsRosterPosition:before {
  content: 'Position: '; }

.fsRosterHeight:before {
  content: 'Height: '; }

.fsRosterWeight:before {
  content: 'Weight: '; }

.fsRosterBio p:last-child {
  margin-bottom: 0; }

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 20px; }

.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; }

/*! elements - calendar v0.0.1 */
.fsCalendar {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .fsCalendar > header {
    padding-top: 17px; }
  .fsCalendar:first-child {
    margin-top: 0; }
  .fsCalendar:last-child {
    margin-bottom: 0; }
  .fsCalendar article {
    margin-top: 13px;
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E8E8E8; }
    .fsCalendar article:first-child {
      margin-top: 0; }
  .fsCalendar .fsTitle {
    text-transform: none;
    font-size: 16px;
    line-height: 1.375;
    font-weight: bold; }
    .fsCalendar .fsTitle, .fsCalendar .fsTitle a {
      color: #4884c4; }
    .fsCalendar .fsTitle a:hover {
      color: #89C64D; }
  .fsCalendar .fsDate {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.375;
    color: #89C64D;
    letter-spacing: normal;
    font-style: normal;
    font-weight: bold; }
  .fsCalendar .fsEventDetails {
    margin-top: 10px; }
  .fsCalendar .fsTimeRange {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsCalendar .fsTimeRange span {
      display: inline-block; }
    .fsCalendar .fsTimeRange:before {
      content: "";
      margin-right: 4px;
      font-size: 14px; }
  .fsCalendar .fsLocation {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsCalendar .fsLocation:before {
      content: "";
      margin-right: 8px;
      font-size: 16px; }

.fsCalendar.fsSlideshow.fsSlideshowHorizontal article {
  border-bottom: 0; }

.fsCalendar.fsGrid .fsCalendarMonthBrowser .fsCalendarNextMonth,
.fsCalendar.fsGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0;
  display: inline-block;
  vertical-align: middle; }
  .fsCalendar.fsGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before,
  .fsCalendar.fsGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth:before {
    content: "";
    display: block;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    height: 1em;
    margin: 0; }

.fsCalendar.fsGrid .fsCalendarMonthBrowser > span {
  display: inline-block;
  vertical-align: middle; }

.fsCalendar.fsGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: ""; }

@media screen and (max-width: 999px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
      height: 50px !important;
      overflow: hidden !important;
      min-height: 0;
      position: relative;
      cursor: pointer; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div {
        position: relative;
        min-height: 0;
        height: 24px; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div:first-child {
          margin-bottom: 1px; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div.selected {
          background-color: #89C64D;
          color: #FFFFFF; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected {
        background: #b8dd94; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarDate,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected .fsCalendarDate {
          color: #FFFFFF; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange .fsCalendarDate {
        position: absolute;
        right: 10px;
        top: 5px;
        line-height: 1;
        font-size: 15px; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; } }

@media screen and (max-width: 768px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox,
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    border-color: #c3c5cc; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox {
      padding: 0; }
  .fsCalendar.fsGrid .fsCalendarEventGrid:not(.fsCalendarCombineWeekendDays) .fsCalendarDaybox,
  .fsCalendar.fsGrid .fsCalendarEventGrid:not(.fsCalendarCombineWeekendDays) .fsCalendarOutOfRange {
    width: 14.28571% !important; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
  @media (min-width: 1000px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  @media (min-width: 1000px) {
    .scroll-up {
      display: none; } }

.fsCalendarWeekendDayBoxfsCalendarOutOfRange > div:last-child .fsCalendarDate {
  top: auto !important;
  bottom: 0; }

.fsCalendarEventGrid .fsCalendarWeekdays span {
  transition: all 0.333s;
  font-size: 14px; }
  @media (min-width: 1180px) {
    .fsCalendarEventGrid .fsCalendarWeekdays span {
      font-size: 18px; } }

.fsCalendarDaybox {
  transition: all 0.333s; }
  .fsCalendarRow .fsCalendarDaybox.has-info {
    background: #c8daed; }
    @media (min-width: 1000px) {
      .fsCalendarRow .fsCalendarDaybox.has-info {
        background: none; } }
  .fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
    background: #b3b3b3; }

.fsElementEventColorIcon {
  display: inline-block;
  width: 10px;
  height: 10px; }

.fsCalendarLegend {
  margin: 20px 0;
  padding: 0; }
  .fsCalendarLegend ul,
  .fsCalendarLegend ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsCalendarLegend a {
    display: block; }
  @media (min-width: 600px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 800px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 3;
      column-count: 3; } }
  .fsCalendarLegend > ul ul {
    margin-left: 20px; }

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 700px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 700px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 1000px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 700px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.7px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 16px 27px;
    background: #767676;
    color: #FFFFFF;
    outline: 0;
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    margin: 0 10px; }
    #fsBannerLeft .fsConstituent.fsSearch .fsConstituentSearchButton {
      width: 100%; }
    #fsBannerRight .fsConstituent.fsSearch .fsConstituentSearchButton {
      width: 100%; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background-color: #E5E5E5;
      color: #000000; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #89C64D; }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg > div, .fsConstituentProfile.hasImg > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.hasImg) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.hasImg) .fsProfileImage {
      max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1.25em; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 20px; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      width: 50%;
      float: left; } }

.fsProfileSectionFieldName, .fsProfileSectionFieldValue {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionFieldName, .fsProfileSectionFieldValue {
      width: 50%;
      float: left; } }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block;
      width: 100%; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px; }

@media (min-width: 700px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  .fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
    clear: both; }

@media (min-width: 700px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 700px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1180px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

.caption {
  font-size: 0.8em;
  line-height: 1.1;
  margin-bottom: 7.04px;
  color: #909090;
  font-family: "garamond-premier-pro", Times, serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

.fs_style_29,
.lead-in {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #4884c4;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

.fs_style_30,
.callout:not(.button) {
  display: block;
  margin: 0 0 9px;
  background: transparent;
  font-size: 20px;
  line-height: 26px;
  color: #353535;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 500;
  /*  &.left {
    float: left;
    margin-left: $gutter;

    @include breakpoint($bp-phablet) {
      width: 50%;
    }

  }

  &.right {
    float: right;
    margin-right: $gutter;

    @include breakpoint($bp-phablet) {
      width: 50%;
    }

  }*/ }

.button-grid > .fsElementContent {
  width: 100%;
  text-align: center; }
  .button-grid > .fsElementContent > a[class*='fs_style_'] {
    display: inline-block;
    width: 100%;
    transition: color 0.3s ease,
 border 0.3s ease,
 background 0.3s ease; }
    @media (min-width: 700px) {
      .button-grid > .fsElementContent > a[class*='fs_style_'] {
        margin-right: 10px;
        margin-left: 10px; } }

@media (min-width: 700px) {
  .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_'] {
    width: calc(50% - 20px); }
    .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_']:nth-of-type(1) {
      margin-left: 0; }
    .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_']:nth-of-type(2) {
      margin-right: 0; } }

@media (min-width: 1000px) {
  .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_'] {
    width: calc(33.3333% - 20px); }
    .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_']:nth-of-type(1) {
      margin-left: 0; }
    .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_']:nth-of-type(2) {
      margin-right: 10px;
      margin-left: 10px; }
    .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_']:nth-of-type(3) {
      margin-right: 0; } }

.content-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .content-block > header {
    padding-top: 17px; }
  .content-block:first-child {
    margin-top: 0; }
  .content-block:last-child {
    margin-bottom: 0; }

.fs_style_25,
.button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: transparent;
  color: #89C64D;
  outline: 0;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #89C64D; }
  #fsBannerLeft .fs_style_25, #fsBannerLeft
  .button {
    width: 100%; }
  #fsBannerRight .fs_style_25, #fsBannerRight
  .button {
    width: 100%; }
  #fsBannerLeft .fs_style_25, #fsBannerLeft
  .button {
    width: 100%; }
  #fsBannerRight .fs_style_25, #fsBannerRight
  .button {
    width: 100%; }
  .fs_style_25:hover,
  .button:hover {
    background-color: #89C64D;
    color: #FFFFFF; }
  .fs_style_25 em,
  .button em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_25:hover,
  .button:hover {
    border: 2px solid transparent; }

.fs_style_31 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: transparent;
  color: #4884c4;
  outline: 0;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #4884c4; }
  #fsBannerLeft .fs_style_31 {
    width: 100%; }
  #fsBannerRight .fs_style_31 {
    width: 100%; }
  #fsBannerLeft .fs_style_31 {
    width: 100%; }
  #fsBannerRight .fs_style_31 {
    width: 100%; }
  .fs_style_31:hover {
    background-color: #4884c4;
    color: #FFFFFF; }
  .fs_style_31 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_31:hover {
    border: 2px solid transparent; }

.fs_style_32 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: transparent;
  color: #FFFFFF;
  outline: 0;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #FFFFFF; }
  #fsBannerLeft .fs_style_32 {
    width: 100%; }
  #fsBannerRight .fs_style_32 {
    width: 100%; }
  #fsBannerLeft .fs_style_32 {
    width: 100%; }
  #fsBannerRight .fs_style_32 {
    width: 100%; }
  .fs_style_32:hover {
    background-color: #FFFFFF;
    color: transparent; }
  .fs_style_32 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_32:hover {
    border: 2px solid transparent; }

.fs_style_33 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: transparent;
  color: #767676;
  outline: 0;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #767676; }
  #fsBannerLeft .fs_style_33 {
    width: 100%; }
  #fsBannerRight .fs_style_33 {
    width: 100%; }
  #fsBannerLeft .fs_style_33 {
    width: 100%; }
  #fsBannerRight .fs_style_33 {
    width: 100%; }
  .fs_style_33:hover {
    background-color: #767676;
    color: #FFFFFF; }
  .fs_style_33 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_33:hover {
    border: 2px solid transparent; }

.fs_style_26 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2.4px;
  padding: 26px 10px; }
  #fsBannerLeft .fs_style_26,
  #fsBannerRight .fs_style_26 {
    display: block; }

.fs_style_15,
.fs_style_16,
.fs_style_17 {
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 20px auto; }

@media (min-width: 700px) {
  .fs_style_15,
  .fs_style_16 {
    width: 50%; } }

@media (min-width: 1000px) {
  .fs_style_15,
  .fs_style_16 {
    width: 37.5%; } }

@media (min-width: 700px) {
  .fs_style_15 {
    float: left;
    margin-right: 20px;
    margin-left: 0; } }

@media (min-width: 700px) {
  .fs_style_16 {
    float: right;
    margin-right: 0;
    margin-left: 20px; } }

#fsPagePopCloseButton:before, #fsPagePopCloseButton:after {
  background-color: #89C64D; }

#fsPagePopCloseButton:hover:before, #fsPagePopCloseButton:hover:after {
  background-color: #4884c4; }

/*! enhancements - timeline v0.0.1 */
.timeline {
  padding-bottom: 20px !important;
  overflow: visible !important; }
  body:not(.fsComposeMode) .timeline {
    max-width: 0vw;
    margin: 0 auto; }
    body:not(.fsComposeMode) .timeline > header,
    body:not(.fsComposeMode) .timeline > .fsElementContent,
    body:not(.fsComposeMode) .timeline > footer {
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw; }
    body:not(.fsComposeMode) .timeline > .fsElementContent {
      padding: 0 20px; }
      @media (min-width: 550px) {
        body:not(.fsComposeMode) .timeline > .fsElementContent {
          padding: 0 40px !important; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .timeline > .fsElementContent {
          padding: 0 20px !important; } }
      body:not(.fsComposeMode) .timeline > .fsElementContent .fsListItems {
        position: relative;
        margin: 0 auto;
        max-width: 73.75em;
        max-width: 73.75rem;
        margin-bottom: 60px; }
  .timeline > header > .fsElementTitle {
    text-align: center; }
  .timeline > .fsElementContent {
    text-align: center;
    background-color: #f1f1f1; }
    .timeline > .fsElementContent .fsListItems {
      padding-top: 30px;
      padding-bottom: 60px;
      overflow: visible; }
      .timeline > .fsElementContent .fsListItems > .slick-list {
        background-color: #ffffff;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05); }
        @media (min-width: 550px) {
          .timeline > .fsElementContent .fsListItems > .slick-list {
            padding-left: 15%;
            padding-right: 15%; } }
        @media (min-width: 700px) {
          .timeline > .fsElementContent .fsListItems > .slick-list {
            padding-left: 100px;
            padding-right: 100px; } }
  .timeline article {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: 400px;
    margin: 0 !important;
    border: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 92px !important; }
    @media (min-width: 550px) {
      .timeline article {
        padding-bottom: 60px !important; } }
    @media (min-width: 700px) {
      .timeline article {
        padding-bottom: 30px !important; } }
  .timeline .fsThumbnail {
    zoom: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; }
    @media (min-width: 550px) {
      .timeline .fsThumbnail {
        padding: 0; } }
    @media (min-width: 700px) {
      .timeline .fsThumbnail {
        width: 43.57143%; } }
  .timeline .fsCroppedImage {
    float: right;
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding: 0 !important;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 550px) {
      .timeline .fsCroppedImage {
        position: relative;
        z-index: 2; } }
    .timeline .fsCroppedImage:before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 89.22717%; }
  .timeline .slideshow-arrows {
    width: 76px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 88px;
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
    @media (min-width: 550px) {
      .timeline .slideshow-arrows {
        width: auto;
        height: auto;
        position: static;
        -ms-transform: none;
        transform: none; } }
  .timeline .slick-arrow {
    width: 36px;
    height: 36px;
    cursor: pointer; }
    .timeline .slick-arrow:before {
      content: "";
      display: block;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #b4b4b4;
      font-size: 40px;
      line-height: 1;
      transition: color 0.3s ease;
      text-shadow: none;
      box-shadow: none; }
  .timeline .slick-prev {
    font-size: 0; }
    @media (min-width: 550px) {
      .timeline .slick-prev {
        left: 4.5%; } }
    @media (min-width: 700px) {
      .timeline .slick-prev {
        left: 30px; } }
    .timeline .slick-prev:before {
      content: '\e903';
      font-family: "IcoMoon";
      font-weight: normal;
      speak: none;
      display: block;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #b4b4b4;
      font-size: 40px;
      line-height: 1;
      transition: color 0.3s ease;
      text-shadow: none;
      box-shadow: none; }
  .timeline .slick-next {
    font-size: 0;
    right: 0; }
    @media (min-width: 550px) {
      .timeline .slick-next {
        right: 4.5%; } }
    @media (min-width: 700px) {
      .timeline .slick-next {
        right: 30px; } }
    .timeline .slick-next:before {
      content: '\e902';
      font-family: "IcoMoon";
      font-weight: normal;
      speak: none;
      display: block;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #b4b4b4;
      font-size: 40px;
      line-height: 1;
      transition: color 0.3s ease;
      text-shadow: none;
      box-shadow: none; }
  .timeline .slick-prev, .timeline .slick-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .timeline .slick-prev:hover:before, .timeline .slick-prev:focus:before, .timeline .slick-next:hover:before, .timeline .slick-next:focus:before {
      color: #767676; }
  .timeline .fsListItems .caption-wrapper {
    -ms-flex-order: 2;
    order: 2;
    padding: 31px 18px 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: left;
    background: none; }
    @media (min-width: 550px) {
      .timeline .fsListItems .caption-wrapper {
        padding: 31px 0 0 0; } }
    @media (min-width: 700px) {
      .timeline .fsListItems .caption-wrapper {
        width: 56.42857%;
        padding-top: 5px;
        padding-left: 31px; } }
    @media (min-width: 1200px) {
      .timeline .fsListItems .caption-wrapper {
        padding-top: 25px;
        padding-left: 51px; } }
    .timeline .fsListItems .caption-wrapper .fsTitle {
      color: #89C64D;
      margin-bottom: 0;
      font-size: 1.875em;
      line-height: 1.16667;
      margin-bottom: 15px; }
    .timeline .fsListItems .caption-wrapper .fsSummary {
      display: block;
      /*
      margin-bottom: 9px;

      color: #231f20;
      font-size: 36px;
      line-height: 44px;
      font-weight: 900;
      font-family: $sans-serif;
      letter-spacing: -0.01em;
      text-transform: none;

      */
      font-size: 1.875em;
      line-height: 1.16667;
      margin-bottom: 15px;
      color: #4884c4;
      font-family: "proxima-nova", sans-serif;
      letter-spacing: normal;
      font-style: normal;
      font-weight: normal;
      margin-bottom: 9px;
      margin-top: 7px; }
  .timeline .slideshow-index {
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .timeline .slideshow-index a {
      height: 60px;
      min-width: 11px;
      width: auto !important;
      position: relative;
      cursor: pointer; }
      .timeline .slideshow-index a.slick-current:before {
        width: 3px;
        right: 4px;
        background-color: #89C64D; }
      .timeline .slideshow-index a.slick-current:after {
        background-color: #89C64D; }
      .timeline .slideshow-index a.slick-current span:before {
        top: 0; }
      .timeline .slideshow-index a:before {
        content: '';
        display: block;
        height: 60px;
        width: 1px;
        position: absolute;
        bottom: 0;
        right: 5px;
        -ms-transform: none;
        transform: none;
        background-color: #b4babf;
        transition: background 0.3s ease; }
      .timeline .slideshow-index a:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 20px;
        position: absolute;
        bottom: -4px;
        right: 1px;
        -ms-transform: none;
        transform: none;
        background-color: #b4babf;
        transition: background 0.3s ease; }
      .timeline .slideshow-index a:hover {
        color: #363636; }
      .timeline .slideshow-index a span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        .timeline .slideshow-index a span:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #ffffff;
          position: absolute;
          top: -12px;
          right: -6px;
          transition: top 0.3s ease, opacity 0.3s ease; }
    .timeline .slideshow-index .slick-list {
      overflow: visible; }
      @media (min-width: 700px) {
        .timeline .slideshow-index .slick-list {
          height: 60px !important;
          display: inline-block !important;
          padding-left: 0 !important;
          padding-right: 0 !important; } }
    .timeline .slideshow-index .slick-track {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (min-width: 700px) {
        .timeline .slideshow-index .slick-track {
          width: auto !important;
          -ms-transform: none !important;
          transform: none !important; } }
  .timeline .slideshow-increments {
    zoom: 1;
    position: absolute;
    top: 75px;
    left: 0; }
    .timeline .slideshow-increments:after {
      display: table;
      clear: both;
      content: ''; }
  .timeline section.increment-decade {
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    padding-top: 24px;
    position: relative; }
    .timeline section.increment-decade:last-of-type {
      width: 1px; }
      .timeline section.increment-decade:last-of-type span.increment-mark {
        width: 1px; }
      .timeline section.increment-decade:last-of-type span {
        display: none; }
        .timeline section.increment-decade:last-of-type span:first-of-type {
          display: block; }
  .timeline label.increment-label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #757575;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 600;
    letter-spacing: 0.02em; }
  .timeline span.increment-mark {
    display: block;
    width: 11px;
    height: 21px;
    position: relative; }
    .timeline span.increment-mark:before {
      content: '';
      display: block;
      width: 1px;
      height: 9px;
      position: absolute;
      top: 6px;
      left: 0;
      background-color: #b4b4b4; }
    .timeline span.increment-mark:first-of-type:before {
      height: 21px;
      top: 0; }

.callout-box-light, .callout-box-dark, .callout-box-school,
.callout-box {
  display: block;
  color: #767676;
  background: #EEEEEE; }
  .callout-box-light > header .fsElementHeaderContent, .callout-box-dark > header .fsElementHeaderContent, .callout-box-school > header .fsElementHeaderContent,
  .callout-box > header .fsElementHeaderContent {
    margin-bottom: 0; }
  .callout-box-light > header .fsImage picture, .callout-box-dark > header .fsImage picture, .callout-box-school > header .fsImage picture,
  .callout-box > header .fsImage picture {
    display: block; }
  .callout-box-light > header .fsImage img, .callout-box-dark > header .fsImage img, .callout-box-school > header .fsImage img,
  .callout-box > header .fsImage img {
    display: block;
    width: 100%;
    height: auto; }
  .callout-box-light > .fsElementContent, .callout-box-dark > .fsElementContent, .callout-box-school > .fsElementContent,
  .callout-box > .fsElementContent {
    padding: 30px; }
    .fsBannerLeft .callout-box-light > .fsElementContent, .fsBannerLeft .callout-box-dark > .fsElementContent, .fsBannerLeft .callout-box-school > .fsElementContent,
    .fsBannerRight .callout-box-light > .fsElementContent,
    .fsBannerRight .callout-box-dark > .fsElementContent,
    .fsBannerRight .callout-box-school > .fsElementContent, .fsBannerLeft
    .callout-box > .fsElementContent,
    .fsBannerRight
    .callout-box > .fsElementContent {
      padding: 20px; }
    .callout-box-light > .fsElementContent h2, .callout-box-dark > .fsElementContent h2, .callout-box-school > .fsElementContent h2,
    .callout-box > .fsElementContent h2 {
      margin-bottom: 15px;
      color: inherit;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
      text-transform: uppercase; }
  @media (min-width: 800px) {
    .left.callout-box-light, .left.callout-box-dark, .left.callout-box-school, .right.callout-box-light, .right.callout-box-dark, .right.callout-box-school,
    .callout-box.left,
    .callout-box.right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 800px) {
    .left.callout-box-light > header, .left.callout-box-dark > header, .left.callout-box-school > header,
    .left.callout-box-light > .fsElementContent,
    .left.callout-box-dark > .fsElementContent,
    .left.callout-box-school > .fsElementContent, .right.callout-box-light > header, .right.callout-box-dark > header, .right.callout-box-school > header,
    .right.callout-box-light > .fsElementContent,
    .right.callout-box-dark > .fsElementContent,
    .right.callout-box-school > .fsElementContent,
    .callout-box.left > header,
    .callout-box.left > .fsElementContent,
    .callout-box.right > header,
    .callout-box.right > .fsElementContent {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%; } }
  body.fsDraftMode .left.callout-box-light, body.fsDraftMode .left.callout-box-dark, body.fsDraftMode .left.callout-box-school, body.fsDraftMode .right.callout-box-light, body.fsDraftMode .right.callout-box-dark, body.fsDraftMode .right.callout-box-school, body.fsDraftMode
  .callout-box.left, body.fsDraftMode
  .callout-box.right {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    body.fsDraftMode .left.callout-box-light .fsElementActionButtonContainer, body.fsDraftMode .left.callout-box-dark .fsElementActionButtonContainer, body.fsDraftMode .left.callout-box-school .fsElementActionButtonContainer, body.fsDraftMode .right.callout-box-light .fsElementActionButtonContainer, body.fsDraftMode .right.callout-box-dark .fsElementActionButtonContainer, body.fsDraftMode .right.callout-box-school .fsElementActionButtonContainer, body.fsDraftMode
    .callout-box.left .fsElementActionButtonContainer, body.fsDraftMode
    .callout-box.right .fsElementActionButtonContainer {
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
  .left.callout-box-light > header, .left.callout-box-dark > header, .left.callout-box-school > header, .right.callout-box-light > header, .right.callout-box-dark > header, .right.callout-box-school > header,
  .callout-box.left > header,
  .callout-box.right > header {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit; }
    .left.callout-box-light > header .fsImage, .left.callout-box-dark > header .fsImage, .left.callout-box-school > header .fsImage, .right.callout-box-light > header .fsImage, .right.callout-box-dark > header .fsImage, .right.callout-box-school > header .fsImage,
    .callout-box.left > header .fsImage,
    .callout-box.right > header .fsImage {
      opacity: 0;
      visibility: hidden; }
  .left.callout-box-light, .left.callout-box-dark, .left.callout-box-school,
  .callout-box.left {
    -ms-flex-direction: row;
    flex-direction: row; }
  .right.callout-box-light, .right.callout-box-dark, .right.callout-box-school,
  .callout-box.right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.callout-box-light {
  color: dimgray;
  background: #EEEEEE; }
  .callout-box-light a {
    color: #89C64D; }
    .callout-box-light a:hover {
      color: #4884c4; }

.callout-box-dark {
  color: #ffffff;
  background: #767676; }
  .callout-box-dark a {
    color: #fff;
    text-decoration: underline; }
    .callout-box-dark a:hover {
      color: #ffffff;
      text-decoration: none; }

.callout-box-school {
  color: #353535;
  background: #89C64D; }
  .callout-box-school a {
    color: #fff;
    text-decoration: underline; }
    .callout-box-school a:hover {
      color: #ffffff;
      text-decoration: none; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #89C64D;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #4884c4; }
    .fsComposerFormEmbed form .required {
      color: #89C64D; }
    .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: #89C64D;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #4884c4;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #89C64D !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #4884c4 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsBreadcrumb li {
  display: inline-block; }

.navigation.main ul,
.navigation.main ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.navigation.main a {
  display: block; }

.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: 0;
  padding: 0; }
  .navigation.main nav ul.fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative; }
    .no-flexbox .navigation.main nav ul.fsNavLevel1 > li {
      display: inline-block; }
    .navigation.main nav ul.fsNavLevel1 > li:hover > a {
      color: #89C64D; }
    .navigation.main nav ul.fsNavLevel1 > li:hover > .fsNavPageInfo {
      margin-top: 0;
      z-index: 100;
      opacity: 1; }
    .navigation.main nav ul.fsNavLevel1 > li.fsNavParentPage > a:after {
      transition: all 0.333s;
      content: '';
      display: block;
      position: absolute;
      bottom: -8px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-bottom: 12px solid #89C64D;
      border-bottom: 12px solid rgba(137, 198, 77, 0.9);
      z-index: -1;
      opacity: 0; }
    .navigation.main nav ul.fsNavLevel1 > li.fsNavParentPage:hover > a:after {
      bottom: 0;
      opacity: 1;
      z-index: 1; }
    .navigation.main nav ul.fsNavLevel1 > li > a {
      font-weight: bold;
      text-align: center;
      color: #4884c4;
      background: none;
      text-transform: uppercase;
      padding: 13px 0 22px;
      display: block;
      position: relative; }
      @media (min-width: 1180px) {
        .navigation.main nav ul.fsNavLevel1 > li > a {
          font-size: 18px;
          letter-spacing: 1.5px; } }
      .navigation.main nav ul.fsNavLevel1 > li > a:hover, .navigation.main nav ul.fsNavLevel1 > li > a.active {
        color: #89C64D; }
    .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
    .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      color: #89C64D; }

.navigation.main .fsNavPageInfo {
  position: absolute;
  top: 99.5%;
  z-index: 10;
  display: none;
  width: 380px;
  left: 0;
  transition: all 0.333s;
  padding: 5px 0 4px;
  background-color: #89C64D;
  background-color: rgba(137, 198, 77, 0.9);
  transition: margin 0.3s ease,
 opacity 0.3s ease,
 left 0s 0.3s ease;
  display: block;
  opacity: 0;
  z-index: -1;
  margin-top: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: -999em; }
  .navigation.main .fsNavPageInfo:before {
    left: 28px;
    -ms-transform: none;
    transform: none; }
  .navigation.main .fsNavPageInfo .fsNavPageDescription {
    display: none; }
  .navigation.main .fsNavPageInfo ul.fsNavLevel2 {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.22em;
    width: 50%;
    padding: 0;
    margin: 0; }
    .navigation.main .fsNavPageInfo ul.fsNavLevel2 .donate-link {
      background-color: #4884c4; }
  .navigation.main .fsNavPageInfo a {
    padding: 8px 17px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding-right: 23px;
    padding-left: 23px; }
    .navigation.main .fsNavPageInfo a:hover {
      background-color: rgba(0, 0, 0, 0.1); }

.navigation.main li:hover .fsNavPageInfo {
  top: 99.5%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  z-index: 1;
  transition: margin 0.3s ease,
 opacity 0.3s ease,
 left 0s 0s ease; }

.navigation.main li:first-child:hover .fsNavPageInfo {
  left: 0;
  -ms-transform: translateX(0);
  transform: translateX(0); }

.navigation.main li:last-child:hover .fsNavPageInfo {
  left: auto;
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 0; }

#fsPageBodyWrapper .navigation.tier {
  margin-right: -20px;
  margin-left: -20px;
  transition: all 0.333s;
  max-height: 0;
  padding-bottom: 20px;
  display: none; }
  #fsPageBodyWrapper .navigation.tier ul,
  #fsPageBodyWrapper .navigation.tier ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsPageBodyWrapper .navigation.tier a {
    display: block; }
  .has-tier-navigation #fsPageBodyWrapper .navigation.tier {
    max-height: 1000px; }
  @media (min-width: 700px) {
    #fsPageBodyWrapper .navigation.tier {
      margin-right: 0;
      margin-left: 0;
      display: block; } }
  @media (min-width: 700px) {
    #fsPageBodyWrapper .navigation.tier.mobile {
      display: none; } }
  #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
    background-color: #4884c4;
    padding: 20px 20px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: none; }
    @media (min-width: 700px) {
      #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
        display: none; } }
    #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after {
      content: "";
      padding: 0 20px;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #fsPageBodyWrapper .navigation.tier > .fsElementContent {
    transition: all 0.333s; }
  #fsPageBodyWrapper .navigation.tier ul[class*="fsNavLevel"] {
    margin: 0;
    display: none; }
  #fsPageBodyWrapper .navigation.tier li {
    margin: 0px 0; }
    #fsPageBodyWrapper .navigation.tier li.fsNavCurrentPage > a, #fsPageBodyWrapper .navigation.tier li.fsNavCurrentPageAncestor > a {
      background-color: #3c7abb !important; }
    #fsPageBodyWrapper .navigation.tier li.fsNavCurrentPage > .fsNavPageInfo > ul, #fsPageBodyWrapper .navigation.tier li.fsNavCurrentPageAncestor > .fsNavPageInfo > ul {
      display: block; }
  #fsPageBodyWrapper .navigation.tier ul.fsNavLevel1 {
    display: block; }
    #fsPageBodyWrapper .navigation.tier ul.fsNavLevel1 > li {
      display: none; }
      #fsPageBodyWrapper .navigation.tier ul.fsNavLevel1 > li > a {
        display: none; }
      #fsPageBodyWrapper .navigation.tier ul.fsNavLevel1 > li.fsNavCurrentPage, #fsPageBodyWrapper .navigation.tier ul.fsNavLevel1 > li.fsNavCurrentPageAncestor {
        display: block; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li {
    position: relative; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li:after {
      content: '';
      display: block;
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 0;
      height: 1px;
      background-color: #5489a1; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li:last-of-type:after {
      display: none; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.donate-link:after {
      background-color: #89C64D; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.donate-link > a {
      background-color: #89C64D; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.donate-link > a:hover {
        background-color: #7fc13e; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
    display: block;
    padding: 10px 20px 10px;
    font-size: 16px;
    line-height: 1.375;
    color: #FFFFFF;
    background-color: #4884c4; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover {
      color: #FFFFFF;
      background-color: #3c7abb; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel4 {
    margin: 0 10px 10px; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li {
      margin: 0; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a {
      display: block;
      padding: 10px 20px 10px;
      font-size: 16px;
      line-height: 1.375;
      color: #FFFFFF;
      background-color: #4884c4; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover {
        color: #FFFFFF;
        background-color: #3c7abb; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor {
    background: #4884c4;
    overflow: hidden; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 {
    display: block; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a {
    display: block;
    padding: 10px 20px 10px;
    font-size: 16px;
    line-height: 1.375;
    color: #FFFFFF;
    background-color: #4884c4; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a:hover {
      color: #FFFFFF;
      background-color: #3c7abb; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 {
    margin: 0 10px 10px; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li {
      margin: 0; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
      display: block;
      padding: 10px 20px 10px;
      font-size: 16px;
      line-height: 1.375;
      color: #FFFFFF;
      background-color: #4884c4; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover {
        color: #FFFFFF;
        background-color: #3c7abb; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
      padding-left: 36px; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a {
    padding-left: 60px; }

section.off-canvas {
  transition: all 0.333s;
  width: 100%;
  max-width: 386px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  overflow-y: scroll;
  padding: 26px 20px 26px;
  border: 1px solid #E5E5E5; }
  @media (min-width: 700px) {
    section.off-canvas {
      padding-right: 48px;
      padding-left: 48px; } }
  @media (min-width: 1000px) {
    section.off-canvas {
      display: none; } }
  .off-canvas-menu-open section.off-canvas {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    left: 0; }
  .fsAccountBarVisible section.off-canvas {
    top: 45px; }
  .off-canvas-menu-open,
  .off-canvas-menu-open body {
    overflow: auto;
    -webkit-overflow-scrolling: auto; }
  section.off-canvas header .fsElementTitle {
    display: none; }
  section.off-canvas header .fsElementHeaderContent {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 16px; }
  section.off-canvas > .fsElementContent {
    position: relative; }
  section.off-canvas .off-canvas-trigger-container {
    padding-bottom: 16px; }
    section.off-canvas .off-canvas-trigger-container > .fsElementContent {
      zoom: 1;
      position: relative; }
      section.off-canvas .off-canvas-trigger-container > .fsElementContent:after {
        display: table;
        clear: both;
        content: ''; }
  section.off-canvas .button.off-canvas-trigger {
    background: none;
    display: block;
    float: right;
    position: relative;
    color: transparent;
    margin: -5px -5px 0 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border: 0; }
    section.off-canvas .button.off-canvas-trigger, section.off-canvas .button.off-canvas-trigger:hover {
      border-color: transparent; }
    section.off-canvas .button.off-canvas-trigger:hover:before, section.off-canvas .button.off-canvas-trigger:hover:after {
      background-color: #4884c4; }
    section.off-canvas .button.off-canvas-trigger span {
      display: none; }
    section.off-canvas .button.off-canvas-trigger:before, section.off-canvas .button.off-canvas-trigger:after {
      width: 2px;
      height: 26px;
      background-color: #89C64D;
      content: '';
      display: block;
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: background 0.3s ease; }
    section.off-canvas .button.off-canvas-trigger:before {
      -ms-transform: rotate(45deg) translate(-50%, -50%);
      transform: rotate(45deg) translate(-50%, -50%); }
    section.off-canvas .button.off-canvas-trigger:after {
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
      transform: rotate(-45deg) translate(-50%, -50%); }
  section.off-canvas .search-mobile {
    transition: all 0.333s;
    margin-bottom: 34px;
    background-color: #89C64D;
    background-color: rgba(137, 198, 77, 0.95);
    width: 100%; }
    @media (min-width: 700px) {
      section.off-canvas .search-mobile {
        display: none; } }
    section.off-canvas .search-mobile .fsElementContent input.gsc-input {
      text-align: left; }
  section.off-canvas .main-mobile-container {
    margin: 0 0 20px; }
  section.off-canvas .navigation.mobile-toggle {
    margin: 0;
    padding: 0; }
    section.off-canvas .navigation.mobile-toggle ul,
    section.off-canvas .navigation.mobile-toggle li {
      list-style: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 {
      display: block;
      position: relative;
      border-top: 1px solid #E5E5E5; }
      section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 > li {
        padding-right: 20px;
        padding-left: 20px;
        width: calc(100% + (20px * 2));
        margin-left: -20px; }
        section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 > li > a {
          text-transform: uppercase;
          letter-spacing: 0.1em; }
        section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 > li > .list-toggle {
          right: 0; }
        section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 > li:after {
          left: 20px;
          right: 20px; }
      section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 li.fsNavParentPage > a > span {
        border-right: 1px solid #d8d8d8; }
    section.off-canvas .navigation.mobile-toggle ul ul {
      padding-left: 20px; }
      section.off-canvas .navigation.mobile-toggle ul ul li:last-of-type {
        border-bottom: 0; }
      section.off-canvas .navigation.mobile-toggle ul ul a {
        text-transform: none;
        letter-spacing: 0; }
    section.off-canvas .navigation.mobile-toggle .fsNavPageInfo {
      display: none; }
    section.off-canvas .navigation.mobile-toggle li {
      display: block;
      position: relative;
      transition: background 0.3s ease; }
      section.off-canvas .navigation.mobile-toggle li:after {
        content: '';
        border-bottom: 1px solid #E5E5E5;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
      section.off-canvas .navigation.mobile-toggle li.fsNavParentPage > a {
        margin-right: 40px; }
        section.off-canvas .navigation.mobile-toggle li.fsNavParentPage > a > span {
          border-right: 1px solid #E5E5E5; }
      section.off-canvas .navigation.mobile-toggle li.fsNavCurrentPage > a, section.off-canvas .navigation.mobile-toggle li.fsNavCurrentPageAncestor > a {
        color: #89C64D !important; }
      section.off-canvas .navigation.mobile-toggle li.fsNavCurrentPage > .list-toggle:after, section.off-canvas .navigation.mobile-toggle li.fsNavCurrentPageAncestor > .list-toggle:after {
        color: #89C64D !important; }
      section.off-canvas .navigation.mobile-toggle li .list-toggle {
        transition: all 0.333s;
        display: block;
        position: absolute;
        width: 60px;
        height: 48px;
        top: 0px;
        right: -20px;
        cursor: pointer; }
        section.off-canvas .navigation.mobile-toggle li .list-toggle:after {
          content: "";
          font-size: 16px;
          font-size: 18px;
          line-height: 48px;
          color: #4884c4;
          width: 60px;
          height: 48px;
          text-align: center;
          transition: opacity 0s ease;
          display: block;
          position: absolute; }
      section.off-canvas .navigation.mobile-toggle li.expanded {
        background-color: #f2f2f2; }
        section.off-canvas .navigation.mobile-toggle li.expanded > a {
          color: #767676; }
          section.off-canvas .navigation.mobile-toggle li.expanded > a:hover {
            color: #89C64D; }
        section.off-canvas .navigation.mobile-toggle li.expanded > .fsNavPageInfo {
          display: block; }
        section.off-canvas .navigation.mobile-toggle li.expanded > .list-toggle:after {
          content: "";
          color: #767676; }
        section.off-canvas .navigation.mobile-toggle li.expanded li:after {
          border-bottom: 1px solid #dddddd; }
    section.off-canvas .navigation.mobile-toggle a {
      color: #4884c4;
      display: block;
      padding-top: 14px;
      padding-bottom: 12px;
      padding-left: 0;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      section.off-canvas .navigation.mobile-toggle a:hover {
        color: #89C64D; }
      section.off-canvas .navigation.mobile-toggle a span {
        display: block; }
  section.off-canvas .navigation.mobile-toggle.portal-mobile .fsNavLevel1 {
    border-top: 0; }
  @media (min-width: 700px) {
    section.off-canvas .navigation.utilities-mobile {
      display: none; } }
  section.off-canvas .navigation.utilities-mobile a {
    color: #4884c4;
    display: block;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #E5E5E5; }
    section.off-canvas .navigation.utilities-mobile a:hover {
      color: #89C64D; }
  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 .fsNavLevel1 {
    margin-top: 0; }

.navigation.social ul,
.navigation.social ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.navigation.social a {
  display: block; }

.navigation.social nav {
  padding-right: 50px;
  padding-left: 50px; }
  @media (min-width: 700px) {
    .navigation.social nav {
      padding-right: 0;
      padding-left: 0; } }

.navigation.social ul {
  text-align: center; }
  .navigation.social ul li {
    padding-right: 7px;
    padding-left: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.22em; }

.navigation.social a {
  transition: all 0.333s;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 60%;
  text-indent: -999em;
  overflow: hidden;
  position: relative; }
  .navigation.social a:hover {
    background-color: #FFFFFF; }
  .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: ""; }
  .navigation.social a[href*='google']:after {
    content: ""; }
  .navigation.social a[href*='instagram']:after {
    content: ""; }
  .navigation.social a[href*='linkedin']:after {
    content: ""; }
  .navigation.social a[href*='blog']:after {
    content: ""; }
  .navigation.social a[href*='twitter']:after {
    content: ""; }
  .navigation.social a[href*='youtube']:after {
    content: ""; }
  .navigation.social a[href*='vimeo']:after {
    content: ""; }
  .navigation.social a[href*='rss']:after {
    content: ""; }
  .navigation.social a[href*='amazon']:after {
    content: ""; }

/*! 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: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: #767676;
  color: #FFFFFF;
  outline: 0;
  text-align: center;
  transition: all 0.3s ease; }
  #fsBannerLeft .vimeo_view_link a {
    width: 100%; }
  #fsBannerRight .vimeo_view_link a {
    width: 100%; }
  .vimeo_view_link a:hover {
    background-color: #E5E5E5;
    color: #000000; }
  .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: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: #767676;
  color: #FFFFFF;
  outline: 0;
  text-align: center;
  transition: all 0.3s ease; }
  #fsBannerLeft .Youtube_view_link a {
    width: 100%; }
  #fsBannerRight .Youtube_view_link a {
    width: 100%; }
  .Youtube_view_link a:hover {
    background-color: #E5E5E5;
    color: #000000; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

.fsNews,
.fsPostElement {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  /*Slideshow*/ }
  .fsNews > header,
  .fsPostElement > header {
    padding-top: 17px; }
  .fsNews:first-child,
  .fsPostElement:first-child {
    margin-top: 0; }
  .fsNews:last-child,
  .fsPostElement:last-child {
    margin-bottom: 0; }
  .fsNews article,
  .fsPostElement article {
    margin-top: 13px;
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E8E8E8; }
    .fsNews article:first-child,
    .fsPostElement article:first-child {
      margin-top: 0; }
  .fsNews .fsThumbnail,
  .fsPostElement .fsThumbnail {
    display: block;
    margin-bottom: 14px; }
    .fsNews .fsThumbnail img,
    .fsPostElement .fsThumbnail img {
      display: block; }
    .fsNews .fsThumbnail .fsCroppedImage,
    .fsPostElement .fsThumbnail .fsCroppedImage {
      display: block; }
  .fsNews .fsTitle,
  .fsPostElement .fsTitle {
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px; }
    .fsNews .fsTitle, .fsNews .fsTitle a,
    .fsPostElement .fsTitle,
    .fsPostElement .fsTitle a {
      color: #4884c4; }
    .fsNews .fsTitle a:hover,
    .fsPostElement .fsTitle a:hover {
      color: #89C64D; }
  .fsNews .fsDate,
  .fsPostElement .fsDate {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.375;
    color: #89C64D;
    letter-spacing: normal;
    font-style: normal;
    font-weight: bold;
    color: #767676; }
  .fsNews .fsSummary,
  .fsPostElement .fsSummary {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsNews .fsSummary :first-child,
    .fsPostElement .fsSummary :first-child {
      margin-top: 0; }
    .fsNews .fsSummary > *:last-child,
    .fsPostElement .fsSummary > *:last-child {
      margin-bottom: 0; }
  .fsNews .fsReadMoreLink,
  .fsPostElement .fsReadMoreLink {
    display: block;
    margin-top: 5px; }
  .fsNews.fsSlideshow .fsElementContent,
  .fsPostElement.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article,
  .fsPostElement.fsSlideshow article {
    padding: 20px; }
  .fsNews.fsSlideshow .fsPager span,
  .fsPostElement.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms,
 opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive,
    .fsPostElement.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsNews.fsGrid .fsNewsGrid,
  .fsPostElement.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsNews.fsGrid .fsNewsGrid:after,
    .fsPostElement.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews.fsGrid article,
  .fsPostElement.fsGrid article {
    clear: none;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding: 0;
    width: auto; }
  @media (min-width: 700px) {
    .fsNews.fsGrid .fsStyleTwoColumns article,
    .fsPostElement.fsGrid .fsStyleTwoColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 700px) {
    .fsNews.fsGrid .fsStyleThreeColumns article,
    .fsPostElement.fsGrid .fsStyleThreeColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsNews.fsGrid .fsStyleThreeColumns article,
    .fsPostElement.fsGrid .fsStyleThreeColumns article {
      width: 32%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(even) {
        margin-left: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
        margin: 0 2%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 700px) {
    .fsNews.fsGrid .fsStyleFourColumns article,
    .fsPostElement.fsGrid .fsStyleFourColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsNews.fsGrid .fsStyleFourColumns article,
    .fsPostElement.fsGrid .fsStyleFourColumns article {
      width: 23.5%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(even) {
        margin-left: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
        margin: 0 1% 0 2%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
        margin: 0 2% 0 1%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 700px) {
    .fsNews.fsGrid .fsStyleFiveColumns article,
    .fsPostElement.fsGrid .fsStyleFiveColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsNews.fsGrid .fsStyleFiveColumns article,
    .fsPostElement.fsGrid .fsStyleFiveColumns article {
      width: 18.4%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(odd),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(even),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(even) {
        margin-left: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-2),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
        margin: 0 1% 0 2%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
        margin: 0 1%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
        margin: 0 2% 0 1%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1),
      .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
        clear: both; } }

.fsPostElement article .fsAuthor {
  display: block; }

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden; }
  form.gsc-search-box-tools table {
    border: 0; }
  form.gsc-search-box-tools table,
  form.gsc-search-box-tools tbody,
  form.gsc-search-box-tools tr,
  form.gsc-search-box-tools td {
    display: block; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    display: block;
    float: left; }
  form.gsc-search-box-tools table.gsc-search-box {
    display: table;
    margin-bottom: 0;
    position: relative; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 140px;
    border: 0;
    height: 50px; }
    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: 50px; }
  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: transparent !important;
    background-image: none !important;
    width: 100%;
    height: 50px !important;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    text-align: right;
    padding-left: 20px !important;
    padding-right: 44px !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: 50px;
    width: 44px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #FFFFFF; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      content: "";
      opacity: 1;
      font-size: 14px;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: transparent;
    color: #FFFFFF; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 50px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FFFFFF;
  opacity: 0.5; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
  opacity: 0.5; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  opacity: 0.5; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF;
  opacity: 0.5; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
form.gsc-search-box-tools div.gsc-input-box {
  background-color: transparent !important; }

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 700px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin: 0;
        padding: 15px 11px 12px;
        background: #e8e8e8;
        font-size: 16px;
        line-height: 22px;
        color: #787878;
        font-family: "proxima-nova", sans-serif;
        letter-spacing: normal;
        font-style: normal;
        font-weight: normal;
        border: 0px solid transparent; }
        .fsTabs .fsTabsNav li a:hover {
          background: #4884c4;
          color: #FFFFFF;
          border-color: transparent; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #89C64D;
        color: #FFFFFF;
        border-color: transparent; }
  .fsTabs .fsPanel {
    margin-bottom: 1px; }
    .fsTabs .fsPanel > header {
      transition: background-color 0.3s ease;
      cursor: pointer;
      background: #e5e5e5;
      border: 0px solid transparent; }
      .fsTabs .fsPanel > header h2 {
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        line-height: 22px;
        padding: 10px 23px 8px;
        color: #787878;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        position: relative;
        padding-left: 46px; }
        .fsTabs .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
        .fsTabs .fsPanel > header h2:before {
          content: "";
          transition: all 0.333s;
          font-size: 13px;
          line-height: 13px;
          border: none;
          position: absolute;
          text-align: center;
          width: 13px;
          height: 13px;
          display: block;
          top: 15px;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          left: 18px; }
      .fsTabs .fsPanel > header:hover {
        background: #4884c4;
        border-color: transparent; }
        .fsTabs .fsPanel > header:hover h2 {
          color: #FFFFFF; }
    .fsTabs .fsPanel > .fsElementContent {
      border: 0px solid transparent;
      border-top: none;
      padding: 18px 31px 12px;
      padding-right: 11px;
      padding-left: 11px; }
      @media (min-width: 500px) {
        .fsTabs .fsPanel > .fsElementContent {
          border: none; } }
    .fsTabs .fsPanel.fsStateOpen > header {
      background: #89C64D;
      border-color: transparent;
      border-bottom-color: transparent; }
      .fsTabs .fsPanel.fsStateOpen > header h2 {
        color: #FFFFFF;
        padding-left: 46px; }
        .fsTabs .fsPanel.fsStateOpen > header h2:before {
          content: "";
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          left: 18px; }
    .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: 700px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

#fsHeader {
  background-color: #FFFFFF;
  position: relative;
  z-index: 10; }
  @media (min-width: 1000px) {
    #fsHeader {
      padding-bottom: 0; } }
  .has-masthead .fsComposeMode #fsHeader {
    position: relative !important;
    top: auto;
    left: auto;
    z-index: auto; }
  .fsComposeMode #fsHeader {
    overflow: hidden; }
  #fsHeader > .fsBanner {
    position: static; }
  #fsHeader header .fsElementTitle {
    display: none; }
  #fsHeader header .fsElementHeaderContent {
    display: none; }

#fsHeader .branding .fsElementContent {
  text-align: center; }
  #fsHeader .branding .fsElementContent a {
    display: block;
    vertical-align: middle;
    font-size: 51px;
    line-height: 66.71px;
    font-weight: 600;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding-top: 23px;
    padding-bottom: 7px; }
    @media (max-width: 700px) {
      #fsHeader .branding .fsElementContent a {
        font-size: 30.6px;
        line-height: 40.026px;
        letter-spacing: 1.92px; } }
    #fsHeader .branding .fsElementContent a:hover {
      color: #89C64D; }
  #fsHeader .branding .fsElementContent img {
    display: inline-block;
    vertical-align: middle;
    max-height: 170px;
    padding: 0 15px; }

#fsHeader .utilities {
  background-color: #f0f0f0;
  height: 40px;
  padding-right: 30px;
  padding-left: 30px; }
  @media (min-width: 700px) {
    #fsHeader .utilities {
      height: 50px; } }
  #fsHeader .utilities > .fsElementContent {
    zoom: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: right; }
    #fsHeader .utilities > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    #fsHeader .utilities > .fsElementContent > .fsElement {
      margin-right: 15px;
      margin-left: 15px; }
      #fsHeader .utilities > .fsElementContent > .fsElement:last-child {
        margin-right: 0; }
    @media (min-width: 700px) {
      #fsHeader .utilities > .fsElementContent {
        display: block; } }
    @media (max-width: 700px) {
      #fsHeader .utilities > .fsElementContent > * {
        display: none; } }
    @media (max-width: 700px) {
      #fsHeader .utilities > .fsElementContent > *.off-canvas-trigger-container {
        display: block; } }
  #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: 1000px) {
      #fsHeader .utilities .navigation.utility {
        display: inline-block;
        vertical-align: top;
        margin-right: -0.22em; } }
    #fsHeader .utilities .navigation.utility ul {
      margin: 0; }
      #fsHeader .utilities .navigation.utility ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.22em; }
    #fsHeader .utilities .navigation.utility a {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 50px;
      height: 50px;
      color: #767676;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      padding: 0;
      background-color: transparent; }
      #fsHeader .utilities .navigation.utility a:hover {
        color: #89C64D; }
  #fsHeader .utilities .navigation.dropdown {
    position: relative; }
    #fsHeader .utilities .navigation.dropdown ul,
    #fsHeader .utilities .navigation.dropdown ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    #fsHeader .utilities .navigation.dropdown a {
      display: block; }
    #fsHeader .utilities .navigation.dropdown:hover > .fsElementContent {
      margin-top: 0;
      z-index: 100;
      opacity: 1; }
    #fsHeader .utilities .navigation.dropdown > header > .fsElementTitle {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 50px;
      height: 50px;
      color: #767676;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      padding: 0;
      background-color: transparent;
      display: inline-block; }
      #fsHeader .utilities .navigation.dropdown > header > .fsElementTitle:hover {
        color: #89C64D; }
      #fsHeader .utilities .navigation.dropdown > header > .fsElementTitle:after {
        transition: all 0.333s;
        content: '';
        display: block;
        position: absolute;
        bottom: -8px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 12px solid #89C64D;
        border-bottom: 12px solid rgba(137, 198, 77, 0.9);
        z-index: -1;
        opacity: 0; }
    #fsHeader .utilities .navigation.dropdown:hover > header > .fsElementTitle:after {
      bottom: 0;
      opacity: 1;
      z-index: 1; }
    #fsHeader .utilities .navigation.dropdown > .fsElementContent {
      transition: all 0.333s;
      padding: 5px 0 4px;
      background-color: #89C64D;
      background-color: rgba(137, 198, 77, 0.9);
      display: block;
      position: absolute;
      margin-top: 8px;
      top: 100%;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1;
      opacity: 0;
      width: 139px; }
      #fsHeader .utilities .navigation.dropdown > .fsElementContent ul {
        padding: 0;
        margin: 0; }
      #fsHeader .utilities .navigation.dropdown > .fsElementContent li {
        padding: 0;
        margin: 0; }
      #fsHeader .utilities .navigation.dropdown > .fsElementContent a {
        padding: 8px 17px;
        color: #FFFFFF;
        font-weight: bold;
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        line-height: 16px;
        text-align: left; }
        #fsHeader .utilities .navigation.dropdown > .fsElementContent a:hover {
          background-color: rgba(0, 0, 0, 0.1); }
  #fsHeader .utilities .button.search-trigger,
  #fsHeader .utilities .button.off-canvas-trigger {
    display: block;
    background: transparent;
    color: #4884c4;
    width: 45px;
    height: 36px;
    text-align: left;
    overflow: hidden;
    position: absolute;
    border: none; }
    @media (min-width: 1000px) {
      #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:before,
    #fsHeader .utilities .button.off-canvas-trigger:before {
      content: "";
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-indent: 0;
      text-align: center;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .page-search-open #fsHeader .utilities .button.search-trigger {
    color: #000000; }
  #fsHeader .utilities .button.search-trigger:after {
    content: ""; }
  #fsHeader .utilities .search-trigger {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #767676;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    background-color: transparent; }
    #fsHeader .utilities .search-trigger:before {
      content: ""; }
    #fsHeader .utilities .search-trigger:hover {
      color: #89C64D; }
  #fsHeader .utilities .button.off-canvas-trigger {
    width: auto;
    height: 40px;
    line-height: 40px;
    background-color: #89C64D;
    color: #FFFFFF;
    margin: 0;
    padding: 0 31px 0 56px;
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease; }
    #fsHeader .utilities .button.off-canvas-trigger span {
      display: inline-block; }
    #fsHeader .utilities .button.off-canvas-trigger:before {
      content: "";
      width: auto;
      padding-right: 10px;
      left: 31px;
      display: inline-block; }
    @media (min-width: 700px) {
      #fsHeader .utilities .button.off-canvas-trigger {
        height: 50px;
        line-height: 50px; } }
    @media (min-width: 1000px) {
      #fsHeader .utilities .button.off-canvas-trigger {
        display: none; } }
  #fsHeader .utilities > .fsElementContent > .off-canvas-trigger-container {
    margin-left: -30px;
    float: left; }
  #fsHeader .utilities > .fsElementContent > .search-trigger-container {
    margin-right: 0;
    width: auto; }
    #fsHeader .utilities > .fsElementContent > .search-trigger-container .search-trigger {
      transition: all 0.4s ease;
      width: 85px;
      padding-right: 0;
      opacity: 1; }
      #fsHeader .utilities > .fsElementContent > .search-trigger-container .search-trigger:before {
        content: "";
        font-size: 13px;
        padding-right: 8px; }
    .page-search-open #fsHeader .utilities > .fsElementContent > .search-trigger-container .search-trigger {
      width: 226px;
      opacity: 0; }
  #fsHeader .utilities .quicklinks.dropdown .fsElementTitle:before {
    content: "";
    font-size: 13px;
    padding-right: 8px; }
  .fsAccountBarVisible #fsHeader .utilities section.log-in {
    display: none; }
  .fsAccountBarVisible .log-in {
    display: none; }
  #fsHeader .utilities .log-in a {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #767676;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    background-color: transparent; }
    #fsHeader .utilities .log-in a:hover {
      color: #89C64D; }
    #fsHeader .utilities .log-in a:before {
      content: "";
      font-size: 13px;
      padding-right: 8px; }

#fsHeader .navigation.container {
  padding-right: 20px;
  padding-left: 20px;
  display: none; }
  @media (min-width: 1000px) {
    #fsHeader .navigation.container {
      display: block; } }
  @media (min-width: 1180px) {
    #fsHeader .navigation.container > .fsElementContent {
      position: relative; } }
  #fsHeader .navigation.container .navigation.main {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  #fsHeader .navigation.container .button.search-trigger {
    display: none;
    background: none;
    border: none;
    padding: 20px;
    color: #4884c4;
    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.container .button.search-trigger {
      color: #000000; }
    #fsHeader .navigation.container .button.search-trigger:before {
      content: "";
      font-size: 22px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-indent: 0;
      text-align: center;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (min-width: 1180px) {
      #fsHeader .navigation.container .button.search-trigger {
        display: block; } }

.sub-navigation {
  display: none;
  background: #4884c4; }
  .has-sub-navigation .sub-navigation {
    display: block; }
    .has-sub-navigation .sub-navigation.masthead-alternate {
      display: none; }
  @media (min-width: 1000px) {
    .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: #4884c4;
    padding: 20px 20px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 1000px) {
      .sub-navigation > header .fsElementHeaderContent {
        display: none; } }
    .sub-navigation > header .fsElementHeaderContent:after {
      content: "";
      padding: 0 20px;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .sub-navigation > .fsElementContent {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 1000px) {
      .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 #FFFFFF; }
        @media (min-width: 1000px) {
          .sub-navigation nav ul.fsNavLevel1 > li {
            display: inline-block;
            vertical-align: middle;
            margin-right: -0.22em;
            border-top: none; } }
        .sub-navigation nav ul.fsNavLevel1 > li > a {
          display: block;
          padding: 10px 20px 10px;
          font-size: 16px;
          line-height: 1.375;
          color: #FFFFFF;
          background-color: #4884c4; }
          .sub-navigation nav ul.fsNavLevel1 > li > a:hover {
            color: #FFFFFF;
            background-color: #3c7abb; }
          @media (min-width: 1000px) {
            .sub-navigation nav ul.fsNavLevel1 > li > a {
              font-weight: bold;
              text-align: center;
              color: #4884c4;
              background: none;
              text-transform: uppercase;
              font-size: 16px;
              line-height: 1.375;
              padding-right: 20px;
              padding-left: 20px;
              padding-top: 21.5px;
              padding-bottom: 21.5px; } }
  @media (min-width: 1000px) and (min-width: 1180px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      font-size: 18px;
      letter-spacing: 1.5px; } }
          @media (min-width: 1000px) {
              .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a.active {
                color: #89C64D; } }
  @media (min-width: 1000px) 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: #89C64D;
          font-weight: 600; }

#fsHeader .fsSearch.search {
  transition: all 0.333s;
  background-color: #89C64D;
  background-color: rgba(137, 198, 77, 0.95);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 0; }
  .page-search-open #fsHeader .fsSearch.search {
    max-width: 226px; }
  #fsHeader .fsSearch.search .fsElementContent td.gsc-search-button {
    transition: all 0.333s; }
  #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
    transition: all 0.333s; }
    @media (min-width: 500px) {
      #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
        padding-right: 64px !important; } }

#fsHeader .above-nav {
  position: relative;
  margin: 0 auto;
  max-width: 1180px; }

#fsBannerRight > .fsBanner > * {
  margin-bottom: 20px; }

#fsBannerLeft > .fsBanner > * {
  margin-bottom: 20px; }

#fsFooter {
  position: relative;
  min-height: 331px;
  padding: 0 21px; }
  @media (min-width: 700px) {
    #fsFooter {
      padding: 0 31px; } }
  #fsFooter:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    background-color: rgba(72, 132, 196, 0);
    background-image: linear-gradient(to bottom,rgba(72, 132, 196, 0) 60%, #4884c4 100%); }
  #fsFooter > .fsBanner {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
    #fsFooter > .fsBanner header .fsElementTitle {
      color: #4884c4;
      font-family: "garamond-premier-pro", Times, serif;
      font-style: italic;
      margin-bottom: 5px; }
      @media (min-width: 1180px) {
        #fsFooter > .fsBanner header .fsElementTitle {
          text-align: left; } }
    #fsFooter > .fsBanner a {
      color: #FFFFFF; }
      #fsFooter > .fsBanner a:hover {
        color: #FFFFFF; }
    #fsFooter > .fsBanner .footer-background {
      display: none; }

#fsFooter > .footer-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.15; }
  #fsFooter > .footer-background img {
    display: none; }

#fsFooter .footer-branding {
  text-align: center; }
  @media (min-width: 700px) {
    #fsFooter .footer-branding {
      text-align: left; } }
  #fsFooter .footer-branding > .fsElementContent {
    vertical-align: middle; }
    #fsFooter .footer-branding > .fsElementContent a {
      vertical-align: middle;
      display: inline-block;
      padding-top: 27px;
      padding-bottom: 21px; }
      @media (min-width: 1000px) {
        #fsFooter .footer-branding > .fsElementContent a {
          padding-bottom: 14px; } }
      #fsFooter .footer-branding > .fsElementContent a img {
        vertical-align: middle;
        display: inline-block; }
      #fsFooter .footer-branding > .fsElementContent a span {
        vertical-align: middle;
        display: inline-block;
        text-transform: uppercase;
        margin-left: 22px;
        font-size: 30.56px;
        line-height: 39.31px;
        font-weight: 600;
        letter-spacing: 1.8px; }
        @media (min-width: 700px) {
          #fsFooter .footer-branding > .fsElementContent a span {
            margin-left: 22px;
            font-size: 37.96px;
            line-height: 48.84px;
            font-weight: 600;
            letter-spacing: 2.0px; } }
        @media (min-width: 1000px) {
          #fsFooter .footer-branding > .fsElementContent a span {
            margin-left: 26px;
            font-size: 43.52px;
            line-height: 55.99px;
            font-weight: 600;
            letter-spacing: 2.0px; } }

@media (min-width: 700px) {
  #fsFooter .contact {
    text-align: left;
    float: left;
    width: 40%; } }

#fsFooter .contact .fsElementContent {
  font-weight: 300; }
  @media (min-width: 1000px) {
    #fsFooter .contact .fsElementContent {
      text-align: left; } }

#fsFooter .contact [itemprop='name'] {
  display: block; }

#fsFooter .contact [itemprop='address'] {
  display: block; }

#fsFooter .contact [itemprop='streetAddress'] {
  display: block; }

#fsFooter .contact [itemprop='telephone'] {
  margin-right: 0.75em; }

#fsFooter .contact [itemprop='telephone'],
#fsFooter .contact [itemprop='fax'] {
  text-transform: uppercase; }

#fsFooter .footer-links {
  padding-top: 39px; }
  #fsFooter .footer-links ul,
  #fsFooter .footer-links ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsFooter .footer-links a {
    display: block; }
  @media (min-width: 700px) {
    #fsFooter .footer-links {
      padding-top: 0;
      width: 60%;
      float: right; } }
  #fsFooter .footer-links .fsElementContent {
    overflow: hidden; }
    #fsFooter .footer-links .fsElementContent nav {
      text-align: center; }
      @media (min-width: 700px) {
        #fsFooter .footer-links .fsElementContent nav {
          text-align: right; } }
    #fsFooter .footer-links .fsElementContent ul {
      zoom: 1;
      margin-top: 0; }
      #fsFooter .footer-links .fsElementContent ul:after {
        display: table;
        clear: both;
        content: ''; }
    @media (min-width: 700px) {
      #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 1180px) {
      #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
        margin-left: 40px;
        text-align: left; }
        #fsFooter .footer-links .fsElementContent ul.fsNavLevel1:first-child {
          margin-left: 0; } }
    #fsFooter .footer-links .fsElementContent li {
      display: inline-block;
      border-right: 1px solid rgba(255, 255, 255, 0.33);
      line-height: 17px;
      height: 17px;
      margin-bottom: 7px; }
      #fsFooter .footer-links .fsElementContent li:last-of-type {
        border-right: 0; }
    #fsFooter .footer-links .fsElementContent a {
      display: inline-block;
      padding: 0 3px;
      margin-right: 3px;
      font-size: 13px;
      line-height: 17px;
      text-transform: uppercase;
      opacity: 1;
      letter-spacing: 0.5px; }
      #fsFooter .footer-links .fsElementContent a:hover {
        color: #89C64D; }

#fsFooter .social {
  padding-top: 18px; }
  @media (min-width: 700px) {
    #fsFooter .social {
      float: right;
      clear: right;
      padding-top: 2px; } }
  #fsFooter .social .fsElementContent nav {
    padding-left: 0;
    padding-right: 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: 700px) {
      #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
        display: none; } }
  #fsFooter .social .fsElementContent a {
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3); }
    #fsFooter .social .fsElementContent a:after {
      color: #FFFFFF;
      transition: all 0.3s ease; }
    #fsFooter .social .fsElementContent a:hover {
      background-color: #FFFFFF; }
      #fsFooter .social .fsElementContent a:hover:after {
        color: #89C64D; }

#fsFooter .footer-partnerships {
  display: block;
  clear: both;
  padding-top: 31px; }
  @media (min-width: 700px) {
    #fsFooter .footer-partnerships {
      padding-top: 21px; } }
  @media (min-width: 1000px) {
    #fsFooter .footer-partnerships {
      padding-top: 2px; } }
  #fsFooter .footer-partnerships nav ul,
  #fsFooter .footer-partnerships nav ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsFooter .footer-partnerships nav a {
    display: block; }
  #fsFooter .footer-partnerships li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    padding-bottom: 12px; }
  #fsFooter .footer-partnerships a {
    font-size: 0;
    color: transparent;
    opacity: 0.5;
    transition: opacity 0.3s ease; }
    #fsFooter .footer-partnerships a:hover {
      opacity: 1; }

#fsFooter .navigation.hierarchy {
  display: none; }

#fsFooter .powered-by-finalsite {
  text-align: center;
  padding-top: 10px;
  position: relative;
  z-index: 3; }
  #fsFooter .powered-by-finalsite > .inner {
    display: inline-block;
    text-align: center; }
  #fsFooter .powered-by-finalsite #fsPoweredByFinalsite {
    display: inline-block; }

.container.masthead {
  position: relative; }
  .fsComposeMode .container.masthead {
    display: none; }
  .container.masthead .slide-inner {
    transition: all 0.333s;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    max-height: 600px; }
    .container.masthead .slide-inner:after {
      content: '';
      display: block;
      width: 100%;
      position: relative;
      z-index: 1;
      padding-bottom: 41.92708%; }
      @media (min-width: 1000px) {
        .container.masthead .slide-inner:after {
          padding-bottom: 41.69922%; } }
  .container.masthead .image-wrapper {
    display: none; }

.masthead.container .description {
  padding: 0 20px;
  background-color: #FFFFFF;
  text-align: center; }
  @media (min-width: 1000px) {
    .masthead.container .description {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: transparent; } }
  .masthead.container .description > .inner {
    padding: 20px 0; }
    @media (min-width: 1000px) {
      .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 #fsBannerLeft,
.home #fsBannerRight {
  display: none; }

.home #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #FFFFFF; }

.home #fsPageContent > .fsLayout {
  margin: 0;
  padding: 0; }
  .home #fsPageContent > .fsLayout > .fsDiv {
    margin: 0;
    padding: 0;
    float: none; }

.home .fsPageLayout > .fsDiv > .fsElement > header > .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.125;
  margin-bottom: 17px;
  color: #4884c4;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 4.0px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase; }

.home .fsPlayer.masthead {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #f2f2f2; }
  .home .fsPlayer.masthead > header {
    display: none; }
    .fsComposeMode.home .fsPlayer.masthead header {
      display: block; }
  .home .fsPlayer.masthead .fsElementContent {
    transition: all 0.333s;
    padding-bottom: 78.125%;
    position: relative; }
    @media (min-width: 700px) {
      .home .fsPlayer.masthead .fsElementContent {
        padding-bottom: 75%; } }
    @media (min-width: 1000px) {
      .home .fsPlayer.masthead .fsElementContent {
        padding-bottom: 66.66667%; } }
    @media (min-width: 1180px) {
      .home .fsPlayer.masthead .fsElementContent {
        padding-bottom: 800px; } }
    .home .fsPlayer.masthead .fsElementContent:after {
      content: "";
      animation: animate-spin 2s infinite linear;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-align: center;
      color: #7fa9d6;
      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 .container.masthead > .inner {
    position: relative;
    z-index: 2; }
  .home .fsPlayer.masthead .slide .slide-inner {
    position: relative;
    transition: all 0.333s;
    display: block;
    background: none !important;
    max-width: 100% !important;
    max-height: 100% !important; }
    @media (min-width: 1000px) {
      .home .fsPlayer.masthead .slide .slide-inner:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.45) 100%); } }
    .home .fsPlayer.masthead .slide .slide-inner:after {
      content: '';
      display: none;
      width: 100%;
      position: relative;
      z-index: 1;
      padding-bottom: 41.92708%; }
      @media (min-width: 1000px) {
        .home .fsPlayer.masthead .slide .slide-inner:after {
          display: block; } }
    .home .fsPlayer.masthead .slide .slide-inner > .inner {
      background-color: #fff; }
      @media (min-width: 1000px) {
        .home .fsPlayer.masthead .slide .slide-inner > .inner {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%; } }
  .home .fsPlayer.masthead .slide .image-wrapper {
    display: block;
    background: none !important; }
    .home .fsPlayer.masthead .slide .image-wrapper img {
      display: block;
      width: 100%; }
  .home .fsPlayer.masthead .slide .details {
    width: 100%;
    display: block;
    padding: 21px 20px 27px;
    background-color: #f2f2f2; }
    @media (min-width: 700px) {
      .home .fsPlayer.masthead .slide .details {
        padding-right: 33px;
        padding-left: 33px;
        padding-bottom: 17px; } }
    @media (min-width: 1000px) {
      .home .fsPlayer.masthead .slide .details {
        position: absolute;
        bottom: 0;
        padding-bottom: 41px;
        z-index: 2; } }
    .home .fsPlayer.masthead .slide .details > * {
      position: relative;
      margin: 0 auto;
      max-width: 1180px;
      width: 100%; }
      @media (min-width: 1000px) {
        .home .fsPlayer.masthead .slide .details > * {
          padding-right: 102px;
          padding-left: 102px; } }
    @media (min-width: 1000px) {
      .home .fsPlayer.masthead .slide .details {
        background: none; } }
    .home .fsPlayer.masthead .slide .details .title {
      letter-spacing: -0.2px;
      color: #4884c4;
      margin-bottom: 8px; }
      @media (min-width: 1000px) {
        .home .fsPlayer.masthead .slide .details .title {
          letter-spacing: normal;
          font-family: "proxima-nova", sans-serif;
          font-size: 28px;
          line-height: 22px;
          font-weight: bold;
          color: #FFFFFF;
          margin-bottom: 14px; } }
    @media (min-width: 1000px) {
      .home .fsPlayer.masthead .slide .details .copy {
        font-family: "proxima-nova", sans-serif;
        font-size: 22px;
        line-height: 26px;
        color: #FFFFFF; } }
    .home .fsPlayer.masthead .slide .details .copy > *:last-child {
      margin-bottom: 0; }
    .home .fsPlayer.masthead .slide .details .copy p {
      margin-bottom: 10px; }
    @media (min-width: 1000px) {
      .home .fsPlayer.masthead .slide .details .copy a {
        color: #FFFFFF;
        font-weight: bold; } }
    .home .fsPlayer.masthead .slide .details .copy a:hover {
      color: #89C64D; }
  .home .fsPlayer.masthead .container.masthead {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    .has-masthead .home .fsPlayer.masthead .container.masthead {
      max-height: 850px; }

.home section.section-1 {
  padding: 52px 20px 0; }
  @media (min-width: 700px) {
    .home section.section-1 {
      padding-top: 52px; } }
  .home section.section-1 > header,
  .home section.section-1 > footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  .home section.section-1 > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-top: 32px;
    padding-bottom: 56px; }
    @media (min-width: 700px) {
      .home section.section-1 > .fsElementContent {
        padding-top: 50px;
        padding-bottom: 35px; } }
    @media (min-width: 1000px) {
      .home section.section-1 > .fsElementContent {
        padding-top: 30px;
        padding-bottom: 31px; } }
    @media (min-width: 1180px) {
      .home section.section-1 > .fsElementContent {
        padding-bottom: 34px; } }
  .home section.section-1.button-grid a[class*='fs_style_'] {
    margin-bottom: 30px; }

.home section.fsCalendar {
  padding: 52px 20px 0;
  position: relative;
  background-color: #89C64D;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  clear: both;
  margin: 0; }
  @media (min-width: 700px) {
    .home section.fsCalendar {
      padding-top: 52px; } }
  .home section.fsCalendar:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #89C64D;
    opacity: 0.85; }
  .home .fsPageLayout > .fsDiv > section.fsElement.fsCalendar > header > .fsElementTitle {
    color: #FFFFFF; }
  .home section.fsCalendar > header {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    border: none;
    padding: 0; }
  .home section.fsCalendar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-top: 32px; }
    @media (min-width: 700px) {
      .home section.fsCalendar > .fsElementContent {
        padding-top: 50px; } }
    @media (min-width: 1000px) {
      .home section.fsCalendar > .fsElementContent {
        padding-top: 30px; } }
  .home section.fsCalendar > footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
    padding-bottom: 62px; }
    @media (min-width: 700px) {
      .home section.fsCalendar > footer {
        padding-bottom: 41px; } }
    @media (min-width: 1000px) {
      .home section.fsCalendar > footer {
        padding-bottom: 21px; } }
    @media (min-width: 1180px) {
      .home section.fsCalendar > footer {
        padding-bottom: 18px; } }
  .home section.fsCalendar .fs_style_32:hover {
    color: #89C64D; }
  .home section.fsCalendar.element-updated article:nth-child(1) {
    display: block; }
  .home section.fsCalendar.element-updated article:nth-child(2) {
    display: block; }
  @media (min-width: 700px) {
    .home section.fsCalendar.element-updated article {
      display: block; } }
  .home section.fsCalendar .fsListItems {
    padding-bottom: 22px; }
    @media (min-width: 700px) {
      .home section.fsCalendar .fsListItems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-bottom: 0; } }
  .home section.fsCalendar article {
    margin-top: 13px;
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E8E8E8;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: none;
    margin: 0;
    position: relative;
    padding-bottom: 41px;
    border-bottom: 0; }
    .home section.fsCalendar article:first-child {
      margin-top: 0; }
    @media (min-width: 700px) {
      .home section.fsCalendar article {
        padding-bottom: 56px; } }
    @media (min-width: 1000px) {
      .home section.fsCalendar article {
        padding-bottom: 27px; } }
    @media (min-width: 1180px) {
      .home section.fsCalendar article {
        padding-bottom: 33px; } }
  .home section.fsCalendar .fsTitle {
    padding-top: 25px;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center; }
    .home section.fsCalendar .fsTitle a {
      color: inherit; }
      .home section.fsCalendar .fsTitle a:hover {
        color: #4884c4; }
  .home section.fsCalendar .fsDate {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.375;
    color: #89C64D;
    letter-spacing: normal;
    font-style: normal;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    height: 136px;
    width: 136px;
    padding-top: 23px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 100px;
    color: #4884c4; }
    .home section.fsCalendar .fsDate span {
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2.0px; }
    .home section.fsCalendar .fsDate .fsSeparator {
      margin: 0 7px; }
    .home section.fsCalendar .fsDate .fsDay {
      display: block;
      font-size: 76px;
      line-height: 80px;
      font-weight: normal;
      padding-top: 4px; }
  .home section.fsCalendar .fsEventDetails {
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px; }
  .home section.fsCalendar .fsTimeRange {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-weight: 300; }
    .home section.fsCalendar .fsTimeRange:before {
      margin-right: 8px; }
  .home section.fsCalendar .fsLocation {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-weight: 300; }

.home section.fsNews,
.home section.fsPostElement {
  padding: 52px 20px 0;
  clear: both;
  margin: 0; }
  @media (min-width: 700px) {
    .home section.fsNews,
    .home section.fsPostElement {
      padding-top: 52px; } }
  .home section.fsNews > header,
  .home section.fsPostElement > header {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    border: none;
    padding: 0; }
  .home section.fsNews > .fsElementContent,
  .home section.fsPostElement > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-top: 21px;
    padding-bottom: 44px; }
    @media (min-width: 700px) {
      .home section.fsNews > .fsElementContent,
      .home section.fsPostElement > .fsElementContent {
        padding-top: 40px;
        padding-bottom: 13px; } }
    @media (min-width: 1000px) {
      .home section.fsNews > .fsElementContent,
      .home section.fsPostElement > .fsElementContent {
        padding-top: 44px;
        padding-bottom: 26px; } }
    @media (min-width: 1180px) {
      .home section.fsNews > .fsElementContent,
      .home section.fsPostElement > .fsElementContent {
        padding-top: 39px;
        padding-bottom: 0px; } }
    .home section.fsNews > .fsElementContent .fsListItems,
    .home section.fsPostElement > .fsElementContent .fsListItems {
      zoom: 1;
      margin-right: -10px;
      margin-left: -10px; }
      .home section.fsNews > .fsElementContent .fsListItems:after,
      .home section.fsPostElement > .fsElementContent .fsListItems:after {
        display: table;
        clear: both;
        content: ''; }
      .home section.fsNews > .fsElementContent .fsListItems article,
      .home section.fsPostElement > .fsElementContent .fsListItems article {
        float: left;
        padding: 0 10px;
        margin: 0;
        width: 100%;
        border: 0;
        padding-bottom: 46px; }
        @media (min-width: 700px) {
          .home section.fsNews > .fsElementContent .fsListItems article,
          .home section.fsPostElement > .fsElementContent .fsListItems article {
            width: 50%; }
            .home section.fsNews > .fsElementContent .fsListItems article:nth-of-type(n+3),
            .home section.fsPostElement > .fsElementContent .fsListItems article:nth-of-type(n+3) {
              clear: both; } }
        @media (min-width: 1000px) {
          .home section.fsNews > .fsElementContent .fsListItems article,
          .home section.fsPostElement > .fsElementContent .fsListItems article {
            width: 33.33333%; }
            .home section.fsNews > .fsElementContent .fsListItems article:nth-of-type(n+3),
            .home section.fsPostElement > .fsElementContent .fsListItems article:nth-of-type(n+3) {
              clear: none; } }
        .home section.fsNews > .fsElementContent .fsListItems article .fsThumbnail,
        .home section.fsPostElement > .fsElementContent .fsListItems article .fsThumbnail {
          display: none;
          margin-bottom: 24px; }
          @media (min-width: 700px) {
            .home section.fsNews > .fsElementContent .fsListItems article .fsThumbnail,
            .home section.fsPostElement > .fsElementContent .fsListItems article .fsThumbnail {
              display: block; } }
        .home section.fsNews > .fsElementContent .fsListItems article .fsTitle,
        .home section.fsPostElement > .fsElementContent .fsListItems article .fsTitle {
          font-size: 1.5em;
          line-height: 1.25;
          margin-bottom: 8px; }
        .home section.fsNews > .fsElementContent .fsListItems article .fsDate,
        .home section.fsPostElement > .fsElementContent .fsListItems article .fsDate {
          color: #767676; }
        .home section.fsNews > .fsElementContent .fsListItems article img,
        .home section.fsPostElement > .fsElementContent .fsListItems article img {
          width: 100%; }
        .home section.fsNews > .fsElementContent .fsListItems article .fsSummary,
        .home section.fsPostElement > .fsElementContent .fsListItems article .fsSummary {
          font-size: 16px;
          line-height: 1.375; }
          .home section.fsNews > .fsElementContent .fsListItems article .fsSummary > *:last-child,
          .home section.fsPostElement > .fsElementContent .fsListItems article .fsSummary > *:last-child {
            margin-bottom: 0; }
        .home section.fsNews > .fsElementContent .fsListItems article .fsReadMoreLink,
        .home section.fsPostElement > .fsElementContent .fsListItems article .fsReadMoreLink {
          margin-top: 10px;
          display: block; }
  .home section.fsNews > footer,
  .home section.fsPostElement > footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-bottom: 51px;
    text-align: center; }
    @media (min-width: 700px) {
      .home section.fsNews > footer,
      .home section.fsPostElement > footer {
        padding-bottom: 46px; } }
    @media (min-width: 1000px) {
      .home section.fsNews > footer,
      .home section.fsPostElement > footer {
        padding-bottom: 66px; } }
    @media (min-width: 1180px) {
      .home section.fsNews > footer,
      .home section.fsPostElement > footer {
        padding-bottom: 46px; } }

.home section.spotlight {
  clear: both; }
  .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: #FFFFFF;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
      @media (min-width: 700px) {
        .home section.spotlight .spotlight.container:before {
          background-color: #89C64D;
          background-color: rgba(137, 198, 77, 0.8); } }
    .home section.spotlight .spotlight.container > .inner {
      padding: 52px 20px 0;
      position: relative;
      z-index: 1; }
      @media (min-width: 700px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 52px; } }
      @media (min-width: 700px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 70px; } }
      .home section.spotlight .spotlight.container > .inner h2 {
        transition: all 0.333s;
        color: #767676;
        text-align: center; }
        @media (min-width: 700px) {
          .home section.spotlight .spotlight.container > .inner h2 {
            color: #FFFFFF; } }
    .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: #000000;
      font-family: "garamond-premier-pro", 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 #E8E8E8; }
      @media (min-width: 700px) {
        .home section.spotlight .spotlight.container .carousel .slide .number {
          border-color: #FFFFFF;
          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: #767676;
      margin-top: 30px; }
      @media (min-width: 700px) {
        .home section.spotlight .spotlight.container .carousel .slide .label {
          color: #FFFFFF; } }

.home .cluster {
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2; }
  @media (min-width: 700px) {
    .home .cluster {
      background: none;
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      top: 0;
      bottom: auto;
      margin-top: 20.96354%; } }
  @media (min-width: 1000px) {
    .home .cluster {
      margin-top: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .home .cluster > .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }
  .home .cluster > .inner > button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    transition: all 0.333s;
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    position: absolute;
    top: -25px;
    z-index: 2;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #FFFFFF;
    background: transparent;
    opacity: 0.6;
    transition-property: color, background, border, width, height;
    display: none; }
    @media (min-width: 700px) {
      .home .cluster > .inner > button {
        display: block; } }
    .home .cluster > .inner > button:hover {
      background: #FFFFFF;
      opacity: 1;
      color: #767676; }
    .home .cluster > .inner > button:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      text-indent: 0;
      height: 46px;
      width: 46px;
      padding-bottom: 3px;
      font-size: 48px;
      line-height: 43px; }
    .home .cluster > .inner > button span {
      display: none; }
    .home .cluster > .inner > button.previous {
      left: 0;
      right: auto; }
      .home .cluster > .inner > button.previous:after {
        content: ""; }
    .home .cluster > .inner > button.next {
      left: auto;
      right: 0; }
      .home .cluster > .inner > button.next:after {
        content: ""; }
  .home .cluster .link {
    display: block; }
    .home .cluster .link .slick-dots {
      list-style: none;
      list-style-type: none;
      margin: -10px 0 0;
      padding: 0 0 10px;
      text-align: center; }
      .home .cluster .link .slick-dots li {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-block; }
        .home .cluster .link .slick-dots li.slick-active button:before {
          background-color: #89C64D; }
      .home .cluster .link .slick-dots button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border: 0;
        background: transparent;
        font-size: 0;
        color: transparent;
        display: block;
        width: 30px;
        height: 30px;
        padding: 10px;
        margin: 0; }
        .home .cluster .link .slick-dots button:before {
          width: 10px;
          height: 10px;
          background-color: #767676;
          content: '';
          border-radius: 100%;
          display: block; }

.style-guide-page #fsPageBodyWrapper {
  padding: 0; }

.style-guide-page #fsPageBody {
  max-width: none; }

.style-guide-page #fsPageContent {
  background-color: #eeeeee; }
  .style-guide-page #fsPageContent > .fsPageLayout {
    padding-top: 94px; }

.style-guide-page .fsPageTitle {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  font-weight: 300;
  color: #555555;
  padding-top: 43px;
  padding-bottom: 23px;
  font-size: 42px;
  line-height: 70px; }

.style-guide-page .fsPageLayout {
  border-top: 1px solid #d9d9d9;
  background-color: #ffffff;
  margin: 0;
  padding: 0 20px; }
  .style-guide-page .fsPageLayout > .fsDiv {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }
    .style-guide-page .fsPageLayout > .fsDiv > .fsElement.fsContainer > header .fsElementTitle {
      font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
      color: #444444;
      border-bottom: 1px solid #e8e8e8;
      font-weight: 300;
      font-size: 27px;
      line-height: normal;
      padding-bottom: 18px;
      margin-bottom: 36px; }
    .style-guide-page .fsPageLayout > .fsDiv > .fsElement.fsContainer > .fsElementContent > .fsElement > header > .fsElementTitle {
      font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
      color: #444444;
      font-weight: 300;
      font-size: 18px;
      line-height: normal;
      padding-bottom: 18px; }
    .style-guide-page .fsPageLayout > .fsDiv > .fsElement.fsContainer > .fsElementContent > .fsElement > .fsDiv > .fsElement > header > .fsElementTitle {
      font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
      color: #444444;
      font-weight: 300;
      font-size: 18px;
      line-height: normal;
      padding-bottom: 18px; }

.style-guide-page .colors ol {
  zoom: 1;
  margin-bottom: 20px;
  padding: 0;
  list-style: none; }
  .style-guide-page .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .style-guide-page .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    padding-top: 128px;
    width: 100%;
    margin: 0 0 0 3px; }
    @media (min-width: 600px) {
      .style-guide-page .colors ol li {
        width: calc( 33.33333% - 3px); } }
    @media (min-width: 1180px) {
      .style-guide-page .colors ol li {
        width: calc( 11.11111% - 3px); } }
    .style-guide-page .colors ol li:after {
      background: white;
      display: block;
      width: 100%;
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      color: #a6a6a6;
      text-transform: uppercase;
      padding: 16px 0; }
    .style-guide-page .colors ol li:nth-of-type(1) {
      background: #89C64D;
      color: #89C64D; }
      .style-guide-page .colors ol li:nth-of-type(1):after {
        content: "#89C64D"; }
    .style-guide-page .colors ol li:nth-of-type(2) {
      background: #4884c4;
      color: #4884c4; }
      .style-guide-page .colors ol li:nth-of-type(2):after {
        content: "#4884c4"; }
    .style-guide-page .colors ol li:nth-of-type(3) {
      background: #000000;
      color: #000000; }
      .style-guide-page .colors ol li:nth-of-type(3):after {
        content: "#000000"; }
    .style-guide-page .colors ol li:nth-of-type(4) {
      background: #353535;
      color: #353535; }
      .style-guide-page .colors ol li:nth-of-type(4):after {
        content: "#353535"; }
    .style-guide-page .colors ol li:nth-of-type(5) {
      background: #767676;
      color: #767676; }
      .style-guide-page .colors ol li:nth-of-type(5):after {
        content: "#767676"; }
    .style-guide-page .colors ol li:nth-of-type(6) {
      background: #E8E8E8;
      color: #E8E8E8; }
      .style-guide-page .colors ol li:nth-of-type(6):after {
        content: "#E8E8E8"; }
    .style-guide-page .colors ol li:nth-of-type(7) {
      background: #E5E5E5;
      color: #E5E5E5; }
      .style-guide-page .colors ol li:nth-of-type(7):after {
        content: "#E5E5E5"; }
    .style-guide-page .colors ol li:nth-of-type(8) {
      background: #EAEAEA;
      color: #EAEAEA; }
      .style-guide-page .colors ol li:nth-of-type(8):after {
        content: "#EAEAEA"; }
    .style-guide-page .colors ol li:nth-of-type(9) {
      background: #FFFFFF;
      color: #FFFFFF; }
      .style-guide-page .colors ol li:nth-of-type(9):after {
        content: "#FFFFFF"; }

.style-guide-page .fonts ol {
  margin-top: 0; }
  .style-guide-page .fonts ol li {
    margin: 0;
    padding: 0 0 0 10px; }
    .style-guide-page .fonts ol li:after {
      background: white;
      display: block;
      width: 100%;
      font-size: 14px;
      line-height: 16px;
      padding: 0; }
    .style-guide-page .fonts ol li:nth-of-type(1):after {
      content: "garamond-premier-pro, Times, serif"; }
    .style-guide-page .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .style-guide-page .fonts ol li:nth-of-type(3):after {
      content: "proxima-nova, sans-serif"; }
    .style-guide-page .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .style-guide-page .fonts ol li:nth-of-type(5):after {
      content: "IcoMoon"; }
    .style-guide-page .fonts ol li:nth-of-type(6):after {
      content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.style-guide-page .headers h1:after {
  content: " size: 40px / line: 45px"; }

.style-guide-page .headers h2:not(.fsElementTitle):after {
  content: " size: 30px / line: 35px"; }

.style-guide-page .headers h3:after {
  content: " size: 24px / line: 30px"; }

.style-guide-page .headers h4:after {
  content: " size: 20px / line: 26px"; }

.style-guide-page .headers h5:after {
  content: " size: 18px / line: 24px"; }

.style-guide-page .headers h6:after {
  content: " size: 14px / line: 22px"; }
