@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*$glyph-search: "\f002";
$glyph-close: "\f00d";
$glyph-remove: "\f00d";
$glyph-times: "\f00d";
$glyph-chevron-left: "\f053";
$glyph-chevron-right: "\f054";
$glyph-plus-circle: "\f055";
$glyph-minus-circle: "\f056";
$glyph-times-circle: "\f057";
$glyph-plus: "\f067";
$glyph-minus: "\f068";
$glyph-chevron-up: "\f077";
$glyph-chevron-down: "\f078";
$glyph-twitter: "\f099";
$glyph-facebook: "\f09a";
$glyph-facebook-f: "\f09a";
$glyph-bars: "\f0c9";
$glyph-navicon: "\f0c9";
$glyph-reorder: "\f0c9";
$glyph-angle-left: "\f104";
$glyph-angle-right: "\f105";
$glyph-angle-up: "\f106";
$glyph-angle-down: "\f107";
$glyph-youtube-play: "\f16a";
$glyph-instagram: "\f16d";*/
/*! 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;
  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 */
  -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: 65.55556em;
  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: 20px;
  margin-left: 20px; }

.margin-x-2x {
  margin-right: 40px;
  margin-left: 40px; }

.margin-y {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-y-2x {
  margin-top: 40px;
  margin-bottom: 40px; }

.padding-x {
  padding-right: 20px;
  padding-left: 20px; }

.padding-x-2x {
  padding-right: 40px;
  padding-left: 40px; }

.padding-y {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-y-2x {
  padding-top: 40px;
  padding-bottom: 40px; }

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
.nav-main .fsNavLevel1 > li > a,
.navigation.main .fsNavLevel1 > li > a, .fsContainer.off-canvas .navigation.off-canvas {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 600; }

/*! helpers - typography v0.0.1 */
[class^="icon-"],
[class*=" icon-"], .social-link:after, #fsHeader .utility-tools .drop-down > header .fsElementHeaderContent:after, .off-canvas-trigger:before, .fsContainer.off-canvas .drop-down > header .fsElementHeaderContent:after, .navigation.tier > header .fsElementHeaderContent:after,
.nav-sub > header .fsElementHeaderContent:after, .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarMonthBrowser .fsCalendarNextMonth:before, .fsSlideshow .fsElementContent .fsPrevButton:after, .fsSlideshow .fsElementContent .fsNextButton:after, form.gsc-search-box-tools td.gsc-search-button:after, .home .fsReadMoreLink:after, .home .slick-prev:after,
.home .slick-next:after, .home section.masthead .slide .copy a:after, .container.split-cta .cta .title:after, .fsContainer.by-the-numbers .slick-prev:after,
.fsContainer.by-the-numbers .slick-next:after, .fsPlayer.slideshow-enhancement .slick-prev:after,
.fsPlayer.slideshow-enhancement .slick-next:after, .container.spotlight-enhancement .spotlight-enhancement .callout .fsElementContent > a:after, .container.spotlight-enhancement .spotlight-enhancement-custom .callout .fsElementContent > a:after, .container.spotlight-enhancement-custom .spotlight-enhancement .callout .fsElementContent > a:after, .container.spotlight-enhancement-custom .spotlight-enhancement-custom .callout .fsElementContent > a:after, body.mashup .mashup-layout .fsFacebook .fsFacebookFollow a: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: #002163; }

.icon-search:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-remove:before {
  content: ""; }

.icon-times:before {
  content: ""; }

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

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

.icon-plus-circle:before {
  content: ""; }

.icon-minus-circle:before {
  content: ""; }

.icon-times-circle:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

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

.icon-bars:before {
  content: ""; }

.icon-navicon:before {
  content: ""; }

.icon-reorder:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

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

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

.icon-youtube-play:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-binoculars:before {
  content: ""; }

.icon-assignment:before {
  content: ""; }

/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default/fonts/icomoon/vanguard.eot");
  src: url("/uploaded/themes/default/fonts/icomoon/vanguard.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/icomoon/vanguard.woff") format("woff"), url("/uploaded/themes/default/fonts/icomoon/vanguard.ttf") format("truetype"), url("/uploaded/themes/default/fonts/icomoon/vanguard.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }
h1,
.alpha {
  margin-top: 0;
  color: #0d3e85;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1875;
  margin-bottom: 30px; }

h2,
.beta {
  margin-top: 0;
  color: #0d3e85;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px; }

h3,
.gamma {
  margin-top: 0;
  color: #0d3e85;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.17391;
  margin-bottom: 10px; }

h4,
.delta {
  margin-top: 0;
  color: #0d3e85;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px; }

h5,
.epsilon {
  margin-top: 0;
  color: #0d3e85;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11111;
  margin-bottom: 10px; }

h6,
.zeta {
  margin-top: 0;
  color: #0d3e85;
  font-weight: 700;
  color: #373737;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px; }

a {
  text-decoration: none;
  color: #c8ae0e;
  transition: background .3s, color .3s; }
  a:hover {
    color: #4a6ea4; }

ul,
ol {
  margin-top: 0;
  padding-left: 20px; }

.fs_style_27,
table.styled, .fs_style_28,
table.styled.header-row {
  margin-bottom: 20px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 700; }
  .fs_style_27 tr:first-child th,
  table.styled tr:first-child th, .fs_style_28 tr:first-child th, .fs_style_27 tr:first-child td,
  table.styled tr:first-child td, .fs_style_28 tr:first-child td {
    border-top: 1px solid #dfdfdf;
    overflow: hidden; }
    .fs_style_27 tr:first-child th:first-child,
    table.styled tr:first-child th:first-child, .fs_style_28 tr:first-child th:first-child, .fs_style_27 tr:first-child td:first-child,
    table.styled tr:first-child td:first-child, .fs_style_28 tr:first-child td:first-child {
      border-top-left-radius: 3px; }
    .fs_style_27 tr:first-child th:last-child,
    table.styled tr:first-child th:last-child, .fs_style_28 tr:first-child th:last-child, .fs_style_27 tr:first-child td:last-child,
    table.styled tr:first-child td:last-child, .fs_style_28 tr:first-child td:last-child {
      border-top-right-radius: 3px; }
  .fs_style_27 tr:last-child th,
  table.styled tr:last-child th, .fs_style_28 tr:last-child th, .fs_style_27 tr:last-child td,
  table.styled tr:last-child td, .fs_style_28 tr:last-child td {
    overflow: hidden; }
    .fs_style_27 tr:last-child th:first-child,
    table.styled tr:last-child th:first-child, .fs_style_28 tr:last-child th:first-child, .fs_style_27 tr:last-child td:first-child,
    table.styled tr:last-child td:first-child, .fs_style_28 tr:last-child td:first-child {
      border-bottom-left-radius: 3px; }
    .fs_style_27 tr:last-child th:last-child,
    table.styled tr:last-child th:last-child, .fs_style_28 tr:last-child th:last-child, .fs_style_27 tr:last-child td:last-child,
    table.styled tr:last-child td:last-child, .fs_style_28 tr:last-child td:last-child {
      border-bottom-right-radius: 3px; }
  .fs_style_27 th,
  table.styled th, .fs_style_28 th,
  table.styled.header-row th,
  .fs_style_27 td,
  table.styled td,
  .fs_style_28 td,
  table.styled.header-row td {
    vertical-align: top;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
    .fs_style_27 th:first-child,
    table.styled th:first-child, .fs_style_28 th:first-child,
    .fs_style_27 td:first-child,
    table.styled td:first-child,
    .fs_style_28 td:first-child {
      border-left: 1px solid #dfdfdf; }
  .fs_style_27 th,
  table.styled th, .fs_style_28 th,
  table.styled.header-row th {
    padding: 20px;
    text-align: left;
    background: #0d3e85;
    color: #fff; }
  .fs_style_27 td,
  table.styled td, .fs_style_28 td,
  table.styled.header-row td {
    padding: 10px 20px;
    background: #fff; }
  .fs_style_27 tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td, .fs_style_28 tr:nth-of-type(odd) td {
    background-color: #f2f2f2; }

.fs_style_28 > tr:first-child td, .fs_style_28 > tbody tr:first-child td,
table.styled.header-row > tr:first-child td,
table.styled.header-row > tbody tr:first-child td {
  background-color: palegoldenrod;
  color: #002163;
  border: none; }

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

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

/*! content - buttons v0.0.1 */
.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 20px;
  background-color: #0d3e85;
  color: palegoldenrod;
  outline: 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 23px;
  line-height: 1.21739;
  font-weight: 700; }
  .button:hover {
    background-color: #354897;
    color: palegoldenrod; }
  .button em {
    color: #fff;
    display: block;
    font-style: normal; }
  .button > em {
    font-size: 15px;
    line-height: 1.66667;
    font-weight: 700; }
  #fsBannerLeft .button, #fsBannerRight .button {
    display: block; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 20px;
  background-color: palegoldenrod;
  color: #fff;
  outline: 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .color-button:hover {
    background-color: #354897;
    color: #fff; }
  .color-button em {
    color: #fff;
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 20px;
  background-color: transparent;
  color: palegoldenrod;
  outline: 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0.2em solid palegoldenrod; }
  .hollow-button:hover {
    background-color: transparent;
    color: palegoldenrod; }
  .hollow-button em {
    color: #fff;
    display: block;
    font-style: normal; }

.button.callout {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 20px;
  background-color: #0d3e85;
  color: palegoldenrod;
  outline: 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 25px 30px;
  background-image: url("/uploaded/themes/default/images/pattern-subtle-tiles.png");
  background-repeat: repeat; }
  .button.callout:hover {
    background-color: #4a6ea4;
    color: palegoldenrod; }
  .button.callout em {
    color: #fff;
    display: block;
    font-style: normal; }

.social-link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 20px; }
  .social-link:first-child {
    margin-left: 0; }
  .social-link > span {
    display: none; }
  .social-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle; }
  .social-link.facebook:after {
    content: ""; }
  .social-link.youtube-play:after {
    content: ""; }
  .social-link.instagram:after {
    content: ""; }
  .social-link.twitter:after {
    content: ""; }

.fsReadMoreLink {
  font-size: 14px;
  line-height: 1.42857; }

/*! content - forms v0.0.1 */
textarea,
input,
select {
  padding: 6px 15px; }

select {
  max-width: 100%; }

.formPage textarea {
  width: 100% !important; }

.elementColumn {
  max-width: 100%; }

.mainGroupSub {
  max-width: 100%; }
  .mainGroupSub .pageControls {
    padding: 15px 0 15px 15px !important; }
  .mainGroupSub .userConfirmation {
    margin-bottom: 30px; }
  .mainGroupSub .elementRow {
    margin: 10px 0; }

label.horizontal {
  white-space: normal !important; }

form .submitBtn {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 16px 20px;
  background-color: palegoldenrod;
  color: #fff;
  outline: 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: palegoldenrod !important;
  color: #988300 !important;
  text-shadow: none;
  padding: 10px 30px;
  font-size: inherit;
  border: none !important; }
  form .submitBtn:hover {
    background-color: #988300;
    color: #fff; }
  form .submitBtn em {
    color: #fff;
    display: block;
    font-style: normal; }
  form .submitBtn:hover {
    transition: .3s;
    color: #988300 !important;
    background: palegoldenrod !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_8000,
.lead-in {
  font-size: 23px;
  line-height: 1.17391; }

.fs_style_8001,
blockquote {
  border-left: 5px solid palegoldenrod;
  padding-left: 25px;
  position: relative;
  margin: 30px 0;
  padding-top: 8px;
  font-size: 18px;
  line-height: 1.33333; }
  .fs_style_8001 + .fs_style_8002, .fs_style_8001 + cite,
  blockquote + .fs_style_8002,
  blockquote + cite {
    border-left: 5px solid palegoldenrod;
    padding-left: 25px; }

.fs_style_8002,
cite {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  font-style: normal;
  color: #a7a7a7;
  text-align: right; }
  .fs_style_8002:before,
  cite:before {
    content: '- '; }

.fs_style_8003,
.callout:not(.button) {
  margin-top: 0;
  color: #0d3e85;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 30px;
  color: #0d3e85;
  font-weight: 700; }
  .fs_style_8003.left,
  .callout:not(.button).left {
    float: left;
    padding-left: 0; }
    @media (min-width: 500px) {
      .fs_style_8003.left,
      .callout:not(.button).left {
        width: 50%; } }
  .fs_style_8003, .fs_style_8003.right,
  .callout:not(.button),
  .callout:not(.button).right {
    float: right;
    padding-right: 0; }
    @media (min-width: 500px) {
      .fs_style_8003, .fs_style_8003.right,
      .callout:not(.button),
      .callout:not(.button).right {
        width: 50%; } }
  .spotlight-enhancement .fs_style_8003, .spotlight-enhancement-custom .fs_style_8003, #fsBannerLeft .fs_style_8003, #fsBannerRight .fs_style_8003, .spotlight-enhancement
  .callout:not(.button), .spotlight-enhancement-custom
  .callout:not(.button), #fsBannerLeft
  .callout:not(.button), #fsBannerRight
  .callout:not(.button) {
    margin-top: 0;
    color: #0d3e85;
    font-weight: 700;
    color: #373737;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 5px;
    float: none;
    width: auto;
    padding: 20px;
    margin: 50px 0;
    border-top: 5px solid palegoldenrod;
    background: #f2f2f2; }
    .spotlight-enhancement .fs_style_8003:first-child, .spotlight-enhancement-custom .fs_style_8003:first-child, #fsBannerLeft .fs_style_8003:first-child, #fsBannerRight .fs_style_8003:first-child, .spotlight-enhancement
    .callout:not(.button):first-child, .spotlight-enhancement-custom
    .callout:not(.button):first-child, #fsBannerLeft
    .callout:not(.button):first-child, #fsBannerRight
    .callout:not(.button):first-child {
      margin-top: 0; }
    .spotlight-enhancement .fs_style_8003 header .fsElementTitle, .spotlight-enhancement-custom .fs_style_8003 header .fsElementTitle, #fsBannerLeft .fs_style_8003 header .fsElementTitle, #fsBannerRight .fs_style_8003 header .fsElementTitle, .spotlight-enhancement
    .callout:not(.button) header .fsElementTitle, .spotlight-enhancement-custom
    .callout:not(.button) header .fsElementTitle, #fsBannerLeft
    .callout:not(.button) header .fsElementTitle, #fsBannerRight
    .callout:not(.button) header .fsElementTitle {
      display: none; }
    .spotlight-enhancement .fs_style_8003 header .fsElementHeaderContent, .spotlight-enhancement-custom .fs_style_8003 header .fsElementHeaderContent, #fsBannerLeft .fs_style_8003 header .fsElementHeaderContent, #fsBannerRight .fs_style_8003 header .fsElementHeaderContent, .spotlight-enhancement
    .callout:not(.button) header .fsElementHeaderContent, .spotlight-enhancement-custom
    .callout:not(.button) header .fsElementHeaderContent, #fsBannerLeft
    .callout:not(.button) header .fsElementHeaderContent, #fsBannerRight
    .callout:not(.button) header .fsElementHeaderContent {
      margin-top: 0;
      color: #0d3e85;
      font-weight: 700;
      font-size: 23px;
      line-height: 1.17391;
      margin-bottom: 10px; }
    .spotlight-enhancement .fs_style_8003 :last-child, .spotlight-enhancement-custom .fs_style_8003 :last-child, #fsBannerLeft .fs_style_8003 :last-child, #fsBannerRight .fs_style_8003 :last-child, .spotlight-enhancement
    .callout:not(.button) :last-child, .spotlight-enhancement-custom
    .callout:not(.button) :last-child, #fsBannerLeft
    .callout:not(.button) :last-child, #fsBannerRight
    .callout:not(.button) :last-child {
      margin-bottom: 0; }
    .spotlight-enhancement .fs_style_8003 .fsElementContent img, .spotlight-enhancement-custom .fs_style_8003 .fsElementContent img, #fsBannerLeft .fs_style_8003 .fsElementContent img, #fsBannerRight .fs_style_8003 .fsElementContent img, .spotlight-enhancement
    .callout:not(.button) .fsElementContent img, .spotlight-enhancement-custom
    .callout:not(.button) .fsElementContent img, #fsBannerLeft
    .callout:not(.button) .fsElementContent img, #fsBannerRight
    .callout:not(.button) .fsElementContent img {
      margin-top: 15px;
      display: block;
      width: 100%; }
    .spotlight-enhancement .fs_style_8003 .fsElementContent p img, .spotlight-enhancement-custom .fs_style_8003 .fsElementContent p img, #fsBannerLeft .fs_style_8003 .fsElementContent p img, #fsBannerRight .fs_style_8003 .fsElementContent p img, .spotlight-enhancement
    .callout:not(.button) .fsElementContent p img, .spotlight-enhancement-custom
    .callout:not(.button) .fsElementContent p img, #fsBannerLeft
    .callout:not(.button) .fsElementContent p img, #fsBannerRight
    .callout:not(.button) .fsElementContent p img {
      margin-top: 15px; }

.caption-image {
  margin: 50px 0; }
  .caption-image:first-child {
    margin-top: 0; }
  .caption-image header .fsElementTitle {
    display: none; }
  .caption-image img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin-bottom: 20px; }
  .caption-image .fsElementContent,
  .caption-image p {
    margin-top: 0;
    color: #0d3e85;
    font-weight: 700;
    color: #373737;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 5px; }
  .caption-image :last-child {
    margin-bottom: 0; }

.fs_style_15,
.fs_style_16,
.fs_style_17 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 10px; }

.fs_style_15,
.fs_style_17 {
  margin-left: 0; }

.fs_style_16 {
  margin-right: 0; }

.fs_style_9999, .fs_style_9999 ul,
ul.styled,
ul.styled ul {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 50px; }

.fs_style_9999 li:before,
ul.styled li:before {
  margin-left: -1.5em;
  position: absolute;
  font-size: 9px;
  top: 8px; }

.fs_style_9999 li,
ul.styled li {
  position: relative; }
  .fs_style_9999 li:before,
  ul.styled li:before {
    content: '\25cf'; }

.fs_style_8500,
.caption {
  font-size: 12.6px;
  line-height: 1.2; }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px;
  background: url("/uploaded/themes/default/images/pattern-subtle-tiles.png") repeat #002163;
  border-bottom: 5px solid palegoldenrod; }
  #fsHeader > .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    min-height: 85px; }
    @media (min-width: 700px) {
      #fsHeader > .fsBanner {
        min-height: 118px;
        padding-bottom: 0; } }
    @media (min-width: 980px) {
      #fsHeader > .fsBanner {
        min-height: 120px; } }
    #fsHeader > .fsBanner > .fsContainer > .fsElementContent {
      zoom: 1; }
      #fsHeader > .fsBanner > .fsContainer > .fsElementContent:after {
        display: table;
        clear: both;
        content: ''; }
  #fsHeader .branding {
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 700px) {
      #fsHeader .branding {
        position: absolute;
        left: 0; } }
    @media (min-width: 980px) {
      #fsHeader .branding {
        top: 15px; } }
    #fsHeader .branding > header {
      display: none; }
    #fsHeader .branding figure {
      margin: 0;
      padding-right: 20px;
      position: relative; }
      #fsHeader .branding figure:after {
        content: '';
        width: 1px;
        height: 55px;
        background: palegoldenrod;
        position: absolute;
        top: 50%;
        right: -0.5px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (min-width: 700px) {
          #fsHeader .branding figure:after {
            height: 84px; } }
        @media (min-width: 980px) {
          #fsHeader .branding figure:after {
            height: 100px; } }
      #fsHeader .branding figure img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        max-height: 65px; }
        @media (min-width: 700px) {
          #fsHeader .branding figure img {
            max-height: 84px; } }
        @media (min-width: 980px) {
          #fsHeader .branding figure img {
            max-height: 100px; } }
      #fsHeader .branding figure figcaption {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-family: "athelas", Georgia, serif;
        text-transform: uppercase;
        text-align: center;
        font-size: 17px;
        line-height: 1;
        margin-left: 0.15em;
        letter-spacing: 0.02em; }
        @media (min-width: 700px) {
          #fsHeader .branding figure figcaption {
            font-size: 22px; } }
        @media (min-width: 980px) {
          #fsHeader .branding figure figcaption {
            font-size: 26px; } }
        #fsHeader .branding figure figcaption > span {
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          font-style: italic;
          text-transform: none;
          display: block;
          font-size: 13px;
          line-height: 0.8;
          text-align: left;
          padding-left: 1.3em; }
          @media (min-width: 700px) {
            #fsHeader .branding figure figcaption > span {
              font-size: 17px; } }
          @media (min-width: 980px) {
            #fsHeader .branding figure figcaption > span {
              font-size: 20px; } }
  #fsHeader .utilities {
    margin-left: 240px;
    display: none;
    text-align: left;
    padding-left: 20px;
    position: relative; }
    @media (min-width: 980px) {
      #fsHeader .utilities {
        margin-left: 280px; } }
    @media (min-width: 700px) {
      #fsHeader .utilities {
        display: block;
        margin-bottom: 14px; } }
    #fsHeader .utilities > header {
      display: none; }
  #fsHeader .tagline {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: palegoldenrod;
    font-style: italic;
    text-align: right;
    margin-bottom: 20px; }
    @media (min-width: 980px) {
      #fsHeader .tagline {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    #fsHeader .tagline > header {
      display: none; }
    #fsHeader .tagline p {
      margin: 0; }
  @media (min-width: 980px) {
    #fsHeader .utility-tools {
      float: right; } }
  #fsHeader .utility-tools > header {
    display: none; }
  #fsHeader .utility-tools > .fsElementContent {
    text-align: right; }
  #fsHeader .utility-tools .drop-down {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    position: relative; }
    #fsHeader .utility-tools .drop-down.open > header .fsElementHeaderContent {
      border-color: #fff; }
      #fsHeader .utility-tools .drop-down.open > header .fsElementHeaderContent:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    #fsHeader .utility-tools .drop-down.open > .fsElementContent {
      max-height: 300px; }
    @media (min-width: 980px) {
      #fsHeader .utility-tools .drop-down:hover > header .fsElementHeaderContent {
        border-color: #fff; }
        #fsHeader .utility-tools .drop-down:hover > header .fsElementHeaderContent:after {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      #fsHeader .utility-tools .drop-down:hover > .fsElementContent {
        max-height: 300px; } }
    #fsHeader .utility-tools .drop-down > header .fsElementTitle {
      display: none; }
    #fsHeader .utility-tools .drop-down > header .fsElementHeaderContent {
      display: block;
      padding: 10px 20px 8px;
      border: 2px solid transparent;
      cursor: pointer; }
      #fsHeader .utility-tools .drop-down > header .fsElementHeaderContent:after {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        content: "";
        display: inline-block; }
    #fsHeader .utility-tools .drop-down > .fsElementContent {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      display: block;
      width: 100%;
      background: #fff;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      top: 99.5%;
      left: 0;
      z-index: 10; }
      #fsHeader .utility-tools .drop-down > .fsElementContent > a {
        display: block;
        padding: 13px 20px;
        color: #0d3e85;
        text-align: center; }
        #fsHeader .utility-tools .drop-down > .fsElementContent > a:hover {
          color: #002163;
          background-color: palegoldenrod; }
  #fsHeader .utility-tools .translation {
    display: none; }
  #fsHeader .utility-tools .search-container {
    display: inline-block;
    vertical-align: middle; }
    #fsHeader .utility-tools .search-container > header {
      display: none; }
  #fsHeader .navigation.main {
    display: none; }
    @media (min-width: 700px) {
      #fsHeader .navigation.main {
        display: block; } }
    @media (min-width: 980px) {
      #fsHeader .navigation.main {
        margin-left: 240px; } }
  @media (min-width: 980px) and (min-width: 980px) {
    #fsHeader .navigation.main {
      margin-left: 280px; } }

    #fsHeader .navigation.main > header {
      display: none; }
  #fsHeader .mobile-menu-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }
    @media (min-width: 700px) {
      #fsHeader .mobile-menu-link {
        display: none; } }
    #fsHeader .mobile-menu-link > header {
      display: none; }

