 /**
 *
 * The New School - westbrook
 * @link http://newschool.redesign.finalsite.com
 * Built By: Stephen Petrus
 * Project Manager: Dave Lopes
 * Designer: Tony Ferullo
 *
 */

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

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

span.placeholder-hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address 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;
}

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

@keyframes animate-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*! content - html v0.0.1 */
h1 {
  color: #003764;
}

h2 {
  color: #003764;
}

h3 {
  color: #003764;
}

h4 {
  color: #003764;
}

h5 {
  color: #003764;
}

h6 {
  color: #003764;
}

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-family: "Catamaran", sans-serif;
  margin-bottom: 20px;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Catamaran", sans-serif;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 400;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-family: "Catamaran", sans-serif;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 400;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Catamaran", sans-serif;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 400;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-family: "Catamaran", sans-serif;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 400;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Catamaran", sans-serif;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #003764;
  transition: background .3s, color .3s;
}
a:hover {
  color: #005397;
}

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

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

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: 40px;
  right: 40px;
  transition: 1s;
}
.slick-dots ul,
.slick-dots ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.slick-dots a {
  display: block;
}
@media (max-width: 600px) {
  .slick-dots {
    left: 0;
    text-align: center;
  }
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
  font-size: 0;
  color: transparent;
  position: relative;
}
.slick-dots button:after {
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  height: 11.5px;
  width: 11.5px;
  background: #848484;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .4s ease;
}
.slick-dots li.slick-active button:after {
  opacity: 1;
  transition: opacity .4s ease;
}

@font-face {
  font-family: "el-icons";
  src: url("../../eastlyme/fonts/el-icons/el-icons.eot");
  src: url("../../eastlyme/fonts/el-icons/el-iconsd41d.eot?#iefix") format("eot"), url("../../eastlyme/fonts/el-icons/el-icons.woff") format("woff"), url("../../eastlyme/fonts/el-icons/el-icons.ttf") format("truetype"), url("../../eastlyme/fonts/el-icons/el-icons.html#el-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../../eastlyme/fonts/icomoon/icomoon.eot");
  src: url("../../eastlyme/fonts/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("../../eastlyme/fonts/icomoon/icomoon.woff2") format("woff2"), url("../../eastlyme/fonts/icomoon/icomoon.ttf") format("truetype"), url("../../eastlyme/fonts/icomoon/icomoon.woff") format("woff"), url("../../eastlyme/fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  display: inline-block;
  font-family: "el-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-graduation-cap:before {
  content: "";
}

.icon-group:before {
  content: "";
}

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

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

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

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

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

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

.content-button,
.fs_style_33 {
  background: #6C99D4;
  color: #ffffff;
}
.content-button:hover,
.fs_style_33:hover {
  color: #ffffff;
  background: rgba(108, 153, 212, 0.7);
}

.outline-button,
.fs_style_34 {
  color: #6C99D4;
  border: 1px solid #6C99D4;
  background: transparent;
  display: inline-block;
  font-family: "Catamaran", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
.outline-button:hover,
.fs_style_34:hover {
  color: #ffffff;
  border-color: transparent;
  background: #6C99D4;
}

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

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

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

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

.button.callout, .fs_style_23, .fs_style_24, .fs_style_25 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 30px;
  background: #6C99D4;
  color: #ffffff;
  outline: 0;
  text-align: center;
  padding: 27px 75px;
  letter-spacing: normal;
  font-size: 1.375em;
  line-height: 22px;
  text-transform: uppercase;
}
.button.callout:hover,
.fs_style_23:hover,
.fs_style_24:hover,
.fs_style_25:hover {
  background-color: #6C99D4;
  color: #fff;
}
.button.callout em,
.fs_style_23 em,
.fs_style_24 em,
.fs_style_25 em {
  color: #fff;
  text-transform: capitalize;
}
.button.callout:hover,
.fs_style_23:hover,
.fs_style_24:hover,
.fs_style_25:hover {
  text-decoration: none;
  background: rgba(108, 153, 212, 0.7);
}
#fsBannerLeft .button.callout, #fsBannerRight .button.callout,
#fsBannerLeft .fs_style_23, #fsBannerRight .fs_style_23,
#fsBannerLeft .fs_style_24, #fsBannerRight .fs_style_24,
#fsBannerLeft .fs_style_25, #fsBannerRight .fs_style_25 {
  display: block;
}

.fs_style_24 {
  background: #003764;
  color: #ffffff;
}
.fs_style_24:hover {
  background: rgba(0, 55, 100, 0.7);
}

.fs_style_25 {
  background: #848484;
}
.fs_style_25:hover {
  background: #9e9e9e;
}

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

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

html {
  font-family: "Catamaran", sans-serif;
  background: rgba(78, 88, 89, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #727272;
}

html,
body {
  overflow-x: hidden;
}

#fsPageWrapper {
  width: 100%;
}

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

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

#fsPageBodyWrapper {
  padding: 100px 20px;
  background: #ffffff;
}
.landing #fsPageBodyWrapper {
  padding: 60px 20px;
}
@media (max-width: 900px) {
  #fsPageBodyWrapper {
    padding-top: 20px;
  }
}

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

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

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

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

#fsBannerRight {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 900px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 900px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 25%;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner #fsBannerRight {
    width: 68.5714285714%;
    margin-left: 31.4285714286%;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .fsHasLeftBanner #fsBannerRight {
    padding-left: 40px;
    width: 25%;
    margin: 0;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner.fsOverrideLeftBanner #fsBannerRight {
    width: 100% !important;
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #6C99D4;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  font: 400 16px/40px "Catamaran", sans-serif;
  padding-left: 20px;
  color: #ffffff;
  position: relative;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  color: #ffffff;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #93b4e0;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #ffffff;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #003764;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #ffffff;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "el-icons";
  content: "";
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "el-icons";
  content: "";
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  margin: 0 0 0 20px;
  float: right;
  width: 47px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  margin: -3px 20px 0 0;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  margin: 0 0 0 20px;
  float: right;
  width: 47px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}

