 /**
 *
 * Garrison Forest School, Inc. - default_15
 * @link http://www.gfs.org/
 * Built By: Stephen Petrus
 * Project Manager: Katy Kos
 * Designer: Natalie Sequeira 
 *
 */

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! normalize.css v3.0.1 | 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,
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: 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;
}

/*! helpers - functions v0.0.1 */
/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  background: rgba(199, 199, 199, 0.95);
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-nav {
  display: none;
}

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.nivo-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 0;
  display: block !important;
  height: 50px;
  font-size: 0;
  padding: 0 23px;
  color: #00529b;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}
.nivo-lightbox-close:hover {
  background: none;
  color: #ffffff;
}
.nivo-lightbox-close:before {
  content: '\e90e';
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 46px;
  height: 46px;
}

.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.33333em;
  margin-left: 1.33333em;
}

.margin-x-2x {
  margin-right: 2.66667em;
  margin-left: 2.66667em;
}

.margin-y {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
}

.margin-y-2x {
  margin-top: 2.66667em;
  margin-bottom: 2.66667em;
}

.padding-x {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
}

.padding-x-2x {
  padding-right: 2.66667em;
  padding-left: 2.66667em;
}

.padding-y {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
}

.padding-y-2x {
  padding-top: 2.66667em;
  padding-bottom: 2.66667em;
}

.stretch-container {
  margin-right: -1.33333em;
  margin-left: -1.33333em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default_15/fonts/icomoon.eot");
  src: url("/uploaded/themes/default_15/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_15/fonts/icomoon.woff2") format("woff2"), url("/uploaded/themes/default_15/fonts/icomoon.woff") format("woff"), url("/uploaded/themes/default_15/fonts/icomoon.ttf") format("truetype"), url("/uploaded/themes/default_15/fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 11px;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 7px;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 6px;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 6px;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #00529b;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
a:hover {
  color: #9f91c5;
}

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

table.fs_style_25, table.fs_style_26 {
  margin-bottom: 1.33333em;
  width: 100%;
}
table.fs_style_25 tr td, table.fs_style_26 tr td {
  font-size: 14px;
  border: 0;
  background-color: #f9f9f9;
  padding: 12px 20px 11px;
  text-align: left;
  vertical-align: top;
}
table.fs_style_25 tr:first-of-type td:first-of-type, table.fs_style_26 tr:first-of-type td:first-of-type {
  border-radius: 6px 0 0 0;
}
table.fs_style_25 tr:first-of-type td:last-of-type, table.fs_style_26 tr:first-of-type td:last-of-type {
  border-radius: 0 6px 0 0;
}
table.fs_style_25 tr:last-of-type td:first-of-type, table.fs_style_26 tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 6px;
}
table.fs_style_25 tr:last-of-type td:last-of-type, table.fs_style_26 tr:last-of-type td:last-of-type {
  border-radius: 0 0 6px 0;
}
table.fs_style_25 tr:nth-child(odd) td {
  background-color: #ececec;
}
table.fs_style_26 tr:nth-child(even) td {
  background-color: #ececec;
}
table.fs_style_26 tr:first-of-type td {
  background-color: #9f91c5;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

/*! content - buttons v0.0.1 */
.button {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #c9dcf2;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
}
.button:hover {
  background: #b4cfed;
  color: #fff;
}
.button em {
  font-style: normal;
}

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #c9dcf2;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
}
.fs_style_32:hover {
  background: #b4cfed;
  color: #fff;
}
.fs_style_32 em {
  font-style: normal;
}

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #9f91c5;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
}
.fs_style_33:hover {
  background: #9080bc;
  color: #fff;
}
.fs_style_33 em {
  font-style: normal;
}

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #00529b;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
}
.fs_style_34:hover {
  background: #004582;
  color: #fff;
}
.fs_style_34 em {
  font-style: normal;
}

.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #e3eba2;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
}
.fs_style_35:hover {
  background: #dde68d;
  color: #fff;
}
.fs_style_35 em {
  font-style: normal;
}

.fs_style_36 {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #898989;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
}
.fs_style_36:hover {
  background: #7c7c7c;
  color: #fff;
}
.fs_style_36 em {
  font-style: normal;
}

.fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 8px 34px 9px;
  background: rgba(54, 54, 54, 0.6);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-radius: 40px;
  text-decoration: none;
}
.fs_style_37:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #00529b;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.fs_style_37 em {
  font-style: normal;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_24 {
  font-size: 20px;
  line-height: 30px;
  color: #a1a1a1;
  font-family: "Montserrat", sans-serif;
}

blockquote,
.fs_style_27 {
  position: relative;
  margin: 20px 0;
  padding: 29px 19px 20px;
  border: 3px solid #e3eba2;
  border-radius: 10px;
}

@media (min-width: 800px) {
  .fsBanner blockquote,
  .fsBanner .fs_style_27 {
    margin-right: -20px;
  }
}

cite,
.fs_style_28 {
  display: block;
  margin: 14px 0 14px;
  font-style: normal;
  color: #a1a1a1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.callout,
.fs_style_29 {
  padding: 0 17px;
  color: #9f91c5;
  font-size: 20px;
  line-height: 27px;
  font-family: "Montserrat", sans-serif;
  border-left: 3px solid rgba(159, 145, 197, 0.2);
}
.callout.left, .callout.fs_style_30,
.fs_style_29.left,
.fs_style_29.fs_style_30 {
  float: left;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.left, .callout.fs_style_30,
  .fs_style_29.left,
  .fs_style_29.fs_style_30 {
    max-width: 260px;
  }
}
.callout.right, .callout.fs_style_31,
.fs_style_29.right,
.fs_style_29.fs_style_31 {
  float: right;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.right, .callout.fs_style_31,
  .fs_style_29.right,
  .fs_style_29.fs_style_31 {
    max-width: 260px;
  }
}

/*! structure - header v0.0.1 */
#fsHeader {
  background-color: #ffffff;
  padding: 0;
}

.header-top {
  padding: 0px 0px 0px;
}
@media (min-width: 1000px) {
  .header-top {
    max-height: 142px;
    padding: 22px 20px 10px;
  }
}
.header-top > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  zoom: 1;
}
.header-top > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
.header-top .fsSearch {
  float: right;
}

.header-bottom .nav-main {
  background-color: #00529b;
}

.fsHasPageHero .header-bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}
.fsHasPageHero .header-bottom .nav-main {
  background-color: rgba(0, 82, 155, 0.95);
}

body.fsDraftMode .header-bottom,
body.fsComposeMode .header-bottom {
  position: static;
}

.header-top-utils {
  zoom: 1;
  position: relative;
  background-color: #00529b;
  padding: 0px 20px 0px;
  height: 40px;
}
.header-top-utils:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 1000px) {
  .header-top-utils {
    height: auto;
    padding: 0;
    float: right;
    background-color: transparent;
  }
}

html.off-canvas-open .header-top-utils {
  z-index: 1000;
}

.nav-const,
.nav-quicklinks,
.header-search.fsSearch.site-search {
  float: right;
  margin-left: 3px;
}
.nav-const > header,
.nav-quicklinks > header,
.header-search.fsSearch.site-search > header {
  height: 30px;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 299px) {
  .nav-const > header,
  .nav-quicklinks > header,
  .header-search.fsSearch.site-search > header {
    padding-left: 10px;
  }
}
.nav-const > header:before,
.nav-quicklinks > header:before,
.header-search.fsSearch.site-search > header:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 40px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  color: #cdcdcd;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 299px) {
  .nav-const > header:before,
  .nav-quicklinks > header:before,
  .header-search.fsSearch.site-search > header:before {
    display: none;
  }
}
@media (min-width: 1000px) {
  .nav-const > header:before,
  .nav-quicklinks > header:before,
  .header-search.fsSearch.site-search > header:before {
    color: #a4a4a4;
    height: 30px;
    line-height: 30px;
  }
}
.nav-const .fsElementTitle,
.nav-quicklinks .fsElementTitle,
.header-search.fsSearch.site-search .fsElementTitle {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #a4a4a4;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav-const .fsElementContent a,
.nav-quicklinks .fsElementContent a,
.header-search.fsSearch.site-search .fsElementContent a {
  display: block;
}

.nav-quicklinks > header:before {
  content: '\f0c1';
  font-size: 14px;
}

.header-search.fsSearch.site-search {
  display: none;
  position: relative;
}
@media (min-width: 1000px) {
  .header-search.fsSearch.site-search {
    display: block;
  }
}
.header-search.fsSearch.site-search > header {
  padding-right: 0;
}
.header-search.fsSearch.site-search > header:before {
  content: '\f002';
  font-size: 13px;
}
.header-search.fsSearch.site-search:hover header:before,
.header-search.fsSearch.site-search:hover .fsElementTitle, .header-search.fsSearch.site-search.active header:before,
.header-search.fsSearch.site-search.active .fsElementTitle {
  color: #c2c98b;
}
.header-search.fsSearch.site-search.active .fsElementContent {
  top: 100%;
  opacity: 1;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease, top 0.3s ease-out;
  transition: opacity 0.3s ease, top 0.3s ease-out;
}
.header-search.fsSearch.site-search .fsElementContent {
  position: absolute;
  display: block;
  top: 50px;
  right: 0;
  z-index: -9999;
  padding: 10px 10px 14px;
  background-color: #e3eba2;
  height: 37px;
  border-radius: 20px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 30px;
  padding-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, top 0.3s ease, z-index 0.3s ease 0.3s;
  transition: opacity 0.3s ease, top 0.3s ease, z-index 0.3s ease 0.3s;
}
.header-search.fsSearch.site-search .fsElementContent:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  display: block;
  width: 22px;
  height: 37px;
  left: 0px;
  font-size: 12px;
  padding-top: 8px;
  padding-left: 9px;
}

