 /**
 *
 * Mercy Academy - default_18
 * @link http://mercyacademy.redesign.finalsite.com
 * Site Template : newbritain
 * Built By: Wendy Dawley Beaulac
 * Project Manager: Laurie Murphy
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/mercyacademy
 * Build version: 1.24.0
 * Git Tag: 
 * Last build by: Kosha Burnett
 *
 **/

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

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

span.placeholder-hide {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

:root {
  --m1: 35, 120, 205;
  --m2: 0, 40, 86; }

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

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

.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, #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after, section.off-canvas .navigation.mobile-toggle li .list-toggle:after, .navigation.social a[href*='facebook']:after, .navigation.social a[href*='google']:after, .navigation.social a[href*='instagram']:after, .navigation.social a[href*='linkedin']:after, .navigation.social a[href*='blog']:after, .navigation.social a[href*='twitter']:after, .navigation.social a[href*='youtube']:after, .navigation.social a[href*='vimeo']:after, .navigation.social a[href*='rss']:after, form.gsc-search-box-tools td.gsc-search-button:after, .search .fsSearchElementSearchButton:after, .fsTabs .fsPanel > header h2:before, #fsHeader .utilities .button.search-trigger:before,
#fsHeader .utilities .button.off-canvas-trigger:before, #fsHeader .utilities .search-trigger:before, #fsHeader .utilities > .fsElementContent > .search-trigger-container .search-trigger:before, #fsHeader .utilities .quicklinks.dropdown .fsElementTitle:before, #fsHeader .utilities .log-in a:before, #fsHeader .navigation.container .button.search-trigger:before, .sub-navigation > header .fsElementHeaderContent:after, .home-slideshow .fsPrevButton:before, .home-slideshow .fsNextButton:before, .home .cluster > .inner > button:after {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

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

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

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

html {
  font-family: "Century Gothic W01", sans-serif;
  background: #002856;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 1.375;
  color: #757575;
  position: relative; }

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

body.fsAccountBarVisible {
  margin-top: 0; }
  body.fsAccountBarVisible #fsPageWrapper {
    margin-top: 45px; }

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

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.125;
  margin-bottom: 17px;
  color: #2378CD;
  font-family: "Century Gothic W01", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 300; }

h2, .h2 {
  font-size: 1.875em;
  line-height: 1.16667;
  margin-bottom: 15px;
  color: #002856;
  font-family: "Century Gothic W01", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

h3, #fsFooter > .fsBanner header .fsElementTitle, .h3 {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #757575;
  font-family: "Century Gothic W01", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: bold; }

h4, .h4 {
  font-size: 1.25em;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #757575;
  font-family: "Century Gothic W01", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

h5, .h5 {
  font-size: 1.125em;
  line-height: 1.33333;
  margin-bottom: 11px;
  color: #757575;
  font-family: "Century Gothic W01", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: bold; }

h6, .h6 {
  font-size: 0.875em;
  line-height: 1.57143;
  margin-bottom: 9px;
  color: #000000;
  font-family: "Century Gothic W01", sans-serif;
  letter-spacing: 0.105em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase; }

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

a {
  text-decoration: none;
  font-weight: bold;
  color: #2378CD;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #002856; }

ul,
ol {
  padding-left: 20px; }

.fs_style_28 {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-spacing: 0; }
  .fs_style_28 tr:first-child th, .fs_style_28 tr:first-child td {
    border-top: 0 solid transparent;
    overflow: hidden; }
  .fs_style_28 tr:last-child {
    border-bottom: 0 solid transparent; }
    .fs_style_28 tr:last-child th, .fs_style_28 tr:last-child td {
      overflow: hidden; }
  .fs_style_28 th, .fs_style_28 td {
    padding: 9px 20px 6px;
    vertical-align: top;
    background-color: #efefef;
    border-bottom: 1px solid #FFFFFF; }
    .fs_style_28 th:first-child, .fs_style_28 td:first-child {
      border-left: 0 solid transparent; }
    .fs_style_28 th:last-child, .fs_style_28 td:last-child {
      border-right: 0 solid transparent; }
  .fs_style_28 th {
    padding: 9px 20px 6px;
    background-color: #2378CD;
    color: #FFFFFF;
    font-family: "Century Gothic W01", sans-serif;
    letter-spacing: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    border: 0 solid #2378CD;
    font-weight: bold;
    text-align: left; }
  .fs_style_28 tr:nth-of-type(odd) td {
    background-color: #fbfbfb; }
  .fs_style_28 tr:last-child td {
    border-bottom: 0; }

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

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

blockquote {
  display: block;
  position: relative;
  margin: 40px 0;
  padding-left: 19px;
  font-size: 20px;
  line-height: 30px;
  color: #2378CD;
  font-family: "Century Gothic W01", sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  border-left: 2px solid #2378CD; }
  blockquote > .fs_style_29,
  blockquote > cite {
    margin-top: 13px; }
  blockquote + .fs_style_29,
  blockquote + cite {
    padding-left: 19px;
    padding-top: 13px;
    margin-top: -40px;
    margin-bottom: 40px;
    border-left: 2px solid #2378CD; }

.fs_style_29,
cite {
  display: block;
  margin: 20px 0;
  font-size: 13px;
  line-height: 21px;
  color: #2378CD;
  font-family: "Century Gothic W01", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.8px; }

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

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

.icon-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: ""; }

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFFFFF;
  overflow: hidden; }
  .has-tier-navigation #fsPageBodyWrapper {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (min-width: 700px) {
      .has-tier-navigation #fsPageBodyWrapper {
        padding-top: 40px;
        padding-bottom: 40px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .home #fsPageBody {
    margin: 0;
    max-width: none;
    display: block; }
  @media (min-width: 700px) {
    #fsPageBody {
      display: block; } }

#fsBannerLeft {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 3;
  order: 3;
  width: auto; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 55px;
      display: block;
      width: 31.42857%;
      -ms-flex: none;
      flex: none; }
      .fsOverrideLeftBanner #fsBannerLeft {
        display: none !important; } }
  @media (min-width: 1000px) {
    #fsBannerLeft {
      width: 24.57627%; } }

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

