 /**
 *
 * Stanley Clark School - default_15
 * @link http://stanleyclark.redesign.finalsite.com
 * Built By: Devin Argenta
 * Project Manager: Jaime Skerker
 * Designer: Nathan Lyttle
 *
 */

@charset "UTF-8";
/*! config-site v0.0.1 */
button.debug-toggle {
  border: 0;
  box-shadow: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #465660;
  color: #fff;
}

body.debug-mode:before {
  content: '';
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  width: 1180px;
  margin: 0 auto;
  display: block;
  box-shadow: inset 1px 0px 0px red, inset -1px 0 0 red;
}
body.debug-mode:after {
  content: '';
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  width: 1180px;
  margin: 0 auto;
  display: block;
  background-image: repeating-linear-gradient(to right, rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.2) 80px, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) 100px);
}

/*! 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.
 */
/**
 * 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: 78.6666666667em;
  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.3333333333em;
  margin-left: 1.3333333333em;
}

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

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

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

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

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

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

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

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

.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("../fonts/icomoon.eot");
  src: url("../fonts/icomoond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e800";
}

.icon-book:before {
  content: "\e801";
}

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

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

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

.icon-diploma:before {
  content: "\e803";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

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

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

.icon-hamburger:before {
  content: "\e804";
}

.icon-hands:before {
  content: "\e805";
}

.icon-heart:before {
  content: "\f004";
}

.icon-info-circle:before {
  content: "\f05a";
}

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

.icon-microscope:before {
  content: "\e806";
}

.icon-mortarboard:before {
  content: "\e807";
}

.icon-palette:before {
  content: "\e808";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-pinterest-p:before {
  content: "\f231";
}

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

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

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

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.4em;
  line-height: 42px;
  text-transform: uppercase;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 1.1111111111em;
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 2em;
  line-height: 36px;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.5333333333em;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 30px;
  color: #333;
  margin-bottom: 0.4166666667em;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.3333333333em;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.0666666667em;
  line-height: 1;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.625em;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 0.9333333333em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.7142857143em;
}

a {
  text-decoration: none;
  color: #00a0db;
  font-weight: bold;
  transition: background .3s, color .3s;
}
a:hover {
  color: #465660;
}
nav a {
  font-weight: inherit;
}

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

#fsPageContent .fsElementContent table {
  width: 100%;
  margin-bottom: 20px;
}
#fsPageContent .fsElementContent table thead td {
  background: #992a44;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#fsPageContent .fsElementContent table th,
#fsPageContent .fsElementContent table td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
#fsPageContent .fsElementContent table th {
  padding: 1.3333333333em;
  text-align: left;
  background: #992a44;
  color: #fff;
}
#fsPageContent .fsElementContent table td {
  padding: 0.6666666667em 1.3333333333em;
  background: #eeeeee;
}
.fsElementContent table tr:nth-of-type(even) td {
  background: rgba(238, 238, 238, 0.5);
}

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

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

/*! content - buttons v0.0.1 */
.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #992a44;
  color: #fff;
  outline: 0;
}
.button:hover {
  background: #85253b;
  color: #fff;
}
.button em {
  display: block;
  font-style: normal;
}

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #e9df97;
  color: #fff;
  outline: 0;
}
.color-button:hover {
  background: #e5d982;
  color: #fff;
}
.color-button em {
  display: block;
  font-style: normal;
}

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: transparent;
  color: #e9df97;
  outline: 0;
  border: 0.2em solid #e9df97;
}
.hollow-button:hover {
  background: rgba(0, 0, 0, 0);
  color: #e9df97;
}
.hollow-button em {
  display: block;
  font-style: normal;
}

.cta-button {
  display: inline-block;
  background-color: #3a405a;
  border: none;
  margin: 10px 10px 5px 5px;
  padding: 20px;
  width: 300px;
  height: 100px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-decoration: none;
  color: white;
  cursor: pointer;
  transition: 0.3s all ease-out;
  min-width: 100%;
}
.cta-button:hover, .cta-button:focus {
  background: rgba(58, 64, 90, 0.8);
}
.cta-button p {
  margin: 0;
}
.cta-button footer {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.cta-button.purple {
  background: #3a405a;
}
.cta-button.purple:hover, .cta-button.purple:focus {
  background: rgba(58, 64, 90, 0.8);
}
.cta-button.red {
  background: #9b2743;
}
.cta-button.red:hover, .cta-button.red:focus {
  background: rgba(155, 39, 67, 0.8);
}
.cta-button.orange {
  background: #da5552;
}
.cta-button.orange:hover, .cta-button.orange:focus {
  background: rgba(218, 85, 82, 0.8);
}
.cta-button a {
  color: #fff;
  padding-top: 10px;
  display: block;
}

/*! content - forms v0.0.1 */
textarea,
input,
select {
  padding: 0.6666666667em;
}

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

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

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

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

/*! content - style manger v0.0.1 */
.lead-in {
  font-size: 1.3333333333em;
  line-height: 1.2em;
}

blockquote {
  clear: both;
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em;
  font-family: "garamond-premier-pro", "Georgia", serif;
  font-style: italic;
  font-size: 23px;
  text-align: center;
  display: block;
  width: 100%;
  color: #465660;
  line-height: 1.5;
}
blockquote:before {
  display: inline;
  content: '\201C';
}
blockquote:after {
  display: inline;
  content: '\201D';
}
blockquote p {
  margin: 0 !important;
  display: inline;
}

.cke_panel_listItem cite {
  margin: 0px !important;
}

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  clear: both;
  position: relative;
  margin: -15px 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
  font-family: "garamond-premier-pro", "Georgia", serif;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  display: block;
  width: 100%;
  color: #465660;
  line-height: 1.5;
}

.cke_panel_listItem cite {
  margin: 0px !important;
}

.fs_style_3 {
  margin-bottom: 30px;
  font-size: 12px;
}
.fs_style_3 strong {
  font-weight: 600;
}

.callout,
.fs_style_1 {
  padding: 20px;
  padding-left: 0;
  background: none;
  color: #da5552;
  margin: 0;
  margin-bottom: 20px;
  float: left;
  font-family: "garamond-premier-pro", "Georgia", serif;
  font-size: 24px;
}
@media (min-width: 500px) {
  .callout,
  .fs_style_1 {
    width: 50%;
  }
}

hr {
  margin: 20px 0;
  clear: both;
  border-bottom: 0.5px solid #45565f;
}

/*! structure - header v0.0.1 */
#fsHeader {
  padding-top: 20px;
  background: #fefef8;
}

.site-info-container {
  float: left;
  width: 40%;
  min-width: 340px;
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  .site-info-container {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .site-info-container {
    margin: 0 auto;
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    padding-top: 20px;
    min-width: 100%;
  }
}
.site-info-container span {
  font-size: 13px;
  line-height: 20px;
  color: rgba(70, 86, 96, 0.5);
  font-weight: 600;
}
.site-info-container a.site-logo {
  display: block;
  padding: 20px 0;
  color: transparentt;
  height: 120px;
  margin-bottom: 5px;
  transition: 0s !important;
  background: url("../images/logo.svg") no-repeat -8px 0;
  background-size: 320px;
}
.no-svg .site-info-container a.site-logo {
  background: url("../images/logo.png") no-repeat 0 0%;
}
.site-info-container a.site-logo:hover {
  color: transparent;
}
@media (max-width: 600px) {
  .site-info-container a.site-logo {
    width: 100%;
    text-align: center;
    background-position: center center;
    background-size: 280px;
    max-width: 100%;
  }
}

.header-top {
  padding: 0 20px;
  overflow: hidden;
}
.header-top > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
}
.header-top:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}

.header-right {
  float: right;
  width: 50%;
  text-align: right;
}
.header-right:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
@media (max-width: 900px) {
  .header-right {
    display: none;
  }
}

.site-info-container a > span {
  color: transparent;
  text-indent: -99999%;
  position: relative;
  margin: 0;
}