.header-description {
  float: right;
  clear: right;
  color: #00539b;
  text-align: right;
  max-width: 350px;
  padding-top: 15px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.6px;
  display: none;
}
@media (min-width: 1000px) {
  .header-description {
    display: block;
  }
}

@media (max-width: 999px) {
  .off-canvas-open .header-dropdown > header {
    opacity: 0.4;
  }
  .off-canvas-open .header-dropdown > header:hover:before,
  .off-canvas-open .header-dropdown > header:hover .fsElementTitle {
    color: #cdcdcd;
  }
}
@media (min-width: 1000px) {
  .header-dropdown {
    position: relative;
  }
}
.header-dropdown > header {
  height: 40px;
  line-height: 40px;
}
@media (min-width: 1000px) {
  .header-dropdown > header {
    height: auto;
    line-height: 30px;
  }
}
.header-dropdown .fsElementTitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  cursor: default;
  margin-bottom: 0;
  line-height: 40px;
  height: 40px;
}
@media (min-width: 600px) {
  .header-dropdown .fsElementTitle {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  .header-dropdown .fsElementTitle {
    color: #a4a4a4;
    height: auto;
    line-height: 30px;
  }
}
.header-dropdown .fsElementContent {
  position: absolute;
  width: 300px;
  z-index: -9999;
  opacity: 0;
  top: 48px;
  background-color: #e3eba2;
  -webkit-transition: opacity 0.3s ease, top 0.3s ease, z-index 0.3s ease 0.3s;
  transition: opacity 0.3s ease, top 0.3s ease, z-index 0.3s ease 0.3s;
  right: 0;
}
@media (min-width: 1000px) {
  .header-dropdown .fsElementContent {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
    right: auto;
    width: 200px;
    border-radius: 3px;
  }
}
@media (max-width: 479px) {
  .header-dropdown .fsElementContent {
    width: 100%;
  }
}
.header-dropdown nav ul {
  list-style: none;
  list-style-type: none;
  padding: 10px 0 20px;
  margin: 0;
}
.header-dropdown li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1000px) {
  .header-dropdown li {
    border-bottom: 0;
  }
}
.header-dropdown li a {
  color: #727272;
  font-family: "Montserrat", sans-serif;
  padding: 5px 20px 5px 20px;
  font-size: 16px;
}
@media (min-width: 1000px) {
  .header-dropdown li a {
    padding: 5px 20px 5px 20px;
  }
}
.header-dropdown li a:hover {
  color: #00529b;
}
.header-dropdown.active header:before,
.header-dropdown.active .fsElementTitle {
  color: #c2c98b;
}
@media (max-width: 999px) {
  .header-dropdown.active .fsElementContent {
    top: 100%;
    z-index: 2000;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    right: 0;
  }
}
.header-dropdown:hover header:before,
.header-dropdown:hover .fsElementTitle {
  color: #c2c98b;
}
@media (min-width: 1000px) {
  .header-dropdown:hover .fsElementContent {
    top: 100%;
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, top 0.3s ease-out;
    transition: opacity 0.3s ease, top 0.3s ease-out;
  }
}

.site-info-container {
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clear: both;
  text-align: center;
}
@media (min-width: 1000px) {
  .site-info-container {
    float: left;
    padding-right: 40px;
    max-width: calc(100% - 350px);
    clear: none;
  }
}
.site-info-container a {
  display: block;
  color: transparent;
  padding: 18px 18px 5px;
}
@media (min-width: 1000px) {
  .site-info-container a {
    padding: 6px 0 8px;
  }
}
.site-info-container a img {
  max-width: 450px;
  width: 100%;
}
@media (min-width: 1000px) {
  .site-info-container a img {
    max-width: 100%;
    width: auto;
  }
}
.site-info-container a:hover {
  color: transparent;
}
.site-info-container footer {
  text-align: center;
  padding: 0px 0px 17px;
}
@media (min-width: 320px) {
  .site-info-container footer {
    padding: 0px 80px 17px;
  }
}
@media (min-width: 1000px) {
  .site-info-container footer {
    padding: 10px 0 0 0;
  }
}
.site-info-container footer .fsElementFooterContent {
  max-width: 160px;
  margin: 0 auto;
}
@media (min-width: 320px) {
  .site-info-container footer .fsElementFooterContent {
    max-width: 250px;
  }
}
@media (min-width: 1000px) {
  .site-info-container footer .fsElementFooterContent {
    max-width: none;
    margin: 0;
  }
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 51px 20px 20px;
  text-align: center;
  color: #fff;
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}

@media (min-width: 900px) {
  .footer-contact {
    text-align: left;
  }
}
.footer-contact .fsElementTitle {
  color: #00539b;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 4px;
}
.footer-contact .fsElementContent {
  color: #424242;
}

@media (min-width: 900px) {
  .footer-social {
    text-align: left;
  }
}
.footer-social nav, .footer-social nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social nav li {
  margin: 0;
  padding: 0;
}
.footer-social nav li {
  display: inline-block;
  margin-right: 9px;
}
.footer-social ul {
  zoom: 1;
}
.footer-social ul:after {
  display: table;
  clear: both;
  content: '';
}
.footer-social a {
  font-size: 0;
  color: transparent;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.footer-social a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-size: 33px;
  line-height: 33px;
  color: #9f91c5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-social a:hover:before {
  color: #9080bc;
}
.footer-social a[href*='facebook']:before {
  content: '\e902';
}
.footer-social a[href*='twitter']:before {
  content: '\e901';
}
.footer-social a[href*='instagram']:before {
  content: '\e900';
}
.footer-social a[href*='youtube']:before {
  content: '\e90c';
}

.footer-quicklinks {
  padding-top: 3px;
  text-align: center;
}
@media (min-width: 480px) {
  .footer-quicklinks {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .footer-quicklinks {
    max-width: none;
    margin: 0;
  }
}
.footer-quicklinks ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.footer-quicklinks ul:after {
  display: table;
  clear: both;
  content: '';
}
.footer-quicklinks li {
  list-style: none;
  list-style-type: none;
  display: block;
  padding-bottom: 8px;
  vertical-align: top;
}
@media (min-width: 480px) {
  .footer-quicklinks li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 480px) {
  .footer-quicklinks li {
    padding-left: 10%;
  }
}
@media (min-width: 900px) {
  .footer-quicklinks li {
    padding-left: 0;
  }
}
.footer-quicklinks a {
  text-transform: uppercase;
  color: #424242;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.footer-quicklinks a:hover {
  color: #9f91c5;
}

.footer-description {
  padding-top: 9px;
}
.footer-description > header {
  padding-bottom: 17px;
}
@media (min-width: 900px) {
  .footer-description > header {
    text-align: left;
  }
}
.footer-description > header img {
  width: 344px;
}
.footer-description .fsElementContent {
  color: #00539b;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .footer-description .fsElementContent {
    text-align: left;
    max-width: none;
  }
}
.footer-description .fsElementFooterContent {
  text-align: right;
}
.footer-description .fsElementFooterContent img {
  opacity: 0.4;
  margin-left: 22px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-description .fsElementFooterContent img:hover {
  opacity: 0.6;
}

.school-details {
  margin-bottom: 20px;
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 6px;
}
.school-details [itemprop='address'] span {
  display: block;
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
.school-details [itemprop='telephone'] {
  display: inline-block;
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details a {
  color: inherit;
}
.school-details span {
  display: inline-block;
  margin-bottom: 4px;
}

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

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

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

body {
  font-size: 15px;
  line-height: 23px;
  color: #5c5c5c;
  overflow-x: hidden;
  position: relative;
}

#fsPageWrapper {
  overflow: hidden;
  position: relative;
}

#fsPageBodyWrapper {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}

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

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 72.88136% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 74.57627% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 47.45763% !important;
  }
}

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

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

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

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

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

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

#fsPoweredByFinalsite {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: none;
}
@media (min-width: 900px) {
  #fsPoweredByFinalsite {
    bottom: 20px;
  }
}

#fsFooter #fsPoweredByFinalsite {
  display: block;
}

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
}