.off-canvas-trigger {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }
  .off-canvas-trigger:before {
    content: "";
    margin-right: 0.4em; }
  .off-canvas-menu-open .off-canvas-trigger:before {
    content: ""; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 30px 20px;
  text-align: left;
  color: #fff;
  border-top: 5px solid palegoldenrod;
  background: url("/uploaded/themes/default/images/pattern-subtle-tiles.png") repeat #002163; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    position: relative; }
  #fsFooter a {
    color: #fff; }
    #fsFooter a:hover {
      color: #c8ae0e; }

#fsFooter .location {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.28571; }
  #fsFooter .location header .fsElementTitle {
    display: none; }
  @media (min-width: 700px) {
    #fsFooter .location {
      padding-right: 200px; } }
  @media (min-width: 980px) {
    #fsFooter .location {
      padding-right: 0; } }

@media (min-width: 700px) {
  .school-details [itemprop='name'],
  .school-details [itemprop='address'],
  .school-details [itemprop='telephone'],
  .school-details [itemprop='fax'] {
    display: inline-block;
    vertical-align: middle; } }
@media (min-width: 700px) {
  .school-details [itemprop='name']:after,
  .school-details [itemprop='address']:after,
  .school-details [itemprop='telephone']:after {
    content: ' | '; } }
.school-details a {
  color: inherit; }

