@charset "UTF-8";
 /**
 *
 * grauerschoolcom - avon-plus
 * @link http://grauerschoolcom.finalsite.com
 * Site Template : newclientcustom
 * Built By: Akua Duah
 * Project Manager: Lisa Willsey
 * Designer: David Decker
 * ==== Git Info ====
 * Branch Name: clients/grauerschoolcom
 * Build version: 3.2.7
 * Git Tag: avon-base-53-g832f41dd
 * Last build by: Jesse Rogers
 *
 **/

@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, .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarMonthBrowser .fsCalendarNextMonth:before, .fsCalendar .fsPrevButton:before,
.fsCalendar .fsNextButton:before, .button.primary:after,
.fs_style_2:after, .button.secondary:after,
.fs_style_3:after, #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after, section.off-canvas .button.off-canvas-trigger:after, .navigation.social a[href*='facebook']:after, .navigation.social a[href*='google']:after, .navigation.social a[href*='instagram']:after, .navigation.social a[href*='linkedin']:after, .navigation.social a[href*='blog']:after, .navigation.social a[href*='twitter']:after, .navigation.social a[href*='youtube']:after, .fsNews .fsPrevButton:before,
.fsNews .fsNextButton:before,
.fsPostElement .fsPrevButton:before,
.fsPostElement .fsNextButton:before, form.gsc-search-box-tools td.gsc-search-button:after, .right-btns .fsElementContent li:first-child a .btn-text:before, .right-btns .fsElementContent li:nth-child(2) a .btn-text:before, .right-btns .fsElementContent li:nth-child(3) a .btn-text:before, #fsHeader .utilities .button.search-trigger:after,
#fsHeader .utilities .button.off-canvas-trigger:after, #fsHeader .navigation.container .button.search-trigger:after, .sub-navigation > header .fsElementHeaderContent:after, #fsFooter .contact [itemprop='telephone']:before, .home .fsPlayer.masthead .fsElementContent:after, .home .cluster button:after, .home .infographic button.slick-arrow: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: "lato", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 20px;
  line-height: 1.2;
  color: #666666; }

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

h1, .home .fsPlayer.masthead .slide .details .title, .h1 {
  font-size: 2.4em;
  line-height: 1.16667;
  margin-bottom: 30px;
  color: #2e4061;
  font-family: "freight-text-pro", Times, serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 500; }

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #666666;
  font-family: "lato", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

h3, .fsCalendar > header .fsElementTitle, .content-block > header .fsElementTitle, .fsNews > header .fsElementTitle,
.fsPostElement > header .fsElementTitle, .h3 {
  font-size: 1.2em;
  line-height: 1.20833;
  margin-bottom: 20px;
  color: #333333;
  font-family: "lato", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

h4, .h4 {
  font-size: 1.2em;
  line-height: 1.20833;
  margin-bottom: 20px;
  color: #2e4061;
  font-family: "lato", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

h5, .h5 {
  font-size: 0.75em;
  line-height: 1.13333;
  margin-bottom: 20px;
  color: #333333;
  font-family: "lato", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: bold; }

h6, .h6 {
  font-size: 0.65em;
  line-height: 1.23077;
  margin-bottom: 10;
  color: #afafaf;
  font-family: "lato", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase; }

p {
  margin-top: 0;
  margin-bottom: 15px; }
  #fsPageContent p {
    margin-bottom: 40px; }
  .home #fsPageContent p {
    margin-bottom: 15px; }

a {
  text-decoration: none;
  color: #50877e;
  transition: background .3s, opacity .3s, color .3s; }
  a:hover {
    color: #50877e;
    opacity: 0.5; }

ul,
ol {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 10px; }
  .fsPageLayout ul, .fsPageLayout
  ol {
    padding-left: 20px;
    margin-left: 40px; }

