 /**
 *
 * Center School District 58 - default
 * @link http://demo.finalsite.com
 * Built By: Tony Ferullo
 * Project Manager: Ashley Carlson
 * Designer: Tony Ferullo
 *
 */

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

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

span.placeholder-hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

.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, #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after, .navigation.social a[href*='facebook']:after, .navigation.social a[href*='google']:after, .navigation.social a[href*='instagram']:after, .navigation.social a[href*='linkedin']:after, .navigation.social a[href*='blog']:after, .navigation.social a[href*='twitter']:after, .navigation.social a[href*='youtube']:after, form.gsc-search-box-tools td.gsc-search-button:after {
  font-family: "center-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

@keyframes animate-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*! content - html v0.0.1 */
h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  color: #13293D;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: normal;
  font-weight: 500;
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 10px;
  color: #13293D;
  font-weight: 500;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 10px;
  color: #13293D;
  font-weight: 500;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 10px;
  color: #13293D;
  font-weight: 500;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  color: #13293D;
  font-weight: 600;
  text-transform: uppercase;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
  color: #13293D;
  font-weight: 600;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #04047E;
  transition: background .3s, color .3s;
}
a:hover {
  color: #FFD046;
}

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em;
}

p,
ol,
ul,
p {
  margin-top: 0;
  color: #676767;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 18px;
  line-height: 28px;
  font-weight: 400;
}

p:empty {
  display: none;
}

.fsElement.table-styled,
.fsElement.table-no-header {
  margin-bottom: 40px;
}
.fsElement.table-styled p,
.fsElement.table-no-header p {
  margin: 0;
  font-family: "Raleway", sans-serif;
}
.fsElement.table-styled table,
.fsElement.table-no-header table {
  font-family: "Raleway", sans-serif;
  margin-bottom: 1.25em;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 900px) {
  .fsElement.table-styled table,
  .fsElement.table-no-header table {
    font-size: 16px;
    line-height: normal;
  }
}
.fsElement.table-styled table tr:nth-of-type(odd) td,
.fsElement.table-no-header table tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}
.fsElement.table-styled table th,
.fsElement.table-styled table td,
.fsElement.table-no-header table th,
.fsElement.table-no-header table td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
  word-wrap: break-word;
}
.fsElement.table-styled table th,
.fsElement.table-no-header table th {
  padding: 1.25em;
  text-align: left;
  background: #00a4e4;
  color: #fff;
}
.fsElement.table-styled table td,
.fsElement.table-no-header table td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fsElement.table-styled table tr:first-child td {
  color: #fff;
  background: rgba(19, 41, 61, 0.8);
  font-weight: 600;
}

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

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

hr {
  border-color: #f7f7f7;
  border-width: 1px;
  border-style: solid;
}

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

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

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

.icon-close:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.icon-linkedin:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-feed:before {
  content: "";
}

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

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

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

.icon-bars:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

@font-face {
  font-family: "center-icons";
  src: url("/uploaded/themes/default/fonts/center-icons/center-icons.eot");
  src: url("/uploaded/themes/default/fonts/center-icons/center-icons.eot?#iefix") format("eot"), url("/uploaded/themes/default/fonts/center-icons/center-icons.woff") format("woff"), url("/uploaded/themes/default/fonts/center-icons/center-icons.ttf") format("truetype"), url("/uploaded/themes/default/fonts/center-icons/center-icons.svg#center-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  display: inline-block;
  font-family: "center-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-chain:before {
  content: "";
}

.icon-search2:before {
  content: "";
}

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

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

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

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

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

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

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

.icon-youtube-play:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-news:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-close:before {
  content: "";
}

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

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

/*! content - style manger v0.0.1 */
.leadin,
.fs_style_25 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #b4b4b4;
  font-weight: 400;
}

.content-button,
.fs_style_23,
.outline-button,
.fs_style_24 {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: .015em;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 20px;
  border-radius: 3px;
  transition: all .4s ease;
}
.content-button:hover,
.fs_style_23:hover,
.outline-button:hover,
.fs_style_24:hover {
  transition: all .4s ease;
}

#fsPageBody a.content-button,
#fsPageBody a.fs_style_23 {
  color: #fff;
}
#fsPageBody a.content-button:hover,
#fsPageBody a.fs_style_23:hover {
  color: #fff;
  background: #18beff;
}

.outline-button,
.fs_style_24 {
  color: #00a4e4;
  border: 1px solid #00a4e4;
  background: transparent;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
.outline-button:hover,
.fs_style_24:hover {
  color: #fff;
  border-color: transparent;
  background: #00a4e4;
}

blockquote, .side-quote,
.quote {
  margin: 28px 0;
  background: #f7f7f7;
  padding: 20px;
  display: block;
  width: 100%;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  border-left: 5px solid #00a4e4;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  color: #676767;
  font-weight: 400;
}
blockquote p, .side-quote p,
.quote p {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
blockquote strong, .side-quote strong,
.quote strong {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  color: #00a4e4;
}

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
}
cite:before {
  content: '- ';
}

.callout,
.fs_style_26 {
  width: 50%;
  display: block;
  float: left;
  margin: 0;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #00a4e4;
  padding-right: 20px;
  padding-bottom: 10px;
}
.callout[style^="text-align: right;"],
.fs_style_26[style^="text-align: right;"] {
  text-align: left !important;
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .callout,
  .fs_style_26 {
    float: none;
    width: 100%;
    display: block;
  }
}

span.fs_style_26 {
  padding-top: 10px;
}

.side-quote p {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #818181;
}

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

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

html {
  font-family: "Raleway", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  overflow-x: hidden;
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #676767;
  overflow-x: hidden;
  position: relative;
  top: 0;
  min-height: 100%;
}

#fsPageWrapper {
  width: 100%;
}

#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: 700px) {
  .has-tier-navigation #fsPageBodyWrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

#fsPageBodyWrapper {
  padding: 100px 20px;
  background: #fff;
}
@media (max-width: 600px) {
  #fsPageBodyWrapper {
    padding: 40px 20px;
  }
}
.landing #fsPageBodyWrapper {
  padding: 60px 20px;
}

#fsPageBody {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 900px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 900px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 25%;
  }
}

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 900px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 900px) {
  .fsHasRightBanner #fsPageContent {
    width: 75% !important;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner #fsPageContent {
    width: 75% !important;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 50% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 900px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 900px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 25%;
  }
}

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

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

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

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

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

.fsBanner .fsElementTitle {
  font-size: 28px;
  margin-bottom: 22px;
}

#fsBannerRight .fsBanner > * + *,
#fsBannerLeft .fsBanner > * + * {
  margin-top: 40px;
}

