@charset "UTF-8";
/*! main manifest v0.0.1 */
/*! 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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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: 76.25em;
  max-width: 76.25rem; }

@media (min-width: 37.5em) {
  .col-4 {
    width: 50%;
    float: left; } }
@media (min-width: 56.25em) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em; }

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em; }

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em; }

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em; }

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! helpers - utility v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default/fonts//icomoon.eot");
  src: url("/uploaded/themes/default/fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts//icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts//icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'IcoMoon2';
  src: url("/uploaded/themes/default/fonts//icomoon2.eot");
  src: url("/uploaded/themes/default/fonts//icomoon2.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts//icomoon2.woff") format("woff"), url("/uploaded/themes/default/fonts//icomoon2.ttf") format("truetype"), url("/uploaded/themes/default/fonts//icomoon2.svg#IcoMoon2") format("svg");
  font-weight: 400;
  font-style: normal; }
h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1em;
  color: #004378;
  margin-bottom: 0.375em; }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-family: "effra", sans-serif;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.11111em;
  margin-bottom: 0.05556em;
  color: #004378; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.625em;
  font-weight: 900;
  line-height: 1.19231em;
  margin-bottom: 0.07692em; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.19231em;
  margin-bottom: 0.38462em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.33333em;
  text-transform: uppercase;
  margin-bottom: 0.55556em; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.33333em;
  text-transform: uppercase;
  color: #c0c1c9;
  margin-bottom: 0.55556em; }

a {
  text-decoration: none;
  color: #f15b5b;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s; }
  a:hover {
    color: #004378; }

p {
  margin-bottom: 1.875em; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em; }

table.styled {
  margin-bottom: 1.25em;
  width: 100%; }
  table.styled tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.1); }
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th {
    margin-top: 0;
    font-weight: normal;
    font-family: "effra", sans-serif;
    font-size: 2.25em;
    font-weight: 500;
    line-height: 1.11111em;
    margin-bottom: 0.05556em;
    padding: 0.83333em;
    font-size: 1.5em;
    text-align: left;
    background: #004378;
    color: #fff; }
  table.styled td {
    padding: 0.625em 1.25em;
    background: rgba(0, 0, 0, 0.05); }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! content - buttons v0.0.1 */