/*! elements - calendar */
.fsCalendar article {
  margin-bottom: 20px;
  overflow: hidden;
}
.fsCalendar .fsTitle, .fsCalendar .fsEventDetails, .fsCalendar .fsReadMoreLink {
  margin-left: 90px;
}
.fsCalendar .fsTitle a {
  display: block;
  font-weight: 600;
  color: rgba(0, 55, 100, 0.7);
}
.fsCalendar .fsTitle a:hover {
  color: rgba(0, 83, 151, 0.7);
}
.fsCalendar .fsDate {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  background: #f7f7f7;
  text-align: center;
  padding-top: 12px;
  margin-bottom: 0px;
}
.fsCalendar .fsDate span {
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #727272;
}
.fsCalendar .fsDate .fsYear {
  display: none;
}
.fsCalendar .fsDate .fsDay {
  font-size: 24px;
  display: block;
  font-weight: 400;
  color: #bfbfbf;
}
.fsCalendar .fsEventDetails,
.fsCalendar .fsReadMoreLink,
.fsCalendar .fsLocation {
  font-size: 14px;
  color: #bfbfbf;
}
.fsCalendar .fsReadMoreLink {
  font-weight: 400;
  color: #003764;
  display: none;
}
.fsCalendar .fsReadMoreLink:hover {
  color: #005397;
}

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 30px;
  background: #727272;
  color: #fff;
  outline: 0;
  text-align: center;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background-color: rgba(108, 153, 212, 0.7);
  color: #727272;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

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

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

