 /**
 *
 * Vista Vocational - default
 * @link http://vista.finalsite.com
 * Built By: Ryan Reese
 * Project Manager: Ralph Purificato
 * Designer: Freddie Pierce
 *
 */

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  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.42857em;
  margin-left: 1.42857em;
}

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

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

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

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

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

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

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

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

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

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

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.57143em;
  line-height: 1.05556em;
  color: #145EA7;
  margin-bottom: 0.44444em;
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.71429em;
  line-height: 1.41667em;
  color: #171717;
  margin-bottom: 0.66667em;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.42857em;
  line-height: 1.5em;
  color: #145EA7;
  margin-bottom: 0.5em;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.28571em;
  line-height: 1.44444em;
  color: #193351;
  margin-bottom: 0.55556em;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.57143em;
  color: #145EA7;
  margin-bottom: 0.71429em;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.28571em;
  color: #193351;
  margin-bottom: 0.71429em;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #145EA7;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
a:hover {
  color: #5D92C2;
}

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

table.styled, table.fs_style_25 {
  margin-bottom: 1.42857em;
  width: 100%;
}
table.styled th,
table.styled td, table.fs_style_25 th,
table.fs_style_25 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th, table.fs_style_25 th {
  padding: 1.42857em;
  text-align: left;
  background: #F2F2F2;
  color: #fff;
}
table.styled td, table.fs_style_25 td {
  padding: 0.71429em 1.42857em;
  background: rgba(0, 0, 0, 0.05);
}
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}
table.styled tr:nth-child(1) td {
  background-color: #145EA7;
  color: #FFF;
}
table.fs_style_25 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}
table.fs_style_25 tr:nth-child(1) td {
  background-color: #145EA7;
  color: #FFF;
}

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

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

/*! content - buttons v0.0.1 */
.fs_style_26 {
  display: inline-block;
  text-align: center;
  border: 0;
  font-family: "Arial", "Open Sans", sans-serif;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #145EA7;
  color: #fff;
  outline: 0;
  border-radius: 4px;
}
.fs_style_26 em {
  display: block;
  font-style: normal;
}
#fsBannerLeft .fs_style_26, #fsBannerRight .fs_style_26 {
  display: block;
}
.fs_style_26:hover {
  color: #fff;
}
.fs_style_26:hover {
  background: #1a79d9;
}

.fs_style_27 {
  display: inline-block;
  text-align: center;
  border: 0;
  font-family: "Arial", "Open Sans", sans-serif;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  outline: 0;
  border-radius: 4px;
}
.fs_style_27 em {
  display: block;
  font-style: normal;
}
#fsBannerLeft .fs_style_27, #fsBannerRight .fs_style_27 {
  display: block;
}
.fs_style_27:hover {
  color: #fff;
}
.fs_style_27:hover {
  background: #666;
}

.fs_style_28 {
  display: inline-block;
  text-align: center;
  border: 0;
  font-family: "Arial", "Open Sans", sans-serif;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #AACF39;
  color: #fff;
  outline: 0;
  border-radius: 4px;
}
.fs_style_28 em {
  display: block;
  font-style: normal;
}
#fsBannerLeft .fs_style_28, #fsBannerRight .fs_style_28 {
  display: block;
}
.fs_style_28:hover {
  color: #fff;
}
.fs_style_28:hover {
  background: #bee841;
}

.fs_style_29 {
  display: inline-block;
  text-align: center;
  border: 0;
  font-family: "Arial", "Open Sans", sans-serif;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #EF8461;
  color: #fff;
  outline: 0;
  border-radius: 4px;
}
.fs_style_29 em {
  display: block;
  font-style: normal;
}
#fsBannerLeft .fs_style_29, #fsBannerRight .fs_style_29 {
  display: block;
}
.fs_style_29:hover {
  color: #fff;
}
.fs_style_29:hover {
  background: #ffa182;
}

.fs_style_30 {
  display: inline-block;
  font-family: "futura-pt", "arial", sans-serif;
  text-align: center;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  font-size: 1.125rem;
  background: #145EA7;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  outline: 0;
  border-radius: 4px;
}
.fs_style_30 em {
  display: block;
  font-style: normal;
  margin-top: 5px;
  font-size: 0.9375rem;
  font-weight: normal;
}
#fsBannerLeft .fs_style_30, #fsBannerRight .fs_style_30 {
  display: block;
}
.fs_style_30:hover {
  color: #fff;
}
.fs_style_30:hover {
  background: #1a79d9;
}

.fs_style_31 {
  display: inline-block;
  font-family: "futura-pt", "arial", sans-serif;
  text-align: center;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  font-size: 1.125rem;
  background: #333333;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  outline: 0;
  border-radius: 4px;
}
.fs_style_31 em {
  display: block;
  font-style: normal;
  margin-top: 5px;
  font-size: 0.9375rem;
  font-weight: normal;
}
#fsBannerLeft .fs_style_31, #fsBannerRight .fs_style_31 {
  display: block;
}
.fs_style_31:hover {
  color: #fff;
}
.fs_style_31:hover {
  background: #666;
}

.fs_style_32 {
  display: inline-block;
  font-family: "futura-pt", "arial", sans-serif;
  text-align: center;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  font-size: 1.125rem;
  background: #AACF39;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  outline: 0;
  border-radius: 4px;
}
.fs_style_32 em {
  display: block;
  font-style: normal;
  margin-top: 5px;
  font-size: 0.9375rem;
  font-weight: normal;
}
#fsBannerLeft .fs_style_32, #fsBannerRight .fs_style_32 {
  display: block;
}
.fs_style_32:hover {
  color: #fff;
}
.fs_style_32:hover {
  background: #bee841;
}

.fs_style_33 {
  display: inline-block;
  font-family: "futura-pt", "arial", sans-serif;
  text-align: center;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  font-size: 1.125rem;
  background: #EF8461;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  outline: 0;
  border-radius: 4px;
}
.fs_style_33 em {
  display: block;
  font-style: normal;
  margin-top: 5px;
  font-size: 0.9375rem;
  font-weight: normal;
}
#fsBannerLeft .fs_style_33, #fsBannerRight .fs_style_33 {
  display: block;
}
.fs_style_33:hover {
  color: #fff;
}
.fs_style_33:hover {
  background: #ffa182;
}

/*! content - style manger v0.0.1 */
.fs_style_35 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Arial", "Open Sans", sans-serif;
  color: #464646;
}
.fs_style_35:hover {
  color: #145EA7;
}