#fsPageContent {
  float: none;
  margin-bottom: 20px;
  width: 100% !important;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 1;
  order: 1;
  margin: 0; }
  @media (min-width: 700px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 700px) {
    #fsPageContent {
      -ms-flex: none;
      flex: none; } }
  @media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
      width: 70.9322% !important; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      width: 68.57143% !important; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    zoom: 1; }
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 68.57143% !important; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 46.35593% !important; } }
  @media (min-width: 700px) {
    .fsOverrideLeftBanner .fsHasLeftBanner.fsHasRightBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 700px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 63px;
      width: 29.0678%;
      -ms-flex: none;
      flex: none; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsBannerRight {
      width: 68.57143%;
      margin-left: 31.42857%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner #fsBannerRight {
      padding-left: 63px;
      width: 29.0678%;
      margin: 0; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsBannerRight {
      width: 100% !important;
      margin-left: 0; } }

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

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

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

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

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

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

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

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

.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion .fsPanel {
    margin-bottom: 1px; }
    .fsAccordion .fsPanel > header {
      transition: background-color 0.3s ease;
      cursor: pointer;
      background: #e5e5e5;
      border: 0px solid transparent; }
      .fsAccordion .fsPanel > header h2 {
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        line-height: 22px;
        padding: 10px 23px 8px;
        color: #787878;
        font-family: "Century Gothic W01", sans-serif;
        font-weight: 600;
        position: relative; }
        .fsAccordion .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
      .fsAccordion .fsPanel > header:hover, .fsAccordion .fsPanel > header:focus {
        background: #002856;
        border-color: transparent; }
        .fsAccordion .fsPanel > header:hover h2, .fsAccordion .fsPanel > header:focus h2 {
          color: #FFFFFF; }
    .fsAccordion .fsPanel > .fsElementContent {
      border: 0px solid transparent;
      border-top: none;
      padding: 18px 31px 12px; }
    .fsAccordion .fsPanel.fsStateOpen > header {
      background: #2378CD;
      border-color: transparent;
      border-bottom-color: transparent; }
      .fsAccordion .fsPanel.fsStateOpen > header h2 {
        color: #FFFFFF; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after,
.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: "";
  transition: all 0.333s;
  font-size: 13px;
  line-height: 13px;
  border: none;
  position: absolute;
  text-align: center;
  width: 13px;
  height: 13px;
  display: block;
  top: 15px;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: "";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

.fsAccordion.fsPanelIconBefore .fsPanel > header h2 {
  padding-left: 46px; }
  .fsAccordion.fsPanelIconBefore .fsPanel > header h2:before {
    margin: 0;
    left: 18px; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2 {
  padding-right: 46px; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header h2:before {
    display: none; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header h2:after {
    margin: 0;
    float: none;
    right: 18px; }

/*! elements - athletics main */
/*! elements - athletics events style_1 option */
.fsAthleticsEvent {
  position: relative;
  text-align: left;
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #EEEEEE;
    zoom: 1; }
    .fsAthleticsEvent .fsListItems article:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsListItems article {
        padding-right: 20px; } }
    .fsAthleticsEvent .fsListItems article:last-child {
      border-bottom: none; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsListItems article > div:not(.fsDateTime) {
        float: left;
        width: 25%;
        margin: 0; } }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsListItems article .fsAlertIcon {
        position: absolute;
        right: 0;
        margin-top: 3px;
        margin-left: 10px; } }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsListItems article > div.fsTitle, .fsAthleticsEvent .fsListItems article > div.fsAthleticsOpponents {
        width: 25%; } }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    font-family: "Century Gothic W01", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.7px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 16px 27px;
    background: #757575;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.3s ease;
    padding: 10px 20px; }
    #fsBannerLeft .fsAthleticsEvent .fsLoadMoreButton {
      width: 100%; }
    #fsBannerRight .fsAthleticsEvent .fsLoadMoreButton {
      width: 100%; }
    .fsAthleticsEvent .fsLoadMoreButton:hover, .fsAthleticsEvent .fsLoadMoreButton:focus {
      background-color: #E5E5E5;
      color: #000000; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }

/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent article > div {
    margin-bottom: 5px; }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    font-family: "Century Gothic W01", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.7px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 16px 27px;
    background: #757575;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.3s ease;
    padding: 10px 20px; }
    #fsBannerLeft .fsAthleticsEvent .fsLoadMoreButton {
      width: 100%; }
    #fsBannerRight .fsAthleticsEvent .fsLoadMoreButton {
      width: 100%; }
    .fsAthleticsEvent .fsLoadMoreButton:hover, .fsAthleticsEvent .fsLoadMoreButton:focus {
      background-color: #E5E5E5;
      color: #000000; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsDismissal > span {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsDismissal > .fsDateTime {
    padding-left: 0.5em;
    font-weight: bold;
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsDeparture > span {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsDeparture > .fsDateTime {
    padding-left: 0.5em;
    font-weight: bold;
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsReturn > span {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsReturn > .fsDateTime {
    padding-left: 0.5em;
    font-weight: bold;
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsPickup > span {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsPickup > .fsDateTime {
    padding-left: 0.5em;
    font-weight: bold;
    display: inline-block; }

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }

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

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

.fsAthleticsRosterList a {
  display: block; }

.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #EEEEEE; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }

.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsRosterPosition:before {
  content: 'Position: '; }

.fsRosterHeight:before {
  content: 'Height: '; }

.fsRosterWeight:before {
  content: 'Weight: '; }

.fsRosterBio p:last-child {
  margin-bottom: 0; }

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 20px; }

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! elements - calendar v0.0.1 */
.fsCalendar {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .fsCalendar > header {
    padding-top: 17px; }
  .fsCalendar:first-child {
    margin-top: 0; }
  .fsCalendar:last-child {
    margin-bottom: 0; }
  .fsCalendar article {
    margin-top: 13px;
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E8E8E8; }
    .fsCalendar article:first-child {
      margin-top: 0; }
    .fsCalendar article:last-child {
      border-bottom: 0; }
  .fsCalendar .fsTitle {
    text-transform: none;
    font-size: 16px;
    line-height: 1.375;
    font-weight: bold; }
    .fsCalendar .fsTitle, .fsCalendar .fsTitle a {
      color: #002856; }
    .fsCalendar .fsTitle a:hover, .fsCalendar .fsTitle a:focus {
      color: #2378CD; }
  .fsCalendar .fsDate {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.375;
    color: #2378CD;
    letter-spacing: normal;
    font-style: normal;
    font-weight: bold; }
  .fsCalendar .fsEventDetails {
    margin-top: 10px; }
  .fsCalendar .fsTimeRange {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsCalendar .fsTimeRange span {
      display: inline-block; }
    .fsCalendar .fsTimeRange:before {
      content: "";
      margin-right: 4px;
      font-size: 14px; }
  .fsCalendar .fsLocation {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsCalendar .fsLocation:before {
      content: "";
      margin-right: 8px;
      font-size: 16px; }

.fsCalendar.fsSlideshow.fsSlideshowHorizontal article {
  border-bottom: 0; }

.fsCalendarEventGrid .fsCalendarWeekdays > span {
  width: 16.6666666666%; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  font-size: 12px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
    margin-bottom: 5px; }
    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
      margin-bottom: 0; }

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

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

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

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    font-family: "Century Gothic W01", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.7px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 16px 27px;
    background: #757575;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.3s ease;
    padding: 10px 20px; }
    #fsBannerLeft .scroll-up span {
      width: 100%; }
    #fsBannerRight .scroll-up span {
      width: 100%; }
    .scroll-up span:hover, .scroll-up span:focus {
      background-color: #E5E5E5;
      color: #000000; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline; }

.fsCalendarDaybox {
  transition: all 0.333s; }
  .fsCalendarRow .fsCalendarDaybox.has-info {
    background: #b3bfcc; }
    @media (min-width: 800px) {
      .fsCalendarRow .fsCalendarDaybox.has-info {
        background: none; } }
  .fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
    background: #ffefb3; }

.fsElementEventColorIcon {
  display: inline-block;
  width: 10px;
  height: 10px; }

.fsCalendarLegend {
  margin: 20px 0;
  padding: 0; }
  .fsCalendarLegend ul,
  .fsCalendarLegend ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsCalendarLegend a {
    display: block; }
  @media (min-width: 600px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 800px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 3;
      column-count: 3; } }
  .fsCalendarLegend > ul ul {
    margin-left: 20px; }

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 700px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 700px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 1000px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 700px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    font-family: "Century Gothic W01", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.7px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 16px 27px;
    background: #757575;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    margin: 0 10px; }
    #fsBannerLeft .fsConstituent.fsSearch .fsConstituentSearchButton {
      width: 100%; }
    #fsBannerRight .fsConstituent.fsSearch .fsConstituentSearchButton {
      width: 100%; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover, .fsConstituent.fsSearch .fsConstituentSearchButton:focus {
      background-color: #E5E5E5;
      color: #000000; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #2378CD; }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg > div, .fsConstituentProfile.hasImg > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.hasImg) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.hasImg) .fsProfileImage {
      max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1.25em; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 20px; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      width: 50%;
      float: left; } }

.fsProfileSectionFieldName, .fsProfileSectionFieldValue {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionFieldName, .fsProfileSectionFieldValue {
      width: 50%;
      float: left; } }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block;
      width: 100%; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px; }

@media (min-width: 700px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

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

@media (min-width: 700px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

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

@media (min-width: 700px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

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

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

.fs_style_30,
.lead-in {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #002856;
  font-family: "Century Gothic W01", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

.fs_style_31,
.callout:not(.button) {
  display: block;
  margin: 0 0 9px;
  background: transparent;
  font-size: 20px;
  line-height: 26px;
  color: #353535;
  font-family: "Century Gothic W01", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 500;
  /*  &.left {
    float: left;
    margin-left: $gutter;

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

  }

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

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

  }*/ }

.button-grid > .fsElementContent {
  width: 100%;
  text-align: center; }
  .button-grid > .fsElementContent > a[class*='fs_style_'] {
    display: inline-block;
    width: 100%;
    transition: color 0.3s ease, border 0.3s ease, background 0.3s ease; }
    @media (min-width: 700px) {
      .button-grid > .fsElementContent > a[class*='fs_style_'] {
        margin-right: 10px;
        margin-left: 10px; } }

@media (min-width: 700px) {
  .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_'] {
    width: calc(50% - 20px); }
    .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_']:nth-of-type(1) {
      margin-left: 0; }
    .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_']:nth-of-type(2) {
      margin-right: 0; } }

@media (min-width: 1000px) {
  .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_'] {
    width: calc(33.3333% - 20px); }
    .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_']:nth-of-type(1) {
      margin-left: 0; }
    .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_']:nth-of-type(2) {
      margin-right: 10px;
      margin-left: 10px; }
    .button-grid.button-grid-3 > .fsElementContent > a[class*='fs_style_']:nth-of-type(3) {
      margin-right: 0; } }

.content-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .content-block > header {
    padding-top: 17px; }
  .content-block:first-child {
    margin-top: 0; }
  .content-block:last-child {
    margin-bottom: 0; }

.fs_style_24,
.button {
  font-family: "Century Gothic W01", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-family: "Century Gothic W01", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: transparent;
  color: #2378CD;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #2378CD; }
  #fsBannerLeft .fs_style_24, #fsBannerLeft
  .button {
    width: 100%; }
  #fsBannerRight .fs_style_24, #fsBannerRight
  .button {
    width: 100%; }
  #fsBannerLeft .fs_style_24, #fsBannerLeft
  .button {
    width: 100%; }
  #fsBannerRight .fs_style_24, #fsBannerRight
  .button {
    width: 100%; }
  .fs_style_24:hover, .fs_style_24:focus,
  .button:hover,
  .button:focus {
    background-color: #2378CD;
    color: #FFFFFF; }
  .fs_style_24 em,
  .button em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_24:hover, .fs_style_24:focus,
  .button:hover,
  .button:focus {
    border: 2px solid transparent; }

.fs_style_25 {
  font-family: "Century Gothic W01", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-family: "Century Gothic W01", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: transparent;
  color: #002856;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #002856; }
  #fsBannerLeft .fs_style_25 {
    width: 100%; }
  #fsBannerRight .fs_style_25 {
    width: 100%; }
  #fsBannerLeft .fs_style_25 {
    width: 100%; }
  #fsBannerRight .fs_style_25 {
    width: 100%; }
  .fs_style_25:hover, .fs_style_25:focus {
    background-color: #002856;
    color: #FFFFFF; }
  .fs_style_25 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_25:hover, .fs_style_25:focus {
    border: 2px solid transparent; }

.fs_style_26 {
  font-family: "Century Gothic W01", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-family: "Century Gothic W01", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: transparent;
  color: #757575;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #757575; }
  #fsBannerLeft .fs_style_26 {
    width: 100%; }
  #fsBannerRight .fs_style_26 {
    width: 100%; }
  #fsBannerLeft .fs_style_26 {
    width: 100%; }
  #fsBannerRight .fs_style_26 {
    width: 100%; }
  .fs_style_26:hover, .fs_style_26:focus {
    background-color: #757575;
    color: #FFFFFF; }
  .fs_style_26 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_26:hover, .fs_style_26:focus {
    border: 2px solid transparent; }

.fs_style_27 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2.4px;
  padding: 26px 10px;
  display: block;
  max-width: 300px;
  width: 100%; }
  #fsBannerLeft .fs_style_27,
  #fsBannerRight .fs_style_27 {
    display: block; }

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

@media (min-width: 700px) {
  .fs_style_32,
  .fs_style_33 {
    width: 50%; } }

@media (min-width: 1000px) {
  .fs_style_32,
  .fs_style_33 {
    width: 37.5%; } }

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

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

#fsPagePopCloseButton:before, #fsPagePopCloseButton:after {
  background-color: #2378CD; }

#fsPagePopCloseButton:hover:before, #fsPagePopCloseButton:hover:after, #fsPagePopCloseButton:focus:before, #fsPagePopCloseButton:focus:after {
  background-color: #002856; }

.fsResourceTypePdf img {
  width: 100%; }

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

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

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

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

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

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

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

.fsBreadcrumb li {
  display: inline-block; }

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

.navigation.main a {
  display: block; }

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

.navigation.main nav a {
  display: block; }