/*! navigation - main v0.0.1 */
.nav-main {
  position: relative;
}
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 1000px) {
  #fsHeader .nav-main {
    display: block;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
.nav-main .fsNavLevel1 {
  position: static;
}
@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    position: static;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-main .fsNavLevel1 > li:hover > a {
  color: #c9ddf2;
}
.nav-main .fsNavLevel1 > li > a {
  padding: 0;
  color: #fff;
  display: block;
  line-height: 50px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.nav-main .fsNavLevel1 > li > a:hover {
  color: #c9ddf2;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #c9dcf2;
}

.fsBanner .nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  display: none;
  width: 14.66667em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: rgba(159, 145, 197, 0.93);
  text-align: left;
  padding-top: 40px;
  padding-bottom: 61px;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1000px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.fsBanner .nav-main .fsNavPageInfoInner {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.fsBanner .nav-main .fsNavPageDescription {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 250px;
  padding-right: 60px;
  color: #ffffff;
}
.fsBanner .nav-main .fsNavPageDescription h1, .fsBanner .nav-main .fsNavPageDescription h2, .fsBanner .nav-main .fsNavPageDescription h3, .fsBanner .nav-main .fsNavPageDescription h4, .fsBanner .nav-main .fsNavPageDescription h5, .fsBanner .nav-main .fsNavPageDescription h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #00529b;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.fsBanner .nav-main .fsNavPageThumbnail {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  max-width: 250px;
  padding-top: 4px;
}
.fsBanner .nav-main .fsNavPageThumbnail img {
  display: block;
  border-radius: 5px;
}
.fsBanner .nav-main .fsNavLevel2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  padding: 0;
  max-width: 42.3729%;
}
.fsBanner .nav-main .fsNavLevel2 > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.fsBanner .nav-main .fsNavLevel2 li.fsNavCurrentPage > a, .fsBanner .nav-main .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
  color: #c9dcf2;
}
.fsBanner .nav-main .fsNavLevel2 a {
  padding: 0 20px 13px 0;
  color: #ffffff;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.fsBanner .nav-main .fsNavLevel2 a:hover {
  color: #00529b;
}

#fsHeader .fsNavLevel2 > li > .fsNavPageInfo {
  display: none;
}

.off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(175, 176, 178, 0.2);
  display: none;
  z-index: 999;
}
.off-canvas-open .off-canvas-overlay {
  display: block;
}

.off-canvas {
  z-index: 10000;
  bottom: 0;
  height: auto !important;
  min-height: 100% !important;
}
@media (max-width: 479px) {
  .off-canvas {
    width: 100% !important;
    min-width: 100% !important;
  }
}

.off-canvas-open .multilevelpushmenu_wrapper {
  overflow: visible;
}
@media (max-width: 479px) {
  .off-canvas-open .multilevelpushmenu_wrapper {
    width: 100% !important;
    min-width: 100% !important;
  }
}

.multilevelpushmenu_wrapper {
  position: absolute;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  top: 39px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: auto !important;
  margin: 0;
  padding: 0;
}
.multilevelpushmenu_wrapper .levelHolderClass.rtl {
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
}
.multilevelpushmenu_wrapper .levelHolderClass {
  position: absolute;
  top: 0;
  background-color: rgba(0, 82, 155, 0.97);
  width: auto;
  min-height: 100%;
  font-size: 1em;
  zoom: 1;
}
.multilevelpushmenu_wrapper .levelHolderClass .fsNavLevel1.nav-main {
  padding-top: 16px;
  padding-bottom: 25px;
  background: none;
  position: static;
}
.multilevelpushmenu_wrapper .levelHolderClass .fsNavLevel1.nav-main > li {
  border-bottom: 1px solid rgba(194, 194, 194, 0.4);
}
.multilevelpushmenu_wrapper .levelHolderClass .fsNavLevel1.nav-main > li:hover {
  background-color: #c9dcf2;
}
.multilevelpushmenu_wrapper .levelHolderClass .fsNavLevel1.nav-main > li:hover > a:after {
  color: #00529b !important;
}
.multilevelpushmenu_wrapper .levelHolderClass .fsNavLevel1.nav-main > li:hover > a em {
  color: #00529b;
}
.multilevelpushmenu_wrapper .levelHolderClass .fsNavLevel1.nav-main > li.fsNavParentPage > a {
  padding-right: 66px;
}
.multilevelpushmenu_wrapper .levelHolderClass .fsNavLevel1.nav-main > li.fsNavParentPage > a:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: '\f105';
  color: #ffffff;
  position: absolute;
  display: block;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  width: 15px;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.multilevelpushmenu_wrapper .levelHolderClass .fsNavLevel1.nav-main > li > a {
  text-align: left;
  display: block;
  outline: none;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding: 0;
  text-decoration: none;
  color: #212325;
  position: relative;
}
.multilevelpushmenu_wrapper .levelHolderClass .fsNavLevel1.nav-main > li > a em {
  display: block;
  padding: 7px 0 10px 36px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-style: normal;
}
.multilevelpushmenu_wrapper .levelHolderClass .fsNavLevel1.nav-main > li > a span {
  position: relative;
}
.multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass {
  z-index: 1000;
  top: 0;
}
.multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .fsNavLevel2 > a {
  background-color: #c9dcf2;
  line-height: normal;
  padding-top: 7px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: normal;
  color: #00529b;
}
.multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .fsNavLevel2 > a em {
  font-style: normal;
}
.multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .fsNavLevel2 > a span {
  display: inline;
  position: relative;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .fsNavLevel2 li {
  background-color: #004784;
  margin-bottom: 1px;
}
.multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .fsNavLevel2 li.fsNavCurrentPage > a {
  color: #ffffff;
}
.multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .fsNavLevel2 li a {
  text-transform: none;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .fsNavLevel2 li a:hover {
  color: #9f91c5;
}
.multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .fsNavLevel2 li.fsNavParentPage:hover a {
  background: none;
}
.multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .fsNavLevel2 li .fsNavLevel3 a {
  padding-top: 1px;
  padding-bottom: 9px;
  padding-left: 66px;
  font-size: 14px;
}
.multilevelpushmenu_wrapper .levelHolderClass > ul {
  display: block !important;
}
.multilevelpushmenu_wrapper .ltr {
  margin-left: -100%;
  left: 0;
  box-shadow: 5px 0 5px -5px #1f4164;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);
}
.multilevelpushmenu_wrapper .rtl {
  margin-right: -100%;
  right: 0;
  box-shadow: 5px 0 5px 5px #1f4164;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=270,strength=2);
}
.multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
  box-shadow: none;
}
.multilevelpushmenu_wrapper h2 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  color: #1f4164;
  padding: 0 .4em 0 .4em;
}
.multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  visibility: visible !important;
}
.multilevelpushmenu_wrapper li {
  cursor: pointer;
}
.multilevelpushmenu_wrapper a {
  text-align: left;
  display: block;
  outline: none;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  padding: 8px 30px 8px;
  text-decoration: none;
  color: #212325;
}
.multilevelpushmenu_wrapper a:hover {
  color: orange;
}
.multilevelpushmenu_wrapper .backItemClass {
  height: 86px;
  overflow: hidden;
  display: block;
  padding: 0;
  background: rgba(0, 88, 164, 0.97);
}
.multilevelpushmenu_wrapper .backItemClass a {
  line-height: normal;
  line-height: 20px;
  padding-top: 29px;
  padding-bottom: 37px;
  padding-left: 33px;
  font-size: 17px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
.multilevelpushmenu_wrapper .backItemClass a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: '\f105';
  color: #ffffff;
  display: inline-block;
  height: 20px;
  line-height: 17px;
  width: 15px;
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 20px;
  text-align: center;
}
.multilevelpushmenu_wrapper .floatRight {
  float: right;
}
.multilevelpushmenu_wrapper .floatLeft {
  float: left;
}
.multilevelpushmenu_wrapper .cursorPointer {
  cursor: pointer;
}
.multilevelpushmenu_wrapper .iconSpacing_ltr {
  padding: 0 .4em 0 0;
}
.multilevelpushmenu_wrapper .iconSpacing_rtl {
  padding: 0 0 0 .4em;
}
.multilevelpushmenu_wrapper .off-canvas-sub {
  padding: 29px 0 40px;
}

@media (min-width: 1000px) {
  .off-canvas {
    display: none !important;
  }
}
.off-canvas .fsSearch.site-search {
  padding: 20px 30px 29px 30px;
  display: block;
  float: none;
  margin: 0;
  max-width: none;
}
.off-canvas .fsSearch.site-search > header {
  display: none;
}
.off-canvas .fsSearch.site-search > .fsElementContent {
  background-color: #c9dcf2;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  opacity: 1;
}
.off-canvas .fsSearch.site-search > .fsElementContent:before {
  color: #00539b;
}

.off-canvas-open .off-canvas-toggle:before {
  content: '\e90e';
  font-size: 10px;
}