#fsFooter .quick-links {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.57143; }
  @media (min-width: 700px) {
    #fsFooter .quick-links {
      padding-right: 200px; } }
  @media (min-width: 980px) {
    #fsFooter .quick-links {
      padding-right: 0; } }
  #fsFooter .quick-links header .fsElementTitle {
    display: none; }
  #fsFooter .quick-links a {
    display: block; }
    @media (min-width: 700px) {
      #fsFooter .quick-links a {
        display: inline-block;
        vertical-align: middle; }
        #fsFooter .quick-links a:after {
          content: ' | '; }
        #fsFooter .quick-links a:last-child:after {
          content: normal; } }

#fsFooter .social {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none; }
  #fsFooter .social header .fsElementTitle {
    display: none; }
  @media (min-width: 700px) {
    #fsFooter .social {
      display: block; } }
  @media (min-width: 700px) {
    #fsFooter .social {
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; } }

/*! 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;
  color: #373737;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

body {
  font-size: 18px;
  line-height: 1.33333; }

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

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

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

#fsPageContent {
  float: none;
  margin-bottom: gutter;
  width: 100% !important; }
  @media (min-width: 700px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
      width: 72% !important; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      width: 78% !important; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 50% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: gutter;
  width: 100%; }
  @media (min-width: 700px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 28%; } }

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 700px) {
    #fsPoweredByFinalsite {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 135px;
      margin: 0; } }

.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,
.navigation.main ul,
.navigation.main ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
.nav-main a,
.navigation.main a {
  display: block; }
@media (min-width: 700px) {
  .nav-main .fsNavLevel1,
  .navigation.main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    text-align: center;
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    align-items: stretch; } }
.nav-main .fsNavLevel1 > li,
.navigation.main .fsNavLevel1 > li {
  position: relative; }
  @media (min-width: 700px) {
    .no-flexbox .nav-main .fsNavLevel1 > li, .no-flexbox
    .navigation.main .fsNavLevel1 > li {
      display: inline-block; } }
  .nav-main .fsNavLevel1 > li > a,
  .navigation.main .fsNavLevel1 > li > a {
    padding: 20px;
    position: relative; }
    .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
    .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a,
    .navigation.main .fsNavLevel1 > .fsNavCurrentPage > a,
    .navigation.main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
      color: palegoldenrod; }

.nav-main .fsNavPageInfo,
.navigation.main .fsNavPageInfo {
  position: absolute;
  top: 99.75%;
  z-index: 300;
  display: none;
  width: 320px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
  text-align: center;
  padding: 20px;
  border: 1px solid palegoldenrod;
  border-top-width: 5px;
  /*
      .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
        left: 0;
        transform: none;
      }
  
  
      // Last Dropdown
      @at-root .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
        right: 0;
        left: auto;
        transform: none;
      }
  
      @at-root .nav-main .fsNavParentPage:hover .fsNavPageInfo {
  
        @include breakpoint($bp-show-main-dropdowns) {
          display: block;
        }
  
      }
      */ }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo,
  .navigation.main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo,
  .navigation.main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .nav-main .fsNavParentPage:hover,
  .navigation.main .fsNavParentPage:hover {
          /*

    }
*/ }
    .nav-main .fsNavParentPage:hover > a,
    .navigation.main .fsNavParentPage:hover > a {
      color: palegoldenrod; }
      .nav-main .fsNavParentPage:hover > a:before,
      .navigation.main .fsNavParentPage:hover > a:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 14px solid transparent;
        border-top-width: 13px;
        border-bottom-width: 13px;
        border-top-width: 0;
        border-top-style: solid;
        border-bottom-color: palegoldenrod;
        margin-left: -14px;
        position: absolute;
        bottom: -5px;
        left: 50%; }
    @media (min-width: 980px) {
      .nav-main .fsNavParentPage:hover .fsNavPageInfo,
      .navigation.main .fsNavParentPage:hover .fsNavPageInfo {
        display: block; } }