.navigation.main nav ul.fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0; }
  .navigation.main nav ul.fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative; }
    .no-flexbox .navigation.main nav ul.fsNavLevel1 > li {
      display: inline-block; }
    .navigation.main nav ul.fsNavLevel1 > li:hover > a, .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > a {
      color: #2378CD; }
    .navigation.main nav ul.fsNavLevel1 > li:hover > .fsNavPageInfo, .navigation.main nav ul.fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      margin-top: 0;
      z-index: 100;
      opacity: 1;
      visibility: visible; }
    .navigation.main nav ul.fsNavLevel1 > li > a:focus {
      color: #2378CD; }
    .navigation.main nav ul.fsNavLevel1 > li.fsNavParentPage > a:after {
      transition: all 0.333s;
      content: '';
      display: block;
      position: absolute;
      bottom: -8px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-bottom: 12px solid #2378CD;
      border-bottom: 12px solid rgba(35, 120, 205, 0.9);
      z-index: 1000;
      opacity: 0; }
    .navigation.main nav ul.fsNavLevel1 > li.fsNavParentPage > a:focus:after {
      bottom: 0;
      opacity: 1;
      z-index: 1; }
    .navigation.main nav ul.fsNavLevel1 > li.fsNavParentPage:hover > a:after, .navigation.main nav ul.fsNavLevel1 > li.fsNavParentPage.menu-item-open > a:after {
      bottom: 0;
      opacity: 1;
      z-index: 1; }
    .navigation.main nav ul.fsNavLevel1 > li > a {
      font-weight: bold;
      text-align: center;
      color: #002856;
      background: none;
      text-transform: uppercase;
      padding: 13px 0 22px;
      display: block;
      position: relative; }
      @media (min-width: 1180px) {
        .navigation.main nav ul.fsNavLevel1 > li > a {
          font-size: 18px;
          letter-spacing: 1.5px; } }
      .navigation.main nav ul.fsNavLevel1 > li > a:hover, .navigation.main nav ul.fsNavLevel1 > li > a:focus, .navigation.main nav ul.fsNavLevel1 > li > a.active {
        color: #2378CD; }
    .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
    .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      color: #2378CD; }

.navigation.main .fsNavPageInfo {
  position: absolute;
  top: 99.5%;
  z-index: 10;
  display: none;
  width: 380px;
  left: 0;
  transition: all 0.333s;
  padding: 5px 0 4px;
  background-color: #2378CD;
  background-color: rgba(35, 120, 205, 0.9);
  transition: margin 0.3s ease, opacity 0.3s ease, left 0s 0.3s ease;
  display: block;
  opacity: 0;
  z-index: -1;
  margin-top: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 99.5%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden; }
  .navigation.main .fsNavPageInfo:before {
    left: 28px;
    -ms-transform: none;
    transform: none; }
  .navigation.main .fsNavPageInfo .fsNavPageDescription {
    display: none; }
  .navigation.main .fsNavPageInfo ul.fsNavLevel2 {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.22em;
    width: 50%;
    padding: 0;
    margin: 0; }
  .navigation.main .fsNavPageInfo a {
    padding: 8px 17px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Century Gothic W01", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding-right: 23px;
    padding-left: 23px; }
    .navigation.main .fsNavPageInfo a:hover, .navigation.main .fsNavPageInfo a:focus {
      background-color: rgba(0, 0, 0, 0.1); }

.navigation.main li:hover .fsNavPageInfo, .navigation.main li.menu-item-open .fsNavPageInfo {
  opacity: 1;
  z-index: 1;
  transition: margin 0.3s ease, opacity 0.3s ease, left 0s 0s ease; }

.navigation.main li:first-child:hover .fsNavPageInfo {
  left: 0;
  -ms-transform: translateX(0);
  transform: translateX(0); }

.navigation.main li:last-child:hover .fsNavPageInfo {
  left: auto;
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 0; }

.navigation.main li:first-child.menu-item-open .fsNavPageInfo {
  left: 0;
  -ms-transform: translateX(0);
  transform: translateX(0); }

.navigation.main li:last-child.menu-item-open .fsNavPageInfo {
  left: auto;
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 0; }

#fsPageBodyWrapper .navigation.tier {
  margin-right: -20px;
  margin-left: -20px;
  transition: all 0.333s;
  padding-bottom: 20px;
  display: none; }
  #fsPageBodyWrapper .navigation.tier ul,
  #fsPageBodyWrapper .navigation.tier ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsPageBodyWrapper .navigation.tier a {
    display: block; }
  @media (min-width: 700px) {
    #fsPageBodyWrapper .navigation.tier {
      margin-right: 0;
      margin-left: 0;
      display: block; } }
  @media (min-width: 700px) {
    #fsPageBodyWrapper .navigation.tier.mobile {
      display: none; } }
  #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
    background-color: #002856;
    padding: 20px 20px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    font-family: "Century Gothic W01", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: none; }
    @media (min-width: 700px) {
      #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
        display: none; } }
    #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after {
      content: "";
      padding: 0 20px;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #fsPageBodyWrapper .navigation.tier > .fsElementContent {
    transition: all 0.333s; }
  #fsPageBodyWrapper .navigation.tier ul[class*="fsNavLevel"] {
    margin: 0;
    display: none; }
  #fsPageBodyWrapper .navigation.tier li {
    margin: 0px 0; }
    #fsPageBodyWrapper .navigation.tier li.fsNavCurrentPage > a, #fsPageBodyWrapper .navigation.tier li.fsNavCurrentPageAncestor > a {
      background-color: #001f42 !important; }
    #fsPageBodyWrapper .navigation.tier li.fsNavCurrentPage > .fsNavPageInfo > ul, #fsPageBodyWrapper .navigation.tier li.fsNavCurrentPageAncestor > .fsNavPageInfo > ul {
      display: block; }
  #fsPageBodyWrapper .navigation.tier ul.fsNavLevel1 {
    display: block; }
    #fsPageBodyWrapper .navigation.tier ul.fsNavLevel1 > li {
      display: none; }
      #fsPageBodyWrapper .navigation.tier ul.fsNavLevel1 > li > a {
        display: none; }
      #fsPageBodyWrapper .navigation.tier ul.fsNavLevel1 > li.fsNavCurrentPage, #fsPageBodyWrapper .navigation.tier ul.fsNavLevel1 > li.fsNavCurrentPageAncestor {
        display: block; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li {
    position: relative; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li:after {
      content: '';
      display: block;
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 0;
      height: 1px;
      background-color: #5489a1; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li:last-of-type:after {
      display: none; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
    display: block;
    padding: 10px 20px 10px;
    font-size: 16px;
    line-height: 1.375;
    color: #FFFFFF;
    background-color: #002856; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus {
      color: #FFFFFF;
      background-color: #001f42; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel4 {
    margin: 0 10px 10px; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li {
      margin: 0; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a {
      display: block;
      padding: 10px 20px 10px;
      font-size: 16px;
      line-height: 1.375;
      color: #FFFFFF;
      background-color: #002856; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover, #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:focus {
        color: #FFFFFF;
        background-color: #001f42; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage,
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor {
    background: #002856;
    overflow: hidden; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 {
    display: block; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a {
    display: block;
    padding: 10px 20px 10px;
    font-size: 16px;
    line-height: 1.375;
    color: #FFFFFF;
    background-color: #002856; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a:hover, #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a:focus {
      color: #FFFFFF;
      background-color: #001f42; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel3 {
    margin: 0 10px 10px; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li {
      margin: 0; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
      display: block;
      padding: 10px 20px 10px;
      font-size: 16px;
      line-height: 1.375;
      color: #FFFFFF;
      background-color: #002856; }
      #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:focus {
        color: #FFFFFF;
        background-color: #001f42; }
    #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a {
      padding-left: 36px; }
  #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a {
    padding-left: 60px; }

section.off-canvas {
  transition: all 0.333s;
  width: 100%;
  max-width: 386px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  overflow-y: scroll;
  padding: 26px 20px 26px;
  border: 1px solid #E5E5E5; }
  @media (min-width: 700px) {
    section.off-canvas {
      padding-right: 48px;
      padding-left: 48px; } }
  @media (min-width: 1000px) {
    section.off-canvas {
      display: none; } }
  .off-canvas-menu-open section.off-canvas {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    left: 0; }
  .fsAccountBarVisible section.off-canvas {
    top: 45px; }
  .off-canvas-menu-open,
  .off-canvas-menu-open body {
    -webkit-overflow-scrolling: auto; }
  section.off-canvas header .fsElementTitle {
    display: none; }
  section.off-canvas header .fsElementHeaderContent {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 16px; }
  section.off-canvas > .fsElementContent {
    position: relative; }
  section.off-canvas .off-canvas-trigger-container {
    padding-bottom: 16px; }
    section.off-canvas .off-canvas-trigger-container > .fsElementContent {
      zoom: 1;
      position: relative; }
      section.off-canvas .off-canvas-trigger-container > .fsElementContent:after {
        display: table;
        clear: both;
        content: ''; }
  section.off-canvas .button.off-canvas-trigger {
    background: none;
    display: block;
    float: right;
    position: relative;
    color: transparent;
    margin: -5px -5px 0 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border: 0; }
    section.off-canvas .button.off-canvas-trigger, section.off-canvas .button.off-canvas-trigger:hover {
      border-color: transparent; }
    section.off-canvas .button.off-canvas-trigger:hover:before, section.off-canvas .button.off-canvas-trigger:hover:after {
      background-color: #002856; }
    section.off-canvas .button.off-canvas-trigger span {
      display: none; }
    section.off-canvas .button.off-canvas-trigger:before, section.off-canvas .button.off-canvas-trigger:after {
      width: 2px;
      height: 26px;
      background-color: #2378CD;
      content: '';
      display: block;
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: background 0.3s ease; }
    section.off-canvas .button.off-canvas-trigger:before {
      -ms-transform: rotate(45deg) translate(-50%, -50%);
      transform: rotate(45deg) translate(-50%, -50%); }
    section.off-canvas .button.off-canvas-trigger:after {
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
      transform: rotate(-45deg) translate(-50%, -50%); }
  section.off-canvas .search-mobile {
    transition: all 0.333s;
    margin-bottom: 34px;
    background-color: #2378CD;
    background-color: rgba(35, 120, 205, 0.95);
    width: 100%; }
    @media (min-width: 700px) {
      section.off-canvas .search-mobile {
        display: none; } }
    section.off-canvas .search-mobile .fsElementContent input.gsc-input {
      text-align: left; }
  section.off-canvas .main-mobile-container {
    margin: 0 0 20px; }
  section.off-canvas .navigation.mobile-toggle {
    margin: 0;
    padding: 0; }
    section.off-canvas .navigation.mobile-toggle ul,
    section.off-canvas .navigation.mobile-toggle li {
      list-style: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 {
      display: block;
      position: relative;
      border-top: 1px solid #E5E5E5; }
      section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 > li {
        padding-right: 20px;
        padding-left: 20px;
        width: calc(100% + (20px * 2));
        margin-left: -20px; }
        section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 > li > a {
          text-transform: uppercase;
          letter-spacing: 0.1em; }
        section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 > li > .list-toggle {
          right: 0; }
        section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 > li:after {
          left: 20px;
          right: 20px; }
      section.off-canvas .navigation.mobile-toggle ul.fsNavLevel1 li.fsNavParentPage > a > span {
        border-right: 1px solid #d8d8d8; }
    section.off-canvas .navigation.mobile-toggle ul ul {
      padding-left: 20px; }
      section.off-canvas .navigation.mobile-toggle ul ul li:last-of-type {
        border-bottom: 0; }
      section.off-canvas .navigation.mobile-toggle ul ul a {
        text-transform: none;
        letter-spacing: 0; }
    section.off-canvas .navigation.mobile-toggle .fsNavPageInfo {
      display: none; }
    section.off-canvas .navigation.mobile-toggle li {
      display: block;
      position: relative;
      transition: background 0.3s ease; }
      section.off-canvas .navigation.mobile-toggle li:after {
        content: '';
        border-bottom: 1px solid #E5E5E5;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
      section.off-canvas .navigation.mobile-toggle li.fsNavParentPage > a {
        margin-right: 40px; }
        section.off-canvas .navigation.mobile-toggle li.fsNavParentPage > a > span {
          border-right: 1px solid #E5E5E5; }
      section.off-canvas .navigation.mobile-toggle li.fsNavCurrentPage > a, section.off-canvas .navigation.mobile-toggle li.fsNavCurrentPageAncestor > a {
        color: #2378CD !important; }
      section.off-canvas .navigation.mobile-toggle li.fsNavCurrentPage > .list-toggle:after, section.off-canvas .navigation.mobile-toggle li.fsNavCurrentPageAncestor > .list-toggle:after {
        color: #2378CD !important; }
      section.off-canvas .navigation.mobile-toggle li .list-toggle {
        transition: all 0.333s;
        display: block;
        position: absolute;
        width: 60px;
        height: 48px;
        top: 0px;
        right: -20px;
        cursor: pointer; }
        section.off-canvas .navigation.mobile-toggle li .list-toggle:after {
          content: "";
          font-size: 16px;
          font-size: 18px;
          line-height: 48px;
          color: #002856;
          width: 60px;
          height: 48px;
          text-align: center;
          transition: opacity 0s ease;
          display: block;
          position: absolute; }
      section.off-canvas .navigation.mobile-toggle li.expanded {
        background-color: #f2f2f2; }
        section.off-canvas .navigation.mobile-toggle li.expanded > a {
          color: #757575; }
          section.off-canvas .navigation.mobile-toggle li.expanded > a:hover {
            color: #2378CD; }
        section.off-canvas .navigation.mobile-toggle li.expanded > .fsNavPageInfo {
          display: block; }
        section.off-canvas .navigation.mobile-toggle li.expanded > .list-toggle:after {
          content: "";
          color: #757575; }
        section.off-canvas .navigation.mobile-toggle li.expanded li:after {
          border-bottom: 1px solid #dddddd; }
    section.off-canvas .navigation.mobile-toggle a {
      color: #002856;
      display: block;
      padding-top: 14px;
      padding-bottom: 12px;
      padding-left: 0;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      section.off-canvas .navigation.mobile-toggle a:hover, section.off-canvas .navigation.mobile-toggle a:focus {
        color: #2378CD; }
      section.off-canvas .navigation.mobile-toggle a span {
        display: block; }
  section.off-canvas .navigation.mobile-toggle.portal-mobile .fsNavLevel1 {
    border-top: 0; }
  @media (min-width: 700px) {
    section.off-canvas .navigation.utilities-mobile {
      display: none; } }
  section.off-canvas .navigation.utilities-mobile a {
    color: #002856;
    display: block;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #E5E5E5; }
    section.off-canvas .navigation.utilities-mobile a:hover, section.off-canvas .navigation.utilities-mobile a:focus {
      color: #2378CD; }
  section.off-canvas .navigation.utility ul,
  section.off-canvas .navigation.utility ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  section.off-canvas .navigation.utility a {
    display: block; }
  section.off-canvas .navigation.utility .fsNavLevel1 {
    margin-top: 0; }

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

.navigation.social a {
  display: block; }

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

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

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

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

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

.fsFacebookList a {
  display: block; }

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

.fsVimeoList a {
  display: block; }

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

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

.vimeo_view_link a {
  font-family: "Century Gothic W01", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: #757575;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.3s ease; }
  #fsBannerLeft .vimeo_view_link a {
    width: 100%; }
  #fsBannerRight .vimeo_view_link a {
    width: 100%; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background-color: #E5E5E5;
    color: #000000; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

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

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

.fsYoutubeList a {
  display: block; }

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

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

.Youtube_view_link a {
  font-family: "Century Gothic W01", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.7px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 27px;
  background: #757575;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.3s ease; }
  #fsBannerLeft .Youtube_view_link a {
    width: 100%; }
  #fsBannerRight .Youtube_view_link a {
    width: 100%; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background-color: #E5E5E5;
    color: #000000; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

.fsNews {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /*Slideshow*/ }
  .fsNews > header {
    padding-top: 17px; }
  .fsNews:first-child {
    margin-top: 0; }
  .fsNews:last-child {
    margin-bottom: 0; }
  .fsNews.fsDialog:last-child {
    margin: auto; }
  .fsNews article {
    margin-top: 13px;
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E8E8E8; }
    .fsNews article:first-child {
      margin-top: 0; }
  .fsNews .fsThumbnail {
    display: block;
    margin-bottom: 14px; }
    .fsNews .fsThumbnail img {
      display: block; }
    .fsNews .fsThumbnail .fsCroppedImage {
      vertical-align: bottom; }
  .fsNews .fsTitle {
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px; }
    .fsNews .fsTitle, .fsNews .fsTitle a {
      color: #002856; }
    .fsNews .fsTitle a:hover, .fsNews .fsTitle a:focus {
      color: #2378CD; }
  .fsNews .fsDate {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.375;
    color: #2378CD;
    letter-spacing: normal;
    font-style: normal;
    font-weight: bold;
    color: #757575; }
  .fsNews .fsSummary {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
    .fsNews .fsSummary :first-child {
      margin-top: 0; }
    .fsNews .fsSummary > *:last-child {
      margin-bottom: 0; }
  .fsNews .fsNewsPostLink.fsReadMoreLink {
    display: block;
    margin-top: 5px; }
  .fsNews.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article {
    padding: 20px; }
  .fsNews.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden; }
  form.gsc-search-box-tools table {
    border: 0; }
  form.gsc-search-box-tools table,
  form.gsc-search-box-tools tbody,
  form.gsc-search-box-tools tr,
  form.gsc-search-box-tools td {
    display: block; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    display: block;
    float: left; }
  form.gsc-search-box-tools table.gsc-search-box {
    display: table;
    margin-bottom: 0;
    position: relative; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 140px;
    border: 0;
    height: 50px; }
    form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus {
      box-shadow: none; }
    form.gsc-search-box-tools div.gsc-input-box table,
    form.gsc-search-box-tools div.gsc-input-box tbody,
    form.gsc-search-box-tools div.gsc-input-box tr,
    form.gsc-search-box-tools div.gsc-input-box td {
      overflow: hidden;
      display: block;
      width: 100%;
      border: 0;
      height: 50px; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools td.gsc-input {
    float: none; }
  form.gsc-search-box-tools input.gsc-input {
    background: transparent !important;
    background-image: none !important;
    width: 100%;
    height: 50px !important;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Century Gothic W01", sans-serif;
    font-style: normal;
    text-align: right;
    padding-left: 20px !important;
    padding-right: 44px !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-appearance: none; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    transition: all 0.333s;
    display: block;
    padding: 0 12.5px;
    overflow: hidden;
    height: 50px;
    width: 44px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #FFFFFF; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      content: "";
      opacity: 1;
      font-size: 14px;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  form.gsc-search-box-tools td.gsc-search-button:hover, form.gsc-search-box-tools td.gsc-search-button:focus {
    background: transparent;
    color: #FFFFFF; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 50px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FFFFFF;
  opacity: 0.5; }

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

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  opacity: 0.5; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF;
  opacity: 0.5; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
form.gsc-search-box-tools div.gsc-input-box {
  background-color: transparent !important; }

.search {
  background: #2378CD;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  max-width: 0;
  transition: all .3s ease; }
  .page-search-open .search {
    max-width: 226px; }
  .search form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .search label {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 0; }
  .search .fsSearchElementKeyword {
    margin: 0; }
  .search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    color: #fff;
    height: 100%; }
  .search .fsButtonClear {
    display: none; }
  .search .fsSearchElementSearchButton {
    width: 44px;
    height: 50px;
    font-size: 0;
    background: transparent;
    padding: 0;
    margin: 0; }
    .search .fsSearchElementSearchButton:after {
      content: "";
      font-size: 14px;
      color: #fff; }

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 700px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin: 0;
        padding: 15px 11px 12px;
        background: #e8e8e8;
        font-size: 16px;
        line-height: 22px;
        color: #787878;
        font-family: "Century Gothic W01", sans-serif;
        letter-spacing: normal;
        font-style: normal;
        font-weight: normal;
        border: 0px solid transparent; }
        .fsTabs .fsTabsNav li a:hover {
          background: #002856;
          color: #FFFFFF;
          border-color: transparent; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #2378CD;
        color: #FFFFFF;
        border-color: transparent; }
  .fsTabs .fsPanel {
    margin-bottom: 1px; }
    .fsTabs .fsPanel > header {
      transition: background-color 0.3s ease;
      cursor: pointer;
      background: #e5e5e5;
      border: 0px solid transparent; }
      .fsTabs .fsPanel > header h2 {
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        line-height: 22px;
        padding: 10px 23px 8px;
        color: #787878;
        font-family: "Century Gothic W01", sans-serif;
        font-weight: 600;
        position: relative;
        padding-left: 46px; }
        .fsTabs .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
        .fsTabs .fsPanel > header h2:before {
          content: "";
          transition: all 0.333s;
          font-size: 13px;
          line-height: 13px;
          border: none;
          position: absolute;
          text-align: center;
          width: 13px;
          height: 13px;
          display: block;
          top: 15px;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          left: 18px; }
      .fsTabs .fsPanel > header:hover, .fsTabs .fsPanel > header:focus {
        background: #002856;
        border-color: transparent; }
        .fsTabs .fsPanel > header:hover h2, .fsTabs .fsPanel > header:focus h2 {
          color: #FFFFFF; }
    .fsTabs .fsPanel > .fsElementContent {
      border: 0px solid transparent;
      border-top: none;
      padding: 18px 31px 12px;
      padding-right: 11px;
      padding-left: 11px; }
      @media (min-width: 500px) {
        .fsTabs .fsPanel > .fsElementContent {
          border: none; } }
    .fsTabs .fsPanel.fsStateOpen > header {
      background: #2378CD;
      border-color: transparent;
      border-bottom-color: transparent; }
      .fsTabs .fsPanel.fsStateOpen > header h2 {
        color: #FFFFFF;
        padding-left: 46px; }
        .fsTabs .fsPanel.fsStateOpen > header h2:before {
          content: "";
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          left: 18px; }
    .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
      display: block; }

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

#fsHeader {
  background-color: #FFFFFF;
  position: relative;
  z-index: 10; }
  @media (min-width: 1000px) {
    #fsHeader {
      padding-bottom: 0; } }
  .has-masthead .fsComposeMode #fsHeader {
    position: relative !important;
    top: auto;
    left: auto;
    z-index: auto; }
  .fsComposeMode #fsHeader {
    overflow: hidden; }
  #fsHeader > .fsBanner {
    position: static; }
  #fsHeader header .fsElementTitle {
    display: none; }
  #fsHeader header .fsElementHeaderContent {
    display: none; }

#fsHeader {
  padding-bottom: 12px; }
  #fsHeader .logo-text {
    padding: 20px 0 10px 0; }
    #fsHeader .logo-text a {
      display: block;
      padding: 20px 0;
      color: transparent;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: contain; }
      .svg #fsHeader .logo-text a {
        background-image: url("../images/logo.svg"); }
      .no-svg #fsHeader .logo-text a {
        background-image: url("../images/logo.png"); }
      #fsHeader .logo-text a:hover {
        color: transparent; }

#fsHeader .utilities {
  background-color: #002856;
  height: 40px;
  padding-right: 30px;
  padding-left: 30px; }
  @media (min-width: 700px) {
    #fsHeader .utilities {
      height: 50px; } }
  #fsHeader .utilities > .fsElementContent {
    zoom: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: right; }
    #fsHeader .utilities > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    #fsHeader .utilities > .fsElementContent > .fsElement {
      margin-right: 15px;
      margin-left: 15px; }
      #fsHeader .utilities > .fsElementContent > .fsElement:last-child {
        margin-right: 0; }
    @media (min-width: 700px) {
      #fsHeader .utilities > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media (max-width: 700px) {
      #fsHeader .utilities > .fsElementContent > * {
        display: none; } }
    @media (max-width: 700px) {
      #fsHeader .utilities > .fsElementContent > *.off-canvas-trigger-container {
        display: block; } }
  #fsHeader .utilities section {
    display: inline-block;
    vertical-align: top; }
  #fsHeader .utilities .navigation.utility {
    display: none; }
    #fsHeader .utilities .navigation.utility ul,
    #fsHeader .utilities .navigation.utility ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    #fsHeader .utilities .navigation.utility a {
      display: block; }
    @media (min-width: 1000px) {
      #fsHeader .utilities .navigation.utility {
        display: inline-block;
        vertical-align: top;
        margin-right: -0.22em; } }
    #fsHeader .utilities .navigation.utility ul {
      margin: 0; }
      #fsHeader .utilities .navigation.utility ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.22em;
        margin: 0 15px; }
    #fsHeader .utilities .navigation.utility a {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 50px;
      height: 50px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Century Gothic W01", sans-serif;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      padding: 0;
      background-color: transparent; }
      #fsHeader .utilities .navigation.utility a:hover, #fsHeader .utilities .navigation.utility a:focus {
        color: #EAEAEA; }
  #fsHeader .utilities .navigation.dropdown {
    position: relative; }
    #fsHeader .utilities .navigation.dropdown > header {
      display: none; }
    #fsHeader .utilities .navigation.dropdown ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    #fsHeader .utilities .navigation.dropdown li {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0; }
    #fsHeader .utilities .navigation.dropdown a {
      display: block; }
    #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li:hover > a,
    #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li:hover > button, #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li:focus > a,
    #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li:focus > button, #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li.menu-item-open > a,
    #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li.menu-item-open > button {
      color: #EAEAEA; }
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li:hover > a:after,
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li:hover > button:after, #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li:focus > a:after,
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li:focus > button:after, #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li.menu-item-open > a:after,
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li.menu-item-open > button:after {
        bottom: 0;
        opacity: 1;
        z-index: 1; }
    #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li:hover > .fsNavPageInfo, #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li:focus > .fsNavPageInfo, #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      margin-top: 0;
      pointer-events: auto;
      opacity: 1; }
    #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > a,
    #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > button {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 50px;
      height: 50px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Century Gothic W01", sans-serif;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      padding: 0;
      background-color: transparent;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      border: 0; }
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > a:hover, #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > a:focus,
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > button:hover,
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > button:focus {
        color: #EAEAEA; }
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > a:after,
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > button:after {
        transition: all 0.333s;
        content: '';
        display: block;
        position: absolute;
        bottom: -8px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 12px solid #2378CD;
        border-bottom: 12px solid rgba(35, 120, 205, 0.9);
        z-index: 1000;
        opacity: 0; }
    #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > button {
      pointer-events: none;
      cursor: default; }
    #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > .fsNavPageInfo {
      transition: all 0.333s;
      padding: 5px 0 4px;
      background-color: #2378CD;
      background-color: rgba(35, 120, 205, 0.9);
      display: block;
      width: 139px;
      margin-top: 8px;
      position: absolute;
      top: 100%;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1000;
      pointer-events: none;
      opacity: 0; }
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > .fsNavPageInfo ul {
        padding: 0;
        margin: 0; }
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > .fsNavPageInfo li {
        padding: 0;
        margin: 0; }
      #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > .fsNavPageInfo a {
        padding: 8px 17px;
        color: #FFFFFF;
        font-weight: bold;
        font-family: "Century Gothic W01", sans-serif;
        font-size: 14px;
        line-height: 16px;
        text-align: left; }
        #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > .fsNavPageInfo a:hover, #fsHeader .utilities .navigation.dropdown .fsNavLevel1 > li > .fsNavPageInfo a:focus {
          background-color: rgba(0, 0, 0, 0.1); }
  #fsHeader .utilities .button.search-trigger,
  #fsHeader .utilities .button.off-canvas-trigger {
    display: block;
    background: transparent;
    color: #002856;
    width: 45px;
    height: 36px;
    text-align: left;
    overflow: hidden;
    position: absolute;
    border: none; }
    @media (min-width: 1000px) {
      #fsHeader .utilities .button.search-trigger,
      #fsHeader .utilities .button.off-canvas-trigger {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin-left: 2px; } }
    #fsHeader .utilities .button.search-trigger:before,
    #fsHeader .utilities .button.off-canvas-trigger:before {
      content: "";
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-indent: 0;
      text-align: center;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #fsHeader .utilities .site-tagline {
    display: none; }
    #fsHeader .utilities .site-tagline p {
      margin: 0; }
    @media (min-width: 1000px) {
      #fsHeader .utilities .site-tagline {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #FFC800;
        font-size: 20px;
        margin-right: auto !important;
        margin-left: 0 !important; } }
  .page-search-open #fsHeader .utilities .button.search-trigger {
    color: #FFC800; }
  #fsHeader .utilities .button.search-trigger:after {
    content: ""; }
  #fsHeader .utilities .search-trigger {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Century Gothic W01", sans-serif;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    background-color: transparent; }
    #fsHeader .utilities .search-trigger:before {
      content: ""; }
    #fsHeader .utilities .search-trigger:hover, #fsHeader .utilities .search-trigger:focus {
      color: #EAEAEA; }
  #fsHeader .utilities .button.off-canvas-trigger {
    width: auto;
    height: 40px;
    line-height: 40px;
    background-color: #2378CD;
    color: #FFFFFF;
    margin: 0;
    padding: 0 31px 0 56px;
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease; }
    #fsHeader .utilities .button.off-canvas-trigger span {
      display: inline-block; }
    #fsHeader .utilities .button.off-canvas-trigger:before {
      content: "";
      width: auto;
      padding-right: 10px;
      left: 31px;
      display: inline-block; }
    @media (min-width: 700px) {
      #fsHeader .utilities .button.off-canvas-trigger {
        height: 50px;
        line-height: 50px; } }
    @media (min-width: 1000px) {
      #fsHeader .utilities .button.off-canvas-trigger {
        display: none; } }
  #fsHeader .utilities > .fsElementContent > .off-canvas-trigger-container {
    margin-left: -30px;
    float: left;
    margin-right: auto; }
    @media (min-width: 1000px) {
      #fsHeader .utilities > .fsElementContent > .off-canvas-trigger-container {
        display: none; } }
  #fsHeader .utilities > .fsElementContent > .search-trigger-container {
    margin-right: 0;
    width: auto; }
    #fsHeader .utilities > .fsElementContent > .search-trigger-container .search-trigger {
      transition: all 0.4s ease;
      width: 85px;
      padding-right: 0;
      opacity: 1; }
      #fsHeader .utilities > .fsElementContent > .search-trigger-container .search-trigger:before {
        content: "";
        font-size: 13px;
        padding-right: 8px; }
    .page-search-open #fsHeader .utilities > .fsElementContent > .search-trigger-container .search-trigger {
      width: 226px;
      opacity: 0; }
  #fsHeader .utilities .quicklinks.dropdown .fsElementTitle:before {
    content: "";
    font-size: 13px;
    padding-right: 8px; }
  .fsAccountBarVisible #fsHeader .utilities section.log-in {
    display: none; }
  .fsAccountBarVisible .log-in {
    display: none; }
  #fsHeader .utilities .log-in a {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Century Gothic W01", sans-serif;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    background-color: transparent; }
    #fsHeader .utilities .log-in a:hover, #fsHeader .utilities .log-in a:focus {
      color: #EAEAEA; }
    #fsHeader .utilities .log-in a:before {
      content: "";
      font-size: 13px;
      padding-right: 8px; }

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