.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsPanel {
  margin-bottom: 1px;
}
.fsAccordion .fsPanel > header {
  transition: all 0.333s;
  cursor: pointer;
  background: rgba(19, 41, 61, 0.8);
  border: 1px solid transparent;
}
.fsAccordion .fsPanel > header h2 {
  transition: all 0.333s;
  margin-bottom: 0;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.fsAccordion .fsPanel > header h2:before {
  font-family: "center-icons";
}
.fsAccordion .fsPanel > header:hover {
  background: #04047E;
  border-color: transparent;
}
.fsAccordion .fsPanel > header:hover h2 {
  color: #fff;
}
.fsAccordion .fsPanel > .fsElementContent {
  border: 1px solid #bebebe;
  border-top: none;
}
.fsAccordion .fsPanel.fsStateOpen > header {
  background: #04047E;
  border-color: #bebebe;
  border-bottom-color: transparent;
}
.fsAccordion .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before {
  content: "";
}

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

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

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

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

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

/*! elements - calendar */
.fsCalendar article {
  margin-bottom: 20px;
}
.fsCalendar .fsDate {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  background: #f7f7f7;
  text-align: center;
}
.fsCalendar .fsEventDetails,
.fsCalendar .fsReadMoreLink,
.fsCalendar .fsLocation {
  font-size: 14px;
  color: #b4b4b4;
}
.fsCalendar .fsReadMoreLink {
  font-weight: 400;
  color: #fff;
  display: none;
}
.fsCalendar .fsReadMoreLink:hover {
  color: white;
}

.fsCalendar.fsList article {
  overflow: hidden;
}
.fsCalendar.fsList .fsTitle a {
  display: block;
  font-weight: 600;
  color: #00a4e4;
}
.fsCalendar.fsList .fsTitle a a:hover {
  color: #0606af;
}
.fsCalendar.fsList .fsDate {
  border-left: 2px solid #00a4e4;
  padding-top: 12px;
  margin-bottom: 0px;
}
.fsCalendar.fsList .fsDate .fsReadMoreLink {
  display: none;
}
.fsCalendar.fsList .fsDate .fsDayName {
  display: none;
}
.fsCalendar.fsList .fsDate span {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #676767;
}
.fsCalendar.fsList .fsDate .fsDay {
  font-size: 24px;
  display: block;
  font-weight: 400;
  color: #b4b4b4;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  line-height: 1.2;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  color: #575757;
  content: '\2039';
  font-size: 26px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
}
.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\203A';
}

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #676767;
  color: #fff;
  outline: 0;
  text-align: center;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background-color: #8f8f8f;
  color: #000;
}
.scroll-up span em {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

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

/*! elements - constituent v0.0.1 */
.fsConstituent .fsElementPagination {
  margin-bottom: 20px;
}
.fsConstituentItem {
  float: none;
  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);
}
@media (min-width: 900px) {
  .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: 900px) {
  [class^='fsConstituentColumnLayout'] {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

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

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

@media (min-width: 700px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1180px) {
  .fsConstituentColumnLayout_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: 700px) {
  .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: 900px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #04047E;
  color: #fff;
  outline: 0;
  text-align: center;
  margin: 0 10px;
  padding: 10px 30px;
  font-size: inherit;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background-color: #8f8f8f;
  color: #000;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
}

.fsElementPagination {
  margin: 20px 0;
}

#fsHeader .nav-container > footer .mobile-trigger, #fsHeader .nav-main nav ul.fsNavLevel1 > li > a, .nav-button nav ul.fsNavLevel1 > li > a, .drawer .nav-main ul.fsNavLevel1 > li {
  display: block;
  color: #fff;
  letter-spacing: .04em;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

#fsHeader .nav-container {
  float: left;
  padding: 0 10px;
  background: rgba(19, 41, 61, 0.8);
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 601px) {
  #fsHeader .nav-container > .logo {
    display: none;
  }
}
#fsHeader .nav-container > footer {
  display: none;
  padding-right: 20px;
  text-align: right;
}
@media (max-width: 900px) {
  #fsHeader .nav-container > footer {
    display: block;
  }
}
#fsHeader .nav-container > footer > * {
  display: inline-block;
}
#fsHeader .nav-container > footer .mobile-trigger {
  line-height: 54px;
  cursor: pointer;
}
@media (max-width: 600px) {
  #fsHeader .nav-container > footer .mobile-trigger {
    font-size: 0;
    height: 80px;
    color: transparent;
  }
}
#fsHeader .nav-container > footer .mobile-trigger:after {
  font-family: "center-icons";
  content: "\EA0D";
  font-weight: normal;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-left: 10px;
  margin-top: -2px;
  color: #fff;
}
@media (max-width: 600px) {
  #fsHeader .nav-container > footer .mobile-trigger:after {
    margin: 0;
    line-height: 80px;
  }
}
@media (max-width: 1180px) {
  #fsHeader .nav-container {
    padding-right: 0;
  }
}
.home #fsHeader .nav-container {
  position: absolute;
  top: 45px;
  float: none;
}
@media (max-width: 600px) {
  .home #fsHeader .nav-container {
    top: 0;
    height: 80px;
  }
}
#fsHeader .nav-container > .fsElementContent {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 900px) {
  #fsHeader .nav-container > .fsElementContent {
    display: none;
  }
}

#fsHeader .nav-main,
.nav-button {
  display: block;
  float: left;
  width: 66.6666666667%;
  margin-left: 200px;
  line-height: 0;
  padding: 0 10px;
}
#fsHeader .nav-main ul,
#fsHeader .nav-main ol,
.nav-button ul,
.nav-button ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#fsHeader .nav-main a,
.nav-button a {
  display: block;
}
#fsHeader .nav-main nav ul,
#fsHeader .nav-main nav ol,
.nav-button nav ul,
.nav-button nav ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#fsHeader .nav-main nav a,
.nav-button nav a {
  display: block;
}
#fsHeader .nav-main nav ul.fsNavLevel1,
.nav-button nav ul.fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
#fsHeader .nav-main nav ul.fsNavLevel1 > li, .nav-button nav ul.fsNavLevel1 > li {
  position: relative;
  display: block;
  float: left;
}
.no-flexbox #fsHeader .nav-main nav ul.fsNavLevel1 > li,
.no-flexbox .nav-button nav ul.fsNavLevel1 > li {
  display: inline-block;
}
@media (max-width: 1060px) {
  #fsHeader .nav-main nav ul.fsNavLevel1 > li > a, .nav-button nav ul.fsNavLevel1 > li > a {
    padding: 0 3px;
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  #fsHeader .nav-main nav ul.fsNavLevel1 > li > a, .nav-button nav ul.fsNavLevel1 > li > a {
    font-size: 13px;
  }
}
#fsHeader .nav-main nav ul.fsNavLevel1 > li > a, .nav-button nav ul.fsNavLevel1 > li > a {
  line-height: 54px;
  position: relative;
}
#fsHeader .nav-main nav ul.fsNavLevel1 > li > a:after, .nav-button nav ul.fsNavLevel1 > li > a:after {
  height: 2px;
  width: 100%;
  width: calc(100% - 40px);
  display: block;
  background: #FFD046;
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: .5s, top .3s;
  top: 50px;
}
#fsHeader .nav-main nav ul.fsNavLevel1 > li:hover > a, .nav-button nav ul.fsNavLevel1 > li:hover > a {
  color: #FFD046;
}
#fsHeader .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a, #fsHeader .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a, .nav-button nav ul.fsNavLevel1 > li.fsNavCurrentPage > a, .nav-button nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #FFD046;
}
#fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo,
.nav-button ul.fsNavLevel1 > li .fsNavPageInfo {
  box-shadow: 0px 2px 5px 0px rgba(145, 143, 140, 0.2);
  position: absolute;
  top: 99.5%;
  z-index: 10;
  display: none;
  width: 100%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  min-width: 240px;
  top: 100%;
  background: rgba(255, 255, 255, 0.98);
  padding: 10px 20px;
  -ms-transform: none;
  transform: none;
  left: 0;
  right: auto;
  text-align: left;
}
#fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo ul,
#fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo ol,
.nav-button ul.fsNavLevel1 > li .fsNavPageInfo ul,
.nav-button ul.fsNavLevel1 > li .fsNavPageInfo ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo a,
.nav-button ul.fsNavLevel1 > li .fsNavPageInfo a {
  display: block;
}
.nav-main ul.fsNavLevel1 > li:last-child .fsNavPageInfo {
  left: auto;
  right: 0;
}
#fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo a,
.nav-button ul.fsNavLevel1 > li .fsNavPageInfo a {
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
  text-align: left;
  color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #a0a0a0;
  font-weight: 400;
}
#fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo a:hover,
.nav-button ul.fsNavLevel1 > li .fsNavPageInfo a:hover {
  color: #fff;
}
#fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo a:hover,
.nav-button ul.fsNavLevel1 > li .fsNavPageInfo a:hover {
  color: #FFD046;
}
#fsHeader .nav-main ul.fsNavLevel1 > li:hover .fsNavPageInfo,
.nav-button ul.fsNavLevel1 > li:hover .fsNavPageInfo {
  display: block;
}

#fsHeader .nav-main {
  width: calc(100% - 400px);
}
@media (max-width: 970px) {
  #fsHeader .nav-main {
    width: calc(100% - 330px);
  }
}

.nav-button {
  width: 200px;
  margin-left: 0;
  text-align: center;
  padding-right: 0;
}
@media (max-width: 970px) {
  .nav-button {
    width: 130px;
  }
}
.nav-button > .fsElementContent {
  background: #FFD046;
  background: url(/uploaded/themes/default/images/made-smart-button.svg);
  background-size: cover;
}
.nav-button nav > ul.fsNavLevel1 {
  display: block;
  text-align: center;
}
.nav-button nav > ul.fsNavLevel1 li {
  display: inline-block;
  float: none;
}

