@charset "UTF-8";
 /**
 *
 * Avon Old Farms - default_15
 * @link http://avon.finalsite.com/
 * Site Template : 
 * Built By: Devin Argenta & Lindsey Noble
 * Project Manager: Jaime Skerker
 * Designer: Nathan Lyttle
 * ==== Git Info ====
 * Branch Name: clients/avon
 * Build version: 1.0.0
 * Git Tag: Composer-Build-2.0-397-ga061637cdd
 * Last build by: Chris Norman
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700italic,400italic);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use: 
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts//icomoon.eot");
  src: url("../fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//icomoon.woff2") format("woff2"), url("../fonts//icomoon.woff") format("woff"), url("../fonts//icomoon.ttf") format("truetype"), url("../fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-icon-search:before {
  content: "\e908"; }

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

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

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

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

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

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

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

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

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

.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  color: #000000;
  font-size: 1.875em;
  line-height: 1.26667em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.53333em; }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  color: #000000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  color: #000000;
  font-size: 0.9375em;
  line-height: 2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.66667em; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  color: #000000;
  font-size: 1em;
  line-height: 1.625em;
  font-weight: 700;
  margin-bottom: 0.625em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  color: #000000;
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 600;
  margin-bottom: 0.625em; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  color: #000000;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.71429em; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #0d70b5;
  transition: background .3s, color .3s; }
  a:hover {
    color: #439a86; }

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

table.styled {
  margin-bottom: 1.25em;
  width: 100%; }
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th {
    padding: 10px 20px;
    text-align: left;
    background: #202a44;
    color: #fff; }
  table.styled td {
    padding: 0.625em 1.25em;
    background: rgba(0, 0, 0, 0.05); }
    table.styled tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }

table {
  margin-bottom: 1.25em;
  width: 100%; }
  table th,
  table td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table th {
    padding: 10px 20px;
    text-align: left;
    background: #202a44;
    color: #fff; }
  table td {
    padding: 0.625em 1.25em;
    background: rgba(0, 0, 0, 0.05); }
    table.styled tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 25px;
  background: #202a44;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  text-shadow: none;
  margin-top: 20px; }
  .fsLoadMoreButton:hover {
    background: rgba(32, 42, 68, 0.6);
    color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 25px;
  background: #202a44;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; }
  .button:hover {
    background: rgba(32, 42, 68, 0.6);
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 25px;
  background: #115d7d;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; }
  .color-button:hover {
    background: rgba(17, 93, 125, 0.6);
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button, .fs_style_16 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 25px;
  background: transparent;
  color: #000;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  border: solid 1px #202a44;
  padding: 12px 25px; }
  .hollow-button:hover, .fs_style_16:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #000; }
  .hollow-button em, .fs_style_16 em {
    display: block;
    font-style: normal; }
  .home .hollow-button, .home .fs_style_16 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 25px;
    background: transparent;
    color: #fff;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin: 10px;
    padding: 20px;
    box-shadow: none;
    border: solid 1px #fff; }
    .home .hollow-button:hover, .home .fs_style_16:hover {
      background: rgba(0, 0, 0, 0.6);
      color: #fff; }
    .home .hollow-button em, .home .fs_style_16 em {
      display: block;
      font-style: normal; }
  .hollow-button:hover, .fs_style_16:hover {
    background: black;
    color: #fff; }
    .home .hollow-button:hover, .home .fs_style_16:hover {
      background: #fff;
      color: #302f2d; }

.fs_style_17 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 25px;
  background: #202a44;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; }
  .fs_style_17:hover {
    background: rgba(32, 42, 68, 0.6);
    color: #fff; }
  .fs_style_17 em {
    display: block;
    font-style: normal; }

.fs_style_19 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 25px;
  background: #115d7d;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; }
  .fs_style_19:hover {
    background: rgba(17, 93, 125, 0.6);
    color: #fff; }
  .fs_style_19 em {
    display: block;
    font-style: normal; }

.fs_style_18 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 25px;
  background: #8a2333;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; }
  .fs_style_18:hover {
    background: rgba(138, 35, 51, 0.6);
    color: #fff; }
  .fs_style_18 em {
    display: block;
    font-style: normal; }

.callout-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px;
  background: #202a44;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  font-size: 17px; }
  .callout-button:hover {
    background: rgba(32, 42, 68, 0.6);
    color: #fff; }
  .callout-button em {
    display: block;
    font-style: normal;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }

.fs_style_22 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px;
  background: #202a44;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  font-size: 17px; }
  .fs_style_22:hover {
    background: rgba(32, 42, 68, 0.6);
    color: #fff; }
  .fs_style_22 em {
    display: block;
    font-style: normal;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }

.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px;
  background: #115d7d;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  font-size: 17px; }
  .fs_style_23:hover {
    background: rgba(17, 93, 125, 0.6);
    color: #fff; }
  .fs_style_23 em {
    display: block;
    font-style: normal;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }

.fs_style_24 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px;
  background: #8a2333;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  font-size: 17px; }
  .fs_style_24:hover {
    background: rgba(138, 35, 51, 0.6);
    color: #fff; }
  .fs_style_24 em {
    display: block;
    font-style: normal;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }

.fs_style_25 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px;
  background: #fff;
  color: #202a44;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  font-size: 17px;
  border: solid 1px #202a44; }
  .fs_style_25:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #202a44; }
  .fs_style_25 em {
    display: block;
    font-style: normal;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }
  .fs_style_25:hover {
    transition: .3s;
    border: solid 1px rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4); }

/*! content - style manger v0.0.1 */
.lead-in, .fs_style_14 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  line-height: 1.6;
  color: #232323;
  margin: 0 0 20px;
  display: block; }
  @media (min-width: 600px) {
    .lead-in, .fs_style_14 {
      font-size: 24px;
      line-height: 40px; } }
  @media (min-width: 900px) {
    .even-col .lead-in, .fix-left .lead-in, .fix-right .lead-in, .even-col .fs_style_14, .fix-left .fs_style_14, .fix-right .fs_style_14 {
      font-size: 36px;
      line-height: 50px; } }

blockquote {
  position: relative;
  margin: 45px 0;
  font-size: 18px;
  line-height: 34px;
  font-family: "Playfair Display", serif;
  color: #232323;
  text-align: center; }
  blockquote .fs_style_15 {
    margin-bottom: 0; }
  blockquote br:last-child {
    display: none; }

cite, .fs_style_15 {
  display: block;
  margin: 20px 0;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  color: #999;
  font-family: "acumin-pro", sans-serif; }
  cite:before, .fs_style_15:before {
    content: '- '; }

.callout, .fs_style_20 {
  padding: 20px;
  color: #202a44;
  font-weight: bold;
  float: right;
  font-size: 18px; }
  @media (min-width: 500px) {
    .callout, .fs_style_20 {
      width: 50%;
      margin-left: 20px;
      font-size: 22px; } }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px;
  background: #fff;
  z-index: 499 !important;
  transform: translateZ(0); }
  @media (min-width: 900px) {
    #fsHeader {
      padding: 0 40px; } }
  #fsHeader .fsBanner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto; }
    .home #fsHeader .fsBanner {
      box-shadow: none; }
  .fsDraftMode #fsHeader {
    display: block; }
  @media (min-width: 900px) {
    #fsHeader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }
  @media (min-width: 900px) {
    .fsAccountBarVisible #fsHeader {
      margin-top: 45px;
      border-top: solid 1px #eee; } }

#fsAccountBar {
  background-color: #eee; }

.header-left,
.header-right {
  padding: 20px 0;
  width: 50%; }
  .header-left ul, .header-left ul ul,
  .header-right ul,
  .header-right ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .header-left ul li,
  .header-right ul li {
    margin: 0;
    padding: 0; }
  .header-left ul li,
  .header-right ul li {
    display: inline-block;
    font-weight: 600;
    color: #0d1524;
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 12px;
    transition: .3s;
    vertical-align: text-top; }
    @media (min-width: 900px) {
      .header-left ul li,
      .header-right ul li {
        font-size: 14px; } }
    @media (min-width: 980px) {
      .header-left ul li,
      .header-right ul li {
        margin: 0 10px; } }
    @media (min-width: 1100px) {
      .header-left ul li,
      .header-right ul li {
        margin: 0 15px; } }
    .home .header-left ul li, .home
    .header-right ul li {
      color: #fff; }
      .home .header-left ul li a, .home
      .header-right ul li a {
        color: #fff; }
    .header-left ul li a,
    .header-right ul li a {
      color: #0d1524; }
    .header-left ul li:hover,
    .header-right ul li:hover {
      opacity: .7;
      transition: .3s; }

.header-left ul li:first-child {
  margin-right: 15px;
  margin-left: 0; }
  @media (min-width: 1100px) {
    .header-left ul li:first-child {
      margin-right: 25px; } }

.header-right {
  text-align: right; }
  @media (max-width: 800px) {
    .header-right li:not(:last-child) {
      display: none; } }
  .header-right li:last-child {
    margin-left: 20px;
    margin-right: 0; }
    @media (min-width: 980px) {
      .header-right li:last-child {
        margin-left: 40px; } }
    @media (min-width: 1100px) {
      .header-right li:last-child {
        margin-left: 50px; } }

body:not(.home) #fsHeader {
  background-color: #202a44;
  height: 105px; }
  @media (min-width: 500px) {
    body:not(.home) #fsHeader {
      background: #fff;
      border-bottom: solid 1px #eee;
      height: 70px; } }
  @media screen and (max-width: 499px) {
    body:not(.home) #fsHeader a, body:not(.home) #fsHeader button, body:not(.home) #fsHeader button:after, body:not(.home) #fsHeader button:before, body:not(.home) #fsHeader .login-button:before {
      color: #fff; }
    body:not(.home) #fsHeader button.drawer-toggle {
      color: transparent;
      padding-right: 0; }
    body:not(.home) #fsHeader .header-left, body:not(.home) #fsHeader .header-right {
      padding-top: 10px; }
    body:not(.home) #fsHeader .login-button:before {
      font-size: 20px; }
    body:not(.home) #fsHeader .login-button a {
      color: transparent;
      padding-left: 0; } }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 1; }
  .site-info-container h1 {
    margin-bottom: 0; }
  .home .site-info-container {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    padding: 0;
    opacity: 1; }
    @media (min-width: 600px) {
      .home .site-info-container {
        -ms-transform: translate(-50%, 65px);
        transform: translate(-50%, 65px); } }
  body:not(.home) .site-info-container {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    padding: 0;
    opacity: 1;
    padding: 0; }
    @media (min-width: 500px) {
      body:not(.home) .site-info-container {
        -ms-transform: translate(-50%, 20px);
        transform: translate(-50%, 20px); } }
    body:not(.home) .site-info-container a {
      color: transparent !important;
      background: url("../images/logo.png") no-repeat 50% 50%;
      background-size: contain;
      height: 70px;
      width: 140px; }
      @media (min-width: 500px) {
        body:not(.home) .site-info-container a {
          background: url("../images/in-logo.svg") no-repeat 0 50%;
          background-size: contain;
          height: 30px;
          min-width: 0;
          width: 240px; } }
  .site-info-container a {
    display: block;
    color: transparent;
    height: 70px;
    background: url("../images/in-logo.svg") no-repeat 0 50%;
    background-size: contain; }
    @media (min-width: 900px) {
      .site-info-container a {
        min-width: 350px; } }
    .home .site-info-container a {
      background: url("../images/logo.png") no-repeat 50% 50%;
      background-size: 215px;
      height: 110px;
      position: relative; }
      @media screen and (max-width: 799px) {
        .home .site-info-container a {
          background: url("../images/logo.png") no-repeat 50% 50%;
          background-size: contain;
          height: 100px; } }
      @media screen and (max-width: 599px) {
        .home .site-info-container a {
          height: 90px; } }
    .site-info-container a:hover {
      color: transparent; }