.sub-navigation {
  display: none;
  background: #002856; }
  .has-sub-navigation .sub-navigation {
    display: block; }
    .has-sub-navigation .sub-navigation.masthead-alternate {
      display: none; }
  @media (min-width: 1000px) {
    .has-masthead.has-sub-navigation .sub-navigation {
      display: none; }
      .has-masthead.has-sub-navigation .sub-navigation.masthead-alternate {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1; } }
  .sub-navigation > header .fsElementTitle {
    display: none; }
  .sub-navigation > header .fsElementHeaderContent {
    background-color: #002856;
    padding: 20px 20px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    font-family: "Century Gothic W01", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 1000px) {
      .sub-navigation > header .fsElementHeaderContent {
        display: none; } }
    .sub-navigation > header .fsElementHeaderContent:after {
      content: "";
      padding: 0 20px;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .sub-navigation > .fsElementContent {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 1000px) {
      .sub-navigation > .fsElementContent {
        max-height: none; } }
  .sub-navigation-open .sub-navigation > header .fsElementHeaderContent:after {
    content: ""; }
  .sub-navigation-open .sub-navigation > .fsElementContent {
    max-height: 1000px;
    overflow-y: auto; }
  .sub-navigation nav {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
    .sub-navigation nav ul,
    .sub-navigation nav ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .sub-navigation nav a {
      display: block; }
    .sub-navigation nav ul.fsNavLevel1 {
      margin: 0; }
      .sub-navigation nav ul.fsNavLevel1 > li {
        border-top: 1px solid #FFFFFF; }
        @media (min-width: 1000px) {
          .sub-navigation nav ul.fsNavLevel1 > li {
            display: inline-block;
            vertical-align: middle;
            margin-right: -0.22em;
            border-top: none; } }
        .sub-navigation nav ul.fsNavLevel1 > li > a {
          display: block;
          padding: 10px 20px 10px;
          font-size: 16px;
          line-height: 1.375;
          color: #FFFFFF;
          background-color: #002856; }
          .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus {
            color: #FFFFFF;
            background-color: #001f42; }
          @media (min-width: 1000px) {
            .sub-navigation nav ul.fsNavLevel1 > li > a {
              font-weight: bold;
              text-align: center;
              color: #002856;
              background: none;
              text-transform: uppercase;
              font-size: 16px;
              line-height: 1.375;
              padding-right: 20px;
              padding-left: 20px;
              padding-top: 21.5px;
              padding-bottom: 21.5px; } }
  @media (min-width: 1000px) and (min-width: 1180px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      font-size: 18px;
      letter-spacing: 1.5px; } }
          @media (min-width: 1000px) {
              .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus, .sub-navigation nav ul.fsNavLevel1 > li > a.active {
                color: #2378CD; } }
  @media (min-width: 1000px) and (min-width: 1180px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      padding-top: 21.5px;
      padding-bottom: 21.5px;
      font-size: 1em; } }
        .sub-navigation nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
        .sub-navigation nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
          color: #2378CD;
          font-weight: 600; }

#fsHeader .fsSearchElement.search {
  transition: all 0.333s;
  background-color: #2378CD;
  background-color: rgba(35, 120, 205, 0.95);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 0; }
  .page-search-open #fsHeader .fsSearchElement.search {
    max-width: 226px; }
  #fsHeader .fsSearchElement.search .fsElementContent td.gsc-search-button {
    transition: all 0.333s; }
  #fsHeader .fsSearchElement.search .fsElementContent input.gsc-input {
    transition: all 0.333s; }
    @media (min-width: 500px) {
      #fsHeader .fsSearchElement.search .fsElementContent input.gsc-input {
        padding-right: 64px !important; } }