/*! elements - constituent 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%;
}

div[class*="fsConstituentColumnLayout_"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media (min-width: 900px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 900px) {
  .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: 900px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 900px) {
  .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: 1024px) {
  .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: 900px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 900px) {
  .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: 1024px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1180px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
    clear: both;
  }
}

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 30px;
  background: #727272;
  color: #fff;
  outline: 0;
  text-align: center;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background-color: rgba(108, 153, 212, 0.7);
  color: #727272;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

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

.fsProfileSection {
  margin-bottom: 1.25em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #0f0;
  margin: 0 0 .5em 0;
  padding: 0 0 .5em 0;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.fsProfileSection .fsProfileSectionData.fsTitle {
  font-weight: normal;
  font-size: 1em;
}

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

.fsProfileSectionFieldName,
.fsProfileSectionFieldValue {
  width: auto;
  float: none;
}

@media (min-width: 800px) {
  .fsProfileSectionFieldName {
    width: 25%;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 75%;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsBiography .fsProfileSectionFieldName {
    font-weight: bold;
  }
  .fsBiography .fsProfileSectionFieldName,
  .fsBiography .fsProfileSectionFieldValue {
    float: none;
    width: 100%;
  }
}

.fsProfileSectionData.fsEmployedSince {
  width: 100% !important;
}

/*! 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%;
}

div[class*="fsConstituentColumnLayout_"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media (min-width: 900px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 900px) {
  .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: 900px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 900px) {
  .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: 1024px) {
  .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: 900px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 900px) {
  .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: 1024px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1180px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
    clear: both;
  }
}

/*! elements - constituent pinterest option */
/*
.fsDirectory {
  word-break: break-word;
  margin-bottom: $gutter;

  .fsConstituentItem {
    float: none;
    max-width: 400px;
    width: 100%;
    margin: 0 auto $gutter;
    padding: $gutter 0;
    background-color: #f1f2f2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;

    @include breakpoint($bp-create-columns) {
      display: inline-block;
      vertical-align: top;
      max-width: 100%;
    }

    // // optional styling to remove bold labels and awkward br tags in DOM
    // >div strong, >div br {
    //   display: none;
    // }

    > h3, > div {
      padding-right: $gutter;
      padding-left: $gutter;
      margin-bottom: $gutter / 2;
      padding-top: 0;

      &:last-child {
        margin-bottom: 0;
      }
    }

    .fsPhoto {
      img {
        display: block;
        width: 100%;
      }
    }
  }//end constituent individual item

  [class^='fsConstituentColumnLayout'] {
    @include breakpoint($bp-create-columns) {
      column-gap: $gutter;
    }
  }

}



// ================================
// Columns with pinterest directory
// ================================


// One Column
// ================================

.fsConstituentColumnLayout_1 {

}

// Two Column
// ================================

.fsConstituentColumnLayout_2 {

  @include breakpoint($bp-2-column) {
    column-count: 2;
  }

}


// Three Column
// ================================

.fsConstituentColumnLayout_3 {

  @include breakpoint($bp-2-column) {
    column-count: 2;
  }

  @include breakpoint($bp-3-column) {
    column-count: 3;
  }

}


// Four Column
// ================================

.fsConstituentColumnLayout_4 {

  @include breakpoint($bp-2-column) {
    column-count: 2;
  }

  @include breakpoint($bp-3-column) {
    column-count: 3;
  }

  @include breakpoint($bp-4-column) {
    column-count: 4;
  }

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

.fsProfileSection {
  margin-bottom: 1.25em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #0f0;
  margin: 0 0 .5em 0;
  padding: 0 0 .5em 0;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.fsProfileSection .fsProfileSectionData.fsTitle {
  font-weight: normal;
  font-size: 1em;
}

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

.fsProfileSectionFieldName,
.fsProfileSectionFieldValue {
  width: auto;
  float: none;
}

@media (min-width: 800px) {
  .fsProfileSectionFieldName {
    width: 25%;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 75%;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsBiography .fsProfileSectionFieldName {
    font-weight: bold;
  }
  .fsBiography .fsProfileSectionFieldName,
  .fsBiography .fsProfileSectionFieldValue {
    float: none;
    width: 100%;
  }
}

.fsProfileSectionData.fsEmployedSince {
  width: 100% !important;
}

/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 30px;
  background: #727272;
  color: #fff;
  outline: 0;
  text-align: center;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background-color: rgba(108, 153, 212, 0.7);
  color: #727272;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

.nav-main ul,
.nav-main ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.nav-main a {
  display: block;
}
.nav-main nav ul,
.nav-main nav ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.nav-main nav a {
  display: block;
}
#fsHeader .nav-main nav ul.fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.nav-main nav ul.fsNavLevel1 > li {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.nav-main nav ul.fsNavLevel1 > li a {
  display: block;
  color: #ffffff;
  letter-spacing: .04em;
  font-weight: 600;
  font-family: "Catamaran", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
@media (max-width: 1024px) {
  .nav-main nav ul.fsNavLevel1 > li a {
    font-size: 13px;
  }
}
.nav-main nav ul.fsNavLevel1 > li > a {
  line-height: 76px;
  position: relative;
}
.nav-main nav ul.fsNavLevel1 > li:hover > a {
  color: #6C99D4;
}
.nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a, .nav-main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #6C99D4;
}

.nav-main ul.fsNavLevel1 > li .fsNavPageInfo {
  box-shadow: 0px 2px 5px 0px rgba(145, 143, 140, 0.2);
  position: absolute;
  top: 99.5%;
  z-index: 10;
  display: none;
  width: 100%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 550px;
  top: 100%;
  background: rgba(253, 250, 246, 0.98);
  padding: 40px;
  -ms-transform: none;
  transform: none;
  left: 0;
  right: auto;
  text-align: left;
}
.nav-main ul.fsNavLevel1 > li .fsNavPageInfo ul,
.nav-main ul.fsNavLevel1 > li .fsNavPageInfo ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.nav-main ul.fsNavLevel1 > li .fsNavPageInfo a {
  display: block;
}
.nav-main ul.fsNavLevel1 > li:last-child .fsNavPageInfo {
  left: auto;
  right: 0;
}
.nav-main ul.fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo {
  left: auto;
  right: 0;
}
.nav-main ul.fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail {
  float: left;
  width: 40%;
  margin-right: 40px;
}
.nav-main ul.fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail img {
  width: 100%;
  vertical-align: bottom;
}
.nav-main ul.fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail + .fsNavLevel2 {
  width: calc(60% - 40px);
  float: left;
}
.nav-main ul.fsNavLevel1 > li .fsNavPageInfo a {
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: none;
  color: #a5a5a5;
}
.nav-main ul.fsNavLevel1 > li .fsNavPageInfo a:hover {
  color: #003764;
}
.nav-main ul.fsNavLevel1 > li .fsNavPageInfo a:hover {
  color: #6C99D4;
}

.nav-main ul.fsNavLevel1 > li.fsNavParentPage:hover > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #FFF;
}
.nav-main ul.fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo {
  display: block;
}

@media (max-width: 900px) {
  #fsHeader .nav-main,
  #fsHeader .nav-util {
    display: none !important;
  }
}

.drawer {
  display: block;
  position: absolute;
  height: 100vh;
  background-color: #fdfaf6;
  z-index: 9999;
  top: 0;
  overflow-y: scroll;
  width: 40%;
  right: -40%;
}
.drawer ul,
.drawer ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.drawer a {
  display: block;
}
@media (max-width: 600px) {
  .drawer {
    width: 100%;
    right: -100%;
  }
}
.drawer .fsNavPageInfo {
  display: none;
}
.drawer .scroll {
  position: relative;
  width: 100%;
}

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

body:not(.fsDraftMode) #fsPageWrapper {
  transform: translate3d(0, 0, 0);
  transition: transform 500ms ease;
}

.drawer .nav-main li,
.drawer .nav-quick li {
  padding: 20px;
  border-bottom: 1px solid rgba(103, 103, 103, 0.2);
  font-size: 16px;
  font-weight: 400;
}
.drawer .nav-main li a,
.drawer .nav-quick li a {
  color: #353535;
}

.drawer .nav-quick {
  margin-top: 40px;
}
.drawer .nav-quick:before {
  content: "Quicklinks";
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #676767;
  font-size: 18px;
  padding-left: 20px;
}
.drawer .nav-quick li {
  padding: 10px;
  padding-left: 20px;
  font-size: 15px;
}
.drawer .nav-quick li a {
  color: #818181;
}
.drawer .nav-quick li.search {
  display: none;
}

.drawer .social {
  margin-top: 40px;
  padding-left: 20px;
}
.drawer .social ul {
  float: none;
  width: 100%;
}
.drawer .social li {
  display: inline-block;
  height: 40px;
  width: 40px;
}
.drawer .social li a:after {
  font-size: 18px;
}

.drawer .top-search {
  height: 60px;
  width: 100%;
  background: rgba(0, 55, 100, 0.7);
  padding-left: 10px;
  position: relative;
  display: block;
  top: 0;
}
.drawer .top-search > .fsElementContent {
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drawer .top-search .gsc-input-box {
  height: 100%;
}
.drawer .top-search .gsc-input-box > table,
.drawer .top-search .gsc-input-box tbody,
.drawer .top-search .gsc-input-box tr,
.drawer .top-search .gsc-input-box td,
.drawer .top-search .gsc-input-box input {
  height: 100% !important;
}
.drawer .top-search .gsc-input {
  height: 40px;
  width: 60%;
  width: calc(100% - 100px);
  background: #fdfaf6 !important;
  display: block;
  float: left;
  border-right: 0px;
}
@media (max-width: 600px) {
  .drawer .top-search .gsc-input {
    width: 69%;
  }
}
.drawer .top-search form.gsc-search-box-tools td.gsc-search-button {
  height: 40px !important;
  background: #fdfaf6 !important;
  width: 40px;
  display: block;
  float: left;
  position: relative;
  border: 1px solid rgba(0, 55, 100, 0.7);
  border-left: 0px;
}
.drawer .top-search form.gsc-search-box-tools td.gsc-search-button:after {
  color: rgba(0, 55, 100, 0.7);
  font-size: 18px;
}

.mobile-trigger {
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  z-index: 900;
  cursor: pointer;
  display: none;
  background: rgba(108, 153, 212, 0.7);
}
@media (max-width: 900px) {
  .mobile-trigger {
    display: block;
  }
}
.mobile-trigger:after {
  font-family: "el-icons";
  color: #ffffff;
  content: "\EA12";
  font-size: 30px;
  line-height: 30px;
}

.drawer .mobile-trigger {
  background: transparent;
  width: 56px;
  text-align: center;
  right: 0;
}
.drawer .mobile-trigger:after {
  content: "\EA13";
}

.drawer .nav-main {
  padding: 0px;
}
.drawer .nav-main a {
  line-height: normal;
}
.drawer .nav-main ul.fsNavLevel1 > li {
  padding: 0;
  text-align: left;
}
.drawer .nav-main ul.fsNavLevel1 > li .fsNavPageInfo {
  display: none;
  position: relative;
  box-shadow: none;
  border-top: 1px solid rgba(103, 103, 103, 0.2);
  padding: 10px 20px;
  width: auto;
}
.drawer .nav-main ul.fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail {
  display: none;
}
.drawer .nav-main ul.fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 {
  float: none;
  width: auto;
}
.drawer .nav-main ul.fsNavLevel1 > li > a:hover:after {
  display: none;
}
.drawer .nav-main ul.fsNavLevel1 > li li {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 8px;
}
.drawer .nav-main ul.fsNavLevel1 > li li a {
  padding: 0;
  color: #a0a0a0;
  font-weight: 400;
}
.drawer .nav-main ul.fsNavLevel1 > li .sub-trigger {
  width: 56px;
  border-left: 1px solid rgba(103, 103, 103, 0.2);
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  text-align: center;
}
.drawer .nav-main ul.fsNavLevel1 > li .sub-trigger:after {
  content: "\EA15";
  font-family: "el-icons";
  line-height: 56px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}
.drawer .nav-main ul.fsNavLevel1 > li.show-sub .fsNavPageInfo {
  display: block;
}
.drawer .nav-main ul.fsNavLevel1 > li.show-sub .sub-trigger:after {
  content: "\EA14";
}
.drawer .nav-main ul.fsNavLevel1 > li.fsNavParentPage > a {
  padding-right: 66px;
}
.drawer .nav-main ul.fsNavLevel1 > li > a {
  line-height: normal;
  line-height: 18px;
  color: #003764;
  padding: 18px 10px 19px;
}
.drawer .nav-main ul.fsNavLevel1 > li > a:after {
  display: none;
}

.drawer .nav-util {
  display: none;
}

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

#fsHeader .nav-util ul,
#fsHeader .nav-util ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#fsHeader .nav-util a {
  display: block;
}
#fsHeader .nav-util ul.fsNavLevel1 {
  position: relative;
  height: 76px;
}
#fsHeader .nav-util ul.fsNavLevel1 > li > a {
  display: block;
  font-size: 1px;
  color: transparent;
  font-weight: 400;
  border-left: 1px solid #a9b2b3;
  border-right: 1px solid #a9b2b3;
  text-align: center;
  line-height: 76px;
  position: relative;
}
#fsHeader .nav-util ul.fsNavLevel1 > li > a[data-icon]:before {
  font-family: "el-icons";
  font-size: 28px;
  color: #ffffff;
  content: "\EA01";
  line-height: 76px;
  transition: color .4s ease;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
#fsHeader .nav-util ul.fsNavLevel1 > li > a[data-icon*="search"]:before {
  content: "\EA02";
}
#fsHeader .nav-util ul.fsNavLevel1 > li > a[data-icon*="gt"]:before {
  content: "\EA0B";
}

.gtr {
  position: absolute;
  background: rgba(0, 55, 100, 0.8);
  padding: 10px 20px;
  border: 1px solid rgba(108, 153, 212, 0.7);
  display: none;
  right: 0;
  top: 100%;
}
@media (max-width: 900px) {
  .gtr {
    position: relative;
    right: auto;
    left: 0;
  }
}
.gtr.show-gtr {
  display: block;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  background: #f4f4f4;
  padding: 0px;
  font-family: "Catamaran", sans-serif;
}
.nav-sub ul,
.nav-sub ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.nav-sub a {
  display: block;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 10px 20px;
  border-bottom: 1px solid #e6e6e6;
  font-family: "Catamaran", sans-serif;
  font-size: 16px;
  color: #003764;
  font-weight: 400;
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a:hover {
  color: rgba(0, 55, 100, 0.7);
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: rgba(0, 55, 100, 0.7);
  background: #ffffff;
  border-left: 2px solid rgba(0, 55, 100, 0.7);
  border-right: 1px solid #e6e6e6;
}
.nav-sub li.fsNavCurrentPage > a:hover,
.nav-sub li.fsNavCurrentPageAncestor > a:hover {
  color: #003764;
}
.nav-sub .fsNavLevel2 {
  background: #fafafa;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 5px 10px 5px 40px;
  color: #676767;
  font-size: 14px;
}
.nav-sub .fsNavLevel2 > li > a:hover {
  color: rgba(108, 153, 212, 0.7);
}

.mobile-sub-trigger {
  background: #003764;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  display: none;
}
@media (max-width: 900px) {
  .mobile-sub-trigger {
    display: block;
  }
}

.landing-nav {
  position: absolute;
  background: #003764;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9900;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.landing-nav ul,
.landing-nav ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.landing-nav a {
  display: block;
}
.landing-nav > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}
.landing-nav ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.landing-nav ul li a:after {
  content: "|";
  margin: 0 10px;
}
.landing-nav ul li:last-child a:after {
  display: none;
}
.landing-nav ul li a {
  color: #ffffff;
}
.landing-nav ul li a:hover {
  color: #6C99D4;
}
.landing-nav ul li a:hover:after {
  color: #ffffff;
}

@media (max-width: 900px) {
  .nav-sub .fsNavLevel1,
  .landing-nav .fsNavLevel1 {
    max-height: 0px;
    overflow: hidden;
    transition: all .6s ease;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-top: 0px;
  }
}

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

.mobile-sub-trigger {
  color: #ffffff;
  font: 20px/normal "Catamaran", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  display: none;
}
.landing-nav .mobile-sub-trigger {
  background: transparent;
}
@media (max-width: 900px) {
  .mobile-sub-trigger {
    display: block;
  }
}

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

@media (max-width: 900px) {
  .landing-nav {
    padding-left: 0;
    padding-right: 0;
    background: rgba(108, 153, 212, 0.9);
  }
  .landing-nav ul.fsNavLevel1 {
    border: 0;
  }
  .landing-nav ul.fsNavLevel1 > li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 0;
  }
  .landing-nav ul.fsNavLevel1 > li a:after {
    display: none;
  }
}
/* News Element */
/*General News Styles*/
/*! elements - news v0.0.1 */
.fsNews {
  /*Slideshow*/
  /*Grid*/
}
.fsNews article {
  margin-bottom: 20px;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsSummary p,
.fsNews .fsReadMoreLink {
  font-size: 14px;
  color: #bfbfbf;
  margin: 0;
  line-height: 24px;
}
.fsNews .fsTitle {
  font-weight: 600;
}
.fsNews .fsTitle a {
  color: #003764;
}
.fsNews .fsTitle a:hover {
  color: #005397;
}
.fsNews .fsReadMoreLink {
  color: rgba(0, 55, 100, 0.7);
}
.fsNews.fsSlideshow .fsElementContent {
  margin: 0;
}
.fsNews.fsSlideshow article {
  padding: 20px;
}
.fsNews.fsSlideshow .fsPager span {
  color: inherit;
  opacity: 0.5;
  transition: color 100ms, opacity 100ms;
}
.fsNews.fsSlideshow .fsPager span.fsStateActive {
  color: inherit;
  opacity: 1;
}
.fsNews.fsGrid .fsNewsGrid {
  zoom: 1;
}
.fsNews.fsGrid .fsNewsGrid:after {
  display: table;
  clear: both;
  content: '';
}
.fsNews.fsGrid article {
  clear: none;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  padding: 0;
}
.fsNews.fsGrid .fsStyleTwoColumns article {
  width: 49%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
  margin-right: 1%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
  margin-left: 1%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleThreeColumns article {
  width: 32%;
}
.fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
  margin: 0 2%;
}
.fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleFourColumns article {
  width: 23.5%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
  margin: 0 1% 0 2%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
  margin: 0 2% 0 1%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleFiveColumns article {
  width: 18.4%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
  margin: 0 1% 0 2%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
  margin: 0 1%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
  margin: 0 2% 0 1%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
  clear: both;
}
.fsNews.fsGrid .fsThumbnail {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: inherit;
}

.fsPostElement .fsTitle {
  font-weight: 600;
  font-size: 1.1em;
  padding-right: 10px;
}
.fsPostElement .fsTitle a {
  color: #003764;
}
.fsPostElement .fsTitle a:hover {
  color: #005397;
}

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden;
}
form.gsc-search-box-tools table {
  border: 0;
}
form.gsc-search-box-tools table,
form.gsc-search-box-tools tbody,
form.gsc-search-box-tools tr,
form.gsc-search-box-tools td {
  display: block;
}
form.gsc-search-box-tools td.gsc-input {
  padding: 0 !important;
  display: block;
  float: left;
}
form.gsc-search-box-tools table.gsc-search-box {
  display: table;
  margin-bottom: 0;
  position: relative;
}
form.gsc-search-box-tools div.gsc-input-box {
  min-width: 140px;
  border: 0;
  height: 40px;
}
form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus {
  box-shadow: none;
}
form.gsc-search-box-tools div.gsc-input-box table,
form.gsc-search-box-tools div.gsc-input-box tbody,
form.gsc-search-box-tools div.gsc-input-box tr,
form.gsc-search-box-tools div.gsc-input-box td {
  overflow: hidden;
  display: block;
  width: 100%;
  border: 0;
  height: 40px;
}
form.gsc-search-box-tools td.gsib_a {
  padding: 0;
  display: inline-block;
}
form.gsc-search-box-tools td.gsib_b {
  padding: 0;
  display: none !important;
}
form.gsc-search-box-tools td.gsc-input {
  float: none;
}
form.gsc-search-box-tools input.gsc-input {
  background: rgba(253, 250, 246, 0.8) !important;
  border: 1px solid #003764 !important;
  background-image: none !important;
  width: 100%;
  height: 40px !important;
  color: #003764;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Catamaran", sans-serif;
  font-style: normal;
  padding-right: 40px !important;
  padding-left: 20px !important;
  margin: 0 !important;
  overflow: hidden;
  -webkit-appearance: none;
}
.drawer form.gsc-search-box-tools input.gsc-input {
  border-radius: 0px !important;
}
form.gsc-search-box-tools table.gsc-branding {
  display: none;
}
form.gsc-search-box-tools td.gsc-search-button {
  transition: all 0.333s;
  display: block;
  padding: 0 12.5px;
  overflow: hidden;
  height: 40px;
  width: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  color: #003764;
}
form.gsc-search-box-tools td.gsc-search-button:after {
  content: "";
  font-family: "el-icons";
  content: "";
  opacity: 1;
  font-size: 24px;
  font-weight: 400;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.gsc-search-box-tools td.gsc-search-button:hover {
  background: transparent;
  color: #003764;
}
form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  height: 40px;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

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

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

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

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

/*=======================*/
/* Custom Styles         */
/*=======================*/
.top-search {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 200px;
}
.expanded .top-search {
  display: block;
}
.top-search form.gsc-search-box-tools div.gsc-input-box {
  background-color: transparent !important;
}

/*! 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: #6C99D4;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: rgba(108, 153, 212, 0.7);
}
.fsComposerFormEmbed form .required {
  color: #6C99D4;
}
.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: #6C99D4;
  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: rgba(108, 153, 212, 0.7);
  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: #6C99D4 !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover {
  transition: .3s;
  color: #fff !important;
  background: rgba(108, 153, 212, 0.7) !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "Catamaran", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

/*! 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 {
  display: block;
  font: 400 16px/40px "Catamaran", sans-serif;
  padding-left: 20px;
  color: #ffffff;
  background: #6C99D4;
  color: #ffffff;
  padding: 0 15px;
}
.fsTabs .fsTabsNav li a a {
  color: #ffffff;
}
.fsTabs .fsTabsNav li a:hover {
  background: #93b4e0;
  color: #ffffff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #003764;
  color: #ffffff;
}
.fsTabs .fsPanel > .fsElementContent {
  padding: 1em 0px;
}

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

#fsHeader {
  min-height: 180px;
  background-color: #ffffff;
}
@media (min-width: 900px) {
  #fsHeader {
    min-height: 110px;
  }
}

#fsHeader .nav-container {
  background: #003764;
  width: 100%;
  float: left;
  box-shadow: rgba(145, 143, 140, 0.2) 0px 2px 5px 0px;
  position: relative;
  height: 76px;
}
.home #fsHeader .nav-container:not(.fsStateEditable), .landing #fsHeader .nav-container:not(.fsStateEditable) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#fsHeader .nav-container > .fsElementContent {
  zoom: 1;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
}
#fsHeader .nav-container > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
#fsHeader .nav-container .logo,
#fsHeader .nav-container .nav-main,
#fsHeader .nav-container .nav-util {
  display: block;
  float: left;
}
#fsHeader .nav-container .logo {
  width: 150px;
  font-size: 0;
  color: transparent;
  position: relative;
  height: 76px;
}
@media (min-width: 1000px) {
  #fsHeader .nav-container .logo {
    margin-right: 20px;
  }
}
@media (min-width: 1100px) {
  #fsHeader .nav-container .logo {
    margin-right: 25px;
  }
}
#fsHeader .nav-container .logo > .fsElementContent {
  position: absolute;
  top: 0;
  z-index: 500;
  width: 150px;
  background: #FFF;
}
#fsHeader .nav-container .logo a {
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 2px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  display: block;
  text-align: center;
}
@media (min-width: 1180px) {
  #fsHeader .nav-container .logo a {
    box-shadow: none;
  }
}
#fsHeader .nav-container .logo a img {
  display: block;
  width: 100%;
}
#fsHeader .nav-container .nav-main {
  width: 75%;
}
#fsHeader .nav-container .nav-util {
  width: 65px;
  position: absolute;
  right: 0;
  top: 0;
}

.landing-photo {
  height: 440px;
  height: 35vw;
  min-height: 520px;
  position: relative;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 900px) {
  .landing-photo {
    min-height: 0px;
    max-height: 100vh;
    height: 660px;
  }
}
.landing-photo > .fsElementContent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.landing-photo h1 {
  bottom: 20px;
  width: 100%;
  max-width: 1180px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 100%;
  color: #ffffff;
}

.slider-con {
  height: 440px;
  height: 35vw;
  min-height: 520px;
  position: relative;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 900px) {
  .slider-con {
    min-height: 0px;
    max-height: 100vh;
    height: 660px;
  }
}

.landing-slider .slick-slide {
  height: 440px;
  height: 35vw;
  min-height: 520px;
  position: relative;
  width: 100%;
  background-size: cover !important;
  background-position: center top;
}

#fsFooter ul,
#fsFooter ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#fsFooter a {
  display: block;
}
#fsFooter .fsElement .fsElement {
  display: block;
  float: left;
}
#fsFooter .fsElement .fsElement ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
#fsFooter .fsElement .fsElement ul li:last-child {
  margin-right: 0;
}
#fsFooter .fsElement .fsElement ul li a {
  color: #ffffff;
}
#fsFooter .fsElement .fsElement ul li a:hover {
  color: #6C99D4;
}
#fsFooter .fsElement .fsElement ul li a:hover:after {
  color: #ffffff;
}
#fsFooter li.li-translate {
  display: inline-block;
  position: relative;
}
#fsFooter li.li-translate:hover .google-translate-toggle {
  color: rgba(108, 153, 212, 0.7);
}
#fsFooter li.li-translate > .fsElementContent {
  position: relative;
}
#fsFooter li.li-translate .google-translate-toggle {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.48px;
  font-family: "Catamaran", sans-serif;
  text-transform: uppercase;
}
#fsFooter li.li-translate #google_translate_element {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
}
#fsFooter li.li-translate #google_translate_element .goog-te-gadget .goog-te-combo {
  cursor: pointer;
}
#fsFooter li.li-translate #google_translate_element a.goog-logo-link {
  display: none;
}
.translate-li #fsFooter li.li-translate {
  float: none;
}
#fsFooter .footer-social {
  text-align: center;
  float: none !important;
  position: static !important;
  -ms-transform: none !important;
  transform: none !important;
}
@media (min-width: 900px) {
  #fsFooter .footer-social {
    float: right !important;
    text-align: left;
  }
}
#fsFooter .footer-social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  text-align: center;
  font-weight: 400;
}
#fsFooter .footer-social ul li a:after {
  font-family: "el-icons";
  content: "\EA07";
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  transition: .4s;
}
#fsFooter .footer-social ul li a:hover:after {
  color: #6C99D4;
}
#fsFooter .footer-social ul li a.tw:after {
  content: "\EA09";
}
#fsFooter .footer-social ul li a.yt:after {
  content: "\EA0A";
}
#fsFooter .footer-social ul li a.ig:after {
  content: "\EA08";
}
#fsFooter .footer-social ul li a.icon-mail:after {
  content: "\e902";
  font-family: 'icomoon';
}
#fsFooter .footer-social ul li a.icon-linked-in:after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 18px;
  line-height: 28px;
}
#fsFooter .footer-social ul li a.fr:after {
  content: "\e900";
  font-family: 'icomoon';
}
#fsFooter .footer-container {
  background: #003764;
  padding: 11px 20px;
}
@media screen and (max-width: 900px) {
  #fsFooter .footer-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#fsFooter .footer-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  zoom: 1;
}
#fsFooter .footer-container > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
#fsFooter .footer-container > .fsElementContent .fsElement {
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fsFooter .footer-container .nav-footer {
  position: static !important;
  -ms-transform: none !important;
  transform: none !important;
}
@media (max-width: 900px) {
  #fsFooter .footer-container .nav-footer {
    float: none;
    text-align: center;
  }
  #fsFooter .footer-container .nav-footer nav {
    display: inline-block;
  }
}
#fsFooter .footer-container .nav-footer ul li {
  letter-spacing: .04em;
  font-weight: 600;
  font-family: "Catamaran", sans-serif;
  text-transform: uppercase;
  margin-right: 8px;
}
#fsFooter .footer-container .nav-footer ul li a:after {
  content: " / ";
  margin-left: 8px;
}
#fsFooter .footer-container .nav-footer ul li:last-child a:after {
  display: none;
}
#fsFooter .footer-bottom {
  background: transparent;
  overflow: hidden;
  padding: 10px 20px;
  text-align: right;
}
#fsFooter .footer-bottom > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}
@media (max-width: 900px) {
  #fsFooter .footer-bottom .footer-address {
    width: 100%;
    margin-left: 0;
  }
  #fsFooter .footer-bottom .footer-address ul {
    margin-bottom: 20px;
    text-align: center;
  }
}
#fsFooter .footer-bottom .footer-address ul li {
  margin-right: 8px;
  font-size: 14px;
}
@media (max-width: 900px) {
  #fsFooter .footer-bottom .footer-address ul li {
    display: block;
  }
}
#fsFooter .footer-bottom .footer-address ul li:not(:last-child):after {
  content: " / ";
  margin-left: 8px;
  vertical-align: middle;
}
#fsFooter .footer-accreditation {
  float: none !important;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Catamaran", sans-serif;
  text-align: center;
}
@media (min-width: 900px) {
  #fsFooter .footer-accreditation {
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 10px;
    display: inline-block !important;
  }
}
#fsFooter .footer-accreditation strong {
  display: inline-block;
  margin-bottom: 5px;
}
#fsFooter .footer-accreditation img {
  display: block;
  margin: 0 auto;
}

#fsPoweredByFinalsite {
  vertical-align: top;
  text-align: left;
  display: none;
}
@media (min-width: 900px) {
  #fsPoweredByFinalsite {
    margin-left: 20px;
  }
}
@media (max-width: 900px) {
  #fsPoweredByFinalsite {
    clear: both;
    float: none;
    position: relative;
    margin: 0 auto;
  }
}
#fsFooter .footer-bottom #fsPoweredByFinalsite {
  display: block;
}
@media (min-width: 900px) {
  #fsFooter .footer-bottom #fsPoweredByFinalsite {
    display: inline-block !important;
  }
}

.footer-logo {
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background: url("../../eastlyme/images/footer-logo.svg");
  background-size: 120px 51px;
  background-position: left top;
  width: 120px;
  height: 51px;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .footer-logo {
    position: relative;
    top: 0;
    -ms-transform: none;
    transform: none;
    display: block;
    float: none !important;
    margin: 20px auto;
  }
}

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

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 60%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    width: 40%;
  }
}
.colors ol li:after {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #003764;
}
.colors ol li:nth-of-type(1) {
  background: #727272;
  color: #727272;
}
.colors ol li:nth-of-type(1):after {
  content: "#727272";
}
.colors ol li:nth-of-type(2) {
  background: #6C99D4;
  color: #6C99D4;
}
.colors ol li:nth-of-type(2):after {
  content: "#6C99D4";
}
.colors ol li:nth-of-type(3) {
  background: rgba(108, 153, 212, 0.7);
  color: rgba(108, 153, 212, 0.7);
}
.colors ol li:nth-of-type(3):after {
  content: "rgba(108, 153, 212, 0.7)";
}
.colors ol li:nth-of-type(4) {
  background: #003764;
  color: #003764;
}
.colors ol li:nth-of-type(4):after {
  content: "#003764";
}
.colors ol li:nth-of-type(5) {
  background: rgba(0, 55, 100, 0.7);
  color: rgba(0, 55, 100, 0.7);
}
.colors ol li:nth-of-type(5):after {
  content: "rgba(0, 55, 100, 0.7)";
}

.home {
  /*=========================*/
  /* Structure               */
  /*=========================*/
  /*=========================*/
  /* Home Slider             */
  /*=========================*/
  /*=========================*/
  /* Mission                 */
  /*=========================*/
  /*=========================*/
  /* Info Graphic            */
  /*=========================*/
}
.home #fsHeader {
  min-height: 1px;
}
.home .home-news.fsGrid .fsListItems {
  margin: 0;
}
.home .home-news.fsGrid article {
  min-height: 381px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .home .home-news.fsGrid article {
    margin: 0 !important;
  }
}
.home .home-news.fsGrid article:hover .inner {
  top: 0;
}
@media (min-width: 900px) {
  .home .home-news.fsGrid article:hover .inner {
    top: 20px;
  }
}
.home .home-news.fsGrid article:hover .fsTitle {
  white-space: normal;
}
.home .home-news.fsGrid > .fsElementContent {
  overflow: hidden;
}
.home .home-news.fsGrid > .fsElementContent article {
  float: none;
  width: 100%;
}
.home .home-news.fsGrid > .fsElementContent article .inner {
  background: rgba(0, 55, 100, 0.7);
}
@media (min-width: 900px) {
  .home .home-news.fsGrid > .fsElementContent article {
    float: left;
    width: 33.26%;
  }
  .home .home-news.fsGrid > .fsElementContent article:nth-child(3n-1) {
    margin: 0px .1%;
  }
  .home .home-news.fsGrid > .fsElementContent article:nth-child(3n) {
    clear: none;
  }
}
@media (max-width: 1240px) {
  .home .home-news.fsGrid > .fsElementContent article {
    background-position: center;
  }
}
.home .home-news .fsSummary {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFF;
  font-family: "futura-pt", sans-serif;
}
.home .home-news .fsSummary p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.home .home-news .fsTitle {
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 3px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  margin-bottom: 24px;
}
.home .home-news .fsTitle a {
  color: #fff;
}
.home .home-news .fsTitle a:hover {
  color: rgba(108, 153, 212, 0.7);
}
.home .home-news .inner {
  padding: 20px;
  position: absolute;
  right: 0;
  left: 0;
  top: 320px;
  bottom: 0;
  overflow: hidden;
  transition: .3s ease;
  background: rgba(0, 55, 100, 0.7);
}
@media (min-width: 900px) {
  .home .home-news .inner {
    right: 40px;
    left: 40px;
    top: 300px;
    bottom: 20px;
  }
}
.home .home-news .fsElementFooterContent {
  text-align: center;
  margin-top: 25px;
}
.home #fsPageBody {
  max-width: none;
  width: 100%;
}
.home #fsPageBodyWrapper {
  padding: 0;
}
.home #fsPageContent,
.home .fsLayout .fsDiv {
  margin: 0;
  padding: 0;
}
.home .fsLayout {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.home .home-slider {
  overflow: hidden;
}
.home .home-slider.fsStateEditable {
  margin-top: 200px;
}
.home .home-slider .slick-slide {
  background-size: cover !important;
  background-position: center top !important;
  position: relative;
}
.home .home-slider .slick-slide img {
  opacity: 0;
  visibility: hidden;
  min-height: 400px;
}
@media (min-width: 1000px) {
  .home .home-slider .slick-slide img {
    min-height: 730px;
    height: 100vh;
  }
}
.home .home-slider .slick-arrow {
  position: absolute;
}
.home .home-slider .slide-content {
  position: absolute;
  width: 350px;
  height: 425px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 0;
  padding: 30px 20px 40px 20px;
  bottom: 0px;
  transition: left .6s;
}
.hide-slide .home-slider .slide-content {
  left: -50%;
  transition: left .6s;
}
@media (max-width: 900px) {
  .home .home-slider .slide-content {
    display: none;
  }
}
.home .home-slider .slide-content:before {
  border-bottom: 425px solid rgba(132, 132, 132, 0.85);
  border-right: 245px solid transparent;
  border-left: 245px solid rgba(132, 132, 132, 0.85);
  height: 0;
  width: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.home .home-slider .slide-title {
  position: relative;
  max-width: 495px;
  margin-bottom: 30px;
}
.home .home-slider .slide-title h1 {
  margin: 0;
  font-family: "futura-pt", sans-serif;
  color: #ffffff;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0.15em;
}
.home .home-slider .slide-descrip {
  position: relative;
  max-width: 525px;
}
.home .home-slider .slide-descrip p {
  font-size: 19px;
  color: #ffffff;
  font-family: "Catamaran", sans-serif;
  margin: 0;
}
.home .home-slider .slide-descrip a {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0px 20px;
  line-height: 40px;
  text-align: right;
  text-transform: uppercase;
  font-family: "Catamaran", sans-serif;
  transition: .4s;
}
.home .home-slider .slide-descrip a:after {
  font-family: "el-icons";
  content: '\ea05';
  vertical-align: middle;
  margin-left: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  border-radius: 100%;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #ffffff;
  padding-left: 2px;
  transition: border-color .4s;
}
.home .home-slider .slide-descrip a:hover {
  color: #003764;
}
.home .home-slider .slide-descrip a:hover:after {
  border-color: #003764;
}
.home .home-slider.hide-text .slick-slide .slide-content {
  display: none;
}
.home .child-photos > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
}
.home .child-photos .photo {
  border: 1px solid green;
  background-size: cover;
  background-position: center;
  min-height: 381px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.home .child-photos .photo > header, .home .child-photos .photo > .fsElementContent {
  background: rgba(0, 55, 100, 0.7);
}
.home .mission {
  padding: 50px 20px;
  text-align: center;
}
.home .mission h1 {
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  color: #848484;
}
.home .mission p {
  margin: 0;
}
.home .mission > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}
.home .info-graphic {
  position: relative;
  height: 39vw;
  min-height: 600px;
}
@media (max-width: 900px) {
  .home .info-graphic {
    height: 60vw;
  }
}
@media (max-width: 600px) {
  .home .info-graphic {
    min-height: 320px;
  }
}
.home .info-graphic .slick-list,
.home .info-graphic .slick-track {
  height: 100%;
}
.home .info-graphic > .fsElementContent {
  height: 100%;
}
.home .info-graphic .fsElement {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 21%;
  text-align: center;
}
@media (max-width: 600px) {
  .home .info-graphic .fsElement {
    position: relative;
    width: 100%;
    height: 100% !important;
  }
}
@media (max-width: 900px) {
  .home .info-graphic .fsElement {
    width: 25%;
  }
}
.home .info-graphic .fsElement .fsElementContent {
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
}
.home .info-graphic .fsElement h3 {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
}
@media (min-width: 600px) {
  .home .info-graphic .fsElement h3 {
    font-size: 4.2372881356vw;
    line-height: 4.2372881356vw;
  }
}
@media (min-width: 900px) {
  .home .info-graphic .fsElement h3 {
    font-size: 2.5423728814vw;
    line-height: 2.5423728814vw;
    margin-bottom: 10px;
  }
}
.home .info-graphic .fsElement p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 26px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1180px) and (min-width: 900px) {
  .home .info-graphic .fsElement p {
    font-size: 1.3559322034vw;
    line-height: 1.8644067797vw;
  }
}
@media (max-width: 900px) and (min-width: 601px) {
  .home .info-graphic .fsElement p {
    font-size: 2.5423728814vw;
    line-height: 3.0508474576vw;
  }
}
.home .info-graphic .fsElement.bottom {
  top: calc(50% + 1px);
  height: calc(50% - 1px);
}
.home .info-graphic .fsElement.m1 {
  background: #6C99D4;
}
.home .info-graphic .fsElement.m2 {
  background: rgba(108, 153, 212, 0.7);
}
.home .info-graphic .fsElement.m3 {
  background: #003764;
}
.home .info-graphic .fsElement.m4 {
  background: rgba(0, 55, 100, 0.7);
}
.home .info-graphic .fsElement.m5 {
  background: #848484;
}
.home .info-graphic .fsElement.m6 {
  background: #4e5859;
}
@media (min-width: 1180px) {
  .home .info-graphic .fsElement.zero h3 {
    font-size: 75px;
    margin-bottom: 40px;
    line-height: 1;
  }
}
.home .info-graphic .fsElement.second {
  left: 21%;
  width: 41%;
}
@media (min-width: 1180px) {
  .home .info-graphic .fsElement.second h3 {
    font-size: 185px;
    margin-bottom: 0;
    line-height: 1;
  }
}
.home .info-graphic .fsElement.third {
  left: 62%;
  width: 18%;
}
@media (min-width: 1180px) {
  .home .info-graphic .fsElement.third h3 {
    font-size: 75px;
    margin-bottom: 50px;
    line-height: 1;
  }
}
.home .info-graphic .fsElement.fourth {
  left: 80%;
  width: 20%;
}
@media (min-width: 1180px) {
  .home .info-graphic .fsElement.fourth h3 {
    font-size: 150px;
    line-height: 1;
  }
}
.home .info-graphic .fsElement.fifth {
  left: 0%;
  width: 19%;
}
@media (min-width: 1180px) {
  .home .info-graphic .fsElement.fifth h3 {
    font-size: 150px;
    line-height: 1;
  }
}
.home .info-graphic .fsElement.sixth {
  left: 19%;
  width: 17%;
}
@media (min-width: 1180px) {
  .home .info-graphic .fsElement.sixth h3 {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 50px;
  }
}
.home .info-graphic .fsElement.seventh {
  left: 36%;
  width: 42%;
}
@media (min-width: 1180px) {
  .home .info-graphic .fsElement.seventh h3 {
    font-size: 185px;
    margin-bottom: 0;
    line-height: 1;
  }
}
.home .info-graphic .fsElement.eighth {
  width: 22%;
  left: 78%;
}
@media (min-width: 1180px) {
  .home .info-graphic .fsElement.eighth h3 {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 40px;
  }
}
