 /**
 *
 * Unionville-Chadds Ford School District - meridentheme
 * @link https://ucfsdorg.finalsite.com
 * Site Template : meriden
 * Built By: Ryan Reese
 * Project Manager: Michelle Walker
 * Designer: Meriden Theme
 * ==== Git Info ====
 * Branch Name: clients/ucfsdorg
 * Build version: 1.8.0
 * Git Tag: 
 * Last build by: Jesse Rogers
 *
 **/

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

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

span.placeholder-hide {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

html {
  font-family: "PT Sans", sans-serif;
  background: #061d8e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
  color: #092cdc; }
  a:hover, a:focus {
    text-decoration: underline; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: '\e90c'; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: '\e90b'; }

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

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

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

/*! elements - calendar v0.0.1 */
.fsCalendar {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .fsCalendar > header {
    padding-top: 15px; }
    .fsCalendar > header .fsElementTitle {
      margin-bottom: 15px; }
  .fsCalendar:first-child {
    margin-top: 0; }
  .fsCalendar:last-child {
    margin-bottom: 0; }
  .fsCalendar img {
    border-bottom: 5px solid #7E7E7E; }
  .fsCalendar article {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 100px;
    min-height: 80px; }
    .fsCalendar article:first-child {
      margin-top: 0; }
  .fsCalendar .fsTitle {
    font-weight: 600; }
    .fsCalendar .fsTitle, .fsCalendar .fsTitle a {
      color: #464851; }
    .fsCalendar .fsTitle a:hover {
      color: #7E7E7E; }
    .fsCalendar .fsTitle a:focus {
      color: #7E7E7E; }
    .fsCalendar .fsTitle a {
      color: #061d8e; }
      .fsCalendar .fsTitle a:hover, .fsCalendar .fsTitle a:focus {
        color: #092cdc;
        text-decoration: none; }
  .fsCalendar .fsDate {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    color: #061d8e;
    position: absolute;
    top: 50%;
    left: 0;
    height: 80px;
    width: 80px;
    padding-top: 5px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid; }
    .fsCalendar .fsDate span {
      display: block; }
    .fsCalendar .fsDate .fsMonth {
      text-transform: uppercase; }
    .fsCalendar .fsDate .fsDay {
      font-size: 40px;
      font-weight: 600;
      color: #cfcd2e;
      line-height: 1; }
    .fsCalendar .fsDate .fsYear {
      display: none; }
  .fsCalendar .fsTimeRange {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }
  .fsCalendar .fsLocation {
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal; }

.fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: "";
  vertical-align: middle;
  display: block;
  font-size: 18px;
  color: #061d8e;
  line-height: 1; }

.fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: "";
  left: auto !important;
  right: 0 !important; }

@media screen and (max-width: 899px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #ededed; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox > div {
        margin-bottom: -1px !important;
        height: 26px !important; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox .fsCalendarOutOfRange {
        width: 100% !important;
        height: 25px !important; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
      display: block;
      width: 14.28571% !important;
      height: 50px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 24px;
          border: 1px solid #dedede; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child,
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div:first-child {
            margin-bottom: 1px; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected,
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div.selected {
            background-color: #061d8e;
            color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected {
        background: #6a77bb; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarDate,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected .fsCalendarDate {
          color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange .fsCalendarDate {
        position: absolute;
        right: 10px;
        top: 5px;
        line-height: 1;
        font-size: 15px; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; } }

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  @media (min-width: 900px) {
    .scroll-up {
      display: none; } }

.fsCalendarWeekendDayBoxfsCalendarOutOfRange > div:last-child .fsCalendarDate {
  top: auto !important;
  bottom: 0; }

.fsCalendarEventGrid .fsCalendarWeekdays span {
  transition: all 0.333s;
  font-size: 14px; }
  @media (min-width: 1180px) {
    .fsCalendarEventGrid .fsCalendarWeekdays span {
      font-size: 18px; } }

.fsCalendarMonthBrowser .fsCalendarPrevMonth:before {
  content: "";
  vertical-align: middle; }

.fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: "";
  vertical-align: middle; }

.fsCalendarDaybox {
  transition: all 0.333s; }
  .fsCalendarRow .fsCalendarDaybox.has-info {
    background: #b5c0f5; }
    @media (min-width: 900px) {
      .fsCalendarRow .fsCalendarDaybox.has-info {
        background: none; } }
  .fsCalendarWeekendDayBox > div:first-child {
    border-bottom: 1px solid #dedede; }

.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 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 800px) {
    .fsCalendarLegend > ul {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  .fsCalendarLegend > ul ul {
    margin-left: 20px; }

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

.fsConstituentItem {
  float: none !important;
  max-width: 300px;
  width: 100% !important;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 600px) {
    .fsConstituentItem {
      display: inline-block;
      vertical-align: top;
      max-width: 100%; } }
  .fsConstituentItem > * {
    padding-right: 20px;
    padding-left: 20px; }

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

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

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

@media (min-width: 600px) {
  [class^='fsConstituentColumnLayout'] {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; } }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1180px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

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

.fsConstituent.fsSearch {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dedede; }
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px; }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .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: 600px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 17px 88px;
    background: #092cdc;
    color: #cfcd2e;
    text-align: center;
    margin: 0 10px;
    padding: 10px 30px;
    font-size: inherit;
    color: #fff !important; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover, .fsConstituent.fsSearch .fsConstituentSearchButton:focus {
      background-color: #061d8e;
      color: #092cdc;
      text-decoration: none; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }

.fsElementPagination {
  margin: 20px 0; }

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

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

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

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

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

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

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

.news-list .fsReadMoreLink:hover, .news-list .fsReadMoreLink:focus {
  text-decoration: none;
  color: #061d8e; }

.news-list p {
  display: inline; }

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

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

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

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

.fs_style_23 {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #fff;
  color: #cfcd2e;
  text-align: center;
  color: #061d8e;
  transition: 0.3s all;
  border: 1px solid #061d8e; }
  .fs_style_23:hover, .fs_style_23:focus {
    background-color: #061d8e;
    color: #092cdc;
    text-decoration: none; }
  .fs_style_23 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_23:hover, .fs_style_23:focus {
    border: 1px solid #061d8e;
    color: #cfcd2e; }

.fs_style_28 {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #061d8e;
  color: #cfcd2e;
  text-align: center;
  transition: 0.3s all; }
  .fs_style_28:hover, .fs_style_28:focus {
    background-color: #061d8e;
    color: #092cdc;
    text-decoration: none; }
  .fs_style_28 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_28:hover, .fs_style_28:focus {
    color: #FFF; }

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

.fs_style_30 {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 88px;
  background: #cfcd2e;
  color: #fff;
  text-align: center;
  transition: 0.3s all; }
  .fs_style_30:hover, .fs_style_30:focus {
    background-color: #cfcd2e;
    color: #092cdc;
    text-decoration: none; }
  .fs_style_30 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

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

.fs_style_35 {
  padding: 20px; }

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

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

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

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

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

.module-dark {
  background: #061d8e;
  color: #fff;
  padding: 30px; }
  .module-dark .fsElementTitle {
    color: #cfcd2e; }
  .module-dark .fs_style_33 {
    color: #cfcd2e; }

.module-light {
  background: #cfcd2e;
  color: #061d8e;
  padding: 30px; }
  .module-light .fs_style_33 {
    color: #061d8e; }

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

/*! 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: #092cdc;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover, .fsComposerFormEmbed form .linkLike:focus {
        text-decoration: underline; }
    .fsComposerFormEmbed form .required {
      color: #061d8e; }
    .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: #092cdc;
        transition: .3s;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .nextPage:focus, .fsComposerFormEmbed form .pageBreak .prevPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:focus {
          text-decoration: underline;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      background: #061d8e !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: #092cdc !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "PT Sans", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:focus:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:focus:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

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

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

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

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

.navigation.main {
  padding: 0 120px 0 !important;
  max-width: 100% !important; }
  .navigation.main ul,
  .navigation.main ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .navigation.main a {
    display: block; }
  .navigation.main > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  .navigation.main nav ul,
  .navigation.main nav ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .navigation.main nav a {
    display: block; }
  .navigation.main nav ul.fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0; }
    .navigation.main nav ul.fsNavLevel1 > li {
      -webkit-box-flex: 1;
      -ms-flex: 1 auto;
      flex: 1 auto; }
      .no-flexbox .navigation.main nav ul.fsNavLevel1 > li {
        display: inline-block; }
      .navigation.main nav ul.fsNavLevel1 > li > a {
        margin-right: 2px;
        margin-left: 2px;
        font-weight: 700;
        text-align: center;
        color: #061d8e;
        padding: 25.5px 8px;
        background: none;
        display: block; }
        @media (min-width: 1180px) {
          .navigation.main nav ul.fsNavLevel1 > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 1.125em; } }
        .navigation.main nav ul.fsNavLevel1 > li > a:hover, .navigation.main nav ul.fsNavLevel1 > li > a:focus {
          border-top-color: #fff;
          border-top-color: rgba(255, 255, 255, 0.9); }
        .navigation.main nav ul.fsNavLevel1 > li > a:hover, .navigation.main nav ul.fsNavLevel1 > li > a:focus, .navigation.main nav ul.fsNavLevel1 > li > a.active {
          color: #092cdc;
          text-decoration: none; }
      .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
      .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        color: #092cdc;
        text-decoration: none; }
  .navigation.main .fsNavPageInfo {
    position: absolute;
    top: 99.5%;
    z-index: 10;
    display: none;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 40px;
    background: #061d8e;
    text-align: left;
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2); }
    .navigation.main .fsNavPageInfo .fsNavPageDescription {
      display: inline-block;
      vertical-align: top;
      width: 39.28571%;
      font-size: 16px;
      line-height: 1.375;
      color: #fff;
      float: right;
      border-left: 1px solid rgba(207, 205, 46, 0.4);
      padding-left: 45px; }
      .navigation.main .fsNavPageInfo .fsNavPageDescription h3,
      .navigation.main .fsNavPageInfo .fsNavPageDescription a {
        display: block;
        margin: 0 0 15px;
        padding: 0;
        font-size: 1.125em;
        line-height: 1.38889;
        color: #cfcd2e;
        text-transform: uppercase;
        font-weight: 700; }
        .navigation.main .fsNavPageInfo .fsNavPageDescription h3, .navigation.main .fsNavPageInfo .fsNavPageDescription h3:hover, .navigation.main .fsNavPageInfo .fsNavPageDescription h3:focus,
        .navigation.main .fsNavPageInfo .fsNavPageDescription a,
        .navigation.main .fsNavPageInfo .fsNavPageDescription a:hover,
        .navigation.main .fsNavPageInfo .fsNavPageDescription a:focus {
          background: none; }
    .navigation.main .fsNavPageInfo ul.fsNavLevel2 {
      display: inline-block;
      vertical-align: top;
      width: 26.82927%;
      padding-left: 20px;
      margin-top: 0; }
      .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li {
        margin-right: -10px;
        margin-left: -10px;
        position: relative; }
    .navigation.main .fsNavPageInfo a {
      font-size: 16px;
      line-height: 1.375;
      font-weight: 400;
      text-align: left;
      color: #fff;
      padding: 5px 0; }
      .navigation.main .fsNavPageInfo a:hover, .navigation.main .fsNavPageInfo a:focus {
        color: #092cdc;
        text-decoration: none; }
      .navigation.main .fsNavPageInfo a:hover, .navigation.main .fsNavPageInfo a:focus {
        color: #cfcd2e; }
    .navigation.main .fsNavPageInfo .fsNavCurrentPage > a,
    .navigation.main .fsNavPageInfo .fsNavCurrentPageAncestor > a {
      color: #092cdc;
      text-decoration: none; }
  .navigation.main li:hover .fsNavPageInfo, .navigation.main li.menu-item-open .fsNavPageInfo {
    display: block; }

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

@media (max-width: 600px) {
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPage > a,
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor > a {
    color: #fff; }
  #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
    color: #fff; } }

@media (max-width: 600px) {
  #fsPageBodyWrapper .navigation.tier > header .fsElementContent, #fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor {
    color: #fff; }
  #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
    color: #fff; } }

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

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

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

.navigation.social a {
  display: block; }

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

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

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

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

a.fsPostLink.fsReadMoreLink {
  display: inline-block; }

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden;
  border-radius: 0; }
  form.gsc-search-box-tools table {
    border: 0; }
  form.gsc-search-box-tools table,
  form.gsc-search-box-tools tbody,
  form.gsc-search-box-tools tr,
  form.gsc-search-box-tools td {
    display: block; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    display: block;
    float: left; }
  form.gsc-search-box-tools table.gsc-search-box {
    display: table;
    margin-bottom: 0;
    position: relative; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 140px;
    border: 0;
    height: 40px;
    min-height: 40px;
    transition: .3s ease; }
    .search-active form.gsc-search-box-tools div.gsc-input-box {
      min-height: 40px; }
    form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus {
      box-shadow: none; }
    form.gsc-search-box-tools div.gsc-input-box table,
    form.gsc-search-box-tools div.gsc-input-box tbody,
    form.gsc-search-box-tools div.gsc-input-box tr,
    form.gsc-search-box-tools div.gsc-input-box td {
      overflow: hidden;
      display: block;
      width: 100%;
      border: 0;
      height: 40px; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools td.gsc-input {
    float: none; }
  form.gsc-search-box-tools input.gsc-input {
    background: #092cdc !important;
    background-image: none !important;
    width: 100%;
    height: 40px !important;
    color: #fff;
    font-size: 14px;
    line-height: 1.71429;
    border-radius: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-appearance: none; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    transition: all 0.333s;
    display: block;
    padding: 0 12.5px;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      vertical-align: middle;
      content: "";
      opacity: 1;
      font-size: 16px;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: transparent;
    color: #061d8e; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 40px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

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

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

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

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

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

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

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

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

#fsHeader {
  background-color: #f6f6f6;
  position: relative; }
  @media (min-width: 900px) {
    #fsHeader {
      padding-bottom: 0; } }
  #fsHeader .translate-button {
    display: none;
    position: relative; }
    @media (min-width: 900px) {
      #fsHeader .translate-button {
        display: block; } }
    #fsHeader .translate-button:hover a {
      color: #cfcd2e; }
    #fsHeader .translate-button #google_translate_element {
      position: absolute;
      top: 5px;
      right: 0;
      width: 100%;
      opacity: 0; }
      #fsHeader .translate-button #google_translate_element .goog-te-gadget .goog-te-combo {
        cursor: pointer; }
    #fsHeader .translate-button .google-translate-toggle {
      display: block;
      color: #fff;
      margin: 0 2px;
      font-size: 14px;
      line-height: 50px;
      padding: 0 10px;
      text-transform: uppercase;
      font-weight: 700; }
      #fsHeader .translate-button .google-translate-toggle:hover, #fsHeader .translate-button .google-translate-toggle:focus {
        color: #cfcd2e;
        text-decoration: none; }
  .has-masthead .fsComposeMode #fsHeader {
    position: relative !important;
    top: auto;
    left: auto;
    z-index: auto; }
  .fsComposeMode #fsHeader {
    overflow: hidden; }
  #fsHeader .top-bar {
    background: #061d8e;
    height: 70px; }
    @media (min-width: 900px) {
      #fsHeader .top-bar {
        height: 100%; } }
    #fsHeader .top-bar .fsLayout .fsDiv {
      margin-bottom: 0; }
    #fsHeader .top-bar .fsTwoColumnLayout {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; }
    #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-1 {
      width: 100%; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-1 {
          width: 50%; } }
    #fsHeader .top-bar .fsLayout .fsDiv.fsStyleColumn-2 {
      padding: 0;
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    #fsHeader .top-bar .tagline {
      color: #cfcd2e;
      font-size: 14px;
      padding-left: 75px;
      padding-top: 25px; }
      #fsHeader .top-bar .tagline p {
        margin-bottom: 0; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .tagline {
          padding-left: 0;
          padding-top: 15px; } }
      #fsHeader .top-bar .tagline a {
        color: inherit;
        font-weight: bold; }
    #fsHeader .top-bar .navigation.utility {
      display: none; }
      #fsHeader .top-bar .navigation.utility ul,
      #fsHeader .top-bar .navigation.utility ol {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none; }
      #fsHeader .top-bar .navigation.utility a {
        display: block; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .navigation.utility {
          display: inline-block;
          vertical-align: top; } }
      #fsHeader .top-bar .navigation.utility ul.fsNavLevel1 {
        margin: 0; }
        #fsHeader .top-bar .navigation.utility ul.fsNavLevel1 > li {
          display: inline-block;
          vertical-align: middle;
          position: relative; }
      #fsHeader .top-bar .navigation.utility a {
        margin-right: 2px;
        margin-left: 2px;
        font-size: 14px;
        line-height: 1.375;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        padding: 7px 20px;
        line-height: 50px;
        padding: 0 10px; }
        #fsHeader .top-bar .navigation.utility a:hover, #fsHeader .top-bar .navigation.utility a:focus {
          color: #fff; }
        #fsHeader .top-bar .navigation.utility a:hover, #fsHeader .top-bar .navigation.utility a:focus {
          text-decoration: none;
          color: #cfcd2e; }
        #fsHeader .top-bar .navigation.utility a:before {
          color: #cfcd2e;
          margin-right: 8px; }
        #fsHeader .top-bar .navigation.utility a[href='/contact-us']:before {
          content: "";
          vertical-align: middle; }
        #fsHeader .top-bar .navigation.utility a[href='/quick-links']:before {
          content: "";
          vertical-align: middle; }
        #fsHeader .top-bar .navigation.utility a[href='/search-results']:before {
          content: "";
          vertical-align: middle; }
        .search-active #fsHeader .top-bar .navigation.utility a[href='/search-results'] {
          color: #cfcd2e; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .navigation.utility .fsNavPageInfo {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          transition: .3s ease;
          z-index: 2;
          top: 50px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background: #092cdc;
          min-width: 150px;
          padding: 10px; }
          #fsHeader .top-bar .navigation.utility .fsNavPageInfo ul {
            padding: 0;
            margin: 0; }
          #fsHeader .top-bar .navigation.utility .fsNavPageInfo li:last-child {
            border-bottom: 0; }
          #fsHeader .top-bar .navigation.utility .fsNavPageInfo a {
            color: #fff;
            display: block;
            padding: 10px;
            text-align: left;
            line-height: 1; }
            #fsHeader .top-bar .navigation.utility .fsNavPageInfo a:hover, #fsHeader .top-bar .navigation.utility .fsNavPageInfo a:focus {
              color: #cfcd2e; }
          #fsHeader .top-bar .navigation.utility .fsNavLevel1 > li:hover .fsNavPageInfo {
            opacity: 1;
            visibility: visible; } }
    #fsHeader .top-bar .button.search-trigger,
    #fsHeader .top-bar .button.off-canvas-trigger {
      display: block;
      background: none;
      color: #fff;
      width: 45px;
      height: 36px;
      text-indent: -999em;
      text-align: left;
      overflow: hidden;
      position: absolute;
      border: none;
      padding: 0; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .button.search-trigger,
        #fsHeader .top-bar .button.off-canvas-trigger {
          position: relative;
          top: auto !important;
          right: auto !important;
          left: auto !important;
          margin-left: 2px; } }
      #fsHeader .top-bar .button.search-trigger:after,
      #fsHeader .top-bar .button.off-canvas-trigger:after {
        content: "";
        vertical-align: middle;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        text-indent: 0;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    #fsHeader .top-bar .button.search-trigger {
      top: 15px;
      right: 15px; }
      .page-search-open #fsHeader .top-bar .button.search-trigger {
        color: #cfcd2e; }
      #fsHeader .top-bar .button.search-trigger:after {
        content: ""; }
      @media (min-width: 1180px) {
        #fsHeader .top-bar .button.search-trigger {
          display: none; } }
    #fsHeader .top-bar .button.off-canvas-trigger {
      top: 15px;
      left: 15px; }
      #fsHeader .top-bar .button.off-canvas-trigger:after {
        content: '\e910';
        font-size: 40px;
        font-weight: normal; }
      @media (min-width: 900px) {
        #fsHeader .top-bar .button.off-canvas-trigger {
          display: none; } }
  #fsHeader .site-info-container {
    text-align: center;
    padding: 10px 0px 14px !important;
    max-width: 100% !important;
    position: static !important; }
    @media (min-width: 900px) {
      #fsHeader .site-info-container {
        padding: 0px 120px 0px !important; } }
    #fsHeader .site-info-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 1180px;
      position: static !important; }
    #fsHeader .site-info-container h1 {
      font-size: 45px;
      line-height: 1;
      margin-bottom: 0;
      font-weight: 700; }
    #fsHeader .site-info-container .centered-logos {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 1180px;
      margin: auto; }
      @media (min-width: 900px) {
        #fsHeader .site-info-container .centered-logos {
          display: block; } }
      #fsHeader .site-info-container .centered-logos img {
        max-width: 100px;
        position: absolute;
        bottom: 10px;
        left: 10px; }
        #fsHeader .site-info-container .centered-logos img:nth-of-type(2) {
          left: auto;
          right: 10px; }
        @media screen and (min-width: 1400px) {
          #fsHeader .site-info-container .centered-logos img {
            left: -100px; }
            #fsHeader .site-info-container .centered-logos img:nth-of-type(2) {
              right: -100px; } }
    #fsHeader .site-info-container a {
      color: #464851; }
      #fsHeader .site-info-container a:hover {
        text-decoration: none; }
  #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
    position: static; }
    @media (min-width: 600px) {
      #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
        position: relative;
        margin: 0 auto;
        max-width: 700px;
        position: static; } }
    @media (min-width: 900px) {
      #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
        position: relative;
        margin: 0 auto;
        max-width: 940px; } }
    @media (min-width: 1180px) {
      #fsHeader > .fsBanner > .fsElement:not(.top-bar) {
        position: relative;
        margin: 0 auto;
        max-width: 1180px; }
        #fsHeader > .fsBanner > .fsElement:not(.top-bar).site-info-container {
          margin-top: 10px; } }
  #fsHeader header .fsElementTitle {
    display: none; }
  #fsHeader header .fsElementHeaderContent {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.sub-navigation {
  display: none;
  background: #092cdc; }
  .has-sub-navigation .sub-navigation {
    display: block; }
    .has-sub-navigation .sub-navigation.masthead-alternate {
      display: none; }
  @media (min-width: 900px) {
    .has-masthead.has-sub-navigation .sub-navigation {
      display: none; }
      .has-masthead.has-sub-navigation .sub-navigation.masthead-alternate {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1; } }
  .sub-navigation > header .fsElementTitle {
    display: none; }
  .sub-navigation > header .fsElementHeaderContent {
    background-color: #061d8e;
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
    color: #092cdc;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 900px) {
      .sub-navigation > header .fsElementHeaderContent {
        display: none; } }
    .sub-navigation > header .fsElementHeaderContent:after {
      font-size: 22px;
      content: "";
      vertical-align: middle;
      padding: 0 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .sub-navigation > .fsElementContent {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 900px) {
      .sub-navigation > .fsElementContent {
        max-height: none; } }
  .sub-navigation-open .sub-navigation > header .fsElementHeaderContent:after {
    content: ""; }
  .sub-navigation-open .sub-navigation > .fsElementContent {
    max-height: 1000px;
    overflow-y: auto; }
  .sub-navigation nav {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
    .sub-navigation nav ul,
    .sub-navigation nav ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .sub-navigation nav a {
      display: block; }
    .sub-navigation nav ul.fsNavLevel1 {
      margin: 0; }
      .sub-navigation nav ul.fsNavLevel1 > li {
        border-top: 1px solid #fff; }
        @media (min-width: 900px) {
          .sub-navigation nav ul.fsNavLevel1 > li {
            display: inline-block;
            vertical-align: middle;
            border-top: none; } }
        .sub-navigation nav ul.fsNavLevel1 > li > a {
          display: block;
          padding: 14px 20px;
          font-size: 1em;
          line-height: 1.375;
          color: #fff;
          background-color: #092cdc; }
          .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus {
            color: #cfcd2e;
            background-color: #092cdc; }
          @media (min-width: 900px) {
            .sub-navigation nav ul.fsNavLevel1 > li > a {
              margin-right: 2px;
              margin-left: 2px;
              font-weight: 700;
              text-align: center;
              color: #061d8e;
              padding: 25.5px 8px;
              background: none;
              font-size: 16px;
              line-height: 1.375;
              padding-right: 20px;
              padding-left: 20px;
              padding-top: 21.5px;
              padding-bottom: 21.5px; } }
  @media (min-width: 900px) and (min-width: 1180px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 1.125em; } }
          @media (min-width: 900px) {
              .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus {
                border-top-color: #fff;
                border-top-color: rgba(255, 255, 255, 0.9); }
              .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus, .sub-navigation nav ul.fsNavLevel1 > li > a.active {
                color: #092cdc;
                text-decoration: none; } }
  @media (min-width: 900px) and (min-width: 1180px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      padding-top: 21.5px;
      padding-bottom: 21.5px;
      font-size: 1em; } }
        .sub-navigation nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
        .sub-navigation nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
          color: #061d8e;
          font-weight: 600; }

#fsHeader .fsSearch.search {
  transition: all 0.333s;
  background-color: #061d8e;
  background-color: rgba(6, 29, 142, 0.95);
  position: absolute;
  top: 99.9%;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid transparent; }
  .page-search-open #fsHeader .fsSearch.search {
    max-height: 66px;
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, 0.2); }
  #fsHeader .fsSearch.search .fsElementContent td.gsc-search-button {
    transition: all 0.333s; }
    @media (min-width: 500px) {
      #fsHeader .fsSearch.search .fsElementContent td.gsc-search-button {
        background-color: #092cdc; } }
  #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
    transition: all 0.333s; }
    @media (min-width: 500px) {
      #fsHeader .fsSearch.search .fsElementContent input.gsc-input {
        padding-left: 60px !important; } }

#fsHeader .site-info-container a.district {
  padding-top: 65px;
  position: relative;
  display: inline-block;
  line-height: 55px; }
  @media (min-width: 600px) {
    #fsHeader .site-info-container a.district {
      padding-left: 76px;
      padding-top: 0; } }
  #fsHeader .site-info-container a.district:before {
    content: '';
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 66px;
    height: 55px;
    background: url("../images/uhs-ucf.png");
    background-size: cover; }
    @media (min-width: 600px) {
      #fsHeader .site-info-container a.district:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0; } }

.translated-ltr #fsHeader .top-bar div.fsLayout .fsDiv.fsStyleColumn-1,
.translated-ltr #fsHeader .top-bar div.fsLayout .fsDiv.fsStyleColumn-2 {
  width: 100%;
  text-align: center; }

.translated-ltr #fsHeader .top-bar .navigation.utility {
  text-align: center;
  margin: auto; }

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

#fsFooter {
  padding: 20px; }
  #fsFooter > .fsBanner {
    color: #cfcd2e;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 50px;
    margin-right: -10px;
    margin-left: -10px; }
    @media (min-width: 600px) {
      #fsFooter > .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 700px; } }
    @media (min-width: 900px) {
      #fsFooter > .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 940px; } }
    @media (min-width: 1180px) {
      #fsFooter > .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 1180px; } }
    #fsFooter > .fsBanner header .fsElementTitle {
      color: #092cdc;
      font-family: "PT Sans", sans-serif;
      font-style: italic;
      margin-bottom: 5px; }
      @media (min-width: 1180px) {
        #fsFooter > .fsBanner header .fsElementTitle {
          text-align: left; } }
    #fsFooter > .fsBanner a {
      color: #fff;
      color: rgba(255, 255, 255, 0.6); }
      #fsFooter > .fsBanner a:hover, #fsFooter > .fsBanner a:focus {
        color: #fff; }

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

#fsFooter .contact a {
  display: block; }

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

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

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

#fsFooter .contact a {
  display: inline;
  color: #cfcd2e; }

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

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

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

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

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

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

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

#fsFooter .footer-links a {
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s all; }
  #fsFooter .footer-links a:hover, #fsFooter .footer-links a:focus {
    color: #cfcd2e;
    text-decoration: none; }

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

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

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

#fsFooter .social .fsElementContent a {
  background-color: #fff; }
  #fsFooter .social .fsElementContent a:after {
    color: #061d8e; }
  #fsFooter .social .fsElementContent a:hover, #fsFooter .social .fsElementContent a:focus {
    text-decoration: none;
    background-color: #cfcd2e; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home section.spotlight {
  clear: both; }
  @media (min-width: 600px) {
    .home section.spotlight > header,
    .home section.spotlight .fsElementContent,
    .home section.spotlight .spotlight.container > .inner {
      position: relative;
      margin: 0 auto;
      max-width: 700px; } }
  @media (min-width: 900px) {
    .home section.spotlight > header,
    .home section.spotlight .fsElementContent,
    .home section.spotlight .spotlight.container > .inner {
      position: relative;
      margin: 0 auto;
      max-width: 960px; } }
  @media (min-width: 1180px) {
    .home section.spotlight > header,
    .home section.spotlight .fsElementContent,
    .home section.spotlight .spotlight.container > .inner {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; } }
  .home section.spotlight > header {
    display: none; }
  .home section.spotlight .fsElementContent {
    display: none; }
    .home section.spotlight .fsElementContent dl dt,
    .home section.spotlight .fsElementContent dl dd {
      margin: 0;
      padding: 0; }
    .home section.spotlight .fsElementContent dl dt {
      font-weight: 700; }
    .home section.spotlight .fsElementContent dl dd {
      margin-bottom: 10px; }
  .home section.spotlight > footer {
    display: none; }
  .home section.spotlight .spotlight.container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: none; }
    .home section.spotlight .spotlight.container:before {
      transition: all 0.333s;
      background-color: #fff;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
      @media (min-width: 600px) {
        .home section.spotlight .spotlight.container:before {
          background-color: #061d8e;
          background-color: rgba(6, 29, 142, 0.8); } }
    .home section.spotlight .spotlight.container > .inner {
      padding: 40px 20px 0;
      position: relative;
      z-index: 1; }
      @media (min-width: 600px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 40px;
          padding-bottom: 40px;
          padding-right: 0;
          padding-left: 0; } }
      @media (min-width: 600px) {
        .home section.spotlight .spotlight.container > .inner {
          padding-top: 70px; } }
      .home section.spotlight .spotlight.container > .inner h2 {
        transition: all 0.333s;
        color: #464851;
        text-align: center; }
        @media (min-width: 600px) {
          .home section.spotlight .spotlight.container > .inner h2 {
            color: #fff; } }
    .home section.spotlight .spotlight.container .carousel .slide > .inner {
      text-align: center;
      padding: 10px; }
    .home section.spotlight .spotlight.container .carousel .slide .number {
      transition: all 0.333s;
      display: inline-block;
      color: #cfcd2e;
      font-family: "PT Sans", sans-serif;
      letter-spacing: normal;
      font-style: normal;
      font-size: 50px;
      line-height: 1.2;
      width: 160px;
      height: 160px;
      border-radius: 100%;
      position: relative;
      border: 1px solid #bebebe; }
      @media (min-width: 600px) {
        .home section.spotlight .spotlight.container .carousel .slide .number {
          border-color: #fff;
          border-color: rgba(255, 255, 255, 0.5); } }
      .home section.spotlight .spotlight.container .carousel .slide .number > span {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .home section.spotlight .spotlight.container .carousel .slide .label {
      transition: all 0.333s;
      color: #464851;
      margin-top: 30px; }
      @media (min-width: 600px) {
        .home section.spotlight .spotlight.container .carousel .slide .label {
          color: #fff; } }

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

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

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

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

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

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

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "PT Sans", sans-serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "PT Sans, sans-serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(2):after {
        content: "IcoMoon"; }
    .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"; }

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

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

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

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

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

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