#fsHeader .above-nav {
  padding-left: 20px;
  padding-right: 20px; }
  #fsHeader .above-nav > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }

#fsBannerRight > .fsBanner > * {
  margin-bottom: 20px; }

#fsBannerLeft > .fsBanner > * {
  margin-bottom: 20px; }

#fsFooter {
  position: relative;
  min-height: 331px;
  padding: 0 21px; }
  @media (min-width: 700px) {
    #fsFooter {
      padding: 0 31px; } }
  #fsFooter:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    background-color: rgba(0, 40, 86, 0);
    background-image: linear-gradient(to bottom,rgba(0, 40, 86, 0) 60%, #002856 100%); }
  #fsFooter > .fsBanner {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
    #fsFooter > .fsBanner header .fsElementTitle {
      color: #002856;
      font-family: Georgia, Times, serif;
      font-style: italic;
      margin-bottom: 5px; }
      @media (min-width: 1180px) {
        #fsFooter > .fsBanner header .fsElementTitle {
          text-align: left; } }
    #fsFooter > .fsBanner a {
      color: #FFFFFF; }
      #fsFooter > .fsBanner a:hover, #fsFooter > .fsBanner a:focus {
        color: #FFFFFF; }
    #fsFooter > .fsBanner .footer-background {
      display: none; }