.landing-photo {
  background-size: cover;
  min-height: 25vw;
  max-height: 450px;
}
.landing-photo img {
  visibility: hidden;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 20px;
  padding-top: 40px;
  text-align: center;
  font-style: 15px;
  color: #fff;
}
#fsFooter p {
  margin-top: 0;
}
@media (min-width: 900px) {
  #fsFooter {
    text-align: left;
  }
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
}
@media (max-width: 600px) {
  #fsFooter .fsThreeColumnLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #fsFooter .fsThreeColumnLayout .fsDiv {
    margin-bottom: 20px;
  }
  #fsFooter .fsThreeColumnLayout .fsDiv:nth-child(1) {
    -ms-flex-order: 0;
    order: 0;
  }
  #fsFooter .fsThreeColumnLayout .fsDiv:nth-child(2) {
    -ms-flex-order: 2;
    order: 2;
  }
  #fsFooter .fsThreeColumnLayout .fsDiv:nth-child(3) {
    -ms-flex-order: 1;
    order: 1;
  }
}
#fsFooter .fsThreeColumnLayout .fsDiv:first-child strong {
  display: block;
  padding-bottom: 10px;
}
#fsFooter .fsThreeColumnLayout .fsDiv:first-child strong a {
  color: #fff;
}
#fsFooter .fsThreeColumnLayout .fsDiv:first-child a {
  color: #e9df97;
}
#fsFooter .fsThreeColumnLayout .fsDiv:first-child a:hover {
  color: #00a0db;
}
#fsFooter .fsThreeColumnLayout .fsDiv:last-child em {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 900px) {
  #fsFooter .fsThreeColumnLayout .fsDiv:last-child {
    text-align: right;
    padding-left: 100px;
  }
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding-right: 5px;
}

a.p-policy {
  font-size: 12px;
  color: #fff;
}
a.p-policy:hover {
  color: #00a0db;
}

.school-details {
  margin-bottom: 20px;
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.3333333333em;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
.school-details [itemprop='telephone'] {
  display: inline-block;
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details a {
  color: inherit;
}

@media (max-width: 600px) {
  #fsPoweredByFinalsite {
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    background-position: center;
    margin-bottom: 20px;
  }
}

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

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

html {
  font-family: "proxima-nova", "Proxima Nova", "Helvetica", sans-serif;
  background: #465660;
  -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.9375em;
  line-height: 1.4666666667;
  color: #45565f;
}

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

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

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

#fsPageContent {
  float: none;
  margin-bottom: 20px;
  width: 100% !important;
}
@media (max-width: 800px) {
  #fsPageContent {
    clear: both;
  }
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 67.7966101695% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 79.6610169492% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 47.4576271186% !important;
  }
}

#fsBannerRight {
  float: none;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 800px) {
  #fsBannerRight {
    clear: both;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 80px;
    width: 32.2033898305%;
  }
}

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

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

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

@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.6666666667%;
  }
}
.fsLayout .fsStyleOneThird {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleOneThird {
    width: 33.3333333333%;
  }
}

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  padding-right: 1.3333333333em;
  padding-left: 1.3333333333em;
}

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

/*! navigation - main v0.0.1 */
.fsDraftMode .im-fixed .nav-main {
  position: relative !important;
  z-index: 1 !important;
}

.nav-main {
  background: #992a44;
  padding: 0 20px;
  display: none;
}
.nav-main ul,
.nav-main ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-main a {
  display: block;
}
@media (min-width: 900px) {
  .nav-main {
    display: block;
  }
}
.drawer .nav-main {
  display: block;
}
.im-fixed {
  padding-top: 60px;
}
.im-fixed .nav-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 999999;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 81.3333333333em;
    max-width: 76.25rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.nav-main .fsNavLevel1 > li {
  position: relative;
}
.nav-main .fsNavLevel1 > li:hover a {
  background: #2b363c;
}
@media (min-width: 900px) {
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
}
.nav-main .fsNavLevel1 > li > a {
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 16px;
  }
}
@media (min-width: 970px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 18px;
  }
}
@media (min-width: 1040px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 20px;
  }
}
@media (min-width: 1080px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 21px;
    transition: .3s all ease-in-out;
  }
}
.nav-main .fsNavLevel1 > li > a:hover {
  background: #2b363c;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #e9df97;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #e9df97;
}

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  display: none;
  width: 860px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 30px;
  min-height: 320px;
  background: #2b363c;
  text-align: left;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavPageDescription {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 15px;
  padding-right: 40px;
  line-height: 20px;
}
.nav-main .fsNavPageDescription h3 {
  font-size: 21px;
  color: #fff;
}
.nav-main .fsNavPageDescription a {
  color: #e9df97;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-main .fsNavPageDescription a:hover {
  color: #00a0db;
}
.nav-main .fsNavLevel2 {
  float: left;
  width: 50%;
}
.nav-main .fsNavLevel2 .fsNavCurrentPage a, .nav-main .fsNavLevel2 .fsNavCurrentPageAncestor a {
  color: #e9df97;
}
.nav-main .fsNavLevel2 li {
  border-bottom: 1px solid #555e63;
}
.nav-main .fsNavLevel2 li:last-child {
  border-bottom: 0;
}
.nav-main .fsNavLevel2 a {
  padding: 0.6666666667em;
  color: #eceeef;
}
.nav-main .fsNavLevel2 a:hover {
  color: #00a0db;
}

.mega-links-list {
  float: left;
  width: 50%;
  padding-right: 10px;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 50px;
  z-index: 999;
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 100px;
  left: auto;
  right: 0;
  text-align: left;
  font-weight: bold;
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 2px;
  width: 20px;
  content: '';
  background: #45565f;
}
.drawer-trigger:before {
  margin-top: -0.2666666667em;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: margin-top 0.3s, transform 0.3s;
}
.drawer-trigger:after {
  box-shadow: 0 0.2666666667em 0 0 #45565f;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: box-shadow 0.3s, transform 0.3s;
}
.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  background: #fff;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-is-active .drawer-trigger:after {
  background: #fff;
  box-shadow: none;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

html {
  position: relative;
}

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: -100%;
  left: 0;
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  top: 0;
  z-index: 9;
  min-height: 100%;
  height: 100%;
  max-width: 100%;
  padding-bottom: 40px;
  background: #45565f;
}
@media (min-width: 900px) {
  .drawer {
    display: none;
  }
}
.drawer-is-active .drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  overflow-y: scroll;
}
.drawer .mobile-search {
  margin-top: 60px;
  padding: 0px 20px;
  height: 60px;
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
  min-height: 60px;
}
.drawer .mobile-search .gsc-input {
  float: right;
  width: 100%;
}
.drawer .mobile-search .gsc-input-box {
  width: 100% !important;
  min-height: 60px;
  background: #a2abaf;
}
.drawer .mobile-search .gsc-input-box input {
  padding-left: 60px !important;
  height: 60px;
  padding-top: 15px !important;
  background: #a2abaf !important;
}
.drawer .mobile-search .gsc-search-button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 20px;
  color: transparent;
  width: 50px;
  height: 60px;
}
.drawer .mobile-search .gsc-search-button input {
  color: transparent;
  left: 0;
}
.drawer .mobile-search .gsc-search-button:hover {
  background: none;
}
.drawer .mobile-search .gsc-search-button:after {
  position: absolute;
  height: 60px;
  line-height: 3;
  content: '\f002';
  color: #45565f;
  font-family: "icomoon";
  top: 40px;
}
.drawer .nav-mobile {
  background: none;
  text-align: center;
  padding: 40px 0;
  font-size: 21px;
}
.drawer .nav-mobile a {
  display: block;
  position: relative;
  transition: .3s all ease-in-out;
}
.drawer .nav-mobile li {
  overflow: hidden;
}
.drawer .nav-mobile li a {
  top: -60px;
}
.drawer-is-active li:nth-child(1) a {
  top: 0;
  transition-delay: 0.05s;
}
.drawer-is-active li:nth-child(2) a {
  top: 0;
  transition-delay: 0.1s;
}
.drawer-is-active li:nth-child(3) a {
  top: 0;
  transition-delay: 0.15s;
}
.drawer-is-active li:nth-child(4) a {
  top: 0;
  transition-delay: 0.2s;
}
.drawer-is-active li:nth-child(5) a {
  top: 0;
  transition-delay: 0.25s;
}
.drawer-is-active li:nth-child(6) a {
  top: 0;
  transition-delay: 0.3s;
}
.drawer-is-active li:nth-child(7) a {
  top: 0;
  transition-delay: 0.35s;
}
.drawer-is-active li:nth-child(8) a {
  top: 0;
  transition-delay: 0.4s;
}
.drawer .nav-mobile a:hover,
.drawer .nav-mobile a:focus {
  color: #e9df97;
  background: #5c707d !important;
}
.drawer .nav-const-mobile {
  display: block;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}