.off-canvas-toggle {
  width: 24px;
  height: 24px;
  float: left;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (min-width: 1000px) {
  .off-canvas-toggle {
    display: none;
  }
}
.off-canvas-toggle:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 14px;
  color: #ffffff;
  height: 24px;
  width: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 22px;
  border-radius: 100%;
  border: 1px solid #ffffff;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  max-width: 235px;
}
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
@media (max-width: 799px) {
  .nav-sub {
    display: none;
  }
}
.nav-sub li {
  padding: 3px 0;
}
.nav-sub li a {
  padding: 1px 10px 2px;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #5c5c5c;
}
.nav-sub li a:hover {
  color: #9f91c5;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 ul {
  padding-left: 35px;
}
.nav-sub .fsNavLevel1 > li {
  border-bottom: 2px solid rgba(194, 194, 194, 0.3);
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #00529b;
}
.nav-sub li.fsNavCurrentPage > a:hover,
.nav-sub li.fsNavCurrentPageAncestor > a:hover {
  color: #9f91c5;
}
.nav-sub .fsNavLevel2 a {
  padding: 2px 10px 3px;
}
.nav-sub > header {
  display: block;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  background: #363636;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px;
}
.nav-social, .nav-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social li {
  margin: 0;
  padding: 0;
}
.nav-social li {
  display: inline-block;
  vertical-align: middle;
}
.nav-social .nav-social__item--facebook a {
  display: block;
}
.nav-social .nav-social__item--facebook a:before {
  content: "";
}
.nav-social .nav-social__item--instagram a {
  display: block;
}
.nav-social .nav-social__item--instagram a:before {
  content: "";
}
.nav-social .nav-social__item--linkedin a {
  display: block;
}
.nav-social .nav-social__item--linkedin a:before {
  content: "";
}
.nav-social .nav-social__item--pinterest a {
  display: block;
}
.nav-social .nav-social__item--pinterest a:before {
  content: "";
}
.nav-social .nav-social__item--tumblr a {
  display: block;
}
.nav-social .nav-social__item--tumblr a:before {
  content: "";
}
.nav-social .nav-social__item--twitter a {
  display: block;
}
.nav-social .nav-social__item--twitter a:before {
  content: "";
}
.nav-social .nav-social__item--vine a {
  display: block;
}
.nav-social .nav-social__item--vine a:before {
  content: "";
}
.nav-social .nav-social__item--youtube a {
  display: block;
}
.nav-social .nav-social__item--youtube a:before {
  content: "";
}
.nav-social .nav-social__item--facebook a:hover {
  color: #3b5998;
}
.nav-social .nav-social__item--instagram a:hover {
  color: #517fa4;
}
.nav-social .nav-social__item--linkedin a:hover {
  color: #007bb6;
}
.nav-social .nav-social__item--pinterest a:hover {
  color: #cb2027;
}
.nav-social .nav-social__item--tumblr a:hover {
  color: #32506d;
}
.nav-social .nav-social__item--twitter a:hover {
  color: #00aced;
}
.nav-social .nav-social__item--vine a:hover {
  color: #00a478;
}
.nav-social .nav-social__item--youtube a:hover {
  color: #b00;
}
.nav-social a {
  font-size: 0.93333em;
  line-height: 1;
  text-align: center;
  color: #5c5c5c;
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: .1em solid currentColor;
}
.nav-social a:before {
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-social span {
  display: none;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util li {
  margin: 0;
  padding: 0;
}
.nav-util ul li a {
  padding: 0em 0em;
  display: block;
}

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.nav-site-map .fsElementContent nav ul li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
    min-height: initial;
  }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  .no-csscolumns .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    float: left;
    display: block;
    width: 100%;
    vertical-align: top;
  }
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 > li {
  margin-bottom: 20px;
  font-weight: 700;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel2 {
  list-style: disc;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel3 {
  list-style: circle;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel4 {
  list-style: square;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel5 {
  list-style: disc;
}

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.33333em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.83333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.66667em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #5c5c5c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #4f4f4f;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  margin-bottom: 8px;
}
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #c9dcf2;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 5px;
  margin-bottom: -4px;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 11px;
  margin-bottom: 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 21px 11px;
  color: #00529b;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #9f91c5;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
  font-size: 14px;
  line-height: 23px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #00529b;
  border-top: 0;
  margin-bottom: -4px;
  padding: 24px 30px 6px;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #00529b;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #ffffff;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2, .fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  position: relative;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::after, .fsPanelIconBefore.fsTabs .fsPanel > header h2::after, .fsPanelIconAfter.fsAccordion .fsPanel > header h2::before, .fsPanelIconAfter.fsTabs .fsPanel > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after {
  content: '';
  border: none;
  height: 18px;
  width: 18px;
  display: block;
  margin: 0;
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  height: 18px;
  width: 18px;
  display: block;
  margin: 0;
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::after, .fsPanelIconBefore.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::after {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::before, .fsPanelIconAfter.fsTabs .fsPanel > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::before {
  display: none;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 50px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  left: 20px;
  top: 14px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 50px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after {
  right: 20px;
  top: 14px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2::before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2::before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsTitle {
  display: inline-block;
  margin-bottom: 0;
  display: table-cell;
}
.fsAthleticsEvent .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent .fsElementEventIcon img {
  width: 20px;
  height: 20px;
}
.fsAthleticsEvent .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #5c5c5c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsLoadMoreButton:hover {
  background: #4f4f4f;
  color: #fff;
}
.fsAthleticsEvent .fsLoadMoreButton em {
  font-style: normal;
}
.fsAthleticsEvent .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

/*! elements - calendar */
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}
.fsCalendar .fsTitle {
  color: #9f91c5;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.fsCalendar .fsTitle a {
  color: inherit;
}
.fsCalendar .fsTitle:hover {
  color: #00529b;
}
.fsCalendar .fsTitle:hover a {
  color: inherit;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  padding-top: 13px;
  text-align: center;
  background: #9f91c5;
  border-radius: 100%;
  color: #fff;
}
.fsCalendar .fsDate span {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.fsCalendar .fsDate .fsMonth {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.fsCalendar .fsDate .fsDay {
  font-size: 34px;
}
.fsCalendar .fsDate .fsYear {
  display: none;
}
.fsCalendar .fsTimeRange {
  font-size: 14px;
}
.fsCalendar .fsLocation {
  font-size: 14px;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser > span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  color: #9b9b9b;
  line-height: 40px;
  height: 40px;
  vertical-align: top;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser > span:hover {
  color: #9f91c5;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser .fsCalendarPrevMonth:before,
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #9b9b9b;
  vertical-align: top;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser .fsCalendarPrevMonth:hover:before,
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser .fsCalendarNextMonth:hover:before {
  color: #9f91c5;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser .fsCalendarPrevMonth:before {
  content: '\f104';
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\f105';
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  line-height: 1.2;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
  outline: 0;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
  color: #9f91c5;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:hover {
  color: #00529b;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsTimeRange,
.fsCalendarEventGrid .fsCalendarDaybox .fsLocation {
  font-size: 14px;
  line-height: 23px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}
.fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background-color: #c9dcf2;
}

.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%;
  -webkit-transform: translateY(-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: #c9dcf2;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday.selected {
    background-color: #00529b;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday.selected .fsCalendarDate {
    color: #ffffff;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(54, 54, 54, 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(54, 54, 54, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(54, 54, 54, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info {
    background-color: rgba(159, 145, 197, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info.selected {
    background-color: rgba(159, 145, 197, 0.75);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info.selected .fsCalendarDate {
    color: #ffffff;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -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 {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #5c5c5c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #4f4f4f;
  color: #fff;
}
.scroll-up span em {
  font-style: normal;
}
@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, .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendarLegend li {
  margin: 0;
  padding: 0;
}
@media (min-width: 600px) {
  .fsCalendarLegend > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 800px) {
  .fsCalendarLegend > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.fsCalendarLegend > ul ul {
  margin-left: 20px;
}

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0;
}

.fsListItems article {
  margin-bottom: 1.33333em;
}

.module {
  margin-bottom: 20px;
  padding: 26px 31px 30px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 23px;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  color: inherit;
}
.module header {
  margin-bottom: 15px;
}
.module h2.fsElementTitle {
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-bottom: 16px;
}

.module {
  background-color: #c9dcf2;
}

.module-blue {
  color: #5c5c5c;
  background-color: #c9dcf2;
}
.module-blue header {
  border-bottom: 3px solid #00529b;
  color: #00529b;
}

.module-purple {
  background-color: #9f91c5;
}
.module-purple header {
  border-bottom: 3px solid #e2deee;
}
.module-purple a:hover {
  color: #c9dcf2;
}

.module-yellow {
  background-color: #e3eba2;
  color: #4d4d4d;
}
.module-yellow header {
  border-bottom: 3px solid #b3ba80;
}

.fsContent {
  zoom: 1;
}
.fsContent:after {
  display: table;
  clear: both;
  content: '';
}

#fsBannerLeft .fsElement {
  margin-bottom: 30px;
}

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

.fsComposerFormEmbed {
  background: none;
}
.fsComposerFormEmbed form {
  zoom: 1;
}
.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}
.fsComposerFormEmbed form input {
  border: solid 1px #ccc;
}
.fsComposerFormEmbed form input.fileUploader {
  padding: 0;
  width: 100%;
  border: none;
}
.fsComposerFormEmbed form fieldset {
  padding: 0;
}
.fsComposerFormEmbed form textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #ccc;
}
.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}
.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}
.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}
.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}
.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}
.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}
.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}
.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}
.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}
.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}
.fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}
.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}
.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}
.fsComposerFormEmbed form .linkLike {
  color: #00529b;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #9f91c5;
}
.fsComposerFormEmbed form .required {
  color: #363636;
}
.fsComposerFormEmbed form .pageControls {
  padding: 10px 0 !important;
  margin-bottom: 10px;
}
.fsComposerFormEmbed form .pageControls .userConfirmation {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .userConfirmation {
  margin-bottom: 20px;
}
.fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
  margin-right: 5px;
}
.fsComposerFormEmbed form .userConfirmation > label {
  display: block;
}
.fsComposerFormEmbed form .elementColumn {
  zoom: 1;
  margin-bottom: 20px;
  max-width: 100%;
}
.fsComposerFormEmbed form .elementColumn:after {
  display: table;
  clear: both;
  content: '';
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementColumn {
    float: none !important;
    width: 100% !important;
  }
}
.fsComposerFormEmbed form .elementColumn .elementContainer {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .elementColumn .elementBody > input {
  width: 100%;
}
.fsComposerFormEmbed form .pageBreak {
  zoom: 1;
}
.fsComposerFormEmbed form .pageBreak:after {
  display: table;
  clear: both;
  content: '';
}
.fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
  background: none;
  border: none;
  color: #00529b;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}
.fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #9f91c5;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}
.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}
.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}
.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  outline: 0;
  background: #363636 !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff !important;
  background: #163052 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

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

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #5c5c5c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
  background: #4f4f4f;
  color: #fff;
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  font-style: normal;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #5c5c5c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
}
.fsAccount .fsAccountLogout a:hover {
  background: #4f4f4f;
  color: #fff;
}
.fsAccount .fsAccountLogout a em {
  font-style: normal;
}