#fsFooter > .footer-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.15;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  #fsFooter > .footer-background img {
    display: none; }

#fsFooter .footer-branding {
  text-align: center;
  padding-top: 27px;
  padding-bottom: 21px; }
  @media (min-width: 700px) {
    #fsFooter .footer-branding {
      text-align: left; } }
  #fsFooter .footer-branding > .fsElementContent {
    vertical-align: middle; }
    #fsFooter .footer-branding > .fsElementContent a {
      vertical-align: middle;
      display: inline-block; }
      @media (min-width: 1000px) {
        #fsFooter .footer-branding > .fsElementContent a {
          padding-bottom: 14px; } }
      #fsFooter .footer-branding > .fsElementContent a img {
        vertical-align: middle;
        display: inline-block; }
      #fsFooter .footer-branding > .fsElementContent a span {
        vertical-align: middle;
        display: inline-block;
        text-transform: uppercase;
        margin-left: 22px;
        font-size: 30.56px;
        line-height: 39.31px;
        font-weight: 600;
        letter-spacing: 1.8px; }
        @media (min-width: 700px) {
          #fsFooter .footer-branding > .fsElementContent a span {
            margin-left: 22px;
            font-size: 37.96px;
            line-height: 48.84px;
            font-weight: 600;
            letter-spacing: 2.0px; } }
        @media (min-width: 1000px) {
          #fsFooter .footer-branding > .fsElementContent a span {
            margin-left: 26px;
            font-size: 43.52px;
            line-height: 55.99px;
            font-weight: 600;
            letter-spacing: 2.0px; } }

@media (min-width: 700px) {
  #fsFooter .contact {
    text-align: left;
    float: left;
    width: 40%; } }

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

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

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

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

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

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

#fsFooter .footer-links {
  padding-top: 39px; }
  #fsFooter .footer-links ul,
  #fsFooter .footer-links ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsFooter .footer-links a {
    display: block; }
  @media (min-width: 700px) {
    #fsFooter .footer-links {
      padding-top: 0;
      width: 60%;
      float: right; } }
  #fsFooter .footer-links .fsElementContent {
    overflow: hidden; }
    #fsFooter .footer-links .fsElementContent nav {
      text-align: center; }
      @media (min-width: 700px) {
        #fsFooter .footer-links .fsElementContent nav {
          text-align: right; } }
    #fsFooter .footer-links .fsElementContent ul {
      zoom: 1;
      margin-top: 0; }
      #fsFooter .footer-links .fsElementContent ul:after {
        display: table;
        clear: both;
        content: ''; }
    @media (min-width: 700px) {
      #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 1180px) {
      #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
        margin-left: 40px;
        text-align: left; }
        #fsFooter .footer-links .fsElementContent ul.fsNavLevel1:first-child {
          margin-left: 0; } }
    #fsFooter .footer-links .fsElementContent li {
      display: inline-block;
      border-right: 1px solid rgba(255, 255, 255, 0.33);
      line-height: 17px;
      height: 17px;
      margin-bottom: 7px; }
      #fsFooter .footer-links .fsElementContent li:last-of-type {
        border-right: 0; }
    #fsFooter .footer-links .fsElementContent a {
      display: inline-block;
      padding: 0 3px;
      margin-right: 3px;
      font-size: 13px;
      line-height: 17px;
      text-transform: uppercase;
      opacity: 1;
      letter-spacing: 0.5px; }
      #fsFooter .footer-links .fsElementContent a:hover, #fsFooter .footer-links .fsElementContent a:focus {
        text-decoration: underline; }

#fsFooter .social {
  padding-top: 18px; }
  @media (min-width: 700px) {
    #fsFooter .social {
      float: right;
      clear: right;
      padding-top: 2px; } }
  #fsFooter .social .fsElementContent nav {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1180px) {
    #fsFooter .social .fsElementContent ul.fsNavLevel1 {
      text-align: left; } }
  #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -999em;
    padding: 0;
    margin: 0; }
    @media (min-width: 700px) {
      #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
        display: none; } }
  #fsFooter .social .fsElementContent a {
    background-color: #2378CD; }
    #fsFooter .social .fsElementContent a:after {
      color: #FFFFFF;
      transition: all 0.3s ease; }
    #fsFooter .social .fsElementContent a:hover, #fsFooter .social .fsElementContent a:focus {
      background-color: #FFFFFF; }
      #fsFooter .social .fsElementContent a:hover:after, #fsFooter .social .fsElementContent a:focus:after {
        color: #2378CD; }