.fs_style_10,
table.styled, .fs_style_11,
table.styled.header-row {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-spacing: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .fs_style_10 tr:first-child th, table.styled tr:first-child th, .fs_style_11 tr:first-child th, .fs_style_10 tr:first-child td, table.styled tr:first-child td, .fs_style_11 tr:first-child td {
    border-top: 1px solid #e1e1e1;
    overflow: hidden; }
    .fs_style_10 tr:first-child th:first-child, table.styled tr:first-child th:first-child, .fs_style_11 tr:first-child th:first-child, .fs_style_10 tr:first-child td:first-child, table.styled tr:first-child td:first-child, .fs_style_11 tr:first-child td:first-child {
      border-top-left-radius: 4px; }
    .fs_style_10 tr:first-child th:last-child, table.styled tr:first-child th:last-child, .fs_style_11 tr:first-child th:last-child, .fs_style_10 tr:first-child td:last-child, table.styled tr:first-child td:last-child, .fs_style_11 tr:first-child td:last-child {
      border-top-right-radius: 4px; }
  .fs_style_10 tr:last-child th, table.styled tr:last-child th, .fs_style_11 tr:last-child th, .fs_style_10 tr:last-child td, table.styled tr:last-child td, .fs_style_11 tr:last-child td {
    overflow: hidden; }
  .fs_style_10 th, table.styled th, .fs_style_11 th, table.styled.header-row th,
  .fs_style_10 td,
  table.styled td,
  .fs_style_11 td,
  table.styled.header-row td {
    padding: 12px 15px;
    vertical-align: top;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px; }
  .fs_style_10 th, table.styled th, .fs_style_11 th, table.styled.header-row th {
    text-align: left;
    font-weight: 700; }
  .fs_style_10 tr:nth-of-type(odd) td, table.styled tr:nth-of-type(odd) td, .fs_style_11 tr:nth-of-type(odd) td, table.styled.header-row tr:nth-of-type(odd) td {
    background-color: #fff; }

.fs_style_11 > tr:first-child td,
.fs_style_11 > tbody tr:first-child td,
table.styled.header-row > tr:first-child td,
table.styled.header-row > tbody tr:first-child td {
  padding: 10px 20px;
  background-color: #2e4061;
  color: #fff;
  font-family: "lato", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
  border-bottom: 0px; }

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

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

blockquote {
  display: block;
  position: relative;
  margin: 50px 0;
  padding: 45px 10px 35px;
  font-size: 24px;
  line-height: 1.20833;
  color: #2e4061;
  font-family: "freight-text-pro", Times, serif;
  letter-spacing: normal;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  blockquote:before {
    position: absolute;
    content: '\0022';
    font-size: 36px;
    color: #50877e;
    left: 50%;
    top: -15px;
    width: 60px;
    height: 40px;
    background: #fff;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-right: 3px; }
  blockquote:after {
    position: absolute;
    left: 50%;
    top: -20px;
    content: '';
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  blockquote .fs_style_8 {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #afafaf;
    font-family: "lato", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 15px;
    text-align: center; }

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

.icon-mobile2:before {
  content: ""; }

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

.icon-plus:before {
  content: ""; }

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

.icon-clock-o:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.icon-mobile:before {
  content: ""; }

.icon-mobile-phone:before {
  content: ""; }

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

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

.icon-long-arrow-right:before {
  content: ""; }

.icon-pinterest-p:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .has-tier-navigation #fsPageBodyWrapper {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (min-width: 800px) {
      .has-tier-navigation #fsPageBodyWrapper {
        padding-top: 40px;
        padding-bottom: 40px; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 1025px) {
  .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: 0px; }
    .fsAccordion .fsPanel:last-child {
      border-bottom: 1px solid #afafaf; }
    .fsAccordion .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: #fff;
      border-top: 1px solid #afafaf; }
      .fsAccordion .fsPanel > header h2 {
        transition: all 0.333s;
        margin-bottom: 0;
        display: block;
        font-size: 24px;
        line-height: 29px;
        padding: 10px 15px;
        color: #333333;
        font-family: "lato", sans-serif;
        font-weight: 400; }
        .fsAccordion .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
      .fsAccordion .fsPanel > header:hover {
        background: #f5f5f5;
        border-color: #afafaf; }
        .fsAccordion .fsPanel > header:hover h2 {
          color: #333333; }
    .fsAccordion .fsPanel > .fsElementContent {
      border: 0px;
      padding: 5px 42px 30px; }
    .fsAccordion .fsPanel.fsStateOpen > header {
      background: #fff;
      border-color: #afafaf;
      border-bottom-color: transparent; }
      .fsAccordion .fsPanel.fsStateOpen > header h2 {
        color: #333333; }
        .fsAccordion .fsPanel.fsStateOpen > header h2:before {
          content: "";
          color: #50877e; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after,
.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: "";
  font-size: 18px;
  border: none;
  width: auto;
  height: auto;
  position: relative;
  top: -3px; }

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

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

.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  margin: -3px 10px 0 0;
  color: #50877e; }

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

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

/*! elements - calendar v0.0.1 */
.fsCalendar {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .fsCalendar > header {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 17.5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px; }
    .fsCalendar > header .fsElementTitle {
      margin-bottom: 17.5px;
      display: inline; }
    .fsCalendar > header .fsElementHeaderContent {
      display: inline;
      float: right; }
      .fsCalendar > header .fsElementHeaderContent a {
        color: #666666;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        opacity: 0.5;
        transition: opacity 0.33s; }
        .fsCalendar > header .fsElementHeaderContent a:hover {
          opacity: 1; }
        .fsCalendar > header .fsElementHeaderContent a:after {
          font-family: "IcoMoon";
          content: "";
          padding-left: 10px;
          font-weight: normal; }
  .fsCalendar:first-child {
    margin-top: 0; }
  .fsCalendar:last-child {
    margin-bottom: 0; }
  .fsCalendar img {
    border-bottom: 5px solid #50877e; }
  .fsCalendar article {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    position: relative;
    padding-left: 100px;
    min-height: 85px;
    padding-top: 0px;
    margin-bottom: 30px; }
    .fsCalendar article:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: 0px; }
    .fsCalendar article.slick-slide {
      border-top: none; }
  .fsCalendar .fsTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
    .fsCalendar .fsTitle, .fsCalendar .fsTitle a {
      color: #50877e; }
    .fsCalendar .fsTitle a:hover {
      color: #50877e; }
  .fsCalendar .fsDate {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.26667;
    color: #afafaf;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    padding-top: 5px;
    text-align: center;
    background: transparent;
    border-radius: 100%;
    color: #333333; }
    .fsCalendar .fsDate span {
      display: block; }
    .fsCalendar .fsDate .fsDayName {
      font-size: 13px;
      color: #afafaf;
      font-family: "lato", sans-serif;
      text-transform: uppercase;
      font-weight: bold; }
    .fsCalendar .fsDate .fsMonth {
      font-size: 13px;
      color: #afafaf;
      font-family: "lato", sans-serif;
      text-transform: uppercase;
      line-height: 1em;
      position: relative;
      top: 0px;
      font-weight: bold; }
    .fsCalendar .fsDate .fsDay {
      font-size: 60px;
      line-height: 1em;
      font-family: "freight-text-pro", Times, serif;
      position: relative;
      top: -8px; }
    .fsCalendar .fsDate .fsYear {
      font-size: 13px;
      color: #afafaf;
      font-family: "lato", sans-serif;
      line-height: 1.5;
      position: relative;
      top: 0px; }
  .fsCalendar .fsEventDetails {
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
  .fsCalendar .fsCalendarEventLink.fsReadMoreLink {
    display: none; }
  .fsCalendar .fsTimeRange {
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsCalendar .fsTimeRange:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      margin-top: 2px;
      color: g2;
      content: '\f017';
      margin-right: 2px;
      color: #666666; }
      .home .fsCalendar .fsTimeRange:before {
        color: #a8c3bf;
        color: rgba(255, 255, 255, 0.5); }
  .fsCalendar .fsLocation {
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    margin-top: 5px; }
    .fsCalendar .fsLocation:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      margin-top: 2px;
      color: g2;
      content: '\f041';
      margin-right: 4px; }
      .home .fsCalendar .fsLocation:before {
        color: #a8c3bf;
        color: rgba(255, 255, 255, 0.5); }
  .fsCalendar .fsNotes {
    margin: 10px 0; }

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

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

.fsCalendarMonthBrowser .fsCalendarPrevMonth:before {
  right: 0; }

@media screen and (max-width: 1024px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
      display: block;
      width: 14.28571% !important;
      height: 50px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 24px;
          border: 1px solid #333333; }
          .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: #2e4061;
            color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected {
        background: #828ca0; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarDate,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected .fsCalendarDate {
          color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange .fsCalendarDate {
        position: absolute;
        right: 10px;
        top: 5px;
        line-height: 1;
        font-size: 15px; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
  @media (min-width: 1025px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  @media (min-width: 1025px) {
    .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: #cbdbd8; }
    @media (min-width: 1025px) {
      .fsCalendarRow .fsCalendarDaybox.has-info {
        background: none; } }
  .fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
    background: #c0c6d0; }

.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; }
  .fsCalendarLegend > ul {
    margin: 0 !important;
    padding: 0 !important; }
    @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: 20px 0 20px 20px !important;
      padding: 0 !important; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  line-height: 1.2; }

.fsCalendar .fsPrevButton,
.fsCalendar .fsNextButton {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.fsCalendar .fsPrevButton {
  left: 0; }

.fsCalendar .fsNextButton {
  right: 0; }

.fsCalendar .fsPrevButton:before,
.fsCalendar .fsNextButton:before {
  content: "";
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  text-align: center; }

.fsCalendar .fsPrevButton:before {
  content: ""; }

.fsCalendar .fsNextButton:before {
  content: ""; }

.fsCalendar.fsSlideshowVertical .fsPrevButton {
  top: 0; }
  .fsCalendar.fsSlideshowVertical .fsPrevButton:before {
    content: "";
    text-align: left; }

.fsCalendar.fsSlideshowVertical .fsNextButton {
  left: 0;
  top: 100%; }
  .fsCalendar.fsSlideshowVertical .fsNextButton:before {
    content: "";
    text-align: left; }

/*! elements - constituent v0.0.1 */
.fsConstituent .fsElementPagination {
  margin-bottom: 20px; }

.fsConstituentItem {
  float: none;
  max-width: 300px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 800px) {
    .fsConstituentItem {
      display: inline-block;
      vertical-align: top;
      margin-left: 1%;
      margin-right: 1%; } }
  .fsConstituentItem > * {
    padding-right: 20px;
    padding-left: 20px; }

.fsConstituent .fsPhoto {
  padding-right: 0;
  padding-left: 0; }
  .fsConstituent .fsPhoto img {
    display: block;
    width: 100%; }

.fsConstituent .fsFullName {
  padding-top: 20px; }

.fsConstituent .fsEmail {
  word-break: break-all; }

@media (min-width: 1025px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem {
    width: 47%; } }

@media (min-width: 1025px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem {
    width: 47%; } }

@media (min-width: 1025px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem {
    width: 30%; } }

@media (min-width: 1025px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: 47%; } }

@media (min-width: 1025px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: 30%; } }

@media (min-width: 1180px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: 22%; } }

.fsProfileSection {
  margin-bottom: 1em; }
  .fsProfileSection .fsProfileSectionSpecialData > div {
    display: block;
    width: auto;
    float: none; }
    @media (min-width: 800px) {
      .fsProfileSection .fsProfileSectionSpecialData > div {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        margin-right: -0.24em; }
        .fsProfileSection .fsProfileSectionSpecialData > div + div {
          margin-right: 0;
          width: 74%; } }

.fsConstituent.fsSearch {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #333333; }
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px; }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 1025px) {
      .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: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.5em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    font-family: "lato", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px;
    border: 0;
    margin: 0 0 20px;
    padding: 10.5px 20px;
    background: #50877e;
    color: #fff;
    outline: 0;
    text-align: center;
    margin: 0 10px;
    padding: 10px 30px;
    font-size: inherit; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background-color: #666666;
      color: #000; }

.fsElementPagination {
  margin: 20px 0; }

.caption {
  font-size: 0.8em;
  line-height: 0.96;
  margin-bottom: 7.68px;
  color: gray;
  font-family: "freight-text-pro", Times, serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

.fs_style_9,
.lead-in {
  font-size: 1.2em;
  line-height: 1.20833;
  margin-bottom: 20px;
  color: #50877e;
  font-family: "lato", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  font-style: italic; }

.fs_style_7,
.callout:not(.button) {
  display: block;
  margin: 50px 0;
  background: transparent;
  font-size: 24px;
  line-height: 1.20833;
  color: #333333;
  font-family: "lato", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  border-left: 5px solid #50877e;
  padding-left: 20px; }

.content-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .content-block > header {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 17.5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px; }
    .content-block > header .fsElementTitle {
      margin-bottom: 17.5px;
      display: inline; }
    .content-block > header .fsElementHeaderContent {
      display: inline;
      float: right; }
      .content-block > header .fsElementHeaderContent a {
        color: #666666;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        opacity: 0.5;
        transition: opacity 0.33s; }
        .content-block > header .fsElementHeaderContent a:hover {
          opacity: 1; }
        .content-block > header .fsElementHeaderContent a:after {
          font-family: "IcoMoon";
          content: "";
          padding-left: 10px;
          font-weight: normal; }
  .content-block:first-child {
    margin-top: 0; }
  .content-block:last-child {
    margin-bottom: 0; }
  .content-block img {
    border-bottom: 5px solid #50877e; }

.sidebar {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  padding: 20px 18px;
  border-radius: 4px; }
  .sidebar:first-child {
    margin-top: 0; }
  .sidebar .fsElementTitle {
    font-size: 24px;
    line-height: 29px;
    color: #2e4061; }
  .sidebar .fsElementContent {
    font-size: 18px;
    line-height: 22px; }
    .sidebar .fsElementContent a {
      color: #50877e;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      opacity: 1;
      transition: opacity 0.33s; }
      .sidebar .fsElementContent a:hover {
        opacity: 0.5; }
      .sidebar .fsElementContent a:after {
        font-family: "IcoMoon";
        content: "";
        padding-left: 10px;
        font-weight: normal; }
    .sidebar .fsElementContent :first-child {
      margin-top: 0; }
    .sidebar .fsElementContent :last-child {
      margin-bottom: 0; }
  .sidebar.primary {
    background: #f5f5f5;
    border-top: 6px solid #50877e;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .sidebar.secondary {
    background: none; }
  .sidebar.tertiary {
    background: #2e4061; }
    .sidebar.tertiary .fsElementTitle {
      color: #fff; }
    .sidebar.tertiary .fsElementContent, .sidebar.tertiary .fsElementContent a {
      color: #fff; }
  .sidebar p {
    margin-bottom: 20px; }

.fs_style_1, .button, .button.primary,
.fs_style_2, .button.secondary,
.fs_style_3, .button.tertiary,
.fs_style_4,
.fsComposerFormEmbed .submitBtn, input[type*="button"] {
  font-family: "lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-family: "lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  border: 0;
  margin: 0 0 20px;
  padding: 10.5px 20px;
  background: #2e4061;
  color: #fff;
  outline: 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px; }
  .fs_style_1:hover, .button:hover, .button.primary:hover,
  .fs_style_2:hover, .button.secondary:hover,
  .fs_style_3:hover, .button.tertiary:hover,
  .fs_style_4:hover,
  .fsComposerFormEmbed .submitBtn:hover, input:hover[type*="button"] {
    background-color: #fff;
    color: #2e4061; }
  .fs_style_1:hover, .button:hover, .button.primary:hover,
  .fs_style_2:hover, .button.secondary:hover,
  .fs_style_3:hover, .button.tertiary:hover,
  .fs_style_4:hover,
  .fsComposerFormEmbed .submitBtn:hover, input:hover[type*="button"] {
    border: 1px solid #fff;
    opacity: 1; }
  .fs_style_1.top, .button.top, .top.button.primary,
  .top.fs_style_2, .top.button.secondary,
  .top.fs_style_3, .top.button.tertiary,
  .top.fs_style_4,
  .fsComposerFormEmbed .top.submitBtn, input.top[type*="button"] {
    background-color: transparent;
    margin-left: 15px;
    display: none; }
    @media (min-width: 600px) {
      .fs_style_1.top, .button.top, .top.button.primary,
      .top.fs_style_2, .top.button.secondary,
      .top.fs_style_3, .top.button.tertiary,
      .top.fs_style_4,
      .fsComposerFormEmbed .top.submitBtn, input.top[type*="button"] {
        display: block; } }
    .fs_style_1.top:hover, .button.top:hover, .top.button.primary:hover,
    .top.fs_style_2:hover, .top.button.secondary:hover,
    .top.fs_style_3:hover, .top.button.tertiary:hover,
    .top.fs_style_4:hover,
    .fsComposerFormEmbed .top.submitBtn:hover, input.top:hover[type*="button"] {
      background-color: #fff; }

.button.primary,
.fs_style_2 {
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  border: none;
  background: transparent;
  margin-left: -10px;
  color: #50877e; }
  .button.primary:after,
  .fs_style_2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px; }
  .button.primary:hover,
  .fs_style_2:hover {
    color: #a8c3bf; }

.button.secondary,
.fs_style_3 {
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  border: none;
  background: transparent;
  margin-left: -10px;
  color: #afafaf; }
  .button.secondary:after,
  .fs_style_3:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px; }
  .button.secondary:hover,
  .fs_style_3:hover {
    color: #666666; }

.button.tertiary,
.fs_style_4,
.fsComposerFormEmbed .submitBtn {
  display: inline-block; }
  .button.tertiary:hover,
  .fs_style_4:hover,
  .fsComposerFormEmbed .submitBtn:hover {
    border-color: #2e4061; }

input[type*="button"]:hover {
  border-color: #2e4061; }

.button.callout, .button.callout.primary,
.fs_style_5, .button.callout.secondary,
.fs_style_6 {
  font-family: "lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-family: "lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  border: 0;
  margin: 0 0 20px;
  padding: 10.5px 20px;
  background: #2e4061;
  color: #fff;
  outline: 0;
  text-align: center;
  border-radius: 5px;
  padding: 27px 60px;
  letter-spacing: normal;
  font-size: 0.65em;
  line-height: 17px;
  display: inline-block;
  border: 1px solid transparent;
  font-family: "freight-text-pro", Times, serif;
  font-weight: 400;
  text-transform: none;
  font-size: 30px;
  line-height: 1.2;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  /*
  &.primary {}//inherits all the above

  &.secondary {
    background-color: $m2;

    &:hover {
      color: $m2;
      background-color: $buttons-background-color-hover;
      border-color: $m2;
    }
  }
  */ }
  .button.callout:hover, .button.callout.primary:hover,
  .fs_style_5:hover, .button.callout.secondary:hover,
  .fs_style_6:hover {
    background-color: #fff;
    color: #2e4061; }
  .button.callout:hover, .button.callout.primary:hover,
  .fs_style_5:hover, .button.callout.secondary:hover,
  .fs_style_6:hover {
    border: 1px solid #2e4061;
    opacity: 1; }
  .button.callout:after, .button.callout.primary:after,
  .fs_style_5:after, .button.callout.secondary:after,
  .fs_style_6:after {
    content: normal; }
  #fsBannerLeft .button.callout,
  #fsBannerRight .button.callout, #fsBannerLeft .button.callout.primary,
  #fsBannerLeft .fs_style_5, #fsBannerLeft .button.callout.secondary,
  #fsBannerLeft .fs_style_6,
  #fsBannerRight .button.callout.primary,
  #fsBannerRight .fs_style_5,
  #fsBannerRight .button.callout.secondary,
  #fsBannerRight .fs_style_6 {
    display: block; }

.button.callout > em,
.fs_style_5 > .fs_style_34,
.fs_style_6 > .fs_style_34,
.fs_style_5 > em,
.fs_style_6 > em {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-family: "lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.button.callout.secondary,
.fs_style_6 {
  background-color: #50877e; }
  .button.callout.secondary:hover,
  .fs_style_6:hover {
    color: #50877e;
    background-color: #fff;
    border-color: #50877e; }

.fs_style_13,
.fs_style_14,
.fs_style_22 {
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 20px auto; }

@media (min-width: 800px) {
  .fs_style_12,
  .fs_style_13 {
    width: 50%; } }

@media (min-width: 1025px) {
  .fs_style_12,
  .fs_style_13 {
    width: 37.5%; } }

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

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

.overlay.active {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 85px; }
  @media (max-width: 599px) {
    .overlay.active {
      top: 49px; }
      .fsAccountBarVisible .overlay.active {
        top: 84px; } }

.navigation.main {
  background: #2e4061;
  display: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15); }
  .navigation.main ul,
  .navigation.main ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .navigation.main a {
    display: block; }
  @media (min-width: 1025px) {
    .navigation.main {
      display: block; } }
  .navigation.main nav {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
    .navigation.main nav ul,
    .navigation.main nav ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .navigation.main nav a {
      display: block; }
    .navigation.main nav ul.fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 0; }
      .navigation.main nav ul.fsNavLevel1 > li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
        .no-flexbox .navigation.main nav ul.fsNavLevel1 > li {
          display: inline-block; }
        .navigation.main nav ul.fsNavLevel1 > li > a {
          margin-right: 0;
          margin-left: 0;
          font-weight: bold;
          text-align: center;
          color: #fff;
          padding: 20px 25px;
          background: none;
          text-transform: uppercase;
          display: block; }
          @media (min-width: 1180px) {
            .navigation.main nav ul.fsNavLevel1 > li > a {
              padding-top: 20px;
              padding-bottom: 20px;
              font-size: 0.85em; } }
          .navigation.main nav ul.fsNavLevel1 > li > a:hover {
            border-top-color: #fff;
            border-top-color: rgba(255, 255, 255, 0.9); }
          .navigation.main nav ul.fsNavLevel1 > li > a:hover, .navigation.main nav ul.fsNavLevel1 > li > a.active {
            color: #2e4061;
            background: #f5f5f5;
            opacity: 1; }
        .navigation.main nav ul.fsNavLevel1 > li:hover > a {
          color: #2e4061;
          background: #f5f5f5;
          opacity: 1; }
        .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
        .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
          color: #fff;
          background: rgba(0, 0, 0, 0.25);
          opacity: 1; }
  .navigation.main .fsNavPageInfo {
    position: absolute;
    top: 99.5%;
    z-index: 10;
    display: none;
    width: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 30px 20px;
    background: #f5f5f5;
    text-align: left;
    border: 1px solid #e1e1e1;
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2.6px 4px rgba(0, 0, 0, 0.2); }
    .navigation.main .fsNavPageInfo .fsNavPageDescription {
      display: inline-block;
      vertical-align: top;
      margin-right: -0.22em;
      font-size: 15px;
      line-height: 1.46667;
      font-family: "lato", sans-serif;
      color: #666666;
      width: 35%;
      padding-right: 4%;
      border-right: 1px solid #e1e1e1; }
      .navigation.main .fsNavPageInfo .fsNavPageDescription h3,
      .navigation.main .fsNavPageInfo .fsNavPageDescription a {
        display: block;
        margin: 24px 0 0;
        padding: 0;
        font-size: 21px;
        font-weight: 400;
        line-height: 1.42857;
        color: #50877e;
        font-family: "lato", sans-serif;
        margin-bottom: 6px; }
        .navigation.main .fsNavPageInfo .fsNavPageDescription h3, .navigation.main .fsNavPageInfo .fsNavPageDescription h3:hover,
        .navigation.main .fsNavPageInfo .fsNavPageDescription a,
        .navigation.main .fsNavPageInfo .fsNavPageDescription a:hover {
          background: none; }
        .navigation.main .fsNavPageInfo .fsNavPageDescription h3:first-child,
        .navigation.main .fsNavPageInfo .fsNavPageDescription a:first-child {
          margin-top: 0; }
      .navigation.main .fsNavPageInfo .fsNavPageDescription ul {
        margin-top: 0px; }
        .navigation.main .fsNavPageInfo .fsNavPageDescription ul > li:first-child {
          border-bottom: 1px dashed #e1e1e1;
          padding-bottom: 18px;
          margin-bottom: 12px; }
    .navigation.main .fsNavPageInfo .fsNavPageThumbnail {
      width: 28%;
      display: inline-block;
      text-align: center;
      border-right: 1px solid #e1e1e1; }
    .navigation.main .fsNavPageInfo ul.fsNavLevel2 {
      display: inline-block;
      vertical-align: top;
      margin-right: -0.22em;
      width: 17.79661%;
      padding-left: 20px;
      margin-top: 0; }
      .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li {
        position: relative; }
        .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li:after {
          margin-right: 10px;
          margin-left: 10px;
          background-color: #fff;
          background-color: rgba(255, 255, 255, 0.2);
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          height: 1px; }
        .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li:first-child:after {
          content: normal; }
        .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li:first-child > a {
          padding-top: 0px; }
        .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li > a {
          border-bottom: 1px dashed #e1e1e1; }
    .navigation.main .fsNavPageInfo a {
      font-size: 15px;
      line-height: 1.2;
      font-weight: 500;
      text-align: left;
      color: #333333;
      color: rgba(0, 0, 0, 0.8);
      padding: 9px 10px; }
      .navigation.main .fsNavPageInfo a:hover {
        color: rgba(0, 0, 0, 0.55); }
  .navigation.main li:hover .fsNavPageInfo {
    display: block; }

#fsPageBodyWrapper .navigation.tier {
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  margin-right: -20px;
  margin-left: -20px;
  transition: all 0.333s;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 40px;
  display: none;
  /*
    //Home: N/A
    //Tier 1 (AKA: "Landing Page"): Show T3 (immediate children WITH immediate children expanded ONLY of current page)
    //Tier 2: Show T3 (immediate children)
    //Tier 3: Show T3 (siblings, with current page in 'active' state), Show T4 (immediate children ONLY of current page)
    //Tier 4: Show T3 (immediate parent & parent's siblings, with current page ancestor in 'active' state), Show T4 (siblings ONLY of current page)
    //Tier 5: ?? Show link back to immediate parent?
  */ }
  #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: 800px) {
    #fsPageBodyWrapper .navigation.tier {
      margin-right: 0;
      margin-left: 0;
      display: block; } }
  #fsPageBodyWrapper .navigation.tier.mobile {
    display: block; }
    @media (min-width: 800px) {
      #fsPageBodyWrapper .navigation.tier.mobile {
        display: none; } }
  #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
    background-color: #50877e;
    padding: 20px 20px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-family: "lato", sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: none; }
    @media (min-width: 800px) {
      #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 .fsNavCurrentPage > a,
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor > a {
    color: #fff !important;
    font-weight: 600;
    background: #50877e; }
  #fsPageBodyWrapper .navigation.tier [class*="fsNavLevel"] {
    margin: 0; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 li a {
    display: block;
    font-size: 15px;
    color: #333333;
    font-family: "lato", sans-serif;
    font-weight: bold; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li {
    display: none; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li > a {
    display: none;
    color: #333333;
    padding: 12px 0; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage,
  #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor {
    display: block;
    font-size: 15px;
    color: #333333;
    font-family: "lato", sans-serif;
    font-weight: bold; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li,
    #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 > li {
      display: block; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3 > li, #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 > li,
      #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3 > li,
      #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 > li {
        display: block; }
        #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4 > li, #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 > li, #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4 > li, #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 > li,
        #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4 > li,
        #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 > li,
        #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4 > li,
        #fsPageBodyWrapper .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 > li {
          display: block; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li {
    display: none;
    border-top: 1px solid #e1e1e1; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li:first-child {
      border-top: none; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a {
    color: #333333;
    padding: 12px 15px; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage,
  #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor {
    display: block;
    font-size: 15px;
    color: #333333;
    font-family: "lato", sans-serif;
    font-weight: bold; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li {
    border-top: 1px solid #e1e1e1; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
    color: rgba(102, 102, 102, 0.75);
    padding: 12px 0;
    padding-left: 20px; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:before {
      content: "";
      font-family: "IcoMoon";
      padding-right: 8px;
      font-weight: 400; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor {
    display: block;
    font-size: 15px;
    color: #666666;
    font-family: "lato", sans-serif;
    font-weight: bold; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li {
    display: none;
    border-top: 1px solid #e1e1e1; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a {
    color: rgba(102, 102, 102, 0.75);
    padding: 12px 0;
    padding-left: 40px; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:before {
      content: "";
      font-family: "IcoMoon";
      padding-right: 8px;
      font-weight: 400; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li.fsNavCurrentPage,
  #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li.fsNavCurrentPageAncestor {
    display: block;
    font-size: 15px;
    color: #666666;
    font-family: "lato", sans-serif;
    font-weight: bold; }

.container.persistent-tier-navigation .navigation.tier {
  max-height: none; }

section.off-canvas {
  transition: all 0.333s;
  width: 245px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 49px;
  right: 0;
  z-index: 2;
  height: 0;
  background: #2e4061; }
  @media (min-width: 600px) {
    section.off-canvas {
      top: 85px; } }
  .fsAccountBarVisible section.off-canvas {
    top: 84px; }
    @media (min-width: 600px) {
      .fsAccountBarVisible section.off-canvas {
        top: 120px; } }
  @media (min-width: 1025px) {
    section.off-canvas {
      height: 0 !important; } }
  .off-canvas-menu-open section.off-canvas {
    height: 365px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .off-canvas-menu-open html,
  .off-canvas-menu-open body {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
    .off-canvas-menu-open html.fsAccountBarVisible #fsPageWrapper,
    .off-canvas-menu-open body.fsAccountBarVisible #fsPageWrapper {
      top: 35px; }
  .off-canvas-menu-open #fsPageWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
  section.off-canvas header .fsElementTitle {
    display: none; }
  section.off-canvas header .fsElementHeaderContent {
    display: none; }
  section.off-canvas ul {
    margin-left: 0; }
  section.off-canvas .search-mobile {
    padding: 10px 20px; }
    section.off-canvas .search-mobile form.gsc-search-box-tools td.gsc-search-button {
      right: 0px;
      left: initial; }
    section.off-canvas .search-mobile form.gsc-search-box-tools input.gsc-input {
      padding-left: 11px !important;
      color: #fff;
      border: 1px solid #fff !important;
      border-radius: 5px;
      padding-right: 35px !important; }
    section.off-canvas .search-mobile ::-webkit-input-placeholder {
      color: #fff; }
  section.off-canvas .button.top {
    display: block;
    margin: 10px 20px; }
    @media (min-width: 600px) {
      section.off-canvas .button.top {
        display: none; } }
  section.off-canvas .button.off-canvas-trigger {
    background: none;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #2e4061;
    margin: 0;
    width: 45px;
    height: 36px; }
    section.off-canvas .button.off-canvas-trigger, section.off-canvas .button.off-canvas-trigger:hover {
      border-color: transparent; }
    section.off-canvas .button.off-canvas-trigger:hover {
      color: #fff; }
    section.off-canvas .button.off-canvas-trigger span {
      display: none; }
    section.off-canvas .button.off-canvas-trigger:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      text-indent: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  section.off-canvas .navigation.main {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block !important; }
    section.off-canvas .navigation.main ul.fsNavLevel1 {
      display: block; }
      section.off-canvas .navigation.main ul.fsNavLevel1 li {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
        section.off-canvas .navigation.main ul.fsNavLevel1 li a {
          border: none;
          font-size: 15px;
          font-weight: bold;
          font-family: "lato", sans-serif;
          text-transform: uppercase;
          color: #fff;
          text-align: left;
          padding: 9px 20px; }
          section.off-canvas .navigation.main ul.fsNavLevel1 li a:hover {
            background-color: #273652;
            background-color: rgba(0, 0, 0, 0.2); }
    section.off-canvas .navigation.main .fsNavPageInfo {
      display: none !important; }
  section.off-canvas .navigation.utility {
    margin-bottom: 0; }
    section.off-canvas .navigation.utility ul,
    section.off-canvas .navigation.utility ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    section.off-canvas .navigation.utility a {
      display: block; }
    section.off-canvas .navigation.utility ul.fsNavLevel1 {
      margin-top: 0px;
      padding: 0;
      display: block;
      background-color: #f5f5f5; }
      section.off-canvas .navigation.utility ul.fsNavLevel1 li {
        display: block;
        border-top: 1px solid #e1e1e1; }
        section.off-canvas .navigation.utility ul.fsNavLevel1 li a {
          margin-right: 2px;
          margin-left: 2px;
          font-size: 15px;
          line-height: 1.2;
          color: #fff;
          font-family: "lato", sans-serif;
          font-weight: 600;
          text-align: center;
          opacity: 1;
          padding: 10px 18px;
          margin-right: 0px;
          margin-left: 0px;
          padding: 10.5px 20px;
          text-align: left;
          color: #666666; }
          section.off-canvas .navigation.utility ul.fsNavLevel1 li a:hover {
            opacity: 0.75; }

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

.navigation.social a {
  display: block; }

.navigation.social nav {
  /*@include padding-x( 50px );
    @include breakpoint($bp-portrait) {
      @include padding-x( 0 );
    }*/ }

.navigation.social ul {
  margin-right: -5px;
  margin-left: -5px;
  text-align: center;
  margin-top: 0; }
  @media (min-width: 700px) {
    .navigation.social ul {
      text-align: right; } }
  .navigation.social ul li {
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.22em;
    margin-bottom: 2.5px; }

.navigation.social a {
  transition: all 0.333s;
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 60%;
  text-indent: 999em;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  @media (min-width: 600px) {
    .navigation.social a {
      width: 50px;
      height: 50px; } }
  .navigation.social a:hover {
    background-color: #fff; }
  .navigation.social a:after {
    position: absolute;
    text-indent: 0;
    text-align: center;
    top: 50%;
    right: 0;
    width: 100%;
    font-size: 18px;
    -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: ""; }

.fsNews,
.fsPostElement {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  /*Slideshow*/ }
  .fsNews > header,
  .fsPostElement > header {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 17.5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px; }
    .fsNews > header .fsElementTitle,
    .fsPostElement > header .fsElementTitle {
      margin-bottom: 17.5px;
      display: inline; }
    .fsNews > header .fsElementHeaderContent,
    .fsPostElement > header .fsElementHeaderContent {
      display: inline;
      float: right; }
      .fsNews > header .fsElementHeaderContent a,
      .fsPostElement > header .fsElementHeaderContent a {
        color: #666666;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        opacity: 0.5;
        transition: opacity 0.33s; }
        .fsNews > header .fsElementHeaderContent a:hover,
        .fsPostElement > header .fsElementHeaderContent a:hover {
          opacity: 1; }
        .fsNews > header .fsElementHeaderContent a:after,
        .fsPostElement > header .fsElementHeaderContent a:after {
          font-family: "IcoMoon";
          content: "";
          padding-left: 10px;
          font-weight: normal; }
  .fsNews:first-child,
  .fsPostElement:first-child {
    margin-top: 0; }
  .fsNews:last-child,
  .fsPostElement:last-child {
    margin-bottom: 0; }
  .fsNews img,
  .fsPostElement img {
    border-bottom: 5px solid #50877e; }
  .fsNews article,
  .fsPostElement article {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px; }
    .fsNews article:first-child,
    .fsPostElement article:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: 0px; }
  .fsNews .fsThumbnail,
  .fsPostElement .fsThumbnail {
    display: block;
    margin-bottom: 5px;
    max-width: 300px !important; }
    .fsNews .fsThumbnail img,
    .fsPostElement .fsThumbnail img {
      display: block; }
  .fsNews .fsTitle,
  .fsPostElement .fsTitle {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px; }
    .fsNews .fsTitle, .fsNews .fsTitle a,
    .fsPostElement .fsTitle,
    .fsPostElement .fsTitle a {
      color: #50877e; }
    .fsNews .fsTitle a:hover,
    .fsPostElement .fsTitle a:hover {
      color: #50877e; }
  .fsNews .fsDate,
  .fsPostElement .fsDate {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.26667;
    color: #afafaf;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsNews .fsDate:before,
    .fsPostElement .fsDate:before {
      content: 'Posted on '; }
  .fsNews .fsSummary,
  .fsPostElement .fsSummary {
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsNews .fsSummary :first-child,
    .fsPostElement .fsSummary :first-child {
      margin-top: 0; }
  .fsNews.fsSlideshow .fsElementContent,
  .fsPostElement.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article,
  .fsPostElement.fsSlideshow article {
    padding: 20px; }
  .fsNews.fsSlideshow .fsPager span,
  .fsPostElement.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive,
    .fsPostElement.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsNews.fsGrid .fsNewsGrid,
  .fsPostElement.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsNews.fsGrid .fsNewsGrid:after,
    .fsPostElement.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews.fsGrid article,
  .fsPostElement.fsGrid article {
    clear: none;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding: 0;
    width: 100%; }
  @media (min-width: 800px) {
    .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: 800px) {
    .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: 1025px) {
    .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: 800px) {
    .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: 1025px) {
    .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: 800px) {
    .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: 1025px) {
    .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; } }
  .fsNews.fsGrid .fsThumbnail,
  .fsPostElement.fsGrid .fsThumbnail {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: none !important; }
    .fsNews.fsGrid .fsThumbnail:hover,
    .fsPostElement.fsGrid .fsThumbnail:hover {
      opacity: 1; }
  .fsNews.fsDialog,
  .fsPostElement.fsDialog {
    overflow: auto; }

.fsNews .fsPrevButton,
.fsNews .fsNextButton,
.fsPostElement .fsPrevButton,
.fsPostElement .fsNextButton {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.fsNews .fsPrevButton,
.fsPostElement .fsPrevButton {
  left: 0; }

.fsNews .fsNextButton,
.fsPostElement .fsNextButton {
  right: 0; }

.fsNews .fsPrevButton:before,
.fsNews .fsNextButton:before,
.fsPostElement .fsPrevButton:before,
.fsPostElement .fsNextButton:before {
  content: "";
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  text-align: center; }

.fsNews .fsPrevButton:before,
.fsPostElement .fsPrevButton:before {
  content: ""; }

.fsNews .fsNextButton:before,
.fsPostElement .fsNextButton:before {
  content: ""; }

.fsNews.fsSlideshowVertical .fsPrevButton,
.fsPostElement.fsSlideshowVertical .fsPrevButton {
  top: 0; }
  .fsNews.fsSlideshowVertical .fsPrevButton:before,
  .fsPostElement.fsSlideshowVertical .fsPrevButton:before {
    content: "";
    text-align: left; }

.fsNews.fsSlideshowVertical .fsNextButton,
.fsPostElement.fsSlideshowVertical .fsNextButton {
  left: 0;
  top: 100%; }
  .fsNews.fsSlideshowVertical .fsNextButton:before,
  .fsPostElement.fsSlideshowVertical .fsNextButton:before {
    content: "";
    text-align: left; }

body:not(.home) .fsGrid .fsListItems {
  margin: 0 !important; }

/*=======================*/
/* 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: 40px; }
    form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus {
      box-shadow: none; }
    form.gsc-search-box-tools div.gsc-input-box table,
    form.gsc-search-box-tools div.gsc-input-box tbody,
    form.gsc-search-box-tools div.gsc-input-box tr,
    form.gsc-search-box-tools div.gsc-input-box td {
      overflow: hidden;
      display: block;
      width: 100%;
      border: 0;
      height: 40px; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools td.gsc-input {
    float: none; }
  form.gsc-search-box-tools input.gsc-input {
    background: transparent !important;
    background-image: none !important;
    width: 100%;
    height: 40px !important;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    font-family: "lato", sans-serif;
    font-style: normal;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-appearance: none; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    transition: all 0.333s;
    display: block;
    padding: 0 12.5px;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #fff; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      content: "";
      opacity: 1;
      font-size: 13px;
      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: #fff; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 40px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*=======================*/
/* 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 !important;
    padding: 0 !important;
    display: none; }
    @media (min-width: 800px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 3px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin: 0;
        padding: 16px 15px;
        background: #afafaf;
        font-size: 15px;
        line-height: 17px;
        color: #fff;
        font-family: "lato", sans-serif;
        letter-spacing: normal;
        font-style: normal;
        font-weight: bold; }
        .fsTabs .fsTabsNav li a:hover {
          opacity: 1;
          background: rgba(80, 135, 126, 0.5);
          color: #fff;
          border-color: transparent; }
      .fsTabs .fsTabsNav li.fsStateSelected {
        position: relative; }
        .fsTabs .fsTabsNav li.fsStateSelected a {
          background: #50877e !important;
          color: #fff;
          border-color: transparent;
          opacity: 1; }
        .fsTabs .fsTabsNav li.fsStateSelected:after {
          content: '';
          background: #fff !important;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          position: absolute;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 10px solid #50877e; }
  .fsTabs .fsElementContent {
    padding-right: 0;
    padding-left: 0; }
  .fsTabs .fsPanel {
    margin-bottom: 0px; }
    .fsTabs .fsPanel:last-child {
      border-bottom: 1px solid #afafaf; }
      @media (min-width: 600px) {
        .fsTabs .fsPanel:last-child {
          border-bottom: 0px; } }
    .fsTabs .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: #fff;
      border-top: 1px solid #afafaf; }
      .fsTabs .fsPanel > header h2 {
        transition: all 0.333s;
        margin-bottom: 0;
        display: block;
        font-size: 24px;
        line-height: 29px;
        padding: 10px 15px;
        color: #333333;
        font-family: "lato", sans-serif;
        font-weight: 400; }
        .fsTabs .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
        .fsTabs .fsPanel > header h2:before {
          content: "";
          margin-right: 40px;
          color: #50877e; }
      .fsTabs .fsPanel > header:hover {
        background: #f5f5f5;
        border-color: #afafaf; }
        .fsTabs .fsPanel > header:hover h2 {
          color: #333333; }
    .fsTabs .fsPanel > .fsElementContent {
      border: 0px;
      padding: 5px 42px 30px; }
      @media (min-width: 600px) {
        .fsTabs .fsPanel > .fsElementContent {
          border: none;
          padding: 20px 0px; } }
    .fsTabs .fsPanel.fsStateOpen > header {
      background: #fff;
      border-color: #afafaf;
      border-bottom-color: transparent; }
      .fsTabs .fsPanel.fsStateOpen > header h2 {
        color: #333333; }
        .fsTabs .fsPanel.fsStateOpen > header h2:before {
          content: "";
          color: #50877e; }
    .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: 800px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

body.fsAccountBarVisible {
  margin-top: 35px; }

#fsAccountBar {
  height: 35px;
  background-color: #25334e;
  color: #fff;
  padding: 0;
  z-index: 9999; }
  #fsAccountBar > ul:first-child > li:first-child {
    padding: 0;
    width: 35px; }
    @media (min-width: 800px) {
      #fsAccountBar > ul:first-child > li:first-child {
        width: auto;
        padding: 7.5px 10px; } }
    @media (min-width: 800px) {
      #fsAccountBar > ul:first-child > li:first-child ul {
        margin-left: 35px; } }
  #fsAccountBar > ul > li {
    transition: all 0.333s;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    padding: 7.5px 10px; }
    #fsAccountBar > ul > li, #fsAccountBar > ul > li a {
      color: #fff;
      font-size: 14px;
      line-height: 1.42857; }
    #fsAccountBar > ul > li:hover {
      background-color: #202d44; }
  #fsAccountBar .fsAccountBarMenu {
    margin-left: 0; }
    @media (min-width: 800px) {
      #fsAccountBar .fsAccountBarMenu {
        margin-left: -12px; } }
  #fsAccountBar .fsAccountBarName {
    display: none;
    margin-left: 35px; }
    @media (min-width: 800px) {
      #fsAccountBar .fsAccountBarName {
        display: inline; } }
  #fsAccountBar .fsAccountBarAvatar {
    width: 35px;
    height: 35px; }
  #fsAccountBar .fsAccountBarMenu {
    background-color: #202d44;
    border-width: 0;
    left: 0; }
    #fsAccountBar .fsAccountBarMenu a {
      color: #abb3c0;
      font-size: 12px;
      line-height: 1.25;
      margin: 0;
      padding: 4.5px 10px; }
      #fsAccountBar .fsAccountBarMenu a:hover {
        color: #fff;
        opacity: 1; }
    #fsAccountBar .fsAccountBarMenu li {
      padding: 0; }
      #fsAccountBar .fsAccountBarMenu li:hover {
        background-color: #293a57; }
    #fsAccountBar .fsAccountBarMenu ul {
      background-color: #202d44;
      left: 100%; }

/* Social Elements */
/*--Facebook--*/
.fsFacebook .fsFacebookList {
  margin-left: 0 !important;
  padding-left: 0 !important; }
  .fsFacebook .fsFacebookList ul,
  .fsFacebook .fsFacebookList ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsFacebook .fsFacebookList a {
    display: block; }
  .fsFacebook .fsFacebookList li {
    display: block;
    margin-bottom: 30px; }
    .fsFacebook .fsFacebookList li:first-child {
      margin-top: 20px; }
    .fsFacebook .fsFacebookList li a:not(.fsFacebookFollow) {
      word-wrap: break-word; }
  .fsFacebook .fsFacebookList .fsFacebookFrom {
    display: block;
    font-weight: inherit;
    font-size: inherit;
    color: inherit; }
  .fsFacebook .fsFacebookList .fsFacebookExtras {
    margin-top: 10px; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookThumb {
      float: left;
      margin: 0 20px 0 0;
      width: 28%; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle {
      float: left;
      line-height: 1;
      width: 60%; }
      .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookCaption {
      float: left;
      font-size: inherit; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookDesc {
      clear: both;
      font-style: italic; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookLikes {
      clear: both;
      padding-top: 10px;
      font-size: inherit;
      font-style: italic;
      color: inherit; }
  .fsFacebook .fsFacebookList .fsFacebookFollow {
    margin-top: 20px; }
    .fsFacebook .fsFacebookList .fsFacebookFollow a {
      background-color: inherit;
      color: inherit;
      font-size: inherit;
      padding: 5px 10px;
      text-transform: capitalize; }
      .fsFacebook .fsFacebookList .fsFacebookFollow a:hover {
        background-color: inherit;
        color: inherit; }

/*--Twitter--*/
.fsTwitter .tweets {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fsTwitter .tweets li {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .fsTwitter .tweets li a {
      color: #50877e; }
      .fsTwitter .tweets li a:hover {
        color: #2e4061; }
    .fsTwitter .tweets li:first-child {
      margin-top: 20px; }
    .fsTwitter .tweets li .header {
      position: relative; }
      .fsTwitter .tweets li .header:after {
        content: '';
        display: table;
        clear: both; }
      .fsTwitter .tweets li .header time {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: right;
        width: 15%;
        text-align: right;
        font-size: 12px;
        color: #2e4061; }
        .fsTwitter .tweets li .header time abbr {
          text-decoration: none;
          border: 0; }
        .fsTwitter .tweets li .header time:hover {
          color: #50877e; }
      .fsTwitter .tweets li .header .p-author {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: left;
        width: 85%; }
        .fsTwitter .tweets li .header .p-author > .profile:after {
          content: '';
          display: table;
          clear: both; }
        .fsTwitter .tweets li .header .p-author > .profile .avatar {
          position: relative;
          display: inline-block;
          float: left;
          width: 25%; }
          .fsTwitter .tweets li .header .p-author > .profile .avatar img {
            width: 100%;
            height: auto; }
        .fsTwitter .tweets li .header .p-author > .profile .full-name,
        .fsTwitter .tweets li .header .p-author > .profile .p-nickname {
          margin: 0;
          padding: 0 0 0 10px;
          position: relative;
          display: inline-block;
          float: left;
          width: 70%;
          vertical-align: middle;
          line-height: 16px;
          font-size: 14px;
          font-weight: bold; }
        .fsTwitter .tweets li .header .p-author > .profile .full-name {
          margin-top: 15px; }
    .fsTwitter .tweets li .e-entry-content {
      font-size: 13px;
      line-height: 18px; }
      .fsTwitter .tweets li .e-entry-content .inline-media img {
        width: 100%;
        height: auto; }
    .fsTwitter .tweets li .footer .stats-narrow,
    .fsTwitter .tweets li .footer .stats-wide {
      display: none; }
    .fsTwitter .tweets li .footer .expand {
      display: inline-block;
      float: left;
      color: #2e4061; }
      .fsTwitter .tweets li .footer .expand b {
        display: none; }
      .fsTwitter .tweets li .footer .expand:hover {
        color: #50877e; }
      .fsTwitter .tweets li .footer .expand:before {
        display: block;
        font-family: "IcoMoon";
        content: '\f067'; }
    .fsTwitter .tweets li .footer .tweet-actions {
      margin: 0;
      padding: 0;
      text-align: right; }
      .fsTwitter .tweets li .footer .tweet-actions li {
        margin: 0 10px 0 0;
        padding: 0;
        position: relative;
        display: inline-block;
        width: auto; }
        .fsTwitter .tweets li .footer .tweet-actions li a {
          color: #2e4061; }
          .fsTwitter .tweets li .footer .tweet-actions li a b {
            display: none; }
          .fsTwitter .tweets li .footer .tweet-actions li a:hover {
            color: #50877e; }
          .fsTwitter .tweets li .footer .tweet-actions li a i {
            font-style: normal; }
            .fsTwitter .tweets li .footer .tweet-actions li a i:before {
              display: block;
              font-family: "IcoMoon"; }
        .fsTwitter .tweets li .footer .tweet-actions li .reply-action i:before {
          content: '\f112'; }
        .fsTwitter .tweets li .footer .tweet-actions li .retweet-action i:before {
          content: '\f079'; }
        .fsTwitter .tweets li .footer .tweet-actions li .favorite-action i:before {
          content: '\f005'; }

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 20px; }

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

.fsYoutube .fsYoutubeList a {
  display: block; }

.fsYoutube .fsYoutubeList li {
  display: block;
  margin-bottom: 20px;
  width: 100%; }
  .fsYoutube .fsYoutubeList li:first-child {
    margin-top: 20px; }

.fsYoutube .fsYoutubeList .fsYoutubeThumb {
  margin: 0 20px 20px 0;
  float: left; }

.fsYoutube .fsYoutubeList .fsYoutubeTitle {
  font-weight: inherit;
  font-size: inherit;
  color: inherit; }

.fsYoutube .fsYoutubeList .fsYoutubeViews {
  font-size: inherit;
  font-style: italic;
  color: inherit; }

.fsYoutube .fsYoutubeList .fsYoutubeDesc {
  margin-top: 5px; }

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
      .fsComposerFormEmbed form fieldset label {
        width: 100%; }
        @media (min-width: 760px) {
          .fsComposerFormEmbed form fieldset label {
            width: auto; } }
    .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: #50877e;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover, .fsComposerFormEmbed form .linkLike:focus {
        color: #2e4061; }
    .fsComposerFormEmbed form .required {
      color: #2e4061; }
    .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: #50877e;
        transition: .3s;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .nextPage:focus, .fsComposerFormEmbed form .pageBreak .prevPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:focus {
          color: #2e4061;
          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: #2e4061 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        transition: .3s;
        color: #fff !important;
        background: #50877e !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "lato", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:focus:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:focus:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  color: #666666; }

::-moz-placeholder {
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/*--Forms--*/
.fsLogin p {
  display: block;
  clear: both;
  margin-bottom: 5px; }

.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span {
    display: block;
    font-weight: inherit;
    text-transform: uppercase;
    font-size: inherit; }
  .fsLogin .fsLoginMainView input, .fsLogin .fsLoginForgotView input, .fsLogin .fsLoginNewView input {
    margin-bottom: 20px;
    border: 1px solid inherit;
    font-size: inherit;
    padding: 2px 5px;
    height: 25px;
    display: block;
    clear: both; }
    .fsLogin .fsLoginMainView input:focus, .fsLogin .fsLoginForgotView input:focus, .fsLogin .fsLoginNewView input:focus {
      border: 1px solid inherit;
      outline: none; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button {
    background-color: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: 0 none;
    outline: none;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: all 100ms linear;
    height: 25px;
    line-height: 1;
    display: block;
    float: left;
    margin-right: 20px; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover {
      background-color: inherit;
      color: inherit; }

.fsLogin .fsLoginForgotPasswordLink {
  margin-top: -2px;
  line-height: 1; }
  .fsLogin .fsLoginForgotPasswordLink a {
    font-size: inherit; }

.fsLogin .fsLoginNewAccountLink {
  line-height: 1; }
  .fsLogin .fsLoginNewAccountLink a {
    font-size: inherit; }

.fsLogin .fsLoginNewCaptcha {
  display: block;
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewCaptcha #recaptcha_table {
    width: 100% !important;
    max-width: 318px; }

/*! elements - athletics v0.0.1 */
.fsAthleticsEvent,
.fsAthleticsRoster,
.fsAthleticsTeam {
  margin: 0 0 50px; }
  .fsAthleticsEvent header h2,
  .fsAthleticsRoster header h2,
  .fsAthleticsTeam header h2 {
    margin-bottom: 10px; }

.fsAthleticsEvent .fsElementContent {
  padding: 0 20px; }

.fsAthleticsEvent article + article {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #333333; }

.fsAthleticsEvent .fsDateTime {
  color: #2e4061;
  font-weight: 600; }

.fsAthleticsEvent .fsTitle {
  display: inline-block; }

.fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsOpponentNames {
  display: inline-block; }

.fsAthleticsRoster .fsRosterName {
  font-weight: 700; }

#fsPageContent .fsAthleticsRosterList .fsAthleticsRoster {
  margin-left: 0; }

.fsAthleticsRosterContent {
  padding: 0 20px; }
  .fsAthleticsRosterContent p {
    margin: 0 0 20px !important; }

.fsAthleticsTeam .fsElementContent {
  padding: 0 20px; }

.fsAthleticsTeamDirectory {
  margin: 0 !important;
  padding: 0 !important; }

#fsHeader {
  background-color: rgba(46, 64, 97, 0.75);
  background-color: #364b72;
  position: relative; }
  @media (min-width: 1025px) {
    #fsHeader {
      padding-bottom: 0; } }
  .has-masthead .fsAccountBarVisible #fsHeader {
    top: 0; }
    @media (min-width: 1025px) {
      .has-masthead .fsAccountBarVisible #fsHeader {
        top: 35px; } }
  @media (min-width: 1025px) {
    .has-masthead #fsHeader {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; } }
  .has-masthead .fsComposeMode #fsHeader {
    position: relative !important;
    top: auto;
    left: auto;
    z-index: auto; }
  .fsComposeMode #fsHeader {
    overflow: hidden; }
  #fsHeader > .fsBanner {
    position: static; }
    @media (min-width: 800px) {
      #fsHeader > .fsBanner {
        position: static; } }
    #fsHeader > .fsBanner .above-nav {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; }
  #fsHeader header .fsElementTitle {
    display: none; }
  #fsHeader header .fsElementHeaderContent {
    display: none; }

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

.right-btns ul a {
  display: block; }

.right-btns a {
  display: block; }
  .right-btns a .btn-text {
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    background-color: #2e4061;
    font-size: 10px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #fff; }
    .right-btns a .btn-text:before {
      display: block;
      font-size: 25px;
      line-height: 0.1;
      padding-top: 6px;
      margin-bottom: -5px; }

.right-btns li {
  display: inline-block; }
  .right-btns li + li {
    margin-left: 20px; }

.right-btns .fsElementContent {
  padding: 20px;
  padding-right: 0; }

.right-btns .fsElementContent li:first-child a .btn-text:before {
  content: ""; }

.right-btns .fsElementContent li:nth-child(2) a .btn-text:before {
  content: "";
  font-size: 20px;
  padding-bottom: 7px;
  padding-top: 8px; }

.right-btns .fsElementContent li:nth-child(3) a .btn-text:before {
  content: "";
  font-size: 19px;
  padding-top: 9px;
  padding-bottom: 5px; }

#fsHeader .right-btns {
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 9; }
  #fsHeader .right-btns a {
    position: relative;
    z-index: 1; }
    #fsHeader .right-btns a em {
      background: #fff;
      font-size: 15px;
      display: block;
      color: #50877e;
      white-space: nowrap;
      border-radius: 100px;
      font-style: normal;
      padding: 14px;
      padding-right: 60px;
      border: 2px solid #2e4061; }
    #fsHeader .right-btns a:hover {
      opacity: 1; }
      #fsHeader .right-btns a:hover .btn-inner {
        max-width: 999px;
        transition: max-width 0.3s cubic-bezier(1, 0, 1, 0);
        border: none; }
  #fsHeader .right-btns .btn-inner {
    overflow: hidden;
    max-width: 50px;
    transition: max-width 0.3s cubic-bezier(0, 1, 0, 1);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    z-index: -1; }
  #fsHeader .right-btns li {
    display: block; }
    #fsHeader .right-btns li + li {
      margin-left: 0;
      margin-top: 10px; }

#fsMenu .right-btns .btn-inner {
  display: none; }

body.home .btn-inner {
  border: 1px solid #2e4061; }

#fsHeader .branding {
  position: absolute;
  left: 29px;
  width: 175px;
  top: 50% !important;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 600px) {
    #fsHeader .branding {
      width: 240px; } }
  @media (min-width: 800px) {
    #fsHeader .branding {
      width: 300px; } }
  @media (min-width: 1025px) {
    #fsHeader .branding {
      position: absolute;
      width: 400px; } }
  @media (min-width: 1180px) {
    #fsHeader .branding {
      width: 500px; } }
  #fsHeader .branding .fsElementContent {
    text-align: center; }
    #fsHeader .branding .fsElementContent a {
      display: block;
      border: none;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden; }
      #fsHeader .branding .fsElementContent a:hover {
        border: none;
        opacity: 0.8; }
    #fsHeader .branding .fsElementContent img {
      transition: all 0.333s;
      display: inline-block;
      vertical-align: top;
      width: auto;
      max-height: 25px; }
      @media (min-width: 600px) {
        #fsHeader .branding .fsElementContent img {
          max-height: 50px; } }
      @media (min-width: 1025px) {
        #fsHeader .branding .fsElementContent img {
          max-height: 70px; } }

#fsHeader .utilities {
  padding-top: 23px;
  padding-bottom: 2px;
  margin-bottom: 0px;
  padding-right: 110px; }
  @media (min-width: 1025px) {
    #fsHeader .utilities {
      padding-bottom: 15px;
      margin-bottom: 0px;
      padding-top: 39px;
      padding-right: 30px; } }
  #fsHeader .utilities .fsElementContent {
    text-align: right; }
  #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: 1025px) {
      #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-right: 2px;
      margin-left: 2px;
      font-size: 15px;
      line-height: 1.2;
      color: #fff;
      font-family: "lato", sans-serif;
      font-weight: 600;
      text-align: center;
      opacity: 1;
      padding: 10px 18px; }
      #fsHeader .utilities .navigation.utility a:hover {
        opacity: 0.75; }
  #fsHeader .utilities .button.search-trigger,
  #fsHeader .utilities .button.off-canvas-trigger {
    display: block;
    background: none;
    color: #fff;
    width: 45px;
    height: 36px;
    text-indent: -999em;
    text-align: left;
    overflow: hidden;
    position: absolute;
    border: none; }
    @media (min-width: 1025px) {
      #fsHeader .utilities .button.search-trigger,
      #fsHeader .utilities .button.off-canvas-trigger {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin-left: 20px; } }
    #fsHeader .utilities .button.search-trigger:after,
    #fsHeader .utilities .button.off-canvas-trigger:after {
      content: "";
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-indent: 0;
      text-align: center;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #fsHeader .utilities .search-trigger-container {
    position: relative; }
  #fsHeader .utilities .button.search-trigger {
    top: 5px;
    right: 5px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    padding: 12px 18px;
    position: relative;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin-left: 20px;
    display: none; }
    #fsHeader .utilities .button.search-trigger:after {
      content: ""; }
    @media (min-width: 600px) {
      #fsHeader .utilities .button.search-trigger {
        display: block; } }
  #fsHeader .utilities .button.off-canvas-trigger {
    top: 0;
    right: 0;
    background: #2e4061;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    width: 63px;
    height: 49px; }
    @media (min-width: 600px) {
      #fsHeader .utilities .button.off-canvas-trigger {
        width: 85px;
        height: 85px; } }
    #fsHeader .utilities .button.off-canvas-trigger:before, #fsHeader .utilities .button.off-canvas-trigger:after {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 2px;
      width: 23px;
      content: '';
      background: #fff; }
    #fsHeader .utilities .button.off-canvas-trigger:after {
      box-shadow: 0 5px 0 0 #fff;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: box-shadow .3s, transform .3s; }
    #fsHeader .utilities .button.off-canvas-trigger:before {
      margin-top: -5px;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: margin-top .3s, transform .3s; }
    @media (min-width: 1025px) {
      #fsHeader .utilities .button.off-canvas-trigger {
        display: none; } }

#fsHeader .navigation.container {
  display: none; }
  @media (min-width: 1025px) {
    #fsHeader .navigation.container {
      display: block; } }
  @media (min-width: 1180px) {
    #fsHeader .navigation.container > .fsElementContent {
      position: relative; } }
  @media (min-width: 1180px) {
    #fsHeader .navigation.container .navigation.main {
      margin-right: 40px; } }
  #fsHeader .navigation.container .button.search-trigger {
    display: none;
    background: none;
    border: none;
    padding: 20px;
    color: #50877e;
    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: #2e4061; }
    #fsHeader .navigation.container .button.search-trigger:after {
      content: "";
      font-size: 22px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-indent: 0;
      text-align: center;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (min-width: 1180px) {
      #fsHeader .navigation.container .button.search-trigger {
        display: block; } }

.sub-navigation {
  display: none;
  background: #50877e; }
  .has-sub-navigation .sub-navigation {
    display: block; }
    @media (min-width: 800px) {
      .has-sub-navigation .sub-navigation {
        display: none; } }
    .has-sub-navigation .sub-navigation.masthead-alternate {
      display: none; }
  @media (min-width: 800px) {
    .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 .home {
    display: none !important; }
  .sub-navigation > header .fsElementTitle {
    display: none; }
  .sub-navigation > header .fsElementHeaderContent {
    background-color: #50877e;
    padding: 20px 20px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-family: "lato", sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 800px) {
      .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 > header .fsElementHeaderContent.button-back:after {
      content: "";
      right: auto;
      left: 0; }
  .sub-navigation > .fsElementContent {
    transition: all 0.333s;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 800px) {
      .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 a {
      color: #fff; }
    .sub-navigation nav ul {
      margin: 0px; }
    .sub-navigation nav ul.fsNavLevel1 {
      margin: 0; }
      .sub-navigation nav ul.fsNavLevel1 > li {
        border-top: 1px solid #fff; }
        @media (min-width: 800px) {
          .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: 14px 20px;
          font-size: 1em;
          line-height: 1.1;
          color: #fff;
          background-color: #50877e; }
          .sub-navigation nav ul.fsNavLevel1 > li > a:hover {
            color: #2e4061;
            background-color: #50877e; }
          @media (min-width: 800px) {
            .sub-navigation nav ul.fsNavLevel1 > li > a {
              margin-right: 0;
              margin-left: 0;
              font-weight: bold;
              text-align: center;
              color: #fff;
              padding: 20px 25px;
              background: none;
              text-transform: uppercase;
              font-size: 20px;
              line-height: 1.1;
              padding-right: 20px;
              padding-left: 20px;
              padding-top: 21.5px;
              padding-bottom: 21.5px; } }
  @media (min-width: 800px) and (min-width: 1180px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 0.85em; } }
          @media (min-width: 800px) {
              .sub-navigation nav ul.fsNavLevel1 > li > a:hover {
                border-top-color: #fff;
                border-top-color: rgba(255, 255, 255, 0.9); }
              .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a.active {
                color: #2e4061;
                background: #f5f5f5;
                opacity: 1; } }
  @media (min-width: 800px) 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: #fff; }
    .sub-navigation nav ul.fsNavLevel2 > li {
      border-top: 1px solid #fff; }
      .sub-navigation nav ul.fsNavLevel2 > li > a {
        display: block;
        padding: 14px 20px;
        font-size: 1em;
        line-height: 1.1;
        color: #fff;
        background-color: #50877e;
        padding-left: 40px;
        opacity: 0.85; }
        .sub-navigation nav ul.fsNavLevel2 > li > a:hover {
          color: #2e4061;
          background-color: #50877e; }
    .sub-navigation nav ul.fsNavLevel3 > li {
      border-top: 1px solid #fff; }
      .sub-navigation nav ul.fsNavLevel3 > li > a {
        display: block;
        padding: 14px 20px;
        font-size: 1em;
        line-height: 1.1;
        color: #fff;
        background-color: #50877e;
        padding-left: 60px;
        opacity: 0.75; }
        .sub-navigation nav ul.fsNavLevel3 > li > a:hover {
          color: #2e4061;
          background-color: #50877e; }
    .sub-navigation nav ul.fsNavLevel4 > li {
      border-top: 1px solid #fff; }
      .sub-navigation nav ul.fsNavLevel4 > li > a {
        display: block;
        padding: 14px 20px;
        font-size: 1em;
        line-height: 1.1;
        color: #fff;
        background-color: #50877e;
        padding-left: 80px;
        opacity: 0.65; }
        .sub-navigation nav ul.fsNavLevel4 > li > a:hover {
          color: #2e4061;
          background-color: #50877e; }
  .sub-navigation + #fsPageBodyWrapper {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .sub-navigation + #fsPageBodyWrapper {
        margin-top: 0; } }

#fsHeader .fsSearch.search {
  transition: width 0.333s;
  background-color: #2e4061;
  background-color: rgba(46, 64, 97, 0.95);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 0px;
  overflow: hidden; }
  .page-search-open #fsHeader .fsSearch.search {
    border: 1px solid #fff;
    border-radius: 5px;
    position: absolute;
    right: 0 !important;
    width: 370px;
    left: initial;
    top: 0; }
    @media (max-width: 599px) {
      .page-search-open #fsHeader .fsSearch.search {
        display: none !important; } }
  #fsHeader .fsSearch.search .fsElementContent td.gsc-search-button {
    transition: all 0.333s; }
    @media (min-width: 600px) {
      #fsHeader .fsSearch.search .fsElementContent td.gsc-search-button {
        background-color: transparent; } }
  #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
    transition: all 0.333s; }
    @media (min-width: 600px) {
      #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
        padding-left: 15px !important; } }

/*
// ====================
// Secret Mobile Navigation

#fsHeader .secondaryNav { display: none; }
.container.persistent-tier-navigation {
  @include dev-color();
  display: block;

  .inner {
    @include dev-color();
  }

  .navigation.tier.mobile {
    display: block !important;
    @include dev-color();

    .fsElementContent {
      @include dev-color();
    }

    nav {
      @include dev-color();
      @include list-reset();

      ul {
        @include dev-color();
        margin: 0;
        padding: 0;
      }

      li {
        border-top: 1px solid $background-stroke;
      }

      a {
        display: block;
        font-size:15px;
        color:$g1;
        font-family: $sans-serif;
        font-weight: 600;
        padding: 12px $gutter;
      }

      .fsNavCurrentPage > a,
      .fsNavCurrentPageAncestor > a {
        color: $m1;
        font-weight: 600;
      }

      .fsNavLevel2 { display: none; }
    }
  }

  @include breakpoint($bp-landscape) {
    display: none;
  }

  .home & { display: none; }
}
*/
#fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
  display: none; }
  @media (min-width: 800px) {
    #fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
      display: inherit; } }

#fsFooter {
  padding: 20px;
  padding-bottom: 30px;
  background: #333333; }
  body:not(.home) #fsFooter {
    background: #2e4061; }
  #fsFooter > .fsBanner {
    text-align: center;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.71429; }
    @media (min-width: 800px) {
      #fsFooter > .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 700px; } }
    @media (min-width: 1025px) {
      #fsFooter > .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 940px; } }
    @media (min-width: 1180px) {
      #fsFooter > .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 1180px; } }
    #fsFooter > .fsBanner header .fsElementTitle {
      color: rgba(255, 255, 255, 0.9);
      font-weight: bold;
      font-size: 17px;
      text-transform: uppercase;
      font-family: "lato", sans-serif;
      font-style: normal;
      margin-bottom: 10px; }
      @media (min-width: 1180px) {
        #fsFooter > .fsBanner header .fsElementTitle {
          text-align: left; } }
    #fsFooter > .fsBanner a {
      color: #fff;
      color: rgba(255, 255, 255, 0.6); }
      #fsFooter > .fsBanner a:hover {
        color: #fff; }
  #fsFooter .fsFormsElement input {
    color: #666; }
  #fsFooter .fsFormsElement .fsFormFieldHintText {
    color: rgba(255, 255, 255, 0.6); }

#fsFooter .contact {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left; }
  @media (min-width: 700px) {
    #fsFooter .contact {
      display: inline-block;
      vertical-align: top;
      margin-right: -0.22em;
      width: 50%; } }
  @media (min-width: 1180px) {
    #fsFooter .contact .fsElementContent {
      text-align: left; } }
  #fsFooter .contact [itemprop='name'] {
    display: block; }
  #fsFooter .contact [itemprop='address'] {
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px; }
  #fsFooter .contact [itemprop='streetAddress'] {
    display: block; }
    @media (min-width: 600px) {
      #fsFooter .contact [itemprop='streetAddress'] {
        display: inline-block; }
        #fsFooter .contact [itemprop='streetAddress']:after {
          content: ','; } }
  #fsFooter .contact [itemprop='telephone'] {
    margin-right: 0.75em; }
    #fsFooter .contact [itemprop='telephone']:before {
      content: "";
      display: inline-block;
      color: #afafaf;
      font-size: 22px;
      line-height: 1;
      vertical-align: top;
      padding-right: 8px;
      margin-top: 2px; }
  #fsFooter .contact [itemprop='telephone'],
  #fsFooter .contact [itemprop='fax'] {
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9); }

#fsFooter .footer-links {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px; }
  #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-left: 50%;
      position: relative; } }
  @media (min-width: 1025px) {
    #fsFooter .footer-links {
      display: inline-block;
      vertical-align: top;
      margin-right: -0.22em;
      width: 100%; } }
  @media (min-width: 1180px) {
    #fsFooter .footer-links {
      width: 100%; } }
  #fsFooter .footer-links .fsElementContent {
    overflow: hidden; }
    #fsFooter .footer-links .fsElementContent nav {
      text-align: center; }
    #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
      margin-top: 0;
      text-align: left; }
      @media (min-width: 700px) {
        #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
          text-align: right; } }
      #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 > li {
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px; }
        #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 > li:first-child {
          padding-left: 0; }
        #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 > li > a {
          color: rgba(255, 255, 255, 0.6);
          font-size: 14px;
          font-family: "lato", sans-serif; }