.page-hero > .fsElementContent {
  position: relative;
}
.page-hero .caption-wrapper {
  display: none;
}
.page-hero .fsMediaCustomPlayer .universal-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  max-height: 460px;
}
.page-hero .fsMediaCustomPlayer .universal-slide:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 33.3333%;
}
.page-hero .fsMediaCustomPlayer .universal-slide img {
  display: none;
}
.page-hero .fsMediaCustomPlayer .caption-title {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}
@media (min-width: 600px) {
  .page-hero .fsMediaCustomPlayer .caption-title {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 48px;
    font-weight: bold;
  }
}
.page-hero .fsMediaCustomPlayer .caption-desc {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 600px) {
  .page-hero .fsMediaCustomPlayer .caption-desc {
    font-size: 17px;
    line-height: 26px;
  }
}

/*! elements - news v0.0.1 */
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.66667em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 8px 34px 9px;
  background: #00529b;
  color: #ffffff;
  border: 1px solid #00529b;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-radius: 40px;
  text-decoration: none;
  text-shadow: none;
}
.fsNews .fsLoadMoreButton:hover {
  background: #ffffff;
  color: #00529b;
  text-decoration: none;
  border: 1px solid #00529b;
}
.fsNews .fsLoadMoreButton em {
  font-style: normal;
}

.fsNews.fsGrid .fsListItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.fsNews.fsGrid article {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
}
.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1;
}
.no-flexbox .fsNews.fsGrid .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.no-flexbox .fsNews.fsGrid .fsListItems article {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: both;
  }
}

/*=======================*/
/* 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 {
  margin-bottom: 0;
}
form.gsc-search-box-tools div.gsc-input-box {
  min-width: 208px;
  border: 0;
  height: 37px;
}
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: 37px;
}
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 input.gsc-input {
  background: transparent !important;
  background-image: none !important;
  width: 100%;
  height: 37px !important;
  color: #eee;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
}
form.gsc-search-box-tools table.gsc-branding {
  display: none;
}
form.gsc-search-box-tools td.gsc-search-button {
  display: block;
  float: left;
  padding: 0 10px 0 10px;
  overflow: hidden;
  height: 37px;
  width: auto;
  background: #363636;
  position: relative;
}
form.gsc-search-box-tools td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.gsc-search-box-tools td.gsc-search-button:hover {
  background: #0b182a;
}
form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  height: 37px;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*=======================*/
/* Custom Styles         */
/*=======================*/
.fsSearch.site-search form.gsc-search-box-tools {
  overflow: visible;
}
.fsSearch.site-search form.gsc-search-box-tools > table > tbody > tr {
  position: relative;
}
.fsSearch.site-search form.gsc-search-box-tools div.gsc-input-box {
  background: transparent;
  box-shadow: none !important;
}
.fsSearch.site-search form.gsc-search-box-tools input.gsc-input {
  color: #727272;
  height: 37px !important;
  line-height: 37px;
  font-size: 14px;
}
.fsSearch.site-search form.gsc-search-box-tools td.gsc-search-button {
  display: none;
}
.fsSearch.site-search form.gsc-search-box-tools td.gsc-clear-button {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  height: 37px;
  width: 30px;
}
.fsSearch.site-search form.gsc-search-box-tools td.gsc-clear-button .gsc-clear-button {
  display: block;
  background: none;
  height: 37px;
  width: 30px;
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  color: transparent;
  font-size: 0;
}
.fsSearch.site-search form.gsc-search-box-tools td.gsc-clear-button .gsc-clear-button:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 37px;
  width: 30px;
  color: #727272;
  font-size: 16px;
  padding-top: 8px;
  padding-left: 2px;
}

.off-canvas .fsSearch.site-search form.gsc-search-box-tools input.gsc-input {
  color: #00539b;
}
.off-canvas .fsSearch.site-search form.gsc-search-box-tools td.gsc-clear-button .gsc-clear-button:before {
  color: #00539b;
}

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

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsFacebookList li {
  margin: 0;
  padding: 0;
}
.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}

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

.fsFacebookFollow {
  margin-top: 20px;
}

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #5c5c5c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
}
.vimeo_view_link a:hover {
  background: #4f4f4f;
  color: #fff;
}
.vimeo_view_link a em {
  font-style: normal;
}

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 24px 36px 23px;
  background: #5c5c5c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 120px;
  text-align: center;
}
.Youtube_view_link a:hover {
  background: #4f4f4f;
  color: #fff;
}
.Youtube_view_link a em {
  font-style: normal;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  border-radius: 6px 6px 0 0;
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 11px;
  margin-bottom: 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 21px 11px;
  color: #00529b;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding: 13px 30px 12px;
  background: #c9dcf2;
  color: #00529b;
}
.fsTabs .fsTabsNav li a:hover {
  background: #9f91c5;
  color: #ffffff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #00529b;
  color: #ffffff;
}
@media (min-width: 600px) {
  .fsTabs .fsPanel > .fsElementContent {
    padding: 19px 0 0;
    font-size: 15px;
    line-height: 23px;
    border: 0;
  }
}

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