#fsFooter .footer-partnerships {
  display: block;
  clear: both;
  padding-top: 31px; }
  @media (min-width: 700px) {
    #fsFooter .footer-partnerships {
      padding-top: 21px; } }
  @media (min-width: 1000px) {
    #fsFooter .footer-partnerships {
      padding-top: 2px; } }
  #fsFooter .footer-partnerships nav ul,
  #fsFooter .footer-partnerships nav ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsFooter .footer-partnerships nav a {
    display: block; }
  #fsFooter .footer-partnerships li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    padding-bottom: 12px; }
  #fsFooter .footer-partnerships a {
    font-size: 0;
    color: transparent;
    opacity: 0.5;
    transition: opacity 0.3s ease; }
    #fsFooter .footer-partnerships a:hover, #fsFooter .footer-partnerships a:focus {
      opacity: 1; }

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

#fsFooter .powered-by-finalsite {
  text-align: center;
  padding-top: 10px;
  position: relative;
  z-index: 3; }
  #fsFooter .powered-by-finalsite > .inner {
    display: inline-block;
    text-align: center; }
  #fsFooter .powered-by-finalsite #fsPoweredByFinalsite {
    display: inline-block; }

.container.masthead {
  position: relative; }
  .fsComposeMode .container.masthead {
    display: none; }
  .container.masthead .slide-inner {
    transition: all 0.333s;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    max-height: 600px; }
    .container.masthead .slide-inner:after {
      content: '';
      display: block;
      width: 100%;
      position: relative;
      z-index: 1;
      padding-bottom: 41.92708%; }
      @media (min-width: 1000px) {
        .container.masthead .slide-inner:after {
          padding-bottom: 41.69922%; } }
  .container.masthead .image-wrapper {
    display: none; }

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

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

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

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

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

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

.home .fsPageLayout > .fsDiv > .fsElement > header > .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.125;
  margin-bottom: 17px;
  color: #002856;
  font-family: "Century Gothic W01", sans-serif;
  letter-spacing: 4.0px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word; }

.home-slideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: 0; }