.nav-main .fsNavLevel2 a,
.navigation.main .fsNavLevel2 a {
  padding: 10px;
  color: #002163; }
  .nav-main .fsNavLevel2 a:hover,
  .navigation.main .fsNavLevel2 a:hover {
    color: #988300;
    background: palegoldenrod; }

/*! navigation - off-canvas v0.0.1 */
.fsContainer.off-canvas {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  padding: 40px 20px;
  height: 100vh;
  width: 220px;
  overflow-y: auto;
  background-color: #0d3e85;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50; }
  .off-canvas-menu-open .fsContainer.off-canvas {
    display: block; }
  @media (min-width: 700px) {
    .fsContainer.off-canvas {
      display: none; } }
  .fsContainer.off-canvas > header {
    display: none; }
  .fsContainer.off-canvas > .fsElementContent .fsElement {
    margin-bottom: 15px; }
    .fsContainer.off-canvas > .fsElementContent .fsElement > header .fsElementTitle {
      display: none; }
    .fsContainer.off-canvas > .fsElementContent .fsElement a {
      color: #fff; }
      .fsContainer.off-canvas > .fsElementContent .fsElement a:focus {
        color: palegoldenrod; }
  .fsContainer.off-canvas .navigation.off-canvas ul,
  .fsContainer.off-canvas .navigation.off-canvas ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsContainer.off-canvas .navigation.off-canvas a {
    display: block; }
  .fsContainer.off-canvas .navigation.off-canvas a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .fsContainer.off-canvas .search {
    margin-bottom: 30px !important; }
    .fsContainer.off-canvas .search form.gsc-search-box-tools td.gsc-input {
      float: none !important; }
    .fsContainer.off-canvas .search form.gsc-search-box-tools table.gsc-search-box {
      width: 100% !important; }
    .fsContainer.off-canvas .search form.gsc-search-box-tools div.gsc-input-box {
      width: 100%; }
  .fsContainer.off-canvas .social .fsElementContent {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .fsContainer.off-canvas .social .social-link {
    margin: 0; }
    .no-flexbox .fsContainer.off-canvas .social .social-link {
      display: inline-block;
      margin-left: 20px; }
      .no-flexbox .fsContainer.off-canvas .social .social-link:first-child {
        margin-left: 0; }
  .fsContainer.off-canvas .social a {
    color: #fff; }
    .fsContainer.off-canvas .social a:focus {
      color: palegoldenrod; }

.fsContainer.off-canvas .drop-down {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  position: relative;
  margin-bottom: 25px !important; }
  .fsContainer.off-canvas .drop-down.translation {
    display: none; }
  .fsContainer.off-canvas .drop-down.open > header .fsElementHeaderContent:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .fsContainer.off-canvas .drop-down.open > .fsElementContent {
    max-height: 120vh; }
  .fsContainer.off-canvas .drop-down > header .fsElementTitle {
    display: none; }
  .fsContainer.off-canvas .drop-down > header .fsElementHeaderContent {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    cursor: pointer; }
    .fsContainer.off-canvas .drop-down > header .fsElementHeaderContent:after {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      content: "";
      display: inline-block; }
  .fsContainer.off-canvas .drop-down > .fsElementContent {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden; }
    .fsContainer.off-canvas .drop-down > .fsElementContent > a {
      padding-top: 10px;
      padding-bottom: 10px;
      display: block;
      color: #fff;
      text-align: left; }
      .fsContainer.off-canvas .drop-down > .fsElementContent > a:focus {
        color: #002163;
        background-color: palegoldenrod; }

.overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none; }
  .overlay.active {
    display: block;
    opacity: 1; }

/*! navigation - sub v0.0.1 */
.navigation.tier,
.nav-sub {
  margin-bottom: 20px; }
  .navigation.tier ul,
  .navigation.tier ol,
  .nav-sub ul,
  .nav-sub ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .navigation.tier a,
  .nav-sub a {
    display: block; }
  .navigation.tier > header .fsElementTitle,
  .nav-sub > header .fsElementTitle {
    display: none; }
  .navigation.tier > header .fsElementHeaderContent,
  .nav-sub > header .fsElementHeaderContent {
    font-size: 15px;
    line-height: 1.33333;
    font-weight: 700;
    padding: 10px;
    color: #a7a7a7;
    color: #373737;
    cursor: pointer;
    background-color: #f2f2f2;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    position: relative; }
    .navigation.tier > header .fsElementHeaderContent:after,
    .nav-sub > header .fsElementHeaderContent:after {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    @media (min-width: 700px) {
      .navigation.tier > header .fsElementHeaderContent,
      .nav-sub > header .fsElementHeaderContent {
        display: none; } }
  .navigation.tier > .fsElementContent,
  .nav-sub > .fsElementContent {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 700px) {
      .navigation.tier > .fsElementContent,
      .nav-sub > .fsElementContent {
        max-height: none; } }
  .navigation.tier.open > header > .fsElementHeaderContent:after,
  .nav-sub.open > header > .fsElementHeaderContent:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .navigation.tier.open > .fsElementContent,
  .nav-sub.open > .fsElementContent {
    max-height: 700px; }
  .navigation.tier .fsNavLevel1,
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .navigation.tier .fsNavLevel1 > li > a,
    .nav-sub .fsNavLevel1 > li > a {
      font-size: 15px;
      line-height: 1.33333;
      font-weight: 700;
      padding: 10px;
      color: #a7a7a7; }
    .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      display: none; }
    .navigation.tier .fsNavLevel1 > li .fsNavLevel2,
    .navigation.tier .fsNavLevel1 > li .fsNavLevel3,
    .navigation.tier .fsNavLevel1 > li .fsNavLevel4,
    .navigation.tier .fsNavLevel1 > li .fsNavLevel5,
    .nav-sub .fsNavLevel1 > li .fsNavLevel2,
    .nav-sub .fsNavLevel1 > li .fsNavLevel3,
    .nav-sub .fsNavLevel1 > li .fsNavLevel4,
    .nav-sub .fsNavLevel1 > li .fsNavLevel5 {
      display: none; }
    .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage, .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor, .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage.fsNavCurrentPageAncestor,
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPage,
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor,
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPage.fsNavCurrentPageAncestor {
      display: block; }
    .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2,
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 {
      padding-left: 25px;
      display: block; }
      .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li,
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li {
        border: none; }
    .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2,
    .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel3,
    .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel4,
    .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel5,
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2,
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel3,
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel4,
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel5 {
      display: block; }
    .navigation.tier .fsNavLevel1 a:hover,
    .nav-sub .fsNavLevel1 a:hover {
      background: palegoldenrod;
      color: #988300; }
    .navigation.tier .fsNavLevel1 li.fsNavCurrentPage > a,
    .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a {
      font-size: 15px;
      line-height: 1.33333;
      font-weight: 700;
      padding: 10px;
      color: #a7a7a7;
      color: #373737;
      cursor: default; }
      .navigation.tier .fsNavLevel1 li.fsNavCurrentPage > a:hover,
      .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:hover {
        background: none;
        color: inherit; }
    .navigation.tier .fsNavLevel1 li.fsNavCurrentPageAncestor > a,
    .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
      font-size: 15px;
      line-height: 1.33333;
      font-weight: 700;
      padding: 10px;
      color: #a7a7a7;
      color: #828282; }
  .navigation.tier .fsNavLevel2 > li,
  .nav-sub .fsNavLevel2 > li {
    border-top: 1px solid #e5e5e5; }
    .navigation.tier .fsNavLevel2 > li:first-child,
    .nav-sub .fsNavLevel2 > li:first-child {
      border: none; }
    .navigation.tier .fsNavLevel2 > li > a,
    .nav-sub .fsNavLevel2 > li > a {
      font-size: 15px;
      line-height: 1.33333;
      font-weight: 700;
      padding: 10px;
      color: #a7a7a7;
      font-weight: 600; }
    .navigation.tier .fsNavLevel2 > li .fsNavLevel3,
    .navigation.tier .fsNavLevel2 > li .fsNavLevel4,
    .navigation.tier .fsNavLevel2 > li .fsNavLevel5,
    .nav-sub .fsNavLevel2 > li .fsNavLevel3,
    .nav-sub .fsNavLevel2 > li .fsNavLevel4,
    .nav-sub .fsNavLevel2 > li .fsNavLevel5 {
      display: none; }
    .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3,
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3 {
      display: block; }
    .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3,
    .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel4,
    .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel5,
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3,
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel4,
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel5 {
      display: block; }
  .navigation.tier .fsNavLevel3,
  .nav-sub .fsNavLevel3 {
    padding-left: 25px; }
    .navigation.tier .fsNavLevel3 > li > a,
    .nav-sub .fsNavLevel3 > li > a {
      font-size: 15px;
      line-height: 1.33333;
      font-weight: 700;
      padding: 10px;
      color: #a7a7a7;
      font-weight: 600; }
    .navigation.tier .fsNavLevel3 > li .fsNavLevel4,
    .navigation.tier .fsNavLevel3 > li .fsNavLevel5,
    .nav-sub .fsNavLevel3 > li .fsNavLevel4,
    .nav-sub .fsNavLevel3 > li .fsNavLevel5 {
      display: none; }
    .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4,
    .nav-sub .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4 {
      display: block; }
    .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4,
    .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel5,
    .nav-sub .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4,
    .nav-sub .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel5 {
      display: block; }
  .navigation.tier .fsNavLevel4,
  .nav-sub .fsNavLevel4 {
    padding-left: 25px; }
    .navigation.tier .fsNavLevel4 > li > a,
    .nav-sub .fsNavLevel4 > li > a {
      font-size: 15px;
      line-height: 1.33333;
      font-weight: 700;
      padding: 10px;
      color: #a7a7a7;
      font-weight: 600; }
    .navigation.tier .fsNavLevel4 > li .fsNavLevel5,
    .nav-sub .fsNavLevel4 > li .fsNavLevel5 {
      display: none; }
    .navigation.tier .fsNavLevel4 > li.fsNavCurrentPage .fsNavLevel5,
    .nav-sub .fsNavLevel4 > li.fsNavCurrentPage .fsNavLevel5 {
      display: block; }
    .navigation.tier .fsNavLevel4 > li.fsNavCurrentPageAncestor .fsNavLevel5,
    .nav-sub .fsNavLevel4 > li.fsNavCurrentPageAncestor .fsNavLevel5 {
      display: block; }
  .navigation.tier .fsNavLevel5,
  .nav-sub .fsNavLevel5 {
    padding-left: 25px; }
    .navigation.tier .fsNavLevel5 > li > a,
    .nav-sub .fsNavLevel5 > li > a {
      font-size: 15px;
      line-height: 1.33333;
      font-weight: 700;
      padding: 10px;
      color: #a7a7a7;
      font-weight: 600; }

.section-title {
  position: relative;
  padding: 1.11111em 0;
  cursor: pointer; }
  @media (max-width: 599px) {
    .section-title:before {
      position: absolute;
      top: 50%;
      right: 1.11111em;
      transform: translate(-50%, -50%);
      height: 0.16667em;
      width: 0.16667em;
      content: '';
      background: #373737;
      border-radius: 100%;
      box-shadow: 0 -0.27778em 0 0 #373737, 0 0.27778em 0 0 #373737;
      transition: box-shadow .3s, transform .3s; } }
  @media (max-width: 599px) {
    .active-nav .section-title:before {
      box-shadow: -0.27778em 0 0 0 #373737, 0.27778em 0 0 0 #373737;
      transform: translate(-50%, -50%); } }

/*! 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.77778em;
    line-height: 1;
    text-align: center;
    color: #373737;
    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%;
      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-bottom: 20px; }
  .fsAccordion .fsPanel {
    margin-bottom: 0; }
    .fsAccordion .fsPanel header {
      position: relative; }
    .fsAccordion .fsPanel .fsElementTitle {
      margin-bottom: 0;
      padding: 10px 20px;
      font-size: 15px;
      line-height: 1.33333;
      cursor: pointer;
      background: none;
      color: #a7a7a7;
      border-top: 1px solid #e5e5e5; }
      .fsAccordion .fsPanel .fsElementTitle:before, .fsAccordion .fsPanel .fsElementTitle:after {
        display: inline-block;
        border: 0 !important;
        height: auto !important;
        width: auto !important;
        font-family: "IcoMoon";
        -webkit-transition: transform .3s;
        -moz-transition: transform .3s;
        -ms-transition: transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s; }
      .fsPanelIconBefore .fsPanel .fsElementTitle:before {
        margin: 0 10px 0 0 !important;
        content: "" !important; }
        .fsPanelIconBefore .fsStateOpen .fsElementTitle {
          border-bottom: 1px solid #e5e5e5; }
          .fsPanelIconBefore .fsStateOpen .fsElementTitle:before {
            content: "" !important; }
      .fsPanelIconAfter .fsPanel .fsElementTitle {
        padding-right: 50px; }
      .fsPanelIconAfter .fsPanel .fsElementTitle:after {
        margin: 0 !important;
        content: "" !important;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .fsPanelIconAfter .fsStateOpen .fsElementTitle {
          border-bottom: 1px solid #e5e5e5; }
          .fsPanelIconAfter .fsStateOpen .fsElementTitle:after {
            content: "" !important; }
      .fsAccordion .fsPanel:hover .fsElementTitle {
        background: palegoldenrod;
        color: #988300; }
      .fsAccordion .fsStateOpen .fsElementTitle {
        background: #f2f2f2;
        color: #373737; }
    .fsAccordion .fsPanel:last-child .fsElementTitle {
      border-bottom: 1px solid #e5e5e5; }
    .fsPanel > .fsElementContent {
      padding: 20px;
      font-weight: 600;
      font-size: 15px;
      line-height: 1.33333;
      color: #5e5e5e; }
      .fsPanel > .fsElementContent :first-child {
        margin-top: 0; }
      .fsPanel > .fsElementContent :last-child {
        margin-bottom: 0; }

/*! Modules - Athletics v0.0.3 */
#fsAthleticsEventElementDialog a {
  color: #0d3e85; }
  #fsAthleticsEventElementDialog a:hover {
    color: palegoldenrod; }

select.fsAthleticsTeamDirectory {
  background-color: palegoldenrod;
  color: #988300;
  border-color: palegoldenrod;
  max-width: 100%; }

.fsAthleticsTeam ul,
.fsAthleticsTeam ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
.fsAthleticsTeam a {
  display: block; }

.fsAthleticsTeamDirectory {
  margin-bottom: 20px; }
  .fsAthleticsTeamDirectory li {
    padding: 10px 0; }
  .fsAthleticsTeamDirectory a {
    display: inline-block; }

.fsAthleticsTeamIcon, .fsElementEventIcon {
  margin-right: 10px; }
  .fsAthleticsTeamIcon img, .fsElementEventIcon img {
    margin: 0 !important; }

.fsAthleticsEvent article {
  margin-bottom: 20px; }
.fsAthleticsEvent .fsTitle {
  display: inline-block; }
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px; }

.fsAthleticsRosterList ul,
.fsAthleticsRosterList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
.fsAthleticsRosterList a {
  display: block; }
.fsAthleticsRosterList li {
  margin-bottom: 20px; }
.fsAthleticsRosterList .fsRosterName {
  font-weight: bold; }

@media (min-width: 600px) {
  .fsAthleticsEvent:not(.styled) .fsAthleticsVs, .fsAthleticsEvent:not(.styled) .fsAthleticsOpponentNames {
    display: inline-block; }
  .fsAthleticsEvent:not(.styled) .fsAthleticsOpponents {
    display: inline; } }

.fsAthleticsEvent.styled {
  position: relative;
  text-align: left;
  margin-bottom: 20px; }
  .fsAthleticsEvent.styled .fsAlertsIcon, .fsAthleticsEvent.styled .fsRSSIcon {
    position: absolute;
    top: 5px;
    right: 0px;
    outline: none; }
  .fsAthleticsEvent.styled .fsRSSIcon {
    right: 20px; }
  .fsAthleticsEvent.styled .fsAlertIcon {
    margin-bottom: -3px;
    padding-right: 3px; }
  .fsAthleticsEvent.styled header {
    padding-right: 45px; }
  .fsAthleticsEvent.styled article {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e3e3; }
    .fsAthleticsEvent.styled article:after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      font-size: 0;
      clear: both; }
    .fsAthleticsEvent.styled article:last-child {
      border-bottom: none; }
    @media screen and (min-width: 600px) {
      .fsAthleticsEvent.styled article > div:not(.fsDateTime) {
        float: left;
        width: 25%;
        margin: 0; } }
    @media screen and (min-width: 600px) {
      .fsAthleticsEvent.styled article .fsAlertIcon {
        position: absolute;
        right: 0;
        margin-top: 3px;
        margin-left: 10px; } }
    @media screen and (min-width: 600px) {
      .fsAthleticsEvent.styled article > div.fsTitle, .fsAthleticsEvent.styled article > div.fsAthleticsOpponents {
        width: 25%; } }
    @media screen and (min-width: 600px) {
      .fsAthleticsEvent.styled article .fsAthleticsAdvantage {
        text-align: center; } }
  .fsAthleticsEvent.styled .fsDateTime {
    padding: 5px 0; }
  .fsAthleticsEvent.styled .fsTitle {
    margin-right: 5px; }
  .fsAthleticsEvent.styled .fsAthleticsOpponents .fsAthleticsVs {
    margin-right: 3px; }
  .fsAthleticsEvent.styled .fsAthleticsOpponentNames {
    display: inline; }

.fsAthleticsDismissal {
  display: none; }

#fsAthleticsEventElementDialog .fsAthleticsDismissal {
  display: block; }
#fsAthleticsEventElementDialog .fsAthleticsContainer {
  margin: 10px 0; }

/*! elements - calendar v0.0.1 */
#fsBannerLeft .fsCalendar, #fsBannerRight .fsCalendar {
  margin: 50px 0; }
  #fsBannerLeft .fsCalendar:first-child, #fsBannerRight .fsCalendar:first-child {
    margin-top: 0; }
.fsCalendar article {
  position: relative;
  padding-left: 70px;
  min-height: 50px; }
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  padding-top: 10px;
  text-align: center;
  background: palegoldenrod;
  border-radius: 3px;
  color: #002163; }
  .fsCalendar .fsElementSlideshow article .fsDate {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin-bottom: 10px; }
  .fsCalendar .fsDate span {
    display: block; }
  .fsCalendar .fsDate .fsMonth {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase; }
  .fsCalendar .fsDate .fsDay {
    font-size: 20px;
    line-height: 1;
    font-weight: 700; }
  .fsCalendar .fsDate .fsYear {
    display: none; }
.fsCalendar .fsEventDetails {
  display: none; }

.fsCalendarMonthBrowser button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0; }