.drawer .nav-const-mobile li {
  display: block;
  margin: 0;
  padding: 0;
}
.drawer .nav-const-mobile a {
  color: #fff;
  padding: 10px 0;
}
.drawer .nav-const-mobile a:hover, .drawer .nav-const-mobile a:focus {
  color: #00a0db;
}
.drawer .nav-const-mobile a:after {
  content: none;
}
.drawer .nav-util-mobile {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 40px;
}
.drawer .nav-util-mobile .header-search {
  display: none;
}
.drawer .nav-util-mobile ul {
  text-align: center;
  margin: 30px auto;
  padding-top: 30px;
}
.drawer .nav-util-mobile li {
  width: 33.33%;
  margin: 0 auto;
  float: left;
  text-align: center;
  color: #fff;
}
.drawer .nav-util-mobile li:last-child {
  display: none;
}
.drawer .nav-util-mobile a {
  text-align: center;
  color: #fff;
}
.drawer .nav-util-mobile a:before {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  padding-top: 5px;
  font-size: 14px;
  color: #465660;
  line-height: 1.5;
}

body.drawer-is-active #fsPageBodyWrapper {
  overflow: hidden !important;
  max-height: 100vw;
}

/*! navigation - sub v0.0.1 */
.nav-sub ul,
.nav-sub ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-sub a {
  display: block;
}
@media (max-width: 900px) {
  .nav-sub {
    display: none;
  }
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li:last-child a {
  border: 0;
}
.nav-sub .fsNavLevel1 > li > a {
  font-weight: bold;
  padding: 0.6666666667em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #992a44;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 0.6666666667em 1.3333333333em;
}
.nav-sub a {
  color: #465660;
  font-weight: bold;
}
.nav-sub a:hover {
  color: #00a0db;
}

.nav-tier {
  padding: 0 20px;
  background: #465660;
}
.nav-tier ul,
.nav-tier ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-tier a {
  display: block;
}
@media (max-width: 900px) {
  .nav-tier .fsNavLevel1 > li:not(:last-child) > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.nav-tier > ul {
  padding: 30px 0;
}
.nav-tier ul {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .nav-tier ul {
    padding: 30px 0;
  }
}
.nav-tier ul li {
  display: inline-block;
  vertical-align: middle;
}
.nav-tier ul li:last-child:after {
  content: none;
}
.nav-tier ul li:after {
  content: "|";
  display: block;
  float: left;
  position: relative;
  text-align: center;
  width: 20px;
  color: #afb7bc;
}
.nav-tier ul li.fsNavCurrentPage a, .nav-tier ul li.fsNavcurrentPageAncestor a {
  color: #e9df97;
}
.nav-tier ul li a {
  color: #afb7bc;
  display: block;
  float: left;
}
.nav-tier ul li a:hover {
  color: #e9df97;
}
@media (max-width: 900px) {
  .nav-tier ul {
    padding: 10px 0 30px;
    text-align: left;
  }
  .nav-tier ul li {
    display: block;
    float: none;
  }
  .nav-tier ul li.fsNavCurrentPage, .nav-tier ul li.fsNavcurrentPageAncestor {
    color: #e9df97;
  }
  .nav-tier ul li:after {
    content: none;
  }
  .nav-tier ul li a {
    display: block;
    float: none;
    padding: 10px 0px;
    text-transform: initial;
  }
  .nav-tier ul li a:hover {
    color: #e9df97;
  }
  .nav-tier ul .fsNavPageInfo {
    display: block;
  }
  .nav-tier ul ul {
    display: block;
    margin: 5px 0px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 10px;
  }
  .nav-tier ul ul a {
    font-size: 14px;
    padding: 8px 0px;
  }
}
@media (max-width: 899px) {
  .nav-tier > .fsElementContent {
    display: none;
  }
}
.active-nav > .fsElementContent {
  display: block;
}
@media (min-width: 600px) {
  .nav-tier .fsNavPageInfo {
    display: none;
  }
}
@media (min-width: 600px) {
  .nav-tier header {
    display: none;
  }
}
.nav-tier > header {
  color: #fff;
  padding: 0;
}
.nav-tier > header h2 {
  color: #fff;
}
.nav-tier > header {
  display: block;
}
.nav-tier > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  background: #465660;
  color: #fff;
  font-family: "proxima-nova", "Proxima Nova", "Helvetica", sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  line-height: 2.5;
  font-weight: bold;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 800px) {
  .nav-tier > header > .fsElementTitle {
    cursor: default;
  }
}
.nav-tier > header > .fsElementTitle:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
@media (max-width: 799px) {
  .nav-tier > header > .fsElementTitle:before {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 15px;
    position: relative;
    text-align: right;
    float: right;
    top: 20px;
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (min-width: 800px) {
  .nav-tier > header {
    display: none;
  }
  .nav-tier > header > .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.3333333333em;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #465660;
    background: none;
    padding: 10px 0;
    text-align: left;
  }
}

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin: 0 auto;
  text-align: center;
}
.nav-social ul,
.nav-social ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-social a {
  display: block;
}
.nav-social li {
  display: inline-block;
  vertical-align: middle;
}
.nav-social .nav-social__item--facebook a {
  color: #637179;
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 0 transparent;
  transition: .3s all ease-in-out;
}
.nav-social .nav-social__item--facebook a:before {
  content: "";
}
.nav-social .nav-social__item--instagram a {
  color: #637179;
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 0 transparent;
  transition: .3s all ease-in-out;
}
.nav-social .nav-social__item--instagram a:before {
  content: "";
}
.nav-social .nav-social__item--linkedin a {
  color: #637179;
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 0 transparent;
  transition: .3s all ease-in-out;
}
.nav-social .nav-social__item--linkedin a:before {
  content: "";
}
.nav-social .nav-social__item--pinterest a {
  color: #637179;
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 0 transparent;
  transition: .3s all ease-in-out;
}
.nav-social .nav-social__item--pinterest a:before {
  content: "";
}
.nav-social .nav-social__item--tumblr a {
  color: #637179;
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 0 transparent;
  transition: .3s all ease-in-out;
}
.nav-social .nav-social__item--tumblr a:before {
  content: "";
}
.nav-social .nav-social__item--twitter a {
  color: #637179;
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 0 transparent;
  transition: .3s all ease-in-out;
}
.nav-social .nav-social__item--twitter a:before {
  content: "";
}
.nav-social .nav-social__item--vine a {
  color: #637179;
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 0 transparent;
  transition: .3s all ease-in-out;
}
.nav-social .nav-social__item--vine a:before {
  content: "";
}
.nav-social .nav-social__item--youtube a {
  color: #637179;
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 0 transparent;
  transition: .3s all ease-in-out;
}
.nav-social .nav-social__item--youtube a:before {
  content: "";
}
.nav-social .nav-social__item--facebook a:hover {
  color: #fff;
  background: #3b5998;
  box-shadow: 0 0 0 1px #3b5998, inset 0 0 0 40px #3b5998;
}
.nav-social .nav-social__item--instagram a:hover {
  color: #fff;
  background: #517fa4;
  box-shadow: 0 0 0 1px #517fa4, inset 0 0 0 40px #517fa4;
}
.nav-social .nav-social__item--linkedin a:hover {
  color: #fff;
  background: #007bb6;
  box-shadow: 0 0 0 1px #007bb6, inset 0 0 0 40px #007bb6;
}
.nav-social .nav-social__item--pinterest a:hover {
  color: #fff;
  background: #cb2027;
  box-shadow: 0 0 0 1px #cb2027, inset 0 0 0 40px #cb2027;
}
.nav-social .nav-social__item--tumblr a:hover {
  color: #fff;
  background: #32506d;
  box-shadow: 0 0 0 1px #32506d, inset 0 0 0 40px #32506d;
}
.nav-social .nav-social__item--twitter a:hover {
  color: #fff;
  background: #00aced;
  box-shadow: 0 0 0 1px #00aced, inset 0 0 0 40px #00aced;
}
.nav-social .nav-social__item--vine a:hover {
  color: #fff;
  background: #00a478;
  box-shadow: 0 0 0 1px #00a478, inset 0 0 0 40px #00a478;
}
.nav-social .nav-social__item--youtube a:hover {
  color: #fff;
  background: #b00;
  box-shadow: 0 0 0 1px #b00, inset 0 0 0 40px #b00;
}
.nav-social a {
  font-size: 1.6em;
  line-height: 1;
  text-align: center;
  color: #45565f;
  display: block;
  margin: 0px 4px;
  position: relative;
  height: 60px;
  width: 60px;
  background: #eee;
  border-radius: 100%;
}
.nav-social a:before {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-social span {
  display: none;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util ul,
.nav-util ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-util a {
  display: block;
}
.nav-util ul li {
  display: inline-block;
  margin-left: 50px;
  position: relative;
  vertical-align: middle;
}
.nav-util ul li:first-child a:before {
  content: '\f05a';
}
.nav-util ul li:nth-child(2) a:before {
  content: '\f040';
}
.nav-util ul li:nth-child(3) a:before {
  content: '\f004';
}
.nav-util ul li:last-child {
  margin-left: 15px;
}
.nav-util ul li a {
  padding: 0em;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  color: #465660;
  text-transform: uppercase;
}
.nav-util ul li a:before {
  content: '';
  font-family: "icomoon";
  font-size: 10px;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
  width: 25px;
  height: 25px;
  background: #a1aaab;
  border-radius: 25px;
  pointer-events: auto;
  color: #fff;
  line-height: 2.5;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
.nav-util ul li a:hover {
  color: #00a0db;
}
.nav-util ul li a:hover:before {
  background: #00a0db;
}

.nav-const {
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}
.nav-const ul,
.nav-const ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-const a {
  display: block;
}
.nav-const ul li {
  display: inline-block;
}
.nav-const ul li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: rgba(70, 86, 96, 0.5);
  padding: 0em;
}
.nav-const ul li a:hover {
  color: #465660;
}
.nav-const ul li a:after {
  content: '/';
  display: inline-block;
  width: 20px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: rgba(70, 86, 96, 0.5);
  width: 15px;
  margin-left: 0;
  margin-right: 6px;
}
.nav-const li:last-child a:after {
  content: '';
  margin: 0;
  width: 0;
}

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.3333333333em;
}
@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.8333333333%;
  }
}
.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.6666666667em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #45565f;
  color: #fff;
  outline: 0;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #3a4950;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fsAccordion .fsPanel {
  background: #fafafa;
  font-style: 15px;
}
.fsAccordion .fsPanel > header {
  cursor: pointer;
  background: #eeeeee;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 2em;
  line-height: 36px;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.5333333333em;
  margin-bottom: 2px;
  display: block;
  font-size: 16px;
  padding: 13.3333333333px;
  color: #868686;
  transition: .3s;
  font-weight: 600;
}
.fsAccordion .fsPanel > header:hover {
  background: #992a44;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2 {
  color: #fff;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header {
  background: #992a44;
}
.fsAccordion .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before {
  content: "ΓÇö";
}

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: 20px;
  text-align: center;
  overflow: hidden;
  height: auto;
  font-weight: bold;
  font-size: 28px;
  content: "ΓÇö";
}

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: '';
  border: none;
  width: 20px;
  text-align: center;
  overflow: hidden;
  height: auto;
  font-weight: bold;
  font-size: 28px;
  content: "+";
}

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

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