.home-slideshow article {
  padding: 0; }
  .home-slideshow article figure {
    margin: 0;
    position: relative; }
  .home-slideshow article picture {
    display: block;
    position: relative; }
    @media (min-width: 1000px) {
      .home-slideshow article picture:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.45) 100%);
        width: 100%;
        height: 100%; } }
  .home-slideshow article img {
    width: 100%; }
  .home-slideshow article figcaption {
    background-color: #f2f2f2;
    padding: 20px 20px 40px 20px; }
    @media (min-width: 1000px) {
      .home-slideshow article figcaption {
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        max-width: 1180px;
        width: 100%;
        margin: auto;
        font-size: 22px;
        padding-bottom: 20px; }
        .home-slideshow article figcaption a {
          color: #fff; } }
    .home-slideshow article figcaption h2 {
      font-size: 24px;
      font-weight: 700; }
      @media (min-width: 1000px) {
        .home-slideshow article figcaption h2 {
          color: #fff;
          font-size: 28px; } }

.home-slideshow .fsPrevButton,
.home-slideshow .fsNextButton {
  display: none !important;
  height: 50px;
  width: 50px;
  border: solid 2px rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: all .3s ease; }
  @media (min-width: 1000px) {
    .home-slideshow .fsPrevButton,
    .home-slideshow .fsNextButton {
      display: block !important; } }
  .home-slideshow .fsPrevButton:before,
  .home-slideshow .fsNextButton:before {
    color: rgba(255, 255, 255, 0.6);
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .home-slideshow .fsPrevButton:hover,
  .home-slideshow .fsNextButton:hover {
    background: #fff; }
    .home-slideshow .fsPrevButton:hover:before,
    .home-slideshow .fsNextButton:hover:before {
      color: #757575; }

.home-slideshow .fsPrevButton {
  left: 20px; }
  .home-slideshow .fsPrevButton:before {
    content: ""; }

.home-slideshow .fsNextButton {
  right: 20px; }
  .home-slideshow .fsNextButton:before {
    content: ""; }

.home-slideshow .fsPager {
  margin: 0;
  position: absolute;
  bottom: 15px; }
  @media (min-width: 1000px) {
    .home-slideshow .fsPager {
      display: none !important; } }
  .home-slideshow .fsPager li.slick-active button:before, .home-slideshow .fsPager li:hover button:before, .home-slideshow .fsPager li:focus button:before {
    background: #2378CD;
    box-shadow: 0 0 0 5px #fff; }
  .home-slideshow .fsPager li button {
    width: auto;
    height: auto;
    padding: 0; }
    .home-slideshow .fsPager li button:before {
      content: '';
      background: #757575;
      opacity: 1;
      border-radius: 100%;
      width: 13px;
      height: 13px; }

.home section.section-1 {
  padding: 52px 20px 0; }
  @media (min-width: 700px) {
    .home section.section-1 {
      padding-top: 52px; } }
  .home section.section-1 > header,
  .home section.section-1 > footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  .home section.section-1 > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-top: 32px;
    padding-bottom: 56px; }
    .home section.section-1 > .fsElementContent > div > * {
      margin: auto; }
    @media (min-width: 700px) {
      .home section.section-1 > .fsElementContent {
        padding-top: 50px;
        padding-bottom: 35px; } }
    @media (min-width: 1000px) {
      .home section.section-1 > .fsElementContent {
        padding-top: 30px;
        padding-bottom: 31px; }
        .home section.section-1 > .fsElementContent > div {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: space-evenly;
          justify-content: space-evenly; } }
    @media (min-width: 1180px) {
      .home section.section-1 > .fsElementContent {
        padding-bottom: 34px; } }
  .home section.section-1.button-grid a[class*='fs_style_'] {
    margin-bottom: 30px; }

.home section.fsCalendar {
  padding: 52px 20px 0;
  position: relative;
  background-color: #2378CD;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  clear: both;
  margin: 0; }
  @media (min-width: 700px) {
    .home section.fsCalendar {
      padding-top: 52px; } }
  .home section.fsCalendar:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2378CD;
    opacity: 0.85; }
  .home .fsPageLayout > .fsDiv > section.fsElement.fsCalendar > header > .fsElementTitle {
    color: #FFFFFF; }
  .home section.fsCalendar > header {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    border: none;
    padding: 0; }
  .home section.fsCalendar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-top: 32px; }
    @media (min-width: 700px) {
      .home section.fsCalendar > .fsElementContent {
        padding-top: 50px; } }
    @media (min-width: 1000px) {
      .home section.fsCalendar > .fsElementContent {
        padding-top: 30px; } }
  .home section.fsCalendar > footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
    padding-bottom: 62px; }
    @media (min-width: 700px) {
      .home section.fsCalendar > footer {
        padding-bottom: 41px; } }
    @media (min-width: 1000px) {
      .home section.fsCalendar > footer {
        padding-bottom: 21px; } }
    @media (min-width: 1180px) {
      .home section.fsCalendar > footer {
        padding-bottom: 18px; } }
  .home section.fsCalendar .fs_style_32:hover, .home section.fsCalendar .fs_style_32:focus {
    color: #2378CD; }
  .home section.fsCalendar.element-updated article:nth-child(1) {
    display: block; }
  .home section.fsCalendar.element-updated article:nth-child(2) {
    display: block; }
  @media (min-width: 700px) {
    .home section.fsCalendar.element-updated article {
      display: block; } }
  .home section.fsCalendar .fsListItems {
    padding-bottom: 22px; }
    @media (min-width: 700px) {
      .home section.fsCalendar .fsListItems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-bottom: 0; } }
  .home section.fsCalendar article {
    margin-top: 13px;
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E8E8E8;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: none;
    margin: 0;
    position: relative;
    padding-bottom: 41px;
    border-bottom: 0; }
    .home section.fsCalendar article:first-child {
      margin-top: 0; }
    @media (min-width: 700px) {
      .home section.fsCalendar article {
        padding-bottom: 56px; } }
    @media (min-width: 1000px) {
      .home section.fsCalendar article {
        padding-bottom: 27px; } }
    @media (min-width: 1180px) {
      .home section.fsCalendar article {
        padding-bottom: 33px; } }
  .home section.fsCalendar .fsTitle {
    padding-top: 25px;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center; }
    .home section.fsCalendar .fsTitle a {
      color: inherit; }
      .home section.fsCalendar .fsTitle a:hover, .home section.fsCalendar .fsTitle a:focus {
        color: #002856; }
  .home section.fsCalendar .fsDate {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.375;
    color: #2378CD;
    letter-spacing: normal;
    font-style: normal;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    height: 136px;
    width: 136px;
    padding-top: 23px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 0;
    color: #002856; }
    .home section.fsCalendar .fsDate span {
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2.0px; }
    .home section.fsCalendar .fsDate .fsSeparator {
      margin: 0 7px; }
    .home section.fsCalendar .fsDate .fsDay {
      display: block;
      font-size: 76px;
      line-height: 80px;
      font-weight: normal;
      padding-top: 4px; }
  .home section.fsCalendar .fsEventDetails {
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px; }
  .home section.fsCalendar .fsTimeRange {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-weight: 300; }
    .home section.fsCalendar .fsTimeRange:before {
      margin-right: 8px; }
  .home section.fsCalendar .fsLocation {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-weight: 300; }

.home section.fsNews,
.home-posts {
  padding: 52px 20px 0;
  clear: both;
  margin: 0; }
  @media (min-width: 700px) {
    .home section.fsNews,
    .home-posts {
      padding-top: 52px; } }
  .home section.fsNews > header,
  .home-posts > header {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    border: none;
    padding: 0; }
  .home section.fsNews > .fsElementContent,
  .home-posts > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-top: 21px;
    padding-bottom: 44px; }
    @media (min-width: 700px) {
      .home section.fsNews > .fsElementContent,
      .home-posts > .fsElementContent {
        padding-top: 40px;
        padding-bottom: 13px; } }
    @media (min-width: 1000px) {
      .home section.fsNews > .fsElementContent,
      .home-posts > .fsElementContent {
        padding-top: 44px;
        padding-bottom: 26px; } }
    @media (min-width: 1180px) {
      .home section.fsNews > .fsElementContent,
      .home-posts > .fsElementContent {
        padding-top: 39px;
        padding-bottom: 0px; } }
    .home section.fsNews > .fsElementContent .fsListItems,
    .home-posts > .fsElementContent .fsListItems {
      zoom: 1;
      margin-right: -10px;
      margin-left: -10px; }
      .home section.fsNews > .fsElementContent .fsListItems:after,
      .home-posts > .fsElementContent .fsListItems:after {
        display: table;
        clear: both;
        content: ''; }
      .home section.fsNews > .fsElementContent .fsListItems article,
      .home-posts > .fsElementContent .fsListItems article {
        float: left;
        padding: 0 10px;
        margin: 0;
        width: 100%;
        border: 0;
        padding-bottom: 46px; }
        @media (min-width: 700px) {
          .home section.fsNews > .fsElementContent .fsListItems article,
          .home-posts > .fsElementContent .fsListItems article {
            width: 50%; }
            .home section.fsNews > .fsElementContent .fsListItems article:nth-of-type(n+3),
            .home-posts > .fsElementContent .fsListItems article:nth-of-type(n+3) {
              clear: both; } }
        @media (min-width: 1000px) {
          .home section.fsNews > .fsElementContent .fsListItems article,
          .home-posts > .fsElementContent .fsListItems article {
            width: 33.33333%; }
            .home section.fsNews > .fsElementContent .fsListItems article:nth-of-type(n+3),
            .home-posts > .fsElementContent .fsListItems article:nth-of-type(n+3) {
              clear: none; } }
        .home section.fsNews > .fsElementContent .fsListItems article .fsThumbnail,
        .home-posts > .fsElementContent .fsListItems article .fsThumbnail {
          display: none;
          margin-bottom: 24px; }
          @media (min-width: 700px) {
            .home section.fsNews > .fsElementContent .fsListItems article .fsThumbnail,
            .home-posts > .fsElementContent .fsListItems article .fsThumbnail {
              display: block; } }
        .home section.fsNews > .fsElementContent .fsListItems article .fsTitle,
        .home-posts > .fsElementContent .fsListItems article .fsTitle {
          font-size: 24px;
          font-weight: 700;
          line-height: 1.25;
          margin-bottom: 8px;
          color: #002856; }
          .home section.fsNews > .fsElementContent .fsListItems article .fsTitle a,
          .home-posts > .fsElementContent .fsListItems article .fsTitle a {
            color: inherit; }
        .home section.fsNews > .fsElementContent .fsListItems article .fsDate,
        .home-posts > .fsElementContent .fsListItems article .fsDate {
          color: #757575;
          font-weight: 700; }
        .home section.fsNews > .fsElementContent .fsListItems article img,
        .home-posts > .fsElementContent .fsListItems article img {
          width: 100%; }
        .home section.fsNews > .fsElementContent .fsListItems article .fsSummary,
        .home-posts > .fsElementContent .fsListItems article .fsSummary {
          font-size: 16px;
          line-height: 1.375; }
          .home section.fsNews > .fsElementContent .fsListItems article .fsSummary > *:last-child,
          .home-posts > .fsElementContent .fsListItems article .fsSummary > *:last-child {
            margin-bottom: 0; }
        .home section.fsNews > .fsElementContent .fsListItems article .fsReadMoreLink,
        .home-posts > .fsElementContent .fsListItems article .fsReadMoreLink {
          margin-top: 10px;
          display: block; }
  .home section.fsNews > footer,
  .home-posts > footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-bottom: 51px;
    text-align: center; }
    @media (min-width: 700px) {
      .home section.fsNews > footer,
      .home-posts > footer {
        padding-bottom: 46px; } }
    @media (min-width: 1000px) {
      .home section.fsNews > footer,
      .home-posts > footer {
        padding-bottom: 66px; } }
    @media (min-width: 1180px) {
      .home section.fsNews > footer,
      .home-posts > footer {
        padding-bottom: 46px; } }
    .home section.fsNews > footer .fsElementFooterContent a,
    .home-posts > footer .fsElementFooterContent a {
      color: #353535;
      font-size: 20px;
      font-weight: normal; }
      .home section.fsNews > footer .fsElementFooterContent a:hover,
      .home-posts > footer .fsElementFooterContent a:hover {
        color: #2378CD; }

.home section.spotlight {
  clear: both; }
  .home section.spotlight > header,
  .home section.spotlight .fsElementContent,
  .home section.spotlight .spotlight.container > .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  .home section.spotlight > header {
    display: none; }
  .home section.spotlight .fsElementContent {
    display: none; }
    .home section.spotlight .fsElementContent dl dt,
    .home section.spotlight .fsElementContent dl dd {
      margin: 0;
      padding: 0; }
    .home section.spotlight .fsElementContent dl dt {
      font-weight: 700; }
    .home section.spotlight .fsElementContent dl dd {
      margin-bottom: 10px; }
  .home section.spotlight > footer {
    display: none; }
  .home section.spotlight .spotlight.container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: none; }
    .home section.spotlight .spotlight.container:before {
      transition: all 0.333s;
      background-color: #FFFFFF;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
      @media (min-width: 700px) {
        .home section.spotlight .spotlight.container:before {
          background-color: rgba(35, 120, 205, 0.8); } }
    .home section.spotlight .spotlight.container > .inner {
      padding: 52px 20px 0;
      position: relative;
      z-index: 1; }
      @media (min-width: 700px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 52px; } }
      @media (min-width: 700px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 70px; } }
      .home section.spotlight .spotlight.container > .inner h2 {
        transition: all 0.333s;
        color: #757575;
        text-align: center; }
        @media (min-width: 700px) {
          .home section.spotlight .spotlight.container > .inner h2 {
            color: #FFFFFF; } }
    .home section.spotlight .spotlight.container .carousel .slide > .inner {
      text-align: center;
      padding: 10px; }
    .home section.spotlight .spotlight.container .carousel .slide .number {
      transition: all 0.333s;
      display: inline-block;
      color: #FFC800;
      font-family: Georgia, Times, serif;
      letter-spacing: normal;
      font-style: normal;
      font-size: 50px;
      line-height: 1.2;
      width: 160px;
      height: 160px;
      border-radius: 100%;
      position: relative;
      border: 1px solid #E8E8E8; }
      @media (min-width: 700px) {
        .home section.spotlight .spotlight.container .carousel .slide .number {
          border-color: #FFFFFF;
          border-color: rgba(255, 255, 255, 0.5); } }
      .home section.spotlight .spotlight.container .carousel .slide .number > span {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .home section.spotlight .spotlight.container .carousel .slide .label {
      transition: all 0.333s;
      color: #757575;
      margin-top: 30px; }
      @media (min-width: 700px) {
        .home section.spotlight .spotlight.container .carousel .slide .label {
          color: #FFFFFF; } }

.home .cluster {
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2; }
  @media (min-width: 700px) {
    .home .cluster {
      background: none;
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      top: 0;
      bottom: auto;
      margin-top: 20.96354%; } }
  @media (min-width: 1000px) {
    .home .cluster {
      margin-top: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .home .cluster > .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }
  .home .cluster > .inner > button {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    transition: all 0.333s;
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    position: absolute;
    top: -25px;
    z-index: 2;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #FFFFFF;
    background: transparent;
    opacity: 0.6;
    transition-property: color, background, border, width, height;
    display: none; }
    @media (min-width: 700px) {
      .home .cluster > .inner > button {
        display: block; } }
    .home .cluster > .inner > button:hover, .home .cluster > .inner > button:focus {
      background: #FFFFFF;
      opacity: 1;
      color: #757575; }
    .home .cluster > .inner > button:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      text-indent: 0;
      height: 46px;
      width: 46px;
      padding-bottom: 3px;
      font-size: 48px;
      line-height: 43px; }
    .home .cluster > .inner > button span {
      display: none; }
    .home .cluster > .inner > button.previous {
      left: 0;
      right: auto; }
      .home .cluster > .inner > button.previous:after {
        content: ""; }
    .home .cluster > .inner > button.next {
      left: auto;
      right: 0; }
      .home .cluster > .inner > button.next:after {
        content: ""; }
  .home .cluster .link {
    display: block; }
    .home .cluster .link .slick-dots {
      list-style: none;
      list-style-type: none;
      margin: -10px 0 0;
      padding: 0 0 10px;
      text-align: center; }
      .home .cluster .link .slick-dots li {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-block; }
        .home .cluster .link .slick-dots li.slick-active button:before {
          background-color: #2378CD; }
      .home .cluster .link .slick-dots button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        background: transparent;
        font-size: 0;
        color: transparent;
        display: block;
        width: 30px;
        height: 30px;
        padding: 10px;
        margin: 0; }
        .home .cluster .link .slick-dots button:before {
          width: 10px;
          height: 10px;
          background-color: #757575;
          content: '';
          border-radius: 100%;
          display: block; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 44.44444%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 22.22222%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 11.11111%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #2378CD;
      color: #2378CD; }
      .colors ol li:nth-of-type(1):after {
        content: "#2378CD"; }
    .colors ol li:nth-of-type(2) {
      background: #002856;
      color: #002856; }
      .colors ol li:nth-of-type(2):after {
        content: "#002856"; }
    .colors ol li:nth-of-type(3) {
      background: #FFC800;
      color: #FFC800; }
      .colors ol li:nth-of-type(3):after {
        content: "#FFC800"; }
    .colors ol li:nth-of-type(4) {
      background: #353535;
      color: #353535; }
      .colors ol li:nth-of-type(4):after {
        content: "#353535"; }
    .colors ol li:nth-of-type(5) {
      background: #757575;
      color: #757575; }
      .colors ol li:nth-of-type(5):after {
        content: "#757575"; }
    .colors ol li:nth-of-type(6) {
      background: #E8E8E8;
      color: #E8E8E8; }
      .colors ol li:nth-of-type(6):after {
        content: "#E8E8E8"; }
    .colors ol li:nth-of-type(7) {
      background: #E5E5E5;
      color: #E5E5E5; }
      .colors ol li:nth-of-type(7):after {
        content: "#E5E5E5"; }
    .colors ol li:nth-of-type(8) {
      background: #EAEAEA;
      color: #EAEAEA; }
      .colors ol li:nth-of-type(8):after {
        content: "#EAEAEA"; }
    .colors ol li:nth-of-type(9) {
      background: #FFFFFF;
      color: #FFFFFF; }
      .colors ol li:nth-of-type(9):after {
        content: "#FFFFFF"; }

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

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

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

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

.headers h4:after {
  content: " size: 20px / line: 26px"; }

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

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