/**  Lindsey Updates  **/
/*! elements - calendar v0.0.1 */
.fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0; }
  .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
    content: "";
    display: block;
    font-size: 18px;
    color: #0d3e85;
    line-height: 1; }
.fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: ""; }

@media screen and (max-width: 979px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
      display: block;
      width: 14.28571% !important;
      height: 50px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 24px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child,
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div:first-child {
            margin-bottom: 1px; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected,
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.fsCalendarWeekendDayBox > div.selected {
            background-color: #0d3e85;
            color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected {
        background-color: #0d3e85; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarDate,
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange.selected .fsCalendarDate {
          color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate,
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange .fsCalendarDate {
        position: absolute;
        right: 10px;
        top: 5px;
        line-height: 1;
        font-size: 15px; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; } }
#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsCalendarWeekendDayBoxfsCalendarOutOfRange > div:last-child .fsCalendarDate {
  top: auto !important;
  bottom: 0; }

.fsCalendarEventGrid .fsCalendarWeekdays span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px; }
  @media (min-width: 1180px) {
    .fsCalendarEventGrid .fsCalendarWeekdays span {
      font-size: 18px; } }

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

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

.fsTitle, .fsTitle > a {
  margin-top: 0;
  color: #0d3e85;
  font-weight: 700;
  color: #373737;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px; }
.fsTitle > a:hover {
  color: #4a6ea4; }

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

.module {
  background: #0d3e85; }

.fsElementSlideshow.slick-vertical {
  padding-top: 60px;
  padding-bottom: 60px; }
.fsElementSlideshow .slick-list {
  margin-right: 50px;
  margin-left: 50px; }

.fsSlideshow .fsElementContent .fsPrevButton, .fsSlideshow .fsElementContent .fsNextButton {
  font-size: 40px !important;
  text-indent: -666em;
  width: 50px;
  height: 50px; }
  .fsSlideshow .fsElementContent .fsPrevButton:after, .fsSlideshow .fsElementContent .fsNextButton:after {
    content: "";
    margin-top: -25px;
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    text-indent: 0;
    text-align: center; }
.fsSlideshow .fsElementContent .fsPrevButton:after {
  content: ""; }
.fsSlideshow .fsElementContent .fsNextButton:after {
  content: ""; }

@media (min-width: 700px) {
  .fsGrid {
    margin-right: -0.55556em;
    margin-left: -0.55556em; } }
.fsGrid .fsListItems > * {
  float: none !important;
  width: 100%;
  padding-right: 0.55556em;
  padding-left: 0.55556em; }
  @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: 1180px) {
  .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: 1180px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 24.5%; } }
@media (min-width: 1180px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 19.5%; } }

/*! elements - constituent v0.0.1 */
.fsConstituent .fsElementPagination {
  margin-bottom: 20px; }
.fsConstituentItem {
  float: none;
  max-width: 300px;
  width: 100% !important;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 700px) {
    .fsConstituentItem {
      display: inline-block;
      vertical-align: top;
      max-width: 100%; } }
  .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; }
.fsConstituent .fsEmail {
  word-break: break-all; }

@media (min-width: 700px) {
  [class^='fsConstituentColumnLayout'] {
    column-gap: 20px; } }

@media (min-width: 700px) {
  .fsConstituentColumnLayout_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 700px) {
  .fsConstituentColumnLayout_3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media (min-width: 980px) {
  .fsConstituentColumnLayout_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 700px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media (min-width: 980px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }
@media (min-width: 1180px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

.fsProfileSection {
  margin-bottom: 1.11111em; }
  .fsProfileSection .fsProfileSectionSpecialData > div {
    display: block;
    width: auto;
    float: none; }
    @media (min-width: 700px) {
      .fsProfileSection .fsProfileSectionSpecialData > div {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        margin-right: -0.24em; }
        .fsProfileSection .fsProfileSectionSpecialData > div + div {
          margin-right: 0;
          width: 74%; } }

.fsConstituent.fsSearch {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dddedf; }
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px; }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.11111em; }
    @media (min-width: 700px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @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.55556em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 16px 20px;
    background-color: #4a6ea4;
    color: #fff;
    outline: 0;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 10px;
    padding: 10px 30px;
    font-size: inherit; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background-color: #002163;
      color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      color: #fff;
      display: block;
      font-style: normal; }

.fsElementPagination {
  margin: 20px 0; }

/*--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; }

.mainGroupSub {
  width: auto !important; }
  .mainGroupSub .saveForLaterPanel {
    padding: 1em; }

.fsForm iframe {
  width: 280px !important; }
  @media (min-width: 480px) {
    .fsForm iframe {
      width: 440px !important; } }
  @media (min-width: 700px) {
    .fsForm iframe {
      width: 550px !important; } }
  @media (min-width: 980px) {
    .fsForm iframe {
      width: 100% !important; } }

/*== 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*/ }
  #fsBannerLeft .fsNews, #fsBannerRight .fsNews {
    margin: 50px 0; }
    #fsBannerLeft .fsNews:first-child, #fsBannerRight .fsNews:first-child {
      margin-top: 0; }
  .fsNews.fsList .fsThumbnail {
    display: block;
    border-radius: 3px;
    width: 100px;
    margin: 0 10px 10px 0;
    float: left; }
  .fsNews.fsList article {
    overflow: hidden; }
    .fsNews.fsList article:first-child {
      border-top: none; }
  .fsNews.fsList .fsTitle {
    margin: 0; }
  .fsNews.fsList .fsAuthor {
    display: none; }
  .fsNews.fsList .fsDateTime {
    display: none; }
  .fsNews.fsList .fsSummary {
    display: none; }
  .fsNews.fsList .fsBody {
    display: none; }
  .fsNews article {
    padding: 16px 0 20px;
    border-top: 1px solid #e5e5e5;
    margin: 0; }
  .fsNews .fsThumbnail img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  .fsNews .fsTitle {
    margin-bottom: 8px; }
  .fsNews .fsAuthor {
    font-size: 14px;
    line-height: 1.28571;
    margin-bottom: 6px; }
  .fsNews .fsDateTime {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px; }
  .fsNews .fsSummary {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px; }
  .fsNews .fsBody {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px; }
  .fsNews.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article {
    padding: 20px;
    border: none; }
  .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 .fsListItems {
    margin-right: -10px;
    margin-left: -10px;
    display: block;
    float: none; }
  .fsNews.fsGrid article {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    margin-right: -0.25em; }
    .fsNews.fsGrid article img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(-n+2) {
    border: none; }
  @media (min-width: 700px) {
    .fsNews.fsGrid .fsStyleTwoColumns article {
      width: 50%; } }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(-n+3) {
    border: none; }
  @media (min-width: 700px) {
    .fsNews.fsGrid .fsStyleThreeColumns article {
      width: 50%; } }
  @media (min-width: 980px) {
    .fsNews.fsGrid .fsStyleThreeColumns article {
      width: 33%; } }
  .fsNews.fsGrid .fsStyleFourColumns article:nth-child(-n+4) {
    border: none; }
  @media (min-width: 700px) {
    .fsNews.fsGrid .fsStyleFourColumns article {
      width: 50%; } }
  @media (min-width: 980px) {
    .fsNews.fsGrid .fsStyleFourColumns article {
      width: 25%; } }
  .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(-n+5) {
    border: none; }
  @media (min-width: 700px) {
    .fsNews.fsGrid .fsStyleFiveColumns article {
      width: 50%; } }
  @media (min-width: 980px) {
    .fsNews.fsGrid .fsStyleFiveColumns article {
      width: 20%; } }
  .fsNews.fsGrid .fsThumbnail {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: inherit; }