@media (min-width: 900px) {
  body:not(.home) #fsPageWrapper {
    padding-top: 70px; } }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 40px 20px;
  text-align: center;
  color: #a7c0ca; }
  @media (min-width: 800px) {
    #fsFooter {
      text-align: left; } }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 87.5em;
    max-width: 87.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 800px) {
      #fsFooter .fsBanner {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch; }
        #fsFooter .fsBanner > div {
          -ms-flex-positive: 1;
          flex-grow: 1; } }

.footer-left {
  font-size: 15px;
  color: #a7c0ca; }
  .footer-left p {
    margin-bottom: 0; }
  .footer-left a {
    color: #fff; }
  .footer-left h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px; }
    .footer-left h3 a {
      text-transform: none;
      color: #a7c0ca; }
      .footer-left h3 a:hover {
        color: #fff; }
  .footer-left footer {
    margin-top: 10px;
    margin-bottom: 10px; }

@media (max-width: 799px) {
  .footer-right {
    margin: 20px 0; } }

.footer-right a {
  color: #fff; }

@media (min-width: 800px) {
  .footer-right {
    text-align: right; } }

/*! structure - layouts v0.0.1 */
.wf-loading {
  visibility: hidden;
  opacity: 0; }

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

* {
  box-sizing: border-box; }

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

html {
  font-family: "acumin-pro", sans-serif;
  background: #202a44;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

body {
  font-size: 1em;
  line-height: 1.75;
  color: #676363; }
  body.home {
    padding-top: 0; }

#fsPageWrapper {
  overflow: hidden;
  position: relative;
  transition: .3s all ease-in-out; }
  .drawer-is-active #fsPageWrapper {
    height: 100%; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  .fsComposeMode #fsPageBodyWrapper {
    padding-top: 65px; }

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

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

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

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

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

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

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

.fsTwoColumnLayout .fsDiv .custom-module {
  padding: 20px; }
  @media (min-width: 700px) {
    .fsTwoColumnLayout .fsDiv .custom-module {
      padding: 30px; } }
  @media (min-width: 900px) {
    .fsTwoColumnLayout .fsDiv .custom-module {
      padding: 40px; } }
  .fsTwoColumnLayout .fsDiv .custom-module.gray {
    font-size: 14px;
    line-height: 1.8; }
    @media (min-width: 900px) {
      .fsTwoColumnLayout .fsDiv .custom-module.gray {
        font-size: 16px;
        line-height: 32px; } }

.fsTwoColumnLayout.wide-left {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px; }
  .fsTwoColumnLayout.wide-left > .fsDiv {
    padding: 0; }
    @media (min-width: 700px) {
      .fsTwoColumnLayout.wide-left > .fsDiv {
        float: left; } }
    .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
      width: 100%;
      padding-right: 0px; }
      @media (min-width: 700px) {
        .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
          width: 70%;
          padding-right: 50px; } }
      @media (min-width: 900px) {
        .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
          padding-right: 100px;
          width: 76%; } }
    .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-last {
      width: 100%;
      padding-left: 0; }
      @media (min-width: 700px) {
        .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-last {
          width: 30%; } }
      @media (min-width: 900px) {
        .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-last {
          width: 24%; } }

.fsTwoColumnLayout.custom-image-content {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
  margin-top: 50px; }
  body:not(.fsComposeMode) .fsTwoColumnLayout.custom-image-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fsTwoColumnLayout.custom-image-content > .fsDiv {
    padding: 0;
    margin-bottom: 0;
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnLayout.custom-image-content > .fsDiv {
        width: 50%; } }
    .fsTwoColumnLayout.custom-image-content > .fsDiv > .fsElement {
      margin-bottom: 0;
      width: 100%; }
    .fsTwoColumnLayout.custom-image-content > .fsDiv.fsStyleColumn-1 {
      display: -ms-flexbox;
      display: flex; }
    .fsTwoColumnLayout.custom-image-content > .fsDiv.fsStyleColumn-2 {
      display: -ms-flexbox;
      display: flex; }
  .fsTwoColumnLayout.custom-image-content .image-side {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 275px; }
    .fsTwoColumnLayout.custom-image-content .image-side:before, .fsTwoColumnLayout.custom-image-content .image-side:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .fsTwoColumnLayout.custom-image-content .image-side:before {
      background: #000;
      opacity: .1; }
    .fsTwoColumnLayout.custom-image-content .image-side:after {
      background-image: radial-gradient(circle, transparent 0%, #232443 100%);
      opacity: .35; }
    .fsTwoColumnLayout.custom-image-content .image-side.no-filter:before, .fsTwoColumnLayout.custom-image-content .image-side.no-filter:after {
      background: 0 none; }

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

@media (min-width: 600px) {
  .fsThreeColumnLayout.custom-grid-spacing {
    margin-left: -10px;
    margin-right: -10px; } }

.fsThreeColumnLayout.custom-grid-spacing > .fsDiv {
  width: 100%; }
  @media (min-width: 600px) {
    .fsThreeColumnLayout.custom-grid-spacing > .fsDiv {
      padding-left: 10px;
      padding-right: 10px;
      float: left;
      width: 50%; } }
  @media (min-width: 800px) {
    .fsThreeColumnLayout.custom-grid-spacing > .fsDiv {
      width: 33.3333%; } }
  @media (min-width: 600px) {
    .fsThreeColumnLayout.custom-grid-spacing > .fsDiv.fsStyleColumn-3 {
      width: 100%; } }
  @media (min-width: 800px) {
    .fsThreeColumnLayout.custom-grid-spacing > .fsDiv.fsStyleColumn-3 {
      width: 33.333%; } }

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

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

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

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

#fsPoweredByFinalsite {
  margin: 10px auto 0; }

.fsBreadcrumb {
  background-color: #fff; }
  .fsBreadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .fsBreadcrumb ul > li:first-child:before {
      content: '\e909';
      font-family: "IcoMoon";
      margin-right: 3px; }
  .fsBreadcrumb li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500; }
  .fsBreadcrumb a {
    color: #777;
    display: inline-block; }
    .fsBreadcrumb a:hover {
      color: #115d7d; }

.nav-bread {
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  display: none; }
  @media (min-width: 700px) {
    .nav-bread {
      display: block; } }
  @media (min-width: 900px) {
    .nav-bread {
      padding-left: 40px;
      padding-right: 40px; } }
  .nav-bread > .fsElementContent {
    max-width: 1180px;
    margin: 0 auto; }
  .fsPageLayout .nav-bread {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 30px; }
  #fsHeader .nav-bread {
    display: none; }
  body.home .nav-bread {
    display: none; }
  .even-col .nav-bread {
    display: none; }

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .nav-main {
      display: block; } }

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

.nav-main li {
  margin: 0;
  padding: 0; }

@media (min-width: 900px) {
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px; }
    .no-flexbox .nav-main .fsNavLevel1 > li {
      display: inline-block; }
    .no-flexbox .nav-main .fsNavLevel1:after {
      content: "";
      display: inline-block;
      width: 100%; } }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  .nav-main .fsNavLevel1 > li > a {
    padding: 1.25em;
    color: #fff;
    display: block; }
    .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
      background: #115d7d; }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden; }
  .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 9999px; }
  @media (max-width: 599px) {
    .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    z-index: 300; }

.nav-main .fsNavPageInfo {
  background: #202a44;
  text-align: left; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }

.nav-main .fsNavLevel2 a {
  padding: 0.625em;
  color: #fff;
  display: block; }
  .nav-main .fsNavLevel2 a:hover {
    background: #115d7d; }

/*! navigation - off-canvas v0.0.1 */
.fsMenu {
  position: relative;
  padding-bottom: 40px; }

.close-menu {
  position: absolute;
  right: 0px;
  top: -105px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  color: transparent;
  cursor: pointer; }
  @media (min-width: 800px) {
    .close-menu {
      top: 10px;
      right: 10px; } }
  .close-menu:after {
    content: '\e904';
    font-family: "IcoMoon";
    color: #7f8492;
    font-size: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    top: 0;
    right: 0;
    font-weight: normal;
    transition: .3s; }
  .close-menu:hover:after {
    color: #fff; }

.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 900px) {
    .drawer-ribbon {
      display: none; } }

.drawer-toggle {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: relative;
  color: #0d1524;
  padding-right: 40px;
  text-transform: uppercase; }
  .home .drawer-toggle {
    width: 40px;
    color: transparent; }
    @media (min-width: 600px) {
      .home .drawer-toggle {
        color: #fff;
        width: auto; } }
  .white-nav .drawer-toggle {
    color: #0d1524; }
  .drawer-toggle:after, .drawer-toggle:before {
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    width: 25px;
    content: '';
    background: currentColor;
    color: #0d1524; }
    .home .drawer-toggle:after, .home .drawer-toggle:before {
      color: #fff; }
  .drawer-toggle:before {
    margin-top: -8px;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: margin-top 0.3s, transform 0.3s; }
  .drawer-toggle:after {
    box-shadow: 0 8px 0 0 currentColor;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: box-shadow 0.3s, transform 0.3s; }

.white-nav .drawer-toggle:after, .white-nav .drawer-toggle:before {
  color: #0d1524; }

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  position: fixed;
  top: 0;
  min-height: 100%;
  max-width: 600px;
  overflow-y: scroll;
  height: 100%;
  background: #080a10; }
  #fsMenu::-webkit-scrollbar {
    display: none; }
  html.touch #fsMenu {
    -webkit-overflow-scrolling: touch;
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  #fsMenu > div {
    background: #080a10;
    overflow-y: visible; }
  #fsMenu .fsNavigation {
    text-align: center;
    text-transform: uppercase;
    margin: 0px 20px 20px;
    padding: 20px 0px;
    display: block; }
    @media (min-width: 600px) {
      #fsMenu .fsNavigation {
        margin: 0px 40px 20px; } }
    @media (min-width: 800px) {
      #fsMenu .fsNavigation {
        padding: 60px 40px 20px; } }
    #fsMenu .fsNavigation .fsNavLevel1 > li.fsNavCurrentPage > a,
    #fsMenu .fsNavigation .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      color: #fff;
      background: none; }
    #fsMenu .fsNavigation nav, #fsMenu .fsNavigation nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #fsMenu .fsNavigation nav li {
      margin: 0;
      padding: 0; }
    #fsMenu .fsNavigation a {
      color: #7f8492;
      display: block;
      padding: 10px 0;
      font-size: 16px; }
      #fsMenu .fsNavigation a:hover {
        color: #fff; }
    #fsMenu .fsNavigation:last-of-type {
      padding-top: 0; }
  #fsMenu .nav-main {
    position: relative; }
    #fsMenu .nav-main:after {
      content: '';
      position: absolute;
      width: 310px;
      max-width: 100%;
      height: 1px;
      background: #fff;
      opacity: .2;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .drawer-is-active #fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.touch .drawer-is-active #fsMenu {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