.lead-in {
  font-size: 1.42857em;
  line-height: 1.2em;
}

blockquote, .fs_style_34 {
  position: relative;
  margin: 40px 0;
  font-size: 1.1875rem;
  padding-left: 40px;
  font-family: "Open-Sans", "Arial", sans-serif;
  color: #0b58a4;
  line-height: 1.5;
  padding-top: 20px;
}
blockquote:before, .fs_style_34:before {
  content: '\201C';
  font-size: 3.625rem;
  font-family: "Arial", "Open Sans", sans-serif;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
blockquote:after, .fs_style_34:after {
  position: absolute;
  font-family: "Arial", "Open Sans", sans-serif;
  right: 0;
  bottom: 0;
  line-height: 0.1;
  content: '\201D';
  font-size: 3.625rem;
}
blockquote cite, blockquote em, .fs_style_34 cite, .fs_style_34 em {
  display: block;
  font-family: "Arial", "Open Sans", sans-serif;
  margin: 10px 0 0;
  padding-top: 0;
  font-style: normal;
  color: #333333;
  padding-left: 0;
  font-size: 0.75rem;
  line-height: 1;
}
blockquote cite:before, blockquote em:before, .fs_style_34 cite:before, .fs_style_34 em:before {
  content: '- ';
  position: static;
  font-family: "Arial", "Open Sans", sans-serif;
  font-size: 0.75rem;
}
blockquote cite:after, blockquote em:after, .fs_style_34 cite:after, .fs_style_34 em:after {
  content: normal;
}

.callout {
  padding: 20px;
  background: #F2F2F2;
  color: #fff;
}
.callout.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.left {
    width: 50%;
  }
}
.callout.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.right {
    width: 50%;
  }
}

.callout-image, .callout-blue, .callout-grey, .callout-gray {
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #FFF;
}
.callout-image header .fsElementTitle, .callout-blue header .fsElementTitle, .callout-grey header .fsElementTitle, .callout-gray header .fsElementTitle {
  color: inherit;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Arial", "Open Sans", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  margin: 0;
}
.callout-image .fsElementContent, .callout-blue .fsElementContent, .callout-grey .fsElementContent, .callout-gray .fsElementContent {
  padding: 10px 0;
  font-family: "Open-Sans", "Arial", sans-serif;
}

.callout-image {
  background: #F2F2F2;
  padding-top: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}
.callout-image header {
  margin-top: 10px;
  color: #145EA7;
}
.callout-image header .fsElementTitle {
  border: 0;
}
.callout-image .fsElementContent {
  color: #000;
}

.callout-blue {
  background: #145EA7;
}

.callout-grey, .callout-gray {
  background: #333333;
}

/*! structure - header v0.0.1 */
#fsHeader {
  background: #FFF;
}
#fsHeader .fsTwoColumnLayout {
  margin: 0 -20px;
}
#fsHeader .fsTwoColumnLayout > .fsDiv {
  margin-bottom: 0;
}
#fsHeader .fsTwoColumnLayout > .fsDiv:nth-child(1) {
  padding: 10px 10px 20px;
  width: 100%;
}
@media (min-width: 900px) {
  #fsHeader .fsTwoColumnLayout > .fsDiv:nth-child(1) {
    width: 40%;
    padding-bottom: 0;
  }
}
#fsHeader .fsTwoColumnLayout > .fsDiv:nth-child(2) {
  display: none;
  padding: 20px 20px 0 0;
}
@media (min-width: 900px) {
  #fsHeader .fsTwoColumnLayout > .fsDiv:nth-child(2) {
    width: 60%;
    display: block;
  }
}

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
}
.site-info-container .logo {
  display: block;
  text-align: center;
}
@media (min-width: 900px) {
  .site-info-container .logo {
    display: inline-block;
    text-align: left;
  }
}
.site-info-container .logo img {
  vertical-align: bottom;
}
.site-info-container .button-and-search {
  overflow: hidden;
}
.site-info-container .button-and-search .fs_style_26 {
  border-radius: 0;
  float: right;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 20px;
  text-align: center;
  color: #0b58a4;
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem;
}
#fsFooter .fsBanner .utility-powered-container {
  position: relative;
}
#fsFooter .fsBanner .address-social-container {
  padding: 20px 0;
  border-bottom: 1px solid rgba(11, 88, 164, 0.2);
  position: relative;
}
#fsFooter .fsBanner .address-social-container .info {
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  #fsFooter .fsBanner .address-social-container .info {
    margin-bottom: 0;
    margin-right: 130px;
    position: relative;
  }
}

.school-details {
  font-size: 1rem;
  display: block;
  text-align: center;
  vertical-align: top;
  font-family: "Arial", "Open Sans", sans-serif;
}
.school-details:nth-child(2) {
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .school-details {
    display: inline-block;
    text-align: left;
  }
  .school-details:nth-child(2) {
    margin-bottom: 0;
  }
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.28571em;
  line-height: 1.44444em;
  color: #193351;
  margin-bottom: 0.55556em;
}
.school-details [itemprop='address'] {
  display: inline-block;
  margin-right: 8px;
}
@media (min-width: 800px) {
  .school-details [itemprop='address']:after {
    content: '\2022';
    padding-left: 8px;
  }
}
.school-details [itemprop='streetAddress'] {
  display: inline-block;
}
.school-details [itemprop='addressLocality'] {
  display: inline-block;
}
.school-details [itemprop='addressRegion'] {
  display: inline-block;
}
.school-details [itemprop='postalCode'] {
  display: inline-block;
}
.school-details [itemprop='telephone'] {
  display: block;
}
@media (min-width: 800px) {
  .school-details [itemprop='telephone'] {
    display: inline-block;
  }
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details a {
  color: inherit;
}

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

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

html {
  font-family: "Open-Sans", "Arial", sans-serif;
  background: #F2F2F2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

body {
  font-size: 0.875em;
  line-height: 1.71429;
  color: #1c1c1c;
}

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

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  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.42857em;
    padding-left: 1.42857em;
  }
}

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

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

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

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

#fsPoweredByFinalsite {
  display: block;
  margin: auto;
}
@media (min-width: 1000px) {
  #fsPoweredByFinalsite {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 1.42857em;
    padding-left: 1.42857em;
  }
}

.fsBreadcrumb {
  margin-bottom: 20px;
}
.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
  font-weight: bold;
}
.fsBreadcrumb a {
  color: #363636;
  font-weight: normal;
}
.fsBreadcrumb a:hover {
  color: #1c1c1c;
}
.fsBreadcrumb span {
  color: #363636;
  font-weight: normal;
}