/*=======================*/
/* 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 {
    display: table;
    margin-bottom: 0;
    position: relative;
    width: auto !important; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 140px;
    border: 0;
    height: 24px; }
    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: 24px; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools input.gsc-input {
    background: #fff !important;
    background-image: none !important;
    width: 100%;
    height: 24px !important;
    color: #002163;
    padding-left: 10px !important;
    padding-right: 30px !important;
    margin: 0 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-appearance: none; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    padding: 0 10px 0 10px;
    overflow: hidden;
    height: 24px;
    width: auto;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #0d3e85; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      content: "";
      opacity: 1;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: transparent;
    color: #988300; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 24px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
form.gsc-search-box-tools div.gsc-input-box {
  background-color: transparent !important; }

/* 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: palegoldenrod; }
      .fsTwitter .tweets li a:hover {
        color: #0d3e85; }
    .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: #0d3e85; }
        .fsTwitter .tweets li .header time abbr {
          text-decoration: none;
          border: 0; }
        .fsTwitter .tweets li .header time:hover {
          color: palegoldenrod; }
      .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: #0d3e85; }
      .fsTwitter .tweets li .footer .expand b {
        display: none; }
      .fsTwitter .tweets li .footer .expand:hover {
        color: palegoldenrod; }
      .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: #0d3e85; }
          .fsTwitter .tweets li .footer .tweet-actions li a b {
            display: none; }
          .fsTwitter .tweets li .footer .tweet-actions li a:hover {
            color: palegoldenrod; }
          .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; }
    .fsTabs .ui-widget-content a {
      color: palegoldenrod;
      text-decoration: inherit; }
  .fsTabs .ui-tabs-nav {
    margin-bottom: 1.11111em;
    padding: 0;
    background: none;
    border: 0; }
    .fsTabs .ui-tabs-nav li {
      margin: 0 10px 10px 0 !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit; }
      .fsTabs .ui-tabs-nav li a {
        font-size: 15px;
        line-height: 1.33333;
        font-weight: 700;
        padding: 11px 20px !important;
        padding-bottom: 10px !important;
        background: none;
        color: #a7a7a7;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #cccccc; }
        .fsTabs .ui-tabs-nav li a:hover {
          background: palegoldenrod;
          color: #988300 !important;
          border-color: palegoldenrod; }
        .fsTabs .ui-tabs .ui-state-active a, .fsTabs .ui-tabs .ui-state-active a:hover {
          background: #f2f2f2 !important;
          color: #373737 !important;
          border-color: #f2f2f2;
          border-top: 5px solid palegoldenrod;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          padding-top: 7px !important;
          position: relative; }
          .fsTabs .ui-tabs .ui-state-active a:after, .fsTabs .ui-tabs .ui-state-active a:hover:after {
            display: block;
            width: 0;
            height: 0;
            border: 16px solid transparent;
            border-top-width: 16px;
            border-bottom-width: 16px;
            border-bottom-width: 0;
            border-top-style: solid;
            border-top-color: #f2f2f2;
            content: '';
            position: absolute;
            margin-left: -16px;
            bottom: -16px;
            left: 50%;
            z-index: 1; }
      .fsTabs .ui-tabs-nav li span {
        text-indent: 0; }

.ui-tabs-panel {
  padding: 0 !important; }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0;
  background: url("/uploaded/themes/default/images/pattern-subtle-tiles.png") repeat #002163; }
.home #fsPageBody {
  margin: 0;
  max-width: none; }
.home #fsPageContent > .fsLayout {
  margin: 0; }
  .home #fsPageContent > .fsLayout > .fsDiv {
    padding: 0; }
.home .fsPageTitle {
  display: none; }
.home .fsReadMoreLink {
  text-transform: uppercase;
  color: palegoldenrod;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600; }
  .home .fsReadMoreLink:hover {
    color: #988300; }
  .home .fsReadMoreLink:after {
    content: "";
    margin-left: 0.3em; }
.home .slick-dots {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .home .slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .home .slick-dots button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px; }
    .home .slick-dots button > span {
      position: absolute;
      top: -999em;
      left: -999em; }
    .home .slick-dots button:after {
      content: '\25CF';
      color: #fff;
      font-size: 24px; }
  .home .slick-dots li.slick-active button:after {
    color: palegoldenrod; }
.home .slick-prev,
.home .slick-next {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: transparent;
  text-indent: -999em;
  position: absolute;
  top: 20%;
  z-index: 2; }
  @media (min-width: 700px) {
    .home .slick-prev,
    .home .slick-next {
      top: 45%; } }
  @media (min-width: 980px) {
    .home .slick-prev,
    .home .slick-next {
      top: 45%; } }
  .home .slick-prev:after,
  .home .slick-next:after {
    content: "";
    color: #fff;
    text-indent: 0;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.home .slick-prev {
  left: 0;
  right: auto; }
  .home .slick-prev:after {
    content: ""; }
.home .slick-next {
  left: auto;
  right: 0; }
  .home .slick-next:after {
    content: ""; }

.home section.masthead {
  display: block;
  border-bottom: 5px solid palegoldenrod; }
  .home section.masthead > header .fsElementTitle {
    display: none; }
  .home section.masthead > .fsElementContent {
    margin: 0; }
  .home section.masthead .container.masthead {
    border: none; }
  .home section.masthead .carousel {
    position: relative; }
  .home section.masthead .slide > .inner {
    position: relative;
    overflow: hidden; }
    @media (min-width: 980px) {
      .home section.masthead .slide > .inner {
        border-right: 2px solid #fff; } }
  .home section.masthead .slide .image {
    padding-bottom: 65.625%; }
    @media (min-width: 700px) {
      .home section.masthead .slide .image {
        padding-bottom: 66.40625%; } }
    @media (min-width: 980px) {
      .home section.masthead .slide .image {
        background-image: none !important;
        padding-bottom: 0; } }
    .home section.masthead .slide .image img {
      display: none; }
      @media (min-width: 980px) {
        .home section.masthead .slide .image img {
          display: block;
          width: auto;
          height: 560px; } }
  .home section.masthead .slide .details {
    color: #fff;
    background: #195493;
    padding: 20px;
    min-height: 180px;
    overflow: hidden; }
    @media (min-width: 700px) {
      .home section.masthead .slide .details {
        background-color: #195493;
        background-color: rgba(25, 84, 147, 0.9);
        min-height: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; } }
    @media (min-width: 980px) {
      .home section.masthead .slide .details {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%); } }
@media (min-width: 980px) and (min-width: 980px) {
  .home section.masthead .slide.slick-active > .inner:hover .details {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

  .home section.masthead .slide .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 16px; }
    @media (min-width: 700px) {
      .home section.masthead .slide .title {
        float: left;
        width: 75%;
        margin-bottom: 0; } }
    @media (min-width: 980px) {
      .home section.masthead .slide .title {
        float: none;
        width: auto;
        margin-bottom: 16px; } }
  .home section.masthead .slide .copy {
    font-size: 14px;
    line-height: 1.42857; }
    @media (min-width: 700px) {
      .home section.masthead .slide .copy {
        float: left;
        width: 25%;
        text-align: right; }
        .home section.masthead .slide .copy > * {
          display: none; } }
    @media (min-width: 980px) {
      .home section.masthead .slide .copy {
        float: none;
        width: auto;
        text-align: left; }
        .home section.masthead .slide .copy > * {
          display: inherit; } }
    .home section.masthead .slide .copy a {
      text-transform: uppercase;
      color: palegoldenrod;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 600;
      display: block !important; }
      .home section.masthead .slide .copy a:hover {
        color: #988300; }
      .home section.masthead .slide .copy a:after {
        content: "";
        margin-left: 0.3em; }
      @media (min-width: 700px) {
        .home section.masthead .slide .copy a {
          line-height: 1.71429; } }

.home #fsPageContent > .fsLayout .fsTwoColumnLayout {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  padding-top: 50px;
  padding-bottom: 50px; }
  .home #fsPageContent > .fsLayout .fsTwoColumnLayout > .fsDiv {
    margin-top: 20px;
    padding: 0; }
    @media (min-width: 700px) {
      .home #fsPageContent > .fsLayout .fsTwoColumnLayout > .fsDiv {
        width: 100%; } }
    .home #fsPageContent > .fsLayout .fsTwoColumnLayout > .fsDiv:first-child {
      margin-top: 0; }
    @media (min-width: 980px) {
      .home #fsPageContent > .fsLayout .fsTwoColumnLayout > .fsDiv:nth-child(1) {
        width: 68.42105%; } }
    @media (min-width: 980px) {
      .home #fsPageContent > .fsLayout .fsTwoColumnLayout > .fsDiv:nth-child(2) {
        width: 31.57895%; } }

.home section.news {
  padding-right: 20px;
  padding-left: 20px; }
  .home section.news > header .fsElementTitle {
    display: none; }
  .home section.news > header .fsElementHeaderContent {
    color: palegoldenrod;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 700px) {
      .home section.news > header .fsElementHeaderContent {
        text-align: left; } }
  .home section.news .fsListItems {
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden; }
    .home section.news .fsListItems article {
      padding-right: 10px;
      padding-left: 10px;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 130px;
      display: block;
      border: none;
      position: relative;
      min-height: 100px;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.25;
      color: #fff; }
  .home section.news .fsThumbnail {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 4px;
    left: 10px; }
    .home section.news .fsThumbnail .fsCroppedImage {
      display: block;
      width: 100%;
      padding-bottom: 100%;
      border-radius: 3px;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  .home section.news .fsTitle, .home section.news .fsTitle > a {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff; }
  .home section.news .fsTitle > a:hover {
    color: palegoldenrod; }
  .home section.news .fsSummary {
    display: block; }

.home section.events {
  padding-right: 20px;
  padding-left: 20px; }
  .home section.events > header .fsElementTitle {
    display: none; }
  .home section.events > header .fsElementHeaderContent {
    color: palegoldenrod;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 700px) {
      .home section.events > header .fsElementHeaderContent {
        text-align: left; } }
  .home section.events .fsListItems {
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden; }
    .home section.events .fsListItems .fsDayContainer {
      padding-right: 10px;
      padding-left: 10px;
      display: block; }
      @media (min-width: 700px) {
        .home section.events .fsListItems .fsDayContainer {
          float: left;
          width: 50%; } }
      @media (min-width: 980px) {
        .home section.events .fsListItems .fsDayContainer {
          float: none;
          width: auto; } }
  .home section.events.fsCalendar article {
    padding-left: 120px;
    min-height: 105px;
    font-size: 16px;
    line-height: 1.25;
    color: #fff; }
  .home section.events .fsDate {
    width: 100px;
    height: 100px;
    padding-top: 20px;
    top: 4px; }
    .home section.events .fsDate .fsMonth {
      font-size: 20px;
      margin-bottom: 10px; }
    .home section.events .fsDate .fsDay {
      font-size: 30px; }
  .home section.events .fsTitle, .home section.events .fsTitle > a {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff; }
  .home section.events .fsTitle > a:hover {
    color: palegoldenrod; }
  .home section.events .fsEventDetails {
    display: block; }

.home section.spotlight {
  padding-right: 20px;
  padding-left: 20px;
  border-top: 5px solid palegoldenrod;
  border-bottom: 5px solid palegoldenrod;
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 40px; }
  .home section.spotlight > header .fsElementTitle {
    display: none; }
  .home section.spotlight > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .home section.spotlight .fsThreeColumnLayout .fsContent .fsElementTitle {
    display: none; }
  .home section.spotlight .fsThreeColumnLayout .fsContent .fsElementHeaderContent {
    margin-top: 0;
    color: #0d3e85;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.17391;
    margin-bottom: 10px; }
  .home section.spotlight .fsThreeColumnLayout .fsContent .button {
    padding: 8px 20px;
    margin-bottom: 0;
    color: #002163;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #002163;
    background: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px; }
    .home section.spotlight .fsThreeColumnLayout .fsContent .button:hover {
      color: #f2f2f2;
      background: #002163; }
  .home section.spotlight .fsThreeColumnLayout .fsContent img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(1) {
    margin-top: 0;
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 700px) {
      .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(1) {
        width: 100%;
        margin-bottom: 60px; } }
    @media (min-width: 980px) {
      .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(1) {
        width: 40.35088%;
        margin-bottom: 0;
        text-align: left; } }
    @media (min-width: 980px) {
      .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(1) > .fsContent {
        padding-right: 20px; } }
  .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(2) {
    margin-bottom: 40px; }
    @media (min-width: 700px) {
      .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(2) {
        float: left;
        margin-bottom: 0;
        width: 45.07042%; } }
    @media (min-width: 980px) {
      .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(2) {
        width: 24.5614%;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(2) > .fsContent {
        width: 220px; } }
    @media (min-width: 980px) {
      .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(2) > .fsContent {
        width: auto;
        padding-right: 60px; } }
    .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(2) > .fsContent .button {
      margin-top: 20px; }
      .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(2) > .fsContent .button:first-child {
        margin-top: 0; }
  @media (min-width: 700px) {
    .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(3) {
      float: left;
      width: 54.92958%; } }
  @media (min-width: 980px) {
    .home section.spotlight .fsThreeColumnLayout .fsDiv:nth-child(3) {
      width: 35.08772%;
      margin-bottom: 0; } }

/*
// ================================
// Advantage
// ================================
.home section.advantage {

  &> header {
    .fsElementTitle {
      display: none;
    }
    .fsElementHeaderContent {
    }
  }

  &> .fsElementContent {
  }
}
*/
/*! pages - tier v0.0.1 */
.container.masthead {
  display: block;
  border-bottom: 5px solid palegoldenrod; }
  .container.masthead .image {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    padding-bottom: 46.875%; }
    @media (min-width: 700px) {
      .container.masthead .image {
        padding-bottom: 39.28571%; } }
    @media (min-width: 980px) {
      .container.masthead .image {
        padding-bottom: 29.16667%; } }