#fsPageBodyWrapper .navigation.tier {
  margin-right: -20px;
  margin-left: -20px;
  transition: all 0.333s;
  max-height: 0;
  overflow: hidden;
  display: none;
  /*
    Home: N/A
    Tier 1 (AKA: "Landing Page"): Show T3 (immediate children WITH immediate children expanded ONLY of current page)
    Tier 2: Show T3 (immediate children)
    Tier 3: Show T3 (siblings, with current page in 'active' state), Show T4 (immediate children ONLY of current page)
    Tier 4: Show T3 (immediate parent & parent's siblings, with current page ancestor in 'active' state), Show T4 (siblings ONLY of current page)
    Tier 5: ?? Show link back to immediate parent?
  */
}
#fsPageBodyWrapper .navigation.tier ul,
#fsPageBodyWrapper .navigation.tier ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#fsPageBodyWrapper .navigation.tier a {
  display: block;
}
.has-tier-navigation #fsPageBodyWrapper .navigation.tier {
  max-height: 1000px;
}
@media (min-width: 700px) {
  #fsPageBodyWrapper .navigation.tier {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
}
#fsPageBodyWrapper .navigation.tier.mobile {
  display: block;
}
@media (min-width: 700px) {
  #fsPageBodyWrapper .navigation.tier.mobile {
    display: none;
  }
}
#fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
  background-color: #04047E;
  padding: 20px 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: none;
}
@media (min-width: 700px) {
  #fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent {
    display: none;
  }
}
#fsPageBodyWrapper .navigation.tier > header .fsElementHeaderContent:after {
  content: "";
  padding: 0 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fsPageBodyWrapper .navigation.tier > .fsElementContent {
  transition: all 0.333s;
}
#fsPageBodyWrapper .navigation.tier li {
  margin: 1px 0;
}
#fsPageBodyWrapper .navigation.tier .fsNavCurrentPage > a,
#fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor > a {
  color: #00a4e4 !important;
  font-weight: 600;
}
#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: #04047E;
}
.hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover, .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover {
  color: #fff;
  background-color: #04047E;
}
.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: #04047E;
  padding-top: 4.998px;
  padding-bottom: 4.998px;
  font-size: 0.875em;
  line-height: 1.4285714286;
}
.hierarchy-tier-2 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover, .hierarchy-tier-3 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover, .hierarchy-tier-4 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover, .hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a:hover {
  color: #fff;
  background-color: #04047E;
}
.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: #04047E;
  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: #04047E;
}
.hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel2 > li > a:hover {
  color: #fff;
  background-color: #04047E;
}
.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: #04047E;
  padding-top: 4.998px;
  padding-bottom: 4.998px;
  font-size: 0.875em;
  line-height: 1.4285714286;
}
.hierarchy-tier-1 #fsPageBodyWrapper .navigation.tier .fsNavLevel3 > li > a:hover {
  color: #fff;
  background-color: #04047E;
}
.hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li > a {
  display: none;
}
.hierarchy-tier-5 #fsPageBodyWrapper .navigation.tier .fsNavLevel4 > li.fsNavCurrentPageAncestor > a {
  display: block;
}

/*=============================*/
/* Setup                       */
/*=============================*/
.drawer {
  display: block;
  position: absolute;
  height: 100vh;
  background-color: #13293D;
  z-index: 9999;
  top: 0;
  overflow-y: scroll;
  width: 260px;
  right: -260px;
  transition: right 0.4s;
}
.drawer ul,
.drawer ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.drawer a {
  display: block;
}
@media (max-width: 600px) {
  .drawer {
    width: 100%;
    right: -100%;
  }
}
.drawer .fsNavPageInfo {
  display: none;
}
.drawer .scroll {
  position: relative;
  width: 100%;
}
.drawer .scroll * > {
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
.drawer .nav-container > footer {
  display: none;
}
.drawer > .mobile-trigger {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 1px;
  height: 30px;
  width: 36px;
  cursor: pointer;
  color: transparent;
  text-align: center;
}
.drawer > .mobile-trigger:after {
  font-size: 20px;
  color: #fff;
  font-family: "center-icons";
  content: "\EA0E";
  display: inline-block;
}
.drawer .logo {
  display: none;
}

body.nav-open:not(.fsDraftMode) #fsPageWrapper {
  position: fixed;
  width: 100%;
  transition: transform 500ms ease;
}
@media (max-width: 900px) {
  body.nav-open:not(.fsDraftMode) #fsPageWrapper {
    transform: translate3d(-260px, 0, 0);
  }
}
@media (max-width: 600px) {
  body.nav-open:not(.fsDraftMode) #fsPageWrapper {
    transform: translate3d(-100%, 0, 0);
  }
}