/*! navigation - main v0.0.1 */
.nav-main {
  background: #3b3a3c;
  font-family: "Arial", "Open Sans", sans-serif;
  position: relative;
}
#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) {
  .nav-main .fsNavLevel1 {
    text-align: center;
  }
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    display: inline-block;
    width: 200px;
    max-width: 20%;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
  }
  .nav-main .fsNavLevel1 > li:not(:first-child) {
    margin-left: -4px;
  }
  .nav-main .fsNavLevel1 > li:first-child {
    margin-left: -2px;
    width: 202px;
  }
}
.nav-main .fsNavLevel1 > li.fsNavCurrentPage > a[href*="about"], .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a[href*="about"] {
  background: #B7BF10;
}
.nav-main .fsNavLevel1 > li.fsNavCurrentPage > a[href*="program"], .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a[href*="program"] {
  background: #2bb09c;
}
.nav-main .fsNavLevel1 > li.fsNavCurrentPage > a[href*="admission"], .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a[href*="admission"] {
  background: #5d92c2;
}
.nav-main .fsNavLevel1 > li.fsNavCurrentPage > a[href*="support"], .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a[href*="support"] {
  background: #007398;
}
.nav-main .fsNavLevel1 > li.fsNavCurrentPage > a[href*="shop"], .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a[href*="shop"] {
  background: #4f569a;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li.fsNavCurrentPage > .fsNavPageInfo, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavLevel1 > li > a {
  padding: 1.42857em;
  color: #fff;
  display: block;
}
.nav-main .fsNavLevel1 > li > a:before {
  display: block;
  width: 45px;
  border-radius: 100%;
  height: 45px;
  margin: 0 auto 13.33333px;
}
.nav-main .fsNavLevel1 > li > a[href*="about"]:hover {
  background: #B7BF10;
}
.nav-main .fsNavLevel1 > li > a[href*="about"] + .fsNavPageInfo {
  background: #B7BF10;
}
.nav-main .fsNavLevel1 > li > a[href*="about"] + .fsNavPageInfo .fsNavLevel2 li.fsNavCurrentPage > a {
  background: #8a900c;
}
.nav-main .fsNavLevel1 > li > a[href*="about"] + .fsNavPageInfo .fsNavLevel2 li a:hover {
  background: #8a900c;
}
.nav-main .fsNavLevel1 > li > a[href*="program"]:hover {
  background: #2bb09c;
}
.nav-main .fsNavLevel1 > li > a[href*="program"] + .fsNavPageInfo {
  background: #2bb09c;
}
.nav-main .fsNavLevel1 > li > a[href*="program"] + .fsNavPageInfo .fsNavLevel2 li.fsNavCurrentPage > a {
  background: #218778;
}
.nav-main .fsNavLevel1 > li > a[href*="program"] + .fsNavPageInfo .fsNavLevel2 li a:hover {
  background: #218778;
}
.nav-main .fsNavLevel1 > li > a[href*="admission"]:hover {
  background: #5d92c2;
}
.nav-main .fsNavLevel1 > li > a[href*="admission"] + .fsNavPageInfo {
  background: #5d92c2;
}
.nav-main .fsNavLevel1 > li > a[href*="admission"] + .fsNavPageInfo .fsNavLevel2 li.fsNavCurrentPage > a {
  background: #4179ab;
}
.nav-main .fsNavLevel1 > li > a[href*="admission"] + .fsNavPageInfo .fsNavLevel2 li a:hover {
  background: #4179ab;
}
.nav-main .fsNavLevel1 > li > a[href*="support"]:hover {
  background: #007398;
}
.nav-main .fsNavLevel1 > li > a[href*="support"] + .fsNavPageInfo {
  background: #007398;
}
.nav-main .fsNavLevel1 > li > a[href*="support"] + .fsNavPageInfo .fsNavLevel2 li.fsNavCurrentPage > a {
  background: #004c65;
}
.nav-main .fsNavLevel1 > li > a[href*="support"] + .fsNavPageInfo .fsNavLevel2 li a:hover {
  background: #004c65;
}
.nav-main .fsNavLevel1 > li > a[href*="shop"]:hover {
  background: #4f569a;
}
.nav-main .fsNavLevel1 > li > a[href*="shop"] + .fsNavPageInfo {
  background: #4f569a;
}
.nav-main .fsNavLevel1 > li > a[href*="shop"] + .fsNavPageInfo .fsNavLevel2 li.fsNavCurrentPage > a {
  background: #3e4378;
}
.nav-main .fsNavLevel1 > li > a[href*="shop"] + .fsNavPageInfo .fsNavLevel2 li a:hover {
  background: #3e4378;
}