#fsFooter .social {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsFooter .social {
      display: inline-block;
      vertical-align: top;
      margin-right: -0.22em;
      width: 50%; } }
  @media (min-width: 1180px) {
    #fsFooter .social {
      width: 50%; } }
  #fsFooter .social .fsElementContent ul.fsNavLevel1 {
    text-align: left;
    /*@include breakpoint($bp-desktop) {
        text-align: right;
      }*/ }
    @media (min-width: 700px) {
      #fsFooter .social .fsElementContent ul.fsNavLevel1 {
        text-align: right; } }
    #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
      display: block;
      width: 0;
      height: 0;
      overflow: hidden;
      text-indent: 999em;
      white-space: nowrap;
      padding: 0;
      margin: 0; }
      @media (min-width: 800px) {
        #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
          display: none; } }
  #fsFooter .social .fsElementContent a {
    border: 1px solid rgba(255, 255, 255, 0.9); }
    #fsFooter .social .fsElementContent a:after {
      color: #afafaf; }
    #fsFooter .social .fsElementContent a:hover {
      background-color: transparent; }

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

#fsFooter .powered-by-finalsite {
  margin-top: 20px;
  text-align: left; }
  @media (min-width: 700px) {
    #fsFooter .powered-by-finalsite {
      margin-top: 0;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 1;
      -ms-transform: tranlsateY(-50%);
      transform: tranlsateY(-50%); } }
  #fsFooter .powered-by-finalsite > .inner {
    display: inline-block; }
  #fsFooter .powered-by-finalsite #fsPoweredByFinalsite {
    display: block;
    float: left; }