@media (min-width: 980px) {
  body.large-masthead .container.masthead .image {
    padding-bottom: 45%;
    background-position: top center; } }

section.introduction > header {
  display: none; }
section.introduction > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  padding-right: 9.375%;
  padding-left: 9.375%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 23px;
  line-height: 1.13043; }
  @media (min-width: 700px) {
    section.introduction > .fsElementContent {
      padding-right: 17.54386%;
      padding-left: 17.54386%;
      margin-top: 50px;
      margin-bottom: 50px; } }
  section.introduction > .fsElementContent h1 {
    position: relative;
    margin-bottom: 50px; }
    section.introduction > .fsElementContent h1:after {
      content: '';
      margin-left: -40px;
      width: 80px;
      height: 5px;
      background-color: #c2cfe0;
      position: absolute;
      bottom: -25px;
      left: 50%; }

section.split-cta {
  display: none; }

.container.split-cta {
  padding: 0 20px;
  background: #fffbe6;
  border-top: 5px solid palegoldenrod; }
  .container.split-cta > .inner {
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden;
    position: relative; }
    .container.split-cta > .inner:after {
      content: normal;
      width: 2px;
      background: palegoldenrod;
      position: absolute;
      top: 20px;
      right: 50%;
      bottom: 20px;
      z-index: 2; }
      @media (min-width: 700px) {
        .container.split-cta > .inner:after {
          content: ''; } }
  .container.split-cta .cta {
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-top: 2px solid palegoldenrod; }
    .container.split-cta .cta:first-child {
      border-top: none; }
    .container.split-cta .cta:hover {
      background: #fffdf3; }
    @media (min-width: 700px) {
      .container.split-cta .cta {
        float: left;
        width: 50%;
        border-top: none;
        padding-top: 50px;
        padding-bottom: 40px; } }
    .container.split-cta .cta .title {
      display: block;
      position: relative;
      margin-top: 80px;
      margin-bottom: 10px;
      font-size: 13px;
      line-height: 1.38462;
      font-weight: 700;
      color: #988300;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
      .container.split-cta .cta .title:after {
        content: "";
        border: 2px solid #a7a7a7;
        background-color: #fff;
        color: #5e5e5e;
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
        -webkit-border-radius: 60%;
        -moz-border-radius: 60%;
        border-radius: 60%;
        font-size: 24px;
        line-height: 60px;
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    .container.split-cta .cta .copy {
      display: block;
      font-size: 32px;
      line-height: 1.125;
      font-weight: 700;
      color: #002163; }
    .container.split-cta .cta[data-ordinal*="0"] .title:after {
      content: ""; }
    .container.split-cta .cta[data-ordinal*="1"] .title:after {
      content: ""; }

.fsContent.languages .fsElementTitle {
  display: none; }
.fsContent.languages .fsElementHeaderContent {
  color: #0d3e85;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.14286;
  font-weight: 700;
  margin-bottom: 10px; }
.fsContent.languages .button {
  border-radius: 2px;
  border: 1px solid #a7a7a7;
  background-color: transparent;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #a7a7a7;
  margin-bottom: 10px; }
  .fsContent.languages .button.active, .fsContent.languages .button.active:hover {
    border-color: #e5e5e5;
    background-color: #e5e5e5;
    padding-top: 12px;
    border-top: 5px solid palegoldenrod;
    color: #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .fsContent.languages .button:hover {
    color: #988300;
    border-color: palegoldenrod;
    background-color: palegoldenrod; }

.fsContainer.by-the-numbers {
  margin-top: 20px;
  margin-bottom: 20px; }
  .fsContainer.by-the-numbers .fsElementTitle {
    display: none; }
  .fsContainer.by-the-numbers > .fsElementContent {
    padding-right: 40px;
    padding-left: 40px; }
  .fsContainer.by-the-numbers .fsContent {
    text-align: center;
    padding: 20px; }
    .fsContainer.by-the-numbers .fsContent:focus {
      outline: none; }
    .fsContainer.by-the-numbers .fsContent .fsElementHeaderContent {
      font-size: 60px;
      line-height: 0.91667;
      font-weight: 700;
      color: #c8ae0e;
      margin-bottom: 10px; }
    .fsContainer.by-the-numbers .fsContent .fsElementContent, .fsContainer.by-the-numbers .fsContent .fsElementContent p {
      margin: 0;
      color: #373737;
      font-size: 15px;
      line-height: 1.33333;
      font-weight: 700; }
  .fsContainer.by-the-numbers .slick-dots {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center; }
    .fsContainer.by-the-numbers .slick-dots li {
      display: inline-block;
      margin: 0;
      padding: 0; }
    .fsContainer.by-the-numbers .slick-dots button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      position: relative;
      overflow: hidden;
      width: 40px;
      height: 40px; }
      .fsContainer.by-the-numbers .slick-dots button > span {
        position: absolute;
        top: -999em;
        left: -999em; }
      .fsContainer.by-the-numbers .slick-dots button:after {
        content: '\25CF';
        color: #5e5e5e;
        font-size: 24px; }
    .fsContainer.by-the-numbers .slick-dots li.slick-active button:after {
      color: #c8ae0e; }
  .fsContainer.by-the-numbers .slick-prev,
  .fsContainer.by-the-numbers .slick-next {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    color: transparent;
    text-indent: -999em;
    position: absolute;
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .fsContainer.by-the-numbers .slick-prev:after,
    .fsContainer.by-the-numbers .slick-next:after {
      content: "";
      color: #5e5e5e;
      text-indent: 0;
      text-align: center;
      font-size: 30px;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .fsContainer.by-the-numbers .slick-prev {
    left: 0;
    right: auto; }
    .fsContainer.by-the-numbers .slick-prev:after {
      content: "";
      text-align: left; }
  .fsContainer.by-the-numbers .slick-next {
    left: auto;
    right: 0; }
    .fsContainer.by-the-numbers .slick-next:after {
      content: "";
      text-align: right; }

.fsPlayer.slideshow-enhancement .slide {
  overflow: hidden;
  position: relative; }
  .fsPlayer.slideshow-enhancement .slide .details {
    display: block;
    background: #0d3e85;
    text-align: center;
    overflow: hidden;
    padding: 20px;
    padding-top: 40px; }
    @media (min-width: 980px) {
      .fsPlayer.slideshow-enhancement .slide .details {
        padding: 40px;
        padding-top: 60px;
        width: 46.80851%;
        margin-right: 53.19149%; } }
    .fsPlayer.slideshow-enhancement .slide .details br,
    .fsPlayer.slideshow-enhancement .slide .details :empty {
      display: none; }
    .fsPlayer.slideshow-enhancement .slide .details .title {
      text-transform: uppercase;
      color: palegoldenrod;
      font-size: 18px;
      line-height: 1.22222;
      font-weight: 700;
      letter-spacing: 0.05em; }
    .fsPlayer.slideshow-enhancement .slide .details .copy, .fsPlayer.slideshow-enhancement .slide .details .copy p, .fsPlayer.slideshow-enhancement .slide .details .copy h1, .fsPlayer.slideshow-enhancement .slide .details .copy h2, .fsPlayer.slideshow-enhancement .slide .details .copy h3, .fsPlayer.slideshow-enhancement .slide .details .copy h4, .fsPlayer.slideshow-enhancement .slide .details .copy h5, .fsPlayer.slideshow-enhancement .slide .details .copy h6 {
      color: #fff; }
  .fsPlayer.slideshow-enhancement .slide .image {
    display: block;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 980px) {
      .fsPlayer.slideshow-enhancement .slide .image {
        width: 53.19149%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto; } }
    .fsPlayer.slideshow-enhancement .slide .image img {
      display: block;
      width: 100%;
      height: auto; }
      @media (min-width: 980px) {
        .fsPlayer.slideshow-enhancement .slide .image img {
          display: none; } }
.fsPlayer.slideshow-enhancement .slick-dots {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .fsPlayer.slideshow-enhancement .slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .fsPlayer.slideshow-enhancement .slick-dots button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px; }
    .fsPlayer.slideshow-enhancement .slick-dots button > span {
      position: absolute;
      top: -999em;
      left: -999em; }
    .fsPlayer.slideshow-enhancement .slick-dots button:after {
      content: '\25CF';
      color: #5e5e5e;
      font-size: 24px; }
  .fsPlayer.slideshow-enhancement .slick-dots li.slick-active button:after {
    color: #c8ae0e; }
.fsPlayer.slideshow-enhancement .slick-prev,
.fsPlayer.slideshow-enhancement .slick-next {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: transparent;
  text-indent: -999em;
  position: absolute;
  top: 0;
  z-index: 5; }
  .fsPlayer.slideshow-enhancement .slick-prev:after,
  .fsPlayer.slideshow-enhancement .slick-next:after {
    content: "";
    color: #fff;
    text-indent: 0;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.fsPlayer.slideshow-enhancement .slick-prev {
  left: 0;
  right: auto; }
  .fsPlayer.slideshow-enhancement .slick-prev:after {
    content: ""; }
.fsPlayer.slideshow-enhancement .slick-next {
  left: 42px;
  right: auto; }
  .fsPlayer.slideshow-enhancement .slick-next:after {
    content: ""; }

.container.spotlight-enhancement .inner, .container.spotlight-enhancement-custom .inner {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem; }
.container.spotlight-enhancement .spotlight-enhancement, .container.spotlight-enhancement .spotlight-enhancement-custom, .container.spotlight-enhancement-custom .spotlight-enhancement, .container.spotlight-enhancement-custom .spotlight-enhancement-custom {
  margin-right: 20px;
  margin-left: 20px;
  text-align: center; }
  @media (min-width: 980px) {
    .container.spotlight-enhancement .spotlight-enhancement, .container.spotlight-enhancement .spotlight-enhancement-custom, .container.spotlight-enhancement-custom .spotlight-enhancement, .container.spotlight-enhancement-custom .spotlight-enhancement-custom {
      margin-right: 10px;
      margin-left: 10px; } }
  @media (min-width: 1180px) {
    .container.spotlight-enhancement .spotlight-enhancement, .container.spotlight-enhancement .spotlight-enhancement-custom, .container.spotlight-enhancement-custom .spotlight-enhancement, .container.spotlight-enhancement-custom .spotlight-enhancement-custom {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 700px) {
    .container.spotlight-enhancement .spotlight-enhancement .fsDiv, .container.spotlight-enhancement .spotlight-enhancement-custom .fsDiv, .container.spotlight-enhancement-custom .spotlight-enhancement .fsDiv, .container.spotlight-enhancement-custom .spotlight-enhancement-custom .fsDiv {
      margin-right: -0.12em;
      margin-left: -0.12em;
      padding-right: 10px;
      padding-left: 10px;
      float: none;
      display: inline-block;
      width: 50%; } }
  @media (min-width: 980px) {
    .container.spotlight-enhancement .spotlight-enhancement .fsDiv, .container.spotlight-enhancement .spotlight-enhancement-custom .fsDiv, .container.spotlight-enhancement-custom .spotlight-enhancement .fsDiv, .container.spotlight-enhancement-custom .spotlight-enhancement-custom .fsDiv {
      float: left;
      width: 33.33333%; } }
  .container.spotlight-enhancement .spotlight-enhancement .callout, .container.spotlight-enhancement .spotlight-enhancement-custom .callout, .container.spotlight-enhancement-custom .spotlight-enhancement .callout, .container.spotlight-enhancement-custom .spotlight-enhancement-custom .callout {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 700px) {
      .container.spotlight-enhancement .spotlight-enhancement .callout, .container.spotlight-enhancement .spotlight-enhancement-custom .callout, .container.spotlight-enhancement-custom .spotlight-enhancement .callout, .container.spotlight-enhancement-custom .spotlight-enhancement-custom .callout {
        text-align: left; } }
    .container.spotlight-enhancement .spotlight-enhancement .callout .fsElementContent > a, .container.spotlight-enhancement .spotlight-enhancement-custom .callout .fsElementContent > a, .container.spotlight-enhancement-custom .spotlight-enhancement .callout .fsElementContent > a, .container.spotlight-enhancement-custom .spotlight-enhancement-custom .callout .fsElementContent > a {
      margin-top: 15px;
      margin-bottom: 15px;
      display: block;
      font-size: 14px;
      line-height: 1.42857;
      text-transform: uppercase;
      color: #466ba0; }
      .container.spotlight-enhancement .spotlight-enhancement .callout .fsElementContent > a:hover, .container.spotlight-enhancement .spotlight-enhancement-custom .callout .fsElementContent > a:hover, .container.spotlight-enhancement-custom .spotlight-enhancement .callout .fsElementContent > a:hover, .container.spotlight-enhancement-custom .spotlight-enhancement-custom .callout .fsElementContent > a:hover {
        color: #0d3e85; }
      .container.spotlight-enhancement .spotlight-enhancement .callout .fsElementContent > a:after, .container.spotlight-enhancement .spotlight-enhancement-custom .callout .fsElementContent > a:after, .container.spotlight-enhancement-custom .spotlight-enhancement .callout .fsElementContent > a:after, .container.spotlight-enhancement-custom .spotlight-enhancement-custom .callout .fsElementContent > a:after {
        content: "";
        margin-left: 0.33em; }

body.mashup #fsPageBodyWrapper {
  background-image: url("/uploaded/themes/default/images/photo-mashup-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }
body.mashup .fsPageTitle {
  display: none; }
body.mashup .introduction {
  color: #fff;
  text-align: center; }
  body.mashup .introduction .fsElementHeaderContent {
    font-size: 32px;
    line-height: 1.1875;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px; }
    body.mashup .introduction .fsElementHeaderContent:after {
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.2);
      content: '';
      display: block;
      width: 80px;
      height: 5px;
      margin-left: -40px;
      position: absolute;
      bottom: -20px;
      left: 50%; }
  body.mashup .introduction .fsElementContent {
    font-size: 23px;
    line-height: 1.17391;
    font-weight: 400;
    margin: 30px; }
  body.mashup .introduction .fsElementFooterContent .social-link {
    background-color: #0d3e85;
    background-color: rgba(13, 62, 133, 0.5);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 3px solid palegoldenrod;
    position: relative;
    color: #fff;
    border-radius: 60%; }
    body.mashup .introduction .fsElementFooterContent .social-link:hover {
      background-color: #0d3e85;
      background-color: rgba(13, 62, 133, 0.8);
      color: #4a6ea4; }
    body.mashup .introduction .fsElementFooterContent .social-link:after {
      font-size: 28px;
      line-height: 1;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
body.mashup .mashup-layout {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 70px; }
  body.mashup .mashup-layout > .fsDiv {
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 700px) {
      body.mashup .mashup-layout > .fsDiv {
        width: 50%; } }
    @media (min-width: 980px) {
      body.mashup .mashup-layout > .fsDiv {
        width: 33.33333%; } }
  body.mashup .mashup-layout > .fsDiv > .fsElement {
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 3px solid #fff; }
    body.mashup .mashup-layout > .fsDiv > .fsElement > header {
      padding: 10px 0 8px; }
    body.mashup .mashup-layout > .fsDiv > .fsElement .fsElementTitle {
      display: none; }
    body.mashup .mashup-layout > .fsDiv > .fsElement .fsElementHeaderContent {
      text-align: center;
      font-size: 13px;
      line-height: 1.38462;
      font-weight: 700;
      text-transform: uppercase;
      color: #373737; }
  body.mashup .mashup-layout .fsNews article {
    border: none;
    margin: 0;
    padding: 0;
    position: relative; }
    body.mashup .mashup-layout .fsNews article:after {
      content: '';
      width: 100%;
      height: 200px;
      background: #f00;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      background: transparent;
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.666) 100%); }
    body.mashup .mashup-layout .fsNews article .fsCroppedImage {
      display: block;
      background-size: cover;
      background-position: center center; }
    body.mashup .mashup-layout .fsNews article img {
      margin: 0; }
    body.mashup .mashup-layout .fsNews article .fsTitle {
      font-size: 23px;
      line-height: 1.17391;
      font-weight: 700;
      margin: 0;
      padding: 20px;
      padding-bottom: 18px;
      color: #fff;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3; }
  body.mashup .mashup-layout .fsPlayer .fsElementContent {
    margin: 0; }
  body.mashup .mashup-layout .fsPlayer .image {
    display: block;
    width: auto;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
  body.mashup .mashup-layout .fsFacebook ul,
  body.mashup .mashup-layout .fsFacebook ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  body.mashup .mashup-layout .fsFacebook a {
    display: block; }
  body.mashup .mashup-layout .fsFacebook .fsFacebookList {
    background: #f2f2f2;
    margin: 8px;
    margin-top: 0;
    padding: 10px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  body.mashup .mashup-layout .fsFacebook .fsFacebookListItem {
    margin: 0;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 1.33333;
    font-weight: 600;
    color: #5e5e5e; }
    body.mashup .mashup-layout .fsFacebook .fsFacebookListItem:first-child {
      margin-top: 0;
      border: none; }
      body.mashup .mashup-layout .fsFacebook .fsFacebookListItem:first-child .fsFacebookFrom {
        padding-top: 10px; }
  body.mashup .mashup-layout .fsFacebook .fsFacebookFrom {
    font-weight: 700;
    padding: 20px 0;
    color: #373737; }
  body.mashup .mashup-layout .fsFacebook .fsFacebookThumb {
    display: block;
    float: none;
    margin: 0;
    margin-bottom: 16px;
    width: auto; }
  body.mashup .mashup-layout .fsFacebook .fsFacebookTitle {
    margin: 0;
    margin-bottom: 16px;
    width: auto; }
  body.mashup .mashup-layout .fsFacebook .fsFacebookCaption {
    color: #373737; }
  body.mashup .mashup-layout .fsFacebook .fsFacebookLikes {
    color: #a7a7a7;
    font-style: normal;
    font-weight: 700; }
  body.mashup .mashup-layout .fsFacebook .fsFacebookFollow {
    margin: 20px -8px 0;
    padding: 10px 8px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    line-height: 1.53846;
    font-weight: 600;
    text-align: right; }
    body.mashup .mashup-layout .fsFacebook .fsFacebookFollow a {
      display: block;
      padding: 0;
      color: #0d3e85;
      text-transform: uppercase; }
      body.mashup .mashup-layout .fsFacebook .fsFacebookFollow a:after {
        content: "";
        margin-left: 0.5em; }
      body.mashup .mashup-layout .fsFacebook .fsFacebookFollow a:hover {
        color: #002163; }
  body.mashup .mashup-layout .fsTwitter .fsElementContent {
    margin: 0 8px 8px; }
  body.mashup .mashup-layout .fsTwitter iframe {
    display: block !important;
    overflow: hidden !important; }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 44.44444%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 22.22222%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 11.11111%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #373737;
      color: #373737; }
      .colors ol li:nth-of-type(1):after {
        content: "#373737"; }
    .colors ol li:nth-of-type(2) {
      background: #0d3e85;
      color: #0d3e85; }
      .colors ol li:nth-of-type(2):after {
        content: "#0d3e85"; }
    .colors ol li:nth-of-type(3) {
      background: palegoldenrod;
      color: palegoldenrod; }
      .colors ol li:nth-of-type(3):after {
        content: "palegoldenrod"; }
    .colors ol li:nth-of-type(4) {
      background: #002163;
      color: #002163; }
      .colors ol li:nth-of-type(4):after {
        content: "#002163"; }
    .colors ol li:nth-of-type(5) {
      background: #988300;
      color: #988300; }
      .colors ol li:nth-of-type(5):after {
        content: "#988300"; }
    .colors ol li:nth-of-type(6) {
      background: #4a6ea4;
      color: #4a6ea4; }
      .colors ol li:nth-of-type(6):after {
        content: "#4a6ea4"; }
    .colors ol li:nth-of-type(7) {
      background: #c8ae0e;
      color: #c8ae0e; }
      .colors ol li:nth-of-type(7):after {
        content: "#c8ae0e"; }
    .colors ol li:nth-of-type(8) {
      background: #f2f2f2;
      color: #f2f2f2; }
      .colors ol li:nth-of-type(8):after {
        content: "#f2f2f2"; }
    .colors ol li:nth-of-type(9) {
      background: #a7a7a7;
      color: #a7a7a7; }
      .colors ol li:nth-of-type(9):after {
        content: "#a7a7a7"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.27778em;
    padding: 0.27778em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "athelas", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "athelas, 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(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(6):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 32px / line: 1.1875"; }
.headers h2:after {
  content: " size: 25px / line: 1.2"; }
.headers h3:after {
  content: " size: 23px / line: 1.17391"; }
.headers h4:after {
  content: " size: 20px / line: 1.2"; }
.headers h5:after {
  content: " size: 18px / line: 1.11111"; }
.headers h6:after {
  content: " size: 15px / line: 1.2"; }

#fsHeader > .fsBanner {
  max-width: 78.75rem; }

.image-hover {
  text-align: center;
  transition: .3s all; }
  .image-hover .overlay {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 0;
    transition: .3s all; }
    .image-hover .overlay h2 {
      margin-top: 20%;
      font-family: 'Droid Serif', serif; }
      .image-hover .overlay h2 span {
        font-family: 'Droid Sans', sans-serif;
        font-weight: 700; }
    .image-hover .overlay p {
      font-family: 'Julius Sans One', sans-serif; }
  .image-hover:hover .overlay {
    opacity: 1; }
  .image-hover:hover img {
    -webkit-filter: blur(2px);
    filter: blur(2px); }

.blue-quote {
  background-color: #003366;
  color: #fff; }
  .blue-quote blockquote {
    margin: 10px;
    font-size: 24px;
    padding: 10px;
    border-left: none; }

.fsAccordion .fsPanel:hover .fsElementTitle {
  background: #f2f2f2;
  color: #f2c314 !important; }
.fsAccordion .fsStateOpen .fsElementTitle {
  background: #f2f2f2 !important;
  color: #f2c314 !important; }

/*# sourceMappingURL=main.css.map */