/*! elements - athletics v0.0.1 */
.fsAthleticsEvent .fsTitle {
  display: inline-block;
}

.fsAthleticsOpponents {
  display: inline-block;
}

.fsAthleticsOpponentNames {
  display: inline-block;
}

/*! elements - calendar v0.0.1 */
.fsCalendar article {
  position: relative;
  padding-left: 70px;
  min-height: 80px;
}
.fsCalendar .fsTitle {
  color: #45565f;
  font-size: 17px;
  padding-bottom: 10px;
}
.fsCalendar .fsTitle a {
  color: #45565f;
}
.fsCalendar .fsTitle a:hover {
  color: #00a0db;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  box-shadow: 2px 0px 0 #a7beb9;
  padding-top: 0px;
  text-align: center;
  background: none;
  color: #a7beb9;
  font-weight: bold;
  text-transform: uppercase;
}
.fsCalendar .fsDate span {
  display: block;
}
.fsCalendar .fsDate .fsMonth {
  font-size: 14px;
}
.fsCalendar .fsDate .fsDay {
  position: relative;
  top: -5px;
  font-size: 32px;
  font-weight: 600;
  color: #45565f;
}
.fsCalendar .fsEventDetails {
  font-size: 12px;
  color: #8d9498;
  font-weight: 600;
}
.fsCalendar .fsReadMoreLink {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
}

.fsCalendarDaybox {
  border: 1px solid rgba(69, 86, 95, 0.3) !important;
}

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

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

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
#fsBannerRight .fsElement {
  margin-bottom: 30px;
}
.fsElementTitle {
  color: #746c71;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.fsElementTitle p {
  margin-bottom: 0;
}

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

.fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.3333333333em;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #333333;
  margin: 0;
  line-height: 1;
}
.fsTitle a {
  color: #333333;
  font-weight: 600;
}
.fsTitle a:hover {
  color: #00a0db;
}

.module {
  margin-bottom: 1.3333333333em;
  padding: 20px;
  color: #45565f;
  background: #992a44;
  font-size: 14px;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  color: inherit;
}

.module {
  background: #eeeeee;
  color: #45565f;
}
.module .fsElementTitle {
  font-size: 16px;
  color: #746c71;
}

/*--Forms--*/
.fsLogin p {
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span {
  display: block;
  font-weight: inherit;
  text-transform: uppercase;
  font-size: inherit;
}
.fsLogin .fsLoginMainView input, .fsLogin .fsLoginForgotView input, .fsLogin .fsLoginNewView input {
  margin-bottom: 20px;
  border: 1px solid inherit;
  font-size: inherit;
  padding: 2px 5px;
  height: 25px;
  display: block;
  clear: both;
}
.fsLogin .fsLoginMainView input:focus, .fsLogin .fsLoginForgotView input:focus, .fsLogin .fsLoginNewView input:focus {
  border: 1px solid inherit;
  outline: none;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button {
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: 0 none;
  outline: none;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all 100ms linear;
  height: 25px;
  line-height: 1;
  display: block;
  float: left;
  margin-right: 20px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover {
  background-color: inherit;
  color: inherit;
}
.fsLogin .fsLoginForgotPasswordLink {
  margin-top: -2px;
  line-height: 1;
}
.fsLogin .fsLoginForgotPasswordLink a {
  font-size: inherit;
}
.fsLogin .fsLoginNewAccountLink {
  line-height: 1;
}
.fsLogin .fsLoginNewAccountLink a {
  font-size: inherit;
}
.fsLogin .fsLoginNewCaptcha {
  display: block;
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewCaptcha #recaptcha_table {
  width: 100% !important;
  max-width: 318px;
}

.targetForm .pageControls {
  padding: 0 !important;
  margin-bottom: 5px;
}
.targetForm .pageControls .userConfirmation {
  margin-bottom: 10px;
}
.targetForm .pageControls .submitBtn {
  margin-bottom: 20px;
}

/*== Media Element ==*/
.fsMedia .fsMediaGallery .fsMediaGalleryObject {
  margin: 0 0 20px;
}
.fsMedia > .fsElementContent {
  margin-top: 20px;
}

/* News Element */
/*General News Styles*/
/*! elements - news v0.0.1 */
.fsNews {
  /*Slideshow*/
}
#fsBannerRight .fsNews p:empty {
  display: none;
}
.fsNews article {
  margin-bottom: 40px;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.6666666667em;
  width: 100%;
}
.fsNews .fsThumbnail img {
  display: block;
  width: 100%;
}
.fsNews .fsSummary p:empty {
  display: none;
}
.fsNews.fsSlideshow .fsElementContent {
  margin: 0;
}
.fsNews.fsSlideshow article {
  padding: 20px;
  word-wrap: normal;
}
.fsNews.fsSlideshow .fsPager span {
  color: inherit;
  opacity: 0.5;
  transition: color 100ms, opacity 100ms;
}
.fsNews.fsSlideshow .fsPager span.fsStateActive {
  color: inherit;
  opacity: 1;
}

.fsNews.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.fsNews.fsGrid article {
  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;
  }
}

/* News Element */
/*General Posts Styles*/
/*! elements - posts v0.0.1 */
.fsPostElement {
  /*Slideshow*/
}
#fsBannerRight .fsPostElement p:empty {
  display: none;
}
.fsPostElement article {
  margin-bottom: 40px;
}
.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 0.6666666667em;
  width: 100%;
}
.fsPostElement .fsThumbnail img {
  display: block;
  width: 100%;
}
.fsPostElement .fsTitle {
  text-transform: uppercase;
  font-weight: bold;
  color: #746c71;
}
.fsPostElement .fsSummary p:empty {
  display: none;
}
.fsPostElement.fsSlideshow .fsElementContent {
  margin: 0;
}
.fsPostElement.fsSlideshow article {
  padding: 20px;
  word-wrap: normal;
}
.fsPostElement.fsSlideshow .fsPager span {
  color: inherit;
  opacity: 0.5;
  transition: color 100ms, opacity 100ms;
}
.fsPostElement.fsSlideshow .fsPager span.fsStateActive {
  color: inherit;
  opacity: 1;
}

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

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