.thermometer {
  position: relative;
}
.thermometer .track {
  height: 300px;
  width: 50px;
  border: 0;
  position: relative;
  margin: 0 auto;
  background: #eee;
  background: -webkit-linear-gradient(top, #eee 0%, #eee 1px) 0 0;
  background: linear-gradient(to bottom, #eee 0%, #eee 1px) 0 0;
  background-size: 100% 12.5%;
  box-shadow: inset 0 0 0 1px #00529b;
}
.thermometer .amount, .thermometer .amountCash {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto;
  min-width: 120px;
  text-align: center;
}
.thermometer .goal {
  position: absolute;
  top: 0;
  left: 100%;
}
.thermometer .goal .amount, .thermometer .goal .amountCash {
  left: 0;
  color: #00529b;
}
.thermometer .progress {
  height: 0%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00529b;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.25);
}
.thermometer .progress .amount, .thermometer .progress .amountCash {
  left: -120px;
  color: #00529b;
}

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media (max-width: 599px) {
  .home #fsPageBodyWrapper {
    padding-top: 0;
  }
}
.home #fsPageBody {
  max-width: none;
}
.home #fsPageContent {
  margin-bottom: 0;
}
.home .fsPageLayout {
  margin-left: 0;
  margin-right: 0;
}
.home .fsPageLayout > .fsDiv {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.home .fsPageLayout > .fsDiv > .fsElement.front-block {
  padding-top: 81px;
}
@media (max-width: 599px) {
  .home .fsPageLayout > .fsDiv > .fsElement.front-block {
    padding-top: 40px;
  }
}
.home .fsPageLayout > .fsDiv > .fsElement.front-block > header {
  padding-left: 10px;
  padding-right: 10px;
}
.home .fsPageLayout > .fsDiv > .fsElement.front-block > header > .fsElementTitle {
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.home.fixed-nav #fsHeader .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 399;
}
.home .view-all {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  color: #9b9b9b;
  line-height: 23px;
  height: 23px;
}
.home .view-all:hover {
  color: #00529b;
}
.home .page-hero > .fsElementContent {
  position: relative;
}
.home .page-hero .page-hero-images .universal-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  max-height: 682px;
  position: relative;
  overflow: hidden;
}
.home .page-hero .page-hero-images .universal-slide:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 48.7143%;
}
.home .page-hero .page-hero-images .universal-slide img {
  display: none;
}
.home .page-hero .page-hero-images:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, transparent 0%, transparent 75%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 75%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.home .page-hero .page-hero-images .article-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home .page-hero .page-hero-images .video-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home .page-hero .page-hero-images video {
  display: none;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: none;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .home .page-hero .page-hero-images video {
    display: block;
  }
}
.home .page-hero .page-hero-images .caption-wrapper {
  display: none;
}
.home .page-hero .page-hero-images .scroll-to {
  display: block;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home .page-hero .page-hero-images .scroll-to:before, .home .page-hero .page-hero-images .scroll-to:after {
  height: 32px;
  width: 1000px;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
}
.home .page-hero .page-hero-images .scroll-to:before {
  left: calc(50% + 31px);
}
.home .page-hero .page-hero-images .scroll-to:after {
  right: calc(50% + 31px);
}
.home .page-hero .page-hero-images .scroll-to-icon {
  cursor: pointer;
  width: 85px;
  height: 32px;
  position: relative;
  text-align: center;
  z-index: 100;
  overflow: hidden;
}
.home .page-hero .page-hero-images .scroll-to-icon:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 16px;
  line-height: 18px;
  width: 85px;
  height: 32px;
  display: block;
  color: #ffffff;
  -webkit-animation: 1.3s bouncing infinite cubic-bezier(0.2, 0.2, 0.5, 1.25) both;
  animation: 1.3s bouncing infinite cubic-bezier(0.2, 0.2, 0.5, 1.25) both;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (min-width: 600px) {
  .home .page-hero .page-hero-images .scroll-to-icon:before {
    top: 1px;
    font-size: 28px;
  }
}
@-webkit-keyframes bouncing {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bouncing {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.home .page-hero .page-hero-images .scroll-to-icon:after {
  position: absolute;
  display: block;
  border-radius: 100%;
  content: '';
  border: 30px solid #ffffff;
  width: 98px;
  height: 98px;
  left: -7px;
  bottom: -17px;
}
@media (min-width: 600px) {
  .home .page-hero .page-hero-images .scroll-to-icon:after {
    border: 30px solid #ffffff;
    width: 120px;
    height: 120px;
    left: -18px;
    bottom: -28px;
  }
}
.home .page-hero .page-hero-captions {
  background: none !important;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .page-hero .page-hero-captions .video-wrapper {
  display: none;
}
.home .page-hero .page-hero-captions .universal-slide {
  background: none !important;
  min-height: 300px;
  max-height: 682px;
  width: 0vw;
}
.home .page-hero .page-hero-captions .universal-slide:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 48.7143%;
}
.home .page-hero .page-hero-captions .universal-slide img {
  display: none;
}
.home .page-hero .page-hero-captions .universal-slide video {
  display: none;
}
.home .page-hero .page-hero-captions .article-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home .page-hero .page-hero-captions .caption-wrapper {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 58px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
@media (min-width: 600px) {
  .home .page-hero .page-hero-captions .caption-wrapper {
    padding-left: 0;
    padding-right: 0;
    height: 220px;
    max-width: 415px;
    width: 100%;
    left: auto;
    right: 0;
    bottom: 29px;
  }
}
.home .page-hero .page-hero-captions .caption-title {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3px;
}
.home .page-hero .page-hero-captions .caption-desc {
  padding-top: 1px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.4px;
}
.home .page-hero .page-hero-captions .caption-desc p {
  margin-bottom: 20px;
}
.home .page-hero .page-hero-captions .fsMediaContainerInner {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .page-hero .slick-dots-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
}
.home .page-hero .slick-dots {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 24px;
  bottom: 58px;
  height: 8px;
  z-index: 399;
}
@media (min-width: 600px) {
  .home .page-hero .slick-dots {
    max-width: 415px;
    width: 100%;
    left: auto;
    right: 0;
    bottom: 270px;
  }
}
.home .page-hero .slick-dots li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 7px 0 0;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  background: none;
  cursor: pointer;
}
@media (min-width: 600px) {
  .home .page-hero .slick-dots li {
    margin: 0 10px 0 0;
    width: 11px;
    height: 11px;
  }
}
.home .page-hero .slick-dots li.slick-active {
  background-color: #ffffff;
}
.home .page-hero .slick-dots li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.home .page-hero .slick-dots li:hover.slick-active {
  background-color: #ffffff;
}
.home .page-hero .slick-dots a {
  font-size: 0;
  color: transparent;
}
@media (max-width: 599px) {
  .home .page-hero .fs_style_37 {
    font-size: 11px;
    letter-spacing: 0.3px;
    padding: 2px 14px 1px 14px;
    margin-bottom: 0;
  }
}
.home .front-recent-news {
  padding-top: 35px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.home .front-recent-news > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}
.home .front-recent-news .fsNews > header {
  padding-top: 9px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
@media (min-width: 480px) {
  .home .front-recent-news .fsNews > header {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
.home .front-recent-news .fsNews > header .fsElementHeaderContent {
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
.home .front-recent-news .fsNews > header .fsElementHeaderContent > * {
  vertical-align: middle;
}
.home .front-recent-news .fsNews > header .fsElementHeaderContent a.view-all {
  letter-spacing: 0.5px;
}
.home .front-recent-news .fsNews .slick-arrow {
  display: inline-block !important;
  color: transparent;
  font-size: 0;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
  height: 40px;
}
.home .front-recent-news .fsNews .slick-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  width: 40px;
  color: #9b9b9b;
  font-size: 18px;
  line-height: 40px;
  display: block;
}
.home .front-recent-news .fsNews .slick-arrow:hover:before {
  color: #9f91c5;
}
.home .front-recent-news .fsNews .slick-prev {
  margin-right: 15px;
}
@media (min-width: 900px) {
  .home .front-recent-news .fsNews .slick-prev {
    margin-right: 0;
  }
}
.home .front-recent-news .fsNews .slick-prev:before {
  content: '\f104';
}
.home .front-recent-news .fsNews .slick-next {
  margin-left: 15px;
}
@media (min-width: 900px) {
  .home .front-recent-news .fsNews .slick-next {
    margin-left: 0;
  }
}
.home .front-recent-news .fsNews .slick-next:before {
  content: '\f105';
}
.home .front-recent-news .fsNews > .fsElementContent {
  padding-top: 25px;
}
.home .front-recent-news .fsListItems {
  zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.home .front-recent-news .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.home .front-recent-news article {
  float: left;
  padding: 0 10px;
  opacity: 0;
  position: relative;
}
.home .front-recent-news article.element-loaded {
  opacity: 1;
}
.home .front-recent-news .article-inner {
  background-color: #f1f1f1;
  padding: 0 20px 20px;
  position: relative;
  border-radius: 0 0 3px 3px;
  height: 420px;
  overflow: hidden;
}
.home .front-recent-news .fsThumbnail {
  max-width: none !important;
  display: block;
  margin-bottom: 13px;
  margin-left: -20px;
  width: calc(100% + 40px);
}
.home .front-recent-news .fsThumbnail img,
.home .front-recent-news .fsThumbnail .fsCroppedImage {
  display: block;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.home .front-recent-news .fsDate {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 11px;
  display: block;
}
.home .front-recent-news .fsTitle {
  color: #00529b;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}
.home .front-recent-news .fsTitle a {
  color: inherit;
}
.home .front-recent-news .fsTitle a:hover {
  color: #9f91c5;
}
.home .front-recent-news .fsSummary {
  font-size: 14px;
  line-height: 20px;
  z-index: 1;
  position: relative;
}
.home .front-recent-news .fsReadMoreLink {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  color: transparent;
  width: 75px;
  height: 75px;
  background-color: #c9dcf2;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
.home .front-recent-news .fsReadMoreLink:before {
  width: 160px;
  height: 160px;
  position: absolute;
  background-color: #f1f1f1;
  display: block;
  content: '';
  top: -85px;
  left: -85px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .front-recent-news .fsReadMoreLink:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
  color: #00529b;
  display: block;
  position: absolute;
  right: 7px;
  bottom: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .front-recent-news .fsReadMoreLink:hover {
  width: 85px;
  height: 85px;
}
.home .front-recent-news .fsReadMoreLink:hover:before {
  width: 180px;
  height: 180px;
  top: -95px;
  left: -95px;
}
.home .front-recent-news .fsReadMoreLink:hover:after {
  color: #9f91c5;
  font-size: 20px;
  right: 7px;
  bottom: 6px;
}
.home .front-upcoming-events {
  padding-bottom: 57px !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 599px) {
  .home .front-upcoming-events {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.home .front-upcoming-events > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}
.home .front-upcoming-events .fsCalendar > header {
  padding-top: 9px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
@media (min-width: 480px) {
  .home .front-upcoming-events .fsCalendar > header {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
.home .front-upcoming-events .fsCalendar > header .fsElementHeaderContent {
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
.home .front-upcoming-events .fsCalendar > header .fsElementHeaderContent > * {
  vertical-align: middle;
}
.home .front-upcoming-events .fsCalendar > header .fsElementHeaderContent a.view-all {
  letter-spacing: 0.5px;
}
.home .front-upcoming-events .fsCalendar .slick-arrow {
  display: inline-block !important;
  color: transparent;
  font-size: 0;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
  height: 40px;
}
.home .front-upcoming-events .fsCalendar .slick-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  width: 40px;
  color: #9b9b9b;
  font-size: 18px;
  line-height: 40px;
  display: block;
}
.home .front-upcoming-events .fsCalendar .slick-arrow:hover:before {
  color: #9f91c5;
}
.home .front-upcoming-events .fsCalendar .slick-prev {
  margin-right: 15px;
}
@media (min-width: 900px) {
  .home .front-upcoming-events .fsCalendar .slick-prev {
    margin-right: 0;
  }
}
.home .front-upcoming-events .fsCalendar .slick-prev:before {
  content: '\f104';
}
.home .front-upcoming-events .fsCalendar .slick-next {
  margin-left: 15px;
}
@media (min-width: 900px) {
  .home .front-upcoming-events .fsCalendar .slick-next {
    margin-left: 0;
  }
}
.home .front-upcoming-events .fsCalendar .slick-next:before {
  content: '\f105';
}
.home .front-upcoming-events .fsCalendar > .fsElementContent {
  padding-top: 32px;
}
.home .front-upcoming-events .fsListItems {
  zoom: 1;
}
.home .front-upcoming-events .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.home .front-upcoming-events article {
  text-align: center;
  padding: 0 20px;
  width: 100%;
  opacity: 0;
}
.home .front-upcoming-events article.element-loaded {
  opacity: 1;
}
.home .front-upcoming-events .fsDate {
  position: static;
  display: inline-block;
  margin-bottom: 17px;
}
.home .front-profiles {
  padding-top: 0 !important;
}
@media (min-width: 480px) {
  .home .front-profiles {
    padding-bottom: 26px;
  }
}
@media (min-width: 800px) {
  .home .front-profiles {
    padding-bottom: 0px;
  }
}
.home .front-profiles > .fsElementContent {
  position: relative;
}
.home .front-profiles .slick-track {
  bottom: 0;
}
.home .front-profiles .slick-track {
  position: relative;
}
.home .front-profiles .slick-track:before {
  content: '';
  position: absolute;
  display: none;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(36, 37, 44, 0) 33%, #24252c 100%);
  background: -webkit-linear-gradient(top, rrgba(#24252c, 0) 33%, #24252c 100%);
  background: linear-gradient(to bottom, rrgba(#24252c, 0) 33%, #24252c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000539b', endColorstr='#00539b',GradientType=0 );
}
@media (min-width: 800px) {
  .home .front-profiles .slick-track:before {
    display: block;
  }
}
.home .front-profiles .fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.home .front-profiles .fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 799px) {
  .home .front-profiles .fsMediaCustomPlayer article {
    background: none !important;
  }
}
@media (min-width: 800px) {
  .home .front-profiles .fsMediaCustomPlayer article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home .front-profiles .fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.home .front-profiles .fsMediaCustomPlayer article .image-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home .front-profiles .fsMediaCustomPlayer article:before {
  content: '';
  position: absolute;
  display: none;
  z-index: 31;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(36, 37, 44, 0) 33%, #24252c 100%);
  background: -webkit-linear-gradient(top, rrgba(#24252c, 0) 33%, #24252c 100%);
  background: linear-gradient(to bottom, rrgba(#24252c, 0) 33%, #24252c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000539b', endColorstr='#00539b',GradientType=0 );
}
@media (min-width: 800px) {
  .home .front-profiles .fsMediaCustomPlayer article:before {
    display: block;
  }
}
@media (min-width: 500px) {
  .home .front-profiles .fsMediaCustomPlayer article .fs_style_35:before {
    content: 'Read More About ';
  }
}
.home .front-profiles .fsMediaCustomPlayer article > .fs_style_35 {
  color: #5c5c5c;
  margin: 13px auto 0;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 800px) {
  .home .front-profiles .fsMediaCustomPlayer article > .fs_style_35 {
    display: none;
  }
}
.home .front-profiles .fsMediaCustomPlayer .article-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  position: relative;
}
@media (min-width: 800px) {
  .home .front-profiles .fsMediaCustomPlayer .article-wrapper:before {
    content: '';
    display: block;
    height: 620px;
  }
}
.home .front-profiles .fsMediaCustomPlayer .caption-wrapper {
  background: none;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding: 33px 20px 27px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (min-width: 800px) {
  .home .front-profiles .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 6px;
    max-width: 665px;
    top: 84px;
    left: 0;
    bottom: auto;
    position: absolute;
    z-index: 32;
  }
}
.home .front-profiles .fsMediaCustomPlayer .caption-title {
  margin-top: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 11px;
  margin-bottom: 23px;
  color: #bdc95f;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 800px) {
  .home .front-profiles .fsMediaCustomPlayer .caption-title {
    line-height: 22px;
  }
}
.home .front-profiles .fsMediaCustomPlayer .caption-desc {
  color: #424242;
  text-align: center;
  line-height: 22px;
}
.home .front-profiles .fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.home .front-profiles .fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.home .front-profiles .fsMediaCustomPlayer .caption-desc .fs_style_35 {
  display: none;
  color: #bdc95f;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 0 auto;
  background: none;
  padding: 0;
  font-size: 14px;
}
.home .front-profiles .fsMediaCustomPlayer .caption-desc .fs_style_35:hover {
  text-decoration: none;
  color: #00529b;
}
@media (min-width: 800px) {
  .home .front-profiles .fsMediaCustomPlayer .caption-desc .fs_style_35 {
    display: block;
  }
}
.home .front-profiles .front-profile-content {
  background-color: #ededed;
}
@media (max-width: 479px) {
  .home .front-profiles .front-profile-content .caption-wrapper {
    padding: 24px 20px 22px;
  }
}
@media (max-width: 799px) {
  .home .front-profiles .front-profile-content .caption-title {
    margin-bottom: 0;
  }
}
.home .front-profiles .front-profile-content .caption-desc {
  display: none;
}
@media (min-width: 800px) {
  .home .front-profiles .front-profile-content .caption-desc {
    display: block;
  }
}
@media (min-width: 800px) {
  .home .front-profiles .front-profile-thumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px;
  }
}
.home .front-profiles .front-profile-thumbs article {
  list-style: none;
  list-style-type: none;
  display: block;
  background-image: none !important;
}
@media (min-width: 800px) {
  .home .front-profiles .front-profile-thumbs article {
    height: 130px;
    margin: 0 23px;
    padding: 1px;
    width: 130px !important;
    position: static !important;
    opacity: 1 !important;
    display: inline-block !important;
  }
}
.home .front-profiles .front-profile-thumbs article:before {
  display: none;
}
.home .front-profiles .front-profile-thumbs article.slick-current .image-wrapper:before {
  border: 5px solid #e3eba2;
}
.home .front-profiles .front-profile-thumbs article.slick-current .image-wrapper:after {
  opacity: 0;
}
@media (min-width: 800px) {
  .home .front-profiles .front-profile-thumbs article.slick-cloned {
    display: none !important;
  }
}
.home .front-profiles .front-profile-thumbs article:hover .image-wrapper:before {
  border: 5px solid #e3eba2;
}
.home .front-profiles .front-profile-thumbs .article-wrapper {
  margin: 0;
  text-align: center;
  background-color: #ededed;
}
@media (min-width: 800px) {
  .home .front-profiles .front-profile-thumbs .article-wrapper {
    background-color: transparent;
    height: 130px;
    width: 130px;
  }
}
.home .front-profiles .front-profile-thumbs .article-wrapper:before {
  display: none;
}
.home .front-profiles .front-profile-thumbs .image-wrapper {
  width: 128px;
  height: 128px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  background-position: 80% center !important;
  background-size: auto 100% !important;
}
@media (min-width: 480px) {
  .home .front-profiles .front-profile-thumbs .image-wrapper {
    width: 198px;
    height: 198px;
  }
}
@media (min-width: 800px) {
  .home .front-profiles .front-profile-thumbs .image-wrapper {
    width: 128px;
    height: 128px;
  }
}
.home .front-profiles .front-profile-thumbs .image-wrapper:before, .home .front-profiles .front-profile-thumbs .image-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
}
.home .front-profiles .front-profile-thumbs .image-wrapper:before {
  border: 5px solid #ffffff;
  z-index: 3;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  height: auto;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.home .front-profiles .front-profile-thumbs .image-wrapper:after {
  background-color: #bdc95f;
  opacity: 0.35;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 479px) {
  .home .front-profiles .front-profile-thumbs .caption-wrapper {
    padding-top: 21px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 800px) {
  .home .front-profiles .front-profile-thumbs .caption-wrapper {
    display: none;
  }
}
.home .front-profiles .front-profile-thumbs .caption-title {
  display: none;
}
@media (max-width: 479px) {
  .home .front-profiles .front-profile-thumbs .caption-desc {
    display: none;
  }
}
@media (max-width: 479px) {
  .home .front-profiles .front-profile-thumbs .caption-desc.is-truncated {
    display: block;
  }
}
@media (min-width: 480px) {
  .home .front-profiles .front-profile-thumbs .caption-desc.is-truncated {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .home .front-profiles .front-profile-thumbs article.show-more .caption-desc {
    display: block;
  }
}
@media (max-width: 479px) {
  .home .front-profiles .front-profile-thumbs article.show-more .caption-desc.is-truncated {
    display: none;
  }
}
.home .front-profiles .front-profile-thumbs .caption-desc-readmore {
  cursor: pointer;
  color: #9b9b9b;
}
.home .front-profiles .front-profile-thumbs .caption-desc-readmore:before {
  content: 'Continue Reading';
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 0 auto;
  background: none;
  padding: 0;
  font-size: 14px;
}
.home .front-profiles .front-profile-thumbs .caption-desc-readmore:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
}
.home .front-profiles .front-profile-thumbs .slick-track:before {
  display: none;
}
@media (min-width: 800px) {
  .home .front-profiles .front-profile-thumbs .slick-track {
    width: 705px !important;
    margin: 0 auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    text-align: center;
  }
}
.home .front-profiles .front-profile-thumbs .slick-arrow {
  color: transparent;
  font-size: 0;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
  height: 40px;
  top: 44px;
  position: absolute;
  text-align: center;
  z-index: 300;
  text-align: center;
}
@media (min-width: 480px) {
  .home .front-profiles .front-profile-thumbs .slick-arrow {
    top: 78px;
  }
}
.home .front-profiles .front-profile-thumbs .slick-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 40px;
  color: #acb856;
  font-size: 30px;
  line-height: 40px;
  display: block;
}
.home .front-profiles .front-profile-thumbs .slick-arrow:hover:before {
  color: #9f91c5;
}
.home .front-profiles .front-profile-thumbs .slick-prev {
  left: 0;
}
.home .front-profiles .front-profile-thumbs .slick-prev:before {
  content: '\f104';
}
.home .front-profiles .front-profile-thumbs .slick-next {
  right: 0;
}
.home .front-profiles .front-profile-thumbs .slick-next:before {
  content: '\f105';
}
.home .front-program-videos > .fsElementContent {
  padding-top: 36px;
}
.home .front-program-videos nav {
  display: table;
  table-layout: fixed;
  width: calc(100% + 10px);
  border-spacing: 5px;
  margin-left: -5px;
}
.home .front-program-videos .fsNavLevel1 {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: table-row;
}
.home .front-program-videos .fsNavLevel1 li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  list-style: none;
  list-style-type: none;
  padding: 0;
  position: relative;
  margin-bottom: 5px;
  min-height: 100px;
}
@media (min-width: 800px) {
  .home .front-program-videos .fsNavLevel1 li {
    display: table-cell;
    margin-bottom: 0;
    min-height: 0;
  }
}
.home .front-program-videos .fsNavLevel1 li:before {
  content: '';
  display: block;
  width: 100%;
  background-color: #5e5675;
  opacity: 0.7;
}
@media (max-width: 799px) {
  .home .front-program-videos .fsNavLevel1 li:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 800px) {
  .home .front-program-videos .fsNavLevel1 li:before {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    min-height: 200px;
    padding-bottom: 78.5714%;
  }
}
.home .front-program-videos .fsNavLevel1 li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.home .front-program-videos .fsNavLevel1 li .fsNavPageIcon {
  text-align: center;
  display: none;
}
@media (min-width: 800px) {
  .home .front-program-videos .fsNavLevel1 li .fsNavPageIcon {
    display: block;
  }
}
.home .front-program-videos .fsNavLevel1 li .fsNavPageIcon:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 46px;
  color: #ffffff;
}
.home .front-program-videos .fsNavLevel1 li .fsNavPageInfo {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 800px) {
  .home .front-program-videos .fsNavLevel1 li .fsNavPageInfo {
    padding: 0 10px;
    max-height: 50px;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
}
.home .front-program-videos .fsNavLevel1 li .fsNavPageTitle {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.2px;
}
@media (min-width: 800px) {
  .home .front-program-videos .fsNavLevel1 li .fsNavPageTitle {
    padding-top: 24px;
  }
}
.home .front-program-videos .fsNavLevel1 li .fsNavPageDescription {
  font-size: 16px;
  padding-top: 2px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 800px) {
  .home .front-program-videos .fsNavLevel1 li .fsNavPageTitle,
  .home .front-program-videos .fsNavLevel1 li .fsNavPageDescription {
    position: relative;
    top: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, top 0.5s ease;
    transition: opacity 0.3s ease, top 0.5s ease;
  }
}
.home .front-program-videos .fsNavLevel1 li .fsNavPageThumbnail {
  display: none;
}
.home .front-program-videos .fsNavLevel1 li:hover:before {
  opacity: 0.9;
}
@media (min-width: 800px) {
  .home .front-program-videos .fsNavLevel1 li:hover .fsNavPageInfo {
    max-height: 170px;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
}
@media (min-width: 800px) {
  .home .front-program-videos .fsNavLevel1 li:hover .fsNavPageTitle {
    top: 0px;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease, top 0.5s ease;
    transition: opacity 0.5s ease, top 0.5s ease;
  }
}
@media (min-width: 800px) {
  .home .front-program-videos .fsNavLevel1 li:hover .fsNavPageDescription {
    top: 0px;
    opacity: 0.9;
    -webkit-transition: opacity 0.5s ease, top 0.5s ease;
    transition: opacity 0.5s ease, top 0.5s ease;
  }
}
.home .front-next-steps {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 295px auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 740px) {
  .home .front-next-steps {
    background-position: top right;
    background-size: auto 100%;
  }
}
.home .front-next-steps > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  padding-top: 50px;
  padding-bottom: 70px;
}
.home .front-next-steps ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 465px) {
  .home .front-next-steps .fsNavLevel1 {
    max-width: 405px;
  }
}
@media (min-width: 740px) {
  .home .front-next-steps .fsNavLevel1 {
    max-width: none;
  }
}
.home .front-next-steps li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0 10px 20px;
  position: relative;
  border-radius: 100%;
  background-color: rgba(0, 82, 155, 0.8);
}
@media (min-width: 465px) {
  .home .front-next-steps li {
    margin: 0 6px;
  }
}
@media (min-width: 1050px) {
  .home .front-next-steps li {
    margin: 0 8px;
  }
}
.home .front-next-steps li:nth-child(1) a:after {
  content: '\e907';
  font-size: 25px;
}
.home .front-next-steps li:nth-child(2) a:after {
  content: '\e908';
  font-size: 28px;
}
.home .front-next-steps li:nth-child(3) a:after {
  content: '\e909';
  font-size: 31px;
}
.home .front-next-steps li:nth-child(4) a:after {
  content: '\e90d';
  font-size: 30px;
}
.home .front-next-steps li:nth-child(5) a:after {
  content: '\e90b';
  font-size: 27px;
}
@media (min-width: 1050px) {
  .home .front-next-steps li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1050px) {
  .home .front-next-steps li:last-child {
    margin-right: 0;
  }
}
.home .front-next-steps li:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  border: 60px solid #00529b;
  border-radius: 100%;
  z-index: 10;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  opacity: 1;
}
@media (min-width: 1024px) {
  .home .front-next-steps li:before {
    border: 90px solid #00529b;
  }
}
.home .front-next-steps li:hover:before {
  border: 54px solid #00529b;
}
@media (min-width: 1024px) {
  .home .front-next-steps li:hover:before {
    border: 84px solid #00529b;
  }
}
.home .front-next-steps a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  width: 120px;
  height: 120px;
  background-color: transparent;
  display: block;
  border: 2px solid #00529b;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  padding: 66px 10px 0;
  position: relative;
  z-index: 100;
}
@media (min-width: 1024px) {
  .home .front-next-steps a {
    width: 180px;
    height: 180px;
    padding: 104px 40px 0;
  }
}
.home .front-next-steps a:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  font-size: 30px;
  line-height: 50px;
  color: #e3eba2;
  text-align: center;
  width: auto;
  height: 50px;
  display: block;
  -webkit-transition: font 0.3s ease;
  transition: font 0.3s ease;
}
@media (min-width: 1024px) {
  .home .front-next-steps a:after {
    top: 53px;
  }
}
.home .front-next-steps a:hover:after {
  font-size: 36px !important;
}
@media (min-width: 1024px) {
  .home .front-next-steps a:hover:after {
    font-size: 40px !important;
  }
}
.home .front-next-steps .fsNavLevel2 {
  display: none;
}
.home.fsDraftMode .front-recent-news article, .home.fsComposeMode .front-recent-news article {
  opacity: 1;
}

/*! pages - style-guide v0.0.1 */
.colors ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  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: 80%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #9f91c5;
  color: #363636;
}
.colors ol li:nth-of-type(1):after {
  content: "#9f91c5";
}
.colors ol li:nth-of-type(2) {
  background: #00529b;
  color: #363636;
}
.colors ol li:nth-of-type(2):after {
  content: "#00529b";
}
.colors ol li:nth-of-type(3) {
  background: #c9dcf2;
  color: #363636;
}
.colors ol li:nth-of-type(3):after {
  content: "#c9dcf2";
}
.colors ol li:nth-of-type(4) {
  background: #e3eba2;
  color: #363636;
}
.colors ol li:nth-of-type(4):after {
  content: "#e3eba2";
}
.colors ol li:nth-of-type(5) {
  background: #898989;
  color: #363636;
}
.colors ol li:nth-of-type(5):after {
  content: "#898989";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.33333em;
  padding: 0.33333em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "Open Sans", sans-serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "Open Sans, sans-serif";
}
.fonts ol li:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
}
.fonts ol li:nth-of-type(2):after {
  content: "Montserrat, sans-serif";
}
.fonts ol li:nth-of-type(3) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(3):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(4) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(4):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 30px / line: 33px";
}
.headers h2:after {
  content: " size: 24px / line: 22px";
}
.headers h3:after {
  content: " size: 22px / line: 28px";
}
.headers h4:after {
  content: " size: 20px / line: 28px";
}
.headers h5:after {
  content: " size: 18px / line: 28px";
}
.headers h6:after {
  content: " size: 16px / line: 28px";
}