.button {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.33333em;
  text-transform: uppercase;
  color: #c0c1c9;
  margin-bottom: 0.55556em;
  display: inline-block;
  margin: 0 0 0.625em;
  padding: 1.66667em 1.25em 1.33333em;
  width: 100%;
  font-weight: normal;
  text-align: center;
  background: #f15b5b;
  border: 0;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  color: #fff; }
  .button:hover {
    background: #ef4444;
    color: #fff; }
  .button em {
    display: block;
    font-size: 0.88889em;
    font-style: normal;
    text-transform: none; }

.blue-button {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.33333em;
  text-transform: uppercase;
  color: #c0c1c9;
  margin-bottom: 0.55556em;
  display: inline-block;
  margin: 0 0 0.625em;
  padding: 1.66667em 1.25em 1.33333em;
  width: 100%;
  font-weight: normal;
  text-align: center;
  background: #004378;
  border: 0;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  color: #fff; }
  .blue-button:hover {
    background: #00355e;
    color: #fff; }
  .blue-button em {
    display: block;
    font-size: 0.88889em;
    font-style: normal;
    text-transform: none; }

.sky-blue-button {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.33333em;
  text-transform: uppercase;
  color: #c0c1c9;
  margin-bottom: 0.55556em;
  display: inline-block;
  margin: 0 0 0.625em;
  padding: 1.66667em 1.25em 1.33333em;
  width: 100%;
  font-weight: normal;
  text-align: center;
  background: #8fb3cf;
  border: 0;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  color: #fff; }
  .sky-blue-button:hover {
    background: #7da7c7;
    color: #fff; }
  .sky-blue-button em {
    display: block;
    font-size: 0.88889em;
    font-style: normal;
    text-transform: none; }

/*! content - forms v0.0.1 */
textarea,
input,
select {
  padding: 0.625em; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*! content - style manger v0.0.1 */
.lead-in {
  font-size: 1.25em;
  line-height: 1.2em; }

blockquote {
  margin-top: 0;
  font-weight: normal;
  font-family: "effra", sans-serif;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.11111em;
  margin-bottom: 0.05556em;
  position: relative;
  border-top: 1px solid #fcd8d8;
  margin: 0;
  padding: 1.25em 1.45833em 0.41667em;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #c0c1c9;
  font-weight: 500; }

cite {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.33333em;
  text-transform: uppercase;
  color: #c0c1c9;
  margin-bottom: 0.55556em;
  display: block;
  border-bottom: 1px solid #fcd8d8;
  padding-bottom: 2em;
  padding-left: 1.94444em;
  font-style: normal; }

.callout {
  padding: 1.25em;
  background: #022343;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 0.625em; }
    @media (min-width: 31.25em) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 0.625em; }
    @media (min-width: 31.25em) {
      .callout.right {
        width: 50%; } }

/*! structure - layouts v0.0.1 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "effra", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #02233e; }

body {
  font-size: 1em;
  line-height: 1.75; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background: #fff; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 76.25em;
  max-width: 76.25rem; }

#fsBannerLeft {
  float: none;
  margin-bottom: 2.5em;
  width: 100%; }
  @media (min-width: 50em) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 50em) {
    #fsBannerLeft {
      padding-right: 3.125em;
      width: 25%; } }

#fsPageContent {
  float: none;
  margin-bottom: 2.5em;
  width: 100% !important; }
  @media (min-width: 50em) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 50em) {
    .fsHasRightBanner #fsPageContent {
      width: 75% !important; } }
  @media (min-width: 50em) {
    .fsHasLeftBanner #fsPageContent {
      width: 75% !important; } }
  @media (min-width: 50em) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 50% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: 2.5em;
  width: 100%; }
  @media (min-width: 50em) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 50em) {
    #fsBannerRight {
      padding-left: 2.5em;
      width: 25%; } }

@media (min-width: 50em) {
  .fsLayout {
    margin-right: -1.25em;
    margin-left: -1.25em; } }
.fsLayout .fsDiv {
  float: none;
  margin-bottom: 2.5em;
  width: 100%; }
  @media (min-width: 50em) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 50em) {
    .fsLayout .fsDiv {
      padding-right: 1.25em;
      padding-left: 1.25em; } }

.fsDiv > .fsElement {
  margin-bottom: 1.875em; }

@media (min-width: 50em) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 56.25em) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 50em) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }
@media (min-width: 62.5em) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 62.5em) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }
.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 62.5em) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 1.25em;
  background: #02233e; }
  @media (min-width: 18.75em) {
    #fsHeader {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 300;
      width: 100%;
      background: #02233e;
      background: rgba(2, 35, 62, 0.93); } }
  @media (min-width: 18.75em) {
    .fsComposeMode #fsHeader {
      position: relative; } }
  @media (min-width: 50em) {
    #fsHeader {
      margin-bottom: 6.25em; } }
  @media (min-width: 62.5em) {
    #fsHeader {
      margin-bottom: 0; } }
  #fsHeader .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 76.25em;
    max-width: 76.25rem; }

.site-title {
  padding: 1em 0 0.9375em;
  overflow: hidden;
  white-space: nowrap; }
  @media (min-width: 18.75em) {
    .site-title {
      border-top: 0.0625em solid rgba(255, 255, 255, 0.26);
      margin-right: -1.25em;
      margin-left: -1.25em;
      padding-right: 1.25em;
      padding-left: 1.25em; } }
  @media (min-width: 50em) {
    .site-title {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      width: -webkit-calc(100% + 2.5em);
      width: calc(100% + 2.5em);
      margin-left: -1.25em;
      background: #02233e;
      background: rgba(2, 35, 62, 0.93); } }
  @media (min-width: 62.5em) {
    .site-title {
      top: 0;
      left: 50%;
      width: 37.70492%;
      border-top: 0;
      border-right: 0.0625em solid rgba(255, 255, 255, 0.25);
      border-left: 0.0625em solid rgba(255, 255, 255, 0.25);
      margin-left: 0;
      background: none;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  .site-title a {
    display: block;
    margin: 0 auto;
    max-width: 16.875em;
    padding: 1.25em 0;
    background: url("/uploaded/themes/default/images/logo.svg") no-repeat 50% 50%;
    color: transparent; }
    @media (min-width: 62.5em) {
      .site-title a {
        max-width: 100%; } }
    .site-title a:hover {
      color: transparent; }

/*! structure - footer v0.0.1 */
#fsFooter {
  position: relative;
  overflow: hidden;
  background: #052c4e;
  color: #fff; }
  @media (min-width: 56.25em) {
    #fsFooter:before {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      content: '';
      background-image: url("/uploaded/themes/default/images/soul.jpg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: .07; } }
  @media (max-width: 37.4375em) {
    #fsFooter .fsElement {
      margin-right: -1.25rem;
      margin-left: -1.25rem;
      padding-right: 1.25em;
      padding-left: 1.25em; } }
  #fsFooter .fsBanner {
    padding-right: 1.25em;
    padding-left: 1.25em;
    zoom: 1; }
    #fsFooter .fsBanner:after {
      display: table;
      clear: both;
      content: ''; }
  #fsFooter .lace {
    zoom: 1; }
    #fsFooter .lace:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 37.5em) {
      #fsFooter .lace {
        float: right; } }

.location {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 1.875em; }
  @media (min-width: 37.5em) {
    .location {
      float: left;
      border-bottom: 0;
      padding-bottom: 0; } }

.school-details [itemprop='name'] {
  font-size: 1.25em;
  letter-spacing: .06em;
  text-transform: uppercase; }
  @media (min-width: 56.25em) {
    .school-details [itemprop='name'] {
      float: left;
      padding-right: 1.5em; } }
  @media (min-width: 62.5em) {
    .school-details [itemprop='name'] {
      padding-right: 3.5em; } }
.school-details [itemprop='address'] {
  margin-bottom: 1.11111em;
  font-size: 1.125em;
  line-height: 1.38889em; }
  @media (min-width: 56.25em) {
    .school-details [itemprop='address'] {
      float: left;
      padding-top: 0.25em; } }
.school-details [itemprop='streetAddress'] {
  display: block; }
.school-details a {
  color: inherit; }

[itemprop='telephone'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.33333em;
  text-transform: uppercase;
  color: #c0c1c9;
  margin-bottom: 0;
  font-size: 0.9375em;
  color: #f15b5b;
  list-style: none; }
  [itemprop='telephone']:hover {
    color: #fff; }
  @media (min-width: 25em) {
    [itemprop='telephone'] {
      display: inline-block; } }
  @media (min-width: 37.5em) {
    [itemprop='telephone'] {
      font-size: 1em; } }
  [itemprop='telephone'] a:before {
    display: inline-block;
    margin-right: 0.625em;
    content: ''; }
  @media (min-width: 25em) {
    [itemprop='telephone'] {
      margin-right: 2em; } }
  @media (min-width: 37.5em) {
    [itemprop='telephone'] {
      margin-right: 0; } }
  [itemprop='telephone'] a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-family: 'IcoMoon2'; }

[itemprop='fax'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.33333em;
  text-transform: uppercase;
  color: #c0c1c9;
  margin-bottom: 0;
  font-size: 0.9375em;
  color: #f15b5b;
  list-style: none; }
  [itemprop='fax']:hover {
    color: #fff; }
  @media (min-width: 25em) {
    [itemprop='fax'] {
      display: inline-block; } }
  @media (min-width: 37.5em) {
    [itemprop='fax'] {
      font-size: 1em; } }
  [itemprop='fax'] a:before {
    display: inline-block;
    margin-right: 0.625em;
    content: ''; }
  [itemprop='fax'] a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-family: 'IcoMoon2'; }

.translate {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  @media (min-width: 37.5em) {
    .translate {
      float: right;
      padding-top: 1.875em; } }
  @media (min-width: 50em) {
    .translate {
      padding-top: 0;
      padding-bottom: 0; } }

#google_translate_element span {
  font-family: "effra", sans-serif;
  color: #fff !important; }
#google_translate_element [style*='border-left-width: 1px;'] {
  display: none; }
#google_translate_element [style*='rgb(155, 155, 155)'],
#google_translate_element [style*='rgb(213, 213, 213)'] {
  display: inline-block;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6); }

.goog-te-gadget {
  font-size: 1em !important; }

.goog-te-gadget-simple {
  padding: 0.75em !important;
  padding-right: 1em !important;
  font-size: 1em !important;
  line-height: 1;
  background: #021525 !important;
  border: 0 !important;
  -webkit-transition: background .3s;
  transition: background .3s; }
  .goog-te-gadget-simple:before {
    display: inline-block;
    margin-right: 0.58824em;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.5625em;
    color: #3386ce; }
  .goog-te-gadget-simple:hover {
    background: #01070d !important; }
  .goog-te-gadget-simple > span {
    display: inline-block;
    vertical-align: top !important;
    padding-top: 0.125em; }
    .goog-te-gadget-simple > span:nth-of-type(2) {
      display: none; }
    .goog-te-gadget-simple > span > a {
      margin: 0 !important; }
      .goog-te-gadget-simple > span > a span:first-child:after {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.83333em;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 1.5em;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #fff; }
      .goog-te-gadget-simple > span > a span:first-child ~ * {
        display: none !important; }

.goog-te-gadget-icon {
  display: none; }

#fsPoweredByFinalsite {
  position: absolute;
  bottom: 0;
  left: 0; }

/*! navigation - main v0.0.1 */
.nav-main {
  padding-bottom: 1.25em; }
  .nav-main ul,
  .nav-main ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  @media (min-width: 62.5em) {
    .nav-main {
      border-top: 0.0625em solid rgba(255, 255, 255, 0.26);
      margin-right: -1.25em;
      margin-left: -1.25em;
      padding-bottom: 0; } }
  @media (min-width: 62.5em) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 81.5625em;
      max-width: 81.5625rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: center; } }
  .nav-main .fsNavLevel1 > li {
    position: relative; }
    @media (min-width: 62.5em) {
      .nav-main .fsNavLevel1 > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; } }
    @media (min-width: 62.5em) {
      .nav-main .fsNavLevel1 > li:hover > a {
        background: #8fb3cf;
        color: #fff; } }
    .nav-main .fsNavLevel1 > li > a {
      padding: 0.25em 0.5em;
      font-size: 1.25em;
      letter-spacing: .035em;
      text-transform: uppercase;
      color: #fff; }
      @media (min-width: 62.5em) {
        .nav-main .fsNavLevel1 > li > a {
          padding: 0.65em 0.5em 0.6em;
          color: #8fb3cf; } }
      @media (min-width: 62.5em) {
        .nav-main .fsNavLevel1 > li > a:hover {
          background: #8fb3cf;
          color: #fff; } }
      @media (min-width: 62.5em) {
        .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
          background: #8fb3cf;
          color: #fff; } }

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 98%;
  z-index: 300;
  display: none;
  width: 45.625em;
  left: 0;
  padding: 1.875em;
  background: #8fb3cf;
  background: rgba(143, 179, 207, 0.93);
  text-align: left; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 62.5em) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }
.nav-main .fsNavPageThumbnail {
  float: right;
  width: 26.86567%;
  overflow: hidden;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 0.4375em #f48181;
  box-shadow: 0 0 0 0.4375em #f48181; }
  .nav-main .fsNavPageThumbnail img {
    display: block; }
.nav-main .fsNavLevel2 {
  float: left;
  width: 73.13433%; }
  @media (min-width: 76.25em) {
    .nav-main .fsNavLevel2 li {
      display: inline-block;
      vertical-align: top;
      width: 49%; } }
  .nav-main .fsNavLevel2 a {
    font-size: 1.125em;
    font-weight: 500;
    color: #fff; }
    .nav-main .fsNavLevel2 a:hover {
      color: rgba(255, 255, 255, 0.75); }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - sub v0.0.1 */
.nav-sub ul,
.nav-sub ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
.nav-sub a {
  display: block; }
@media (max-width: 49.9375em) {
  .nav-sub {
    margin: -2.1875em -0.9375em 0em; } }
@media (max-width: 49.9375em) {
  .nav-sub > .fsElementContent {
    display: none; } }
.active-nav > .fsElementContent {
  display: block; }
.nav-sub .fsNavLevel1 {
  position: relative; }
  @media (min-width: 50em) {
    .nav-sub .fsNavLevel1 > li > a {
      border-bottom: 1px solid #dee1f2; } }
  .nav-sub a {
    padding: 0.3125em 0.3125em;
    color: #a9aab1; }
    @media (max-width: 49.9375em) {
      .nav-sub a {
        padding: 0.3125em 1.25em; } }
    .nav-sub a:hover {
      color: #f15b5b; }
.nav-sub .fsNavCurrentPage > a,
.nav-sub .fsNavCurrentPageAncestor > a {
  color: #004378; }
.nav-sub .fsNavLevel2 > li > a {
  padding-left: 1.25em; }
.nav-sub .fsNavLevel3 > li > a {
  padding-left: 2.5em; }

.section-title {
  position: relative;
  border-bottom: 1px solid #dee1f2;
  margin-bottom: 0;
  padding: 0 0.27778em 0.11111em;
  font-size: 1.125em;
  text-transform: uppercase;
  cursor: pointer; }
  @media (max-width: 49.9375em) {
    .section-title {
      border-top: 1px solid #dee1f2;
      padding: 0 1.11111em 0.11111em; } }
  @media (min-width: 50em) {
    .section-title {
      padding-top: 0.55556em; } }
  @media (max-width: 49.9375em) {
    .section-title:before {
      position: absolute;
      top: 50%;
      right: 1.25em;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-family: 'IcoMoon2';
      color: #f15b5b;
      -webkit-transition: -webkit-transform .3s;
      transition: transform .3s; } }
  @media (max-width: 49.9375em) {
    .active-nav .section-title:before {
      -webkit-transform: translate(0, -50%) rotate(-90deg);
      -ms-transform: translate(0, -50%) rotate(-90deg);
      transform: translate(0, -50%) rotate(-90deg); } }

/*! navigation - social v0.0.1 */
.nav-social {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  font-size: 75%; }
  .nav-social ul,
  .nav-social ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-social a {
    display: block; }
  @media (min-width: 18.75em) {
    .nav-social {
      font-size: 100%; } }
  @media (min-width: 37.5em) {
    .nav-social {
      border-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 50em) {
    .nav-social {
      float: left;
      margin-right: 1.875em; } }
  .nav-social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.4375em; }
    @media (min-width: 37.5em) {
      .nav-social li {
        margin-right: 0;
        margin-left: 0.4375em; } }
  .nav-social [href*='facebook']:before {
    content: ""; }
  .nav-social [href*='instagram']:before {
    content: ""; }
  .nav-social [href*='linkedin']:before {
    content: ""; }
  .nav-social [href*='pinterest']:before {
    content: ""; }
  .nav-social [href*='tumblr']:before {
    content: ""; }
  .nav-social [href*='twitter']:before {
    content: ""; }
  .nav-social [href*='vimeo']:before {
    content: ""; }
  .nav-social [href*='vine']:before {
    content: ""; }
  .nav-social [href*='youtube']:before {
    content: ""; }
  .nav-social [href*='facebook']:hover {
    border-color: #3b5998; }
  .nav-social [href*='instagram']:hover {
    border-color: #517fa4; }
  .nav-social [href*='linkedin']:hover {
    border-color: #007bb6; }
  .nav-social [href*='pinterest']:hover {
    border-color: #cb2027; }
  .nav-social [href*='tumblr']:hover {
    border-color: #32506d; }
  .nav-social [href*='twitter']:hover {
    border-color: #00aced; }
  .nav-social [href*='vimeo']:hover {
    border-color: #00a478; }
  .nav-social [href*='vine']:hover {
    border-color: #00a478; }
  .nav-social [href*='youtube']:hover {
    border-color: #b00; }
  .nav-social a {
    font-size: 1.25em;
    line-height: 1;
    text-align: center;
    background: #021525;
    color: transparent;
    position: relative;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
    .nav-social a:before {
      font-family: "IcoMoon";
      color: #3386ce;
      -webkit-transition: color .3s;
      transition: color .3s;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 300;
      width: 100%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .nav-social a:after {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      opacity: 0;
      -webkit-transform: translate(0, 100%) rotate(-180deg) scale(0.5);
      -ms-transform: translate(0, 100%) rotate(-180deg) scale(0.5);
      transform: translate(0, 100%) rotate(-180deg) scale(0.5);
      -webkit-transition: -webkit-box-shadow .6s, opacity .2s, -webkit-transform .3s;
      transition: box-shadow .6s, opacity .2s, transform .3s; }
      .csstransforms .nav-social a:after {
        content: ''; }
    .nav-social a:hover:before {
      color: #021525; }
    .nav-social a:hover:after {
      -webkit-box-shadow: inset 0 -2.5em 0 0 #3386ce;
      box-shadow: inset 0 -2.5em 0 0 #3386ce;
      opacity: 1;
      -webkit-transform: translate(0, 0) rotate(0) scale(1);
      -ms-transform: translate(0, 0) rotate(0) scale(1);
      transform: translate(0, 0) rotate(0) scale(1); }

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 2.8125em;
  width: 100%;
  border-bottom: 0.0625em solid rgba(255, 255, 255, 0.26); }
  @media (min-width: 18.75em) {
    .drawer-ribbon {
      position: absolute;
      top: 0;
      left: 0;
      width: 3.75em;
      border-bottom: 0; } }
  @media (min-width: 62.5em) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  z-index: 500;
  width: 3.75em;
  border-right: 0.0625em solid rgba(255, 255, 255, 0.26);
  -webkit-transition: border-color .3s;
  transition: border-color .3s; }
  @media (min-width: 18.75em) {
    .drawer-trigger {
      width: 100%; } }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.125em;
    width: 50%;
    content: '';
    background: rgba(255, 255, 255, 0.75); }
  .drawer-trigger:before {
    margin-top: -0.25em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: margin-top .3s, -webkit-transform .3s;
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    -webkit-box-shadow: 0 0.25em 0 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 0.25em 0 0 rgba(255, 255, 255, 0.75);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger {
    border-right-color: transparent; }
    .drawer-is-active .drawer-trigger:before {
      margin-top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .drawer-is-active .drawer-trigger:after {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  padding-right: 1.25em;
  padding-left: 1.25em;
  top: 0em;
  min-height: 100%;
  max-width: 37.5em;
  padding-top: 4.0625em;
  text-align: center;
  background: #e63f52; }
  @media (min-width: 62.5em) {
    .drawer {
      display: none; } }
  .drawer-is-active .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/*! navigation - misc v0.0.1 */
.nav-const {
  display: none; }
  .nav-const ul,
  .nav-const ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-const a {
    display: block; }
  @media (min-width: 62.5em) {
    .nav-const {
      padding-top: 3.375em;
      width: 31.14754%; } }
  @media (min-width: 62.5em) {
    .nav-const ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .nav-const li {
    display: inline-block; }
    @media (min-width: 62.5em) {
      .nav-const li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto; } }
  .nav-const a {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.33333em;
    text-transform: uppercase;
    color: #c0c1c9;
    margin-bottom: 0;
    font-size: 0.9375em;
    color: #f15b5b; }
    .nav-const a:hover {
      color: #fff; }
    @media (min-width: 62.5em) {
      .nav-const a {
        padding-right: 5;
        padding-left: 5; } }
    .nav-const a:hover {
      color: #fff; }
  @media (min-width: 50em) {
    .nav-const {
      display: block;
      float: right; } }
  @media (min-width: 62.5em) {
    .nav-const {
      float: left; } }
  .nav-const.clone {
    display: block;
    padding-bottom: 1.25em; }
    @media (min-width: 50em) {
      .nav-const.clone {
        display: none; } }
  .nav-const li:after {
    margin: 0 0.3125em;
    content: '/'; }
    @media (min-width: 50em) {
      .nav-const li:after {
        display: none; } }
  @media (min-width: 62.5em) {
    .nav-const li:first-child a {
      padding-left: 0; } }
  .nav-const li:last-child:after {
    display: none; }
  @media (min-width: 50em) {
    .nav-const a {
      padding: 0.93333em 1em 0.86667em; } }
  .nav-const.clone a {
    display: inline-block;
    color: #5b070f; }

.nav-quick {
  display: none;
  text-align: right; }
  .nav-quick ul,
  .nav-quick ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-quick a {
    display: block; }
  @media (min-width: 62.5em) {
    .nav-quick {
      padding-top: 3.375em;
      width: 31.14754%; } }
  @media (min-width: 62.5em) {
    .nav-quick ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .nav-quick li {
    display: inline-block; }
    @media (min-width: 62.5em) {
      .nav-quick li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto; } }
  .nav-quick a {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.33333em;
    text-transform: uppercase;
    color: #c0c1c9;
    margin-bottom: 0;
    font-size: 0.9375em;
    color: #f15b5b; }
    .nav-quick a:hover {
      color: #fff; }
    @media (min-width: 62.5em) {
      .nav-quick a {
        padding-right: 5;
        padding-left: 5; } }
    .nav-quick a:hover {
      color: #fff; }
  @media (min-width: 18.75em) {
    .nav-quick {
      display: block; } }
  @media (min-width: 50em) {
    .nav-quick {
      float: right; } }
  .nav-quick.clone {
    display: block;
    padding-bottom: 1.25em;
    text-align: center; }
    @media (min-width: 50em) {
      .nav-quick.clone {
        display: none; } }
  .nav-quick.clone li {
    display: block; }
  .nav-quick li:nth-of-type(1) a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  @media (max-width: 31.1875em) {
    .nav-quick li:nth-of-type(2) a {
      padding-right: 0; } }
  .nav-quick li:nth-of-type(2) a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-quick li:nth-of-type(3) {
    display: none; }
    @media (min-width: 31.25em) {
      .nav-quick li:nth-of-type(3) {
        display: inline-block; } }
    .nav-quick.clone li:nth-of-type(3) {
      display: block; }
    @media (min-width: 31.25em) {
      .nav-quick li:nth-of-type(3) a {
        padding-right: 0; } }
    .nav-quick li:nth-of-type(3) a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  @media (min-width: 18.75em) {
    .nav-quick a {
      padding: 0.8em 0.33333em; } }
  @media (min-width: 25em) {
    .nav-quick a {
      padding: 0.8em 1em; } }
  .nav-quick.clone a {
    padding: 0;
    color: #5b070f; }
  .nav-quick a:before {
    margin-right: 0.3125em; }

.nav-util {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.875em;
  padding-bottom: 1.875em; }
  .nav-util ul,
  .nav-util ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-util a {
    display: block; }
  @media (min-width: 37.5em) {
    .nav-util {
      clear: both;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      padding-top: 1.875em; } }
  @media (min-width: 81.25em) {
    .nav-util {
      border-top: 0;
      padding: 0; } }
  @media (min-width: 81.25em) {
    .nav-util:before {
      position: absolute;
      top: -4.0625em;
      left: 50%;
      height: 8.5em;
      width: 6em;
      content: '';
      background: url("/uploaded/themes/default/images/crest.png") no-repeat 0 0;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  @media (min-width: 37.5em) {
    .nav-util nav:before, .nav-util nav:after {
      position: absolute;
      top: 0;
      height: 1px;
      width: 100%;
      content: '';
      background: rgba(255, 255, 255, 0.12); } }
  .nav-util nav:before {
    right: 100%; }
  .nav-util nav:after {
    left: 100%; }
  .nav-util ul {
    zoom: 1; }
    .nav-util ul:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 81.25em) {
      .flexbox .nav-util ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media (min-width: 37.5em) {
    .nav-util li {
      float: left;
      width: 32.33333%; } }
  @media (min-width: 81.25em) {
    .nav-util li {
      width: auto; }
      .flexbox .nav-util li {
        float: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto; } }
  @media (min-width: 81.25em) {
    .flexbox .nav-util li:nth-of-type(-n+3) a {
      text-align: left; }
    .no-flexbox .nav-util li:nth-of-type(-n+3) a {
      padding-right: 3.26667em; } }
  @media (min-width: 81.25em) {
    .flexbox .nav-util li:nth-of-type(n+4) a {
      text-align: right; }
    .no-flexbox .nav-util li:nth-of-type(n+4) a {
      padding-left: 3.26667em; } }
  .nav-util li:nth-of-type(1) a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-util li:nth-of-type(2) a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  @media (min-width: 81.25em) {
    .nav-util li:nth-of-type(3) {
      margin-right: 7.8125em; } }
  .nav-util li:nth-of-type(3) a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-util li:nth-of-type(4) a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-util a {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.33333em;
    text-transform: uppercase;
    color: #c0c1c9;
    margin-bottom: 0;
    font-size: 0.9375em;
    color: #f15b5b;
    padding: 0.26667em 0; }
    .nav-util a:hover {
      color: #fff; }
    @media (min-width: 37.5em) {
      .nav-util a {
        padding: 0.4em 0; } }
    @media (min-width: 81.25em) {
      .nav-util a {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 2.4em 0; } }
    .nav-util a:before {
      margin-right: 0.26667em; }

/*! components - sonic-slide v0.0.1 */
.controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 100%;
  text-align: center;
  pointer-events: none;
  visibility: hidden; }
  .controls span {
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }
    .controls span:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      top: 50%;
      font-family: "IcoMoon";
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .controls .prev {
    left: 0; }
    .controls .prev:before {
      content: '\e601';
      font-family: 'IcoMoon2'; }
  .controls .next {
    right: 0; }
    .controls .next:before {
      content: '\e602';
      font-family: 'IcoMoon2'; }

.pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  text-align: center; }
  .pagination span {
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
    .pagination span.active {
      pointer-events: none; }

.slideshow {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
  list-style: none; }

.slideshow-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 1s ease-out, visibility 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .csstransforms3d .slideshow-item {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .no-csstransforms .slideshow-item {
    left: -100%; }
  .slideshow-item.active ~ * {
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0); }
    .csstransforms3d .slideshow-item.active ~ * {
      -webkit-transform: translate3d(200%, 0, 0);
      transform: translate3d(200%, 0, 0); }
    .no-csstransforms .slideshow-item.active ~ * {
      left: 200%; }
  .slideshow-item.active + * {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .csstransforms3d .slideshow-item.active + * {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .no-csstransforms .slideshow-item.active + * {
      left: 100%; }
  .slideshow-item.active {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .csstransforms3d .slideshow-item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .no-csstransforms .slideshow-item.active {
      left: 0; }

.controls span {
  width: 3em;
  font-size: 1.25em; }

.pagination {
  text-align: center; }
  .pagination span {
    height: 1em;
    width: 1em;
    margin: 2% 1%;
    background: rgba(255, 255, 255, 0.5); }
    .pagination span:hover {
      background: rgba(255, 255, 255, 0.75); }
    .pagination span.active {
      background: rgba(0, 0, 0, 0.5); }

/*! elements - accordion v0.0.1 */
.fsAccordion .fsPanel:first-child .fsElementTitle {
  -webkit-box-shadow: 0 -1px 0 0 #dfdfdf, 0 1px 0 0 #dfdfdf;
  box-shadow: 0 -1px 0 0 #dfdfdf, 0 1px 0 0 #dfdfdf; }
.fsAccordion .fsPanel .fsElementTitle {
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1px;
  padding: 0.70833em 0.83333em;
  font-size: 1.5em;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 0 0 #dfdfdf;
  box-shadow: 0 1px 0 0 #dfdfdf;
  color: inherit; }
  .fsAccordion .fsPanel .fsElementTitle:before, .fsAccordion .fsPanel .fsElementTitle:after {
    display: inline-block;
    border: 0 !important;
    height: auto !important;
    width: auto !important;
    font-family: "IcoMoon";
    font-size: 0.75em;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s; }
  .fsPanelIconBefore .fsPanel .fsElementTitle:before {
    margin: 0 0.625em 0 0 !important;
    content: '\f067' !important; }
    .fsPanelIconBefore .fsStateOpen .fsElementTitle:before {
      content: '\f068' !important; }
  .fsPanelIconAfter .fsPanel .fsElementTitle:after {
    float: right;
    margin: 0 !important;
    content: '\f067' !important; }
    .fsPanelIconAfter .fsStateOpen .fsElementTitle:after {
      content: '\f068' !important; }
  .fsPanel:hover .fsElementTitle {
    background: #f15b5b;
    color: #fff; }
  .fsStateOpen .fsElementTitle {
    background: #e63f52;
    color: #fff !important; }
.fsPanel > .fsElementContent {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1.25em 2.8125em;
  background: #eee; }
  .fsPanel > .fsElementContent p:last-child {
    margin-bottom: 0; }

/*! elements - athletics v0.0.1 */
.fsAthleticsEvent .fsTitle {
  display: inline-block; }

.fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsOpponentNames {
  display: inline-block; }

/*! elements - calendar v0.0.1 */
.fsCalendar .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.19231em;
  margin-bottom: 0.38462em;
  border-top: 1px solid #dddee6;
  margin-top: 0.61538em;
  margin-bottom: 0.26923em;
  padding-top: 0.5em; }
  .fsCalendar .fsTitle a {
    color: inherit; }
    .fsCalendar .fsTitle a:hover {
      color: #e63f52; }
.fsCalendar .fsDate .fsDayName {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.33333em;
  text-transform: uppercase;
  color: #c0c1c9;
  display: block; }
.fsCalendar .fsDate .fsMonth {
  margin-top: 0;
  font-weight: normal;
  font-family: "effra", sans-serif;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.11111em;
  margin-bottom: 0.05556em;
  color: #f15b5b; }
.fsCalendar .fsDate .fsDay {
  margin-top: 0;
  font-weight: normal;
  font-family: "effra", sans-serif;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.11111em;
  margin-bottom: 0.05556em;
  color: #f15b5b; }
.fsCalendar .fsEventDetails {
  color: #a8a8a8; }
.fsCalendar .fsMeridian {
  text-transform: lowercase; }

/*! elements - common v0.0.1 */
.fsElementTitle p {
  margin-bottom: 0; }

.fsListItems article {
  margin-bottom: 1.25em; }

@media (min-width: 50em) {
  .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: 50em) {
    .fsGrid .fsListItems > * {
      display: inline-block;
      vertical-align: top; } }
@media (min-width: 50em) {
  .fsGrid .fsStyleTwoColumns > * {
    width: 49.5%; } }
@media (min-width: 50em) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 49.5%; } }
@media (min-width: 56.25em) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 32.83333%; } }
@media (min-width: 50em) {
  .fsGrid .fsStyleFourColumns > * {
    width: 49.5%; } }
@media (min-width: 56.25em) {
  .fsGrid .fsStyleFourColumns > * {
    width: 32.83333%; } }
@media (min-width: 62.5em) {
  .fsGrid .fsStyleFourColumns > * {
    width: 24.5%; } }
@media (min-width: 50em) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 49.5%; } }
@media (min-width: 56.25em) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 32.83333%; } }
@media (min-width: 62.5em) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 24.5%; } }
@media (min-width: 76.25em) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 19.5%; } }

/*! elements - constituent v0.0.1 */
.fsConstituent .fsElementPagination {
  margin-bottom: 1.25em; }
.fsConstituentItem {
  float: none;
  max-width: 18.75em;
  width: 100% !important;
  margin: 0 auto 1.25em;
  padding-bottom: 1.25em;
  -webkit-box-shadow: inset 0 0 0 0.0625em rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 0.0625em rgba(0, 0, 0, 0.1); }
  @media (min-width: 50em) {
    .fsConstituentItem {
      display: inline-block;
      vertical-align: top;
      max-width: 100%; } }
  .fsConstituentItem > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
.fsConstituent .fsPhoto {
  padding-right: 0;
  padding-left: 0; }
  .fsConstituent .fsPhoto img {
    display: block;
    width: 100%; }
.fsConstituent .fsFullName {
  padding-top: 1.25rem; }

@media (min-width: 50em) {
  [class^='fsConstituentColumnLayout'] {
    -webkit-column-gap: 1.25em;
    -moz-column-gap: 1.25em;
    column-gap: 1.25em; } }

@media (min-width: 50em) {
  .fsConstituentColumnLayout_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 50em) {
  .fsConstituentColumnLayout_3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media (min-width: 56.25em) {
  .fsConstituentColumnLayout_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 50em) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media (min-width: 56.25em) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }
@media (min-width: 62.5em) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

.fsProfileSection {
  margin-bottom: 1.25em; }

.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em; }
  @media (min-width: 50em) {
    .fsConstituent.fsSearch label {
      display: inline-block;
      vertical-align: top;
      width: 49.5%;
      padding-right: 0.625em;
      padding-left: 0.625em; } }
  @media (min-width: 56.25em) {
    .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: 50em) {
    .fsConstituent.fsSearch [type*='submit'] {
      margin-left: 0.625em; } }

/*! elements - news v0.0.1 */
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em; }
  .fsNews .fsThumbnail img {
    display: block; }
.fsNews .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "effra", sans-serif;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.11111em;
  margin-bottom: 0.05556em; }

/*! elements - search v0.0.1 */
.site-search {
  position: relative;
  margin: 0 -1.25em 2.5em;
  padding: 0.625em;
  text-align: center;
  background: #f15b5b;
  color: #fff; }
  @media (min-width: 37.5em) {
    .site-search {
      padding: 1.25em;
      padding-top: 0; } }
  @media (min-width: 75em) {
    .site-search {
      margin-bottom: 3.4375em; } }
  .site-search h2 {
    padding: 0.90909em 0;
    font-size: 1em; }
    @media (min-width: 25em) {
      .site-search h2 {
        font-size: 1.375em; } }
    @media (min-width: 37.5em) {
      .site-search h2 {
        padding: 0.66667em 0 0.4em;
        font-size: 1.875em; } }
  .site-search .gsc-search-box {
    position: relative;
    margin-bottom: 0 !important;
    font-size: 1em !important;
    position: relative;
    margin: 0 auto;
    max-width: 76.25em;
    max-width: 76.25rem; }
  .site-search .gsc-input {
    padding: 0 !important;
    width: 100%; }
  .site-search #gsc-iw-id1 {
    height: auto !important;
    border: 0 !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .site-search #gs_tti50 {
    padding: 0 !important; }
  .site-search #gsc-i-id1 {
    padding: 1.4em !important;
    padding-left: 2.5em !important;
    font-size: 1.25em;
    background: rgba(0, 0, 0, 0.1) !important;
    color: #f07e7b; }
    @media (min-width: 37.5em) {
      .site-search #gsc-i-id1 {
        padding-left: 3.75em !important; } }
  .site-search .gsib_b {
    display: none; }
  .site-search .gsc-search-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3.125em;
    text-align: center; }
    @media (min-width: 37.5em) {
      .site-search .gsc-search-button {
        width: 5em; } }
    .site-search .gsc-search-button:before {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 200;
      width: 100%;
      content: '\e60d';
      font-family: "IcoMoon";
      font-size: 1.5em;
      text-align: center;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: rgba(255, 255, 255, 0.7); }
    .site-search .gsc-search-button input {
      height: 100% !important;
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
      background: none !important;
      opacity: 0; }

/*! elements - social v0.0.1 */
.fsFacebook ul,
.fsFacebook ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
.fsFacebook a {
  display: block; }

.fsFacebookListItem {
  margin-bottom: 1.25em; }

.fsFacebookFollow a {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.33333em;
  text-transform: uppercase;
  color: #c0c1c9;
  margin-bottom: 0.55556em;
  display: inline-block;
  margin: 0 0 0.625em;
  padding: 1.66667em 1.25em 1.33333em;
  width: 100%;
  font-weight: normal;
  text-align: center;
  background: #1c1c1c;
  border: 0;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  color: #fff; }
  .fsFacebookFollow a:hover {
    background: #0f0f0f;
    color: #fff; }
  .fsFacebookFollow a em {
    display: block;
    font-size: 0.88889em;
    font-style: normal;
    text-transform: none; }

/*! elements - tabs v0.0.1 */
.fsTabs .ui-widget {
  border: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #1c1c1c; }
.fsTabs .ui-tabs-nav {
  padding: 0;
  letter-spacing: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.75em;
  background: none;
  color: #1c1c1c; }
.fsTabs .fsTabsNavItem {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  border: 0; }
.fsTabs .ui-tabs-anchor {
  float: none;
  display: block;
  background: #004378;
  color: #fff !important;
  outline: 0; }
  .fsTabs .ui-tabs-anchor:hover {
    background: #f15b5b; }
  .fsTabs .ui-tabs-active .ui-tabs-anchor {
    background: #e63f52; }
.fsTabs .fsTab {
  padding: 1.25em 0; }

/*! elements - unqiue v0.0.1 */
.hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vw;
  min-height: 34.375em;
  max-height: 34.375em; }
  .hero img {
    display: none; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1); }
.s-divisor {
  margin-bottom: 1.25em;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2); }

.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: 44.44444%; }
    @media (min-width: 37.5em) {
      .colors ol li {
        width: 22.22222%; } }
    @media (min-width: 76.25em) {
      .colors ol li {
        margin-bottom: 0;
        width: 11.11111%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #1c1c1c;
      color: #1c1c1c; }
      .colors ol li:nth-of-type(1):after {
        content: "#1c1c1c"; }
    .colors ol li:nth-of-type(2) {
      background: #004378;
      color: #004378; }
      .colors ol li:nth-of-type(2):after {
        content: "#004378"; }
    .colors ol li:nth-of-type(3) {
      background: #052c4e;
      color: #052c4e; }
      .colors ol li:nth-of-type(3):after {
        content: "#052c4e"; }
    .colors ol li:nth-of-type(4) {
      background: #021525;
      color: #021525; }
      .colors ol li:nth-of-type(4):after {
        content: "#021525"; }
    .colors ol li:nth-of-type(5) {
      background: #e63f52;
      color: #e63f52; }
      .colors ol li:nth-of-type(5):after {
        content: "#e63f52"; }
    .colors ol li:nth-of-type(6) {
      background: #f15b5b;
      color: #f15b5b; }
      .colors ol li:nth-of-type(6):after {
        content: "#f15b5b"; }
    .colors ol li:nth-of-type(7) {
      background: #8fb3cf;
      color: #8fb3cf; }
      .colors ol li:nth-of-type(7):after {
        content: "#8fb3cf"; }
    .colors ol li:nth-of-type(8) {
      background: #76777b;
      color: #76777b; }
      .colors ol li:nth-of-type(8):after {
        content: "#76777b"; }
    .colors ol li:nth-of-type(9) {
      background: #c0c1c9;
      color: #c0c1c9; }
      .colors ol li:nth-of-type(9):after {
        content: "#c0c1c9"; }

.headers h1:after {
  content: " size: 40px / line: 40"; }
.headers h2:after {
  content: " size: 36px / line: 40"; }
.headers h3:after {
  content: " size: 26px / line: 31"; }
.headers h4:after {
  content: " size: 26px / line: 31"; }
.headers h5:after {
  content: " size: 18px / line: 24"; }
.headers h6:after {
  content: " size: 18px / line: 24"; }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0; }
.home #fsPageBody {
  max-width: 100%; }
.home #fsPageContent {
  margin-bottom: 0; }
.home .hero {
  display: none; }
.home .fsLayout {
  margin: 0; }
.home .fsDiv {
  margin-bottom: 0;
  padding: 0; }
.home .fsDiv > .fsElement {
    margin-bottom: 0; }

.main-slideshow {
  position: relative; }
  .main-slideshow .fsMediaContainer {
    font-family: "effra", sans-serif;
    font-size: 1em !important; }
  .main-slideshow article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 31.25em;
    height: 100vh; }
    .main-slideshow article.active {
      position: relative;
      pointer-events: auto;
      opacity: 1;
      visibility: visible; }
    .main-slideshow article:before {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 40%;
      width: 100%;
      content: '';
      background: transparent;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0.45)));
      background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.45) 100%);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.45) 100%); }
  .main-slideshow .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.25em;
    text-align: center; }
    @media (min-width: 37.5em) {
      .main-slideshow .caption {
        padding-bottom: 2.5em; } }
  .main-slideshow h3 {
    margin-bottom: 0.5em;
    font-size: 1.875em;
    line-height: 1.33333em; }
    @media (min-width: 37.5em) {
      .main-slideshow h3 {
        margin-bottom: 0.41667em;
        font-size: 2.25em;
        line-height: 1.11111em; } }
  .main-slideshow a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #adddfd; }
    @media (min-width: 37.5em) {
      .main-slideshow a {
        font-size: 1.25em; } }
    .main-slideshow a:before {
      display: inline-block;
      margin-right: 0.375em;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .main-slideshow a:hover {
      color: #004378; }
      .main-slideshow a:hover:before {
        -webkit-animation: bloop .5s 3;
        animation: bloop .5s 3; }

@-webkit-keyframes bloop {
  50% {
    -webkit-transform: translate(-0.25em, 0);
    transform: translate(-0.25em, 0); } }

@keyframes bloop {
  50% {
    -webkit-transform: translate(-0.25em, 0);
    transform: translate(-0.25em, 0); } }
.main-controls {
  top: 50%;
  height: 5em;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .main-controls span {
    width: 4em;
    font-size: 1.25em;
    background: rgba(0, 0, 0, 0.43);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    -webkit-transition: background .3s, -webkit-transform .3s;
    transition: background .3s, transform .3s; }
    .main-controls span:before {
      -webkit-transition: -webkit-transform .4s;
      transition: transform .4s; }
    .main-controls span:hover {
      background: rgba(0, 0, 0, 0.65); }
  .main-controls .prev {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }
    .main-controls .prev:before {
      -webkit-transform: translate(25%, -50%);
      -ms-transform: translate(25%, -50%);
      transform: translate(25%, -50%); }
    .main-controls .prev:hover {
      -webkit-transform: translate(-25%, 0) scale(1.25);
      -ms-transform: translate(-25%, 0) scale(1.25);
      transform: translate(-25%, 0) scale(1.25); }
      .main-controls .prev:hover:before {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .main-controls .next {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; }
    .main-controls .next:before {
      -webkit-transform: translate(-25%, -50%);
      -ms-transform: translate(-25%, -50%);
      transform: translate(-25%, -50%); }
    .main-controls .next:hover {
      -webkit-transform: translate(25%, 0) scale(1.25);
      -ms-transform: translate(25%, 0) scale(1.25);
      transform: translate(25%, 0) scale(1.25); }
      .main-controls .next:hover:before {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }

.news-controls, .calendar-controls {
  position: relative;
  margin: 0 auto;
  max-width: 76.25em;
  max-width: 76.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .news-controls span, .calendar-controls span {
    width: 1em;
    font-size: 2.8125em;
    color: #dbdbdb;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .news-controls span:hover, .calendar-controls span:hover {
      color: #c2c2c2; }

.news {
  position: relative;
  padding: 1.875em 1.25em 2.8125em; }
  @media (min-width: 37.5em) {
    .news {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (min-width: 76.25em) {
    .news {
      padding-top: 4.375em;
      padding-bottom: 4.375em; } }
  .news .fsListItems {
    position: relative;
    margin: 0 auto;
    max-width: 63.75em;
    max-width: 63.75rem; }
  .news article {
    min-height: 15em;
    margin-bottom: 0; }
    @media (min-width: 37.5em) {
      .news article {
        padding-right: 2.5em;
        padding-left: 2.5em; } }
    @media (min-width: 76.25em) {
      .news article {
        padding-right: 0;
        padding-left: 0; } }
  .news .fsThumbnail {
    height: 15em;
    max-width: 12.5em;
    width: 100%;
    border: 0.3125em solid #e7e7e7;
    margin: 0 auto 1.875em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 37.5em) {
      .news .fsThumbnail {
        float: left;
        margin-right: 1.25em; } }
    @media (min-width: 50em) {
      .news .fsThumbnail {
        margin-right: 2.5em; } }
    @media (min-width: 76.25em) {
      .news .fsThumbnail {
        margin-right: 3.125em; } }
    .news .fsThumbnail img {
      display: none; }
  .news h6 {
    padding-top: 0.9375em;
    font-size: 1em; }
  .news .fsBody {
    display: none; }
    @media (min-width: 37.5em) {
      .news .fsBody {
        display: block; } }

.news {
  overflow: hidden; }
  .news .slick-slider {
    margin-bottom: 0 !important; }
  .news .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 76.25em;
    max-width: 76.25rem; }
    .news .fsElementContent article {
      padding: 0; }
      @media (min-width: 37.5em) {
        .news .fsElementContent article {
          padding-right: 6.25em;
          padding-left: 6.25em; } }
    @media (min-width: 37.5em) {
      .news .fsElementContent .fsThumbnail {
        margin-bottom: 0; } }
  .news .fsPrevButton {
    top: 0;
    left: -0.22222em !important;
    width: 1em;
    font-size: 2.8125em !important;
    color: transparent;
    -webkit-transition: color .3s;
    transition: color .3s; }
    @media (min-width: 76.25em) {
      .news .fsPrevButton {
        left: 0 !important; } }
    .news .fsPrevButton:before {
      content: '\e601';
      font-family: 'IcoMoon2';
      color: #dbdbdb; }
  .news .fsNextButton {
    top: 0;
    right: -0.22222em !important;
    width: 1em;
    font-size: 2.8125em !important;
    color: transparent;
    -webkit-transition: color .3s;
    transition: color .3s; }
    @media (min-width: 76.25em) {
      .news .fsNextButton {
        right: 0 !important; } }
    .news .fsNextButton:before {
      content: '\e602';
      font-family: 'IcoMoon2';
      color: #dbdbdb; }

.news-controls {
  height: 72%; }
  @media (min-width: 37.5em) {
    .news-controls {
      height: 100%; } }

.calendar {
  position: relative;
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 3.75em;
  padding-bottom: 2.5em;
  text-align: center;
  background: #f7f7f7; }
  @media (min-width: 50em) {
    .calendar {
      padding-top: 3.125em;
      padding-bottom: 3.125em; } }
  .calendar .fsListItems {
    position: relative;
    margin: 0 auto;
    max-width: 67.5em;
    max-width: 67.5rem;
    position: relative; }
  .calendar article {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    pointer-events: none;
    /* opacity: 0; */
    /* visibility: hidden; */
    margin-bottom: 0; }
    .calendar article.active {
      position: relative;
      pointer-events: auto;
      opacity: 1;
      visibility: visible; }
    @media (min-width: 50em) {
      .calendar article {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        border-right: 1.875em solid #f7f7f7;
        border-left: 1.875em solid #f7f7f7;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
        -webkit-box-shadow: -1px 0 0 0 #dddee6;
        box-shadow: -1px 0 0 0 #dddee6; } }
    @media (min-width: 62.5em) {
      .calendar article {
        width: 33.33333%;
        padding-top: 2.1875em;
        padding-bottom: 2.1875em; } }
    .calendar article.active {
      -webkit-box-shadow: none;
      box-shadow: none; }
      @media (min-width: 50em) {
        .calendar article.active + article {
          position: relative;
          pointer-events: auto;
          opacity: 1;
          visibility: visible; } }
      @media (min-width: 62.5em) {
        .calendar article.active + article + article {
          position: relative;
          pointer-events: auto;
          opacity: 1;
          visibility: visible; } }

.calendar-controls {
  height: 72%; }
  @media (min-width: 50em) {
    .calendar-controls {
      height: 100%; } }

.spotlight {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 7.8125em;
  padding-bottom: 11.25em;
  text-align: center;
  color: #fff; }
  @media (min-width: 37.5em) {
    .spotlight {
      padding-bottom: 7.1875em; } }
  @media (min-width: 76.25em) {
    .spotlight {
      background-attachment: fixed; } }
  .spotlight:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(241, 91, 91, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(241, 91, 91, 0.1)), to(rgba(237, 44, 44, 0.1)));
    background: -webkit-linear-gradient(top, rgba(241, 91, 91, 0.1) 0, rgba(237, 44, 44, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(241, 91, 91, 0.1) 0, rgba(237, 44, 44, 0.1) 100%); }
  .spotlight .fsElementTitle {
    position: relative;
    margin-bottom: 0.76923em;
    font-family: "effra", sans-serif;
    font-size: 1.625em;
    font-weight: normal;
    letter-spacing: .06em;
    text-transform: uppercase; }
    @media (min-width: 37.5em) {
      .spotlight .fsElementTitle {
        margin-bottom: 0.4em;
        font-size: 2.5em; } }
  .spotlight .fsElementHeaderContent {
    position: relative;
    margin-bottom: 1.72727em;
    font-size: 3.4375em;
    font-weight: 800;
    line-height: 1; }
    @media (min-width: 37.5em) {
      .spotlight .fsElementHeaderContent {
        font-size: 5em; } }
    @media (min-width: 56.25em) {
      .spotlight .fsElementHeaderContent {
        font-size: 6.375em;
        margin-bottom: 1.22549em; } }
  .spotlight img {
    display: none; }
  .spotlight .fsElementFooterContent {
    position: relative;
    font-family: "adriane", Georgia, serif;
    font-size: 1.625em;
    font-style: italic;
    font-weight: 700; }
    @media (min-width: 37.5em) {
      .spotlight .fsElementFooterContent {
        font-size: 1.875em; } }
    @media (min-width: 37.5em) {
      .spotlight .fsElementFooterContent:before {
        display: block;
        height: 0.16667em;
        max-width: 6em;
        width: 100%;
        margin: 0 auto 1.16667em;
        background: #fc8888;
        content: ''; } }

.pic-container {
  padding-right: 1.25em;
  padding-left: 1.25em;
  position: relative; }
  @media (max-width: 76.1875em) {
    .pic-container {
      background: #fff !important; } }
  @media (min-width: 76.25em) {
    .pic-container {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed; } }
  @media (min-width: 50em) {
    .pic-container {
      padding-top: 0.375em;
      padding-bottom: 0.375em; } }
  .pic-container:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(255, 255, 255, 0.85); }
  .pic-container .fsDiv {
    position: relative;
    border-bottom: 1px dashed #c2c2c2; }
    @media (min-width: 50em) {
      .pic-container .fsDiv {
        padding: 0.375em 0; } }
    @media (min-width: 62.5em) {
      .pic-container .fsDiv {
        width: 50%; } }
    @media (min-width: 76.25em) {
      .pic-container .fsDiv {
        width: 25%; } }
    .pic-container .fsFourColumnLayout + div .fsDiv:last-child {
      border-bottom: 0; }
    @media (min-width: 50em) {
      .pic-container .fsFourColumnLayout + div .fsDiv:nth-of-type(n+3) {
        border-bottom: 0; } }
    @media (min-width: 76.25em) {
      .pic-container .fsFourColumnLayout + div .fsDiv {
        border-bottom: 0; } }

[class*='-pic'] {
  overflow: hidden;
  padding-right: 1.25em;
  padding-left: 1.25em;
  text-align: center;
  color: #004378; }
  [class*='-pic']:before {
    display: block;
    margin-bottom: 1.25rem;
    line-height: 1;
    color: #bcbdc1; }
  [class*='-pic'] h3 {
    margin-bottom: 0.26923em; }
  [class*='-pic'] p {
    margin: 0;
    font-size: 1.25em; }
  [class*='-pic'] a {
    font-size: 1.125em;
    font-weight: 800; }
    [class*='-pic'] a:after {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.22222em;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    [class*='-pic'] a:hover:after {
      -webkit-animation: swoop .6s 3;
      animation: swoop .6s 3; }

.girl-pic {
  padding-top: 2.6875em;
  padding-bottom: 2em; }
  @media (min-width: 50em) {
    .girl-pic {
      border-right: 1px dashed #c2c2c2; } }
  .girl-pic:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 3.875em; }

.globe-pic {
  padding-top: 2.375em;
  padding-bottom: 1.8125em; }
  @media (min-width: 76.25em) {
    .globe-pic {
      border-right: 1px dashed #c2c2c2; } }
  .globe-pic:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 4.25em; }

.boarding-pic {
  padding-top: 2.5em;
  padding-bottom: 2em; }
  @media (min-width: 50em) {
    .boarding-pic {
      border-right: 1px dashed #c2c2c2; } }
  .boarding-pic:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 4.0625em; }

.class-pic {
  padding-top: 2.1875em;
  padding-bottom: 2em; }
  .class-pic:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 4.125em; }

.founded-pic {
  padding-top: 3em;
  padding-bottom: 1.9375em; }
  @media (min-width: 50em) {
    .founded-pic {
      border-right: 1px dashed #c2c2c2;
      padding-top: 5em;
      padding-bottom: 4.1875em; } }
  @media (min-width: 76.25em) {
    .founded-pic {
      border-bottom: 0; } }
  .founded-pic .fsElementHeaderContent {
    font-size: 2.6875em;
    font-style: italic; }
    @media (min-width: 25em) {
      .founded-pic .fsElementHeaderContent {
        margin-left: -1.53488em; } }
  .founded-pic .fsElementFooterContent {
    font-size: 5.75em;
    color: #bcbdc1; }
    .founded-pic .fsElementFooterContent h2 {
      margin-bottom: 0;
      color: inherit; }
  .founded-pic h2 {
    font-size: inherit;
    line-height: .9; }

.scholar-pic {
  padding-top: 2.625em;
  padding-bottom: 2.5em; }
  @media (min-width: 76.25em) {
    .scholar-pic {
      border-bottom: 0;
      border-right: 1px dashed #c2c2c2; } }
  .scholar-pic:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 4.0625em; }

.aviation-pic {
  padding-top: 3.125em;
  padding-bottom: 2.4375em; }
  @media (min-width: 50em) {
    .aviation-pic {
      border-right: 1px dashed #c2c2c2; } }
  .aviation-pic:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 3.5em; }

.grad-pic {
  border-bottom: 0;
  padding-top: 2.1875em;
  padding-bottom: 2.1875em; }
  .grad-pic .fsElementHeaderContent {
    font-size: 4.1875em;
    color: #bcbdc1; }
  .grad-pic h2 {
    font-size: inherit; }
  .grad-pic:before {
    margin-bottom: -0.46154em;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 2.1875em;
    -webkit-transform: translate(2em, 0.3125em) rotate(20deg) scaleX(-1);
    -ms-transform: translate(2em, 0.3125em) rotate(20deg) scaleX(-1);
    transform: translate(2em, 0.3125em) rotate(20deg) scaleX(-1); }

@-webkit-keyframes swoop {
  50% {
    -webkit-transform: translate(0.25em, 0);
    transform: translate(0.25em, 0); } }

@keyframes swoop {
  50% {
    -webkit-transform: translate(0.25em, 0);
    transform: translate(0.25em, 0); } }
/*! pages - pagex v0.0.1 */