/*=======================*/
/* Custom Styles         */
/*=======================*/
li.search-holder {
  vertical-align: top !important;
  width: 25px;
  height: 40px;
}
li.search-holder.active {
  overflow: visible;
}
li.search-holder span {
  color: transparent;
  position: absolute;
  top: 0px;
  right: 0;
  width: 25px;
  height: 25px;
  background: #a1aaab;
  border-radius: 30px;
  z-index: 99999;
  cursor: pointer;
}
li.search-holder span:hover {
  background: #869293;
}
li.search-holder span:before {
  content: '\f002';
  color: #fff;
  font-family: "icomoon";
  font-size: 12px;
  position: relative;
  top: 1px;
  left: 6px;
}
li.search-holder.active span {
  top: 0px;
}
li.search-holder.active span:before {
  content: '\e802';
  font-size: 11px;
  position: relative;
  left: 7px;
  top: 1px;
}

.nav-util .header-search .gsc-input {
  width: 0px;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  transition: .3s all ease-in-out;
  overflow: hidden;
  position: absolute;
  right: -10px;
  height: 40px;
  top: -8px;
  border: 1px solid #eee;
  border-radius: 20px;
  visibility: hidden;
}
.nav-util .header-search .gsc-input input {
  padding-left: 30px !important;
}
.search-holder.active .gsc-input {
  overflow: hidden;
  width: 350px;
  visibility: visible;
}
.nav-util .header-search .gsc-search-button {
  position: absolute;
  top: 0px;
  right: 0;
  width: 25px;
  height: 25px;
  background: #a1aaab;
  border-radius: 30px;
  transition: .3s all ease-in-out;
  transition-delay: .2s;
  -ms-transform: scale(0);
  transform: scale(0);
}
.nav-util .header-search .gsc-search-button input {
  left: 0;
}
.search-holder.active .gsc-search-button {
  left: -305px;
  display: block;
  color: transparent;
  -ms-transform: scale(1);
  transform: scale(1);
}
.search-holder.active .gsc-search-button:before {
  content: '\f002';
  font-family: "icomoon";
  color: #fff;
  position: relative;
  left: -4px;
  top: 2px;
}
.search-holder.active .gsc-search-button input {
  left: 0;
}

/* Social Elements */
/*--Facebook--*/
.fsFacebook .fsFacebookList ul,
.fsFacebook .fsFacebookList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fsFacebook .fsFacebookList a {
  display: block;
}
.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: #e9df97;
}
.fsTwitter .tweets li a:hover {
  color: #992a44;
}
.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: #992a44;
}
.fsTwitter .tweets li .header time abbr {
  text-decoration: none;
  border: 0;
}
.fsTwitter .tweets li .header time:hover {
  color: #e9df97;
}
.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: #992a44;
}
.fsTwitter .tweets li .footer .expand b {
  display: none;
}
.fsTwitter .tweets li .footer .expand:hover {
  color: #e9df97;
}
.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: #992a44;
}
.fsTwitter .tweets li .footer .tweet-actions li a b {
  display: none;
}
.fsTwitter .tweets li .footer .tweet-actions li a:hover {
  color: #e9df97;
}
.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 .favorite-action i:before {
  content: '\f005';
}

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 20px;
}
.fsYoutube .fsYoutubeList ul,
.fsYoutube .fsYoutubeList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fsYoutube .fsYoutubeList a {
  display: block;
}
.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-top: 0;
  font-weight: normal;
  font-size: 2em;
  line-height: 36px;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.5333333333em;
  margin-bottom: 2px;
  display: block;
  font-size: 16px;
  padding: 13.3333333333px;
  color: #868686;
  transition: .3s;
  font-weight: 600;
  background: #eeeeee;
  color: #868686;
}
.fsTabs .fsTabsNav li a:hover {
  background: #992a44;
  color: #fff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #992a44;
  color: #fff;
}
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: #eeeeee;
  transition: .3s;
}
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 2em;
  line-height: 36px;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.5333333333em;
  margin-bottom: 2px;
  display: block;
  font-size: 16px;
  padding: 13.3333333333px;
  color: #868686;
  transition: .3s;
  font-weight: 600;
  padding: 13.3333333333px;
  color: #868686;
  transition: .3s;
  font-weight: bold;
}
.fsTabs .fsPanel > header h2:before {
  content: "+";
  margin-right: 15px;
}
.fsTabs .fsPanel > header:hover {
  background: #992a44;
  transition: .3s;
}
.fsTabs .fsPanel > header:hover h2 {
  color: #fff;
  transition: .3s;
}
.fsTabs .fsPanel > .fsElementContent {
  display: none;
}
.fsTabs .fsPanel.fsStateOpen > header {
  background: #992a44;
}
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "ΓÇö";
}
.fsTabs .fsPanel.fsStateOpen > .fsElementContent {
  display: block;
}

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

/*! pages - home v0.0.1 */
.home .nav-tier {
  display: none;
}
.home .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
}
.home .slick-arrow:before {
  content: '';
  color: #b9cbc7;
  font-family: "icomoon";
  font-size: 14px;
  position: absolute;
  font-weight: normal;
  transition: .25s all ease-in-out;
}
.home .slick-arrow.slick-prev {
  left: 20px;
}
.home .slick-arrow.slick-prev:hover:before {
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
  color: #465660;
}
.home .slick-arrow.slick-prev:before {
  content: '\e800';
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home .slick-arrow.slick-next {
  right: 20px;
}
.home .slick-arrow.slick-next:hover:before {
  -ms-transform: scale(1.1) rotate(-90deg);
  transform: scale(1.1) rotate(-90deg);
  color: #465660;
}
.home .slick-arrow.slick-next:before {
  content: '\e800';
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.home .fsPageTitle {
  display: none;
}
.home .fsLayout {
  margin: 0;
}
.home .fsLayout > .fsDiv {
  padding: 0;
  margin: 0;
}
.home #fsPageBodyWrapper {
  background: #fff;
  padding: 0;
}
.home #fsPageBody {
  max-width: 100%;
}
.home #fsPageContent {
  margin: 0;
}

.hp-cal-slider {
  padding: 55px 0;
  position: relative;
}
.hp-cal-slider header > .fsElementTitle {
  color: #992a44;
}
.hp-cal-slider .slick-arrow {
  top: calc(50% + 30px);
}
.hp-cal-slider .fsElementControls {
  display: none;
}
.hp-cal-slider > .fsElementContent {
  background: #992a44;
  padding: 55px 60px 0;
  margin: 0 0 20px 0;
  box-shadow: 0 -2px 0 #ebebeb;
}
@media (min-width: 1180px) {
  .hp-cal-slider > .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}
.hp-cal-slider article .fsNotes p {
  color: #fff !important;
  font-family: "proxima-nova", "Proxima Nova", "Helvetica", sans-serif !important;
  text-transform: none;
  font-variant: normal !important;
  font-size: 12px !important;
}
.hp-cal-slider article .fsDate {
  color: #fff;
}
.hp-cal-slider article .fsDate span.fsDay {
  color: #fff;
}
.hp-cal-slider article .fsTitle {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
}
.hp-cal-slider article .fsEventDetails {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.hp-cal-slider article .fsEventDetails > .fsAllDay {
  text-transform: capitalize;
}
.hp-cal-slider > header {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  margin-bottom: 30px;
  text-align: center;
}
.hp-cal-slider > header a {
  color: #8d9498;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.hp-cal-slider > header a:hover {
  color: #00a0db;
}
.hp-cal-slider > header h2.fsElementTitle {
  text-align: center;
  font-size: 28px;
  margin-bottom: 0px;
}
.hp-cal-slider .fsListItems {
  display: none;
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
}
.hp-cal-slider .fsListItems.slick-initialized {
  display: block;
}
.hp-cal-slider .fsDate .fsYear {
  display: none;
}

.yellow-bg {
  background: #fffef7;
  padding: 55px 20px;
  box-shadow: 0 -2px 0 #ebebeb;
}
@media (max-width: 900px) {
  .yellow-bg .fsElementContent > .fsTwoColumnLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .yellow-bg .fsElementContent > .fsTwoColumnLayout > .fsDiv {
    margin-bottom: 80px;
  }
  .yellow-bg .fsElementContent > .fsTwoColumnLayout > .fsDiv .fsElementTitle {
    text-align: center;
  }
  .yellow-bg .fsElementContent > .fsTwoColumnLayout > .fsDiv:first-child {
    -ms-flex-order: 1;
    order: 1;
  }
  .yellow-bg .fsElementContent > .fsTwoColumnLayout > .fsDiv:last-child {
    -ms-flex-order: 0;
    order: 0;
  }
  .no-flexbox .yellow-bg .fsElementContent > .fsTwoColumnLayout {
    display: block;
    width: 100%;
    clear: both;
    float: none;
  }
}
.yellow-bg h2.fsElementTitle {
  color: #992a44;
  font-size: 22px;
  margin-bottom: 50px;
}
.yellow-bg .fsThreeColumnLayout > .fsDiv {
  height: 225px;
  position: relative;
}
.yellow-bg .fsThreeColumnLayout > .fsDiv p {
  margin: 10px 0;
  margin-bottom: 5px;
}
.yellow-bg .fsThreeColumnLayout > .fsDiv div[class*="icon"]:before {
  font-weight: normal;
  font-size: 50px;
  color: #00688e;
}
.yellow-bg .fsThreeColumnLayout > .fsDiv .fsElementContent, .yellow-bg .fsThreeColumnLayout > .fsDiv .fsElementFooterContent {
  font-family: "proxima-nova", "Proxima Nova", "Helvetica", sans-serif;
}
.yellow-bg .fsThreeColumnLayout > .fsDiv .fsContent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  font-size: 14px;
  color: #637179;
  font-weight: 600;
}

.yellow-inner-contain {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  margin: 0 auto !important;
}
@media (min-width: 600px) {
  .yellow-inner-contain > .fsDiv:first-child {
    width: 100%;
    display: block;
    float: none;
  }
}
@media (min-width: 900px) {
  .yellow-inner-contain > .fsDiv:first-child {
    width: 66.10169492%;
    float: left;
    padding-right: 100px;
  }
}
@media (min-width: 600px) {
  .yellow-inner-contain > .fsDiv:last-child {
    width: 100%;
    display: block;
    float: none;
  }
}
@media (min-width: 900px) {
  .yellow-inner-contain > .fsDiv:last-child {
    width: 33.89830508%;
    float: left;
    padding-left: 20px;
  }
}
.yellow-inner-contain .fsThreeColumnLayout .fsDiv {
  width: 50%;
  float: left;
  clear: none;
}
@media (min-width: 600px) {
  .yellow-inner-contain .fsThreeColumnLayout .fsDiv {
    width: 50%;
    clear: none;
    float: left;
  }
  .yellow-inner-contain .fsThreeColumnLayout .fsDiv:after {
    clear: none;
  }
}
@media (min-width: 900px) {
  .yellow-inner-contain .fsThreeColumnLayout .fsDiv {
    width: 33.333333%;
  }
}

.ff-contain .fsElementContent {
  text-align: center;
}
.ff-contain .fsDiv {
  margin: 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 900px) {
  .ff-contain .fsDiv {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .ff-contain .fsDiv:nth-child(2n + 2) {
    border-right: 0;
  }
  .ff-contain .fsDiv:nth-child(n+5) {
    border-bottom: 0;
  }
}
@media (min-width: 900px) {
  .ff-contain .fsDiv {
    border: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .ff-contain .fsDiv:nth-child(3) {
    border-right: 0;
  }
  .ff-contain .fsDiv:nth-child(n+4) {
    border-bottom: 0;
  }
}
.ff-contain .fsDiv .fsElementContent {
  color: #da5552;
  font-weight: bold;
  font-size: 45px;
}
.ff-contain .fsDiv:last-child {
  border-right: 0;
}
.ff-contain .fsThreeColumnLayout + .fsThreeColumnLayout .fsDiv {
  border-bottom: 0;
}

.fb-contain {
  background: #992a44;
  padding: 20px;
  font-size: 14px;
  line-height: 21px;
  max-height: 100%;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  transition: .3s all ease-in-out;
}
@media (max-width: 600px) {
  .fb-contain {
    max-height: initial;
  }
  .fb-contain .fb-height-toggle {
    display: none;
  }
}
.fb-contain.fb-open {
  max-height: 1200px;
}
.fb-contain > footer {
  display: none;
}
.fb-contain > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
}
.fb-contain .fb-feed-holder {
  margin-left: -10px;
  margin-right: -10px;
}
.fb-contain .fb-feed-holder:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
.fb-contain .facebook-post {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 0px 10px;
}
@media (min-width: 600px) {
  .fb-contain .facebook-post {
    float: left;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fb-contain .facebook-post {
    width: 33.33%;
  }
  .fb-contain .facebook-post:nth-child(4) {
    clear: left;
  }
}
.fb-contain .fb-inner {
  padding: 20px;
  background: #f7fbfc;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(152, 162, 167, 0.2);
  overflow-wrap: break-word;
  transition: .3s all ease-in-out;
}
.fb-contain .fb-inner:hover {
  box-shadow: 0 3px 3px 1px rgba(152, 162, 167, 0.3);
}
.fb-contain .shared-post {
  margin-top: 10px;
  padding: 10px;
  background: #f5f7f7;
  box-shadow: 0 0 0 1px rgba(152, 162, 167, 0.2);
}
.fb-contain .shared-post img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.fb-contain .fb-name {
  float: left;
  width: 80%;
  color: #45565f;
  font-size: 15px;
  padding-left: 10px;
}
.fb-contain .fb-name:hover {
  color: #00a0db;
}
.fb-contain .fb-date {
  font-size: 12px;
  color: #a2a9ae;
  display: block;
  float: left;
  width: 80%;
  padding-left: 10px;
}
.fb-contain .prof-pic img {
  float: left;
  width: 40px;
}
.fb-contain .entry-content {
  clear: both;
  padding: 20px 0px;
}
.fb-contain .read-more {
  margin-left: 10px;
}

.fb-height-toggle {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #c9c9c9;
  display: block;
  width: 100%;
  text-align: center;
  transition: .3s color ease-in-out;
  padding: 10px 20px;
  box-shadow: 0 -2px 3px rgba(196, 196, 196, 0.5);
}
.fb-height-toggle:after {
  content: '\e800';
  font-family: "icomoon";
  color: #c9c9c9;
  font-size: 10px;
  display: block;
}
.fb-height-toggle:hover {
  color: #b2b2b2;
}
.fb-open .fb-height-toggle:after {
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.highlights-slider {
  background: #419d78;
  border-radius: 8px;
  max-width: 385px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-family: "proxima-nova", "Proxima Nova", "Helvetica", sans-serif;
  font-weight: 100;
  border: 1px solid #ebebeb;
}
.highlights-slider .fsTitle a:hover {
  color: #e9df97;
}
.highlights-slider .no-thumb .fsThumbnail {
  background: url("../images/logo.png") center center no-repeat #fff;
  background-size: 90% !important;
}
.highlights-slider .fsAlertFeeds {
  display: none;
}
.highlights-slider .fsSummary {
  padding: 0px 60px;
  font-size: 14px;
}
.highlights-slider .fsSummary a {
  color: #e9df97;
}
.highlights-slider .fsSummary a:hover {
  color: #992a44;
}
.highlights-slider a.fsReadMoreLink {
  padding: 10px 60px;
  display: block;
  width: 80%;
  margin: 0 auto;
  color: #e9df97;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.highlights-slider a.fsReadMoreLink:hover {
  color: #992a44;
}
.highlights-slider p:empty {
  display: none;
}
.highlights-slider .fsTitle {
  padding: 0px 60px;
}
.highlights-slider .fsTitle, .highlights-slider .fsTitle a {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  margin-top: 60px;
  display: block;
}
.highlights-slider .fsTitle + .fsReadMoreLink, .highlights-slider .fsTitle a + .fsReadMoreLink {
  position: relative;
  top: 20px;
}
.highlights-slider p:first-child {
  margin-top: 0;
}
.highlights-slider .fsThumbnail {
  height: 200px;
  background-size: cover;
  overflow: hidden;
}
.highlights-slider .fsThumbnail img {
  visibility: hidden;
}
.highlights-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 220px;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
}
.highlights-slider .slick-dots li {
  display: inline-block;
  height: 8px;
  width: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin: 0px 3px;
}
.highlights-slider .slick-dots li.slick-active {
  background: #fff;
}
.highlights-slider .slick-dots button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
}

.hp-slider, .resource-slider {
  height: 585px;
  overflow: visible;
  position: relative;
  text-align: center;
}
.hp-slider > .fsElementContent, .resource-slider > .fsElementContent {
  margin: 0;
}
.hp-slider article, .resource-slider article {
  height: 585px;
  overflow: visible !important;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 0;
}
.hp-slider img, .resource-slider img {
  height: 585px;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}
.hp-slider .caption-wrapper, .hp-slider figcaption, .resource-slider .caption-wrapper, .resource-slider figcaption {
  position: absolute;
  z-index: 9999;
  background: rgba(218, 85, 82, 0.8);
  width: 100%;
  height: auto;
  bottom: 0;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -5px;
  padding: 40px 20px;
  color: #fff;
}
@media (min-width: 900px) {
  .hp-slider .caption-wrapper, .hp-slider figcaption, .resource-slider .caption-wrapper, .resource-slider figcaption {
    position: absolute;
    bottom: 80px;
    right: 100px;
    max-width: 400px;
  }
}
.hp-slider .Academics .caption-wrapper, .hp-slider article:nth-of-type(1) figcaption, .resource-slider .Academics .caption-wrapper, .resource-slider article:nth-of-type(1) figcaption {
  background: rgba(65, 157, 120, 0.8);
}
.hp-slider .Academics .caption-wrapper, .hp-slider article:nth-of-type(2) figcaption, .resource-slider .Academics .caption-wrapper, .resource-slider article:nth-of-type(2) figcaption {
  background: rgba(65, 157, 120, 0.8);
}
.hp-slider .Arts .caption-wrapper, .hp-slider article:nth-of-type(3) figcaption, .resource-slider .Arts .caption-wrapper, .resource-slider article:nth-of-type(3) figcaption {
  background: rgba(58, 64, 90, 0.8);
}
.hp-slider .Athletics .caption-wrapper, .hp-slider article:nth-of-type(4) figcaption, .resource-slider .Athletics .caption-wrapper, .resource-slider article:nth-of-type(4) figcaption {
  background: rgba(0, 104, 142, 0.8);
}
.hp-slider .Character .caption-wrapper, .hp-slider article:nth-of-type(5) figcaption, .resource-slider .Character .caption-wrapper, .resource-slider article:nth-of-type(5) figcaption {
  background: rgba(218, 85, 82, 0.8);
}
.hp-slider .caption-title, .hp-slider .fsTitle, .resource-slider .caption-title, .resource-slider .fsTitle {
  display: inline-block;
  padding: 0px 20px;
  font-size: 60px;
  font-family: "garamond-premier-pro", "Georgia", serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: normal;
  line-height: normal;
}
.hp-slider .caption-desc, .hp-slider .fsDescription, .resource-slider .caption-desc, .resource-slider .fsDescription {
  padding: 20px;
  font-family: "proxima-nova", "Proxima Nova", "Helvetica", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: normal;
}
@media (min-width: 900px) {
  .hp-slider .slick-slide .caption-wrapper, .hp-slider .slick-slide figcaption, .resource-slider .slick-slide .caption-wrapper, .resource-slider .slick-slide figcaption {
    opacity: 0;
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    transition: .25s all .4s ease-in-out;
  }
  .hp-slider .slick-slide.slick-active .caption-wrapper, .hp-slider .slick-slide.slick-active figcaption, .resource-slider .slick-slide.slick-active .caption-wrapper, .resource-slider .slick-slide.slick-active figcaption {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.hp-slider ul.slick-dots, .resource-slider ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  line-height: 1;
}
.hp-slider ul.slick-dots li, .resource-slider ul.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.hp-slider ul.slick-dots li.slick-active button, .resource-slider ul.slick-dots li.slick-active button {
  background: #fff;
}
.hp-slider ul.slick-dots button, .resource-slider ul.slick-dots button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: block;
  color: transparent;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  transition: .3s all ease-in-out;
}
.hp-slider ul.slick-dots button:hover, .resource-slider ul.slick-dots button:hover {
  background: #fff;
}
.hp-slider .fsListItems, .resource-slider .fsListItems {
  margin: 0;
  height: 585px;
  overflow: hidden;
}
.hp-slider .fsListItems article, .resource-slider .fsListItems article {
  margin-bottom: 0;
  padding: 0;
}
.hp-slider .fsListItems article video, .resource-slider .fsListItems article video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.hp-slider .fsListItems article video::-webkit-media-controls, .resource-slider .fsListItems article video::-webkit-media-controls {
  display: none !important;
}
.hp-slider .resourcesVideoControls, .resource-slider .resourcesVideoControls {
  position: absolute;
  top: 15px;
  z-index: 9999;
  left: 15px;
}
@media (min-width: 600px) {
  .hp-slider .resourcesVideoControls, .resource-slider .resourcesVideoControls {
    left: 30px;
    bottom: 30px;
    top: auto;
  }
}
.hp-slider .resourcesVideoControls__playButton:before, .resource-slider .resourcesVideoControls__playButton:before {
  content: "";
  font-family: "icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.hp-slider .active.resourcesVideoControls__playButton:before, .resource-slider .active.resourcesVideoControls__playButton:before {
  content: '\f04b';
}
.hp-slider .resourcesVideoControls__muteButton:before, .resource-slider .resourcesVideoControls__muteButton:before {
  content: "";
  font-family: "icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.hp-slider .active.resourcesVideoControls__muteButton:before, .resource-slider .active.resourcesVideoControls__muteButton:before {
  content: '\f6a9';
}
.hp-slider .resourcesVideoControls__playButton, .hp-slider .resourcesVideoControls__muteButton, .resource-slider .resourcesVideoControls__playButton, .resource-slider .resourcesVideoControls__muteButton {
  margin: 5px;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 24px;
  color: white;
  line-height: 40px;
  padding: 0;
  background: transparent;
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.6666666667em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 40%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 20%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 10%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #45565f;
  color: #45565f;
}
.colors ol li:nth-of-type(1):after {
  content: "#45565f";
}
.colors ol li:nth-of-type(2) {
  background: #992a44;
  color: #992a44;
}
.colors ol li:nth-of-type(2):after {
  content: "#992a44";
}
.colors ol li:nth-of-type(3) {
  background: #e9df97;
  color: #e9df97;
}
.colors ol li:nth-of-type(3):after {
  content: "#e9df97";
}
.colors ol li:nth-of-type(4) {
  background: #465660;
  color: #465660;
}
.colors ol li:nth-of-type(4):after {
  content: "#465660";
}
.colors ol li:nth-of-type(5) {
  background: #da5552;
  color: #da5552;
}
.colors ol li:nth-of-type(5):after {
  content: "#da5552";
}
.colors ol li:nth-of-type(6) {
  background: #419d78;
  color: #419d78;
}
.colors ol li:nth-of-type(6):after {
  content: "#419d78";
}
.colors ol li:nth-of-type(7) {
  background: #d6e9ef;
  color: #d6e9ef;
}
.colors ol li:nth-of-type(7):after {
  content: "#d6e9ef";
}
.colors ol li:nth-of-type(8) {
  background: #00688e;
  color: #00688e;
}
.colors ol li:nth-of-type(8):after {
  content: "#00688e";
}
.colors ol li:nth-of-type(9) {
  background: #3a405a #eee;
  color: #3a405a #eee;
}
.colors ol li:nth-of-type(9):after {
  content: "#3a405a #eee";
}
.colors ol li:nth-of-type(10) {
  background: #333 #00a0db;
  color: #333 #00a0db;
}
.colors ol li:nth-of-type(10):after {
  content: "#333 #00a0db";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.6666666667em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.3333333333em;
  padding: 0.3333333333em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "garamond-premier-pro", "Georgia", serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "garamond-premier-pro, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "proxima-nova", "Proxima Nova", "Helvetica", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "proxima-nova, Proxima Nova, Helvetica, sans-serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(5) {
  font-family: "icomoon";
}
.fonts ol li:nth-of-type(5):after {
  content: "icomoon";
}
.fonts ol li:nth-of-type(6) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(6):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

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

body:not(.fsComposeMode) .scs-news {
  display: block;
  margin: 0 auto;
  padding: 0;
}
body:not(.fsComposeMode) .scs-news.red > header .fsElementTitle {
  color: #992a44;
}
body:not(.fsComposeMode) .scs-news.red .inner {
  background: rgba(153, 42, 68, 0.9);
}
body:not(.fsComposeMode) .scs-news.blue > header .fsElementTitle {
  color: #465660;
}
body:not(.fsComposeMode) .scs-news.blue .inner {
  background: rgba(70, 86, 96, 0.9);
}
body:not(.fsComposeMode) .scs-news > header {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
body:not(.fsComposeMode) .scs-news > header .fsElementTitle {
  text-align: center;
  font-size: 28px;
  color: #992a44;
  margin-bottom: 0px;
}
body:not(.fsComposeMode) .scs-news > footer > .fsElementFooterContent {
  text-align: center;
}
body:not(.fsComposeMode) .scs-news > footer > .fsElementFooterContent .fs_style_4, body:not(.fsComposeMode) .scs-news > footer > .fsElementFooterContent .fs_style_6 {
  display: inline-block;
  background: #465660;
}
body:not(.fsComposeMode) .scs-news > footer > .fsElementFooterContent .fs_style_4:hover, body:not(.fsComposeMode) .scs-news > footer > .fsElementFooterContent .fs_style_4:focus {
  background: #992a44;
}
body:not(.fsComposeMode) .scs-news > footer > .fsElementFooterContent .fs_style_6:hover, body:not(.fsComposeMode) .scs-news > footer > .fsElementFooterContent .fs_style_6:focus {
  background: #992a44;
}
body:not(.fsComposeMode) .scs-news .fsElementSlideshow {
  padding: 20px;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .scs-news .fsElementSlideshow {
    padding-right: 80px;
    padding-left: 80px;
  }
}
body:not(.fsComposeMode) .scs-news article {
  margin: 0 10px;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .scs-news article {
    height: 380px;
  }
}
body:not(.fsComposeMode) .scs-news article:hover .inner, body:not(.fsComposeMode) .scs-news article:focus-within .inner {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
body:not(.fsComposeMode) .scs-news article .fsThumbnail {
  display: none;
}
body:not(.fsComposeMode) .scs-news article .fsThumbnail > img {
  display: block;
  width: 100%;
  height: auto;
}
body:not(.fsComposeMode) .scs-news article .fsTitle {
  color: #fff;
}
body:not(.fsComposeMode) .scs-news article .fsTitle > a {
  color: inherit;
}
body:not(.fsComposeMode) .scs-news article .fsTitle > a:hover, body:not(.fsComposeMode) .scs-news article .fsTitle > a:focus {
  color: #e9df97;
}
body:not(.fsComposeMode) .scs-news article .fsSummary {
  color: #fff;
}
body:not(.fsComposeMode) .scs-news article .fsSummary a {
  color: #e9df97;
}
body:not(.fsComposeMode) .scs-news article .fsSummary a:hover, body:not(.fsComposeMode) .scs-news article .fsSummary a:focus {
  color: #fff;
}
body:not(.fsComposeMode) .scs-news article .fsReadMoreLink {
  color: #e9df97;
}
body:not(.fsComposeMode) .scs-news article .fsReadMoreLink:hover, body:not(.fsComposeMode) .scs-news article .fsReadMoreLink:focus {
  color: #fff;
}
body:not(.fsComposeMode) .scs-news .inner {
  position: relative;
  margin: 0;
  padding: 20px;
  background: rgba(153, 42, 68, 0.9);
  width: 100%;
  height: 100%;
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  transition: all 0.5s;
  overflow: hidden;
}
body:not(.fsComposeMode) .scs-news .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
}
body:not(.fsComposeMode) .scs-news .slick-arrow:before {
  content: '';
  color: #b9cbc7;
  font-family: "icomoon";
  font-size: 14px;
  position: absolute;
  font-weight: normal;
  transition: .25s all ease-in-out;
}
body:not(.fsComposeMode) .scs-news .slick-arrow.fsPrevButton {
  left: -20px;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .scs-news .slick-arrow.fsPrevButton {
    left: 20px;
  }
}
body:not(.fsComposeMode) .scs-news .slick-arrow.fsPrevButton:hover:before {
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
  color: #465660;
}
body:not(.fsComposeMode) .scs-news .slick-arrow.fsPrevButton:before {
  content: '\e800';
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
body:not(.fsComposeMode) .scs-news .slick-arrow.fsNextButton {
  right: -20px;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .scs-news .slick-arrow.fsNextButton {
    right: 20px;
  }
}
body:not(.fsComposeMode) .scs-news .slick-arrow.fsNextButton:hover:before {
  -ms-transform: scale(1.1) rotate(-90deg);
  transform: scale(1.1) rotate(-90deg);
  color: #465660;
}
body:not(.fsComposeMode) .scs-news .slick-arrow.fsNextButton:before {
  content: '\e800';
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scs-facts .fsContent > header .fsImage {
  margin: 0 auto;
  padding: 0;
  max-width: 75px;
  height: auto;
}
body:not(.fsComposeMode) .scs-facts {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
body:not(.fsComposeMode) .scs-facts > header {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
body:not(.fsComposeMode) .scs-facts > header .fsElementTitle {
  text-align: center;
  font-size: 28px;
  color: #992a44;
  margin-bottom: 0px;
}
body:not(.fsComposeMode) .scs-facts .fsContent > header {
  margin: 0 auto;
  padding: 0;
}
body:not(.fsComposeMode) .scs-facts .fsContent > header > .fsElementHeaderContent {
  margin: 0 auto;
  padding: 0;
}
body:not(.fsComposeMode) .scs-facts .fsContent > header .fsImage picture {
  display: block;
  width: 100%;
  height: auto;
  min-height: 90px;
}
body:not(.fsComposeMode) .scs-facts .fsContent > header .fsImage img {
  display: block;
}
body:not(.fsComposeMode) .scs-facts .fsContent > .fsElementContent {
  margin: 0;
  padding: 0 40px;
  text-align: center;
  font-family: "proxima-nova", "Proxima Nova", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
body:not(.fsComposeMode) .scs-facts .fsContent > .fsElementContent strong {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  font-family: "garamond-premier-pro", "Georgia", serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 1;
  color: #3a405a;
}
body:not(.fsComposeMode) .scs-facts .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
}
body:not(.fsComposeMode) .scs-facts .slick-arrow:before {
  content: '';
  color: #b9cbc7;
  font-family: "icomoon";
  font-size: 14px;
  position: absolute;
  font-weight: normal;
  transition: .25s all ease-in-out;
}
body:not(.fsComposeMode) .scs-facts .slick-arrow.slick-prev {
  left: -20px;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .scs-facts .slick-arrow.slick-prev {
    left: 20px;
  }
}
body:not(.fsComposeMode) .scs-facts .slick-arrow.slick-prev:hover:before {
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
  color: #465660;
}
body:not(.fsComposeMode) .scs-facts .slick-arrow.slick-prev:before {
  content: '\e800';
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
body:not(.fsComposeMode) .scs-facts .slick-arrow.slick-next {
  right: -20px;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .scs-facts .slick-arrow.slick-next {
    right: 20px;
  }
}
body:not(.fsComposeMode) .scs-facts .slick-arrow.slick-next:hover:before {
  -ms-transform: scale(1.1) rotate(-90deg);
  transform: scale(1.1) rotate(-90deg);
  color: #465660;
}
body:not(.fsComposeMode) .scs-facts .slick-arrow.slick-next:before {
  content: '\e800';
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body:not(.fsComposeMode) .scs-facts.scs-facts-slider > .fsElementContent {
  margin: 0;
  padding: 20px;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .scs-facts.scs-facts-slider > .fsElementContent {
    padding-right: 80px;
    padding-left: 80px;
  }
}
body:not(.fsComposeMode) .scs-facts.scs-facts-grid > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
body:not(.fsComposeMode) .scs-facts.scs-facts-grid .fsContent {
  margin-bottom: 20px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .scs-facts.scs-facts-grid .fsContent {
    width: 50%;
  }
}
@media (min-width: 800px) {
  body:not(.fsComposeMode) .scs-facts.scs-facts-grid .fsContent {
    width: 33.33%;
  }
}

.fsBannerEdit {
  background: none;
}

/* Comment test - */
.add-pdf:not(.fsComposeMode) .mobile {
  display: none;
}
@media (max-width: 700px) {
  .add-pdf:not(.fsComposeMode) .fsEmbed {
    display: none;
  }
  .add-pdf:not(.fsComposeMode) .mobile {
    display: block;
  }
  .add-pdf:not(.fsComposeMode) .mobile img {
    width: 100%;
    height: auto;
  }
}

.content-padding {
  padding: 10px;
}

.header-right + .header-search {
  display: none;
}