@media (max-width: 900px) {
  body:not(.fsDraftMode) #fsPageWrapper {
    transform: translate3d(0, 0, 0);
    transition: transform 500ms ease;
  }
}
/*=============================*/
/* Main Nav                    */
/*=============================*/
.drawer .nav-main {
  /*=============================*/
  /* Sub menu trigger            */
  /*=============================*/
}
.drawer .nav-main ul.fsNavLevel1 > li {
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
}
.drawer .nav-main ul.fsNavLevel1 > li.fsNavCurrentPage > a, .drawer .nav-main ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #FFD046;
}
.drawer .nav-main ul.fsNavLevel1 > li > a {
  color: #fff;
  line-height: 56px;
  padding: 0 10px;
}
.drawer .nav-main ul.fsNavLevel1 > li {
  /*=============================*/
  /* Sub menu                    */
  /*=============================*/
}
.drawer .nav-main ul.fsNavLevel1 > li .fsNavPageInfo {
  max-height: 0px;
  overflow: hidden;
  position: relative;
  box-shadow: none;
  transition: .5s;
  border-top: 1px solid transparent;
  display: block;
}
.drawer .nav-main ul.fsNavLevel1 > li .fsNavPageDescription,
.drawer .nav-main ul.fsNavLevel1 > li .fsNavPageThumbnail {
  display: none;
}
.drawer .nav-main ul.fsNavLevel1 > li ul {
  padding: 10px 0 10px 20px;
}
.drawer .nav-main ul.fsNavLevel1 > li li {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 8px;
}
.drawer .nav-main ul.fsNavLevel1 > li li a {
  padding: 0;
  color: #c8c8c8;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}
.drawer .nav-main li > .sub-trigger {
  top: 0;
  position: absolute;
  height: 56px;
  width: 56px;
  right: 0px;
  text-align: center;
  border-left: 1px solid rgba(103, 103, 103, 0.2);
  color: #fff;
}
.drawer .nav-main li > .sub-trigger:after {
  content: "";
  font-family: "center-icons";
  line-height: 56px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  font-weight: 300;
}
.drawer .nav-main ul.fsNavLevel1 > li.show-sub .fsNavPageInfo {
  height: auto;
  max-height: 1200px;
  transition: .5s;
  border-top: 1px solid rgba(103, 103, 103, 0.2);
}
.drawer .nav-main ul.fsNavLevel1 > li.show-sub .sub-trigger:after {
  content: "";
}

/*=============================*/
/* Nav Button                  */
/*=============================*/
.drawer .nav-button {
  padding: 0;
  float: none;
  width: 100%;
}

/*=============================*/
/* Social                      */
/*=============================*/
.drawer .footer-social {
  margin-top: 20px;
  margin-left: 0;
  padding: 0 10px;
  float: none;
  width: 100%;
  text-align: center;
}
.drawer .footer-social ul {
  float: none;
  width: 100%;
  display: inline-block;
}
.drawer .footer-social li {
  display: inline-block;
  height: 40px;
  width: 40px;
}
.drawer .footer-social li a:after {
  font-size: 22px;
}

/*=============================*/
/* Search                      */
/*=============================*/
.drawer .top-search {
  height: 50px;
  width: 100%;
  background: #00a4e4;
  padding-left: 10px;
  position: relative;
  display: block;
  top: 0;
}
.drawer .top-search > header {
  display: none;
}
.drawer .top-search > .fsElementContent {
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drawer .top-search .gsc-input-box {
  height: 100%;
}
.drawer .top-search .gsc-input-box > table,
.drawer .top-search .gsc-input-box tbody,
.drawer .top-search .gsc-input-box tr,
.drawer .top-search .gsc-input-box td,
.drawer .top-search .gsc-input-box input {
  height: 100% !important;
}
.drawer .top-search .gsc-input {
  height: 30px;
  width: 60%;
  width: calc(100% - 70px);
  background: #fff !important;
  display: block;
  float: left;
  border-right: 0px;
  color: #676767;
  border: 0px !important;
  padding-right: 0 !important;
  padding-left: 5px !important;
}
@media (max-width: 600px) {
  .drawer .top-search .gsc-input {
    width: 69%;
  }
}
.drawer .top-search form.gsc-search-box-tools td.gsc-search-button {
  height: 30px !important;
  background: #fff !important;
  width: 34px;
  display: block;
  float: left;
  position: relative;
  border-left: 0px;
}
.drawer .top-search form.gsc-search-box-tools td.gsc-search-button:after {
  color: #00a4e4;
  font-size: 18px;
  font-family: "center-icons";
  opacity: 1;
  font-weight: 400;
  display: block;
  position: relative;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\EA02";
}

/*=============================*/
/* Util Nav                    */
/*=============================*/
.drawer .nav-util {
  padding: 10px;
  display: block;
}
@media (min-width: 600px) {
  .drawer .nav-util {
    display: none;
  }
}
.drawer .nav-util > .fsElementContent {
  padding-left: 10px;
}
.drawer .nav-util:before {
  content: 'Quicklinks';
  font-weight: 700;
  text-transform: uppercase;
  color: #FFD046;
  font-size: 12px;
  letter-spacing: .04em;
}
.drawer .nav-util li a {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.drawer .nav-util li a:hover {
  color: #fff;
}
.drawer .nav-util li.search {
  display: none;
}
.drawer .nav-util li.quicklinks > a {
  display: none;
}
.drawer .nav-util li.quicklinks .fsNavPageInfo {
  display: block;
  position: relative;
  padding: 0;
  box-shadow: none;
}
.drawer .nav-util li.quicklinks .fsNavPageInfo a {
  font-size: 12px;
  padding: 0;
  color: #00a4e4;
  line-height: 28px;
}

.navigation.social ul,
.navigation.social ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.navigation.social a {
  display: block;
}
.navigation.social nav {
  padding-right: 50px;
  padding-left: 50px;
}
@media (min-width: 700px) {
  .navigation.social nav {
    padding-right: 0;
    padding-left: 0;
  }
}
.navigation.social ul {
  margin-right: -2.5px;
  margin-left: -2.5px;
  text-align: center;
}
.navigation.social ul li {
  padding-right: 2.5px;
  padding-left: 2.5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.22em;
  margin-bottom: 2.5px;
}
.navigation.social a {
  transition: all 0.333s;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 60%;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
}
.navigation.social a:hover {
  background-color: #fff;
}
.navigation.social a:after {
  position: absolute;
  text-indent: 0;
  text-align: center;
  top: 50%;
  right: 0;
  width: 100%;
  font-size: 22px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navigation.social a[href*='facebook']:after {
  content: "";
}
.navigation.social a[href*='google']:after {
  content: "";
}
.navigation.social a[href*='instagram']:after {
  content: "";
}
.navigation.social a[href*='linkedin']:after {
  content: "";
}
.navigation.social a[href*='blog']:after {
  content: "";
}
.navigation.social a[href*='twitter']:after {
  content: "";
}
.navigation.social a[href*='youtube']:after {
  content: "";
}

@media (max-width: 1180px) {
  #fsHeader .utility-container {
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  #fsHeader .utility-container {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  #fsHeader .utility-container {
    display: none;
  }
}

#fsHeader .utility-container .nav-util {
  padding: 0 10px;
  float: right;
  padding-right: 0;
}
#fsHeader .utility-container .nav-util ul,
#fsHeader .utility-container .nav-util ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#fsHeader .utility-container .nav-util a {
  display: block;
}
#fsHeader .utility-container .nav-util ul.fsNavLevel1 {
  position: relative;
}
#fsHeader .utility-container .nav-util ul.fsNavLevel1 > li {
  display: block;
  float: left;
  margin-right: 30px;
}
#fsHeader .utility-container .nav-util ul.fsNavLevel1 > li:last-child {
  margin-right: 0;
}
#fsHeader .utility-container .nav-util ul.fsNavLevel1 > li > a {
  color: #A0A0A0;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}
#fsHeader .utility-container .nav-util ul.fsNavLevel1 > li > a:hover {
  color: #FFD046;
}
@media (max-width: 900px) {
  #fsHeader .utility-container .nav-util ul.fsNavLevel1 > li.search {
    display: none;
  }
  #fsHeader .utility-container .nav-util ul.fsNavLevel1 > li:nth-last-child(2) {
    margin-right: 0;
  }
}
#fsHeader .utility-container .nav-util ul.fsNavLevel1 > li.search a {
  font-size: 1px;
  color: transparent;
  font-weight: 400;
  line-height: 40px;
  max-height: 40px;
}
#fsHeader .utility-container .nav-util ul.fsNavLevel1 > li.search a:after {
  font-family: "center-icons";
  content: "\EA02";
  font-size: 20px;
  color: #A0A0A0;
  transition: .4s;
}
#fsHeader .utility-container .nav-util ul.fsNavLevel1 > li.search a:hover:after {
  color: #FFD046;
}

.landing-nav {
  background: #00a4e4;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 0px;
}
.landing-nav ul,
.landing-nav ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.landing-nav a {
  display: block;
}
@media (max-width: 600px) {
  .landing-nav {
    padding-top: 0;
  }
}
.landing-nav nav {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.landing-nav ul {
  text-align: justify;
  font-size: 0;
  line-height: 0;
}
.landing-nav li {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  padding: 0 10px;
  line-height: 16px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .landing-nav li {
    width: 33.333%;
  }
}
@media (max-width: 600px) {
  .landing-nav li {
    display: block;
    width: 100%;
  }
}
.landing-nav a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 600px) {
  .landing-nav a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
  }
}
.landing-nav a:hover {
  color: #13293D;
}

@media (max-width: 600px) {
  .nav-sub .fsNavLevel1,
  .landing-nav .fsNavLevel1 {
    max-height: 0px;
    overflow: hidden;
    transition: all .6s ease;
    border-top: 0px;
  }
}

.nav-sub .expand-sub-nav .fsNavLevel1,
.landing-nav .expand-sub-nav .fsNavLevel1 {
  height: auto;
  max-height: 1200px;
  transition: all .6s ease;
}

.mobile-sub-trigger {
  background: #00a4e4;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0px;
  display: none;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .mobile-sub-trigger {
    display: block;
  }
}