body {
  transition: 0.25s background, 0.15s opacity; }

.drawer-is-active {
  background: #000000;
  overflow: hidden; }
  @media (min-width: 800px) {
    .drawer-is-active #fsPageWrapper {
      transform: scale(0.95) translateZ(0);
      opacity: 0.6; }
    .drawer-is-active #fsHeader {
      transform: scale(1) translateZ(0); } }

.fsNews.spotlight-news {
  background: #202a44;
  padding: 40px 20px;
  color: #fff;
  font-size: 14px;
  margin: 40px 0 -40px;
  text-align: center;
  clear: both;
  color: #d4d9e5;
  font-size: 14px;
  line-height: 1.2em; }
  @media (min-width: 600px) {
    .fsNews.spotlight-news {
      padding: 40px; } }
  .fsNews.spotlight-news a {
    color: #fff; }
  .fsNews.spotlight-news .fsElementTitle {
    font-size: 13px;
    color: #a4abbd;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(164, 171, 189, 0.2);
    width: auto;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px; }
  .fsNews.spotlight-news .fsTitle {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 26px;
    color: #a4abbd;
    line-height: 1.2; }
    @media (min-width: 400px) {
      .fsNews.spotlight-news .fsTitle {
        font-size: 32px; } }
    .fsNews.spotlight-news .fsTitle a:hover {
      color: rgba(164, 171, 189, 0.8); }

/*! navigation - sub v0.0.1 */
.nav-sub {
  background-color: #f8f8f8;
  position: relative;
  margin-top: 10px;
  display: block; }
  @media (min-width: 700px) {
    .nav-sub {
      display: block; } }
  .nav-sub:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4a7485; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (max-width: 699px) {
    .nav-sub > .fsElementContent {
      display: none; } }
  .active-nav > .fsElementContent {
    display: block; }
  .nav-sub.mobile {
    margin-top: 0;
    display: block;
    background: #fff;
    padding: 30px 20px 0; }
    .nav-sub.mobile:before {
      display: none; }
    .nav-sub.mobile > .fsElementContent {
      background-color: #f8f8f8; }
    .nav-sub.mobile > header {
      background-color: #f8f8f8;
      position: relative; }
      .nav-sub.mobile > header:before {
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #4a7485; }
      .nav-sub.mobile > header > .fsElementTitle {
        padding: 10px 0; }
    @media (min-width: 700px) {
      .nav-sub.mobile {
        display: none; } }
    .nav-sub.mobile .fsNavLevel1 {
      padding-bottom: 5px; }
    body.home .nav-sub.mobile {
      display: none; }
    .fsPageLayout .nav-sub.mobile {
      margin-bottom: 20px; }
    .nav-sub.mobile.nav-sub-empty {
      display: none; }
  .custom-hero + .fsNavigation + .nav-sub.mobile {
    padding: 0; }
  .nav-sub .fsNavLevel1 {
    position: relative;
    padding: 0 20px 20px; }
    .nav-sub .fsNavLevel1 > li {
      text-align: left; }
      .nav-sub .fsNavLevel1 > li:last-child > a {
        border-bottom: none; }
      .nav-sub .fsNavLevel1 > li:first-child > a {
        border-top: 1px solid #dedede; }
        @media (min-width: 700px) {
          .nav-sub .fsNavLevel1 > li:first-child > a {
            padding-top: 30px;
            border-top: none; } }
      .nav-sub .fsNavLevel1 > li > a {
        padding: 20px 0px;
        border-bottom: 1px solid #dedede;
        display: block; }
        .landing-nav .fsNavLevel1 > li > a {
          padding: 40px 20px 10px;
          font-weight: bold; }
    .nav-sub .fsNavLevel1 a {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 400;
      color: #232323; }
      .nav-sub .fsNavLevel1 a:hover {
        color: #8a2333; }
  .nav-sub li.fsNavCurrentPage > a,
  .nav-sub li.fsNavCurrentPageAncestor > a {
    color: #8a2333; }
  .nav-sub .fsNavLevel2 > li > a {
    padding: 0.625em 1.25em;
    display: block; }
  .nav-sub > header {
    display: block;
    padding: 0 20px; }
    .nav-sub > header > .fsElementTitle {
      position: relative;
      margin: 0;
      padding: 15px 0;
      margin-bottom: 20px;
      cursor: pointer;
      color: #8a2333;
      font-family: "acumin-pro", sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase; }
      @media (min-width: 700px) {
        .nav-sub > header > .fsElementTitle {
          cursor: default;
          display: none; } }
      @media (max-width: 699px) {
        .nav-sub > header > .fsElementTitle:after {
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 40px;
          line-height: 40px;
          text-align: center;
          margin-left: 8px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 699px) {
        .active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

.linked-nav, .linked-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.linked-nav li {
  margin: 0;
  padding: 0; }

@media (max-width: 699px) {
  .linked-nav > .fsElementContent {
    display: none; } }

.active-nav > .fsElementContent {
  display: block; }

.linked-nav .fsNavLevel1 {
  position: relative; }
  .linked-nav .fsNavLevel1 > li {
    text-align: left; }
    .linked-nav .fsNavLevel1 > li > a {
      padding: 10px 15px;
      border-bottom: 1px solid #333;
      display: block;
      color: #333;
      font-weight: 500;
      font-size: 15px; }
      .landing-nav .fsNavLevel1 > li > a {
        padding: 40px 20px 10px;
        font-weight: bold; }
      .linked-nav .fsNavLevel1 > li > a:hover {
        background: rgba(51, 51, 51, 0.1); }

.linked-nav li.fsNavCurrentPage > a,
.linked-nav li.fsNavCurrentPageAncestor > a {
  color: #8a2333;
  background: rgba(51, 51, 51, 0.1); }

.linked-nav .fsNavLevel2 > li > a {
  padding: 0.625em 1.25em;
  display: block; }

.linked-nav > header {
  display: block; }
  @media (min-width: 700px) {
    .linked-nav > header {
      display: none; } }
  .linked-nav > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    background: #202a44;
    color: #fff;
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 700px) {
      .linked-nav > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 699px) {
      .linked-nav > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 699px) {
      .active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.linked-nav .fsNavLevel1 > li > a {
  padding: 10px 15px;
  border-bottom: 1px solid #333;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  height: 100%;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (min-width: 800px) {
  .linked-nav .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .linked-nav .fsNavLevel1 > li {
      -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
      margin-right: 20px; } }

@media (min-width: 900px) {
  .linked-nav .fsNavLevel1 > li {
    -ms-flex-preferred-size: calc(25% - 20px);
    flex-basis: calc(25% - 20px); } }

/*! Navigation - Social v0.0.5 */
.nav-social, .nav-social ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-social li {
  margin: 0;
  padding: 0; }

.nav-social ul {
  padding: 20px 0;
  display: block; }

.nav-social li {
  display: inline-block;
  vertical-align: middle; }

.nav-social .nav-social__item--facebook a {
  display: block; }
  .nav-social .nav-social__item--facebook a:before {
    content: ""; }

.nav-social .nav-social__item--instagram a {
  display: block; }
  .nav-social .nav-social__item--instagram a:before {
    content: ""; }

.nav-social .nav-social__item--linkedin a {
  display: block; }
  .nav-social .nav-social__item--linkedin a:before {
    content: ""; }

.nav-social .nav-social__item--pinterest a {
  display: block; }
  .nav-social .nav-social__item--pinterest a:before {
    content: ""; }

.nav-social .nav-social__item--tumblr a {
  display: block; }
  .nav-social .nav-social__item--tumblr a:before {
    content: ""; }

.nav-social .nav-social__item--twitter a {
  display: block; }
  .nav-social .nav-social__item--twitter a:before {
    content: ""; }

.nav-social .nav-social__item--vine a {
  display: block; }
  .nav-social .nav-social__item--vine a:before {
    content: ""; }

.nav-social .nav-social__item--smugmug a {
  display: block; }
  .nav-social .nav-social__item--smugmug a:before {
    content: ""; }

.nav-social .nav-social__item--youtube a {
  display: block; }
  .nav-social .nav-social__item--youtube a:before {
    content: ""; }

.nav-social .nav-social__item--vimeo a {
  display: block; }
  .nav-social .nav-social__item--vimeo a:before {
    content: ""; }

.nav-social .nav-social__item--facebook a:hover {
  color: #a7c0ca; }

.nav-social .nav-social__item--instagram a:hover {
  color: #a7c0ca; }

.nav-social .nav-social__item--linkedin a:hover {
  color: #a7c0ca; }

.nav-social .nav-social__item--pinterest a:hover {
  color: #a7c0ca; }

.nav-social .nav-social__item--tumblr a:hover {
  color: #a7c0ca; }

.nav-social .nav-social__item--twitter a:hover {
  color: #a7c0ca; }

.nav-social .nav-social__item--vine a:hover {
  color: #a7c0ca; }

.nav-social .nav-social__item--smugmug a:hover {
  color: #a7c0ca; }

.nav-social .nav-social__item--youtube a:hover {
  color: #a7c0ca; }

.nav-social .nav-social__item--vimeo a:hover {
  color: #a7c0ca; }

.nav-social a {
  font-size: 0.9375em;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: .1em solid currentColor; }
  .nav-social a:before {
    font-family: "IcoMoon";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.nav-social span {
  display: none; }

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

.nav-util li {
  margin: 0;
  padding: 0; }

.nav-util ul li a {
  padding: 0em 0em;
  display: block; }

.login-button {
  position: relative; }
  .login-button:before {
    content: '\e907';
    font-family: "IcoMoon";
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-weight: normal;
    font-size: 13px;
    margin-top: -1px; }
  .login-button a {
    padding-left: 20px;
    display: block;
    z-index: 1; }

#fsMenu .nav-quick.fsList {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  padding: 0;
  margin-bottom: 0; }
  #fsMenu .nav-quick.fsList > header > h2.fsElementTitle {
    font-weight: normal;
    cursor: pointer;
    font-size: 16px;
    color: #7f8492;
    display: block;
    padding: 20px;
    text-align: left;
    position: relative;
    margin: 0; }
    #fsMenu .nav-quick.fsList > header > h2.fsElementTitle:after {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      content: '\e905';
      font-family: "IcoMoon"; }
  #fsMenu .nav-quick.fsList .fsNavLevel1 {
    visibility: hidden;
    height: 0px;
    overflow: hidden; }
  #fsMenu .nav-quick.fsList.active-quick > header {
    box-shadow: 0 1px rgba(255, 255, 255, 0.2); }
    #fsMenu .nav-quick.fsList.active-quick > header > h2.fsElementTitle:after {
      content: '\e906'; }
  #fsMenu .nav-quick.fsList.active-quick .fsNavLevel1 {
    height: auto;
    visibility: visible;
    padding: 20px; }
    #fsMenu .nav-quick.fsList.active-quick .fsNavLevel1 > li > a {
      font-size: 14px;
      text-transform: none; }

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 25px;
    background: #676363;
    color: #fff;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: rgba(103, 99, 99, 0.6);
      color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }

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

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

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

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

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

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory h3.fsFullName {
    text-transform: none; }
  .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%; }
    .fsDirectory .fsConstituentItem .fsFullName a.fsConstituentProfileLink {
      text-transform: none; }

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #fff;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    color: #000000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 0px;
    display: block;
    font-size: 16px;
    padding: 13.33333px;
    color: #5c5c5c;
    transition: .3s;
    box-shadow: 0 -1px 0 0 #364157;
    position: relative; }
    .fsPanel:last-of-type > header h2 {
      box-shadow: 0 -1px 0 0 #364157, 0 1px 0 0 #364157; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #fff;
    transition: .3s;
    box-shadow: 0 -1px 0 0 #364157, inset 4px 0 0 #0d70b5; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #0d70b5;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen, .fsTabs .fsPanel.fsStateOpen {
  box-shadow: inset 4px 0 0 rgba(13, 112, 181, 0.2); }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background: #fff;
    box-shadow: 0 -1px 0 0 #364157, inset 4px 0 0 #0d70b5; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #202a44;
      box-shadow: none; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
        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;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  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;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: ""; }

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

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent:not(.fsTable) .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 25px;
    background: #676363;
    color: #fff;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background: rgba(103, 99, 99, 0.6);
      color: #fff; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent:not(.fsTable) .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent:not(.fsTable) .fsAthleticsOpponentNames {
    display: inline; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable thead {
      display: none; }
    .fsAthleticsEvent.fsTable tr {
      background: rgba(0, 0, 0, 0.05); }
      .fsAthleticsEvent.fsTable tr td {
        display: block;
        width: 100%;
        background: none;
        border: 0 none;
        padding: 0 .8em; }
        .fsAthleticsEvent.fsTable tr td:before {
          font-weight: bold; }
        .fsAthleticsEvent.fsTable tr td:first-child {
          padding-top: 0.5em; }
        .fsAthleticsEvent.fsTable tr td:last-child {
          padding-bottom: 0.5em; }
      .fsAthleticsEvent.fsTable tr .fsAthleticsVs {
        display: none; }
      .fsAthleticsEvent.fsTable tr .fsAthleticsOpponentNames:before {
        content: 'Opponent:';
        font-weight: bold;
        margin-right: 5px; }
      .fsAthleticsEvent.fsTable tr .fsDate:before {
        content: 'Date:';
        font-weight: bold;
        margin-right: 5px; }
      .fsAthleticsEvent.fsTable tr .fsTime:before {
        content: 'Time:';
        font-weight: bold; }
      .fsAthleticsEvent.fsTable tr .fsAthleticsLocations:before {
        content: 'Location:'; }
      .fsAthleticsEvent.fsTable tr .fsAthleticsAdvantage:before {
        content: 'Advantage:'; }
      .fsAthleticsEvent.fsTable tr .fsAthleticsEventType:before {
        content: 'Type:'; }
      .fsAthleticsEvent.fsTable tr .fsAthleticsDetails:before {
        content: 'Details:';
        margin-right: 5px; }
      .fsAthleticsEvent.fsTable tr .fsAthleticsResult:before {
        content: 'Result:'; }
      .fsAthleticsEvent.fsTable tr .fsAthleticsScore:before {
        content: 'Score:'; }
    .fsAthleticsEvent.fsTable tr:nth-of-type(odd) {
      background-color: rgba(0, 0, 0, 0.1); } }

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

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }
  @media (max-width: 800px) {
    .fsAthleticsRoster .fsElementTable thead {
      display: none; }
    .fsAthleticsRoster .fsElementTable tbody tr {
      background: rgba(0, 0, 0, 0.05); }
      .fsAthleticsRoster .fsElementTable tbody tr td {
        display: block;
        width: 100%;
        background: none;
        border: 0 none;
        padding: 0 .8em; }
        .fsAthleticsRoster .fsElementTable tbody tr td:before {
          font-weight: bold; }
        .fsAthleticsRoster .fsElementTable tbody tr td:first-child {
          padding-top: 0.5em; }
        .fsAthleticsRoster .fsElementTable tbody tr td:last-child {
          padding-bottom: 0.5em; }
      .fsAthleticsRoster .fsElementTable tbody tr .fsRosterPlayerNumber:before {
        content: '#'; }
      .fsAthleticsRoster .fsElementTable tbody tr .fsRosterName:before {
        content: 'Name:'; }
      .fsAthleticsRoster .fsElementTable tbody tr .fsRosterPosition:before {
        content: 'Position:'; }
      .fsAthleticsRoster .fsElementTable tbody tr .fsRosterHeight:before {
        content: 'Height:'; }
      .fsAthleticsRoster .fsElementTable tbody tr .fsRosterWeight:before {
        content: 'Weight:'; }
      .fsAthleticsRoster .fsElementTable tbody tr .fsRosterClass:before {
        content: 'Class:'; }
      .fsAthleticsRoster .fsElementTable tbody tr .fsRosterHometown:before {
        content: 'Hometown:'; }
    .fsAthleticsRoster .fsElementTable tbody tr:nth-of-type(odd) {
      background-color: rgba(0, 0, 0, 0.1); } }

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

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

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 0;
  font-size: 15px; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #202a44;
  border-radius: 100%;
  border: 2px solid #202a44;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      font-weight: 400;
      font-size: 14px; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 26px;
      font-weight: 600; }
    .fsCalendar .fsDate > span.fsDayName {
      display: none; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

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

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

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

@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(32, 42, 68, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(32, 42, 68, 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(32, 42, 68, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(32, 42, 68, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 25px;
    background: #676363;
    color: #fff;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: rgba(103, 99, 99, 0.6);
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

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

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0; }

.fsListItems article {
  margin-bottom: 20px; }

.custom-module {
  margin-bottom: 25px;
  color: #5c5c5c; }
  .custom-module h1, .custom-module h2, .custom-module h3, .custom-module h4, .custom-module h5, .custom-module h6 {
    color: #272727; }
  .custom-module > footer .fsElementFooterContent {
    margin-top: 30px; }
    @media (min-width: 900px) {
      .custom-module > footer .fsElementFooterContent {
        margin-top: 50px; } }
    .custom-module > footer .fsElementFooterContent a:last-child {
      margin-bottom: 0; }

.custom-module.black {
  background-color: #222224;
  padding: 30px 20px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7; }
  @media (min-width: 600px) {
    .custom-module.black {
      padding: 45px;
      font-size: 17px;
      line-height: 34px; } }
  .custom-module.black h1, .custom-module.black h2, .custom-module.black h3, .custom-module.black h4, .custom-module.black h5, .custom-module.black h6 {
    color: #fff; }
  .custom-module.black .fsElementTitle {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.4; }
    @media (min-width: 600px) {
      .custom-module.black .fsElementTitle {
        font-size: 30px; } }
  body:not(.fsComposeMode) .custom-module.black a {
    color: #fff; }
    body:not(.fsComposeMode) .custom-module.black a:hover {
      opacity: .7; }
  .custom-module.black .fs_style_16, .custom-module.black .fs_style_17, .custom-module.black .fs_style_18, .custom-module.black .fs_style_19 {
    box-shadow: none;
    border: solid 1px #fff;
    background: transparent;
    padding: 20px;
    line-height: 1.2; }
    .custom-module.black .fs_style_16:hover, .custom-module.black .fs_style_17:hover, .custom-module.black .fs_style_18:hover, .custom-module.black .fs_style_19:hover {
      background-color: #fff;
      color: #302f2d;
      opacity: 1; }

.custom-module.header-image {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400; }
  .custom-module.header-image .fsElementTitle {
    text-transform: none;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    -ms-flex-order: 5;
    order: 5;
    margin-bottom: 15px; }
  .custom-module.header-image > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .custom-module.header-image > header > .fsElementHeaderContent {
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 20px;
      background-size: cover;
      background-position: center;
      height: 180px;
      overflow: hidden; }
      .custom-module.header-image > header > .fsElementHeaderContent img {
        display: block; }
        body:not(.fsComposeMode) .custom-module.header-image > header > .fsElementHeaderContent img {
          opacity: 0;
          visibility: hidden; }

.custom-module.gray {
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  background-color: #f8f8f8; }
  @media (min-width: 600px) {
    .custom-module.gray {
      padding: 40px; } }
  .custom-module.gray > header .fsElementTitle {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase; }

.center-content {
  text-align: center; }

.module.alt {
  background: none;
  color: #676363; }

.full-width-panel {
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative; }
  @media (min-width: 600px) {
    .full-width-panel {
      padding: 80px 30px;
      font-size: 18px;
      line-height: 1.7;
      margin-top: 60px;
      margin-bottom: 100px; } }
  @media (min-width: 900px) {
    .full-width-panel {
      padding: 160px 20px 135px;
      font-size: 22px;
      line-height: 36px; } }
  body:not(.fsComposeMode) .full-width-panel {
    width: 100vw;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .full-width-panel:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1a1a1a;
    opacity: .5; }
  .full-width-panel > header, .full-width-panel > footer, .full-width-panel > .fsElementContent {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    transition: .3s; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .full-width-panel > header, body:not(.fsComposeMode) .full-width-panel > footer, body:not(.fsComposeMode) .full-width-panel > .fsElementContent {
        opacity: 0;
        visibility: hidden;
        -ms-transform: translateY(100px);
        transform: translateY(100px); } }
  .full-width-panel h1, .full-width-panel h2, .full-width-panel h3, .full-width-panel h4, .full-width-panel h5, .full-width-panel h6, .full-width-panel a {
    color: inherit; }
  .full-width-panel > header .fsElementTitle {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      .full-width-panel > header .fsElementTitle {
        font-size: 36px; } }
    @media (min-width: 900px) {
      .full-width-panel > header .fsElementTitle {
        font-size: 40px; } }
  .full-width-panel .fs_style_16, .full-width-panel .fs_style_17, .full-width-panel .fs_style_18, .full-width-panel .fs_style_19 {
    box-shadow: none;
    border: solid 1px #fff;
    background: transparent;
    line-height: 1.2; }
    @media (min-width: 600px) {
      .full-width-panel .fs_style_16, .full-width-panel .fs_style_17, .full-width-panel .fs_style_18, .full-width-panel .fs_style_19 {
        padding: 20px; } }
    .full-width-panel .fs_style_16:hover, .full-width-panel .fs_style_17:hover, .full-width-panel .fs_style_18:hover, .full-width-panel .fs_style_19:hover {
      background-color: #fff;
      color: #302f2d; }
  .full-width-panel > .fsElementContent {
    font-family: "Playfair Display", serif;
    letter-spacing: .009em; }
  .full-width-panel > footer > .fsElementFooterContent {
    margin-top: 30px; }
    @media (min-width: 900px) {
      .full-width-panel > footer > .fsElementFooterContent {
        margin-top: 50px; } }
    .full-width-panel > footer > .fsElementFooterContent a:last-child {
      margin-bottom: 0; }
  body:not(.fsComposeMode) .full-width-panel.show-content > header, body:not(.fsComposeMode) .full-width-panel.show-content > footer, body:not(.fsComposeMode) .full-width-panel.show-content > .fsElementContent {
    opacity: 1;
    visibility: visible;
    transition: .5s;
    -ms-transform: translateY(0);
    transform: translateY(0); }

.module {
  margin-bottom: 1.25em;
  padding: 1.25em;
  color: #fff;
  font-size: 16px;
  padding: 30px; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }
  .module .fsElementTitle {
    font-size: 17px;
    color: inherit;
    text-transform: uppercase; }

.module {
  background: #202a44; }

.module.alt {
  background: none;
  color: #676363; }

#fsPageBodyWrapper {
  transition: 0.3s all ease-in-out; }

.pc-active {
  background: #000;
  overflow: hidden; }
  .pc-active #fsPageBodyWrapper {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.7;
    overflow: hidden; }

.page-container {
  position: fixed;
  top: 0;
  right: 0;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 50%;
  height: 100%;
  z-index: 99;
  padding: 40px 80px;
  background: #fff;
  transition: 0.3s transform ease-in-out;
  overflow: scroll;
  padding-top: 120px; }
  body.pc-active .page-container {
    -ms-transform: translateX(0);
    transform: translateX(0); }

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999; }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #202a44, 1.8em -1.8em 0 0 rgba(32, 42, 68, 0.2), 2.5em 0 0 0 rgba(32, 42, 68, 0.2), 1.75em 1.75em 0 0 rgba(32, 42, 68, 0.2), 0 2.5em 0 0 rgba(32, 42, 68, 0.2), -1.8em 1.8em 0 0 rgba(32, 42, 68, 0.2), -2.6em 0 0 0 rgba(32, 42, 68, 0.5), -1.8em -1.8em 0 0 rgba(32, 42, 68, 0.7); }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(32, 42, 68, 0.7), 1.8em -1.8em 0 0 #202a44, 2.5em 0 0 0 rgba(32, 42, 68, 0.2), 1.75em 1.75em 0 0 rgba(32, 42, 68, 0.2), 0 2.5em 0 0 rgba(32, 42, 68, 0.2), -1.8em 1.8em 0 0 rgba(32, 42, 68, 0.2), -2.6em 0 0 0 rgba(32, 42, 68, 0.2), -1.8em -1.8em 0 0 rgba(32, 42, 68, 0.5); }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(32, 42, 68, 0.5), 1.8em -1.8em 0 0 rgba(32, 42, 68, 0.7), 2.5em 0 0 0 #202a44, 1.75em 1.75em 0 0 rgba(32, 42, 68, 0.2), 0 2.5em 0 0 rgba(32, 42, 68, 0.2), -1.8em 1.8em 0 0 rgba(32, 42, 68, 0.2), -2.6em 0 0 0 rgba(32, 42, 68, 0.2), -1.8em -1.8em 0 0 rgba(32, 42, 68, 0.2); }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(32, 42, 68, 0.2), 1.8em -1.8em 0 0 rgba(32, 42, 68, 0.5), 2.5em 0 0 0 rgba(32, 42, 68, 0.7), 1.75em 1.75em 0 0 #202a44, 0 2.5em 0 0 rgba(32, 42, 68, 0.2), -1.8em 1.8em 0 0 rgba(32, 42, 68, 0.2), -2.6em 0 0 0 rgba(32, 42, 68, 0.2), -1.8em -1.8em 0 0 rgba(32, 42, 68, 0.2); }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(32, 42, 68, 0.2), 1.8em -1.8em 0 0 rgba(32, 42, 68, 0.2), 2.5em 0 0 0 rgba(32, 42, 68, 0.5), 1.75em 1.75em 0 0 rgba(32, 42, 68, 0.7), 0 2.5em 0 0 #202a44, -1.8em 1.8em 0 0 rgba(32, 42, 68, 0.2), -2.6em 0 0 0 rgba(32, 42, 68, 0.2), -1.8em -1.8em 0 0 rgba(32, 42, 68, 0.2); }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(32, 42, 68, 0.2), 1.8em -1.8em 0 0 rgba(32, 42, 68, 0.2), 2.5em 0 0 0 rgba(32, 42, 68, 0.2), 1.75em 1.75em 0 0 rgba(32, 42, 68, 0.5), 0 2.5em 0 0 rgba(32, 42, 68, 0.7), -1.8em 1.8em 0 0 #202a44, -2.6em 0 0 0 rgba(32, 42, 68, 0.2), -1.8em -1.8em 0 0 rgba(32, 42, 68, 0.2); }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(32, 42, 68, 0.2), 1.8em -1.8em 0 0 rgba(32, 42, 68, 0.2), 2.5em 0 0 0 rgba(32, 42, 68, 0.2), 1.75em 1.75em 0 0 rgba(32, 42, 68, 0.2), 0 2.5em 0 0 rgba(32, 42, 68, 0.5), -1.8em 1.8em 0 0 rgba(32, 42, 68, 0.7), -2.6em 0 0 0 #202a44, -1.8em -1.8em 0 0 rgba(32, 42, 68, 0.2); }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(32, 42, 68, 0.2), 1.8em -1.8em 0 0 rgba(32, 42, 68, 0.2), 2.5em 0 0 0 rgba(32, 42, 68, 0.2), 1.75em 1.75em 0 0 rgba(32, 42, 68, 0.2), 0 2.5em 0 0 rgba(32, 42, 68, 0.2), -1.8em 1.8em 0 0 rgba(32, 42, 68, 0.5), -2.6em 0 0 0 rgba(32, 42, 68, 0.7), -1.8em -1.8em 0 0 #202a44; } }

/*! 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: #1a764e;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #439a86; }
    .fsComposerFormEmbed form .required {
      color: #202a44; }
    .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: #1a764e;
        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: #439a86;
          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: #202a44 !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: #115d7d !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "acumin-pro", 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; }

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

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 25px;
    background: #676363;
    color: #fff;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: rgba(103, 99, 99, 0.6);
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 13px 25px;
    background: #676363;
    color: #fff;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold; }
    .fsAccount .fsAccountLogout a:hover {
      background: rgba(103, 99, 99, 0.6);
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMedia .fsMediaTitle {
  display: none; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "acumin-pro", sans-serif;
    font-size: 16px;
    left: 0;
    line-height: 28px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      font-weight: normal;
      color: #000000;
      font-size: 24px;
      line-height: 34px;
      font-weight: 700;
      margin-bottom: 20px;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat;
  font-size: 15px; }
  .fsNews article table {
    width: 100% !important; }
    .fsNews article table img {
      max-width: 100%; }

.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em; }
  .fsNews .fsThumbnail img {
    display: block; }

.fsNews .fsTitle {
  color: #3f3c3c;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px; }
  .fsNews .fsTitle a {
    color: inherit; }
    .fsNews .fsTitle a:hover {
      color: #0d70b5; }

.fsNews .fsAuthor {
  font-size: 14px;
  line-height: 22px;
  color: #676363; }

.fsNews .fsDateTime {
  font-size: 14px;
  line-height: 22px;
  color: #676363; }

.fsNews .fsSummary {
  font-size: 14px;
  line-height: 22px;
  color: #676363; }

.fsPageLayout .fsNews.fsList {
  margin-bottom: 20px; }
  .fsPageLayout .fsNews.fsList article {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #eee; }
    .fsPageLayout .fsNews.fsList article:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  .fsPageLayout .fsNews.fsList:last-child {
    margin-bottom: 0; }
  .fsPageLayout .fsNews.fsList .fsBody p:last-child {
    margin-bottom: 0; }

.fsNews.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.fsNews.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%; }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; } }

.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1; }
  .no-flexbox .fsNews.fsGrid .fsListItems:after {
    display: table;
    clear: both;
    content: ''; }
  .no-flexbox .fsNews.fsGrid .fsListItems article {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; } }

.fsPostElement .fsThumbnail {
  margin: 0 auto; }

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.search-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: #0d1524;
  text-transform: uppercase;
  display: none; }
  @media (min-width: 800px) {
    .search-trigger {
      display: block; } }
  .home .search-trigger {
    color: #fff; }
    .home .search-trigger:before {
      color: #fff; }
  .white-nav .search-trigger {
    color: #0d1524; }
    .white-nav .search-trigger:before {
      color: #0d1524; }
  .search-trigger:before {
    content: '\e908';
    font-family: "IcoMoon";
    color: #0d1524;
    margin-right: 10px;
    font-size: 11px;
    font-weight: normal; }

.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #115d7d !important;
          background-image: none !important;
          width: 100%;
          height: 20px !important;
          color: #eee;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "acumin-pro", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 20px;
      width: 75px;
      background: #fff;
      position: relative;
      transition: 0.3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "acumin-pro", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 20px;
        font-size: 16px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: black;
        transition: 0.3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

.search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #080a10;
  z-index: 999;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: .3s transform ease-in-out;
  display: none; }
  .search-active .search-container {
    -ms-transform: translateY(0);
    transform: translateY(0); }

.search-module {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 60px 20px 5px; }
  @media (min-width: 600px) {
    .search-module {
      padding: 60px 40px 5px; } }
  @media (min-width: 800px) {
    #fsMenu .search-module {
      display: none; } }
  .search-module form {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2); }
    .search-module form:after {
      content: '';
      clear: both;
      display: block;
      width: 100%; }
    .search-module form input {
      width: calc(100% - 40px);
      height: 40px;
      padding: 0px 20px;
      background: #080a10;
      color: #fff;
      display: block;
      float: right;
      border: 0; }
      .search-module form input:focus {
        outline-width: 0px;
        outline-style: solid; }
    .search-module form button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      position: relative;
      width: 40px;
      height: 40px;
      padding: 8px 10px;
      display: block;
      float: left;
      background: #080a10;
      z-index: 1; }
      .search-module form button:hover:before {
        color: #8a2333; }
      .search-module form button:before {
        font-family: "IcoMoon";
        content: '\e908';
        color: #fff;
        transition: .25s all ease-in-out; }

@media (min-width: 800px) {
  .search-container {
    height: 100vh;
    background: rgba(8, 10, 16, 0.95);
    display: block; }
    .search-container > .fsElementContent {
      height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
    .search-container .search-module {
      width: 100%;
      padding-top: 0; }
      .search-container .search-module form {
        box-shadow: none;
        border-bottom: solid 2px rgba(255, 255, 255, 0.7); }
        .search-container .search-module form button, .search-container .search-module form input {
          background: transparent; } }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px;
  position: relative; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools {
    position: relative;
    border: 1px solid #676363; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0;
      height: 100%; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input table {
        margin: 0; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 50px;
        padding: 0; }
        .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #fff !important;
          background-image: none !important;
          width: 100%;
          height: 49px !important;
          color: #676363;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "acumin-pro", sans-serif;
          padding-right: 100px !important; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 20px;
      width: 75px;
      background: #fff;
      position: relative;
      transition: .3s;
      height: 50px;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: auto;
      background: #fff;
      padding: 20px;
      right: 0;
      color: #676363 !important;
      height: 100%;
      overflow: hidden;
      border-left: 0;
      width: 80px; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: '\e908';
        color: #676363;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 20px;
        font-size: 16px;
        font-family: "IcoMoon"; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: black;
        transition: .3s;
        color: #fff; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "acumin-pro", sans-serif;
  font-size: 16px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #676363; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #115d7d; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #1a764e !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #439a86 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

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

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

.fsFacebookList li {
  margin: 0;
  padding: 0; }

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

.fsVimeoList li {
  margin: 0;
  padding: 0; }

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 25px;
  background: #676363;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; }
  .vimeo_view_link a:hover {
    background: rgba(103, 99, 99, 0.6);
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

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

.fsYoutubeList li {
  margin: 0;
  padding: 0; }

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 13px 25px;
  background: #676363;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; }
  .Youtube_view_link a:hover {
    background: rgba(103, 99, 99, 0.6);
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        color: #000000;
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-bottom: 0px;
        display: block;
        font-size: 16px;
        padding: 13.33333px;
        color: #5c5c5c;
        transition: .3s;
        box-shadow: 0 -1px 0 0 #364157;
        font-size: 15px;
        background: #fff;
        color: #676363;
        box-shadow: none; }
        .fsPanel:last-of-type > header h2 {
          box-shadow: 0 -1px 0 0 #364157, 0 1px 0 0 #364157; }
        .fsTabs .fsTabsNav li a:hover {
          background: #fff;
          color: #0d70b5; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #fff;
        color: #8a2333;
        box-shadow: inset 0 -4px 0 #8a2333; }
  .fsTabs .fsPanel {
    box-shadow: none; }
    .fsTabs .fsPanel.fsStateOpen {
      box-shadow: none; }

.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; } }

/*! pages - home v0.0.1 */
.home .m-panel h1, .home .m-panel h2, .home .m-panel h3, .home .m-panel h4, .home .m-panel h5, .home .m-panel h6 {
  color: #fff; }

.home .fsLayout {
  margin: 0; }
  .home .fsLayout .fsDiv {
    padding: 0;
    margin: 0; }

.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100%;
  margin: 0; }

.home #fsPageContent {
  float: none !important;
  margin: 0; }

.home #fsHeader {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9; }
  @media (min-width: 900px) {
    .home #fsHeader {
      position: fixed; } }
  .fsDraftMode #fsHeader {
    position: relative; }
  .home #fsHeader:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%; }
  .touch .home #fsHeader {
    position: absolute; }

.home #fsHeader {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  transition: .3s all ease-in-out; }
  .home #fsHeader .fsBanner {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1; }

.hero-contain {
  height: 500px;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  background-position: 50%;
  font-size: 16px;
  line-height: 22px; }
  .hero-contain:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 21, 36, 0.6); }
  .hero-contain h2.fsElementTitle {
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 900px) {
      .hero-contain h2.fsElementTitle {
        font-size: 32px; } }
    @media (max-width: 600px) {
      .hero-contain h2.fsElementTitle {
        font-size: 24px; } }
  .hero-contain > .fsElementContent {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    text-align: center;
    width: 100%;
    max-width: 1144px;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    transition: .3s all ease-in-out; }
    @media (min-width: 900px) {
      .hero-contain > .fsElementContent {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 900px) {
      .hero-contain > .fsElementContent {
        padding: 20px;
        font-size: 14px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1; }
        .hero-contain > .fsElementContent a {
          opacity: 1; } }
    .hero-contain.visible > .fsElementContent {
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 1; }
      .hero-contain.visible > .fsElementContent a {
        opacity: 1; }
  body.fsComposeMode .hero-contain > .fsElementContent {
    position: relative;
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto; }

body {
  position: relative;
  height: 100%; }

body:not(.fsComposeMode) .pagination-dots {
  position: fixed;
  height: 100%;
  width: 45px;
  right: 20px;
  top: 0;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .pagination-dots {
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1030px) {
    body:not(.fsComposeMode) .pagination-dots {
      right: 40px; } }

body:not(.fsComposeMode) .page-dot {
  position: relative;
  height: 20px;
  cursor: pointer; }
  body:not(.fsComposeMode) .page-dot:after {
    content: '';
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-radius: 100%;
    transition: .3s; }
    .pagination-dots.light .page-dot:after {
      box-shadow: 0 0 0px 1px rgba(48, 47, 45, 0.7); }
  body:not(.fsComposeMode) .page-dot > span {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    padding: 0px 18px;
    padding-right: 43px;
    line-height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
    body:not(.fsComposeMode) .page-dot > span:before {
      content: '';
      height: 100%;
      width: calc(100% - 25px);
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(43, 43, 43, 0.7);
      z-index: -1; }
  body:not(.fsComposeMode) .page-dot:hover > span {
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  body:not(.fsComposeMode) .page-dot:hover:after {
    background-color: rgba(255, 255, 255, 0.7);
    transition: .3s; }
    .pagination-dots.light .page-dot:hover:after {
      background-color: rgba(48, 47, 45, 0.7); }
  body:not(.fsComposeMode) .page-dot.on:after {
    background-color: #fff;
    box-shadow: 0 0 0px 1px #fff; }
    .pagination-dots.light .page-dot.on:after {
      background-color: #302f2d;
      box-shadow: 0 0 0px 1px #302f2d; }

.panel-contain {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #0d1524; }
  @media (min-width: 900px) {
    .panel-contain {
      height: 100vh; } }
  .panel-contain > .fsElementContent {
    height: 100%;
    overflow: hidden; }
    @media screen and (max-width: 899px) {
      .panel-contain > .fsElementContent {
        opacity: 0; }
        .panel-contain > .fsElementContent.slick-initialized {
          opacity: 1; } }
  .panel-contain .slick-slide {
    height: 100vh;
    outline: transparent;
    background-size: cover;
    background-position: center; }
    .panel-contain .slick-slide .hollow-button {
      opacity: 1;
      padding: 10px 15px; }
      @media (min-width: 600px) {
        .panel-contain .slick-slide .hollow-button {
          padding: 20px; } }
  .panel-contain .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .panel-contain .slick-dots > li {
      color: transparent;
      width: 8px;
      height: 8px;
      box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.7);
      overflow: hidden;
      margin: 0 10px;
      display: block;
      border-radius: 100%;
      transition: .3s; }
      .panel-contain .slick-dots > li.slick-active {
        box-shadow: 0 0 0px 1px #fff;
        background: #fff; }
    .panel-contain .slick-dots button {
      padding: 0;
      background: transparent;
      color: transparent;
      border: none; }

.m-panel {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 300px;
  opacity: 1;
  color: #fff;
  text-align: center;
  background: #0d1524;
  transition: .3s all ease-in-out;
  top: 0;
  left: 0;
  -ms-transform-origin: 50%;
  transform-origin: 50%; }
  @media (min-width: 900px) {
    .m-panel {
      overflow: hidden;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0; } }
  .m-panel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 19, 32, 0.6);
    z-index: 1; }
  .m-panel.hero h2.fsElementTitle {
    font-weight: 100;
    line-height: 1.2;
    font-size: 7.25vw;
    font-family: "fira-sans", sans-serif; }
    @media (min-width: 700px) {
      .m-panel.hero h2.fsElementTitle {
        font-size: 3.75vw; } }
    @media (min-width: 900px) {
      .m-panel.hero h2.fsElementTitle {
        font-size: 3.5vw; } }
    .m-panel.hero h2.fsElementTitle:after {
      display: none; }
  .m-panel.hero .fsElementHeaderContent {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.75; }
    @media (min-width: 600px) {
      .m-panel.hero .fsElementHeaderContent {
        margin-bottom: 50px;
        font-size: 16px;
        line-height: 1.2; } }
    .m-panel.hero .fsElementHeaderContent span {
      cursor: pointer; }
  .m-panel.hero .fsElementFooterContent br {
    display: none; }
    @media (min-width: 600px) {
      .m-panel.hero .fsElementFooterContent br {
        display: block; } }
  .m-panel.hero .inner-panel {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%; }
    @media (min-width: 600px) {
      .m-panel.hero .inner-panel {
        top: 35vh;
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 900px) {
      .m-panel.hero .inner-panel {
        max-width: calc(100% - 100px); } }
    @media (min-width: 1130px) {
      .m-panel.hero .inner-panel {
        max-width: calc(100% - 170px); } }
    @media screen and (min-width: 600px) and (max-width: 899px) {
      .m-panel.hero .inner-panel {
        padding-top: 0;
        padding-left: 30px;
        padding-right: 30px; }
        .m-panel.hero .inner-panel .fsElementTitle {
          margin-bottom: 20px; }
        .m-panel.hero .inner-panel .fsElementHeaderContent {
          margin-bottom: 0; } }
    .m-panel.hero .inner-panel .fs_style_24 {
      opacity: 1; }
  .m-panel h2.fsElementTitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    transition: .35s opacity .5s ease-in-out; }
    @media (min-width: 600px) {
      .m-panel h2.fsElementTitle {
        margin-bottom: 50px;
        font-size: 18px; } }
    @media (min-width: 900px) {
      .m-panel h2.fsElementTitle {
        opacity: 0; } }
    .m-panel h2.fsElementTitle:after {
      content: '';
      width: 50px;
      position: absolute;
      display: block;
      height: 1px;
      background: rgba(255, 255, 255, 0.3);
      bottom: -10px;
      margin: 0 auto;
      left: 0;
      right: 0; }
      @media (min-width: 600px) {
        .m-panel h2.fsElementTitle:after {
          bottom: -20px; } }
  .active-slide h2.fsElementTitle {
    opacity: 1; }
  @media (min-width: 900px) {
    .m-panel:not(.hero) .fsElementHeaderContent {
      font-size: 50px;
      margin-bottom: 25px; } }
  .m-panel:not(.hero) .fsElementFooterContent br {
    line-height: 0; }
    @media (min-width: 600px) {
      .m-panel:not(.hero) .fsElementFooterContent br {
        line-height: 22px; } }
  .m-panel:not(.hero) .fsElementFooterContent br:nth-of-type(2) {
    display: none; }
  .m-panel:not(.hero) .fsElementFooterContent a {
    margin: 35px auto 0; }
    @media (min-width: 600px) {
      .m-panel:not(.hero) .fsElementFooterContent a {
        margin: 55px auto 0; } }
  .m-panel .fsElementHeaderContent {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 20px;
    transition: .5s all .25s ease-in-out; }
    @media (min-width: 600px) {
      .m-panel .fsElementHeaderContent {
        font-size: 32px; } }
    @media (min-width: 900px) {
      .m-panel .fsElementHeaderContent {
        opacity: 0;
        -ms-transform: translateY(150px);
        transform: translateY(150px); } }
    .active-slide .fsElementHeaderContent {
      opacity: 1;
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    @media (min-width: 900px) {
      .m-panel .fsElementHeaderContent {
        margin-bottom: 50px;
        font-size: 50px; } }
  .m-panel .fsElementFooterContent {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    max-width: 1024px;
    margin: 0 auto;
    transition: .55s all .55s ease-in-out; }
    @media (min-width: 600px) {
      .m-panel .fsElementFooterContent {
        font-size: 15px;
        line-height: 30px; } }
    @media (min-width: 900px) {
      .m-panel .fsElementFooterContent {
        opacity: 0;
        -ms-transform: translateY(150px);
        transform: translateY(150px); } }
    .active-slide .fsElementFooterContent {
      opacity: 1;
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  .m-panel video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (min-width: 900px) {
      .m-panel video {
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        transition: .35s all ease-out;
        opacity: 0; } }
  .m-panel.active-slide {
    z-index: 99;
    opacity: 1; }
    .m-panel.active-slide video {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1); }
  .m-panel .inner-panel {
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: 120px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 99;
    padding: 20px;
    padding-bottom: 0; }
    @media (min-width: 600px) {
      .m-panel .inner-panel {
        padding: 40px 60px;
        top: 50%;
        transform: translate3d(0, -50%, 0); } }

.m-panel a, .hero-contain a {
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 10px;
  padding: 20px;
  max-width: 300px;
  text-align: center;
  opacity: 0;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  transition: .25s all ease-in-out; }
  .active-slide .fsElementFooterContent a {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
  .m-panel a:hover, .hero-contain a:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 0 0px #fff, inset 0 -1px 0 #fff; }
  .fsComposeMode .m-panel a, .fsComposeMode .hero-contain a {
    opacity: 1; }

.hero-contain .fsElementTitle {
  margin-bottom: 25px; }

.hero-contain .fsElementFooterContent a.hollow-button {
  margin-top: 55px;
  padding: 10px 15px; }
  @media (min-width: 600px) {
    .hero-contain .fsElementFooterContent a.hollow-button {
      padding: 20px; } }

.fsDraftMode .panel-contain {
  height: auto;
  overflow: visible; }

.fsDraftMode .m-panel {
  position: relative;
  height: auto;
  opacity: 1;
  overflow: hidden; }
  .fsDraftMode .m-panel video {
    display: none; }
  .fsDraftMode .m-panel .fsElementHeaderContent, .fsDraftMode .m-panel .fsElementFooterContent {
    position: relative;
    opacity: 1;
    -ms-transform: none !important;
    transform: none !important; }
  .fsDraftMode .m-panel .inner-panel {
    height: auto;
    position: relative;
    top: 0;
    -ms-transform: translateY(0);
    transform: translateY(0); }

body.final-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }

.hp-news {
  background: #fcfbfb;
  padding: 60px 20px; }
  @media (min-width: 600px) {
    .hp-news {
      padding: 100px 20px; } }
  .hp-news h2.fsElementTitle {
    text-align: center;
    text-transform: uppercase;
    color: #302f2d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0 auto; }
  .hp-news header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 80px; }
    @media (max-width: 900px) {
      .hp-news header {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px; } }
    .hp-news header h2.fsElementTitle {
      -ms-flex-item-align: center;
      align-self: center;
      font-size: 18px;
      line-height: 40px;
      padding: 0px 0;
      text-align: center;
      position: relative;
      color: #302f2d; }
      .hp-news header h2.fsElementTitle:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 50px;
        height: 1px;
        background: #302f2d;
        margin: 0 auto;
        text-align: center; }
    .hp-news header .fsElementHeaderContent {
      -ms-flex-item-align: end;
      align-self: flex-end; }
      @media (max-width: 800px) {
        .hp-news header .fsElementHeaderContent {
          -ms-flex-item-align: center;
          align-self: center; } }
  .hp-news a {
    color: #989fa6;
    font-size: 14px;
    font-size: 12px; }
    @media (max-width: 800px) {
      .hp-news a {
        margin: 0 auto;
        display: block;
        text-align: center;
        -ms-flex-item-align: center;
        align-self: center; } }
    .hp-news a:hover {
      color: #202a44; }
  .hp-news .fsListItems {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 800px) {
      .hp-news .fsListItems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .hp-news article {
    background: #f6f4f4;
    border: 1px solid #eeecec;
    font-size: 14px;
    line-height: 22px;
    color: #676363; }
    .hp-news article:nth-child(1) {
      transition: 0.35s 0.2s; }
    .hp-news article:nth-child(2) {
      transition: 0.35s 0.4s; }
    .hp-news article:nth-child(3) {
      transition: 0.35s 0.6s; }
    @media (min-width: 800px) {
      .hp-news article {
        -ms-flex-preferred-size: calc(33.33% - 20px);
        flex-basis: calc(33.33% - 20px);
        position: relative;
        -ms-transform: translateY(200px);
        transform: translateY(200px);
        transition: .25s transform ease-in-out, .45s opacity ease-in-out;
        opacity: 0;
        margin-bottom: 0 !important; }
        .hp-news.active article {
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          opacity: 1; }
        body.fsComposeMode .hp-news article {
          opacity: 1;
          -ms-transform: translateY(0);
          transform: translateY(0); } }
    .hp-news article .fsTitle, .hp-news article .fsTitle a {
      color: #3f3c3c;
      font-weight: 500;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 5px; }
      .hp-news article .fsTitle:hover, .hp-news article .fsTitle a:hover {
        color: #115d7d; }
    .hp-news article .fsTitle:before {
      content: '';
      background-size: cover;
      background-position: center;
      display: block;
      overflow: hidden;
      margin: -20px -20px 20px;
      height: 200px; }
      @media (min-width: 600px) {
        .hp-news article .fsTitle:before {
          height: 230px; } }
    .hp-news article:first-of-type .fsTitle:before {
      background-image: url("../images/thumb-bg.jpg"); }
    .hp-news article:nth-child(2) .fsTitle:before {
      background-image: url("../images/thumb-bg2.jpg"); }
    .hp-news article:nth-child(3) .fsTitle:before {
      background-image: url("../images/thumb-bg3.jpg"); }
    .hp-news article .fsThumbnail {
      background-size: cover;
      background-position: 50%;
      height: 230px; }
      .hp-news article .fsThumbnail img {
        visibility: hidden; }
      .hp-news article .fsThumbnail + .news-inner .fsTitle:before {
        display: none; }
  .hp-news .news-inner {
    padding: 20px; }
  .hp-news.fsPostElement .fsCroppedImage {
    display: none; }

.white-nav #fsHeader {
  background: rgba(255, 255, 255, 0.9); }

.white-nav .header-left, .white-nav .header-right {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%; }
  .white-nav .header-left ul li a, .white-nav .header-left ul li:before, .white-nav .header-right ul li a, .white-nav .header-right ul li:before {
    color: #0d1524; }

.white-nav #fsHeader, .hide-logo #fsHeader {
  max-height: 65px; }

.white-nav .site-info-container, .hide-logo .site-info-container {
  -ms-transform: translate(-50%, -200px) scale(0.5);
  transform: translate(-50%, -200px) scale(0.5);
  opacity: 0;
  transition: .45s all ease-in-out; }

.white-nav .header-left, .hide-logo .header-left {
  text-align: left; }

.white-nav .header-right, .hide-logo .header-right {
  text-align: right; }

.white-nav .header-left, .white-nav .header-right, .hide-logo .header-left, .hide-logo .header-right {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%; }

.hp-map {
  height: 500px;
  /* white background and box outline */
  /* arrow colour */
  /* image icon inside close button */ }
  .touch .hp-map .gm-style {
    pointer-events: none; }
  .hp-map .gmnoprint:not(.gm-bundled-control), .hp-map .gm-svpc {
    display: none; }
  .hp-map .gmnoprint.gm-bundled-control .gmnoprint {
    display: block; }
  .hp-map .gm-style {
    background-color: #202a44;
    color: #edecea;
    font-family: "acumin-pro", sans-serif;
    font-size: 14px;
    font-weight: 600; }
  .hp-map .gm-style-iw {
    font-family: "acumin-pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center; }
  .hp-map .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:nth-of-type(4) {
    /* we have to use !important because we are overwritng inline styles */
    background-color: #202a44 !important;
    box-shadow: none !important; }
  .hp-map .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
    background-color: #202a44 !important; }
  .hp-map .gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
    display: none; }
    .hp-map .gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
      display: none; }

.touch .panel-contain .slick-slide {
  max-height: calc(100vh - 60px); }
  @media (min-width: 600px) {
    .touch .panel-contain .slick-slide {
      max-height: 800px; } }

/*! pages - style-guide v0.0.1 */
body.hero-enhancement #fsPageWrapper {
  padding-top: 0; }

body.hero-enhancement #fsPageBodyWrapper {
  padding-top: 0; }

body.hero-enhancement .fsPageTitle, body.hero-enhancement .custom-hero .fsElementTitle {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (min-width: 500px) {
    body.hero-enhancement .fsPageTitle, body.hero-enhancement .custom-hero .fsElementTitle {
      font-size: 36px; } }
  @media (min-width: 700px) {
    body.hero-enhancement .fsPageTitle, body.hero-enhancement .custom-hero .fsElementTitle {
      font-size: 50px; } }
  body.hero-enhancement .fsPageTitle + .fsElementHeaderContent, body.hero-enhancement .custom-hero .fsElementTitle + .fsElementHeaderContent {
    margin-top: 10px; }
    @media (min-width: 700px) {
      body.hero-enhancement .fsPageTitle + .fsElementHeaderContent, body.hero-enhancement .custom-hero .fsElementTitle + .fsElementHeaderContent {
        margin-top: 30px; } }

body.hero-enhancement #fsHeader {
  height: auto;
  border-bottom: none;
  background: transparent;
  position: absolute;
  width: 100%; }
  @media (min-width: 900px) {
    body.hero-enhancement:not(.fsComposeMode) #fsHeader {
      position: fixed; } }
  @media (min-width: 500px) {
    body.hero-enhancement #fsHeader:not(.white-nav) a, body.hero-enhancement #fsHeader:not(.white-nav) button, body.hero-enhancement #fsHeader:not(.white-nav) button:after, body.hero-enhancement #fsHeader:not(.white-nav) button:before, body.hero-enhancement #fsHeader:not(.white-nav) .login-button:before {
      color: #fff; } }

@media screen and (min-width: 500px) and (max-width: 899px) and (min-width: 500px) {
  body.hero-enhancement #fsHeader.white-nav a, body.hero-enhancement #fsHeader.white-nav button, body.hero-enhancement #fsHeader.white-nav button:after, body.hero-enhancement #fsHeader.white-nav button:before, body.hero-enhancement #fsHeader.white-nav .login-button:before {
    color: #fff; } }
  body.hero-enhancement #fsHeader > .fsBanner {
    box-shadow: none; }
  body.hero-enhancement #fsHeader .site-info-container {
    opacity: 1; }
    @media (min-width: 500px) {
      body.hero-enhancement #fsHeader .site-info-container {
        -ms-transform: translate(-50%, 65px) scale(1);
        transform: translate(-50%, 65px) scale(1); } }
    body.hero-enhancement #fsHeader .site-info-container a {
      color: transparent;
      background: url("../images/logo.png") no-repeat 50% 50%;
      background-size: contain; }
      @media (min-width: 500px) {
        body.hero-enhancement #fsHeader .site-info-container a {
          height: 100px; } }
  @media (min-width: 900px) {
    body.hero-enhancement #fsHeader.hide-logo .site-info-container {
      -ms-transform: translate(-50%, -200px) scale(0.5);
      transform: translate(-50%, -200px) scale(0.5);
      opacity: 0;
      transition: .45s transform ease-in-out; } }
  @media (min-width: 900px) {
    body.hero-enhancement #fsHeader.white-nav {
      background-color: #fff;
      border-bottom: solid 1px #eee; }
      body.hero-enhancement #fsHeader.white-nav .site-info-container {
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        body.hero-enhancement #fsHeader.white-nav .site-info-container a {
          background: url("../images/in-logo.svg") no-repeat;
          background-size: contain;
          height: 30px;
          min-width: 0;
          margin: 20px 0px; } }

.custom-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: 300px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 120px;
  background-color: #fff; }
  @media (min-width: 500px) {
    .custom-hero {
      min-height: 600px;
      padding-top: 200px;
      font-size: 17px;
      line-height: 30px;
      margin-bottom: 25px; } }
  @media (min-width: 700px) {
    .custom-hero {
      font-size: 22px;
      line-height: 36px; } }
  .custom-hero .fsElementHeaderContent {
    display: none; }
    @media (min-width: 500px) {
      .custom-hero .fsElementHeaderContent {
        display: block; } }
  .custom-hero h1, .custom-hero h2, .custom-hero h3, .custom-hero h4, .custom-hero h5, .custom-hero h6 {
    color: inherit;
    font-family: "acumin-pro", sans-serif; }
  .custom-hero a {
    color: inherit; }
  .custom-hero:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0f1320;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0; }
  .custom-hero > header, .custom-hero > footer, .custom-hero > .fsElementContent {
    position: relative;
    max-width: 1100px;
    margin: 0 auto; }
  body:not(.fsComposeMode) .custom-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    body:not(.fsComposeMode) .custom-hero > header {
      padding-bottom: 30px;
      opacity: 1;
      transition: .3s; }
      @media (min-width: 500px) {
        body:not(.fsComposeMode) .custom-hero > header {
          padding-bottom: 50px; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .custom-hero > header {
          padding-bottom: 100px; } }
      body:not(.fsComposeMode) .custom-hero > header.hide {
        opacity: 0;
        transition: .3s; }
      body:not(.fsComposeMode) .custom-hero > header .fsPageTitle + .fsElementTitle {
        display: none; }
  .custom-hero.video {
    position: relative;
    overflow: hidden;
    background: #222224 !important; }
    .custom-hero.video:before {
      z-index: 1; }
    .custom-hero.video > .fsElementContent {
      position: static; }
      .custom-hero.video > .fsElementContent > .fsMediaCustomPlayer {
        position: static; }
    .custom-hero.video > header {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0;
      z-index: 25;
      padding-left: 20px;
      padding-right: 20px; }
    .custom-hero.video video {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      max-height: none;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  body.top-video .custom-hero.video video {
    top: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 50%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 25%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 12.5%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #676363;
      color: #676363; }
      .colors ol li:nth-of-type(1):after {
        content: "#676363"; }
    .colors ol li:nth-of-type(2) {
      background: #202a44;
      color: #202a44; }
      .colors ol li:nth-of-type(2):after {
        content: "#202a44"; }
    .colors ol li:nth-of-type(3) {
      background: #115d7d;
      color: #115d7d; }
      .colors ol li:nth-of-type(3):after {
        content: "#115d7d"; }
    .colors ol li:nth-of-type(4) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(4):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(5) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(5):after {
        content: "#333"; }
    .colors ol li:nth-of-type(6) {
      background: #1a764e;
      color: #1a764e; }
      .colors ol li:nth-of-type(6):after {
        content: "#1a764e"; }
    .colors ol li:nth-of-type(7) {
      background: #439a86;
      color: #439a86; }
      .colors ol li:nth-of-type(7):after {
        content: "#439a86"; }
    .colors ol li:nth-of-type(8) {
      background: #4a7485;
      color: #4a7485; }
      .colors ol li:nth-of-type(8):after {
        content: "#4a7485"; }

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

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

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

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

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

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

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

.even-col #fsPageBody,
.fix-left #fsPageBody,
.fix-right #fsPageBody {
  max-width: 100%; }

@media (min-width: 900px) {
  .even-col .fsTwoColumnLayout,
  .fix-left .fsTwoColumnLayout,
  .fix-right .fsTwoColumnLayout {
    display: -ms-flexbox;
    display: flex; } }

.even-col .fsTwoColumnLayout > .fsDiv,
.fix-left .fsTwoColumnLayout > .fsDiv,
.fix-right .fsTwoColumnLayout > .fsDiv {
  position: relative; }

.fix-left .fsTwoColumnLayout > .fsDiv:first-of-type {
  padding: 0; }

.fix-right .fsTwoColumnLayout > .fsDiv:last-of-type {
  padding: 0; }

.fix-left-wrapper,
.fix-right-wrapper {
  text-align: center;
  padding: 40px;
  position: relative; }
  @media (min-width: 900px) {
    .fix-left-wrapper,
    .fix-right-wrapper {
      padding: 150px 50px; } }

.even-col .fsPageTitle {
  display: none; }

.even-col #fsPageBodyWrapper {
  padding: 0;
  min-height: 500px; }
  @media (min-width: 600px) {
    .even-col #fsPageBodyWrapper {
      height: 100vh;
      height: calc(100vh - 100px); } }

.even-col #fsPageBody {
  padding: 0; }

.even-col #fsPageContent {
  float: none; }

.even-col .fsLayout {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 800px) {
    .even-col .fsLayout {
      -ms-flex-direction: row;
      flex-direction: row; } }

.even-col .fsPageLayout > .fsDiv {
  height: 100%;
  display: block;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  min-height: 500px;
  margin: 0; }
  @media (min-width: 800px) {
    .even-col .fsPageLayout > .fsDiv {
      min-height: calc(100vh - 100px); } }

.even-col .landing-photo {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; }

.even-col .even-content-wrapper {
  padding: 40px;
  text-align: center; }
  @media (min-width: 800px) {
    .even-col .even-content-wrapper {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 100%;
      overflow: auto; } }

@media (max-width: 799px) {
  .even-col .fsPageLayout > .fsDiv:first-of-type {
    -ms-flex-order: 2;
    order: 2; }
  .even-col .fsPageLayout > .fsDiv:last-of-type {
    -ms-flex-order: 1;
    order: 1; } }

.ui-widget a {
  color: #0d70b5; }
  .ui-widget a:hover {
    color: #439a86; }

:target:before {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */ }
