@charset "UTF-8";
 /**
 *
 * Mercy High School, Burlingame - work_order_2021
 * @link https://mercy.redesign.finalsite.com
 * Site Template : newclientcustom
 * Built By: Traian Dinca
 * Project Manager: Project Manager
 * Designer: Katie Zahner
 * ==== Git Info ====
 * Branch Name: clients/mercyhighschool_burlingame
 * Build version: 3.2.6
 * Git Tag: 
 * Last build by: Chris Norman
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em; }

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em; }

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.padding-x {
  padding-right: 20px;
  padding-left: 20px; }

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em; }

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
[class^="icon-"],
[class*=" icon-"], .button-section:after, #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > header h2:before, #fsHeader .utilities > .fsElementContent .search header:before, #fsFooter [itemprop='telephone']:before, #fsFooter [itemprop='fax']:before, #fsFooter [itemprop='email']:before, .off-canvas.menu .quicklinks > h4:before, .off-canvas-trigger:after, .nav-sub > .fsElementContent > header h2:after, .home section.spotlight .carousel .slick-next:after,
.home section.spotlight .carousel .slick-prev:after,
.portable-spotlight section.spotlight .carousel .slick-next:after,
.portable-spotlight section.spotlight .carousel .slick-prev:after, .home section.events footer a:after, .home section.events .events .fsElementContent .slick-next:after,
.home section.events .events .fsElementContent .slick-prev:after, .home section.news > .fsElementContent > .inner .slick-next:after,
.home section.news > .fsElementContent > .inner .slick-prev:after, .home section.news > footer a:after, .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next:after,
.home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev:after, .home .fsPostElement.fsSlideshow > footer a:after, .home section.infographics > .fsElementContent > .carousel .slick-next:after,
.home section.infographics > .fsElementContent > .carousel .slick-prev:after, .home section.schools > .fsElementContent > .carousel .slick-next:after,
.home section.schools > .fsElementContent > .carousel .slick-prev:after, .social > .fsElementContent .social-link:after {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

.iconography [class^="icon-"], .iconography
[class*=" icon-"] {
  font-size: 40px;
  color: #98999b; }

.icon-book:before {
  content: ""; }

.icon-flask:before {
  content: ""; }

.icon-hands:before {
  content: ""; }

.icon-information-i:before {
  content: ""; }

.icon-mortarboard-outline:before {
  content: ""; }

.icon-users:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-arrow-circle-left:before {
  content: ""; }

.icon-arrow-circle-up:before {
  content: ""; }

.icon-arrow-circle-right:before {
  content: ""; }

.icon-arrow-circle-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-thin-up:before {
  content: ""; }

.icon-caret-thin-right:before {
  content: ""; }

.icon-caret-thin-down:before {
  content: ""; }

.icon-caret-thin-left:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-chain:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-fax-machine:before {
  content: ""; }

.icon-magnifying-glass:before {
  content: ""; }

.icon-mortarboard-black:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-telephone-handset:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-close-x:before {
  content: ""; }

.icon-check-mark:before {
  content: ""; }

/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default_15/fonts/icomoon/mercy.eot");
  src: url("/uploaded/themes/default_15/fonts/icomoon/mercy.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_15/fonts/icomoon/mercy.woff") format("woff"), url("/uploaded/themes/default_15/fonts/icomoon/mercy.ttf") format("truetype"), url("/uploaded/themes/default_15/fonts/icomoon/mercy.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

h1,
.alpha {
  margin-top: 0;
  font-weight: 700;
  color: #002269;
  font-size: 2.5em;
  line-height: 1.05;
  margin-bottom: 10px; }

h2,
.beta {
  margin-top: 0;
  font-weight: 700;
  color: #002269;
  font-size: 2.1875em;
  line-height: 1.28571;
  margin-bottom: 0.42857em; }

h3,
.gamma {
  margin-top: 0;
  font-weight: 700;
  color: #002269;
  font-size: 1.875em;
  line-height: 1.33333;
  color: #474747;
  margin-bottom: 0.5em; }

h4,
.delta {
  margin-top: 0;
  font-weight: 700;
  color: #002269;
  font-size: 1.5625em;
  line-height: 1.4;
  margin-bottom: 0.4em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: 700;
  color: #002269;
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 0.5em; }

h6,
.zeta {
  margin-top: 0;
  font-weight: 700;
  color: #002269;
  font-size: 1.125em;
  line-height: 1.55556;
  text-transform: uppercase;
  margin-bottom: 0.55556em; }

a {
  text-decoration: none;
  color: #3b8ede;
  transition: background .3s, color .3s; }
  a:hover {
    color: #002269; }

.fsCalendar .fsElementFooterContent > a,
.fsNews .fsElementFooterContent > a {
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #3b8ede; }
  .fsCalendar .fsElementFooterContent > a:hover,
  .fsNews .fsElementFooterContent > a:hover {
    color: #002269; }

ul,
ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 2.1875em; }

ul.styled {
  list-style: none; }
  ul.styled li {
    padding-left: 0;
    text-indent: -1.1em; }
    ul.styled li:before {
      content: '•';
      color: #3b8ede;
      padding-right: 0.45em;
      font-size: 1.3em; }

table.fs_style_14,
.fs_style_14 > table,
table.styled {
  margin-bottom: 1.25em;
  width: 100%;
  display: block;
  overflow-x: auto; }
  @media (min-width: 500px) {
    table.fs_style_14,
    .fs_style_14 > table,
    table.styled {
      display: table;
      overflow: inherit; } }
  table.fs_style_14 th,
  table.fs_style_14 td,
  .fs_style_14 > table th,
  .fs_style_14 > table td,
  table.styled th,
  table.styled td {
    vertical-align: top; }
  table.fs_style_14 td,
  .fs_style_14 > table td,
  table.styled td {
    padding: 8px 20px;
    background: transparent !important;
    color: inherit;
    font-weight: inherit;
    font-size: 16px;
    line-height: 1.375; }
    table.styled tr:nth-of-type(odd) td {
      background-color: #eaeaea !important; }
    table.fs_style_14 tr:nth-of-type(odd) td {
      background-color: #eaeaea !important; }
    .fs_style_14 > table tr:nth-of-type(odd) td {
      background-color: #eaeaea !important; }

table.fs_style_16,
.fs_style_16 > table,
table.with-head {
  margin-bottom: 1.25em;
  width: 100%;
  display: block;
  overflow-x: auto; }
  @media (min-width: 500px) {
    table.fs_style_16,
    .fs_style_16 > table,
    table.with-head {
      display: table;
      overflow: inherit; } }
  table.fs_style_16 th,
  table.fs_style_16 td,
  .fs_style_16 > table th,
  .fs_style_16 > table td,
  table.with-head th,
  table.with-head td {
    vertical-align: top; }
  table.fs_style_16 th,
  table.fs_style_16 thead td,
  table.fs_style_16 thead th,
  table.fs_style_16 > tbody > tr:first-child td,
  table.fs_style_16 > tbody > tr:first-child th,
  .fs_style_16 > table th,
  .fs_style_16 > table thead td,
  .fs_style_16 > table thead th,
  .fs_style_16 > table > tbody > tr:first-child td,
  .fs_style_16 > table > tbody > tr:first-child th,
  table.with-head th,
  table.with-head thead td,
  table.with-head thead th,
  table.with-head > tbody > tr:first-child td,
  table.with-head > tbody > tr:first-child th {
    padding: 15px 20px 8px;
    text-align: left;
    background-color: #002269 !important;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22222; }
  table.fs_style_16 thead + tbody > tr:first-child td,
  table.fs_style_16 thead + tbody > tr:first-child th,
  table.fs_style_16 td,
  .fs_style_16 > table thead + tbody > tr:first-child td,
  .fs_style_16 > table thead + tbody > tr:first-child th,
  .fs_style_16 > table td,
  table.with-head thead + tbody > tr:first-child td,
  table.with-head thead + tbody > tr:first-child th,
  table.with-head td {
    padding: 8px 20px;
    background: transparent !important;
    color: inherit;
    font-weight: inherit;
    font-size: 16px;
    line-height: 1.375; }
    table.with-head tr:nth-of-type(even) td {
      background-color: #eaeaea !important; }
    table.fs_style_16 tr:nth-of-type(even) td {
      background-color: #eaeaea !important; }
    .fs_style_16 > table tr:nth-of-type(even) td {
      background-color: #eaeaea !important; }

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;
  background: #8bb8ea;
  color: #fff;
  outline: 0;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.22222;
  /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/ }
  .button:hover {
    background: #3b8ede;
    color: #fff; }
  .button span {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none; }
  .button.callout {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    background: #3b8ede;
    color: #fff;
    outline: 0;
    padding-right: 26px;
    padding-left: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.22222;
    /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/
    display: block;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #3b8ede;
    color: #fff; }
    .button.callout:hover {
      background: #8bb8ea;
      color: #fff; }
    .button.callout span {
      display: block;
      font-style: normal;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      text-transform: none; }
    .button.callout:hover {
      background: #8bb8ea;
      color: #fff; }
  .button.gray {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    background: #d6d6d6;
    color: #474747;
    outline: 0;
    padding-right: 26px;
    padding-left: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.22222;
    /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/ }
    .button.gray:hover {
      background: #98999b;
      color: #fff; }
    .button.gray span {
      display: block;
      font-style: normal;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      text-transform: none; }
    .button.gray.callout {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      background: #98999b;
      color: #fff;
      outline: 0;
      padding-right: 26px;
      padding-left: 26px;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 18px;
      line-height: 1.22222;
      /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/
      display: block;
      font-size: 20px;
      line-height: 1.2;
      text-align: center;
      font-weight: 600;
      text-transform: uppercase;
      background: #98999b;
      color: #fff; }
      .button.gray.callout:hover {
        background: #d6d6d6;
        color: #fff; }
      .button.gray.callout span {
        display: block;
        font-style: normal;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        text-transform: none; }
      .button.gray.callout:hover {
        background: #d6d6d6;
        color: #474747; }
  .button.dark {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    background: #002269;
    color: #fff;
    outline: 0;
    padding-right: 26px;
    padding-left: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.22222;
    /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/ }
    .button.dark:hover {
      background: #011e41;
      color: #fff; }
    .button.dark span {
      display: block;
      font-style: normal;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      text-transform: none; }
    .button.dark.callout {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      background: #002269;
      color: #fff;
      outline: 0;
      padding-right: 26px;
      padding-left: 26px;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 18px;
      line-height: 1.22222;
      /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/
      display: block;
      font-size: 20px;
      line-height: 1.2;
      text-align: center;
      font-weight: 600;
      text-transform: uppercase;
      background: #002269;
      color: #fff; }
      .button.dark.callout:hover {
        background: #011e41;
        color: #fff; }
      .button.dark.callout span {
        display: block;
        font-style: normal;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        text-transform: none; }
      .button.dark.callout:hover {
        background: #011e41;
        color: #fff; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #00205c;
  color: #fff;
  outline: 0;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.22222;
  /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/ }
  .color-button:hover {
    background: #3b8ede;
    color: #fff; }
  .color-button span {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: transparent;
  color: #00205c;
  outline: 0;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.22222;
  /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/
  border: 0.2em solid #00205c; }
  .hollow-button:hover {
    background: #3b8ede;
    color: #fff; }
  .hollow-button span {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none; }

.fs_style_8 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #002269;
  color: #fff;
  outline: 0;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.22222;
  /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/ }
  .fs_style_8:hover {
    background: #011e41;
    color: #fff; }
  .fs_style_8 span {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none; }

.fs_style_9 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #8bb8ea;
  color: #fff;
  outline: 0;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.22222;
  /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/ }
  .fs_style_9:hover {
    background: #3b8ede;
    color: #fff; }
  .fs_style_9 span {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none; }

.fs_style_10 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #d6d6d6;
  color: #474747;
  outline: 0;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.22222;
  /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/ }
  .fs_style_10:hover {
    background: #98999b;
    color: #fff; }
  .fs_style_10 span {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none; }

.fs_style_11 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #002269;
  color: #fff;
  outline: 0;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.22222;
  /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/
  display: block;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background: #002269;
  color: #fff; }
  .fs_style_11:hover {
    background: #011e41;
    color: #fff; }
  .fs_style_11 span {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none; }
  .fs_style_11:hover {
    background: #011e41;
    color: #fff; }

.fs_style_12 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #3b8ede;
  color: #fff;
  outline: 0;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.22222;
  /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/
  display: block;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background: #3b8ede;
  color: #fff; }
  .fs_style_12:hover {
    background: #8bb8ea;
    color: #fff; }
  .fs_style_12 span {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none; }
  .fs_style_12:hover {
    background: #8bb8ea;
    color: #fff; }

.fs_style_13 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #98999b;
  color: #fff;
  outline: 0;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.22222;
  /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/
  display: block;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background: #98999b;
  color: #fff; }
  .fs_style_13:hover {
    background: #d6d6d6;
    color: #fff; }
  .fs_style_13 span {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none; }
  .fs_style_13:hover {
    background: #d6d6d6;
    color: #474747; }

.button-top {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 1s;
  position: fixed;
  right: -120px;
  bottom: 40px;
  z-index: 300;
  opacity: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #002269;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed", "proxima-nova", sans-serif; }
  .button-top:after {
    content: '';
    width: 0;
    height: 0;
    margin-left: -8px;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 60%;
    border: 8px solid transparent;
    border-top-width: 0;
    border-bottom-width: 9px;
    border-bottom-color: #002269; }
  .button-top > span {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center; }
  .button-top:hover {
    background-color: #002269;
    background-color: rgba(0, 34, 105, 0.8);
    color: #fff; }
    .button-top:hover:after {
      border-bottom-color: #fff; }
  .top-button-active .button-top {
    right: 20px;
    opacity: 1; }

.button-section {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 1s;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed", "proxima-nova", sans-serif; }
  .button-section:after {
    content: "";
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .button-section > span {
    position: absolute;
    top: -999em;
    left: -999em;
    visibility: hidden; }
  .button-section:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #002269; }

/*! content - forms v0.0.1 */
textarea,
input {
  padding: 0.625em; }

select {
  padding: inherit !important; }

::-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 */
.fs_style_5,
.lead-in {
  font-size: 1.25em;
  line-height: 24, 20; }

.fs_style_15,
.caption {
  font-size: 0.75em;
  line-height: 16, 12; }

.fs_style_6,
blockquote {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 56px;
  padding-bottom: 56px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 45.35534px;
  margin-bottom: 45.35534px;
  display: block;
  position: relative;
  background-color: #002269;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center; }
  .fs_style_6 + .fs_style_6,
  .fs_style_6 + blockquote,
  blockquote + .fs_style_6,
  blockquote + blockquote {
    margin-top: 90.71068px; }
  .fs_style_6 .decoration,
  blockquote .decoration {
    width: 50px;
    height: 50px;
    background-color: #98999b;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
    .fs_style_6 .decoration:before,
    blockquote .decoration:before {
      width: 100%;
      position: absolute;
      top: 75%;
      left: 75%;
      text-align: center;
      color: #002269;
      font-size: 70px;
      line-height: 1;
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .fs_style_6 .decoration.before,
    blockquote .decoration.before {
      top: 0; }
      .fs_style_6 .decoration.before:before,
      blockquote .decoration.before:before {
        content: '\201C'; }
    .fs_style_6 .decoration.after,
    blockquote .decoration.after {
      top: 100%; }
      .fs_style_6 .decoration.after:before,
      blockquote .decoration.after:before {
        content: '\201D'; }
  .fs_style_6 .fs_style_7,
  .fs_style_6 cite,
  blockquote .fs_style_7,
  blockquote cite {
    margin: 0 !important;
    padding: 0;
    font-size: 16px !important;
    line-height: 1.875;
    font-weight: 400; }

.fs_style_7,
cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal; }
  .fs_style_7:before,
  cite:before {
    content: '- '; }

.callout,
.fs_style_66,
.fs_style_67 {
  padding: 20px; }
  .callout .fsElementTitle,
  .fs_style_66 .fsElementTitle,
  .fs_style_67 .fsElementTitle {
    color: inherit;
    font-size: 16px;
    line-height: 1.125;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .callout .fsElementHeaderContent,
  .fs_style_66 .fsElementHeaderContent,
  .fs_style_67 .fsElementHeaderContent {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 13.32px; }
  #fsBannerLeft .callout,
  #fsBannerRight .callout, #fsBannerLeft
  .fs_style_66,
  #fsBannerRight
  .fs_style_66, #fsBannerLeft
  .fs_style_67,
  #fsBannerRight
  .fs_style_67 {
    padding: 0;
    margin-bottom: 40px; }
    #fsBannerLeft .callout.alternate-01, #fsBannerLeft .callout.alternate-02,
    #fsBannerRight .callout.alternate-01,
    #fsBannerRight .callout.alternate-02, #fsBannerLeft
    .fs_style_66.alternate-01, #fsBannerLeft
    .fs_style_66.alternate-02,
    #fsBannerRight
    .fs_style_66.alternate-01,
    #fsBannerRight
    .fs_style_66.alternate-02, #fsBannerLeft
    .fs_style_67.alternate-01, #fsBannerLeft
    .fs_style_67.alternate-02,
    #fsBannerRight
    .fs_style_67.alternate-01,
    #fsBannerRight
    .fs_style_67.alternate-02 {
      padding: 20px; }
    #fsBannerLeft .callout.left, #fsBannerLeft .callout.right,
    #fsBannerRight .callout.left,
    #fsBannerRight .callout.right, #fsBannerLeft
    .fs_style_66.left, #fsBannerLeft
    .fs_style_66.right,
    #fsBannerRight
    .fs_style_66.left,
    #fsBannerRight
    .fs_style_66.right, #fsBannerLeft
    .fs_style_67.left, #fsBannerLeft
    .fs_style_67.right,
    #fsBannerRight
    .fs_style_67.left,
    #fsBannerRight
    .fs_style_67.right {
      float: none;
      margin: auto; }
      @media (min-width: 500px) {
        #fsBannerLeft .callout.left, #fsBannerLeft .callout.right,
        #fsBannerRight .callout.left,
        #fsBannerRight .callout.right, #fsBannerLeft
        .fs_style_66.left, #fsBannerLeft
        .fs_style_66.right,
        #fsBannerRight
        .fs_style_66.left,
        #fsBannerRight
        .fs_style_66.right, #fsBannerLeft
        .fs_style_67.left, #fsBannerLeft
        .fs_style_67.right,
        #fsBannerRight
        .fs_style_67.left,
        #fsBannerRight
        .fs_style_67.right {
          width: auto; } }
  .callout.alternate-01, .callout.alternate-02,
  .fs_style_66.alternate-01,
  .fs_style_66.alternate-02,
  .fs_style_67.alternate-01,
  .fs_style_67.alternate-02 {
    color: #fff; }
  .callout.alternate-01,
  .fs_style_66.alternate-01,
  .fs_style_67.alternate-01 {
    background-color: #8bb8ea; }
  .callout.alternate-02,
  .fs_style_66.alternate-02,
  .fs_style_67.alternate-02 {
    background-color: #002269; }
  .callout.left,
  .fs_style_66.left,
  .fs_style_67.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left,
      .fs_style_66.left,
      .fs_style_67.left {
        width: 50%; } }
  .callout.right,
  .fs_style_66.right,
  .fs_style_67.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right,
      .fs_style_66.right,
      .fs_style_67.right {
        width: 50%; } }

.fs_style_66,
.callout.alternate-01 {
  color: #fff;
  background-color: #8bb8ea; }

.fs_style_67,
.callout.alternate-02 {
  color: #fff;
  background-color: #002269; }

.uppercase {
  text-transform: uppercase; }

/*! structure - header v0.0.1 */
body:not(.fsComposeMode) #fsHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }

#fsHeader .utilities {
  background-color: #002269;
  font-size: 14px;
  line-height: 2.14286;
  transition: all 1s; }
  #fsHeader .utilities > .fsElementContent {
    padding-right: 20px;
    padding-left: 20px;
    transition: all 1s;
    position: relative;
    max-height: 9px;
    text-align: right;
    overflow: hidden; }
    @media (min-width: 980px) {
      #fsHeader .utilities > .fsElementContent {
        max-height: 100px;
        overflow: visible;
        padding-top: 10px;
        padding-bottom: 9px; } }
    @media (min-width: 1180px) {
      #fsHeader .utilities > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 73.75em;
        max-width: 73.75rem;
        padding-right: 0;
        padding-left: 0; } }
    #fsHeader .utilities > .fsElementContent > .fsElement {
      transition: all 1s;
      max-width: 0;
      max-height: 0;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 980px) {
        #fsHeader .utilities > .fsElementContent > .fsElement {
          max-width: 900px;
          max-height: 100px;
          overflow: inherit; } }
    #fsHeader .utilities > .fsElementContent .utility-links .fsElementContent > .fsElement {
      display: inline-block; }
    #fsHeader .utilities > .fsElementContent .utility-links a {
      display: inline-block;
      color: #fff;
      margin-left: 20px; }
      #fsHeader .utilities > .fsElementContent .utility-links a [class^="icon-"] {
        color: #3b8ede;
        font-size: 15px;
        line-height: 2;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.25em; }
      #fsHeader .utilities > .fsElementContent .utility-links a .icon-information-i {
        font-size: 18px;
        line-height: 1.66667;
        margin-top: -3px; }
      #fsHeader .utilities > .fsElementContent .utility-links a .icon-mortarboard-outline,
      #fsHeader .utilities > .fsElementContent .utility-links a .icon-users {
        font-size: 26px;
        line-height: 1.15385; }
      #fsHeader .utilities > .fsElementContent .utility-links a:hover {
        color: #3b8ede; }
    #fsHeader .utilities > .fsElementContent .utility-links .information-link {
      transition: all 1s;
      position: absolute;
      top: 50%;
      left: 100%;
      right: auto;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 980px) {
        #fsHeader .utilities > .fsElementContent .utility-links .information-link {
          left: 20px; } }
      @media (min-width: 1180px) {
        #fsHeader .utilities > .fsElementContent .utility-links .information-link {
          left: 0; } }
      #fsHeader .utilities > .fsElementContent .utility-links .information-link a {
        margin: 0; }
    #fsHeader .utilities > .fsElementContent .utility-links .quicklinks {
      position: relative; }
      #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > header {
        margin-left: 20px;
        cursor: pointer; }
        #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > header h2 {
          margin: 0;
          font-size: 14px;
          line-height: 2.14286;
          font-weight: 400;
          color: #fff; }
          #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > header h2:before {
            content: "";
            color: #3b8ede;
            font-size: 15px;
            line-height: 2;
            display: inline-block;
            vertical-align: middle;
            margin-right: 0.5em; }
      #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > .fsElementContent {
        background-color: #3b8ede;
        padding: 8px 20px;
        width: 200px;
        display: none;
        position: absolute;
        top: 99.5%;
        left: 50%;
        z-index: 302;
        margin-left: -100px; }
        #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > .fsElementContent ul,
        #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > .fsElementContent ol {
          margin-bottom: 0;
          padding-left: 0;
          list-style: none; }
        #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > .fsElementContent a {
          display: block; }
        #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > .fsElementContent:before {
          content: '';
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -12px;
          width: 0;
          height: 0;
          border: 12px solid transparent;
          border-top: 10px solid #00205c;
          border-bottom-width: 0; }
        #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > .fsElementContent ul {
          margin: 0;
          text-align: left; }
        #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > .fsElementContent li {
          padding: 7.5px 0; }
        #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > .fsElementContent a {
          margin: 0;
          padding: 0;
          font-size: 15px;
          line-height: 1.33333;
          font-weight: 400;
          color: #fff; }
          #fsHeader .utilities > .fsElementContent .utility-links .quicklinks > .fsElementContent a:hover {
            color: #002269; }
      #fsHeader .utilities > .fsElementContent .utility-links .quicklinks:hover > .fsElementContent {
        display: block; }
    #fsHeader .utilities > .fsElementContent .search {
      display: inline-block;
      margin-left: 20px;
      position: relative; }
      #fsHeader .utilities > .fsElementContent .search header {
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25em; }
        #fsHeader .utilities > .fsElementContent .search header:before {
          content: "";
          color: #3b8ede;
          font-size: 15px;
          line-height: 2;
          display: inline-block;
          vertical-align: middle;
          margin-right: 0.5em; }
        #fsHeader .utilities > .fsElementContent .search header h2 {
          transition: all 1s;
          cursor: pointer;
          display: inline-block;
          vertical-align: middle;
          color: #fff;
          font-size: 14px;
          line-height: 2.14286;
          font-weight: 400;
          margin: 0;
          max-width: 60px;
          overflow: hidden; }
        #fsHeader .utilities > .fsElementContent .search header:hover h2 {
          color: #3b8ede; }
      #fsHeader .utilities > .fsElementContent .search.active header h2 {
        max-width: 0; }
      #fsHeader .utilities > .fsElementContent .search form.gsc-search-box-tools {
        opacity: 0.2; }
      #fsHeader .utilities > .fsElementContent .search.active form.gsc-search-box-tools {
        opacity: 1; }
      #fsHeader .utilities > .fsElementContent .search .fsElementContent {
        transition: all 1s;
        display: inline-block;
        vertical-align: middle;
        max-width: 0px;
        overflow: hidden; }
      #fsHeader .utilities > .fsElementContent .search.active .fsElementContent {
        max-width: 300px; }
    #fsHeader .utilities > .fsElementContent .school-seal {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px;
      width: 54px; }
      #fsHeader .utilities > .fsElementContent .school-seal a {
        display: block;
        margin: 0; }
      #fsHeader .utilities > .fsElementContent .school-seal img {
        vertical-align: top; }

#fsHeader .container.main {
  background-color: #002269;
  background-color: rgba(0, 34, 105, 0.8);
  transition: opacity 1s;
  opacity: 1; }
  @media (min-width: 1180px) {
    .sticky-navigation-open #fsHeader .container.main {
      opacity: 0; } }
  #fsHeader .container.main > .fsElementContent {
    padding-right: 20px;
    padding-left: 20px;
    position: relative; }
    @media (min-width: 1180px) {
      #fsHeader .container.main > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 73.75em;
        max-width: 73.75rem; } }

#fsHeader .branding {
  transition: all 1s;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 20px;
  width: 230px;
  z-index: 10; }
  @media (min-width: 700px) {
    #fsHeader .branding {
      width: 280px; } }
  @media (min-width: 980px) {
    #fsHeader .branding {
      width: 230px; } }
  @media (min-width: 1180px) {
    #fsHeader .branding {
      width: 280px;
      left: 0; } }
  @media (min-width: 1180px) {
    .sticky-navigation-open #fsHeader .branding {
      top: -200px; } }
  #fsHeader .branding .inner {
    background-color: #3b8ede;
    background-color: rgba(59, 142, 222, 0.9);
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 16px;
    padding-bottom: 10px;
    display: block;
    color: #fff; }
    #fsHeader .branding .inner:hover {
      background-color: #3b8ede;
      background-color: rgba(59, 142, 222, 0.99); }
  #fsHeader .branding .logotype {
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 400; }
    #fsHeader .branding .logotype :first-child {
      font-size: 50px;
      line-height: 0.8;
      letter-spacing: 0.08em;
      font-weight: 800;
      display: block; }
  #fsHeader .branding .tagline {
    display: block;
    font-size: 14px;
    line-height: 1.28571;
    font-weight: 400;
    font-style: italic; }

#fsHeader .nav-main {
  display: none; }
  @media (min-width: 980px) {
    #fsHeader .nav-main {
      display: inherit; } }
  #fsHeader .nav-main nav {
    text-align: right; }

#fsHeader .container.main .off-canvas-trigger-container {
  text-align: right; }
  @media (min-width: 980px) {
    #fsHeader .container.main .off-canvas-trigger-container {
      display: none; } }

#fsHeader .sticky-navigation {
  background-color: #002269;
  background-color: rgba(0, 34, 105, 0.8);
  transition: opacity 1s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.5; }
  .sticky-navigation-open #fsHeader .sticky-navigation {
    opacity: 1;
    z-index: 5; }
  .fsComposeMode #fsHeader .sticky-navigation,
  .sticky-navigation-open .fsComposeMode #fsHeader .sticky-navigation {
    display: none !important; }
  @media (min-width: 980px) {
    #fsHeader .sticky-navigation {
      display: block; } }
  #fsHeader .sticky-navigation > .fsElementContent {
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    padding-left: 74px; }
    @media (min-width: 1180px) {
      #fsHeader .sticky-navigation > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 73.75em;
        max-width: 73.75rem; } }
  #fsHeader .sticky-navigation .school-seal {
    transition: all 1s;
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 1180px) {
      #fsHeader .sticky-navigation .school-seal {
        left: 0; } }
    #fsHeader .sticky-navigation .school-seal img {
      vertical-align: top; }
  #fsHeader .sticky-navigation .nav-main {
    margin: 0;
    padding: 0; }
    #fsHeader .sticky-navigation .nav-main .fsNavLevel1 {
      text-align: center;
      margin: 0; }
      @media (min-width: 1180px) {
        #fsHeader .sticky-navigation .nav-main .fsNavLevel1 {
          margin: 0; } }
      #fsHeader .sticky-navigation .nav-main .fsNavLevel1 > li > a {
        padding-right: 15px;
        padding-left: 15px; }
        @media (min-width: 1180px) {
          #fsHeader .sticky-navigation .nav-main .fsNavLevel1 > li > a {
            padding-right: 25px;
            padding-left: 25px; } }

#fsHeader .fsElementTitle {
  color: #4e9; }

.x.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap; }
  .x.site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    background: url("../images/build-logo.png") no-repeat 0 50%; }
    .x.site-info-container a:hover {
      color: transparent; }

/*! structure - footer v0.0.1 */
#fsFooter {
  text-align: center;
  color: #fff;
  background-color: #002269;
  position: relative;
  z-index: 2; }
  #fsFooter a {
    color: #fff; }
    #fsFooter a:hover {
      color: #3b8ede; }
  #fsFooter [itemprop='streetAddress'] {
    display: block; }
  #fsFooter [itemprop='telephone'] {
    white-space: nowrap; }
    #fsFooter [itemprop='telephone']:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5em;
      color: #3b8ede; }
  #fsFooter [itemprop='fax'] {
    white-space: nowrap; }
    #fsFooter [itemprop='fax']:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5em;
      color: #3b8ede; }
  #fsFooter [itemprop='email'] {
    white-space: nowrap; }
    #fsFooter [itemprop='email']:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5em;
      color: #3b8ede; }
  #fsFooter .fsElementContent {
    zoom: 1; }
    #fsFooter .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 980px) {
      #fsFooter .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 73.75em;
        max-width: 73.75rem; } }
  #fsFooter .school-details {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    zoom: 1;
    text-align: center;
    position: relative; }
    #fsFooter .school-details:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 1180px) {
      #fsFooter .school-details {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: right;
        float: left;
        width: 50%; } }
    @media (min-width: 1180px) {
      #fsFooter .school-details {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1180px) {
      #fsFooter .school-details:first-child {
        text-align: left;
        padding-left: 140px; } }
    @media (min-width: 1180px) {
      #fsFooter .school-details:first-child {
        padding-left: 120px; } }
    #fsFooter .school-details [itemprop='image'] {
      margin-bottom: 10px; }
      #fsFooter .school-details [itemprop='image'] img {
        width: 100px;
        vertical-align: top; }
      @media (min-width: 1180px) {
        #fsFooter .school-details [itemprop='image'] {
          position: absolute;
          top: 50%;
          left: 20px;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media (min-width: 1180px) {
        #fsFooter .school-details [itemprop='image'] {
          left: 0; } }
  #fsFooter .fsBanner .sub-footer {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center;
    background-color: #3b8ede;
    font-size: 16px;
    line-height: 1.875;
    position: relative; }
    #fsFooter .fsBanner .sub-footer ul,
    #fsFooter .fsBanner .sub-footer ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    #fsFooter .fsBanner .sub-footer a {
      display: block; }
    @media (min-width: 1180px) {
      #fsFooter .fsBanner .sub-footer {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left; } }
    #fsFooter .fsBanner .sub-footer ul {
      margin: 0 0 15px; }
      @media (min-width: 1180px) {
        #fsFooter .fsBanner .sub-footer ul {
          margin: 0; } }
    #fsFooter .fsBanner .sub-footer li {
      display: inline-block;
      margin-right: -0.22em; }
      #fsFooter .fsBanner .sub-footer li:before {
        margin-right: 11px;
        margin-left: 11px;
        content: '|'; }
      #fsFooter .fsBanner .sub-footer li:first-child:before {
        content: normal; }
    #fsFooter .fsBanner .sub-footer a {
      display: inline-block; }
      #fsFooter .fsBanner .sub-footer a:hover {
        color: #002269; }
    #fsFooter .fsBanner .sub-footer #fsPoweredByFinalsite {
      display: inline-block;
      vertical-align: top;
      line-height: 1; }
      @media (min-width: 1180px) {
        #fsFooter .fsBanner .sub-footer #fsPoweredByFinalsite {
          position: absolute;
          top: 50%;
          right: 20px;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
  #fsFooter .footer-info {
    max-width: 1180px;
    margin: 0 auto; }
    #fsFooter .footer-info .school-details {
      width: 100%; }
    #fsFooter .footer-info .fsStyleColumn-last .school-details {
      text-align: right; }
      @media (max-width: 979px) {
        #fsFooter .footer-info .fsStyleColumn-last .school-details {
          text-align: center; } }
  #fsFooter .social {
    background: inherit; }
    #fsFooter .social > .fsElementContent .social-link {
      width: 35px !important;
      height: 35px !important;
      background: #8bb8ea !important; }
      #fsFooter .social > .fsElementContent .social-link:after {
        font-size: 20px; }

.foo.school-details {
  margin-bottom: 20px; }
  .foo.school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: 700;
    color: #002269;
    font-size: 1.5625em;
    line-height: 1.4;
    margin-bottom: 0.4em; }
  .foo.school-details [itemprop='streetAddress'] {
    display: block; }
  .foo.school-details [itemprop='telephone'] {
    display: inline-block; }
  .foo.school-details [itemprop='fax'] {
    display: inline-block; }
  .foo.school-details a {
    color: inherit; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

body {
  font-size: 16px;
  line-height: 1.5; }

#fsPageBodyWrapper {
  transition: margin 1s;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
  min-height: 100vh; }
  .fsComposeMode.fsBannerEditMode #fsPageBodyWrapper {
    z-index: auto; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

#fsBannerLeft {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  width: auto; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 35.71429%; } }
  @media (min-width: 980px) {
    #fsBannerLeft {
      width: 22.0339%; } }

#fsPageContent {
  float: none;
  margin-bottom: 20px;
  width: 100% !important;
  margin: 0; }
  @media (min-width: 700px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
      width: 72.88136% !important; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      width: 64.28571% !important; } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    zoom: 1; }
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 64.28571% !important; } }
    @media (min-width: 980px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 50.84746% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 700px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 27.11864%; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsBannerRight {
      width: 64.28571%;
      margin-left: 35.71429%;
      padding-left: 0; } }
  @media (min-width: 980px) {
    .fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 27.11864%;
      margin: 0; } }

.fsLayout {
  /*&.fsTwoColumnLayout,
  &.fsThreeColumnLayout,
  &.fsFourColumnLayout {

    @include breakpoint($bp-tablet) {
      @include margin-x($gutter * -1);
    }

    &> .fsDiv {

      @include breakpoint($bp-tablet) {
        @include padding-x;
      }

    }

  }*/ }
  .fsLayout > .fsDiv {
    float: none;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 700px) {
      .fsLayout > .fsDiv {
        float: left; } }

@media (min-width: 700px) {
  .fsTwoColumnLayout,
  .fsThreeColumnLayout,
  .fsFourColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsTwoColumnLayout > .fsDiv,
  .fsThreeColumnLayout > .fsDiv,
  .fsFourColumnLayout > .fsDiv {
    padding-right: 20px;
    padding-left: 20px; } }

.fsTwoColumnLayout .fsDiv {
  float: none;
  width: auto;
  overflow: auto; }
  @media (min-width: 700px) {
    .fsTwoColumnLayout .fsDiv {
      float: left;
      width: 50%; } }

@media (min-width: 980px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 700px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

.fsElephantLeftLayout,
.fsElephantRightLayout {
  margin-right: -20px;
  margin-left: -20px; }
  .fsElephantLeftLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleTwoThirds {
    padding-right: 20px;
    padding-left: 20px; }

/*

.fsElephantLeftLayout {
  .fsStyleOneThird {}
  .fsStyleTwoThirds {}
}

.fsElephantRightLayout {
  .fsStyleOneThird {}
  .fsStyleTwoThirds {}
}*/
body #fsHeader .container.main {
  z-index: 10; }

@media (min-width: 980px) {
  body[class*='fsSection'] header#fsHeader .masthead {
    z-index: -1 !important; } }

body:not(.fsComposeMode) #fsHeader {
  z-index: 1000; }

.fsHeader .logo-new {
  position: absolute;
  top: 5px;
  left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 980px) {
    .fsHeader .logo-new {
      top: 65px;
      left: 0; } }
  .fsHeader .logo-new > header * {
    display: block; }
  .fsHeader .logo-new > header img {
    height: 40px; }
    @media (min-width: 980px) {
      .fsHeader .logo-new > header img {
        height: 130px; } }
  .fsHeader .logo-new > .fsElementContent p {
    margin: 0px; }
  .fsHeader .logo-new > .fsElementContent a {
    font-size: 16px;
    line-height: 15px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin-left: 10px;
    display: block; }
    @media (min-width: 980px) {
      .fsHeader .logo-new > .fsElementContent a {
        margin-left: 17px;
        font-size: 35px;
        line-height: 42px;
        letter-spacing: 0.08em; } }
    .fsHeader .logo-new > .fsElementContent a em {
      font-size: 14px;
      line-height: 15px;
      letter-spacing: 0.20em;
      font-style: normal;
      font-weight: 400; }
      @media (min-width: 980px) {
        .fsHeader .logo-new > .fsElementContent a em {
          font-size: 30px;
          line-height: 36px; } }

body.home .fsDiv > .masthead {
  height: calc(100vh - 87px); }
  @media (min-width: 980px) {
    body.home .fsDiv > .masthead {
      height: 100vh; }
      body.home .fsDiv > .masthead:before {
        content: "";
        position: absolute;
        height: 185px;
        width: 100%;
        left: 0;
        top: 110px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
      body.home .fsDiv > .masthead:after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 270px;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: -1; } }
  body.home .fsDiv > .masthead .carousel {
    position: relative; }
  body.home .fsDiv > .masthead .slick-arrow {
    display: none !important; }

body[class*='fsSection']:not(.home) header#fsHeader .masthead:before {
  content: "";
  position: absolute;
  height: 185px;
  width: 100%;
  left: 0;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }

body:not(.fsComposeMode):not(.home) .sticky-navigation {
  display: none !important; }

@media (max-width: 980px) {
  #fsHeader .utilities {
    display: none; } }

#fsHeader {
  z-index: 100; }

body.home section.schools {
  margin-bottom: 35px;
  margin-top: 35px; }
  @media (min-width: 980px) {
    body.home section.schools {
      padding-top: 50px;
      margin-bottom: 65px;
      margin-top: 65px; } }
  body.home section.schools > header h2.fsElementTitle {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    display: block; }
    @media (min-width: 980px) {
      body.home section.schools > header h2.fsElementTitle {
        font-size: 60px;
        line-height: 73px; } }

body.home section.infographics {
  margin-bottom: 35px;
  margin-top: 35px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative; }
  body.home section.infographics:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(59, 142, 222, 0.6); }
  @media (min-width: 980px) {
    body.home section.infographics {
      padding-top: 35px;
      margin-bottom: 65px;
      margin-top: 65px; } }
  body.home section.infographics > header h2.fsElementTitle {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    color: #042365;
    display: block; }
    @media (min-width: 980px) {
      body.home section.infographics > header h2.fsElementTitle {
        font-size: 60px;
        line-height: 73px; } }

.top-button-active .button-top {
  display: none !important; }

body.home section.advantage {
  margin-bottom: 12px;
  margin-top: 0px;
  padding-top: 15px;
  background-color: #fff;
  color: #042365;
  margin-top: 87px; }
  @media (min-width: 980px) {
    body.home section.advantage {
      margin-bottom: 40px;
      padding-top: 68px;
      margin-top: 0px; } }
  body.home section.advantage > header h2.fsElementTitle {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    color: #042365;
    display: block; }
    @media (min-width: 980px) {
      body.home section.advantage > header h2.fsElementTitle {
        font-size: 60px;
        line-height: 73px; } }
  body.home section.advantage > .fsElementContent {
    font-size: 14px;
    line-height: 23px; }
    @media (min-width: 980px) {
      body.home section.advantage > .fsElementContent {
        font-size: 18px;
        line-height: 30px; } }

body:not(.fsComposeMode) .cta-links {
  text-align: center;
  padding: 15px 0px;
  background-color: #fff;
  z-index: 10; }
  @media (min-width: 980px) {
    body:not(.fsComposeMode) .cta-links {
      background-color: transparent;
      padding: 0px;
      position: fixed;
      top: 50vh;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  body:not(.fsComposeMode) .cta-links > header {
    display: none; }
  body:not(.fsComposeMode) .cta-links .fsNavLevel1 {
    margin: 0px;
    padding: 0px; }
    body:not(.fsComposeMode) .cta-links .fsNavLevel1 li {
      display: inline-block;
      list-style-type: none; }
      @media (min-width: 980px) {
        body:not(.fsComposeMode) .cta-links .fsNavLevel1 li {
          display: block; } }
      body:not(.fsComposeMode) .cta-links .fsNavLevel1 li a {
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 32px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 57px;
        height: 57px;
        padding: 0px;
        border-radius: 100%;
        color: #fff;
        background-color: #042365;
        border: 1px solid #508ED8;
        margin-left: 10px;
        margin-right: 10px;
        transition: all 0.3s; }
        @media (min-width: 980px) {
          body:not(.fsComposeMode) .cta-links .fsNavLevel1 li a {
            width: 75px;
            height: 75px;
            margin: 10px 15px;
            font-size: 16px;
            line-height: 32px; } }
        body:not(.fsComposeMode) .cta-links .fsNavLevel1 li a:hover, body:not(.fsComposeMode) .cta-links .fsNavLevel1 li a:focus {
          background-color: #508ED8; }

body:not(.fsComposeMode) .image-button-container {
  margin-bottom: 50px; }
  @media (min-width: 980px) {
    body:not(.fsComposeMode) .image-button-container {
      margin-bottom: 90px; } }
  body:not(.fsComposeMode) .image-button-container > .fsElementContent {
    max-width: 1230px;
    margin: 0 auto; }
  body:not(.fsComposeMode) .image-button-container .fsElement.fsContent {
    margin: 0;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
    height: 300px; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .image-button-container .fsElement.fsContent {
        height: 380px;
        margin: 0px 5px; } }
    body:not(.fsComposeMode) .image-button-container .fsElement.fsContent header {
      background: transparent;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 90px;
      width: 100%;
      padding: 40px 40px 0px 40px;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-align: center;
      align-items: center;
      transition: height .4s ease;
      overflow: hidden; }
      body:not(.fsComposeMode) .image-button-container .fsElement.fsContent header:before {
        content: '';
        background: rgba(4, 35, 101, 0.85);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2; }
      body:not(.fsComposeMode) .image-button-container .fsElement.fsContent header .fsElementTitle {
        color: #fff;
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 12px;
        transform: translate3d(0, -10px, 0);
        transition: transform .4s ease;
        position: relative;
        z-index: 10; }
      body:not(.fsComposeMode) .image-button-container .fsElement.fsContent header .fsElementContent {
        color: #fff;
        margin-bottom: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transform: translate3d(0, 100%, 0) scale(0.5);
        transition: .4s ease;
        z-index: 10;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px; }
        body:not(.fsComposeMode) .image-button-container .fsElement.fsContent header .fsElementContent p {
          margin-top: 0px;
          margin-bottom: 20px; }
          body:not(.fsComposeMode) .image-button-container .fsElement.fsContent header .fsElementContent p:first-child {
            max-height: 102px;
            overflow: hidden; }
            @media (min-width: 980px) {
              body:not(.fsComposeMode) .image-button-container .fsElement.fsContent header .fsElementContent p:first-child {
                max-height: 189px; } }
        body:not(.fsComposeMode) .image-button-container .fsElement.fsContent header .fsElementContent a {
          display: block;
          font-family: "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 22px;
          text-transform: uppercase;
          text-align: center;
          margin: 0 auto;
          color: #fff;
          position: relative;
          text-decoration: none; }
          body:not(.fsComposeMode) .image-button-container .fsElement.fsContent header .fsElementContent a:hover, body:not(.fsComposeMode) .image-button-container .fsElement.fsContent header .fsElementContent a:focus {
            color: #fff;
            text-decoration: underline; }
    body:not(.fsComposeMode) .image-button-container .fsElement.fsContent img {
      display: none !important; }
    body:not(.fsComposeMode) .image-button-container .fsElement.fsContent figcaption {
      display: none !important; }
    body:not(.fsComposeMode) .image-button-container .fsElement.fsContent:hover header, body:not(.fsComposeMode) .image-button-container .fsElement.fsContent:focus header, body:not(.fsComposeMode) .image-button-container .fsElement.fsContent.focus-state header {
      height: 100%;
      -ms-flex-pack: center;
      justify-content: center;
      transition: height .5s ease; }
      body:not(.fsComposeMode) .image-button-container .fsElement.fsContent:hover header:before, body:not(.fsComposeMode) .image-button-container .fsElement.fsContent:focus header:before, body:not(.fsComposeMode) .image-button-container .fsElement.fsContent.focus-state header:before {
        opacity: 1;
        transition: opacity .4s ease; }
      body:not(.fsComposeMode) .image-button-container .fsElement.fsContent:hover header .fsElementTitle, body:not(.fsComposeMode) .image-button-container .fsElement.fsContent:focus header .fsElementTitle, body:not(.fsComposeMode) .image-button-container .fsElement.fsContent.focus-state header .fsElementTitle {
        transform: translate3d(0, 0, 0);
        transition: transform .4s ease; }
      body:not(.fsComposeMode) .image-button-container .fsElement.fsContent:hover header .fsElementContent, body:not(.fsComposeMode) .image-button-container .fsElement.fsContent:focus header .fsElementContent, body:not(.fsComposeMode) .image-button-container .fsElement.fsContent.focus-state header .fsElementContent {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0) scale(1);
        transition: .4s ease; }
  body:not(.fsComposeMode) .image-button-container .slick-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -30px;
    margin: 0px;
    padding: 0 20px; }
    body:not(.fsComposeMode) .image-button-container .slick-dots li {
      list-style-type: none;
      line-height: 1;
      display: inline-block; }
      body:not(.fsComposeMode) .image-button-container .slick-dots li button {
        border: 1px solid #042365;
        background-color: #fff;
        width: 11px;
        height: 11px;
        margin: 0px 4px;
        border-radius: 100%;
        font-size: 0px;
        line-height: 1;
        padding: 0px; }
        body:not(.fsComposeMode) .image-button-container .slick-dots li button:before {
          display: none; }
        body:not(.fsComposeMode) .image-button-container .slick-dots li button:hover, body:not(.fsComposeMode) .image-button-container .slick-dots li button:focus {
          background-color: #042365; }
      body:not(.fsComposeMode) .image-button-container .slick-dots li.slick-active button {
        background-color: #042365; }

.happening-container {
  background-color: #042365;
  padding: 27px 0px 0px 0px;
  margin-bottom: 0px;
  position: relative; }
  @media (min-width: 980px) {
    .happening-container {
      padding: 55px 20px 0px 20px; } }
  .happening-container > header {
    margin: 12px; }
    @media (min-width: 980px) {
      .happening-container > header {
        margin-bottom: 50px; } }
    .happening-container > header h2.fsElementTitle {
      font-family: "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      text-align: center;
      font-size: 26px;
      line-height: 32px;
      color: #fff;
      display: block;
      margin-bottom: 0px; }
      @media (min-width: 980px) {
        .happening-container > header h2.fsElementTitle {
          font-size: 60px;
          line-height: 73px; } }
    .happening-container > header .fsElementHeaderContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 0px; }
      .happening-container > header .fsElementHeaderContent p {
        margin: 0px;
        padding: 0 11px;
        color: #508ED8;
        font-weight: 700;
        font-size: 16px;
        line-height: 23px; }
        .happening-container > header .fsElementHeaderContent p a {
          color: #508ED8; }
          .happening-container > header .fsElementHeaderContent p a:hover, .happening-container > header .fsElementHeaderContent p a:focus {
            text-decoration: underline; }
        .happening-container > header .fsElementHeaderContent p:first-child {
          border-right: 1px solid #508ED8; }
      @media (min-width: 980px) {
        .happening-container > header .fsElementHeaderContent {
          max-width: 1220px;
          margin: 0 auto; } }
      @media (min-width: 1200px) {
        .happening-container > header .fsElementHeaderContent {
          -ms-flex-pack: end;
          justify-content: flex-end;
          -ms-transform: translateY(-35px);
          transform: translateY(-35px); } }
  .happening-container > .fsElementContent {
    max-width: 1220px;
    margin: 0 auto; }
    @media (min-width: 980px) {
      .happening-container > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .happening-container > .fsElementContent p {
      margin: 0px !important; }
  .happening-container:before {
    content: "";
    width: 100%;
    height: 235px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1; }
    @media (min-width: 600px) {
      .happening-container:before {
        height: 330px; } }
    @media (min-width: 800px) {
      .happening-container:before {
        height: 370px; } }
    @media (min-width: 980px) {
      .happening-container:before {
        height: 140px; } }

.image-text {
  margin-bottom: 25px;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  position: relative; }
  @media (min-width: 980px) {
    .image-text {
      width: calc(54.5% - 12px);
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 450px) {
    .image-text {
      height: 355px; } }
  .image-text > .fsElementContent {
    background: rgba(80, 142, 216, 0.8);
    padding: 13px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #042365; }
    @media (min-width: 980px) {
      .image-text > .fsElementContent {
        padding: 30px 35px;
        font-size: 18px;
        line-height: 32px; } }
    .image-text > .fsElementContent a {
      font-weight: 700px;
      color: #042365;
      text-decoration: underline; }
      .image-text > .fsElementContent a:hover, .image-text > .fsElementContent a:focus {
        text-decoration: none; }

body:not(.fsComposeMode) .image-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }

body .happening-container .home-calendar {
  margin-bottom: 0px;
  padding: 20px 20px 20px 20px;
  background: #508ED8;
  z-index: 10;
  position: relative; }
  @media (min-width: 980px) {
    body .happening-container .home-calendar {
      width: calc(45.5% - 12px);
      -ms-flex-order: 2;
      order: 2;
      padding: 15px 23px 0px 23px;
      margin-bottom: 25px;
      min-height: 355px; } }
  body .happening-container .home-calendar .fsElementSlideshow {
    margin: 0px !important;
    padding: 30px 0px; }
    @media (min-width: 800px) {
      body .happening-container .home-calendar .fsElementSlideshow {
        padding: 0px !important; } }
  body .happening-container .home-calendar .slick-list {
    margin: 0px; }
  body .happening-container .home-calendar .slick-arrow:before {
    width: 30px;
    height: 30px;
    font-size: 50px;
    color: #042365; }
  body .happening-container .home-calendar .slick-arrow:hover:before, body .happening-container .home-calendar .slick-arrow:focus:before {
    color: #fff; }
  @media (min-width: 800px) {
    body .happening-container .home-calendar .slick-arrow {
      display: none !important; } }
  body .happening-container .home-calendar article {
    padding: 0px 0px 0px 90px;
    margin-bottom: 20px;
    min-height: 80px;
    position: relative; }
    body .happening-container .home-calendar article .fsDate {
      position: absolute;
      left: 0;
      top: 0;
      width: 60px;
      height: 80px;
      background-color: #042365;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      line-height: 17px;
      color: #fff;
      font-family: "proxima-nova", sans-serif; }
      body .happening-container .home-calendar article .fsDate .fsDayName {
        -ms-flex-order: 1;
        order: 1; }
      body .happening-container .home-calendar article .fsDate .fsMonth {
        -ms-flex-order: 3;
        order: 3; }
      body .happening-container .home-calendar article .fsDate .fsDay {
        -ms-flex-order: 2;
        order: 2;
        font-size: 30px;
        line-height: 35px; }
    body .happening-container .home-calendar article .fsTitle {
      margin-bottom: 5px; }
      body .happening-container .home-calendar article .fsTitle a {
        color: #031D55;
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
        text-decoration: none; }
        body .happening-container .home-calendar article .fsTitle a:hover, body .happening-container .home-calendar article .fsTitle a:focus {
          color: #031D55;
          text-decoration: underline; }
    body .happening-container .home-calendar article .fsTimeRange, body .happening-container .home-calendar article .fsLocation, body .happening-container .home-calendar article .fsAllDay {
      color: #042365;
      font-size: 13px;
      line-height: 16px;
      font-weight: 600;
      text-transform: uppercase; }

body .happening-container .post-buttons {
  margin-bottom: 80px;
  position: relative;
  z-index: 10; }
  @media (min-width: 980px) {
    body .happening-container .post-buttons {
      width: 100%;
      -ms-flex-order: 3;
      order: 3;
      margin-bottom: 0px;
      margin-right: -10px;
      margin-left: -10px; } }
  body .happening-container .post-buttons article {
    height: 210px;
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px;
    margin: 0px;
    border-bottom: none; }
    @media (min-width: 980px) {
      body .happening-container .post-buttons article {
        margin: 0 10px;
        height: 255px; } }
    body .happening-container .post-buttons article .fsThumbnail {
      max-width: 100% !important;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0px; }
      body .happening-container .post-buttons article .fsThumbnail img {
        display: none; }
      body .happening-container .post-buttons article .fsThumbnail:before {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        transition: all 0.4s;
        background: linear-gradient(179.65deg, rgba(0, 0, 0, 0) 50.19%, rgba(0, 0, 0, 0.42) 99.7%); }
    body .happening-container .post-buttons article .fsTitle {
      z-index: 10;
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 32px;
      font-weight: 400;
      padding: 0 25px; }
      body .happening-container .post-buttons article .fsTitle a {
        color: #fff;
        text-decoration: none; }
        body .happening-container .post-buttons article .fsTitle a:hover, body .happening-container .post-buttons article .fsTitle a:focus {
          text-decoration: underline; }
    body .happening-container .post-buttons article:hover .fsThumbnail:before, body .happening-container .post-buttons article:focus .fsThumbnail:before {
      background: linear-gradient(179.65deg, rgba(0, 0, 0, 0) 0%, black 99.7%); }
  body .happening-container .post-buttons .slick-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -30px;
    margin: 0px;
    padding: 0 20px; }
    body .happening-container .post-buttons .slick-dots li {
      list-style-type: none;
      line-height: 1;
      display: inline-block; }
      body .happening-container .post-buttons .slick-dots li button {
        border: 1px solid #fff;
        background-color: transparent;
        width: 11px;
        height: 11px;
        margin: 0px 4px;
        border-radius: 100%;
        font-size: 0px;
        line-height: 1;
        padding: 0px; }
        body .happening-container .post-buttons .slick-dots li button:before {
          display: none; }
        body .happening-container .post-buttons .slick-dots li button:hover, body .happening-container .post-buttons .slick-dots li button:focus {
          background-color: #fff; }
      body .happening-container .post-buttons .slick-dots li.slick-active button {
        background-color: #fff; }

body.home .fsDiv > .masthead > footer {
  margin-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

body.home .fsDiv > .masthead > footer .pagination {
  display: block !important;
  -ms-flex-order: 2;
  order: 2;
  width: 50%; }
  @media (min-width: 980px) {
    body.home .fsDiv > .masthead > footer .pagination {
      margin-left: auto;
      margin-right: 0px; } }
  body.home .fsDiv > .masthead > footer .pagination .slick-dots {
    margin-bottom: 0px !important; }

body.home .fsDiv > .masthead > footer .button-section {
  display: block;
  -ms-flex-order: 3;
  order: 3;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  color: #042365;
  margin: 0 auto;
  -ms-transform: translateY(25px);
  transform: translateY(25px); }
  @media (max-width: 980px) {
    body.home .fsDiv > .masthead > footer .button-section {
      display: none !important; } }
  @media (min-width: 980px) {
    body.home .fsDiv > .masthead > footer .button-section {
      display: block !important; } }
  body.home .fsDiv > .masthead > footer .button-section:hover, body.home .fsDiv > .masthead > footer .button-section:focus {
    background-color: #042365;
    color: #fff; }

body.home .fsDiv > .masthead > footer .fsElementFooterContent {
  -ms-flex-order: 1;
  order: 1;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Satisfy", cursive; }
  body.home .fsDiv > .masthead > footer .fsElementFooterContent br {
    display: block !important; }
  @media (min-width: 980px) {
    body.home .fsDiv > .masthead > footer .fsElementFooterContent {
      font-weight: normal;
      font-size: 70px;
      line-height: 75px;
      width: 50%;
      margin-left: auto; } }

body:not(.fsComposeMode) .universal-slideshow {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  background: transparent;
  margin-bottom: 0px;
  z-index: 4;
  background-color: #fff; }
  body:not(.fsComposeMode) .universal-slideshow > header {
    display: none; }
  body:not(.fsComposeMode) .universal-slideshow .slick-slider {
    margin: 0px !important;
    padding: 0px !important; }
  body:not(.fsComposeMode) .universal-slideshow article {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 0; }
    body:not(.fsComposeMode) .universal-slideshow article .video-wrapper {
      position: relative;
      overflow: hidden;
      height: auto; }
    body:not(.fsComposeMode) .universal-slideshow article video {
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      height: auto; }
  body:not(.fsComposeMode) .universal-slideshow article:before {
    content: "";
    position: absolute;
    height: 285px;
    width: 100%;
    left: 0;
    top: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    opacity: 1;
    visibility: visible; }
  body:not(.fsComposeMode) .universal-slideshow article:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 270px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    opacity: 1;
    visibility: visible; }
  body:not(.fsComposeMode) .universal-slideshow > footer {
    position: absolute;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    bottom: 50px;
    left: 0; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .universal-slideshow > footer {
        bottom: 100px; } }
    body:not(.fsComposeMode) .universal-slideshow > footer .fsElementFooterContent {
      -ms-flex-order: 1;
      order: 1;
      font-weight: 400;
      font-size: 34px;
      line-height: 40px;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      color: #fff;
      text-align: center;
      margin-bottom: 20px;
      font-family: "Satisfy", cursive; }
      body:not(.fsComposeMode) .universal-slideshow > footer .fsElementFooterContent br {
        display: block !important; }
      @media (min-width: 980px) {
        body:not(.fsComposeMode) .universal-slideshow > footer .fsElementFooterContent {
          font-weight: normal;
          font-size: 70px;
          line-height: 75px;
          width: 50%;
          margin-left: auto; } }
  body:not(.fsComposeMode) .universal-slideshow .button-section {
    display: block;
    -ms-flex-order: 3;
    order: 3;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    color: #042365;
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(50%, 25px);
    transform: translate(50%, 25px);
    bottom: 0px; }
    @media (max-width: 980px) {
      body:not(.fsComposeMode) .universal-slideshow .button-section {
        display: none !important; } }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .universal-slideshow .button-section {
        display: block !important; } }
    body:not(.fsComposeMode) .universal-slideshow .button-section:hover, body:not(.fsComposeMode) .universal-slideshow .button-section:focus {
      background-color: #042365;
      color: #fff; }

body:not(.fsComposeMode) .universal-slideshow .fsResourceCollectionDescription {
  display: none !important; }

body:not(.fsComposeMode) .universal-slideshow article picture {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 87px); }
  @media (min-width: 980px) {
    body:not(.fsComposeMode) .universal-slideshow article picture {
      height: 100vh; } }
  body:not(.fsComposeMode) .universal-slideshow article picture img {
    display: none;
    opacity: 0; }

@media (min-width: 980px) {
  body:not(.home):not(.fsComposeMode) .universal-slideshow.fsSingleItem article picture {
    height: 540px; } }

body:not(.home):not(.fsComposeMode) .universal-slideshow.fsSingleItem footer {
  display: none; }

body:not(.fsComposeMode) .universal-slideshow article video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 87px); }
  @media (min-width: 980px) {
    body:not(.fsComposeMode) .universal-slideshow article video {
      height: 100vh; } }

body:not(.fsComposeMode).home .universal-slideshow article picture {
  height: calc(100vh - 87px); }
  @media (min-width: 980px) {
    body:not(.fsComposeMode).home .universal-slideshow article picture {
      height: 100vh; } }

body:not(.fsComposeMode).home .universal-slideshow article video {
  max-height: calc(100vh - 87px); }
  @media (min-width: 980px) {
    body:not(.fsComposeMode).home .universal-slideshow article video {
      max-height: 100vh; } }

body:not(.fsComposeMode) .universal-slideshow article figcaption {
  display: block; }

.universal-slideshow .fsElementSlideshow .slick-list {
  margin: 0px; }

.universal-slideshow .slick-arrow {
  display: none !important; }

.universal-slideshow .fsElementSlideshowControls {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  width: 25px;
  height: 25px; }
  .universal-slideshow .fsElementSlideshowControls > button {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .universal-slideshow .fsElementSlideshowControls > button:before {
      color: #fff;
      font-size: 11px; }
    .universal-slideshow .fsElementSlideshowControls > button:hover, .universal-slideshow .fsElementSlideshowControls > button:focus {
      background-color: #fff; }
      .universal-slideshow .fsElementSlideshowControls > button:hover:before, .universal-slideshow .fsElementSlideshowControls > button:focus:before {
        color: #002269; }

.universal-slideshow .fsPager {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 20px;
  margin: 0px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 980px) {
    .universal-slideshow .fsPager {
      width: 50%;
      bottom: 60px; } }
  .universal-slideshow .fsPager li {
    margin-left: 7.5px;
    margin-left: 7.5px;
    height: 12px;
    width: 12px; }
    .universal-slideshow .fsPager li button {
      width: 12px;
      height: 12px;
      border-radius: 100%;
      border: 1px solid #fff;
      background-color: transparent;
      padding: 0px; }
      .universal-slideshow .fsPager li button:before {
        display: none; }
      .universal-slideshow .fsPager li button:hover, .universal-slideshow .fsPager li button:focus {
        background-color: #fff; }
    .universal-slideshow .fsPager li.slick-active button {
      background-color: #fff; }

#fsFooter .footer-info .fsStyleColumn-last .school-details {
  padding-left: 0px; }

body:not(.banner-visible) #fsPageBodyWrapper {
  padding-top: 100px; }
  @media (min-width: 980px) {
    body:not(.banner-visible) #fsPageBodyWrapper {
      padding-top: 150px; } }

@media (min-width: 980px) {
  body:not(.banner-visible) .logo-new {
    top: 5px;
    left: 20px; }
    body:not(.banner-visible) .logo-new img {
      height: 40px; }
    body:not(.banner-visible) .logo-new > .fsElementContent a {
      font-size: 16px;
      line-height: 15px;
      color: #fff;
      font-weight: 800;
      letter-spacing: 0.06em;
      margin-left: 10px;
      display: block; }
      body:not(.banner-visible) .logo-new > .fsElementContent a em {
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.20em;
        font-style: normal;
        font-weight: 400; } }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main ul,
.nav-main ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav-main a {
  display: block; }

.nav-main .fsNavLevel1 {
  zoom: 1;
  transition: all 1s;
  margin: 0 -8px;
  display: inline-block;
  position: relative; }
  .nav-main .fsNavLevel1:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 1180px) {
    .nav-main .fsNavLevel1 {
      margin: 0 -11px; } }
  .nav-main .fsNavLevel1 > li {
    display: inline-block;
    margin-right: -0.24em; }
    .nav-main .fsNavLevel1 > li > a {
      padding-right: 8px;
      padding-left: 8px;
      padding-top: 10px;
      padding-bottom: 10px;
      transition: all 1s;
      font-size: 15px;
      line-height: 2;
      color: #fff;
      text-transform: uppercase;
      position: relative; }
      @media (min-width: 1030px) {
        .nav-main .fsNavLevel1 > li > a {
          font-size: 16px;
          line-height: 1.875; } }
      @media (min-width: 1180px) {
        .nav-main .fsNavLevel1 > li > a {
          padding-right: 14px;
          padding-left: 14px; } }
      .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        width: 1px;
        background-color: #3b8ede;
        position: absolute;
        top: 15px;
        right: auto;
        bottom: 15px;
        left: 0; }
      .nav-main .fsNavLevel1 > li:first-child a:after {
        content: normal; }
      .nav-main .fsNavLevel1 > li > a:hover {
        color: #3b8ede; }
      .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li:hover > a.active, .nav-main .fsNavLevel1 > li:hover > a.fsNavCurrentPage, .nav-main .fsNavLevel1 > li:hover > a.fsNavCurrentPageAncestor {
        color: #fff;
        background-color: #3b8ede; }
        .nav-main .fsNavLevel1 > li:hover > a:before, .nav-main .fsNavLevel1 > li:hover > a.active:before, .nav-main .fsNavLevel1 > li:hover > a.fsNavCurrentPage:before, .nav-main .fsNavLevel1 > li:hover > a.fsNavCurrentPageAncestor:before {
          content: '';
          width: 0;
          height: 0;
          margin-left: -12px;
          position: absolute;
          top: 100%;
          left: 50%;
          z-index: 301;
          border: solid 12px transparent;
          border-top: 10px solid #3b8ede;
          border-bottom-width: 0; }
    .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      color: #fff;
      background-color: #3b8ede; }
      .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a:hover, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:hover {
        color: #fff;
        background-color: #3b8ede; }
    .nav-main .fsNavLevel1 > li.fsNavCurrentPage + li > a:after, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor + li > a:after {
      content: normal; }

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 99.5%;
  z-index: 300;
  display: none;
  width: 100%;
  left: 0;
  background: #fff;
  text-align: left;
  left: 0;
  border: 2px solid #3b8ede;
  padding: 20px 15px; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }

.nav-main .fsNavPageDescription {
  width: 26.50602%;
  padding-left: 15px;
  float: left; }
  .nav-main .fsNavPageDescription > a {
    margin-top: 20px; }
    .nav-main .fsNavPageDescription > a:first-child {
      margin-top: 0; }
    .nav-main .fsNavPageDescription > a .title {
      display: block;
      font-size: 15px;
      line-height: 1.6;
      font-weight: 700;
      color: #00205c; }
    .nav-main .fsNavPageDescription > a .description {
      display: block;
      font-size: 15px;
      line-height: 1.6;
      font-weight: 400;
      color: #474747; }
    .nav-main .fsNavPageDescription > a .link {
      white-space: nowrap;
      font-size: 14px;
      line-height: 1.71429;
      font-weight: 400;
      color: #00205c; }
      .nav-main .fsNavPageDescription > a .link:after {
        content: '\00bb';
        margin-left: 0.25em; }
    .nav-main .fsNavPageDescription > a:hover .title {
      color: #3b8ede; }
    .nav-main .fsNavPageDescription > a:hover .link {
      color: #3b8ede; }

.nav-main .fsNavPageThumbnail {
  float: left;
  width: 34.93976%;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #3b8ede;
  border-left: 1px solid #3b8ede; }
  .nav-main .fsNavPageThumbnail img {
    width: 100%;
    vertical-align: top;
    margin: 0; }

.nav-main .navigation {
  zoom: 1;
  width: 36.14458%;
  float: left;
  margin: 0; }
  .nav-main .navigation:after {
    display: table;
    clear: both;
    content: ''; }

.nav-main .fsNavLevel2 {
  margin: 0;
  display: block;
  float: left;
  width: 50%;
  padding-right: 15px; }
  .nav-main .fsNavLevel2 li {
    margin-top: 10px; }
    .nav-main .fsNavLevel2 li:first-child {
      margin-top: 0; }
  .nav-main .fsNavLevel2 a {
    font-size: 15px;
    line-height: 1.6;
    color: #00205c;
    padding: 0; }
    .nav-main .fsNavLevel2 a:hover {
      color: #3b8ede; }

/*! navigation - off-canvas v0.0.1 */
body {
  overflow-x: hidden; }

.off-canvas-menu-open body {
  overflow: hidden;
  height: 100vh; }

#fsPageWrapper {
  transition: all 1s;
  position: relative;
  overflow: hidden;
  z-index: 15; }
  .off-canvas-menu-open #fsPageWrapper {
    margin-right: 270px;
    margin-left: -270px; }
    @media (min-width: 700px) {
      .off-canvas-menu-open #fsPageWrapper {
        margin-right: 320px;
        margin-left: -320px; } }
    @media (min-width: 980px) {
      .off-canvas-menu-open #fsPageWrapper {
        margin-right: 0;
        margin-left: 0; } }

.off-canvas.menu {
  transition: all 1s;
  box-shadow: inset 10px 0px 8px -7px rgba(0, 0, 0, 0.666);
  display: block;
  background-color: #002269;
  color: #fff;
  overflow-y: auto;
  width: 270px;
  position: fixed;
  top: 0;
  right: -270px;
  bottom: 0;
  z-index: 100; }
  @media (min-width: 700px) {
    .off-canvas.menu {
      width: 320px;
      right: -320px; } }
  @media (min-width: 980px) {
    .off-canvas.menu {
      display: none; } }
  .off-canvas-menu-open .off-canvas.menu {
    right: 0; }
    @media (min-width: 980px) {
      .off-canvas-menu-open .off-canvas.menu {
        right: -320px; } }
  .off-canvas.menu > .inner {
    margin: 0 20px; }
  .off-canvas.menu .search,
  .off-canvas.menu .navigation,
  .off-canvas.menu .utilities,
  .off-canvas.menu .quicklinks {
    display: block;
    padding: 15px 0; }
    .off-canvas.menu .search ul,
    .off-canvas.menu .search ol,
    .off-canvas.menu .navigation ul,
    .off-canvas.menu .navigation ol,
    .off-canvas.menu .utilities ul,
    .off-canvas.menu .utilities ol,
    .off-canvas.menu .quicklinks ul,
    .off-canvas.menu .quicklinks ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .off-canvas.menu .search a,
    .off-canvas.menu .navigation a,
    .off-canvas.menu .utilities a,
    .off-canvas.menu .quicklinks a {
      display: block; }
    .off-canvas.menu .search > h4,
    .off-canvas.menu .navigation > h4,
    .off-canvas.menu .utilities > h4,
    .off-canvas.menu .quicklinks > h4 {
      font-size: 14px;
      line-height: 2.14286;
      font-weight: 400;
      text-transform: none;
      color: #fff; }
    .off-canvas.menu .search ul,
    .off-canvas.menu .navigation ul,
    .off-canvas.menu .utilities ul,
    .off-canvas.menu .quicklinks ul {
      margin: 0; }
    .off-canvas.menu .search a,
    .off-canvas.menu .navigation a,
    .off-canvas.menu .utilities a,
    .off-canvas.menu .quicklinks a {
      display: block;
      color: #fff;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 400;
      margin: 0 -10px;
      padding: 10px; }
      .off-canvas.menu .search a:hover,
      .off-canvas.menu .navigation a:hover,
      .off-canvas.menu .utilities a:hover,
      .off-canvas.menu .quicklinks a:hover {
        background-color: #00205c;
        color: #3b8ede; }
  .off-canvas.menu .search {
    margin: 0 -20px;
    padding: 0; }
    .off-canvas.menu .search > h4 {
      display: none; }
    .off-canvas.menu .search form.gsc-search-box-tools {
      position: relative; }
      .off-canvas.menu .search form.gsc-search-box-tools td.gsc-input {
        float: none; }
      .off-canvas.menu .search form.gsc-search-box-tools div.gsc-input-box {
        min-width: 100%;
        height: 45px; }
        .off-canvas.menu .search form.gsc-search-box-tools div.gsc-input-box table,
        .off-canvas.menu .search form.gsc-search-box-tools div.gsc-input-box tbody,
        .off-canvas.menu .search form.gsc-search-box-tools div.gsc-input-box tr,
        .off-canvas.menu .search form.gsc-search-box-tools div.gsc-input-box td {
          height: 45px; }
      .off-canvas.menu .search form.gsc-search-box-tools input.gsc-input {
        box-shadow: inset 10px 0px 8px -7px rgba(0, 0, 0, 0.666);
        height: 45px !important;
        padding-left: 50px !important;
        -webkit-appearance: none;
        border-radius: 0; }
      .off-canvas.menu .search form.gsc-search-box-tools td.gsc-search-button {
        position: absolute;
        top: 0;
        left: 10px;
        z-index: 9000;
        visibility: visible;
        height: 45px;
        width: 45px;
        background: #3b8ede; }
        .off-canvas.menu .search form.gsc-search-box-tools td.gsc-search-button:after {
          content: "";
          font-family: "IcoMoon";
          font-size: 15px; }
      .off-canvas.menu .search form.gsc-search-box-tools input.gsc-search-button {
        height: 45px;
        width: 45px;
        background: #3b8ede; }
  .off-canvas.menu .navigation {
    border-bottom: 1px solid rgba(59, 142, 222, 0.5); }
    .off-canvas.menu .navigation > h4 {
      display: none; }
    .off-canvas.menu .navigation .fsNavLevel1 .fsNavPageInfo {
      display: none; }
    .off-canvas.menu .navigation a {
      text-transform: uppercase; }
  .off-canvas.menu .utilities {
    border-bottom: 1px solid rgba(59, 142, 222, 0.5); }
    .off-canvas.menu .utilities > h4 {
      display: none; }
    .off-canvas.menu .utilities .icon-information-i,
    .off-canvas.menu .utilities .icon-mortarboard-outline,
    .off-canvas.menu .utilities .icon-users {
      display: inline-block;
      vertical-align: middle;
      color: #3b8ede;
      text-align: center;
      margin-right: 0.25em; }
    .off-canvas.menu .utilities .icon-information-i {
      font-size: 21px;
      line-height: 0.95238;
      margin-top: -3px; }
    .off-canvas.menu .utilities .icon-mortarboard-outline {
      font-size: 28px;
      line-height: 0.71429; }
    .off-canvas.menu .utilities .icon-users {
      font-size: 25px;
      line-height: 0.8; }
  .off-canvas.menu .quicklinks > h4:before {
    content: "";
    color: #3b8ede;
    font-size: 17px;
    line-height: 1.76471;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em; }
  .off-canvas.menu .quicklinks a {
    padding-top: 5px;
    padding-bottom: 5px; }

.off-canvas-trigger {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  width: 40px;
  height: 40px;
  margin: 5px -10px 5px 0;
  overflow: hidden;
  text-indent: 666em;
  position: relative; }
  .off-canvas-trigger:hover {
    color: #fff; }
  .off-canvas-trigger:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-indent: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .off-canvas-menu-open .off-canvas-trigger:after {
      content: ""; }

/*! 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; }

.nav-sub > .fsElementContent {
  border-bottom: 2px solid #d6d6d6; }
  @media (min-width: 700px) {
    .nav-sub > .fsElementContent {
      border: none; } }
  .nav-sub > .fsElementContent > header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (min-width: 700px) {
      .nav-sub > .fsElementContent > header {
        display: none; } }
    .nav-sub > .fsElementContent > header h2 {
      font-size: 18px;
      line-height: 2.22222;
      font-weight: 400;
      color: #002269;
      position: relative;
      padding-right: 15px;
      cursor: pointer; }
      .nav-sub > .fsElementContent > header h2:after {
        content: "";
        background: #002269;
        width: 15px;
        height: 15px;
        color: #fff;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        position: absolute;
        top: 50%;
        right: 0;
        border-radius: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      @media (min-width: 700px) {
        .nav-sub > .fsElementContent > header h2 {
          padding: 0;
          cursor: default; }
          .nav-sub > .fsElementContent > header h2:after {
            content: normal !important; } }
  .nav-sub.active > .fsElementContent > header {
    border: none; }
    .nav-sub.active > .fsElementContent > header h2:after {
      content: ""; }
  .nav-sub > .fsElementContent > nav {
    /*
      .fsNavCurrentPage,
      .fsNavCurrentPageAncestor {

        > a {
          color: $m1;
        }

      }
*/ }
    .nav-sub > .fsElementContent > nav a {
      font-size: 18px;
      line-height: 1.33333;
      font-weight: 400;
      color: #002269;
      padding: 8px 15px; }
      @media (min-width: 700px) {
        .nav-sub > .fsElementContent > nav a:hover {
          color: #3b8ede; } }
    .nav-sub > .fsElementContent > nav .fsNavLevel1 {
      margin: 0;
      position: relative; }
      @media (min-width: 700px) {
        .nav-sub > .fsElementContent > nav .fsNavLevel1 > li {
          border-top: 1px solid #98999b; }
          .nav-sub > .fsElementContent > nav .fsNavLevel1 > li:first-child {
            border: none; } }
      .nav-sub > .fsElementContent > nav .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 {
        display: block; }
      .nav-sub > .fsElementContent > nav .fsNavLevel1 > li.fsNavCurrentPage > a {
        color: #3b8ede; }
      .nav-sub > .fsElementContent > nav .fsNavLevel1 > li.fsNavCurrentPage.fsNavParentPage .fsNavLevel2 {
        display: block; }
    .nav-sub > .fsElementContent > nav .fsNavLevel2 {
      display: none;
      background-color: #8bb8ea;
      background-color: transparent;
      margin: 0; }
      .nav-sub > .fsElementContent > nav .fsNavLevel2 > li.fsNavCurrentPageAncestor {
        background-color: #002269; }
        .nav-sub > .fsElementContent > nav .fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
          color: #fff; }
        .nav-sub > .fsElementContent > nav .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 {
          display: block; }
      .nav-sub > .fsElementContent > nav .fsNavLevel2 > li.fsNavCurrentPage {
        background-color: #002269; }
        .nav-sub > .fsElementContent > nav .fsNavLevel2 > li.fsNavCurrentPage > a {
          color: #fff; }
      .nav-sub > .fsElementContent > nav .fsNavLevel2 > li.fsNavCurrentPage.fsNavParentPage .fsNavLevel3 {
        display: block; }
      .nav-sub > .fsElementContent > nav .fsNavLevel2 > li > a {
        padding-right: 30px;
        padding-left: 30px; }
    .nav-sub > .fsElementContent > nav .fsNavLevel3 {
      display: none;
      background-color: #eaeaea;
      margin: 0; }
      .nav-sub > .fsElementContent > nav .fsNavLevel3 > li.fsNavCurrentPage {
        background-color: #d6d6d6; }
      .nav-sub > .fsElementContent > nav .fsNavLevel3 > li > a {
        padding-right: 45px;
        padding-left: 45px; }
  .nav-sub > .fsElementContent > header + nav {
    transition: all 1s;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 700px) {
      .nav-sub > .fsElementContent > header + nav {
        max-height: none; } }
  .nav-sub.active > .fsElementContent > header + nav {
    max-height: 900px; }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px; }
  .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:before {
    content: ""; }
  .nav-social .nav-social__item-instagram a:before {
    content: ""; }
  .nav-social .nav-social__item-linkedin a:before {
    content: ""; }
  .nav-social .nav-social__item-pinterest a:before {
    content: ""; }
  .nav-social .nav-social__item-tumblr a:before {
    content: ""; }
  .nav-social .nav-social__item-twitter a:before {
    content: ""; }
  .nav-social .nav-social__item-vine a:before {
    content: ""; }
  .nav-social .nav-social__item-youtube a:before {
    content: ""; }
  .nav-social .nav-social__item-facebook a:hover {
    color: #3b5998; }
  .nav-social .nav-social__item-instagram a:hover {
    color: #517fa4; }
  .nav-social .nav-social__item-linkedin a:hover {
    color: #007bb6; }
  .nav-social .nav-social__item-pinterest a:hover {
    color: #cb2027; }
  .nav-social .nav-social__item-tumblr a:hover {
    color: #32506d; }
  .nav-social .nav-social__item-twitter a:hover {
    color: #00aced; }
  .nav-social .nav-social__item-vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item-youtube a:hover {
    color: #b00; }
  .nav-social a {
    font-size: 0.875em;
    line-height: 1;
    text-align: center;
    color: #474747;
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: .1em solid currentColor; }
    .nav-social a:before {
      font-family: "fontawesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -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 a {
  padding: 0em 0em; }

/*! elements - accordion v0.0.1 */
.fsAccordion {
  margin-top: 20px;
  margin-bottom: 20px; }
  .fsAccordion .fsPanel {
    margin-bottom: 2px; }
    .fsAccordion .fsPanel .fsElementTitle {
      position: relative;
      margin-bottom: 0;
      padding: 12px 20px;
      font-size: 18px;
      line-height: 1.22222;
      cursor: pointer;
      background: #98999b;
      color: #fff; }
      .fsAccordion .fsPanel .fsElementTitle:before, .fsAccordion .fsPanel .fsElementTitle:after {
        display: inline-block;
        border: 0 !important;
        height: auto !important;
        width: auto !important;
        font-family: "IcoMoon";
        transition: transform .3s; }
      .fsPanelIconBefore .fsPanel .fsElementTitle:before {
        margin: 0 10px 0 0 !important;
        content: "" !important; }
        .fsPanelIconBefore .fsStateOpen .fsElementTitle:before {
          content: "" !important; }
      .fsPanelIconAfter .fsPanel .fsElementTitle:after {
        float: right;
        margin: 0 !important;
        content: "" !important; }
        .fsPanelIconAfter .fsStateOpen .fsElementTitle:after {
          content: "" !important; }
      .fsPanel:hover .fsElementTitle {
        background: #acc9e8;
        color: #002269; }
      .fsStateOpen .fsElementTitle {
        background: #002269 !important;
        color: #fff !important; }
    .fsPanel > .fsElementContent {
      padding: 20px; }
      .fsPanel > .fsElementContent p:last-child {
        margin-bottom: 0; }

/*! elements - athletics v0.0.1 */
.fsAthleticsEvent article {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6; }
  .fsAthleticsEvent article:last-child {
    border-bottom: 0; }

.fsAthleticsEvent .fsDate {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 700;
  color: #3b8ede;
  margin-bottom: 10px; }

.fsAthleticsEvent .fsTitle {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  color: #474747;
  margin: 0;
  font-weight: 700; }

.fsAthleticsEvent .fsElementEventIcon {
  display: none; }

.fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsVs {
  display: inline-block; }

.fsAthleticsOpponentNames {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  color: #474747;
  margin: 0;
  font-weight: 700; }

.fsAthleticsTeam ul,
.fsAthleticsTeam ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.fsAthleticsTeam a {
  display: block; }

.fsAthleticsTeamDirectory li {
  display: block;
  background-color: #eaeaea;
  padding: 5px 10px; }
  .fsAthleticsTeamDirectory li:nth-child(even) {
    background: none; }

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  margin-right: 0.5em; }

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon,
.fsAthleticsTeamDirectory a {
  display: inline-block; }

/*! elements - calendar v0.0.1 */
.fsCalendar.fsList header .fsElementTitle {
  margin-top: 0;
  font-weight: 700;
  color: #002269;
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 0.5em; }

.fsCalendar.fsList .fsElementContent .fsListItems article {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6; }
  .fsCalendar.fsList .fsElementContent .fsListItems article:last-child {
    border-bottom: 0; }
  .fsCalendar.fsList .fsElementContent .fsListItems article .fsDate {
    display: none; }
  .fsCalendar.fsList .fsElementContent .fsListItems article:first-child .fsDate {
    display: block; }

.fsCalendar.fsList .fsDayContainer {
  margin-bottom: 12px; }
  .fsCalendar.fsList .fsDayContainer .fsDate {
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 700;
    color: #3b8ede;
    margin-bottom: 10px; }
  .fsCalendar.fsList .fsDayContainer .fsTitle,
  .fsCalendar.fsList .fsDayContainer .fsCalendarEventLink {
    font-size: 16px;
    line-height: 1.25;
    color: #474747;
    margin: 0; }
    .fsCalendar.fsList .fsDayContainer .fsTitle:hover,
    .fsCalendar.fsList .fsDayContainer .fsCalendarEventLink:hover {
      color: #3b8ede; }

.fsCalendarMonthBrowser button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0; }

.fsListItems article {
  margin-bottom: 1.25em; }

.fsTitle {
  margin-top: 0;
  font-weight: 700;
  color: #002269;
  font-size: 1.5625em;
  line-height: 1.4;
  margin-bottom: 0.4em; }

.module {
  margin-bottom: 1.25em;
  padding: 1.25em;
  color: #fff; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }

.module {
  background: #002269; }

@media (min-width: 700px) {
  .fsGrid {
    margin-right: -0.625em;
    margin-left: -0.625em; } }

.fsGrid .fsListItems > * {
  float: none !important;
  width: 100%;
  padding-right: 0.625em;
  padding-left: 0.625em; }
  @media (min-width: 700px) {
    .fsGrid .fsListItems > * {
      display: inline-block;
      vertical-align: top; } }

@media (min-width: 700px) {
  .fsGrid .fsStyleTwoColumns > * {
    width: 49.5%; } }

@media (min-width: 700px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 49.5%; } }

@media (min-width: 980px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 32.83333%; } }

@media (min-width: 700px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 49.5%; } }

@media (min-width: 980px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 32.83333%; } }

@media (min-width: 1000px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 24.5%; } }

@media (min-width: 700px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 49.5%; } }

@media (min-width: 980px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 32.83333%; } }

@media (min-width: 1000px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 24.5%; } }

@media (min-width: 1180px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 19.5%; } }

@media (min-width: 700px) {
  .fsGrid.six-columns article {
    width: 49.5%; } }

@media (min-width: 980px) {
  .fsGrid.six-columns article {
    width: 32.83333%; } }

@media (min-width: 1000px) {
  .fsGrid.six-columns article {
    width: 24.5%; } }

@media (min-width: 1180px) {
  .fsGrid.six-columns article {
    width: 16.16667%; } }

.fsElementSlideshow.slick-vertical {
  padding-top: 60px;
  padding-bottom: 60px; }

.fsElementSlideshow .slick-list {
  margin-right: 50px;
  margin-left: 50px; }

.fsElementTitle {
  margin-top: 0;
  font-weight: 700;
  color: #002269;
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 0.5em; }

.fsSlideshow .fsElementContent .fsPrevButton, .fsSlideshow .fsElementContent .fsNextButton {
  font-size: 40px !important; }

/*! elements - constituent v0.0.1 */
.fsConstituent .fsElementPagination {
  margin-bottom: 20px; }

.fsConstituent .fsConstituentItem {
  float: none;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 700px) {
    .fsConstituent .fsConstituentItem {
      display: inline-block;
      vertical-align: top;
      max-width: 100%;
      margin-left: 1%;
      margin-right: 1%; } }
  .fsConstituent .fsConstituentItem > * {
    padding-right: 20px;
    padding-left: 20px; }

.fsConstituent .fsPhoto {
  padding-right: 0;
  padding-left: 0; }
  .fsConstituent .fsPhoto img {
    display: block;
    width: 100%; }

.fsConstituent .fsFullName {
  padding-top: 20px;
  font-size: 20px;
  line-height: 1.2; }

.fsConstituent .fsEmail {
  word-break: break-all; }

div[class^="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px; }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px); } }

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px); } }

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection h4 {
    font-size: 20px;
    margin-bottom: 6px; }
  .fsProfileSection .fsProfileSectionData,
  .fsProfileSection .fsProfileSectionSpecialData {
    zoom: 1;
    color: #474747; }
    .fsProfileSection .fsProfileSectionData:after,
    .fsProfileSection .fsProfileSectionSpecialData:after {
      display: table;
      clear: both;
      content: ''; }
    .fsProfileSection .fsProfileSectionData .fsProfileSectionFieldName,
    .fsProfileSection .fsProfileSectionData .fsProfileSectionFieldValue,
    .fsProfileSection .fsProfileSectionData > div,
    .fsProfileSection .fsProfileSectionSpecialData .fsProfileSectionFieldName,
    .fsProfileSection .fsProfileSectionSpecialData .fsProfileSectionFieldValue,
    .fsProfileSection .fsProfileSectionSpecialData > div {
      display: inline-block;
      width: auto;
      font-weight: 500; }
    .fsProfileSection .fsProfileSectionData .fsProfileSectionFieldName,
    .fsProfileSection .fsProfileSectionData > div:first-child,
    .fsProfileSection .fsProfileSectionSpecialData .fsProfileSectionFieldName,
    .fsProfileSection .fsProfileSectionSpecialData > div:first-child {
      margin-right: 0.5em;
      font-weight: 700; }
    .fsProfileSection .fsProfileSectionData.fsTitle,
    .fsProfileSection .fsProfileSectionSpecialData.fsTitle {
      font-weight: 500;
      font-size: 16px; }

.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em; }
  @media (min-width: 700px) {
    .fsConstituent.fsSearch label {
      display: inline-block;
      vertical-align: top;
      width: 49.5%;
      padding-right: 0.625em;
      padding-left: 0.625em; } }
  @media (min-width: 980px) {
    .fsConstituent.fsSearch label {
      width: 32.83333%; } }

.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%; }

.fsConstituent.fsSearch [type*='submit'] {
  width: auto; }
  @media (min-width: 700px) {
    .fsConstituent.fsSearch [type*='submit'] {
      margin-left: 0.625em; } }

/*--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; }

form {
  overflow: hidden; }
  form .submitBtn {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    background: #8bb8ea;
    color: #fff;
    outline: 0;
    padding-right: 26px;
    padding-left: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.22222;
    /*  &.callout,
  .callout & {
    display: block;
    font-size: 20px;
    line-height: (24/20);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

    background: $background;
    color: $hover-color;

    &:hover {
      background: $hover-background;
      color: $color;
    }

  }*/
    background: #002269 !important;
    padding: 10px 13.32px !important;
    text-shadow: none !important; }
    form .submitBtn:hover {
      background: #3b8ede;
      color: #fff; }
    form .submitBtn span {
      display: block;
      font-style: normal;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      text-transform: none; }
    form .submitBtn:hover {
      background: #001b55 !important; }
  form .required {
    color: #002269; }

/*== 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*/
  /*Grid*/ }
  .fsNews article {
    zoom: 1; }
    .fsNews article:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews .fsThumbnail {
    display: block;
    margin-bottom: 5px; }
    @media (min-width: 500px) {
      .fsNews .fsThumbnail {
        float: left;
        margin-top: 4px;
        margin-right: 10px;
        width: 35.71429%; } }
    .fsNews .fsThumbnail img {
      display: block;
      vertical-align: top;
      margin: 0; }
  .fsNews .fsTitle,
  .fsNews .fsNewsPostLink {
    font-size: 16px;
    line-height: 1.25;
    color: #474747; }
  .fsNews .fsNewsPostLink:hover {
    color: #3b8ede; }
  .fsNews.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article {
    padding: 20px; }
  .fsNews.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsNews.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsNews.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews.fsGrid article {
    clear: none;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding: 0; }
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 49%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
      margin-right: 1%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
      margin-left: 1%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 32%; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
      margin: 0 2%; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 23.5%; }
    .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
      margin: 0 1% 0 2%; }
    .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
      margin: 0 2% 0 1%; }
    .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 18.4%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
      margin: 0 1% 0 2%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
      margin: 0 1%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
      margin: 0 2% 0 1%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; }
  .fsNews.fsGrid .fsThumbnail {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: inherit; }
  #fsBannerLeft .fsNews.fsList,
  #fsBannerRight .fsNews.fsList {
    margin-bottom: 40px; }
  .fsNews.fsList header .fsElementTitle {
    margin-top: 0;
    font-weight: 700;
    color: #002269;
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 0.5em; }
  .fsNews.fsList .fsElementContent .fsListItems article {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6; }
    .fsNews.fsList .fsElementContent .fsListItems article:last-child {
      border-bottom: 0; }

.fsPostElement .fsTitle,
.fsPostElement .fsPostLink {
  font-size: 16px;
  line-height: 1.25;
  color: #474747; }

.fsPostElement .fsPostLink:hover {
  color: #3b8ede; }

.fsPostElement .fsThumbnail {
  margin: 0 0 15px 0; }

.fsPostElement article {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6; }
  .fsPostElement article:last-child {
    border-bottom: 0; }

/*=======================*/
/* 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: 200px;
    border: 0;
    height: 30px; }
    form.gsc-search-box-tools div.gsc-input-box table,
    form.gsc-search-box-tools div.gsc-input-box tbody,
    form.gsc-search-box-tools div.gsc-input-box tr,
    form.gsc-search-box-tools div.gsc-input-box td {
      overflow: hidden;
      display: block;
      width: 100%;
      border: 0;
      height: 30px; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools input.gsc-input {
    background: #3b8ede !important;
    background-image: none !important;
    width: 100%;
    height: 30px !important;
    color: #fff;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 2;
    -webkit-appearance: none;
    border-radius: 0; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    position: absolute;
    top: -999em;
    left: -999em;
    visibility: hidden;
    display: block;
    float: left;
    padding: 0 10px 0 10px;
    overflow: hidden;
    height: 30px;
    width: auto;
    background: #f00; }
    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: #cc0000; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 30px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
/* 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: #00205c; }
      .fsTwitter .tweets li a:hover {
        color: #002269; }
    .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: #002269; }
        .fsTwitter .tweets li .header time abbr {
          text-decoration: none;
          border: 0; }
        .fsTwitter .tweets li .header time:hover {
          color: #00205c; }
      .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: #002269; }
      .fsTwitter .tweets li .footer .expand b {
        display: none; }
      .fsTwitter .tweets li .footer .expand:hover {
        color: #00205c; }
      .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: #002269; }
          .fsTwitter .tweets li .footer .tweet-actions li a b {
            display: none; }
          .fsTwitter .tweets li .footer .tweet-actions li a:hover {
            color: #00205c; }
          .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--*/
.fsTabs {
  padding: 0;
  background: none;
  border: 0; }
  .fsTabs .ui-widget {
    font-family: inherit;
    font-size: inherit; }
  .fsTabs .ui-widget-content {
    border-width: 0;
    background: transparent;
    color: inherit;
    font-size: 18px;
    line-height: 1.33333; }
    .fsTabs .ui-widget-content a {
      color: #3b8ede;
      text-decoration: inherit; }
  .fsTabs .ui-tabs-nav {
    margin-bottom: 1.25em;
    padding: 0;
    background: none;
    border: 0; }
    .fsTabs .ui-tabs-nav li {
      margin: 0 !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit;
      border-left: 1px solid #acc9e8; }
      .fsTabs .ui-tabs-nav li:first-child {
        border-left: none; }
        .fsTabs .ui-tabs-nav li:first-child a {
          padding-left: 0; }
      .fsTabs .ui-tabs-nav li a {
        padding: 9px 20px 7px;
        font-size: 18px;
        line-height: 1.22222;
        color: #98999b; }
        .fsTabs .ui-tabs-nav li a:hover {
          color: #3b8ede !important; }
        .ui-tabs .ui-state-active a {
          color: #002269 !important; }
      .fsTabs .ui-tabs-nav li span {
        text-indent: 0; }

.ui-tabs-panel {
  padding: 0 !important; }

body:not(.fsComposeMode) .thermometer {
  position: relative;
  margin: 30px 0; }
  body:not(.fsComposeMode) .thermometer .track {
    height: 280px;
    width: 80px;
    border: 0;
    position: relative;
    top: 30px;
    margin: 0 auto;
    background: #3b8ede;
    border-radius: 50px; }
  body:not(.fsComposeMode) .thermometer .amount, body:not(.fsComposeMode) .thermometer .amountCash {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    min-width: 100px;
    text-align: center; }
  body:not(.fsComposeMode) .thermometer .goal {
    position: absolute;
    top: -30px;
    width: 100%; }
    body:not(.fsComposeMode) .thermometer .goal .amount, body:not(.fsComposeMode) .thermometer .goal .amountCash {
      color: #00205c; }
  body:not(.fsComposeMode) .thermometer .progress {
    height: 0%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00205c;
    border-radius: 0 0 50px 50px; }
    body:not(.fsComposeMode) .thermometer .progress .amount, body:not(.fsComposeMode) .thermometer .progress .amountCash {
      color: #fff; }

.fsDialog #fsElementPopupDialog > article .fsDate {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 700;
  color: #3b8ede;
  margin-bottom: 10px;
  display: block; }

.fsDialog #fsElementPopupDialog > article .fsTitle {
  font-size: 16px;
  line-height: 1.25;
  color: #474747;
  margin: 0; }
  .fsDialog #fsElementPopupDialog > article .fsTitlea:hover {
    color: #3b8ede; }

body[class*='fsSection'] header#fsHeader {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 980px) {
    body[class*='fsSection'] header#fsHeader {
      background-position: center 20%; } }
  body[class*='fsSection'] header#fsHeader .masthead {
    position: relative;
    z-index: 0;
    padding-top: 56.25%; }
    @media (min-width: 700px) {
      body[class*='fsSection'] header#fsHeader .masthead {
        padding-top: 40%; } }
    @media (min-width: 980px) {
      body[class*='fsSection'] header#fsHeader .masthead {
        padding-top: 280px; } }
    @media (min-width: 1220px) {
      body[class*='fsSection'] header#fsHeader .masthead {
        padding-top: 21.166667%; } }
    body[class*='fsSection'] header#fsHeader .masthead img {
      display: none; }
    body[class*='fsSection'] header#fsHeader .masthead.empty {
      padding-top: 70px; }
    body[class*='fsSection'] header#fsHeader .masthead .fsElementContent {
      display: none; }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  margin: auto;
  max-width: none; }

.home #fsPageContent > .fsLayout > .fsDiv {
  margin-bottom: 0; }

.fsComposeMode.home .advantage,
.fsComposeMode.home .campus,
.fsComposeMode.home .events,
.fsComposeMode.home .infographics,
.fsComposeMode.home .masthead,
.fsComposeMode.home .news,
.fsComposeMode.home .schools,
.fsComposeMode.home .social,
.fsComposeMode.home .spotlight {
  background-color: #474747;
  padding: 30px; }

.home.support .fsDiv > .masthead {
  height: 80vh; }

.home .fsDiv > .masthead {
  height: 100vh;
  position: relative; }
  .home.fsComposeMode .fsDiv > .masthead {
    height: auto; }
  .home .fsDiv > .masthead > header {
    text-align: center; }
    .home .fsDiv > .masthead > header .fsElementTitle {
      display: none; }
  .home .fsDiv > .masthead .fsElementContent {
    margin: 0; }
  .home .fsDiv > .masthead .carousel {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1; }
    .scrolled-to-vh .home .fsDiv > .masthead .carousel {
      z-index: -2; }
    .fsComposeMode.home .masthead .carousel {
      width: auto;
      top: auto;
      left: auto;
      position: relative;
      z-index: auto; }
    .home .fsDiv > .masthead .carousel .image {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 100vh; }
  .home .fsDiv > .masthead > footer {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
    .home .fsDiv > .masthead > footer .pagination {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem; }
      .home .fsDiv > .masthead > footer .pagination ul,
      .home .fsDiv > .masthead > footer .pagination ol {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none; }
      .home .fsDiv > .masthead > footer .pagination a {
        display: block; }
      .home .fsDiv > .masthead > footer .pagination ul {
        text-align: center;
        margin: 0 0 12px; }
      .home .fsDiv > .masthead > footer .pagination li {
        margin-right: 7.5px;
        margin-left: 7.5px;
        display: inline-block;
        vertical-align: top; }
      .home .fsDiv > .masthead > footer .pagination button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #fff;
        text-indent: -999em; }
      .home .fsDiv > .masthead > footer .pagination .slick-active button {
        background-color: #3b8ede; }
    .home .fsDiv > .masthead > footer .fsElementFooterContent {
      transition: all 1s;
      font-size: 40px;
      font-weight: 900;
      line-height: 0.666;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
      color: #fff;
      text-align: center;
      margin-bottom: 10px;
      line-height: 1.25; }
      .home .fsDiv > .masthead > footer .fsElementFooterContent > .uppercase {
        font-size: 25px;
        font-weight: 400;
        line-height: 1.0656; }
      .home .fsDiv > .masthead > footer .fsElementFooterContent div > .uppercase {
        font-size: 25px;
        font-weight: 400;
        line-height: 1.0656; }
      .home .fsDiv > .masthead > footer .fsElementFooterContent p {
        margin: 0; }
        .home .fsDiv > .masthead > footer .fsElementFooterContent p > .uppercase, .home .fsDiv > .masthead > footer .fsElementFooterContent p .fs_style_17 {
          font-size: 25px;
          font-weight: 400;
          line-height: 1; }
      @media (min-width: 500px) {
        .home .fsDiv > .masthead > footer .fsElementFooterContent {
          line-height: 1; }
          .home .fsDiv > .masthead > footer .fsElementFooterContent > .uppercase {
            line-height: 1.6; }
          .home .fsDiv > .masthead > footer .fsElementFooterContent div > .uppercase {
            line-height: 1.6; }
          .home .fsDiv > .masthead > footer .fsElementFooterContent p {
            margin: 0; }
            .home .fsDiv > .masthead > footer .fsElementFooterContent p > .uppercase, .home .fsDiv > .masthead > footer .fsElementFooterContent p .fs_style_17 {
              line-height: 1.6; } }
      @media (min-width: 700px) {
        .home .fsDiv > .masthead > footer .fsElementFooterContent {
          transition: all 1s;
          font-size: 50px;
          font-weight: 900;
          line-height: 0.666; }
          .home .fsDiv > .masthead > footer .fsElementFooterContent > .uppercase {
            font-size: 25px;
            font-weight: 400;
            line-height: 1.332; }
          .home .fsDiv > .masthead > footer .fsElementFooterContent div > .uppercase {
            font-size: 25px;
            font-weight: 400;
            line-height: 1.332; }
          .home .fsDiv > .masthead > footer .fsElementFooterContent p {
            margin: 0; }
            .home .fsDiv > .masthead > footer .fsElementFooterContent p > .uppercase, .home .fsDiv > .masthead > footer .fsElementFooterContent p .fs_style_17 {
              font-size: 25px;
              font-weight: 400;
              line-height: 1; } }
  @media (min-width: 700px) and (min-width: 500px) {
    .home .fsDiv > .masthead > footer .fsElementFooterContent {
      line-height: 1; }
      .home .fsDiv > .masthead > footer .fsElementFooterContent > .uppercase {
        line-height: 2; }
      .home .fsDiv > .masthead > footer .fsElementFooterContent div > .uppercase {
        line-height: 2; }
      .home .fsDiv > .masthead > footer .fsElementFooterContent p {
        margin: 0; }
        .home .fsDiv > .masthead > footer .fsElementFooterContent p > .uppercase, .home .fsDiv > .masthead > footer .fsElementFooterContent p .fs_style_17 {
          line-height: 2; } }
      @media (min-width: 700px) {
          .home .fsDiv > .masthead > footer .fsElementFooterContent br {
            display: none; }
            .home .fsDiv > .masthead > footer .fsElementFooterContent br:nth-of-type(2) {
              display: inherit; } }
      @media (min-width: 1180px) {
        .home .fsDiv > .masthead > footer .fsElementFooterContent br {
          display: none; }
          .home .fsDiv > .masthead > footer .fsElementFooterContent br:nth-of-type(2) {
            display: none; } }
    .home .fsDiv > .masthead > footer .button-section {
      display: none; }
      @media (min-width: 700px) {
        .home .fsDiv > .masthead > footer .button-section {
          display: inline-block; } }

.fsComposeMode .masthead .inner.slick-initialized {
  display: none; }

.home section.spotlight,
.portable-spotlight section.spotlight {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 60px;
  background: #002269;
  color: #fff; }
  .home section.spotlight > header,
  .portable-spotlight section.spotlight > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center; }
    .home section.spotlight > header .fsElementTitle,
    .portable-spotlight section.spotlight > header .fsElementTitle {
      display: none; }
    .home section.spotlight > header .fsElementHeaderContent,
    .portable-spotlight section.spotlight > header .fsElementHeaderContent {
      transition: all 1s;
      font-size: 54px;
      font-weight: 900;
      line-height: 0.666;
      margin-bottom: 30px; }
      .home section.spotlight > header .fsElementHeaderContent > .uppercase,
      .portable-spotlight section.spotlight > header .fsElementHeaderContent > .uppercase {
        font-size: 27px;
        font-weight: 400;
        line-height: 1.332; }
      .home section.spotlight > header .fsElementHeaderContent div > .uppercase,
      .portable-spotlight section.spotlight > header .fsElementHeaderContent div > .uppercase {
        font-size: 27px;
        font-weight: 400;
        line-height: 1.332; }
      .home section.spotlight > header .fsElementHeaderContent p,
      .portable-spotlight section.spotlight > header .fsElementHeaderContent p {
        margin: 0; }
        .home section.spotlight > header .fsElementHeaderContent p > .uppercase, .home section.spotlight > header .fsElementHeaderContent p .fs_style_17,
        .portable-spotlight section.spotlight > header .fsElementHeaderContent p > .uppercase,
        .portable-spotlight section.spotlight > header .fsElementHeaderContent p .fs_style_17 {
          font-size: 27px;
          font-weight: 400;
          line-height: 1; }
      @media (min-width: 500px) {
        .home section.spotlight > header .fsElementHeaderContent,
        .portable-spotlight section.spotlight > header .fsElementHeaderContent {
          line-height: 1; }
          .home section.spotlight > header .fsElementHeaderContent > .uppercase,
          .portable-spotlight section.spotlight > header .fsElementHeaderContent > .uppercase {
            line-height: 2; }
          .home section.spotlight > header .fsElementHeaderContent div > .uppercase,
          .portable-spotlight section.spotlight > header .fsElementHeaderContent div > .uppercase {
            line-height: 2; }
          .home section.spotlight > header .fsElementHeaderContent p,
          .portable-spotlight section.spotlight > header .fsElementHeaderContent p {
            margin: 0; }
            .home section.spotlight > header .fsElementHeaderContent p > .uppercase, .home section.spotlight > header .fsElementHeaderContent p .fs_style_17,
            .portable-spotlight section.spotlight > header .fsElementHeaderContent p > .uppercase,
            .portable-spotlight section.spotlight > header .fsElementHeaderContent p .fs_style_17 {
              line-height: 2; } }
      @media (min-width: 500px) {
        .home section.spotlight > header .fsElementHeaderContent,
        .portable-spotlight section.spotlight > header .fsElementHeaderContent {
          transition: all 1s;
          font-size: 60px;
          font-weight: 900;
          line-height: 0.666; }
          .home section.spotlight > header .fsElementHeaderContent > .uppercase,
          .portable-spotlight section.spotlight > header .fsElementHeaderContent > .uppercase {
            font-size: 30px;
            font-weight: 400;
            line-height: 1.332; }
          .home section.spotlight > header .fsElementHeaderContent div > .uppercase,
          .portable-spotlight section.spotlight > header .fsElementHeaderContent div > .uppercase {
            font-size: 30px;
            font-weight: 400;
            line-height: 1.332; }
          .home section.spotlight > header .fsElementHeaderContent p,
          .portable-spotlight section.spotlight > header .fsElementHeaderContent p {
            margin: 0; }
            .home section.spotlight > header .fsElementHeaderContent p > .uppercase, .home section.spotlight > header .fsElementHeaderContent p .fs_style_17,
            .portable-spotlight section.spotlight > header .fsElementHeaderContent p > .uppercase,
            .portable-spotlight section.spotlight > header .fsElementHeaderContent p .fs_style_17 {
              font-size: 30px;
              font-weight: 400;
              line-height: 1; } }
  @media (min-width: 500px) and (min-width: 500px) {
    .home section.spotlight > header .fsElementHeaderContent,
    .portable-spotlight section.spotlight > header .fsElementHeaderContent {
      line-height: 1; }
      .home section.spotlight > header .fsElementHeaderContent > .uppercase,
      .portable-spotlight section.spotlight > header .fsElementHeaderContent > .uppercase {
        line-height: 2; }
      .home section.spotlight > header .fsElementHeaderContent div > .uppercase,
      .portable-spotlight section.spotlight > header .fsElementHeaderContent div > .uppercase {
        line-height: 2; }
      .home section.spotlight > header .fsElementHeaderContent p,
      .portable-spotlight section.spotlight > header .fsElementHeaderContent p {
        margin: 0; }
        .home section.spotlight > header .fsElementHeaderContent p > .uppercase, .home section.spotlight > header .fsElementHeaderContent p .fs_style_17,
        .portable-spotlight section.spotlight > header .fsElementHeaderContent p > .uppercase,
        .portable-spotlight section.spotlight > header .fsElementHeaderContent p .fs_style_17 {
          line-height: 2; } }
  .home section.spotlight > .fsElementContent,
  .portable-spotlight section.spotlight > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 700px) {
      .home section.spotlight > .fsElementContent br,
      .portable-spotlight section.spotlight > .fsElementContent br {
        display: none; } }
  @media (min-width: 980px) {
    .home section.spotlight.two-up > .fsElementContent,
    .portable-spotlight section.spotlight.two-up > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 50em;
      max-width: 50rem; } }
  .home section.spotlight .carousel,
  .portable-spotlight section.spotlight .carousel {
    margin-right: 20px;
    margin-left: 20px;
    position: relative; }
    @media (min-width: 700px) {
      .home section.spotlight .carousel,
      .portable-spotlight section.spotlight .carousel {
        margin-right: 40px;
        margin-left: 40px; } }
    @media (min-width: 980px) {
      .home section.spotlight .carousel,
      .portable-spotlight section.spotlight .carousel {
        margin-right: 20px;
        margin-left: 20px; } }
    @media (min-width: 1220px) {
      .home section.spotlight .carousel,
      .portable-spotlight section.spotlight .carousel {
        margin-right: 0;
        margin-left: 0; } }
    .home section.spotlight .carousel > .fsListItems,
    .home section.spotlight .carousel > .inner,
    .portable-spotlight section.spotlight .carousel > .fsListItems,
    .portable-spotlight section.spotlight .carousel > .inner {
      margin-right: -10px;
      margin-left: -10px; }
    .home section.spotlight .carousel .slick-next,
    .home section.spotlight .carousel .slick-prev,
    .portable-spotlight section.spotlight .carousel .slick-next,
    .portable-spotlight section.spotlight .carousel .slick-prev {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      transition: all 1s;
      color: #8bb8ea;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      /*,
      &:focus*/ }
      .home section.spotlight .carousel .slick-next:hover,
      .home section.spotlight .carousel .slick-prev:hover,
      .portable-spotlight section.spotlight .carousel .slick-next:hover,
      .portable-spotlight section.spotlight .carousel .slick-prev:hover {
        color: #fff; }
      .home section.spotlight .carousel .slick-next:after,
      .home section.spotlight .carousel .slick-prev:after,
      .portable-spotlight section.spotlight .carousel .slick-next:after,
      .portable-spotlight section.spotlight .carousel .slick-prev:after {
        content: "";
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
        text-align: center;
        font-size: 40px;
        line-height: 1; }
        @media (min-width: 700px) {
          .home section.spotlight .carousel .slick-next:after,
          .home section.spotlight .carousel .slick-prev:after,
          .portable-spotlight section.spotlight .carousel .slick-next:after,
          .portable-spotlight section.spotlight .carousel .slick-prev:after {
            font-size: 50px; } }
        @media (min-width: 980px) {
          .home section.spotlight .carousel .slick-next:after,
          .home section.spotlight .carousel .slick-prev:after,
          .portable-spotlight section.spotlight .carousel .slick-next:after,
          .portable-spotlight section.spotlight .carousel .slick-prev:after {
            font-size: 60px; } }
      .home section.spotlight .carousel .slick-next > span,
      .home section.spotlight .carousel .slick-prev > span,
      .portable-spotlight section.spotlight .carousel .slick-next > span,
      .portable-spotlight section.spotlight .carousel .slick-prev > span {
        display: none; }
    .home section.spotlight .carousel .slick-prev,
    .portable-spotlight section.spotlight .carousel .slick-prev {
      left: -40px; }
      .home section.spotlight .carousel .slick-prev:after,
      .portable-spotlight section.spotlight .carousel .slick-prev:after {
        content: ""; }
      @media (min-width: 700px) {
        .home section.spotlight .carousel .slick-prev,
        .portable-spotlight section.spotlight .carousel .slick-prev {
          left: -50px; } }
      @media (min-width: 980px) {
        .home section.spotlight .carousel .slick-prev,
        .portable-spotlight section.spotlight .carousel .slick-prev {
          left: -40px; } }
    .home section.spotlight .carousel .slick-next,
    .portable-spotlight section.spotlight .carousel .slick-next {
      right: -40px; }
      .home section.spotlight .carousel .slick-next:after,
      .portable-spotlight section.spotlight .carousel .slick-next:after {
        content: ""; }
      @media (min-width: 700px) {
        .home section.spotlight .carousel .slick-next,
        .portable-spotlight section.spotlight .carousel .slick-next {
          right: -50px; } }
      @media (min-width: 980px) {
        .home section.spotlight .carousel .slick-next,
        .portable-spotlight section.spotlight .carousel .slick-next {
          right: -40px; } }
    .home section.spotlight .carousel .slick-prev,
    .portable-spotlight section.spotlight .carousel .slick-prev {
      left: -30px; }
      @media (min-width: 700px) {
        .home section.spotlight .carousel .slick-prev,
        .portable-spotlight section.spotlight .carousel .slick-prev {
          left: -40px; } }
      @media (min-width: 980px) {
        .home section.spotlight .carousel .slick-prev,
        .portable-spotlight section.spotlight .carousel .slick-prev {
          left: -30px; } }
    .home section.spotlight .carousel .slick-next,
    .portable-spotlight section.spotlight .carousel .slick-next {
      right: -30px; }
      @media (min-width: 700px) {
        .home section.spotlight .carousel .slick-next,
        .portable-spotlight section.spotlight .carousel .slick-next {
          right: -40px; } }
      @media (min-width: 980px) {
        .home section.spotlight .carousel .slick-next,
        .portable-spotlight section.spotlight .carousel .slick-next {
          right: -30px; } }
    .home section.spotlight .carousel .slide,
    .portable-spotlight section.spotlight .carousel .slide {
      color: #002269;
      text-align: center; }
      .home section.spotlight .carousel .slide > .inner,
      .portable-spotlight section.spotlight .carousel .slide > .inner {
        transition: all 1s;
        margin-right: 10px;
        margin-left: 10px;
        position: relative; }
        .home section.spotlight .carousel .slide > .inner > .hover,
        .portable-spotlight section.spotlight .carousel .slide > .inner > .hover {
          background-color: #8bb8ea;
          padding: 16px 10px 14px; }
          @media (min-width: 700px) {
            .home section.spotlight .carousel .slide > .inner > .hover,
            .portable-spotlight section.spotlight .carousel .slide > .inner > .hover {
              background-color: #8bb8ea;
              background-color: rgba(139, 184, 234, 0.9);
              position: absolute;
              top: auto;
              right: 0;
              bottom: 0;
              left: 0; } }
          .home section.spotlight .carousel .slide > .inner > .hover > .inner,
          .portable-spotlight section.spotlight .carousel .slide > .inner > .hover > .inner {
            padding-right: 10px;
            padding-left: 10px;
            position: relative; }
          .home section.spotlight .carousel .slide > .inner > .hover h5,
          .portable-spotlight section.spotlight .carousel .slide > .inner > .hover h5 {
            line-height: 1.25;
            margin-bottom: 0; }
          .home section.spotlight .carousel .slide > .inner > .hover .content,
          .portable-spotlight section.spotlight .carousel .slide > .inner > .hover .content {
            transition: opacity 1s;
            overflow: hidden;
            max-height: 0;
            opacity: 0; }
          .home section.spotlight .carousel .slide > .inner > .hover a,
          .portable-spotlight section.spotlight .carousel .slide > .inner > .hover a {
            display: inline-block;
            color: #fff;
            font-weight: 700; }
            .home section.spotlight .carousel .slide > .inner > .hover a:hover,
            .portable-spotlight section.spotlight .carousel .slide > .inner > .hover a:hover {
              color: #3b8ede; }
            .home section.spotlight .carousel .slide > .inner > .hover a:after,
            .portable-spotlight section.spotlight .carousel .slide > .inner > .hover a:after {
              content: ' \00BB'; }
        @media (min-width: 700px) {
          .home section.spotlight .carousel .slide > .inner.active > .hover,
          .portable-spotlight section.spotlight .carousel .slide > .inner.active > .hover {
            top: 0; }
            .home section.spotlight .carousel .slide > .inner.active > .hover > .inner,
            .portable-spotlight section.spotlight .carousel .slide > .inner.active > .hover > .inner {
              position: absolute;
              top: 50%;
              left: 0;
              right: 0;
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
            .home section.spotlight .carousel .slide > .inner.active > .hover .content,
            .portable-spotlight section.spotlight .carousel .slide > .inner.active > .hover .content {
              max-height: none;
              opacity: 1; } }

.home section.events {
  padding-right: 20px;
  padding-left: 20px;
  background: #002269;
  padding-top: 70px;
  position: relative;
  color: #fff; }
  .home section.events:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    padding-top: 3.57143%;
    background: url("../images/vector-triangle.svg") no-repeat 50% 0 transparent;
    -ms-transform: translate(-50%, -1px);
    transform: translate(-50%, -1px); }
  .home section.events > header .fsElementTitle {
    display: none; }
  .home section.events > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding-bottom: 20px; }
  .home section.events > footer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding-bottom: 50px; }
  .home section.events footer {
    text-align: center; }
    .home section.events footer a {
      display: inline-block;
      color: #8bb8ea;
      font-size: 15px;
      line-height: 1.13333;
      font-weight: 700;
      text-transform: capitalize; }
      .home section.events footer a:hover {
        color: #3b8ede; }
      .home section.events footer a:after {
        content: "";
        display: inline-block;
        margin-left: 0.333em;
        vertical-align: -5%; }
  .home section.events .ui-tabs-nav {
    text-align: center;
    margin-bottom: 80px; }
    .home section.events .ui-tabs-nav .fsTabsNavItem {
      display: block;
      float: none;
      border: none;
      position: relative; }
      @media (min-width: 700px) {
        .home section.events .ui-tabs-nav .fsTabsNavItem {
          display: inline-block; } }
      .home section.events .ui-tabs-nav .fsTabsNavItem:first-child:after {
        transition: all 1s;
        background-color: #98999b;
        background-color: rgba(152, 153, 155, 0.5);
        content: '';
        width: 100px;
        height: 2px;
        position: absolute;
        bottom: -1px;
        left: 50%;
        margin-left: -50px; }
        @media (min-width: 700px) {
          .home section.events .ui-tabs-nav .fsTabsNavItem:first-child:after {
            width: 2px;
            height: 70px;
            top: 50%;
            right: -0.125em;
            bottom: auto;
            left: auto;
            -ms-transform: skewX(-15deg) translateY(-50%);
            transform: skewX(-15deg) translateY(-50%);
            -ms-transform-origin: 0 0;
            transform-origin: 0 0; } }
      .home section.events .ui-tabs-nav .fsTabsNavItem a {
        font-size: 27px;
        line-height: 1.85185;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #8bb8ea;
        color: #8bb8ea;
        color: rgba(139, 184, 234, 0.3);
        display: block;
        float: none;
        border: none;
        padding: 0; }
        @media (min-width: 700px) {
          .home section.events .ui-tabs-nav .fsTabsNavItem a {
            padding-right: 20px;
            padding-left: 20px;
            margin-right: 20px;
            margin-left: 20px; } }
      .home section.events .ui-tabs-nav .fsTabsNavItem.ui-state-active a {
        color: #8bb8ea !important; }
  .home section.events .events .fsAthleticsEvent > header,
  .home section.events .events .fsCalendar > header {
    display: none; }
  .home section.events .events .fsElementContent {
    margin-right: 20px;
    margin-left: 20px;
    position: relative; }
    @media (min-width: 700px) {
      .home section.events .events .fsElementContent {
        margin-right: 40px;
        margin-left: 40px; } }
    @media (min-width: 980px) {
      .home section.events .events .fsElementContent {
        margin-right: 20px;
        margin-left: 20px; } }
    @media (min-width: 1220px) {
      .home section.events .events .fsElementContent {
        margin-right: 0;
        margin-left: 0; } }
    .home section.events .events .fsElementContent > .fsListItems,
    .home section.events .events .fsElementContent > .inner {
      margin-right: 0;
      margin-left: 0; }
    .home section.events .events .fsElementContent .slick-next,
    .home section.events .events .fsElementContent .slick-prev {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      transition: all 1s;
      color: #8bb8ea;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      /*,
      &:focus*/ }
      .home section.events .events .fsElementContent .slick-next:hover,
      .home section.events .events .fsElementContent .slick-prev:hover {
        color: #fff; }
      .home section.events .events .fsElementContent .slick-next:after,
      .home section.events .events .fsElementContent .slick-prev:after {
        content: "";
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
        text-align: center;
        font-size: 40px;
        line-height: 1; }
        @media (min-width: 700px) {
          .home section.events .events .fsElementContent .slick-next:after,
          .home section.events .events .fsElementContent .slick-prev:after {
            font-size: 50px; } }
        @media (min-width: 980px) {
          .home section.events .events .fsElementContent .slick-next:after,
          .home section.events .events .fsElementContent .slick-prev:after {
            font-size: 60px; } }
      .home section.events .events .fsElementContent .slick-next > span,
      .home section.events .events .fsElementContent .slick-prev > span {
        display: none; }
    .home section.events .events .fsElementContent .slick-prev {
      left: -40px; }
      .home section.events .events .fsElementContent .slick-prev:after {
        content: ""; }
      @media (min-width: 700px) {
        .home section.events .events .fsElementContent .slick-prev {
          left: -50px; } }
      @media (min-width: 980px) {
        .home section.events .events .fsElementContent .slick-prev {
          left: -40px; } }
    .home section.events .events .fsElementContent .slick-next {
      right: -40px; }
      .home section.events .events .fsElementContent .slick-next:after {
        content: ""; }
      @media (min-width: 700px) {
        .home section.events .events .fsElementContent .slick-next {
          right: -50px; } }
      @media (min-width: 980px) {
        .home section.events .events .fsElementContent .slick-next {
          right: -40px; } }
  .home section.events .events .fsListItems article {
    border: none;
    padding-left: 100px;
    min-height: 80px;
    position: relative;
    margin: 0; }
    @media (min-width: 700px) {
      .home section.events .events .fsListItems article {
        padding-right: 10px;
        padding-left: 110px; } }
    .home section.events .events .fsListItems article .fsDate {
      padding-top: 18px;
      padding-bottom: 18px;
      display: block;
      background-color: #3b8ede;
      width: 80px;
      height: 80px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 700px) {
        .home section.events .events .fsListItems article .fsDate {
          left: 10px; } }
      .home section.events .events .fsListItems article .fsDate .fsDay,
      .home section.events .events .fsListItems article .fsDate .fsMonth {
        display: block;
        width: auto;
        color: #fff; }
      .home section.events .events .fsListItems article .fsDate .fsMonth {
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase; }
      .home section.events .events .fsListItems article .fsDate .fsDay {
        font-size: 34px;
        line-height: 0.88235;
        font-weight: 700; }
    .home section.events .events .fsListItems article .fsAthleticsAdvantage,
    .home section.events .events .fsListItems article .fsAthleticsOpponents,
    .home section.events .events .fsListItems article .fsAthleticsOpponents .fsAthleticsOpponentNames,
    .home section.events .events .fsListItems article .fsTitle {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700;
      margin: 0; }
      .home section.events .events .fsListItems article .fsAthleticsAdvantage,
      .home section.events .events .fsListItems article .fsAthleticsAdvantage a,
      .home section.events .events .fsListItems article .fsAthleticsOpponents,
      .home section.events .events .fsListItems article .fsAthleticsOpponents a,
      .home section.events .events .fsListItems article .fsAthleticsOpponents .fsAthleticsOpponentNames,
      .home section.events .events .fsListItems article .fsAthleticsOpponents .fsAthleticsOpponentNames a,
      .home section.events .events .fsListItems article .fsTitle,
      .home section.events .events .fsListItems article .fsTitle a {
        color: #8bb8ea; }
      .home section.events .events .fsListItems article .fsAthleticsAdvantage a:hover,
      .home section.events .events .fsListItems article .fsAthleticsOpponents a:hover,
      .home section.events .events .fsListItems article .fsAthleticsOpponents .fsAthleticsOpponentNames a:hover,
      .home section.events .events .fsListItems article .fsTitle a:hover {
        color: #3b8ede; }
    .home section.events .events .fsListItems article .fsTitle {
      max-height: 72px; }
    .home section.events .events .fsListItems article .fsAthleticsAdvantage {
      display: block; }
      .home section.events .events .fsListItems article .fsAthleticsAdvantage:before {
        content: '('; }
      .home section.events .events .fsListItems article .fsAthleticsAdvantage:after {
        content: ')'; }

.home .video .fsElementContent {
  margin: 0;
  width: auto;
  top: 0;
  left: 50%;
  position: fixed;
  z-index: -2;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .scrolled-to-vh .home .video .fsElementContent {
    z-index: -1; }
  .home .video .fsElementContent video {
    max-width: none;
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100vh; }
  .fsComposeMode.home .video .fsElementContent {
    width: auto;
    top: auto;
    left: auto;
    position: relative;
    z-index: auto; }

.home section.campus {
  background: none;
  background-color: rgba(0, 0, 0, 0.333);
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 90px;
  padding-bottom: 60px; }
  .home section.campus > header {
    text-align: center; }
    .home section.campus > header .fsElementTitle {
      display: none; }
    .home section.campus > header .fsElementHeaderContent {
      transition: all 1s;
      font-size: 60px;
      font-weight: 900;
      line-height: 0.666;
      margin-bottom: 30px; }
      .home section.campus > header .fsElementHeaderContent > .uppercase {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.332; }
      .home section.campus > header .fsElementHeaderContent div > .uppercase {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.332; }
      .home section.campus > header .fsElementHeaderContent p {
        margin: 0; }
        .home section.campus > header .fsElementHeaderContent p > .uppercase, .home section.campus > header .fsElementHeaderContent p .fs_style_17 {
          font-size: 30px;
          font-weight: 400;
          line-height: 1; }
      @media (min-width: 500px) {
        .home section.campus > header .fsElementHeaderContent {
          line-height: 1; }
          .home section.campus > header .fsElementHeaderContent > .uppercase {
            line-height: 2; }
          .home section.campus > header .fsElementHeaderContent div > .uppercase {
            line-height: 2; }
          .home section.campus > header .fsElementHeaderContent p {
            margin: 0; }
            .home section.campus > header .fsElementHeaderContent p > .uppercase, .home section.campus > header .fsElementHeaderContent p .fs_style_17 {
              line-height: 2; } }
  .home section.campus > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center; }

.home section.news {
  padding-right: 20px;
  padding-left: 20px;
  background: #002269;
  padding-top: 60px;
  position: relative;
  color: #fff; }
  .home section.news > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    .home section.news > header .fsElementTitle {
      font-size: 27px;
      line-height: 1.85185;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      color: #8bb8ea; }
  .home section.news > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding-bottom: 20px; }
    .home section.news > .fsElementContent > .inner {
      margin-right: 20px;
      margin-left: 20px;
      position: relative; }
      @media (min-width: 700px) {
        .home section.news > .fsElementContent > .inner {
          margin-right: 40px;
          margin-left: 40px; } }
      @media (min-width: 980px) {
        .home section.news > .fsElementContent > .inner {
          margin-right: 20px;
          margin-left: 20px; } }
      @media (min-width: 1220px) {
        .home section.news > .fsElementContent > .inner {
          margin-right: 0;
          margin-left: 0; } }
      .home section.news > .fsElementContent > .inner > .fsListItems,
      .home section.news > .fsElementContent > .inner > .inner {
        margin-right: 0;
        margin-left: 0; }
      .home section.news > .fsElementContent > .inner .slick-next,
      .home section.news > .fsElementContent > .inner .slick-prev {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        transition: all 1s;
        color: #8bb8ea;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /*,
      &:focus*/ }
        .home section.news > .fsElementContent > .inner .slick-next:hover,
        .home section.news > .fsElementContent > .inner .slick-prev:hover {
          color: #fff; }
        .home section.news > .fsElementContent > .inner .slick-next:after,
        .home section.news > .fsElementContent > .inner .slick-prev:after {
          content: "";
          padding-right: 10px;
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          display: block;
          text-align: center;
          font-size: 40px;
          line-height: 1; }
          @media (min-width: 700px) {
            .home section.news > .fsElementContent > .inner .slick-next:after,
            .home section.news > .fsElementContent > .inner .slick-prev:after {
              font-size: 50px; } }
          @media (min-width: 980px) {
            .home section.news > .fsElementContent > .inner .slick-next:after,
            .home section.news > .fsElementContent > .inner .slick-prev:after {
              font-size: 60px; } }
        .home section.news > .fsElementContent > .inner .slick-next > span,
        .home section.news > .fsElementContent > .inner .slick-prev > span {
          display: none; }
      .home section.news > .fsElementContent > .inner .slick-prev {
        left: -40px; }
        .home section.news > .fsElementContent > .inner .slick-prev:after {
          content: ""; }
        @media (min-width: 700px) {
          .home section.news > .fsElementContent > .inner .slick-prev {
            left: -50px; } }
        @media (min-width: 980px) {
          .home section.news > .fsElementContent > .inner .slick-prev {
            left: -40px; } }
      .home section.news > .fsElementContent > .inner .slick-next {
        right: -40px; }
        .home section.news > .fsElementContent > .inner .slick-next:after {
          content: ""; }
        @media (min-width: 700px) {
          .home section.news > .fsElementContent > .inner .slick-next {
            right: -50px; } }
        @media (min-width: 980px) {
          .home section.news > .fsElementContent > .inner .slick-next {
            right: -40px; } }
    .home section.news > .fsElementContent .fsListItems article {
      border: none;
      margin: 0;
      padding: 0 10px; }
      .home section.news > .fsElementContent .fsListItems article .fsTitle {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin: 0; }
        .home section.news > .fsElementContent .fsListItems article .fsTitle,
        .home section.news > .fsElementContent .fsListItems article .fsTitle a {
          color: #fff; }
        .home section.news > .fsElementContent .fsListItems article .fsTitle a:hover {
          color: #8bb8ea; }
      .home section.news > .fsElementContent .fsListItems article .fsAuthor,
      .home section.news > .fsElementContent .fsListItems article .fsBody,
      .home section.news > .fsElementContent .fsListItems article .fsDateTime {
        display: none; }
  .home section.news > footer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    padding-bottom: 50px; }
    .home section.news > footer a {
      display: inline-block;
      color: #8bb8ea;
      font-size: 15px;
      line-height: 1.13333;
      font-weight: 700;
      text-transform: capitalize; }
      .home section.news > footer a:hover {
        color: #3b8ede; }
      .home section.news > footer a:after {
        content: "";
        display: inline-block;
        margin-left: 0.333em;
        vertical-align: -5%; }

.home .fsPostElement.fsSlideshow {
  padding-right: 20px;
  padding-left: 20px;
  background: #002269;
  padding-top: 60px;
  position: relative;
  color: #fff; }
  .home .fsPostElement.fsSlideshow .slick-slider,
  .home .fsPostElement.fsSlideshow .slick-list {
    padding: 0;
    margin: 0; }
  .home .fsPostElement.fsSlideshow .slick-arrow::before {
    color: #8bb8ea; }
  .home .fsPostElement.fsSlideshow .slick-arrow:hover, .home .fsPostElement.fsSlideshow .slick-arrow:focus {
    color: #ffffff; }
  .home .fsPostElement.fsSlideshow > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    .home .fsPostElement.fsSlideshow > header .fsElementTitle {
      font-size: 27px;
      line-height: 1.85185;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      color: #8bb8ea; }
  .home .fsPostElement.fsSlideshow > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.75em;
    max-width: 78.75rem;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px; }
    .home .fsPostElement.fsSlideshow > .fsElementContent > .inner {
      margin-right: 20px;
      margin-left: 20px;
      position: relative; }
      @media (min-width: 700px) {
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner {
          margin-right: 40px;
          margin-left: 40px; } }
      @media (min-width: 980px) {
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner {
          margin-right: 20px;
          margin-left: 20px; } }
      @media (min-width: 1220px) {
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner {
          margin-right: 0;
          margin-left: 0; } }
      .home .fsPostElement.fsSlideshow > .fsElementContent > .inner > .fsListItems,
      .home .fsPostElement.fsSlideshow > .fsElementContent > .inner > .inner {
        margin-right: 0;
        margin-left: 0; }
      .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next,
      .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        transition: all 1s;
        color: #8bb8ea;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /*,
      &:focus*/ }
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next:hover,
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev:hover {
          color: #fff; }
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next:after,
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev:after {
          content: "";
          padding-right: 10px;
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          display: block;
          text-align: center;
          font-size: 40px;
          line-height: 1; }
          @media (min-width: 700px) {
            .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next:after,
            .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev:after {
              font-size: 50px; } }
          @media (min-width: 980px) {
            .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next:after,
            .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev:after {
              font-size: 60px; } }
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next > span,
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev > span {
          display: none; }
      .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev {
        left: -40px; }
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev:after {
          content: ""; }
        @media (min-width: 700px) {
          .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev {
            left: -50px; } }
        @media (min-width: 980px) {
          .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-prev {
            left: -40px; } }
      .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next {
        right: -40px; }
        .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next:after {
          content: ""; }
        @media (min-width: 700px) {
          .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next {
            right: -50px; } }
        @media (min-width: 980px) {
          .home .fsPostElement.fsSlideshow > .fsElementContent > .inner .slick-next {
            right: -40px; } }
    .home .fsPostElement.fsSlideshow > .fsElementContent article {
      border: none;
      margin: 0;
      padding: 0 10px; }
      @media (max-width: 500px) {
        .home .fsPostElement.fsSlideshow > .fsElementContent article {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: center;
          align-items: center;
          text-align: left;
          padding: 0; } }
      .home .fsPostElement.fsSlideshow > .fsElementContent article .fsThumbnail {
        line-height: 1;
        max-width: 82px;
        margin-right: 10px; }
        .home .fsPostElement.fsSlideshow > .fsElementContent article .fsThumbnail img {
          line-height: 1;
          display: block;
          max-width: 72px; }
        @media (max-width: 500px) {
          .home .fsPostElement.fsSlideshow > .fsElementContent article .fsThumbnail {
            max-width: 200px;
            margin-right: 0;
            margin-bottom: 0;
            line-height: 1; }
            .home .fsPostElement.fsSlideshow > .fsElementContent article .fsThumbnail img {
              max-width: 200px; } }
      .home .fsPostElement.fsSlideshow > .fsElementContent article .fsTitle {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin: 0; }
        .home .fsPostElement.fsSlideshow > .fsElementContent article .fsTitle,
        .home .fsPostElement.fsSlideshow > .fsElementContent article .fsTitle a {
          color: #fff; }
        .home .fsPostElement.fsSlideshow > .fsElementContent article .fsTitle a:hover {
          color: #8bb8ea; }
      .home .fsPostElement.fsSlideshow > .fsElementContent article .fsAuthor,
      .home .fsPostElement.fsSlideshow > .fsElementContent article .fsBody,
      .home .fsPostElement.fsSlideshow > .fsElementContent article .fsDateTime {
        display: none; }
  .home .fsPostElement.fsSlideshow > footer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    padding-bottom: 50px; }
    .home .fsPostElement.fsSlideshow > footer a {
      display: inline-block;
      color: #8bb8ea;
      font-size: 15px;
      line-height: 1.13333;
      font-weight: 700;
      text-transform: capitalize; }
      .home .fsPostElement.fsSlideshow > footer a:hover {
        color: #3b8ede; }
      .home .fsPostElement.fsSlideshow > footer a:after {
        content: "";
        display: inline-block;
        margin-left: 0.333em;
        vertical-align: -5%; }

.home section.infographics {
  padding-right: 20px;
  padding-left: 20px;
  background: #3b8ede;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  color: #fff; }
  .home section.infographics > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    .home section.infographics > header .fsElementTitle {
      display: none; }
    .home section.infographics > header .fsElementHeaderContent {
      transition: all 1s;
      font-size: 60px;
      font-weight: 900;
      line-height: 0.666;
      margin-bottom: 30px;
      text-align: center; }
      .home section.infographics > header .fsElementHeaderContent > .uppercase {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.332; }
      .home section.infographics > header .fsElementHeaderContent div > .uppercase {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.332; }
      .home section.infographics > header .fsElementHeaderContent p {
        margin: 0; }
        .home section.infographics > header .fsElementHeaderContent p > .uppercase, .home section.infographics > header .fsElementHeaderContent p .fs_style_17 {
          font-size: 30px;
          font-weight: 400;
          line-height: 1; }
      @media (min-width: 500px) {
        .home section.infographics > header .fsElementHeaderContent {
          line-height: 1; }
          .home section.infographics > header .fsElementHeaderContent > .uppercase {
            line-height: 2; }
          .home section.infographics > header .fsElementHeaderContent div > .uppercase {
            line-height: 2; }
          .home section.infographics > header .fsElementHeaderContent p {
            margin: 0; }
            .home section.infographics > header .fsElementHeaderContent p > .uppercase, .home section.infographics > header .fsElementHeaderContent p .fs_style_17 {
              line-height: 2; } }
  .home section.infographics > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    .home section.infographics > .fsElementContent > .carousel {
      margin-right: 20px;
      margin-left: 20px;
      position: relative; }
      @media (min-width: 700px) {
        .home section.infographics > .fsElementContent > .carousel {
          margin-right: 40px;
          margin-left: 40px; } }
      @media (min-width: 980px) {
        .home section.infographics > .fsElementContent > .carousel {
          margin-right: 20px;
          margin-left: 20px; } }
      @media (min-width: 1220px) {
        .home section.infographics > .fsElementContent > .carousel {
          margin-right: 0;
          margin-left: 0; } }
      .home section.infographics > .fsElementContent > .carousel > .fsListItems,
      .home section.infographics > .fsElementContent > .carousel > .inner {
        margin-right: 0;
        margin-left: 0; }
      .home section.infographics > .fsElementContent > .carousel .slick-next,
      .home section.infographics > .fsElementContent > .carousel .slick-prev {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        transition: all 1s;
        color: #8bb8ea;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /*,
      &:focus*/ }
        .home section.infographics > .fsElementContent > .carousel .slick-next:hover,
        .home section.infographics > .fsElementContent > .carousel .slick-prev:hover {
          color: #fff; }
        .home section.infographics > .fsElementContent > .carousel .slick-next:after,
        .home section.infographics > .fsElementContent > .carousel .slick-prev:after {
          content: "";
          padding-right: 10px;
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          display: block;
          text-align: center;
          font-size: 40px;
          line-height: 1; }
          @media (min-width: 700px) {
            .home section.infographics > .fsElementContent > .carousel .slick-next:after,
            .home section.infographics > .fsElementContent > .carousel .slick-prev:after {
              font-size: 50px; } }
          @media (min-width: 980px) {
            .home section.infographics > .fsElementContent > .carousel .slick-next:after,
            .home section.infographics > .fsElementContent > .carousel .slick-prev:after {
              font-size: 60px; } }
        .home section.infographics > .fsElementContent > .carousel .slick-next > span,
        .home section.infographics > .fsElementContent > .carousel .slick-prev > span {
          display: none; }
      .home section.infographics > .fsElementContent > .carousel .slick-prev {
        left: -40px; }
        .home section.infographics > .fsElementContent > .carousel .slick-prev:after {
          content: ""; }
        @media (min-width: 700px) {
          .home section.infographics > .fsElementContent > .carousel .slick-prev {
            left: -50px; } }
        @media (min-width: 980px) {
          .home section.infographics > .fsElementContent > .carousel .slick-prev {
            left: -40px; } }
      .home section.infographics > .fsElementContent > .carousel .slick-next {
        right: -40px; }
        .home section.infographics > .fsElementContent > .carousel .slick-next:after {
          content: ""; }
        @media (min-width: 700px) {
          .home section.infographics > .fsElementContent > .carousel .slick-next {
            right: -50px; } }
        @media (min-width: 980px) {
          .home section.infographics > .fsElementContent > .carousel .slick-next {
            right: -40px; } }
      .home section.infographics > .fsElementContent > .carousel .slick-next,
      .home section.infographics > .fsElementContent > .carousel .slick-prev {
        color: #002269; }
    .home section.infographics > .fsElementContent .infographic {
      text-align: center;
      color: #fff; }
      .home section.infographics > .fsElementContent .infographic > .fsElementContent {
        margin-right: 10px;
        margin-left: 10px; }
      .home section.infographics > .fsElementContent .infographic img {
        display: inline-block;
        width: auto;
        height: 90px;
        margin-bottom: 30px;
        vertical-align: top; }
      .home section.infographics > .fsElementContent .infographic h3 {
        color: #fff;
        font-size: 40px;
        line-height: 0.9;
        font-weight: 900;
        margin-bottom: 6px; }
      .home section.infographics > .fsElementContent .infographic p {
        font-size: 18px;
        line-height: 1.33333;
        margin: 0; }

.home section.schools {
  padding-right: 20px;
  padding-left: 20px;
  background: #002269;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  color: #fff; }
  .home section.schools > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    .home section.schools > header .fsElementTitle {
      display: none; }
    .home section.schools > header .fsElementHeaderContent {
      transition: all 1s;
      font-size: 60px;
      font-weight: 900;
      line-height: 0.666;
      margin-bottom: 30px;
      text-align: center; }
      .home section.schools > header .fsElementHeaderContent > .uppercase {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.332; }
      .home section.schools > header .fsElementHeaderContent div > .uppercase {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.332; }
      .home section.schools > header .fsElementHeaderContent p {
        margin: 0; }
        .home section.schools > header .fsElementHeaderContent p > .uppercase, .home section.schools > header .fsElementHeaderContent p .fs_style_17 {
          font-size: 30px;
          font-weight: 400;
          line-height: 1; }
      @media (min-width: 500px) {
        .home section.schools > header .fsElementHeaderContent {
          line-height: 1; }
          .home section.schools > header .fsElementHeaderContent > .uppercase {
            line-height: 2; }
          .home section.schools > header .fsElementHeaderContent div > .uppercase {
            line-height: 2; }
          .home section.schools > header .fsElementHeaderContent p {
            margin: 0; }
            .home section.schools > header .fsElementHeaderContent p > .uppercase, .home section.schools > header .fsElementHeaderContent p .fs_style_17 {
              line-height: 2; } }
  .home section.schools > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    .home section.schools > .fsElementContent > .carousel {
      margin-right: 20px;
      margin-left: 20px;
      position: relative; }
      @media (min-width: 700px) {
        .home section.schools > .fsElementContent > .carousel {
          margin-right: 40px;
          margin-left: 40px; } }
      @media (min-width: 980px) {
        .home section.schools > .fsElementContent > .carousel {
          margin-right: 20px;
          margin-left: 20px; } }
      @media (min-width: 1220px) {
        .home section.schools > .fsElementContent > .carousel {
          margin-right: 0;
          margin-left: 0; } }
      .home section.schools > .fsElementContent > .carousel > .fsListItems,
      .home section.schools > .fsElementContent > .carousel > .inner {
        margin-right: 0;
        margin-left: 0; }
      .home section.schools > .fsElementContent > .carousel .slick-next,
      .home section.schools > .fsElementContent > .carousel .slick-prev {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        transition: all 1s;
        color: #8bb8ea;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /*,
      &:focus*/ }
        .home section.schools > .fsElementContent > .carousel .slick-next:hover,
        .home section.schools > .fsElementContent > .carousel .slick-prev:hover {
          color: #fff; }
        .home section.schools > .fsElementContent > .carousel .slick-next:after,
        .home section.schools > .fsElementContent > .carousel .slick-prev:after {
          content: "";
          padding-right: 10px;
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          display: block;
          text-align: center;
          font-size: 40px;
          line-height: 1; }
          @media (min-width: 700px) {
            .home section.schools > .fsElementContent > .carousel .slick-next:after,
            .home section.schools > .fsElementContent > .carousel .slick-prev:after {
              font-size: 50px; } }
          @media (min-width: 980px) {
            .home section.schools > .fsElementContent > .carousel .slick-next:after,
            .home section.schools > .fsElementContent > .carousel .slick-prev:after {
              font-size: 60px; } }
        .home section.schools > .fsElementContent > .carousel .slick-next > span,
        .home section.schools > .fsElementContent > .carousel .slick-prev > span {
          display: none; }
      .home section.schools > .fsElementContent > .carousel .slick-prev {
        left: -40px; }
        .home section.schools > .fsElementContent > .carousel .slick-prev:after {
          content: ""; }
        @media (min-width: 700px) {
          .home section.schools > .fsElementContent > .carousel .slick-prev {
            left: -50px; } }
        @media (min-width: 980px) {
          .home section.schools > .fsElementContent > .carousel .slick-prev {
            left: -40px; } }
      .home section.schools > .fsElementContent > .carousel .slick-next {
        right: -40px; }
        .home section.schools > .fsElementContent > .carousel .slick-next:after {
          content: ""; }
        @media (min-width: 700px) {
          .home section.schools > .fsElementContent > .carousel .slick-next {
            right: -50px; } }
        @media (min-width: 980px) {
          .home section.schools > .fsElementContent > .carousel .slick-next {
            right: -40px; } }
      .home section.schools > .fsElementContent > .carousel .slide {
        height: 120px; }
        .home section.schools > .fsElementContent > .carousel .slide > .inner {
          margin-right: 15px;
          margin-left: 15px;
          position: relative;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .home section.schools > .fsElementContent > .carousel .slide img {
          max-height: 120px;
          max-width: 300px; }

.home section.advantage {
  background: none;
  background-color: rgba(0, 0, 0, 0.333);
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 60px;
  padding-bottom: 60px; }
  .home section.advantage > header {
    text-align: center; }
    .home section.advantage > header .fsElementTitle {
      display: none; }
    .home section.advantage > header .fsElementHeaderContent {
      transition: all 1s;
      font-size: 54px;
      font-weight: 900;
      line-height: 0.666;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
      margin-bottom: 30px; }
      .home section.advantage > header .fsElementHeaderContent > .uppercase {
        font-size: 27px;
        font-weight: 400;
        line-height: 1.332; }
      .home section.advantage > header .fsElementHeaderContent div > .uppercase {
        font-size: 27px;
        font-weight: 400;
        line-height: 1.332; }
      .home section.advantage > header .fsElementHeaderContent p {
        margin: 0; }
        .home section.advantage > header .fsElementHeaderContent p > .uppercase, .home section.advantage > header .fsElementHeaderContent p .fs_style_17 {
          font-size: 27px;
          font-weight: 400;
          line-height: 1; }
      @media (min-width: 500px) {
        .home section.advantage > header .fsElementHeaderContent {
          line-height: 1; }
          .home section.advantage > header .fsElementHeaderContent > .uppercase {
            line-height: 2; }
          .home section.advantage > header .fsElementHeaderContent div > .uppercase {
            line-height: 2; }
          .home section.advantage > header .fsElementHeaderContent p {
            margin: 0; }
            .home section.advantage > header .fsElementHeaderContent p > .uppercase, .home section.advantage > header .fsElementHeaderContent p .fs_style_17 {
              line-height: 2; } }
      @media (min-width: 500px) {
        .home section.advantage > header .fsElementHeaderContent {
          transition: all 1s;
          font-size: 60px;
          font-weight: 900;
          line-height: 0.666; }
          .home section.advantage > header .fsElementHeaderContent > .uppercase {
            font-size: 30px;
            font-weight: 400;
            line-height: 1.332; }
          .home section.advantage > header .fsElementHeaderContent div > .uppercase {
            font-size: 30px;
            font-weight: 400;
            line-height: 1.332; }
          .home section.advantage > header .fsElementHeaderContent p {
            margin: 0; }
            .home section.advantage > header .fsElementHeaderContent p > .uppercase, .home section.advantage > header .fsElementHeaderContent p .fs_style_17 {
              font-size: 30px;
              font-weight: 400;
              line-height: 1; } }
  @media (min-width: 500px) and (min-width: 500px) {
    .home section.advantage > header .fsElementHeaderContent {
      line-height: 1; }
      .home section.advantage > header .fsElementHeaderContent > .uppercase {
        line-height: 2; }
      .home section.advantage > header .fsElementHeaderContent div > .uppercase {
        line-height: 2; }
      .home section.advantage > header .fsElementHeaderContent p {
        margin: 0; }
        .home section.advantage > header .fsElementHeaderContent p > .uppercase, .home section.advantage > header .fsElementHeaderContent p .fs_style_17 {
          line-height: 2; } }
  .home section.advantage > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center; }
    @media (min-width: 700px) {
      .home section.advantage > .fsElementContent .button.callout {
        display: inline-block; } }
    .home section.advantage > .fsElementContent .button.callout:hover {
      background-color: #3d8fd8; }

.social {
  background: #8bb8ea;
  color: #fff; }
  @media (min-width: 980px) {
    .social {
      padding-top: 60px; } }
  .social > header {
    text-align: center; }
    .social > header .fsElementTitle {
      display: none; }
    .social > header .fsElementHeaderContent {
      transition: all 1s;
      font-size: 54px;
      font-weight: 900;
      line-height: 0.666;
      margin-bottom: 30px; }
      .social > header .fsElementHeaderContent > .uppercase {
        font-size: 27px;
        font-weight: 400;
        line-height: 1.332; }
      .social > header .fsElementHeaderContent div > .uppercase {
        font-size: 27px;
        font-weight: 400;
        line-height: 1.332; }
      .social > header .fsElementHeaderContent p {
        margin: 0; }
        .social > header .fsElementHeaderContent p > .uppercase, .social > header .fsElementHeaderContent p .fs_style_17 {
          font-size: 27px;
          font-weight: 400;
          line-height: 1; }
      @media (min-width: 500px) {
        .social > header .fsElementHeaderContent {
          line-height: 1; }
          .social > header .fsElementHeaderContent > .uppercase {
            line-height: 2; }
          .social > header .fsElementHeaderContent div > .uppercase {
            line-height: 2; }
          .social > header .fsElementHeaderContent p {
            margin: 0; }
            .social > header .fsElementHeaderContent p > .uppercase, .social > header .fsElementHeaderContent p .fs_style_17 {
              line-height: 2; } }
      @media (min-width: 500px) {
        .social > header .fsElementHeaderContent {
          transition: all 1s;
          font-size: 60px;
          font-weight: 900;
          line-height: 0.666; }
          .social > header .fsElementHeaderContent > .uppercase {
            font-size: 30px;
            font-weight: 400;
            line-height: 1.332; }
          .social > header .fsElementHeaderContent div > .uppercase {
            font-size: 30px;
            font-weight: 400;
            line-height: 1.332; }
          .social > header .fsElementHeaderContent p {
            margin: 0; }
            .social > header .fsElementHeaderContent p > .uppercase, .social > header .fsElementHeaderContent p .fs_style_17 {
              font-size: 30px;
              font-weight: 400;
              line-height: 1; } }
  @media (min-width: 500px) and (min-width: 500px) {
    .social > header .fsElementHeaderContent {
      line-height: 1; }
      .social > header .fsElementHeaderContent > .uppercase {
        line-height: 2; }
      .social > header .fsElementHeaderContent div > .uppercase {
        line-height: 2; }
      .social > header .fsElementHeaderContent p {
        margin: 0; }
        .social > header .fsElementHeaderContent p > .uppercase, .social > header .fsElementHeaderContent p .fs_style_17 {
          line-height: 2; } }
  .social > .fsElementContent {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 60px;
    line-height: 1; }
    .social > .fsElementContent .social-link {
      margin-right: 6.66px;
      margin-left: 6.66px;
      margin-right: -7.74px;
      margin-bottom: 13.32px;
      display: inline-block;
      width: 100px;
      height: 100px;
      color: #fff;
      position: relative;
      vertical-align: middle;
      background-color: #002269;
      border-radius: 50%; }
      @media (min-width: 700px) {
        .social > .fsElementContent .social-link {
          margin-right: 10px;
          margin-left: 10px;
          margin-right: -4.4px; } }
      .social > .fsElementContent .social-link:last-child {
        margin-right: 6.66px; }
      .social > .fsElementContent .social-link:after {
        content: "";
        font-size: 34px;
        line-height: 1;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .social > .fsElementContent .social-link > span {
        position: absolute;
        visibility: hidden; }
      .social > .fsElementContent .social-link.facebook:after {
        content: ""; }
      .social > .fsElementContent .social-link.facebook:hover {
        background-color: #3b5998; }
      .social > .fsElementContent .social-link.flickr:after {
        content: ""; }
      .social > .fsElementContent .social-link.flickr:hover {
        background-color: #0063dc; }
      .social > .fsElementContent .social-link.instagram:after {
        content: ""; }
      .social > .fsElementContent .social-link.instagram:hover {
        background-color: #3f729b; }
      .social > .fsElementContent .social-link.linkedin:after {
        content: ""; }
      .social > .fsElementContent .social-link.linkedin:hover {
        background-color: #0e76a8; }
      .social > .fsElementContent .social-link.twitter:after {
        content: ""; }
      .social > .fsElementContent .social-link.twitter:hover {
        background-color: #00acee; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 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: #474747;
      color: #474747; }
      .colors ol li:nth-of-type(1):after {
        content: "#474747"; }
    .colors ol li:nth-of-type(2) {
      background: #98999b;
      color: #98999b; }
      .colors ol li:nth-of-type(2):after {
        content: "#98999b"; }
    .colors ol li:nth-of-type(3) {
      background: #d6d6d6;
      color: #d6d6d6; }
      .colors ol li:nth-of-type(3):after {
        content: "#d6d6d6"; }
    .colors ol li:nth-of-type(4) {
      background: #eaeaea;
      color: #eaeaea; }
      .colors ol li:nth-of-type(4):after {
        content: "#eaeaea"; }
    .colors ol li:nth-of-type(5) {
      background: #acc9e8;
      color: #acc9e8; }
      .colors ol li:nth-of-type(5):after {
        content: "#acc9e8"; }
    .colors ol li:nth-of-type(6) {
      background: #8bb8ea;
      color: #8bb8ea; }
      .colors ol li:nth-of-type(6):after {
        content: "#8bb8ea"; }
    .colors ol li:nth-of-type(7) {
      background: #002269;
      color: #002269; }
      .colors ol li:nth-of-type(7):after {
        content: "#002269"; }
    .colors ol li:nth-of-type(8) {
      background: #00205c;
      color: #00205c; }
      .colors ol li:nth-of-type(8):after {
        content: "#00205c"; }
    .colors ol li:nth-of-type(9) {
      background: #011e41;
      color: #011e41; }
      .colors ol li:nth-of-type(9):after {
        content: "#011e41"; }
    .colors ol li:nth-of-type(10) {
      background: #3b8ede;
      color: #3b8ede; }
      .colors ol li:nth-of-type(10):after {
        content: "#3b8ede"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Droid Serif", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Droid Serif, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "proxima-nova-condensed", "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "proxima-nova-condensed, proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .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: 40px / line: 42px"; }

.headers h2:after {
  content: " size: 35px / line: 45px"; }

.headers h3:after {
  content: " size: 30px / line: 40px"; }

.headers h4:after {
  content: " size: 25px / line: 35px"; }

.headers h5:after {
  content: " size: 20px / line: 30px"; }

.headers h6:after {
  content: " size: 18px / line: 28px"; }

.fsHeader .nav-sub {
  display: none; }

.secondary-sub {
  display: none; }

@media (min-width: 700px) {
  .fsNavigation.horizontal-nav {
    margin: -41px -20px 20px;
    background-color: #3b8ede; }
    .fsNavigation.horizontal-nav .fsNavLevel2 {
      display: none !important; }
    .fsNavigation.horizontal-nav .fsNavLevel3 {
      display: none !important; }
    .fsNavigation.horizontal-nav ul {
      text-align: center;
      margin: 10px auto !important;
      max-width: 1300px; }
      .fsNavigation.horizontal-nav ul li {
        border-top: 0 !important;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .fsNavigation.horizontal-nav ul li.fsNavCurrentPage > a {
          color: #002269 !important; }
        .fsNavigation.horizontal-nav ul li:after {
          content: "";
          display: inline-block;
          width: 1px;
          height: 16px;
          background-color: #8bb8ea;
          top: 12.5px;
          position: relative; }
        .fsNavigation.horizontal-nav ul li:last-child:after {
          content: none; }
        .fsNavigation.horizontal-nav ul li a {
          color: #fff; }
          .fsNavigation.horizontal-nav ul li a:hover {
            color: #002269; }
  .secondary-sub {
    display: block; } }

.hp-wo.home section.advantage {
  background: #fff;
  color: #002269; }
  .hp-wo.home section.advantage > header .fsElementHeaderContent {
    color: #002269; }
  .hp-wo.home section.advantage > .fsElementContent {
    font-size: 23px; }
    .hp-wo.home section.advantage > .fsElementContent p {
      margin-bottom: 0; }

.hp-wo.home .fsDiv > .masthead {
  height: 80vh; }