.nav-status {
  cursor: pointer;
  display: block;
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0px;
  height: 4px;
  width: 18px;
}
.nav-status:before, .nav-status:after {
  background: #fff;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-status:after {
  -ms-transform-origin: center;
  transform-origin: center;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.expand-sub-nav .nav-status:before, .expand-sub-nav .nav-status:after {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nav-sub .mobile-sub-trigger {
  padding-left: 20px;
  padding-right: 20px;
}
.nav-sub .mobile-sub-trigger .nav-status {
  right: 20px;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  background: #f4f4f4;
  padding: 0px;
  font-family: "Raleway", sans-serif;
}
.nav-sub ul,
.nav-sub ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.nav-sub a {
  display: block;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 10px 20px;
  border-bottom: 1px solid #e6e6e6;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #04047E;
  font-weight: 400;
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a:hover {
  color: #04047E;
}
.nav-sub ul.fsNavLevel2 > li.fsNavCurrentPage > a,
.nav-sub ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
  color: #00a4e4;
  background: #fff;
  border-left: 2px solid #00a4e4;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-sub ul.fsNavLevel2 > li.fsNavCurrentPage > a:hover,
.nav-sub ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > a:hover {
  color: #00a4e4;
}
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #fff;
  background: #13293D;
  font-weight: 600;
}
.nav-sub li.fsNavCurrentPageAncestor > a:hover {
  color: #fff;
  background: #00a4e4;
}
.nav-sub .fsNavLevel2 {
  background: #fafafa;
}
.nav-sub .fsNavLevel2 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 5px 10px 5px 10px;
  color: #676767;
  font-size: 14px;
}
.nav-sub .fsNavLevel2 > li > a:hover {
  color: #04047E;
}
.nav-sub .fsNavLevel3 {
  background: #fdfdfd;
}
.nav-sub .fsNavLevel3 > li > a {
  padding: 5px 10px 5px 20px;
  color: #818181;
  font-size: 13px;
}
.nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a {
  text-decoration: underline;
}

/* News Element */
/*General News Styles*/
/*! elements - news v0.0.1 */
.fsNews {
  /*Slideshow*/
  /*Grid*/
}
.fsNews article {
  margin-bottom: 20px;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsSummary p,
.fsNews .fsReadMoreLink {
  font-size: 14px;
  color: #b4b4b4;
  margin: 0;
  line-height: normal;
}
.fsNews .fsTitle {
  font-weight: 600;
}
.fsNews .fsTitle a {
  color: #00a4e4;
}
.fsNews .fsTitle a:hover {
  color: #18beff;
}
.fsNews .fsReadMoreLink {
  color: #a0a0a0;
}
.fsNews.fsSlideshow .fsElementContent {
  margin: 0;
}
.fsNews.fsSlideshow article {
  padding: 20px;
}
.fsNews.fsSlideshow .fsPager span {
  color: inherit;
  opacity: 0.5;
  transition: color 100ms, opacity 100ms;
}
.fsNews.fsSlideshow .fsPager span.fsStateActive {
  color: inherit;
  opacity: 1;
}
.fsNews.fsGrid .fsNewsGrid {
  zoom: 1;
}
.fsNews.fsGrid .fsNewsGrid:after {
  display: table;
  clear: both;
  content: '';
}
.fsNews.fsGrid article {
  clear: none;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  padding: 0;
}
.fsNews.fsGrid .fsStyleTwoColumns article {
  width: 49%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
  margin-right: 1%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
  margin-left: 1%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleThreeColumns article {
  width: 32%;
}
.fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
  margin: 0 2%;
}
.fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleFourColumns article {
  width: 23.5%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
  margin: 0 1% 0 2%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
  margin: 0 2% 0 1%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleFiveColumns article {
  width: 18.4%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
  margin: 0 1% 0 2%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
  margin: 0 1%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
  margin: 0 2% 0 1%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
  clear: both;
}
.fsNews.fsGrid .fsThumbnail {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: inherit;
}

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden;
}
form.gsc-search-box-tools table {
  border: 0;
}
form.gsc-search-box-tools table,
form.gsc-search-box-tools tbody,
form.gsc-search-box-tools tr,
form.gsc-search-box-tools td {
  display: block;
}
form.gsc-search-box-tools td.gsc-input {
  padding: 0 !important;
  display: block;
  float: left;
}
form.gsc-search-box-tools table.gsc-search-box {
  display: table;
  margin-bottom: 0;
  position: relative;
}
form.gsc-search-box-tools div.gsc-input-box {
  min-width: 140px;
  border: 0;
  height: 40px;
}
form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus {
  box-shadow: none;
}
form.gsc-search-box-tools div.gsc-input-box table,
form.gsc-search-box-tools div.gsc-input-box tbody,
form.gsc-search-box-tools div.gsc-input-box tr,
form.gsc-search-box-tools div.gsc-input-box td {
  overflow: hidden;
  display: block;
  width: 100%;
  border: 0;
  height: 40px;
}
form.gsc-search-box-tools td.gsib_a {
  padding: 0;
  display: inline-block;
}
form.gsc-search-box-tools td.gsib_b {
  padding: 0;
  display: none !important;
}
form.gsc-search-box-tools td.gsc-input {
  float: none;
}
form.gsc-search-box-tools input.gsc-input {
  background: #00a4e4 !important;
  border: 1px solid #007fb1 !important;
  background-image: none !important;
  width: 100%;
  height: 40px !important;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  padding-right: 40px !important;
  padding-left: 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;
  right: 0;
  z-index: 5;
  color: #fff;
}
form.gsc-search-box-tools td.gsc-search-button:after {
  content: "";
  font-family: "center-icons";
  content: "";
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  display: block;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.gsc-search-box-tools td.gsc-search-button:hover {
  background: transparent;
  color: #fff;
}
form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  height: 40px;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

::-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         */
/*=======================*/
.top-search {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 200px;
}
.expanded .top-search {
  display: block;
}
.top-search form.gsc-search-box-tools div.gsc-input-box {
  background-color: transparent !important;
}

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 700px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin: 0;
  padding: 12px 15px;
  background: rgba(19, 41, 61, 0.8);
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.fsTabs .fsTabsNav li a:hover {
  background: #04047E;
  color: #fff;
  border-color: transparent;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #04047E;
  color: #fff;
  border-color: transparent;
}
.fsTabs .fsElementContent {
  padding-right: 0;
  padding-left: 0;
}
.fsTabs .fsPanel {
  margin-bottom: 1px;
}
.fsTabs .fsPanel > header {
  transition: all 0.333s;
  cursor: pointer;
  background: rgba(19, 41, 61, 0.8);
  border: 1px solid transparent;
}
.fsTabs .fsPanel > header h2 {
  transition: all 0.333s;
  margin-bottom: 0;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.fsTabs .fsPanel > header h2:before {
  font-family: "center-icons";
}
.fsTabs .fsPanel > header h2:before {
  content: "";
  margin-right: 40px;
}
.fsTabs .fsPanel > header:hover {
  background: #04047E;
  border-color: transparent;
}
.fsTabs .fsPanel > header:hover h2 {
  color: #fff;
}
.fsTabs .fsPanel > .fsElementContent {
  border: 1px solid #bebebe;
  border-top: none;
}
@media (min-width: 500px) {
  .fsTabs .fsPanel > .fsElementContent {
    border: none;
  }
}
.fsTabs .fsPanel.fsStateOpen > header {
  background: #04047E;
  border-color: #bebebe;
  border-bottom-color: transparent;
}
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
}
.fsTabs .fsPanel.fsStateOpen > .fsElementContent {
  display: block;
}

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

.utility-container {
  background: #fff;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  float: left;
  border-top: 5px solid #FFD046;
}
.utility-container > .fsElementContent {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.utility-container .logo,
.utility-container .nav-main,
.utility-container .nav-util {
  display: block;
  float: left;
}
.utility-container .logo > .fsElementContent,
.utility-container .nav-main > .fsElementContent,
.utility-container .nav-util > .fsElementContent {
  clear: both;
}
.utility-container .nav-main {
  width: 66.6666666667%;
}

.logo {
  display: block;
  float: left;
  width: 200px;
  font-size: 0;
  color: transparent;
  position: relative;
  z-index: 200;
  height: 40px;
}
@media (max-width: 600px) {
  .logo {
    width: 90px;
  }
}
.logo > .fsElementContent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 140px;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .logo > .fsElementContent {
    height: 80px;
  }
}
.logo a {
  background: url(/uploaded/themes/default/images/logo.svg);
  background-size: 120px 100px;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-color: #04047E;
  display: block;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .logo a {
    background-size: 70px 58px;
    background-color: transparent;
  }
}

.landing-banner {
  height: 440px;
  height: 30vw;
  height: 35vw;
  min-height: 410px;
  position: relative;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
.landing-banner .fsElementContent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.landing-banner h1 {
  bottom: 20px;
  width: 100%;
  max-width: 1180px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 100%;
  color: #fff;
}

#fsFooter {
  background: rgba(19, 41, 61, 0.8);
  padding-right: 20px;
  padding-left: 20px;
}
#fsFooter ul,
#fsFooter ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#fsFooter a {
  display: block;
}
#fsFooter a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
#fsFooter > .fsBanner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.footer-address {
  display: block;
  float: left;
}
@media (max-width: 900px) {
  .footer-address {
    float: none;
    text-align: center;
    padding-top: 5px;
  }
}
.footer-address ul {
  line-height: 0;
}
.footer-address li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
}
@media (max-width: 940px) {
  .footer-address li {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  .footer-address li {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .footer-address li {
    font-size: 14px;
    line-height: 24px;
    display: block;
  }
}
.footer-address li:after {
  content: ' | ';
  margin-right: 5px;
  margin-left: 5px;
  color: #FFD046;
  font-weight: 400;
}
@media (max-width: 900px) {
  .footer-address li:after {
    margin-right: 1px;
    margin-left: 1px;
  }
}
@media (max-width: 600px) {
  .footer-address li:after {
    display: none;
  }
}
.footer-address li:first-child {
  font-weight: 700;
}
.footer-address li:last-child:after {
  display: none;
}

.footer-social {
  display: block;
  float: left;
  margin-left: 20px;
}
@media (max-width: 900px) {
  #fsPageContent .footer-social, #fsFooter .footer-social {
    display: none;
  }
}
.footer-social li {
  display: inline-block;
}
.footer-social a {
  font-size: 1px;
  color: transparent;
  margin-right: 10px;
}
.footer-social a:after {
  font-size: 16px;
  color: #fff;
  font-family: "center-icons";
  content: "\EA07";
  line-height: 43px;
  display: inline-block;
  transition: .4s ease;
}
.footer-social a.tw:after {
  content: "";
}
.footer-social a.yt:after {
  content: "";
}
.footer-social a:hover:after {
  color: #FFD046;
  transition: .4s ease;
}
.footer-social li:last-child a {
  margin-right: 0;
}

#fsPoweredByFinalsite {
  line-height: 43px;
  height: auto;
  float: right;
  background-position: center;
}
@media (max-width: 900px) {
  #fsPoweredByFinalsite {
    float: none;
    margin: 0 auto;
  }
}