.nav-main .fsNavPageInfo {
  position: absolute;
  top: calc(100% - 1px);
  z-index: 300;
  display: none;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: left;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavPageDescription {
  display: none;
}
.nav-main .fsNavPageThumbnail {
  display: none;
}
.nav-main .fsNavLevel2 {
  padding: 7px 0;
  text-align: center;
}
.nav-main .fsNavLevel2 li {
  display: inline-block;
}
.nav-main .fsNavLevel2 li:not(:last-child) {
  margin-right: 20px;
}
.nav-main .fsNavLevel2 li.fsNavCurrentPage > a {
  background: #9ea60d;
}
.nav-main .fsNavLevel2 a {
  padding: 4px 0.71429em;
  color: #fff;
  display: block;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 60px;
  background: #3b3a3c;
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}
.drawer-ribbon .search-container {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drawer-ribbon .search-container td.gsib_a input {
  background: #FFF !important;
  color: #000;
}
.drawer-ribbon .search-container td.gsib_a input::-webkit-input-placeholder {
  color: #999;
}
.drawer-ribbon .search-container td.gsib_a input:-moz-placeholder {
  color: #999;
}
.drawer-ribbon .search-container td.gsib_a input::-moz-placeholder {
  color: #999;
}
.drawer-ribbon .search-container td.gsib_a input:-ms-input-placeholder {
  color: #999;
}

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 25px;
  color: #FFF;
  font-size: 1.125rem;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 700;
  padding-left: 25px;
}
#fsHeader .drawer-trigger {
  left: 20px;
  max-width: 100px;
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 12px;
  height: 2px;
  width: 25px;
  content: '';
  background: #fff;
}
.drawer-trigger:before {
  margin-top: -0.28571em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
}
.drawer-trigger:after {
  box-shadow: 0 0.28571em 0 0 #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
}
.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-is-active .drawer-trigger:after {
  box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: -100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  top: 0;
  min-height: 100%;
  width: 100%;
  background: #302f30;
  text-align: right;
  pointer-events: auto;
  padding: 0 20px;
}
.drawer-is-active .drawer {
  left: 0;
}
.drawer .drawer-trigger {
  position: relative;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  left: 0;
}
.drawer .nav-util-header {
  margin: 0;
}
.drawer .nav-util-header .fsNavLevel1 {
  text-align: left;
  padding-left: 40px;
}
.drawer .nav-util-header .fsNavLevel1 li {
  float: none;
  margin: 0 0 30px;
}
.drawer .nav-util-header .fsNavLevel1 li a {
  color: #98c5f1;
  line-height: 1;
}
.drawer .nav-main {
  display: block;
  background: none;
  margin-bottom: 20px;
}
.drawer .nav-main .fsNavPageInfo {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.drawer .nav-main .fsNavLevel1 {
  text-align: left;
}
.drawer .nav-main .fsNavLevel1 > li {
  margin-bottom: 20px;
}
.drawer .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #B7BF10;
  background: none;
}
.drawer .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a > .mobile-dropdown {
  display: none;
}
.drawer .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block;
}
.drawer .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a {
  color: #B7BF10;
  background: none;
}
.drawer .nav-main .fsNavLevel1 > li.fsNavCurrentPage > .mobile-dropdown {
  display: none;
}
.drawer .nav-main .fsNavLevel1 > li.fsNavCurrentPage > .fsNavPageInfo {
  display: block;
}
.drawer .nav-main .fsNavLevel1 > li:hover {
  background: none;
}
.drawer .nav-main .fsNavLevel1 > li.open > a > span.mobile-dropdown:before {
  content: "\e906";
}
.drawer .nav-main .fsNavLevel1 > li.open > .fsNavPageInfo {
  display: block;
}
.drawer .nav-main .fsNavLevel1 > li > a {
  padding: 0;
  font-weight: bold;
  position: relative;
}
.drawer .nav-main .fsNavLevel1 > li > a span.mobile-dropdown {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.drawer .nav-main .fsNavLevel1 > li > a span.mobile-dropdown:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.drawer .nav-main .fsNavLevel1 > li > a:hover {
  background: none;
}
.drawer .nav-main .fsNavLevel1 > li > a:before {
  display: inline-block;
  margin: 0;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-right: 10px;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  display: none;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding-left: 40px;
  background: none !important;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavPageThumbnail, .drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavPageDescription {
  display: none;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 {
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  border-left: 3px solid #B7BF10;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 li {
  display: block;
  margin: 0;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 li.fsNavCurrentPage {
  background: #B7BF10;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 li.fsNavParentPage > .fsNavPageInfo {
  display: none;
  background: #302f30;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 li.fsNavParentPage > a {
  background: none;
  position: relative;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 li.fsNavParentPage > a span.mobile-dropdown {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 li.fsNavParentPage > a span.mobile-dropdown:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 li.fsNavParentPage.open > a > span.mobile-dropdown:before {
  content: "\e906";
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 li.fsNavParentPage.open > .fsNavPageInfo {
  display: block;
  position: static;
  padding-left: 20px;
}
.drawer .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 li a:hover {
  background: none !important;
}

#fsPageWrapper {
  -webkit-transition: linear 0.3s right;
  transition: linear 0.3s right;
  position: relative;
  right: 0;
}

.overflow {
  overflow-x: hidden;
}

.drawer-is-active {
  background: #302f30;
}
.drawer-is-active #fsPageWrapper {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  margin-bottom: 20px !important;
}
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    display: none;
  }
}
.active-nav > .fsElementContent {
  display: block;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 0.71429em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #F2F2F2;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 0.71429em 1.42857em;
  display: block;
}
.nav-sub > header {
  display: block;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  background: #F2F2F2;
  color: #fff;
  font-family: "Open-Sans", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

.nav-social {
  text-align: center;
}
@media (min-width: 1000px) {
  .nav-social {
    margin-top: -30px;
    margin-bottom: 30px;
    float: right;
    text-align: left;
  }
}
.nav-social ul {
  margin: 0;
  overflow: hidden;
}
.nav-social ul, .nav-social ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social ul li {
  margin: 0;
  padding: 0;
}
.nav-social li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
}
@media (min-width: 1000px) {
  .nav-social li {
    float: left;
  }
}
.nav-social li:not(:last-child) {
  margin-right: 10px;
}
.nav-social [href*='facebook']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social [href*='instagram']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social [href*='linkedin']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social [href*='pinterest']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social [href*='tumblr']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social [href*='twitter']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social [href*='vimeo']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social [href*='vine']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social [href*='youtube']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social [href*='rss']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social [href*='facebook']:hover:before {
  background: #5d92c2;
}
.nav-social [href*='instagram']:hover:before {
  background: #5d92c2;
}
.nav-social [href*='linkedin']:hover:before {
  background: #5d92c2;
}
.nav-social [href*='pinterest']:hover:before {
  background: #5d92c2;
}
.nav-social [href*='tumblr']:hover:before {
  background: #5d92c2;
}
.nav-social [href*='twitter']:hover:before {
  background: #5d92c2;
}
.nav-social [href*='vimeo']:hover:before {
  background: #5d92c2;
}
.nav-social [href*='vine']:hover:before {
  background: #5d92c2;
}
.nav-social [href*='youtube']:hover:before {
  background: #5d92c2;
}
.nav-social [href*='rss']:hover:before {
  background: #5d92c2;
}
.nav-social a {
  font-size: 0;
  line-height: 1;
  text-align: center;
  width: auto;
  position: relative;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  height: 30px;
  width: 30px;
  background: transparent;
}
.nav-social a:before {
  height: 30px;
  width: 30px;
  font-family: "IcoMoon";
  font-size: 16px;
  color: #FFF;
  background: #0b58a4;
  line-height: 30px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util-header {
  font-family: "Arial", "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.nav-util-header ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util-header ul li {
  float: right;
}
.nav-util-header ul li:not(:first-child) {
  margin-right: 40px;
}
.nav-util-header ul li a {
  padding: 0em 0em;
  display: block;
  font-weight: bold;
  color: #0b58a4;
}
.nav-util-header ul li a:hover {
  color: #5D92C2;
}

.nav-util-footer {
  padding: 20px 0 10px;
  font-family: "Arial", "Open Sans", sans-serif;
  font-size: 1rem;
}
.nav-util-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav-util-footer ul li {
  display: inline-block;
  line-height: 1;
  padding-left: 13.33333px;
  margin-right: 13.33333px;
}
.nav-util-footer ul li:not(:first-child) {
  border-left: 1px solid #0b58a4;
}
.nav-util-footer ul li a {
  padding: 0em 0em;
  display: block;
  line-height: 1;
}

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.42857em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.83333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.71429em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  text-align: center;
  border: 0;
  font-family: "Arial", "Open Sans", sans-serif;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
#fsBannerLeft .fsConstituent.fsSearch .fsConstituentSearchButton, #fsBannerRight .fsConstituent.fsSearch .fsConstituentSearchButton {
  display: block;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  color: #fff;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative;
}
.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px;
}
.fsConstituentProfile .fsFullName {
  color: #F2F2F2;
}
@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.42857em;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #e8ebed;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-bottom: 2px;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Arial", "Open Sans", sans-serif;
  padding: 10px 20px;
  color: #4e4e4e;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  background: url("/uploaded/themes/default/images/accordion-icon-border.png") no-repeat right 45px top;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #145EA7;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #333333;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #FFF;
  background-image: url("/uploaded/themes/default/images/accordion-icon-border-active.png");
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "-";
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  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;
  content: "+";
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  margin: -3px 20px 0 0;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  margin: 0 0 0 20px;
  float: right;
}

.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsPanel > .fsElementContent {
  padding: 20px;
  background: #f6f6f6;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent .fsLoadMoreButton {
  display: inline-block;
  text-align: center;
  border: 0;
  font-family: "Arial", "Open Sans", sans-serif;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
#fsBannerLeft .fsAthleticsEvent .fsLoadMoreButton, #fsBannerRight .fsAthleticsEvent .fsLoadMoreButton {
  display: block;
}
.fsAthleticsEvent .fsLoadMoreButton:hover {
  color: #fff;
}
.fsAthleticsEvent .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

/*! elements - calendar */
.fsCalendar {
  margin-bottom: 20px;
}
.fsCalendar > .fsElementContent {
  margin-bottom: 20px;
}
.fsCalendar header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.42857em;
  line-height: 1.5em;
  color: #145EA7;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Arial", "Open Sans", sans-serif;
  margin-bottom: 20px;
  line-height: 1;
}
.fsCalendar .fsDayContainer {
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}
.fsCalendar .fsDayContainer:last-child {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.fsCalendar article {
  margin-top: 20px;
  font-family: "Arial", "Open Sans", sans-serif;
  position: relative;
  padding-left: 105px;
  min-height: 85px;
}
.fsCalendar .fsTitle {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
}
.fsCalendar .fsTitle:hover {
  text-decoration: underline;
}
.fsCalendar .fsTitle > a {
  font-size: inherit;
  color: inherit;
}
.fsCalendar .fsTitle > a:hover {
  text-decoration: inherit;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  width: 85px;
  padding-top: 16px;
  text-align: center;
  background: #AACF39;
  border-radius: 15px;
  color: #fff;
}
.fsCalendar .fsDate span {
  display: block;
}
.fsCalendar .fsDate .fsMonth {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
}
.fsCalendar .fsDate .fsDay {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: bold;
}
.fsCalendar .fsDate .fsYear {
  display: none;
}
.fsCalendar .fsEventDetails .fsAllDay {
  text-transform: capitalize;
}

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  text-align: center;
  border: 0;
  font-family: "Arial", "Open Sans", sans-serif;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  padding: 10px 20px;
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
#fsBannerLeft .scroll-up span, #fsBannerRight .scroll-up span {
  display: block;
}
.scroll-up span:hover {
  color: #fff;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

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

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

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

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

.module {
  margin-bottom: 1.42857em;
  padding: 1.42857em;
  color: #fff;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  color: inherit;
}

.module {
  background: #F2F2F2;
}

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

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

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

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

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 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;
  text-align: center;
  border: 0;
  font-family: "Arial", "Open Sans", sans-serif;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
}
.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;
}
#fsBannerLeft .fsLogin .fsLoginMainView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginMainView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginMainView button, #fsBannerRight .fsLogin .fsLoginMainView button, #fsBannerLeft .fsLogin .fsLoginForgotView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginForgotView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginForgotView button, #fsBannerRight .fsLogin .fsLoginForgotView button, #fsBannerLeft .fsLogin .fsLoginNewView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginNewView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginNewView button, #fsBannerRight .fsLogin .fsLoginNewView button, #fsBannerLeft .fsAccount .fsLoginMainView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginMainView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginMainView button, #fsBannerRight .fsAccount .fsLoginMainView button, #fsBannerLeft .fsAccount .fsLoginForgotView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginForgotView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginForgotView button, #fsBannerRight .fsAccount .fsLoginForgotView button, #fsBannerLeft .fsAccount .fsLoginNewView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginNewView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginNewView button, #fsBannerRight .fsAccount .fsLoginNewView button {
  display: block;
}
.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 {
  color: #fff;
}
.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;
  text-align: center;
  border: 0;
  font-family: "Arial", "Open Sans", sans-serif;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 4px;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}