.container.masthead {
  position: relative; }
  .fsComposeMode .container.masthead {
    display: none; }
  .container.masthead .image {
    transition: all 0.333s;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 71.875%; }
    @media (min-width: 800px) {
      .container.masthead .image {
        padding-bottom: 75%; } }
    @media (min-width: 1025px) {
      .container.masthead .image {
        padding-bottom: 62.5%; } }
    @media (min-width: 1180px) {
      .container.masthead .image {
        padding-bottom: 750px; } }

.masthead.container .description {
  padding: 0 20px;
  background-color: #fff;
  text-align: center; }
  @media (min-width: 1025px) {
    .masthead.container .description {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: transparent; } }
  .masthead.container .description > .inner {
    padding: 20px 0; }
    @media (min-width: 1025px) {
      .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: #fff; }

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

.home #fsHeader .navigation.main {
  background: rgba(46, 64, 97, 0.9);
  position: absolute;
  width: 100%; }

.home .fsPlayer.masthead {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative; }
  .home .fsPlayer.masthead > header {
    display: none; }
    .fsComposeMode.home .fsPlayer.masthead header {
      display: block; }
  .home .fsPlayer.masthead .fsElementContent {
    transition: all 0.333s;
    background-color: #a8c3bf;
    position: relative; }
    @media (min-width: 800px) {
      .home .fsPlayer.masthead .fsElementContent {
        padding-bottom: 75%; } }
    @media (min-width: 1025px) {
      .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: #85aba5;
      font-size: 60px;
      text-transform: uppercase;
      font-weight: 700;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .has-masthead .home .fsPlayer.masthead .fsElementContent {
      padding-bottom: 0; }
      .has-masthead .home .fsPlayer.masthead .fsElementContent:after {
        content: normal; }
  .home .fsPlayer.masthead > footer {
    display: none; }
  .home .fsPlayer.masthead .cluster {
    position: absolute;
    bottom: 40%;
    width: 100%; }
    .home .fsPlayer.masthead .cluster > .inner {
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 800px) {
        .home .fsPlayer.masthead .cluster > .inner {
          margin-right: auto;
          margin-left: auto; } }
  .home .fsPlayer.masthead .slide > .inner {
    position: relative; }
  .home .fsPlayer.masthead .slide .image {
    position: relative; }
  .home .fsPlayer.masthead .slide .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.50;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
    @media (min-width: 800px) {
      .home .fsPlayer.masthead .slide .overlay {
        display: block; } }
  .home .fsPlayer.masthead .slide .details {
    background: #50877e;
    color: #fff;
    padding: 30px 50px 20px;
    text-align: center; }
    @media (min-width: 800px) {
      .home .fsPlayer.masthead .slide .details {
        display: block;
        padding: 0 20px 100px;
        z-index: 2;
        background: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: left; } }
    .home .fsPlayer.masthead .slide .details > .inner {
      text-shadow: 1px 1.5px 3px rgba(0, 0, 0, 0.2); }
      @media (min-width: 800px) {
        .home .fsPlayer.masthead .slide .details > .inner {
          position: relative;
          margin: 0 auto;
          max-width: 700px; } }
      @media (min-width: 1025px) {
        .home .fsPlayer.masthead .slide .details > .inner {
          position: relative;
          margin: 0 auto;
          max-width: 960px; } }
      @media (min-width: 1180px) {
        .home .fsPlayer.masthead .slide .details > .inner {
          position: relative;
          margin: 0 auto;
          max-width: 1180px; } }
    .home .fsPlayer.masthead .slide .details .title {
      color: #fff;
      font-size: 24px;
      margin-bottom: 8px; }
      @media (min-width: 800px) {
        .home .fsPlayer.masthead .slide .details .title {
          font-size: 48px; } }
      .home .fsPlayer.masthead .slide .details .title:empty {
        display: none; }
    .home .fsPlayer.masthead .slide .details .copy {
      font-family: "freight-text-pro", Times, serif;
      font-size: 18px;
      line-height: 1.16667;
      max-width: 600px; }
      @media (min-width: 800px) {
        .home .fsPlayer.masthead .slide .details .copy {
          font-size: 36px;
          border-left: 5px solid #50877e;
          padding-left: 20px; } }
      .home .fsPlayer.masthead .slide .details .copy:empty {
        display: none; }
      .home .fsPlayer.masthead .slide .details .copy p {
        margin: 0px; }
      .home .fsPlayer.masthead .slide .details .copy a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        opacity: 1;
        transition: opacity 0.33s;
        display: block;
        margin-top: 10px;
        color: #fff;
        font-family: "lato", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1.41176; }
        .home .fsPlayer.masthead .slide .details .copy a:hover {
          opacity: 0.5; }
        .home .fsPlayer.masthead .slide .details .copy a:after {
          font-family: "IcoMoon";
          content: "";
          padding-left: 10px;
          font-weight: normal; }
        @media (min-width: 800px) {
          .home .fsPlayer.masthead .slide .details .copy a {
            font-size: 17px; } }
  .home .fsPlayer.masthead .container.masthead {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    .has-masthead .home .fsPlayer.masthead .container.masthead {
      max-height: 825px; }

.home .fsNews,
.home .fsPostElement {
  transition: all 0.333s;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-right: 30px;
  padding-left: 30px;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 800px) {
    .home .fsNews,
    .home .fsPostElement {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 1180px) {
    .home .fsNews,
    .home .fsPostElement {
      padding-right: 0;
      padding-left: 0; } }
  .home .fsNews > header,
  .home .fsPostElement > header {
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0 0 20px; }
    @media (min-width: 800px) {
      .home .fsNews > header,
      .home .fsPostElement > header {
        margin-bottom: 40px; } }
    .home .fsNews > header .fsElementHeaderContent,
    .home .fsPostElement > header .fsElementHeaderContent {
      float: none; }
      .home .fsNews > header .fsElementHeaderContent h2,
      .home .fsPostElement > header .fsElementHeaderContent h2 {
        float: left;
        margin: 0; }
      .home .fsNews > header .fsElementHeaderContent h6,
      .home .fsPostElement > header .fsElementHeaderContent h6 {
        float: right;
        margin-bottom: 0px;
        margin-top: 18px; }
  .home .fsNews .fsElementContent,
  .home .fsPostElement .fsElementContent {
    overflow: hidden; }
    .home .fsNews .fsElementContent .fsListItems article,
    .home .fsPostElement .fsElementContent .fsListItems article {
      height: 245px;
      background: #afafaf;
      background-size: cover;
      background-position: center center;
      border: 0px;
      border-radius: 4px;
      position: relative;
      display: block;
      float: none;
      margin-bottom: 0 !important;
      margin-top: 20px !important; }
      .home .fsNews .fsElementContent .fsListItems article:first-child,
      .home .fsPostElement .fsElementContent .fsListItems article:first-child {
        margin-top: 0 !important; }
      @media (min-width: 800px) {
        .home .fsNews .fsElementContent .fsListItems article,
        .home .fsPostElement .fsElementContent .fsListItems article {
          float: left;
          margin-top: 0 !important;
          margin-bottom: 0 !important;
          display: none; }
          .home .fsNews .fsElementContent .fsListItems article:first-child, .home .fsNews .fsElementContent .fsListItems article:first-child + article,
          .home .fsPostElement .fsElementContent .fsListItems article:first-child,
          .home .fsPostElement .fsElementContent .fsListItems article:first-child + article {
            display: block; } }
      @media (min-width: 1025px) {
        .home .fsNews .fsElementContent .fsListItems article,
        .home .fsPostElement .fsElementContent .fsListItems article {
          display: block; } }
      @media (min-width: 600px) {
        .home .fsNews .fsElementContent .fsListItems article:hover .newsOverlay,
        .home .fsPostElement .fsElementContent .fsListItems article:hover .newsOverlay {
          top: 0; } }
      .home .fsNews .fsElementContent .fsListItems article:hover .newsOverlay .fsSummary,
      .home .fsNews .fsElementContent .fsListItems article:hover .newsOverlay .fsNewsPostLink.fsReadMoreLink,
      .home .fsPostElement .fsElementContent .fsListItems article:hover .newsOverlay .fsSummary,
      .home .fsPostElement .fsElementContent .fsListItems article:hover .newsOverlay .fsNewsPostLink.fsReadMoreLink {
        display: block;
        opacity: 1; }
      .home .fsNews .fsElementContent .fsListItems article .newsOverlay,
      .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay {
        position: absolute;
        background: rgba(46, 64, 97, 0.95);
        width: 100%;
        top: auto;
        left: 0;
        bottom: 0;
        padding: 10px 30px;
        transition: top 0.25s linear; }
        @media (min-width: 600px) {
          .home .fsNews .fsElementContent .fsListItems article .newsOverlay,
          .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay {
            top: 160px;
            bottom: auto;
            height: 100%; } }
        .home .fsNews .fsElementContent .fsListItems article .newsOverlay .fsTitle,
        .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay .fsTitle {
          margin-bottom: 10px; }
          .home .fsNews .fsElementContent .fsListItems article .newsOverlay .fsTitle > a,
          .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay .fsTitle > a {
            font-family: "lato", sans-serif;
            font-weight: bold;
            font-size: 18px;
            line-height: 22px;
            color: #fff; }
            .home .fsNews .fsElementContent .fsListItems article .newsOverlay .fsTitle > a:hover,
            .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay .fsTitle > a:hover {
              opacity: 0.7;
              color: #fff; }
        .home .fsNews .fsElementContent .fsListItems article .newsOverlay .fsSummary,
        .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay .fsSummary {
          display: none;
          font-family: "lato", sans-serif;
          font-weight: 400;
          font-size: 15px;
          line-height: 18px;
          color: #fff;
          opacity: 0;
          transition: opacity 0.25s linear; }
          @media (min-width: 600px) {
            .home .fsNews .fsElementContent .fsListItems article .newsOverlay .fsSummary,
            .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay .fsSummary {
              display: block; } }
        .home .fsNews .fsElementContent .fsListItems article .newsOverlay .fsNewsPostLink.fsReadMoreLink,
        .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay .fsNewsPostLink.fsReadMoreLink {
          color: #fff;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 13px;
          opacity: 1;
          transition: opacity 0.33s;
          display: none;
          font-family: "lato", sans-serif;
          font-weight: 400;
          font-size: 13px;
          text-transform: uppercase;
          color: #fff; }
          .home .fsNews .fsElementContent .fsListItems article .newsOverlay .fsNewsPostLink.fsReadMoreLink:hover,
          .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay .fsNewsPostLink.fsReadMoreLink:hover {
            opacity: 0.5; }
          .home .fsNews .fsElementContent .fsListItems article .newsOverlay .fsNewsPostLink.fsReadMoreLink:after,
          .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay .fsNewsPostLink.fsReadMoreLink:after {
            font-family: "IcoMoon";
            content: "";
            padding-left: 10px;
            font-weight: normal; }
          .home .fsNews .fsElementContent .fsListItems article .newsOverlay .fsNewsPostLink.fsReadMoreLink:hover,
          .home .fsPostElement .fsElementContent .fsListItems article .newsOverlay .fsNewsPostLink.fsReadMoreLink:hover {
            opacity: 0.7;
            color: #fff; }

.home .fsCalendar {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 800px) {
    .home .fsCalendar {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .home .fsCalendar > header {
    border: 0px;
    text-align: center;
    z-index: 2;
    position: relative; }
    .home .fsCalendar > header .fsElementTitle,
    .home .fsCalendar > header h2 {
      display: none; }
    .home .fsCalendar > header .fsElementHeaderContent {
      display: block;
      float: none;
      padding-bottom: 22px;
      position: relative; }
      .home .fsCalendar > header .fsElementHeaderContent:after {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -80px;
        width: 160px;
        height: 5px; }
      @media (min-width: 800px) {
        .home .fsCalendar > header .fsElementHeaderContent {
          font-size: 48px; } }
      .home .fsCalendar > header .fsElementHeaderContent a {
        font-family: "freight-text-pro", Times, serif;
        font-weight: 400;
        font-size: 36px;
        color: #fff;
        text-transform: none;
        opacity: 1; }
        .home .fsCalendar > header .fsElementHeaderContent a:hover {
          opacity: 0.7; }
        .home .fsCalendar > header .fsElementHeaderContent a:after {
          content: normal; }
        @media (min-width: 800px) {
          .home .fsCalendar > header .fsElementHeaderContent a {
            font-size: 48px; } }
  .home .fsCalendar .fsElementContent {
    z-index: 2; }
    .home .fsCalendar .fsElementContent article {
      border: 0px;
      padding: 0px;
      text-align: center;
      color: #fff;
      padding-top: 130px; }
      .home .fsCalendar .fsElementContent article .fsDate {
        position: absolute;
        top: 0;
        left: 50%;
        height: 110px;
        width: 110px;
        padding-top: 5px;
        text-align: center;
        background: transparent;
        border-radius: 100%;
        color: #333333;
        border: 5px solid #a8c3bf;
        border-color: rgba(255, 255, 255, 0.5);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        overflow: hidden; }
        .home .fsCalendar .fsElementContent article .fsDate:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0;
          background: #fff; }
        .home .fsCalendar .fsElementContent article .fsDate .fsDayName,
        .home .fsCalendar .fsElementContent article .fsDate .fsDay,
        .home .fsCalendar .fsElementContent article .fsDate .fsMonth {
          position: relative;
          z-index: 1; }
        .home .fsCalendar .fsElementContent article .fsDate .fsDayName {
          margin-top: 5px;
          font-size: 13px;
          line-height: 1.15385;
          color: #afafaf;
          font-family: "lato", sans-serif;
          text-transform: uppercase;
          font-weight: bold; }
        .home .fsCalendar .fsElementContent article .fsDate .fsMonth {
          font-size: 13px;
          line-height: 1.15385;
          color: #afafaf;
          font-family: "lato", sans-serif;
          text-transform: uppercase;
          top: 0;
          font-weight: bold;
          margin-top: 0; }
        .home .fsCalendar .fsElementContent article .fsDate .fsDay {
          font-size: 60px;
          line-height: 0.75;
          font-family: "freight-text-pro", Times, serif;
          color: #2e4061;
          margin-top: 5px; }
      .home .fsCalendar .fsElementContent article .fsTitle {
        color: #fff; }
        .home .fsCalendar .fsElementContent article .fsTitle, .home .fsCalendar .fsElementContent article .fsTitle a {
          color: #fff !important; }
        .home .fsCalendar .fsElementContent article .fsTitle a:hover {
          color: #2e4061; }
      .home .fsCalendar .fsElementContent article .fsLocation {
        margin-top: 0; }
  .home .fsCalendar .calOverlay {
    position: absolute;
    background: rgba(80, 135, 126, 0.75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .home .fsCalendar .fsPrevButton:before,
  .home .fsCalendar .fsNextButton:before {
    color: #a8c3bf;
    color: rgba(255, 255, 255, 0.5); }
  .home .fsCalendar .fsPrevButton:hover:before,
  .home .fsCalendar .fsNextButton:hover:before {
    color: #eef3f2;
    color: rgba(255, 255, 255, 0.9); }

.home .stories {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 800px) {
    .home .stories {
      transition: all 0.333s;
      padding-right: 30px;
      padding-left: 30px;
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 1180px) {
    .home .stories {
      padding-right: 0;
      padding-left: 0; } }
  .home .stories .fsDiv.fsStyleColumn {
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 5px !important; }
    .home .stories .fsDiv.fsStyleColumn .fsElementContent :last-child {
      margin-bottom: 0 !important; }
    @media (min-width: 1025px) {
      .home .stories .fsDiv.fsStyleColumn {
        height: 510px;
        border-radius: 0; } }
    .home .stories .fsDiv.fsStyleColumn.fsStyleColumn-1 {
      margin-right: -0.5px;
      margin-bottom: 30px; }
      @media (min-width: 1025px) {
        .home .stories .fsDiv.fsStyleColumn.fsStyleColumn-1 {
          margin-bottom: 0;
          border-top-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important; } }
    .home .stories .fsDiv.fsStyleColumn.fsStyleColumn-2 {
      margin-left: -0.5px; }
      @media (min-width: 1025px) {
        .home .stories .fsDiv.fsStyleColumn.fsStyleColumn-2 {
          border-top-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important; } }
    .home .stories .fsDiv.fsStyleColumn .fsElementContent img {
      width: 100%; }
    .home .stories .fsDiv.fsStyleColumn .fsElementContent h4 {
      font-size: 36px;
      font-family: "freight-text-pro", Times, serif;
      margin-bottom: 10px; }
    .home .stories .fsDiv.fsStyleColumn .fsElementContent p {
      font-size: 18px; }
    .home .stories .fsDiv.fsStyleColumn .fsElementContent a {
      color: #50877e;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      opacity: 1;
      transition: opacity 0.33s;
      font-family: "lato", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px;
      color: #50877e; }
      .home .stories .fsDiv.fsStyleColumn .fsElementContent a:hover {
        opacity: 0.5; }
      .home .stories .fsDiv.fsStyleColumn .fsElementContent a:after {
        font-family: "IcoMoon";
        content: "";
        padding-left: 10px;
        font-weight: normal; }

.home section.spotlight {
  clear: both; }
  @media (min-width: 800px) {
    .home section.spotlight > header,
    .home section.spotlight .fsElementContent,
    .home section.spotlight .spotlight.container > .inner {
      position: relative;
      margin: 0 auto;
      max-width: 700px; } }
  @media (min-width: 1025px) {
    .home section.spotlight > header,
    .home section.spotlight .fsElementContent,
    .home section.spotlight .spotlight.container > .inner {
      position: relative;
      margin: 0 auto;
      max-width: 960px; } }
  @media (min-width: 1180px) {
    .home section.spotlight > header,
    .home section.spotlight .fsElementContent,
    .home section.spotlight .spotlight.container > .inner {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; } }
  .home section.spotlight > header {
    display: none; }
  .home section.spotlight .fsElementContent {
    display: none; }
    .home section.spotlight .fsElementContent dl dt,
    .home section.spotlight .fsElementContent dl dd {
      margin: 0;
      padding: 0; }
    .home section.spotlight .fsElementContent dl dt {
      font-weight: 700; }
    .home section.spotlight .fsElementContent dl dd {
      margin-bottom: 10px; }
  .home section.spotlight > footer {
    display: none; }
  .home section.spotlight .spotlight.container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: none; }
    .home section.spotlight .spotlight.container:before {
      transition: all 0.333s;
      background-color: #fff;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
      @media (min-width: 800px) {
        .home section.spotlight .spotlight.container:before {
          background-color: #2e4061;
          background-color: rgba(46, 64, 97, 0.8); } }
    .home section.spotlight .spotlight.container > .inner {
      padding: 40px 20px 0;
      position: relative;
      z-index: 1; }
      @media (min-width: 800px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 60px; } }
      @media (min-width: 800px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 70px; } }
      .home section.spotlight .spotlight.container > .inner h2 {
        transition: all 0.333s;
        color: #f5f5f5;
        text-align: center; }
        @media (min-width: 800px) {
          .home section.spotlight .spotlight.container > .inner h2 {
            color: #fff; } }
    .home section.spotlight .spotlight.container .carousel .slide > .inner {
      text-align: center;
      padding: 10px; }
    .home section.spotlight .spotlight.container .carousel .slide .number {
      transition: all 0.333s;
      display: inline-block;
      color: #2e4061;
      font-family: "freight-text-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 #333333; }
      @media (min-width: 800px) {
        .home section.spotlight .spotlight.container .carousel .slide .number {
          border-color: #fff;
          border-color: rgba(255, 255, 255, 0.5); } }
      .home section.spotlight .spotlight.container .carousel .slide .number > span {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .home section.spotlight .spotlight.container .carousel .slide .label {
      transition: all 0.333s;
      color: #f5f5f5;
      margin-top: 30px; }
      @media (min-width: 800px) {
        .home section.spotlight .spotlight.container .carousel .slide .label {
          color: #fff; } }

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

.home .cluster button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  transition: all 0.333s;
  width: 40px;
  height: 80px;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  text-indent: -666em; }
  @media (min-width: 800px) {
    .home .cluster button {
      border: 1px solid rgba(255, 255, 255, 0.75);
      background-color: rgba(0, 0, 0, 0.25); } }
  .home .cluster button:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .home .cluster button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-size: 32px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 800px) {
      .home .cluster button:after {
        font-size: 26px; } }
  .home .cluster button.previous {
    left: 0;
    right: auto;
    border-left: 0px;
    border-radius: 0px 40px 40px 0px; }
    .home .cluster button.previous:after {
      content: "";
      left: -6px; }
  .home .cluster button.next {
    left: auto;
    right: 0;
    border-right: 0px;
    border-radius: 40px 0px 0px 40px; }
    .home .cluster button.next:after {
      content: "";
      left: 6px; }

.home .cluster .link {
  display: block; }
  .home .cluster .link a {
    display: block;
    text-align: center;
    color: #fff;
    font-family: "lato", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 9.5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #50877e; }
    .home .cluster .link a:hover {
      background-color: #2e4061; }

.home .infographic {
  position: relative;
  text-align: center;
  margin-bottom: 65px; }
  .home .infographic > header {
    border: 0px;
    text-align: center;
    z-index: 2;
    position: relative; }
    .home .infographic > header .fsElementTitle {
      display: block;
      float: none;
      font-family: "freight-text-pro", Times, serif;
      padding-bottom: 22px;
      position: relative; }
      .home .infographic > header .fsElementTitle:after {
        background: #2e4061;
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -80px;
        width: 160px;
        height: 5px; }
      @media (min-width: 800px) {
        .home .infographic > header .fsElementTitle {
          font-size: 48px; } }
      .home .infographic > header .fsElementTitle a {
        font-family: "freight-text-pro", Times, serif;
        font-weight: 400;
        font-size: 36px;
        color: #fff;
        text-transform: none;
        opacity: 1; }
        .home .infographic > header .fsElementTitle a:hover {
          opacity: 0.7; }
        .home .infographic > header .fsElementTitle a:after {
          content: normal; }
        @media (min-width: 800px) {
          .home .infographic > header .fsElementTitle a {
            font-size: 48px; } }
  .home .infographic > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    margin-top: 110px; }
  .home .infographic .fsContent {
    text-align: center; }
    .home .infographic .fsContent p {
      margin-bottom: 0 !important; }
    .home .infographic .fsContent .fsElementHeaderContent {
      height: 100px;
      position: relative; }
      .home .infographic .fsContent .fsElementHeaderContent img {
        display: inline-block;
        -ms-transform: scale(0.5) translateX(-100%) translateY(-50%);
        transform: scale(0.5) translateX(-100%) translateY(-50%);
        -ms-transform-origin: top;
        transform-origin: top;
        position: absolute;
        top: 50%;
        left: 50%; }
    .home .infographic .fsContent .fsElementContent {
      font-size: 16px; }
      .home .infographic .fsContent .fsElementContent strong {
        color: #50877e;
        display: block;
        font-size: 60px;
        font-family: "freight-text-pro", Times, serif;
        font-weight: 400;
        margin-bottom: 15px; }
  .home .infographic button.slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    transition: all 0.333s;
    width: 40px;
    height: 80px;
    color: #fff;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    text-indent: -666em;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background-color: rgba(0, 0, 0, 0.25); }
    .home .infographic button.slick-arrow:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .home .infographic button.slick-arrow:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      text-indent: 0;
      font-size: 32px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 800px) {
        .home .infographic button.slick-arrow:after {
          font-size: 26px; } }
    .home .infographic button.slick-arrow.slick-prev {
      left: 0;
      right: auto;
      border-left: 0px;
      border-radius: 0px 40px 40px 0px; }
      .home .infographic button.slick-arrow.slick-prev:after {
        content: "";
        left: -6px; }
    .home .infographic button.slick-arrow.slick-next {
      left: auto;
      right: 0;
      border-right: 0px;
      border-radius: 40px 0px 0px 40px; }
      .home .infographic button.slick-arrow.slick-next:after {
        content: "";
        left: 6px; }
  .home .infographic .slick-dots {
    list-style-type: none;
    padding-left: 0 !important;
    display: inline-block;
    margin-left: 0 !important; }
    .home .infographic .slick-dots li {
      display: inline-block; }
    .home .infographic .slick-dots li + li {
      margin-left: 5px; }
    .home .infographic .slick-dots li.slick-active button:before {
      color: #50877e; }
    .home .infographic .slick-dots button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      font-size: 0; }
      .home .infographic .slick-dots button:before {
        content: "\2022";
        color: #afafaf;
        font-size: 28px; }

.home .masthead + .fsElement {
  background: #f5f5f5;
  position: relative;
  overflow: visible;
  margin-bottom: 60px; }
  .home .masthead + .fsElement:before {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: -1;
    box-shadow: -999px 0 0 0 #f5f5f5; }

.home-cal .fsDescription {
  display: none; }

.colors ol {
  zoom: 1;
  margin-bottom: 20px;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 40%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 30%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        width: 20%; } }
    .colors ol li:after {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      color: #afafaf; }
    .colors ol li:nth-of-type(1) {
      background: #f5f5f5;
      color: #f5f5f5; }
      .colors ol li:nth-of-type(1):after {
        content: "#f5f5f5"; }
    .colors ol li:nth-of-type(2) {
      background: #2e4061;
      color: #2e4061; }
      .colors ol li:nth-of-type(2):after {
        content: "#2e4061"; }
    .colors ol li:nth-of-type(3) {
      background: #50877e;
      color: #50877e; }
      .colors ol li:nth-of-type(3):after {
        content: "#50877e"; }
    .colors ol li:nth-of-type(2) {
      background: #2e4061;
      color: #2e4061; }
      .colors ol li:nth-of-type(2):after {
        content: "#2e4061"; }
    .colors ol li:nth-of-type(3) {
      background: #50877e;
      color: #50877e; }
      .colors ol li:nth-of-type(3):after {
        content: "#50877e"; }
    .colors ol li:nth-of-type(6) {
      background: #333333;
      color: #333333; }
      .colors ol li:nth-of-type(6):after {
        content: "#333333"; }
    .colors ol li:nth-of-type(7) {
      background: #666666;
      color: #666666; }
      .colors ol li:nth-of-type(7):after {
        content: "#666666"; }
    .colors ol li:nth-of-type(8) {
      background: #afafaf;
      color: #afafaf; }
      .colors ol li:nth-of-type(8):after {
        content: "#afafaf"; }
    .colors ol li:nth-of-type(7) {
      background: #666666;
      color: #666666; }
      .colors ol li:nth-of-type(7):after {
        content: "#666666"; }
    .colors ol li:nth-of-type(8) {
      background: #afafaf;
      color: #afafaf; }
      .colors ol li:nth-of-type(8):after {
        content: "#afafaf"; }

.headers h1:after {
  content: " size: 48px / line: 56px"; }

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

.headers h3:after {
  content: " size: 24px / line: 29px"; }

.headers h4:after {
  content: " size: 24px / line: 29px"; }

.headers h5:after {
  content: " size: 15px / line: 17px"; }

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