.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: 700px) {
  .container.masthead .image {
    padding-bottom: 75%;
  }
}
@media (min-width: 900px) {
  .container.masthead .image {
    padding-bottom: 62.5%;
  }
}
@media (min-width: 1180px) {
  .container.masthead .image {
    padding-bottom: 750px;
  }
}

.masthead.container .description {
  padding: 0 20px;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 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 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 74.5762711864%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 1180px) {
  .masthead.container .description > .inner {
    width: 100%;
    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;
}

.colors ol {
  zoom: 1;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 40%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 30%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    width: 20%;
  }
}
.colors ol li:after {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #656565;
}
.colors ol li:nth-of-type(1) {
  background: #676767;
  color: #676767;
}
.colors ol li:nth-of-type(1):after {
  content: "#676767";
}
.colors ol li:nth-of-type(2) {
  background: #00a4e4;
  color: #00a4e4;
}
.colors ol li:nth-of-type(2):after {
  content: "#00a4e4";
}
.colors ol li:nth-of-type(3) {
  background: #04047E;
  color: #04047E;
}
.colors ol li:nth-of-type(3):after {
  content: "#04047E";
}
.colors ol li:nth-of-type(4) {
  background: #fff;
  color: #fff;
}
.colors ol li:nth-of-type(4):after {
  content: "#fff";
}
.colors ol li:nth-of-type(5) {
  background: #FFD046;
  color: #FFD046;
}
.colors ol li:nth-of-type(5):after {
  content: "#FFD046";
}
.colors ol li:nth-of-type(6) {
  background: #bebebe;
  color: #bebebe;
}
.colors ol li:nth-of-type(6):after {
  content: "#bebebe";
}
.colors ol li:nth-of-type(7) {
  background: #8f8f8f;
  color: #8f8f8f;
}
.colors ol li:nth-of-type(7):after {
  content: "#8f8f8f";
}
.colors ol li:nth-of-type(8) {
  background: #656565;
  color: #656565;
}
.colors ol li:nth-of-type(8):after {
  content: "#656565";
}
.colors ol li:nth-of-type(9) {
  background: #424242;
  color: #424242;
}
.colors ol li:nth-of-type(9):after {
  content: "#424242";
}
.colors ol li:nth-of-type(10) {
  background: #1d1d1d;
  color: #1d1d1d;
}
.colors ol li:nth-of-type(10):after {
  content: "#1d1d1d";
}

.headers h1:after {
  content: " size: 55px / line: 60px";
}
.headers h2:after {
  content: " size: 36px / line: 40px";
}
.headers h3:after {
  content: " size: 20px / line: 30px";
}
.headers h4:after {
  content: " size: 16px / line: 24px";
}
.headers h5:after {
  content: " size: 16px / line: 24px";
}
.headers h6:after {
  content: " size: 16px / line: 24px";
}