#fsBannerLeft .fsAccount .fsAccountLogout a, #fsBannerRight .fsAccount .fsAccountLogout a {
  display: block;
}
.fsAccount .fsAccountLogout a:hover {
  color: #fff;
}

.fsMedia header {
  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 {
  display: none;
  bottom: 100px;
  font-family: "Open-Sans", "Arial", sans-serif;
  font-size: 14px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: 100;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    font-size: 3.125rem;
    font-family: "Arial", "Open Sans", sans-serif;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    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%;
  -webkit-transform: translateY(-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 {
  margin-bottom: 20px;
}
.fsNews header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.42857em;
  line-height: 1.5em;
  color: #145EA7;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Arial", "Open Sans", sans-serif;
  margin-bottom: 20px;
  line-height: 1;
}
.fsNews article {
  border-top: 1px solid rgba(153, 153, 153, 0.3);
  padding: 20px 0;
  margin: 0;
}
.fsNews article:last-child {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.71429em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle {
  color: #262626;
  margin-bottom: 10px;
  font-family: "Arial", "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}
.fsNews .fsTitle:hover {
  text-decoration: underline;
}
.fsNews .fsTitle a {
  color: inherit;
}
.fsNews .fsDateTime {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #464646;
  font-weight: bold;
  font-family: "Arial", "Open Sans", sans-serif;
}
.fsNews .fsDateTime .fsDate .fsDay:after {
  content: ',';
}

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

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden;
}
form.gsc-search-box-tools table {
  border: 0;
}
form.gsc-search-box-tools table,
form.gsc-search-box-tools tbody,
form.gsc-search-box-tools tr,
form.gsc-search-box-tools td {
  display: block;
}
form.gsc-search-box-tools td.gsc-input {
  padding: 0 !important;
  display: block;
  float: left;
}
form.gsc-search-box-tools table.gsc-search-box {
  margin-bottom: 0;
}
form.gsc-search-box-tools div.gsc-input-box {
  width: 44px;
  border: 0;
  height: 44px;
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}
.search-container .search-trigger.open + .site-search form.gsc-search-box-tools div.gsc-input-box {
  width: 178px;
}
form.gsc-search-box-tools div.gsc-input-box table,
form.gsc-search-box-tools div.gsc-input-box tbody,
form.gsc-search-box-tools div.gsc-input-box tr,
form.gsc-search-box-tools div.gsc-input-box td {
  overflow: hidden;
  display: block;
  width: 100%;
  border: 0;
  height: 44px;
}
form.gsc-search-box-tools td.gsib_a {
  padding: 0;
  display: inline-block;
}
form.gsc-search-box-tools td.gsib_b {
  padding: 0;
  display: none !important;
}
form.gsc-search-box-tools input.gsc-input {
  background: #FFF !important;
  background-image: none !important;
  width: 100%;
  height: 44px !important;
  border: 1px solid #d5d6d8 !important;
  color: #000;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
}
form.gsc-search-box-tools table.gsc-branding {
  display: none;
}
form.gsc-search-box-tools td.gsc-search-button {
  padding: 0 10px 0 10px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background: #d5d6d8;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  right: 0;
}
form.gsc-search-box-tools td.gsc-search-button:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #0b58a4;
  opacity: 1;
  display: block;
  position: relative;
  font-size: 1.0625rem;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.gsc-search-box-tools td.gsc-search-button:hover {
  background: #bbbcbf;
}
form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  height: 44px;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*=======================*/
/* Custom Styles         */
/*=======================*/
/* Social Elements */
/*--Facebook--*/
.fsFacebook .fsFacebookList, .fsFacebook .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsFacebook .fsFacebookList li {
  margin: 0;
  padding: 0;
}
.fsFacebook .fsFacebookList li {
  display: block;
  margin-bottom: 30px;
}
.fsFacebook .fsFacebookList li:first-child {
  margin-top: 20px;
}
.fsFacebook .fsFacebookList li a:not(.fsFacebookFollow) {
  word-wrap: break-word;
}
.fsFacebook .fsFacebookList .fsFacebookFrom {
  display: block;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.fsFacebook .fsFacebookList .fsFacebookExtras {
  margin-top: 10px;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookThumb {
  float: left;
  margin: 0 20px 0 0;
  width: 28%;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle {
  float: left;
  line-height: 1;
  width: 60%;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookCaption {
  float: left;
  font-size: inherit;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookDesc {
  clear: both;
  font-style: italic;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookLikes {
  clear: both;
  padding-top: 10px;
  font-size: inherit;
  font-style: italic;
  color: inherit;
}
.fsFacebook .fsFacebookList .fsFacebookFollow {
  margin-top: 20px;
}
.fsFacebook .fsFacebookList .fsFacebookFollow a {
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  padding: 5px 10px;
  text-transform: capitalize;
}
.fsFacebook .fsFacebookList .fsFacebookFollow a:hover {
  background-color: inherit;
  color: inherit;
}

/*--Twitter--*/
.fsTwitter .tweets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsTwitter .tweets li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.fsTwitter .tweets li a {
  color: #333333;
}
.fsTwitter .tweets li a:hover {
  color: #F2F2F2;
}
.fsTwitter .tweets li:first-child {
  margin-top: 20px;
}
.fsTwitter .tweets li .header {
  position: relative;
}
.fsTwitter .tweets li .header:after {
  content: '';
  display: table;
  clear: both;
}
.fsTwitter .tweets li .header time {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: right;
  width: 15%;
  text-align: right;
  font-size: 12px;
  color: #F2F2F2;
}
.fsTwitter .tweets li .header time abbr {
  text-decoration: none;
  border: 0;
}
.fsTwitter .tweets li .header time:hover {
  color: #333333;
}
.fsTwitter .tweets li .header .p-author {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 85%;
}
.fsTwitter .tweets li .header .p-author > .profile:after {
  content: '';
  display: table;
  clear: both;
}
.fsTwitter .tweets li .header .p-author > .profile .avatar {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}
.fsTwitter .tweets li .header .p-author > .profile .avatar img {
  width: 100%;
  height: auto;
}
.fsTwitter .tweets li .header .p-author > .profile .full-name,
.fsTwitter .tweets li .header .p-author > .profile .p-nickname {
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
  float: left;
  width: 70%;
  vertical-align: middle;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
}
.fsTwitter .tweets li .header .p-author > .profile .full-name {
  margin-top: 15px;
}
.fsTwitter .tweets li .e-entry-content {
  font-size: 13px;
  line-height: 18px;
}
.fsTwitter .tweets li .e-entry-content .inline-media img {
  width: 100%;
  height: auto;
}
.fsTwitter .tweets li .footer .stats-narrow,
.fsTwitter .tweets li .footer .stats-wide {
  display: none;
}
.fsTwitter .tweets li .footer .expand {
  display: inline-block;
  float: left;
  color: #F2F2F2;
}
.fsTwitter .tweets li .footer .expand b {
  display: none;
}
.fsTwitter .tweets li .footer .expand:hover {
  color: #333333;
}
.fsTwitter .tweets li .footer .expand:before {
  display: block;
  font-family: "IcoMoon";
  content: '\f067';
}
.fsTwitter .tweets li .footer .tweet-actions {
  margin: 0;
  padding: 0;
  text-align: right;
}
.fsTwitter .tweets li .footer .tweet-actions li {
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto;
}
.fsTwitter .tweets li .footer .tweet-actions li a {
  color: #F2F2F2;
}
.fsTwitter .tweets li .footer .tweet-actions li a b {
  display: none;
}
.fsTwitter .tweets li .footer .tweet-actions li a:hover {
  color: #333333;
}
.fsTwitter .tweets li .footer .tweet-actions li a i {
  font-style: normal;
}
.fsTwitter .tweets li .footer .tweet-actions li a i:before {
  display: block;
  font-family: "IcoMoon";
}
.fsTwitter .tweets li .footer .tweet-actions li .reply-action i:before {
  content: '\f112';
}
.fsTwitter .tweets li .footer .tweet-actions li .retweet-action i:before {
  content: '\f079';
}
.fsTwitter .tweets li .footer .tweet-actions li .like-action i:before {
  content: '\f005';
}

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 20px;
}
.fsYoutube .fsYoutubeList, .fsYoutube .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsYoutube .fsYoutubeList li {
  margin: 0;
  padding: 0;
}
.fsYoutube .fsYoutubeList li {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.fsYoutube .fsYoutubeList li:first-child {
  margin-top: 20px;
}
.fsYoutube .fsYoutubeList .fsYoutubeThumb {
  margin: 0 20px 20px 0;
  float: left;
}
.fsYoutube .fsYoutubeList .fsYoutubeTitle {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.fsYoutube .fsYoutubeList .fsYoutubeViews {
  font-size: inherit;
  font-style: italic;
  color: inherit;
}
.fsYoutube .fsYoutubeList .fsYoutubeDesc {
  margin-top: 5px;
}

/*--Vimeo--*/
/*--Instagram--*/
/*--Flickr--*/
/*! 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-bottom: 2px;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Arial", "Open Sans", sans-serif;
  padding: 10px 20px;
  color: #4e4e4e;
  -webkit-transition: .3s;
  transition: .3s;
  background: #e8ebed;
  color: #4e4e4e;
}
.fsTabs .fsTabsNav li a:hover {
  background: #145EA7;
  color: #FFF;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #333333;
  color: #FFF;
}
.fsTabs .fsPanel > .fsElementContent {
  padding: 20px;
}

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

.fsTabs .fsPanel.fsStateOpen > .fsElementContent {
  display: block;
}

.fsTabs .fsPanel > .fsElementContent {
  display: none;
}

/*! pages - home v0.0.1 */
.home #fsHeader .main-slideshow .caption-wrapper {
  display: block;
}
.home #fsHeader .main-slideshow article:after {
  content: '';
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.67), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.67), transparent);
}
.home #fsHeader .main-slideshow .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home #fsHeader .main-slideshow .slick-dots li {
  display: inline-block;
}
.home #fsHeader .main-slideshow .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.home #fsHeader .main-slideshow .slick-dots li.slick-active button {
  background: #9fb014;
}
.home #fsHeader .main-slideshow .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  display: block;
  background: #FFF;
  border-radius: 100%;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  border: 0;
}
.home #fsHeader .main-slideshow .slick-dots li button:hover {
  background: #c8de19;
}
.home #fsPageBodyWrapper {
  padding: 50px 0 30px;
}
@media screen and (min-width: 600px) {
  .home #fsPageBodyWrapper {
    padding: 50px 0;
  }
}
.home #fsPageBody {
  max-width: 100%;
}
.home #fsPageBody .fsPageLayout {
  margin: 0;
}
.home #fsPageBody .fsPageLayout > .fsDiv {
  padding: 0;
  margin: 0;
}
.home #fsPageContent {
  margin: 0;
}
.home #fsPageContent .news-container {
  padding: 0 20px 80px;
}
.home #fsPageContent .news-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem;
}
.home #fsPageContent .news-container > .fsElementContent .fsNews {
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .home #fsPageContent .news-container > .fsElementContent .fsNews header {
    position: relative;
  }
}
.home #fsPageContent .news-container > .fsElementContent .fsNews header .fsElementTitle {
  font-size: 1.875rem;
  text-align: center;
}
.home #fsPageContent .news-container > .fsElementContent .fsNews header .fsElementHeaderContent {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .home #fsPageContent .news-container > .fsElementContent .fsNews header .fsElementHeaderContent {
    bottom: 0;
    right: 0;
    left: auto;
    text-align: right;
  }
}
.home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems {
  overflow: hidden;
}
.home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
}
.home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  background: #d9d9d9;
  border-radius: 100%;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems .slick-dots li.slick-active button {
  background: #0557aa;
}
.home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article {
  border: 0;
  padding-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article {
    float: left;
    padding-bottom: 20px;
    width: calc(50% - 10px) !important;
  }
  .home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article:nth-child(1n+3) {
    display: none;
  }
  .home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article:first-child {
    margin-right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article {
    width: calc(33.333% - 13.333px) !important;
  }
  .home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article:nth-child(1n+3) {
    display: block;
  }
  .home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article:last-child {
    display: none;
  }
  .home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article:not(:nth-child(3)) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article {
    width: calc(25% - 15px) !important;
  }
  .home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article:not(:last-child) {
    margin-right: 20px;
  }
  .home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article:last-child {
    display: block;
    margin-right: 0;
  }
}
.home #fsPageContent .news-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsTitle {
  margin-bottom: 20px;
}
.home #fsPageContent .calendar-container {
  background: #f2f2f2;
  padding: 50px 20px 80px;
}
@media screen and (min-width: 900px) {
  .home #fsPageContent .calendar-container {
    padding: 50px 20px;
  }
}
.home #fsPageContent .calendar-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar header {
    position: relative;
  }
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar header .fsElementTitle {
  font-size: 1.875rem;
  text-align: center;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar header .fsElementHeaderContent {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar header .fsElementHeaderContent {
    bottom: 0;
    right: 0;
    left: auto;
    text-align: right;
  }
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent {
  margin-bottom: 0;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems {
  padding-top: 10px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media screen and (min-width: 600px) {
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems .slick-track {
    width: 100% !important;
  }
}
@media screen and (min-width: 600px) {
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems {
    padding-top: 40px;
  }
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems .slick-dots {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  text-align: center;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  background: #d9d9d9;
  border-radius: 100%;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems .slick-dots li.slick-active button {
  background: #0557aa;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article {
  padding: 0;
  text-align: center;
  font-family: "Arial", "Open Sans", sans-serif;
}
@media screen and (min-width: 600px) {
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article {
    display: table-cell;
    width: 50% !important;
  }
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article:nth-child(3) {
    display: none;
  }
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article:nth-child(2) {
    border-left: 1px solid rgba(149, 149, 149, 0.3);
  }
}
@media screen and (min-width: 900px) {
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article {
    width: 33.33% !important;
  }
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article:nth-child(3) {
    display: table-cell;
  }
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article:nth-child(2) {
    border-left: 0;
  }
  .home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article:not(:last-child) {
    border-right: 1px solid rgba(149, 149, 149, 0.3);
  }
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article .fsTitle {
  margin-bottom: 6px;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article .fsEventDetails {
  font-weight: bold;
  font-size: 1rem;
  color: #575757;
  line-height: 1;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article .fsEventDetails > *:not(:last-child) {
  margin-bottom: 6px;
}
.home #fsPageContent .calendar-container > .fsElementContent .fsCalendar .fsElementContent .fsListItems article .fsDate {
  position: static;
  display: block;
  margin: 0 auto 30px;
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.85714em;
  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: 44.44444%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 22.22222%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 11.11111%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #145EA7;
  color: #145EA7;
}
.colors ol li:nth-of-type(1):after {
  content: "#145EA7";
}
.colors ol li:nth-of-type(2) {
  background: #333333;
  color: #333333;
}
.colors ol li:nth-of-type(2):after {
  content: "#333333";
}
.colors ol li:nth-of-type(3) {
  background: #AACF39;
  color: #AACF39;
}
.colors ol li:nth-of-type(3):after {
  content: "#AACF39";
}
.colors ol li:nth-of-type(4) {
  background: #B7BF10;
  color: #B7BF10;
}
.colors ol li:nth-of-type(4):after {
  content: "#B7BF10";
}
.colors ol li:nth-of-type(5) {
  background: #4F569A;
  color: #4F569A;
}
.colors ol li:nth-of-type(5):after {
  content: "#4F569A";
}
.colors ol li:nth-of-type(6) {
  background: #5d92c2;
  color: #5d92c2;
}
.colors ol li:nth-of-type(6):after {
  content: "#5d92c2";
}
.colors ol li:nth-of-type(7) {
  background: #EF8461;
  color: #EF8461;
}
.colors ol li:nth-of-type(7):after {
  content: "#EF8461";
}
.colors ol li:nth-of-type(6) {
  background: #5d92c2;
  color: #5d92c2;
}
.colors ol li:nth-of-type(6):after {
  content: "#5d92c2";
}
.colors ol li:nth-of-type(9) {
  background: #F2F2F2;
  color: #F2F2F2;
}
.colors ol li:nth-of-type(9):after {
  content: "#F2F2F2";
}

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

.headers h1:after {
  content: " size: 36px / line: 38px";
}
.headers h2:after {
  content: " size: 24px / line: 34px";
}
.headers h3:after {
  content: " size: 20px / line: 30px";
}
.headers h4:after {
  content: " size: 18px / line: 26px";
}
.headers h5:after {
  content: " size: 14px / line: 22px";
}
.headers h6:after {
  content: " size: 14px / line: 18px";
}

.circles-container {
  padding: 30px 0 0;
}
body:not(.home) .circles-container {
  margin: 0 -20px;
}
@media screen and (min-width: 600px) {
  body:not(.home) .circles-container {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  .circles-container {
    padding: 60px 20px 10px;
  }
}
.circles-container > .fsContainer {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem;
  overflow: hidden;
  text-align: center;
}
.circles-container > .fsContainer .circle {
  width: 100%;
  display: block;
  margin: auto;
  border: 10px solid #0b58a4;
  border-radius: 100%;
  background-size: cover;
  height: 270px;
  max-width: 270px;
  position: relative;
  -webkit-transition: 0.3s border;
  transition: 0.3s border;
}
.circles-container > .fsContainer .circle:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .circles-container > .fsContainer .circle {
    display: inline-block;
    vertical-align: top;
  }
  .circles-container > .fsContainer .circle:nth-child(1) {
    margin-bottom: 30px !important;
  }
  .circles-container > .fsContainer .circle:nth-child(2) {
    margin-bottom: 30px !important;
  }
  .circles-container > .fsContainer .circle:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 700px) {
  .circles-container > .fsContainer .circle:nth-child(2n+1) {
    margin-right: 50px;
  }
}
@media screen and (min-width: 800px) {
  .circles-container > .fsContainer .circle:nth-child(2n+1) {
    margin-right: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .circles-container > .fsContainer .circle:nth-child(2n+1) {
    margin-right: 110px;
  }
  .circles-container > .fsContainer .circle:nth-child(1) {
    margin-bottom: 50px !important;
  }
  .circles-container > .fsContainer .circle:nth-child(2) {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1100px) {
  .circles-container > .fsContainer .circle {
    height: 243px;
    max-width: 243px;
  }
  .circles-container > .fsContainer .circle:not(:last-child) {
    margin-right: 5px;
  }
  .circles-container > .fsContainer .circle:nth-child(1) {
    margin-bottom: 0 !important;
  }
  .circles-container > .fsContainer .circle:nth-child(2) {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .circles-container > .fsContainer .circle {
    float: left;
    width: calc(25% - 15px);
    height: 280px;
    max-width: 280px;
  }
  .circles-container > .fsContainer .circle:not(:last-child) {
    margin-right: 20px;
  }
}
.circles-container > .fsContainer .circle:before {
  content: '';
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
}
.circles-container > .fsContainer .circle:hover {
  border-width: 20px;
}
.circles-container > .fsContainer .circle:hover:before {
  background: rgba(0, 0, 0, 0.6);
}
.circles-container > .fsContainer .circle.enewsletter {
  background-image: url("/uploaded/themes/default/images/circle-enewsletter.png");
}
.circles-container > .fsContainer .circle.support {
  background-image: url("/uploaded/themes/default/images/circle-support.png");
}
.circles-container > .fsContainer .circle.request {
  background-image: url("/uploaded/themes/default/images/circle-request.png");
}
.circles-container > .fsContainer .circle.careers {
  background-image: url("/uploaded/themes/default/images/circle-career.png");
}
.circles-container > .fsContainer .circle span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Arial", "Open Sans", sans-serif;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
}

.search-container {
  float: right;
  margin-left: 5px;
}
.search-container .site-search {
  width: 44px;
  height: 44px;
  overflow: hidden;
  float: left;
  visibility: hidden;
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
  position: relative;
  z-index: -1;
  margin-right: -44px;
}
.search-container .search-trigger {
  float: right;
  width: 44px;
  height: 44px;
  text-align: center;
  background: #d5d6d8;
  position: relative;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.search-container .search-trigger:hover {
  background: #bbbcbf;
}
.search-container .search-trigger:before {
  font-size: 1.0625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  color: #0b58a4;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.search-container .search-trigger.open + .site-search {
  width: 222px;
  visibility: visible;
  z-index: 1;
}