.home {
  /*=========================*/
  /* Structure               */
  /*=========================*/
  /*=========================*/
  /* Full BG                 */
  /*=========================*/
  /*=========================*/
  /* Home Footer             */
  /*=========================*/
  /*=========================*/
  /* Stay Connected Trigger  */
  /*=========================*/
  /*=========================*/
  /* Stay Connected          */
  /*=========================*/
}
.home #fsPageBody {
  max-width: none;
  width: 100%;
}
.home #fsPageBodyWrapper {
  padding: 0;
}
.home #fsPageContent,
.home .fsLayout .fsDiv {
  margin: 0;
  padding: 0;
}
.home .fsLayout {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.home .full-bg {
  height: 700px;
  height: 100vh;
  height: calc(100vh - 40px - 5px);
  position: relative;
}
@media (max-width: 600px) {
  .home .full-bg {
    height: 100vh;
  }
}
.home .home-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(19, 41, 61, 0.8);
  padding-right: 20px;
  padding-left: 20px;
}
.home .home-footer ul,
.home .home-footer ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.home .home-footer a {
  display: block;
}
.home .home-footer a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.home .home-footer > .fsElementContent {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}
.home .connected-trigger {
  width: 90%;
  max-width: 300px;
  background: #04047E;
  position: absolute;
  bottom: 43px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 10px 20px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  z-index: 200;
  cursor: pointer;
  transition: background .4s;
  height: 56px;
}
.home .connected-trigger br {
  display: none;
}
@media (max-width: 900px) {
  .home .connected-trigger {
    bottom: 86px;
  }
}
@media (max-width: 600px) {
  .home .connected-trigger {
    bottom: 168px;
  }
}
.home .connected-trigger.fsStateEditable {
  bottom: 300px;
}
.home .connected-trigger:hover {
  background: #0606af;
}
.home .connected-trigger > header {
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.home .nav-status {
  cursor: pointer;
  display: block;
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  height: 4px;
  width: 18px;
}
.home .nav-status:before, .home .nav-status:after {
  background: #fff;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home .nav-status:after {
  -ms-transform-origin: center;
  transform-origin: center;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content-active .nav-status:before, .content-active .nav-status:after {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.home .stay-connected {
  background: rgba(19, 41, 61, 0.8);
  position: absolute;
  height: 100%;
  height: calc(100% - 43px - 54px);
  width: 100%;
  top: 100%;
  transition: top .5s;
}
@media (max-width: 900px) {
  .home .stay-connected {
    height: calc(100% - 145px);
  }
}
@media (max-width: 600px) {
  .home .stay-connected {
    height: calc(100% - 248px);
  }
}
.content-active .stay-connected {
  top: 54px;
  transition: top .5s;
}
@media (max-width: 600px) {
  .content-active .stay-connected {
    top: 80px;
  }
}
.home .stay-connected > .fsElementContent {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .home .stay-connected > .fsElementContent {
    top: 0;
    -ms-transform: none;
    transform: none;
    overflow-y: scroll;
    height: 100%;
    padding: 20px;
    padding-bottom: 60px;
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  .home .stay-connected > .fsElementContent {
    top: 0;
    -ms-transform: none;
    transform: none;
    overflow-y: scroll;
    height: 100%;
    padding: 20px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.home .stay-connected > .fsElementContent > .fsElement {
  display: block;
  float: left;
  width: 33.3333333333%;
  padding: 0 10px;
}
@media (max-width: 900px) {
  .home .stay-connected > .fsElementContent > .fsElement {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.home .stay-connected > .fsElementContent > .fsElement .fsElementTitle {
  display: inline-block;
  color: #fff;
  border-bottom: 2px solid #00a4e4;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .home .stay-connected > .fsElementContent > .fsElement .fsElementTitle {
    font-size: 32px;
  }
}
.home .stay-connected > .fsElementContent > .fsElement .fsElementTitle:before {
  font-family: "center-icons";
  content: "\EA0B";
  margin-right: 10px;
  font-size: 24px;
}
.home .fsCalendar.fsList article {
  overflow: hidden;
}
.home .fsCalendar.fsList .fsTitle a {
  display: block;
  font-weight: 600;
  color: #FFD046;
}
.home .fsCalendar.fsList .fsTitle a:hover {
  color: #ffdd79;
}
.home .fsCalendar.fsList .fsDate {
  border-left: 4px solid #FFD046;
}
.home .fsCalendar.fsList .fsEventDetails,
.home .fsCalendar.fsList .fsReadMoreLink,
.home .fsCalendar.fsList .fsLocation {
  font-size: 14px;
  color: #fff;
}
.home .fsNews.fsList .fsSummary p,
.home .fsNews.fsList .fsReadMoreLink {
  color: #fff;
}
.home .fsNews.fsList .fsTitle {
  font-weight: 600;
}
.home .fsNews.fsList .fsTitle a {
  color: #FFD046;
}
.home .fsNews.fsList .fsTitle a:hover {
  color: #ffdd79;
}
.home .fsNews.fsList .fsReadMoreLink {
  color: #FFD046;
}
.home .fsNews.fsList .fsReadMoreLink:hover {
  color: #ffdd79;
}
.home .fsNews.fsList .fsElementTitle:before {
  content: "\EA0C" !important;
}
.home .fsTwitter .fsElementTitle:before {
  content: "\EA09" !important;
}

.fsSection286 {
  /*=========================*/
  /* M1                      */
  /*=========================*/
  /*=========================*/
  /* M2                      */
  /*=========================*/
  /*=========================*/
  /* M4                      */
  /*=========================*/
  /*=========================*/
  /* M5                      */
  /*=========================*/
  /*=========================*/
  /* M5 .8                   */
  /*=========================*/
}
.fsSection286 .fsCalendar.fsList .fsDate {
  border-color: #DA2C38;
}
.fsSection286 .fsCalendar.fsList .fsTitle a,
.fsSection286 .callout,
.fsSection286 .fs_style_26,
.fsSection286 .fsNews .fsTitle a,
.fsSection286 .drawer .top-search form.gsc-search-box-tools td.gsc-search-button:after {
  color: #DA2C38;
}
.fsSection286 .nav-sub ul.fsNavLevel2 > li.fsNavCurrentPage > a,
.fsSection286 .nav-sub ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > a,
.fsSection286 .outline-button,
.fsSection286 .fs_style_24 {
  border-color: #DA2C38;
  color: #DA2C38;
}
.fsSection286 .content-button,
.fsSection286 .fs_style_23,
.fsSection286 .landing-nav,
.fsSection286 .drawer .top-search,
.fsSection286 .nav-sub li.fsNavCurrentPageAncestor > a:hover {
  background-color: #DA2C38;
}
.fsSection286 #fsHeader form.gsc-search-box-tools input.gsc-input {
  background: #DA2C38 !important;
}
.fsSection286 blockquote, .fsSection286 .side-quote,
.fsSection286 .quote,
.fsSection286 .side-quote {
  border-color: #DA2C38;
}
.fsSection286 blockquote strong, .fsSection286 .side-quote strong,
.fsSection286 .quote strong,
.fsSection286 .side-quote strong {
  color: #DA2C38;
}
.fsSection286 .logo > .fsElementContent > a,
.fsSection286 .fsTabs .fsTabsNav li.fsStateSelected a,
.fsSection286 .fsTabs .fsTabsNav li a:hover,
.fsSection286 .fsAccordion .fsPanel > header:hover,
.fsSection286 .fsAccordion .fsPanel.fsStateOpen > header {
  background-color: #276FBF;
}
.fsSection286 .nav-sub .fsNavLevel2 > li > a:hover,
.fsSection286 a:hover {
  color: #276FBF;
}
@media (max-width: 600px) {
  .fsSection286 .logo > .fsElementContent > a {
    background-color: transparent;
  }
}
.fsSection286 .utility-container {
  border-color: #98C1D9;
}
.fsSection286 a,
.fsSection286 #fsHeader .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
.fsSection286 #fsHeader .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
.fsSection286 #fsHeader .nav-main nav ul.fsNavLevel1 > li:hover > a,
.fsSection286 #fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo a:hover,
.fsSection286 .footer-address li:after,
.fsSection286 .footer-social a:hover:after,
.fsSection286 .drawer .nav-main ul.fsNavLevel1 > li.fsNavCurrentPage > a,
.fsSection286 .drawer .nav-main ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
.fsSection286 #fsHeader .utility-container .nav-util ul.fsNavLevel1 > li > a:hover {
  color: #98C1D9;
}
.fsSection286 h1,
.fsSection286 h2,
.fsSection286 h3,
.fsSection286 h4,
.fsSection286 h5,
.fsSection286 h6 {
  color: #033F63;
}
.fsSection286 #fsHeader .nav-container,
.fsSection286 .fsTabs .fsTabsNav li a,
.fsSection286 .fsAccordion .fsPanel > header,
.fsSection286 .nav-sub li.fsNavCurrentPageAncestor > a,
.fsSection286 #fsFooter,
.fsSection286 .drawer,
.fsSection286 .fsElement.table-styled table tr:first-child td {
  background: #033F63;
}

.fsSection287 {
  /*=========================*/
  /* M1                      */
  /*=========================*/
  /*=========================*/
  /* M2                      */
  /*=========================*/
  /*=========================*/
  /* M4                      */
  /*=========================*/
  /*=========================*/
  /* M5                      */
  /*=========================*/
  /*=========================*/
  /* M5 .8                   */
  /*=========================*/
}
.fsSection287 .fsCalendar.fsList .fsDate {
  border-color: #392B58;
}
.fsSection287 .fsCalendar.fsList .fsTitle a,
.fsSection287 .callout,
.fsSection287 .fs_style_26,
.fsSection287 .fsNews .fsTitle a,
.fsSection287 .drawer .top-search form.gsc-search-box-tools td.gsc-search-button:after {
  color: #392B58;
}
.fsSection287 .nav-sub ul.fsNavLevel2 > li.fsNavCurrentPage > a,
.fsSection287 .nav-sub ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > a,
.fsSection287 .outline-button,
.fsSection287 .fs_style_24 {
  border-color: #392B58;
  color: #392B58;
}
.fsSection287 .content-button,
.fsSection287 .fs_style_23,
.fsSection287 .landing-nav,
.fsSection287 .drawer .top-search,
.fsSection287 .nav-sub li.fsNavCurrentPageAncestor > a:hover {
  background-color: #392B58;
}
.fsSection287 #fsHeader form.gsc-search-box-tools input.gsc-input {
  background: #392B58 !important;
}
.fsSection287 blockquote, .fsSection287 .side-quote,
.fsSection287 .quote,
.fsSection287 .side-quote {
  border-color: #392B58;
}
.fsSection287 blockquote strong, .fsSection287 .side-quote strong,
.fsSection287 .quote strong,
.fsSection287 .side-quote strong {
  color: #392B58;
}
.fsSection287 .logo > .fsElementContent > a,
.fsSection287 .fsTabs .fsTabsNav li.fsStateSelected a,
.fsSection287 .fsTabs .fsTabsNav li a:hover,
.fsSection287 .fsAccordion .fsPanel > header:hover,
.fsSection287 .fsAccordion .fsPanel.fsStateOpen > header {
  background-color: #645E9D;
}
.fsSection287 .nav-sub .fsNavLevel2 > li > a:hover,
.fsSection287 a:hover {
  color: #645E9D;
}
@media (max-width: 600px) {
  .fsSection287 .logo > .fsElementContent > a {
    background-color: transparent;
  }
}
.fsSection287 .utility-container {
  border-color: #B1C6CE;
}
.fsSection287 a,
.fsSection287 #fsHeader .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
.fsSection287 #fsHeader .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
.fsSection287 #fsHeader .nav-main nav ul.fsNavLevel1 > li:hover > a,
.fsSection287 #fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo a:hover,
.fsSection287 .footer-address li:after,
.fsSection287 .footer-social a:hover:after,
.fsSection287 .drawer .nav-main ul.fsNavLevel1 > li.fsNavCurrentPage > a,
.fsSection287 .drawer .nav-main ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
.fsSection287 #fsHeader .utility-container .nav-util ul.fsNavLevel1 > li > a:hover {
  color: #B1C6CE;
}
.fsSection287 h1,
.fsSection287 h2,
.fsSection287 h3,
.fsSection287 h4,
.fsSection287 h5,
.fsSection287 h6 {
  color: #353535;
}
.fsSection287 #fsHeader .nav-container,
.fsSection287 .fsTabs .fsTabsNav li a,
.fsSection287 .fsAccordion .fsPanel > header,
.fsSection287 .nav-sub li.fsNavCurrentPageAncestor > a,
.fsSection287 #fsFooter,
.fsSection287 .drawer,
.fsSection287 .fsElement.table-styled table tr:first-child td {
  background: #353535;
}
.fsSection287 .utility-container {
  border-top: 0;
}

.fsSection288 {
  /*=========================*/
  /* M1                      */
  /*=========================*/
  /*=========================*/
  /* M2                      */
  /*=========================*/
  /*=========================*/
  /* M4                      */
  /*=========================*/
  /*=========================*/
  /* M5                      */
  /*=========================*/
  /*=========================*/
  /* M5 .8                   */
  /*=========================*/
}
.fsSection288 .fsCalendar.fsList .fsDate {
  border-color: #FBB13C;
}
.fsSection288 .fsCalendar.fsList .fsTitle a,
.fsSection288 .callout,
.fsSection288 .fs_style_26,
.fsSection288 .fsNews .fsTitle a,
.fsSection288 .drawer .top-search form.gsc-search-box-tools td.gsc-search-button:after {
  color: #FBB13C;
}
.fsSection288 .nav-sub ul.fsNavLevel2 > li.fsNavCurrentPage > a,
.fsSection288 .nav-sub ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > a,
.fsSection288 .outline-button,
.fsSection288 .fs_style_24 {
  border-color: #FBB13C;
  color: #FBB13C;
}
.fsSection288 .content-button,
.fsSection288 .fs_style_23,
.fsSection288 .landing-nav,
.fsSection288 .drawer .top-search,
.fsSection288 .nav-sub li.fsNavCurrentPageAncestor > a:hover {
  background-color: #FBB13C;
}
.fsSection288 #fsHeader form.gsc-search-box-tools input.gsc-input {
  background: #FBB13C !important;
}
.fsSection288 blockquote, .fsSection288 .side-quote,
.fsSection288 .quote,
.fsSection288 .side-quote {
  border-color: #FBB13C;
}
.fsSection288 blockquote strong, .fsSection288 .side-quote strong,
.fsSection288 .quote strong,
.fsSection288 .side-quote strong {
  color: #FBB13C;
}
.fsSection288 .logo > .fsElementContent > a,
.fsSection288 .fsTabs .fsTabsNav li.fsStateSelected a,
.fsSection288 .fsTabs .fsTabsNav li a:hover,
.fsSection288 .fsAccordion .fsPanel > header:hover,
.fsSection288 .fsAccordion .fsPanel.fsStateOpen > header {
  background-color: #C32F27;
}
.fsSection288 .nav-sub .fsNavLevel2 > li > a:hover,
.fsSection288 a:hover {
  color: #C32F27;
}
@media (max-width: 600px) {
  .fsSection288 .logo > .fsElementContent > a {
    background-color: transparent;
  }
}
.fsSection288 .utility-container {
  border-color: #C32F27;
}
.fsSection288 a,
.fsSection288 #fsHeader .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
.fsSection288 #fsHeader .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
.fsSection288 #fsHeader .nav-main nav ul.fsNavLevel1 > li:hover > a,
.fsSection288 #fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo a:hover,
.fsSection288 .footer-address li:after,
.fsSection288 .footer-social a:hover:after,
.fsSection288 .drawer .nav-main ul.fsNavLevel1 > li.fsNavCurrentPage > a,
.fsSection288 .drawer .nav-main ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
.fsSection288 #fsHeader .utility-container .nav-util ul.fsNavLevel1 > li > a:hover {
  color: #C32F27;
}
.fsSection288 h1,
.fsSection288 h2,
.fsSection288 h3,
.fsSection288 h4,
.fsSection288 h5,
.fsSection288 h6 {
  color: #2E282A;
}
.fsSection288 #fsHeader .nav-container,
.fsSection288 .fsTabs .fsTabsNav li a,
.fsSection288 .fsAccordion .fsPanel > header,
.fsSection288 .nav-sub li.fsNavCurrentPageAncestor > a,
.fsSection288 #fsFooter,
.fsSection288 .drawer,
.fsSection288 .fsElement.table-styled table tr:first-child td {
  background: rgba(46, 40, 42, 0.8);
}

.fsSection289 {
  /*=========================*/
  /* M1                      */
  /*=========================*/
  /*=========================*/
  /* M2                      */
  /*=========================*/
  /*=========================*/
  /* M4                      */
  /*=========================*/
  /*=========================*/
  /* M5                      */
  /*=========================*/
  /*=========================*/
  /* M5 .8                   */
  /*=========================*/
}
.fsSection289 .fsCalendar.fsList .fsDate {
  border-color: #3D5A80;
}
.fsSection289 .fsCalendar.fsList .fsTitle a,
.fsSection289 .callout,
.fsSection289 .fs_style_26,
.fsSection289 .fsNews .fsTitle a,
.fsSection289 .drawer .top-search form.gsc-search-box-tools td.gsc-search-button:after {
  color: #3D5A80;
}
.fsSection289 .nav-sub ul.fsNavLevel2 > li.fsNavCurrentPage > a,
.fsSection289 .nav-sub ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > a,
.fsSection289 .outline-button,
.fsSection289 .fs_style_24 {
  border-color: #3D5A80;
  color: #3D5A80;
}
.fsSection289 .content-button,
.fsSection289 .fs_style_23,
.fsSection289 .landing-nav,
.fsSection289 .drawer .top-search,
.fsSection289 .nav-sub li.fsNavCurrentPageAncestor > a:hover {
  background-color: #3D5A80;
}
.fsSection289 #fsHeader form.gsc-search-box-tools input.gsc-input {
  background: #3D5A80 !important;
}
.fsSection289 blockquote, .fsSection289 .side-quote,
.fsSection289 .quote,
.fsSection289 .side-quote {
  border-color: #3D5A80;
}
.fsSection289 blockquote strong, .fsSection289 .side-quote strong,
.fsSection289 .quote strong,
.fsSection289 .side-quote strong {
  color: #3D5A80;
}
.fsSection289 .logo > .fsElementContent > a,
.fsSection289 .fsTabs .fsTabsNav li.fsStateSelected a,
.fsSection289 .fsTabs .fsTabsNav li a:hover,
.fsSection289 .fsAccordion .fsPanel > header:hover,
.fsSection289 .fsAccordion .fsPanel.fsStateOpen > header {
  background-color: #DA2C38;
}
.fsSection289 .nav-sub .fsNavLevel2 > li > a:hover,
.fsSection289 a:hover {
  color: #DA2C38;
}
@media (max-width: 600px) {
  .fsSection289 .logo > .fsElementContent > a {
    background-color: transparent;
  }
}
.fsSection289 .utility-container {
  border-color: #98C1D9;
}
.fsSection289 a,
.fsSection289 #fsHeader .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
.fsSection289 #fsHeader .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
.fsSection289 #fsHeader .nav-main nav ul.fsNavLevel1 > li:hover > a,
.fsSection289 #fsHeader .nav-main ul.fsNavLevel1 > li .fsNavPageInfo a:hover,
.fsSection289 .footer-address li:after,
.fsSection289 .footer-social a:hover:after,
.fsSection289 .drawer .nav-main ul.fsNavLevel1 > li.fsNavCurrentPage > a,
.fsSection289 .drawer .nav-main ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
.fsSection289 #fsHeader .utility-container .nav-util ul.fsNavLevel1 > li > a:hover {
  color: #98C1D9;
}
.fsSection289 h1,
.fsSection289 h2,
.fsSection289 h3,
.fsSection289 h4,
.fsSection289 h5,
.fsSection289 h6 {
  color: #033F63;
}
.fsSection289 #fsHeader .nav-container,
.fsSection289 .fsTabs .fsTabsNav li a,
.fsSection289 .fsAccordion .fsPanel > header,
.fsSection289 .nav-sub li.fsNavCurrentPageAncestor > a,
.fsSection289 #fsFooter,
.fsSection289 .drawer,
.fsSection289 .fsElement.table-styled table tr:first-child td {
  background: #033F63;
}
