@charset "UTF-8";
/*! 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; }

/* Mixins - Layouts v0.0.3 */
.compartment {
  margin: 0 auto;
  max-width: 1180px; }

@media (min-width: 40.3125em) {
  .generic-col-4 {
    width: 49.67%;
    display: inline-block;
    vertical-align: top; } }
@media (min-width: 56.25em) {
  .generic-col-4 {
    width: 24.67%; } }

/* Mixins - Pattern v0.0.4 */
/* Mixins - Presentational v0.0.4 */
/* Mixins - Typography v0.0.4 */
/* Mixins - Pattern v0.0.3 */
/*! Structure - Root */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "brandon-grotesque", sans-serif;
  background: #fff;
  color: #4d4f53;
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  font-size: 1.25em;
  line-height: 24px; }

address {
  font-style: normal; }

a[href*='tel'] {
  color: inherit; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

.fs_style_23 {
  color: #1a206d;
  font-family: "Stag Web", Georgia, serif;
  font-weight: 300;
  line-height: 1.4em; }

blockquote, .blockquote, .fs_style_24 {
  color: #009fda;
  font-family: "Stag Web", Georgia, serif;
  font-size: 0.8em;
  font-weight: 400;
  display: block;
  padding: 1em;
  margin: 2.5em 0;
  position: relative; }
  blockquote:before, blockquote:after, .blockquote:before, .blockquote:after, .fs_style_24:before, .fs_style_24:after {
    font-family: "Stag Web", Georgia, serif;
    font-size: 30px;
    position: absolute; }
  blockquote:before, .blockquote:before, .fs_style_24:before {
    content: '\201C';
    top: .7em;
    left: 0; }
  blockquote:after, .blockquote:after, .fs_style_24:after {
    content: '\201D';
    margin-left: .5em; }

cite,
.fs_style_25 {
  font-weight: 300; }
  cite:before,
  .fs_style_25:before {
    content: '-';
    margin: 0 .5em; }

.fs_style_26 {
  text-align: center; }
  .fs_style_26:after {
    content: '';
    background: url("/uploaded/themes/default/images/border-pattern.png");
    background-size: cover;
    background-position: center center;
    height: 3px;
    width: 70px;
    display: block;
    margin: .5em auto; }

@font-face {
  font-family: 'icomoon';
  src: url("/uploaded/themes/default/fonts/icomoon/icomoon.eot?j20r9u");
  src: url("/uploaded/themes/default/fonts/icomoon/icomoon.eot?#iefixj20r9u") format("embedded-opentype"), url("/uploaded/themes/default/fonts/icomoon/icomoon.woff?j20r9u") format("woff"), url("/uploaded/themes/default/fonts/icomoon/icomoon.ttf?j20r9u") format("truetype"), url("/uploaded/themes/default/fonts/icomoon/icomoon.svg?j20r9u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* general typography */
h1, h2, h3, h4, h5, h6 {
  font-family: "Stag Web", Georgia, serif;
  font-weight: 400;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  margin: 0 0 25px;
  color: #1a206d; }

h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.4em;
  line-height: 35px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  font-size: 1.2em;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 400; }

h3 {
  font-size: 1em;
  line-height: 26px;
  font-weight: 300; }

h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.9em;
  line-height: 21px;
  font-weight: 700; }

h5 {
  font-size: 0.8em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400; }

h6 {
  font-size: 0.8em;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase; }

p, .text_misc p {
  margin-bottom: 20px; }

a {
  color: #1a206d;
  text-decoration: none;
  transition: .3s; }
  a:hover {
    transition: .3s; }

a:hover {
  color: #009fda; }

a:visited {
  color: #1a206d; }

blockquote {
  width: 90%;
  margin: 0 auto 1em;
  font-size: 20px;
  line-height: 30px;
  text-align: center; }
  blockquote:before, blockquote:after {
    content: ' ';
    display: block;
    width: 25%;
    height: 3px;
    margin: 32px auto;
    background-color: #adafaf; }

table {
  width: 100%;
  border-bottom: 1px solid #adafaf; }

thead {
  background-color: #009fda;
  color: #fff;
  text-transform: uppercase; }

td {
  padding: 16px 20px; }

tbody tr:nth-child(even) {
  background-color: #adafaf; }

/* selected text color */
::-moz-selection {
  background: #4d4f53;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #4d4f53;
  color: #fff;
  text-shadow: none; }

#fsHeader .fsBanner, #topcontainer .fsBanner {
  width: 100%; }
  #fsHeader .fsBanner > .fsElement > .fsElementContent, #topcontainer .fsBanner > .fsElement > .fsElementContent {
    max-width: 1180px;
    margin: 0 auto;
    position: relative; }
#fsHeader .site-title, #topcontainer .site-title {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 4.745762711864%; }
  #fsHeader .site-title a, #topcontainer .site-title a {
    text-decoration: none;
    font-size: 0;
    display: block;
    background: transparent url("../images/logo@2x.png");
    background: transparent url("../images/logo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 178px;
    height: 91px; }
    @media (max-width: 43.75em) {
      #fsHeader .site-title a, #topcontainer .site-title a {
        margin: 0 auto; } }
  @media (max-width: 960px) {
    #fsHeader .site-title, #topcontainer .site-title {
      margin-left: 1.5em; } }
  @media (max-width: 43.75em) {
    #fsHeader .site-title, #topcontainer .site-title {
      float: none;
      margin: 0 auto;
      padding-top: .5em; } }
#fsHeader .sub-nav, #topcontainer .sub-nav {
  background-color: #002244;
  background: #002244 url("../images/blue-gauze.png") center top repeat;
  text-align: center;
  line-height: 1; }
  #fsHeader .sub-nav nav, #topcontainer .sub-nav nav {
    max-width: 790px;
    margin: 0 auto;
    padding: 5px 0 7px; }
  #fsHeader .sub-nav ul, #topcontainer .sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #fsHeader .sub-nav ul ul, #topcontainer .sub-nav ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #fsHeader .sub-nav ul li, #topcontainer .sub-nav ul li {
      margin: 0;
      padding: 0; }
  #fsHeader .sub-nav li, #topcontainer .sub-nav li {
    display: inline-block; }
  #fsHeader .sub-nav a, #topcontainer .sub-nav a {
    display: block;
    padding: 7px 20px;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-decoration: none; }
  #fsHeader .sub-nav a:hover,
  #fsHeader .sub-nav a.navon,
  #fsHeader .sub-nav a.nav_history, #topcontainer .sub-nav a:hover,
  #topcontainer .sub-nav a.navon,
  #topcontainer .sub-nav a.nav_history {
    color: inherit; }
#fsHeader .top-banner, #fsHeader #topbanner, #topcontainer .top-banner, #topcontainer #topbanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 400px; }
  @media (max-width: 43.75em) {
    #fsHeader .top-banner, #fsHeader #topbanner, #topcontainer .top-banner, #topcontainer #topbanner {
      background-image: none !important;
      height: auto; } }
#fsHeader .top-bannerNoimg .blue-row, #topcontainer .top-bannerNoimg .blue-row {
  background-color: #1a206d; }
#fsHeader .top-bannerNoimg .top-row, #topcontainer .top-bannerNoimg .top-row {
  background: url("/uploaded/themes/default/images/starofdavid-30.png") repeat left top #0074a0; }
#fsHeader .portal-top .site-title, #topcontainer .portal-top .site-title {
  position: relative;
  padding-left: 160px; }
  @media (max-width: 768px) {
    #fsHeader .portal-top .site-title, #topcontainer .portal-top .site-title {
      float: none;
      margin: 0 auto;
      padding-top: .5em;
      width: 327px; } }
  @media (max-width: 400px) {
    #fsHeader .portal-top .site-title, #topcontainer .portal-top .site-title {
      padding-left: 30%; } }
  #fsHeader .portal-top .site-title:before, #topcontainer .portal-top .site-title:before {
    color: #d7a900;
    content: 'Inside';
    font-size: 47px;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 75%;
    transform: translateY(-75%); }
    @media (max-width: 400px) {
      #fsHeader .portal-top .site-title:before, #topcontainer .portal-top .site-title:before {
        font-size: 10vw; } }
  @media (max-width: 400px) {
    #fsHeader .portal-top .site-title a, #topcontainer .portal-top .site-title a {
      background-size: 80%;
      background-position: 5%; } }
#fsHeader .banner-img, #topcontainer .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  display: none;
  line-height: 0; }
  @media (max-width: 43.75em) {
    #fsHeader .banner-img, #topcontainer .banner-img {
      position: static;
      visibility: visible;
      display: block; } }
#fsHeader .top-row, #topcontainer .top-row {
  background: url("/uploaded/themes/default/images/starofdavid-30.png") repeat left top rgba(0, 116, 160, 0.85);
  color: #fff;
  padding: 5px 20px;
  zoom: 1; }
  #fsHeader .top-row:after, #topcontainer .top-row:after {
    display: table;
    clear: both;
    content: ''; }
  #fsHeader .top-row .bannermodcontent, #topcontainer .top-row .bannermodcontent {
    max-width: 1180px;
    margin: 0 auto;
    position: relative; }
  @media (max-width: 960px) {
    #fsHeader .top-row, #topcontainer .top-row {
      display: none; } }
  #fsHeader .top-row .site-tagline, #topcontainer .top-row .site-tagline {
    font-size: 0.7em;
    font-weight: 500;
    float: left;
    line-height: normal;
    width: 42.372881355932%; }
  #fsHeader .top-row .top-links, #topcontainer .top-row .top-links {
    float: right;
    z-index: 10; }
#fsHeader .blue-row, #topcontainer .blue-row {
  background: rgba(26, 32, 109, 0.9);
  position: relative;
  padding: 0 1em;
  zoom: 1; }
  #fsHeader .blue-row:after, #topcontainer .blue-row:after {
    display: table;
    clear: both;
    content: ''; }
  #fsHeader .blue-row .bannermodcontent, #topcontainer .blue-row .bannermodcontent {
    max-width: 1180px;
    margin: 0 auto;
    position: relative; }
  #fsHeader .blue-row .fsElementContent, #topcontainer .blue-row .fsElementContent {
    position: static !important; }
  #fsHeader .blue-row .site-tagline, #topcontainer .blue-row .site-tagline {
    display: none; }
  @media (max-width: 960px) {
    #fsHeader .blue-row .nav-main, #topcontainer .blue-row .nav-main {
      display: none; }
    #fsHeader .blue-row .site-tagline, #topcontainer .blue-row .site-tagline {
      color: #fff;
      font-size: 0.8em;
      display: block;
      float: left;
      margin-top: 47px;
      line-height: normal;
      width: calc(100% - 260px); } }
  @media (max-width: 960px) and (max-width: 43.75em) {
    #fsHeader .blue-row .site-tagline, #topcontainer .blue-row .site-tagline {
      width: 100%;
      float: none;
      text-align: center;
      margin: 1em 0; } }
  @media (max-width: 960px) and (max-width: 960px) {
    .portal-page #fsHeader .blue-row .site-tagline, .portal-page #topcontainer .blue-row .site-tagline {
      width: 40%; } }
  @media (max-width: 960px) and (max-width: 768px) {
    .portal-page #fsHeader .blue-row .site-tagline, .portal-page #topcontainer .blue-row .site-tagline {
      width: 100%;
      margin: .5em 0;
      text-align: center; } }

.portal-links {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  line-height: 101px; }
  .portal-links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .portal-links li {
    margin: 0;
    padding: 0; }
  .drawer .portal-links {
    background-color: #1a206d;
    overflow: auto;
    height: 100%;
    width: 80%;
    margin: 0;
    padding: 0 20px; }
  @media (max-width: 1080px) {
    .portal-links {
      float: none;
      clear: left;
      max-width: 1180px;
      margin: 0 auto;
      width: 100%;
      line-height: normal; } }
  .portal-links li {
    display: inline-block;
    float: left;
    margin: 0 24px; }
    .drawer .portal-links li {
      display: block;
      width: 100%;
      margin: 0; }
    @media (max-width: 1080px) {
      .portal-links li {
        padding: .5em 0; } }
    @media (max-width: 1080px) {
      .portal-links li:first-child {
        margin-left: 0; } }
    .portal-links li:last-child {
      margin-right: 0; }
  .portal-links a {
    color: #d7a900;
    font-family: "Stag Web", Georgia, serif;
    font-size: 20px;
    font-weight: 400; }
    .portal-links a.home-btn {
      color: #fff;
      font-weight: 300; }
      .portal-links a.home-btn:before {
        content: '\e60f';
        font-family: "IcoMoon";
        display: inline-block;
        margin-right: .5em; }
    .portal-links a:hover {
      color: #ffc901; }

.fsAccountBarVisible #fsPageWrapper {
  margin-top: 35px !important; }

#fsFooter, #bottomcontainer {
  background: url("/uploaded/themes/default/images/starofdavid-30.png") repeat left top #fff;
  width: 100%;
  text-align: left; }
  #fsFooter .fsBanner, #bottomcontainer .fsBanner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto; }
  #fsFooter .footer-logo, #bottomcontainer .footer-logo {
    background: url("/uploaded/themes/default/images/50th_logo@2x.png") no-repeat left top;
    background: url("/uploaded/themes/default/images/50th_logo.svg") no-repeat left top;
    background-size: 100%;
    float: left;
    font-size: 0;
    width: 181px;
    height: 112px;
    margin-right: 5.084745762712%; }
    @media (max-width: 75em) {
      #fsFooter .footer-logo, #bottomcontainer .footer-logo {
        margin-right: 4%; } }
    @media (max-width: 56.25em) {
      #fsFooter .footer-logo, #bottomcontainer .footer-logo {
        float: none;
        margin: 0 auto; } }
  #fsFooter .address-box, #bottomcontainer .address-box {
    float: left;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 4.661016949153%; }
    #fsFooter .address-box ul, #bottomcontainer .address-box ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #fsFooter .address-box li, #bottomcontainer .address-box li {
      margin: 0;
      padding: 0; }
    #fsFooter .address-box .fsElementTitle, #bottomcontainer .address-box .fsElementTitle {
      font-family: "brandon-grotesque", sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
    @media (max-width: 75em) {
      #fsFooter .address-box, #bottomcontainer .address-box {
        margin-right: 3%; } }
    @media (max-width: 56.25em) {
      #fsFooter .address-box, #bottomcontainer .address-box {
        margin: 1em 0 1em 5%;
        width: 35%; } }
    @media (max-width: 43.75em) {
      #fsFooter .address-box, #bottomcontainer .address-box {
        width: 100%;
        float: none;
        margin: 1em 0; } }
  #fsFooter .contact-box, #bottomcontainer .contact-box {
    float: left;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3.2203389830515%; }
    #fsFooter .contact-box ul, #bottomcontainer .contact-box ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #fsFooter .contact-box li, #bottomcontainer .contact-box li {
      margin: 0;
      padding: 0; }
    @media (max-width: 75em) {
      #fsFooter .contact-box, #bottomcontainer .contact-box {
        margin-right: 2%; } }
    @media (max-width: 56.25em) {
      #fsFooter .contact-box, #bottomcontainer .contact-box {
        float: right;
        margin: 1em 5% 1em 0;
        width: 35%; } }
    @media (max-width: 43.75em) {
      #fsFooter .contact-box, #bottomcontainer .contact-box {
        float: none;
        width: 100%;
        margin: 1em 0; } }
    #fsFooter .contact-box .fsElementTitle, #bottomcontainer .contact-box .fsElementTitle {
      font-family: "brandon-grotesque", sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
  #fsFooter .affiliate-logo, #bottomcontainer .affiliate-logo {
    background: url("/uploaded/themes/default/images/federation-logo@2x.png") no-repeat left top transparent;
    background: url("/uploaded/themes/default/images/federation-logo.svg") no-repeat left top transparent;
    background-size: 100%;
    float: left;
    font-size: 0;
    width: 211px;
    height: 52px;
    margin-right: 3.64406779661%; }
    @media (max-width: 56.25em) {
      #fsFooter .affiliate-logo, #bottomcontainer .affiliate-logo {
        margin: 20px 0 20px 5%;
        clear: left; } }
    @media (max-width: 43.75em) {
      #fsFooter .affiliate-logo, #bottomcontainer .affiliate-logo {
        float: none;
        margin: 20px 0; } }
  #fsFooter .nav-social-container, #bottomcontainer .nav-social-container {
    float: left; }
    #fsFooter .nav-social-container .fsElementTitle, #bottomcontainer .nav-social-container .fsElementTitle {
      font-family: "brandon-grotesque", sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
    @media (max-width: 1150px) {
      #fsFooter .nav-social-container, #bottomcontainer .nav-social-container {
        clear: both;
        margin-top: 2em; } }
    @media (max-width: 56.25em) {
      #fsFooter .nav-social-container, #bottomcontainer .nav-social-container {
        float: right;
        margin: 1em 5% 1em 0;
        width: 35%;
        clear: none; } }
    @media (max-width: 43.75em) {
      #fsFooter .nav-social-container, #bottomcontainer .nav-social-container {
        float: none;
        margin: 1em 0;
        width: 100%; } }

#bottombanner {
  zoom: 1;
  margin: 0 auto;
  max-width: 1180px; }
  #bottombanner:after {
    display: table;
    clear: both;
    content: ''; }

/*! Structure - Layouts */
html {
  position: relative;
  height: 100%;
  overflow-x: hidden; }

body {
  display: block;
  width: 100%;
  position: relative;
  height: 100%; }
  body.fsDraftMode, body.fs.CompseMode {
    height: auto; }

#fsPageWrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto; }

#fsPageBodyWrapper {
  width: 100%;
  padding: 1.75em 20px; }
  @media (max-width: 50em) {
    #fsPageBodyWrapper {
      padding: 0; } }

#midcontainer {
  width: 100%;
  padding: 1.75em 20px; }

#fsPageBody {
  margin: 0 auto;
  max-width: 1180px; }
  @media (max-width: 56.25em) {
    #fsPageBody {
      padding: 0px 0px; } }
  #fsPageBody .fsElement {
    margin-bottom: 20px; }

#mainmiddle {
  margin: 0 auto;
  max-width: 1180px; }

.fsTwoColumnLayout:after,
.fsThreeColumnLayout:after,
.fsElephantRightLayout:after,
.fsElephantLeftLayout:after {
  content: '';
  clear: both;
  display: block; }

/*********** two columnn ***********/
.fsTwoColumnLayout > .fsDiv {
  width: 49.15254%;
  margin-right: 1.69492%; }
  .fsTwoColumnLayout > .fsDiv:last-child {
    margin-right: 0px; }
  .fsTwoColumnLayout > .fsDiv ~ .fsDiv {
    margin-right: 0px; }
  @media (max-width: 40.3125em) {
    .fsTwoColumnLayout > .fsDiv {
      width: 100%;
      display: block;
      float: none; } }

/*********** three columnn ***********/
.fsThreeColumnLayout > .fsDiv {
  width: 32.20339%;
  margin-right: 1.69492%; }
  .fsThreeColumnLayout > .fsDiv:last-child {
    margin-right: 0px; }
  @media (max-width: 40.3125em) {
    .fsThreeColumnLayout > .fsDiv {
      width: 100%;
      display: block;
      float: none; } }

/*********** four columnn ***********/
.fsFourColumnLayout > .fsDiv {
  width: 23.72881%;
  margin-right: 1.69492%;
  margin-right: 1.69492%; }
  .fsFourColumnLayout > .fsDiv:last-child {
    margin-right: 0px; }
  @media (max-width: 40.3125em) {
    .fsFourColumnLayout > .fsDiv {
      width: 100%;
      display: block;
      float: none; } }

/*********** ellephant columnn ***********/
.fsElephantRightLayout {
  width: 100%; }
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 64.97174%;
    margin-right: 1.69492%; }
    @media (max-width: 50em) {
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: 100%;
        display: block;
        float: none; } }
  .fsElephantRightLayout .fsStyleOneThird {
    width: 33.33333%;
    margin-right: 0px; }
    @media (max-width: 50em) {
      .fsElephantRightLayout .fsStyleOneThird {
        width: 100%;
        display: block;
        float: none; } }

.fsElephantLeftLayout {
  width: 100%; }
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 66.66666%;
    margin-right: 0; }
    @media (max-width: 40.3125em) {
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: 100%;
        display: block;
        float: none; } }
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 31.63841%;
    margin-right: 1.69492%; }
    @media (max-width: 40.3125em) {
      .fsElephantLeftLayout .fsStyleOneThird {
        width: 100%;
        display: block;
        float: none; } }

#fsBannerLeft,
#fsPageContent,
#fsBannerRight {
  background: #fff; }

#fsBannerLeft {
  width: 20.33898%;
  margin-right: 3.38983%; }
  @media (max-width: 50em) {
    #fsBannerLeft {
      float: none;
      width: 100%; } }

#fsPageContent {
  padding: 0 1em; }
  body.fsHasLeftBanner #fsPageContent {
    width: 76.27119%; }
    @media (max-width: 50em) {
      body.fsHasLeftBanner #fsPageContent {
        width: 100%;
        float: none; } }
  body.fsHasRightBanner #fsPageContent {
    width: 74.57627%; }
    @media (max-width: 50em) {
      body.fsHasRightBanner #fsPageContent {
        width: 100%;
        float: none; } }
  body.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 50.84746%; }
    @media (max-width: 56.25em) {
      body.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 76.27119%; } }
    @media (max-width: 50em) {
      body.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        float: none;
        width: 100%; } }

#fsBannerRight {
  width: 23.72881%;
  margin-left: 1.69492%; }
  @media (max-width: 50em) {
    body.fsHasRightBanner #fsBannerRight {
      width: 100%;
      margin: 0;
      float: none;
      padding: 0 1em; } }
  @media (max-width: 56.25em) {
    body.fsHasLeftBanner #fsBannerRight {
      padding-left: 25.42373%;
      margin-left: 0;
      width: 100%; } }
  @media (max-width: 50em) {
    body.fsHasLeftBanner #fsBannerRight {
      width: 100%;
      padding: 0 1em; } }

#fsFooter, #bottomcontainer {
  zoom: 1;
  margin: 0;
  padding: 40px 20px 0 20px;
  width: 100%; }
  #fsFooter:after, #bottomcontainer:after {
    display: table;
    clear: both;
    content: ''; }
  @media (max-width: 43.75em) {
    #fsFooter, #bottomcontainer {
      padding: 40px 40px 0; } }

header, footer {
  zoom: 1; }
  header:after, footer:after {
    display: table;
    clear: both;
    content: ''; }

.fsLayout .fsContent img {
  margin: 0 0 20px 0; }
.fsLayout .fsContent img[style*="float: left;"] {
  margin: 0 20px 20px 0; }
.fsLayout .fsContent img[style*="float: right;"] {
  margin: 0 0 20px 20px; }

body.fsComposeMode .fsBanner:not(.fsElement):not(.fsBannerEdit).fsStateEditable,
body.fsComposeMode .fsDiv:not(.fsElement):not(.fsBannerEdit).fsStateEditable,
body.fsComposeMode .fsElement:not(.fsElement):not(.fsBannerEdit).fsStateEditable,
body.fsComposeMode .fsBanner.fsStateEditable:not(.fsBanner):not(.fsPanel),
body.fsComposeMode .fsElement.fsStateEditable:not(.fsBanner):not(.fsPanel) {
  padding: 1em !important; }

body.fsComposeMode .fsBanner:not(.fsElement):not(.fsBannerEdit).fsStateEditable,
body.fsComposeMode .fsDiv:not(.fsElement):not(.fsBannerEdit).fsStateEditable,
body.fsComposeMode .fsElement:not(.fsElement):not(.fsBannerEdit).fsStateEditable,
body.fsComposeMode .fsBanner.fsStateEditable:not(.fsBanner):not(.fsPanel),
body.fsComposeMode .fsElement.fsStateEditable:not(.fsBanner):not(.fsPanel) {
  padding: 1em !important; }

#fsPoweredByFinalsite, #poweredby {
  width: 100%;
  max-width: 1140px;
  margin: 1em 0 0 0; }

.fsNavigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fsNavigation ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsNavigation ul li {
    margin: 0;
    padding: 0; }
.fsNavigation a {
  text-decoration: none; }

/*! Navigation - Main */
.nav-main {
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(100 - 230px); }
  .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main li {
    margin: 0;
    padding: 0; }
  .nav-main nav {
    /* dropdowns */ }
    .nav-main nav > ul {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      .nav-main nav > ul > li {
        vertical-align: top;
        display: inline-block;
        flex: 0 1 auto;
        text-align: center; }
        .nav-main nav > ul > li.fsNavCurrentPage > a:after, .nav-main nav > ul > li.fsNavCurrentPageAncestor > a:after {
          content: '';
          border-bottom: solid 3px rgba(255, 255, 255, 0.8);
          width: 100%;
          height: 3px;
          position: absolute;
          bottom: 30%;
          left: 0; }
          @media (max-width: 43.75em) {
            .nav-main nav > ul > li.fsNavCurrentPage > a:after, .nav-main nav > ul > li.fsNavCurrentPageAncestor > a:after {
              content: none; } }
        .no-flexbox .nav-main nav > ul > li {
          display: table-cell;
          vertical-align: middle; }
        @media (min-width: 40.3125em) {
          .nav-main nav > ul > li:hover .fsNavPageInfo {
            display: block;
            animation: revealNav .3s forwards;
            visibility: visible;
            opacity: 1; } }
        .nav-main nav > ul > li > a {
          font-family: "Stag Web", Georgia, serif;
          font-weight: 300;
          font-size: 1em;
          display: block;
          padding: 40px 0;
          color: #fff;
          position: relative;
          transition: none; }
          .nav-main nav > ul > li > a:hover {
            color: #fff;
            font-size: .8em; }
            .nav-main nav > ul > li > a:hover:after {
              content: '';
              border-bottom: solid 3px rgba(255, 255, 255, 0.8);
              width: 100%;
              height: 3px;
              position: absolute;
              bottom: 30%;
              left: 0; }
    .nav-main nav .fsNavPageInfo {
      width: 100%;
      padding: 20px;
      position: absolute;
      top: 100%;
      z-index: 2;
      display: none;
      background: url("/uploaded/themes/default/images/starofdavid-white.png") repeat left top #d7a900;
      left: 50%;
      transform: translateX(-50%); }
      .nav-main nav .fsNavPageInfo li {
        display: block;
        width: 100%; }
      .nav-main nav .fsNavPageInfo a {
        color: #fff;
        display: block;
        padding: .3em 0; }
        .nav-main nav .fsNavPageInfo a:hover {
          color: #009fda; }
  .nav-main .mega-wrap {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%; }
  .nav-main .fsNavPageDescription {
    border-right: solid 3px rgba(255, 255, 255, 0.2);
    float: left;
    padding: 0 1em;
    text-align: left;
    width: 37.627118644068%; }
  .nav-main .fsNavPageThumbnail {
    float: left;
    width: 25.423728813559%; }
  .nav-main .fsNavLevel2 {
    float: left;
    text-align: left;
    width: 36.694915254237%; }
    .nav-main .fsNavLevel2 .navColumn {
      float: left;
      padding: 0 1em;
      width: 50%; }

@keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
.nav-secondary {
  background: url("/uploaded/themes/default/images/starofdavid-30.png") repeat left top #f3f3f3;
  overflow: hidden; }
  @media (max-width: 50em) {
    .nav-secondary {
      background: none #d7a900; } }
  .nav-secondary .section-title {
    display: none;
    text-align: center;
    color: #fff;
    font-family: "Stag Web", Georgia, serif;
    font-size: 1.2em;
    font-weight: 300;
    border-bottom: solid 1px #fff;
    padding: .33em 0;
    cursor: pointer; }
    @media (max-width: 50em) {
      .nav-secondary .section-title {
        display: block; } }
    .nav-secondary .section-title:after {
      content: '\e600';
      font-family: "IcoMoon";
      vertical-align: middle;
      margin-left: .5em; }
    .open-nav .section-title:after {
      content: '\e603'; }
  .nav-secondary ul {
    padding: 0;
    margin: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav-secondary ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-secondary ul li {
      margin: 0;
      padding: 0; }
  .nav-secondary nav > ul > li {
    display: block; }
    .nav-secondary nav > ul > li:last-child {
      border-bottom: 0px; }
    .nav-secondary nav > ul > li:hover > a {
      transition: .2s all ease-in-out;
      color: #009fda; }
    .nav-secondary nav > ul > li > a {
      font-size: 18px;
      color: #1a206d;
      display: block;
      padding: 10px 20px; }
      @media (max-width: 43.75em) {
        .nav-secondary nav > ul > li > a {
          color: #fff;
          font-size: 20px; } }
    .nav-secondary nav > ul > li ul {
      padding: 10px 0px 10px 40px; }
      .nav-secondary nav > ul > li ul li a {
        font-size: 18px;
        padding: 5px 0px;
        width: 100%;
        display: block; }
        .nav-secondary nav > ul > li ul li a:hover {
          color: #9f9f9f; }
      .nav-secondary nav > ul > li ul li.fsNavCurrentPage a {
        color: #009fda; }
    .nav-secondary nav > ul > li.fsNavCurrentPage > a {
      color: #009fda; }
  @media (max-width: 50em) {
    .nav-secondary .fsElementContent {
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      transition: max-height .3s, opacity .3s;
      background: url("/uploaded/themes/default/images/starofdavid-white.png") repeat left top #d7a900; } }
  @media (max-width: 50em) {
    .open-nav + .fsElementContent {
      max-height: 50em;
      opacity: 1; } }

/* Navigation - Utility Container v0.0.1 */
.nav-util {
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav-util ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-util li {
    margin: 0;
    padding: 0; }
  .nav-util > li {
    float: left;
    margin: 0 0.65em; }
    .nav-util > li:first-child {
      margin-left: 0; }
    .nav-util > li:last-child {
      margin-right: 0; }
    .nav-util > li:before {
      font-family: "IcoMoon";
      color: #d7a900;
      vertical-align: top;
      margin-right: 0.2em; }
    .nav-util > li.news:before {
      content: '\e608'; }
    .nav-util > li.calendar:before {
      content: '\e604'; }
    .nav-util > li.visit:before {
      content: '\e60a'; }
    .nav-util > li.ql {
      position: relative; }
      .nav-util > li.ql:before {
        content: '\e605'; }
      .nav-util > li.ql .ql-menu {
        background-color: #d7a900;
        padding: .4em;
        margin-top: 10px;
        position: absolute;
        top: 25px;
        left: 0;
        width: 125px;
        max-height: 0;
        transition: all 0.35s ease;
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        z-index: 10; }
        .nav-util > li.ql .ql-menu a {
          color: #fff;
          padding: .1em .3em;
          display: block; }
          .nav-util > li.ql .ql-menu a:hover {
            color: #1a206d; }
      .nav-util > li.ql:hover .ql-menu {
        max-height: 800px;
        opacity: 1;
        visibility: visible; }
    .nav-util > li.login:before {
      content: '\e606'; }
    .nav-util > li.search {
      cursor: pointer; }
      .nav-util > li.search:before {
        content: '\e607'; }
      .nav-util > li.search a {
        font-size: 0; }
    .nav-util > li > a {
      color: #fff;
      font-size: 0.8em;
      font-weight: 300;
      padding: 0em 0em;
      display: inline-block; }
      .nav-util > li > a:hover {
        color: #d7a900; }

/*! Navigation - Off Canvas v0.1.0 */
.drawer_trigger {
  padding: 0;
  background: none;
  border: 0;
  outline: 0; }

.drawer_ribbon {
  display: none; }
  .drawer_ribbon:after {
    clear: both;
    display: table;
    content: ''; }
  @media (max-width: 960px) {
    .drawer_ribbon {
      display: block;
      position: absolute;
      top: 0;
      left: 0; } }

.drawer_trigger {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 20px;
  color: #fff;
  z-index: 1001;
  display: none; }
  @media (max-width: 960px) {
    .drawer_trigger {
      display: block; }
      .timeline-details .drawer_trigger {
        display: none; } }
  .drawer_trigger:after {
    color: #fff;
    content: '\e60c';
    font-family: "IcoMoon";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .visible .drawer_trigger:after {
      content: '\e60b'; }

.drawer {
  position: absolute;
  top: 0;
  z-index: 900;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  left: 0;
  transform: translate(-40%, 0);
  opacity: 0;
  visibility: hidden; }
  .csstransforms3d .drawer {
    transform: translate3d(-40%, 0, 0); }
  .no-csstransforms .drawer {
    display: none; }
  .visible .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0); }
    .csstransforms3d .visible .drawer {
      transform: translate3d(0, 0, 0); }
    .no-csstransforms .visible .drawer {
      display: block; }
  .drawer .top-row {
    background: url("/uploaded/themes/default/images/starofdavid-30.png") repeat left top rgba(0, 116, 160, 0.85);
    color: #fff;
    padding: 60px 20px 10px 20px;
    width: 80%; }
    .drawer .top-row .nav-util li {
      float: none;
      margin: 1em 0; }
      .drawer .top-row .nav-util li.ql {
        display: none; }
      .drawer .top-row .nav-util li:last-child {
        display: none; }
  .drawer .nav-main {
    background-color: #1a206d;
    width: 80%;
    height: 100%;
    padding: 0 20px; }
    .drawer .nav-main nav ul {
      display: block; }
      .drawer .nav-main nav ul li {
        display: block;
        text-align: left;
        border-bottom: solid 1px #009fda; }
        .drawer .nav-main nav ul li a {
          padding: .45em 0; }
          .drawer .nav-main nav ul li a:hover {
            color: #d7a900; }
            .drawer .nav-main nav ul li a:hover:after {
              content: none; }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social li {
    margin: 0;
    padding: 0; }
  .nav-social li {
    display: inline-block; }
  .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--smugmug a:before {
    content: ""; }
  .nav-social .nav-social__item--facebook a:hover {
    color: #3b5998;
    background-color: #fff;
    border: solid 1px; }
  .nav-social .nav-social__item--instagram a:hover {
    color: #517fa4;
    background-color: #fff;
    border: solid 1px; }
  .nav-social .nav-social__item--linkedin a:hover {
    color: #007bb6;
    background-color: #fff;
    border: solid 1px; }
  .nav-social .nav-social__item--pinterest a:hover {
    color: #cb2027;
    background-color: #fff;
    border: solid 1px; }
  .nav-social .nav-social__item--tumblr a:hover {
    color: #32506d;
    background-color: #fff;
    border: solid 1px; }
  .nav-social .nav-social__item--twitter a:hover {
    color: #00aced;
    background-color: #fff;
    border: solid 1px; }
  .nav-social .nav-social__item--vine a:hover {
    color: #00a478;
    background-color: #fff;
    border: solid 1px; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #b00;
    background-color: #fff;
    border: solid 1px; }
  .nav-social .nav-social__item--smugmug a:hover {
    color: #7cba00;
    background-color: #fff;
    border: solid 1px; }
  .nav-social a {
    font-size: 1em;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #1a206d;
    display: block;
    position: relative;
    height: 1.6em;
    width: 1.6em; }
    .nav-social a:before {
      font-family: "IcoMoon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

/*! Navigation - Breadcrub v0.0.1 */
.fsBreadcrumb {
  zoom: 1; }
  .fsBreadcrumb:after {
    display: table;
    clear: both;
    content: ''; }
  body[data-pageid="1"] .fsBreadcrumb {
    display: none; }
  .fsBreadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .fsBreadcrumb ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fsBreadcrumb ul li {
      margin: 0;
      padding: 0; }

/* Accordion */
.fsAccordion section {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0 !important; }
  .fsAccordion section:first-child {
    margin-top: 0; }
  .fsAccordion section > header {
    line-height: 1;
    position: relative;
    cursor: pointer;
    background-color: #1a206d;
    transition: background-color 100ms, color 100ms, border-color 100ms; }
    .fsAccordion section > header h2 {
      line-height: 1;
      color: #fff;
      font-family: "Stag Web", Georgia, serif;
      font-size: 1em;
      display: block;
      width: 100%;
      padding: .5em;
      margin: 0;
      position: relative;
      transition: color 100ms, background 100ms; }
      .fsAccordion section > header h2:before {
        content: none !important; }
      .fsAccordion section > header h2:after {
        content: '\e602' !important;
        font-family: "IcoMoon";
        border: 0 none !important;
        width: auto !important;
        height: 100% !important;
        margin: 0 !important;
        position: absolute;
        top: 0;
        right: 10px;
        padding-left: 20px;
        line-height: 2;
        color: #fff;
        font-size: 20px; }
  .fsAccordion section > .fsElementContent {
    min-height: inherit; }
    .fsAccordion section > .fsElementContent > .fsContent {
      margin-bottom: 0 !important; }
      .fsAccordion section > .fsElementContent > .fsContent > .fsElementContent {
        padding: 25px 20px 23px 20px;
        margin-bottom: 0 !important;
        border: solid 1px #009fda; }
  .fsAccordion section:hover > header {
    background-color: #009fda; }
  .fsAccordion section.fsStateOpen > header {
    background-color: #009fda; }
    .fsAccordion section.fsStateOpen > header h2:after {
      content: '\e600' !important;
      font-family: "IcoMoon"; }

/* Athletics */
.fsAthleticsEvent {
  position: relative; }
  .fsAthleticsEvent .fsAlertsIcon, .fsAthleticsEvent .fsRSSIcon {
    position: absolute;
    top: 5px;
    right: 0px;
    outline: none; }
  .fsAthleticsEvent .fsRSSIcon {
    right: 20px; }
  .fsAthleticsEvent header {
    padding-right: 45px; }
  .fsAthleticsEvent article {
    margin-top: 20px;
    zoom: 1; }
    .fsAthleticsEvent article:after {
      display: table;
      clear: both;
      content: ''; }
  .fsAthleticsEvent .fsDateTime {
    border-bottom: 1px solid inherit;
    background-color: inherit;
    color: inherit;
    padding: 5px; }
  .fsAthleticsEvent .teamsContainer {
    width: 50%;
    float: left;
    padding: 5px; }
  .fsAthleticsEvent .resultsContainer {
    width: 50%;
    float: right;
    padding: 5px; }
  .fsAthleticsEvent .fsAthleticsAdvantage {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px; }
  .fsAthleticsEvent .fsAthleticsResultWrapper {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  .fsAthleticsEvent .fsAthleticsDismissal {
    width: 50%;
    float: right;
    padding: 5px; }

/* Calendar Element */
.fsCalendar {
  position: relative;
  /*Grid*/
  /*Slideshow*/ }
  .fsCalendar .fsAlertsIcon, .fsCalendar .fsRSSIcon {
    position: absolute;
    top: 5px;
    right: 0px;
    outline: none; }
  .fsCalendar .fsRSSIcon {
    right: 20px; }
  .fsCalendar.alerts-on header {
    padding-right: 45px; }
  .fsCalendar.banner-calendar .fsElementTitle {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    .fsCalendar.banner-calendar .fsElementTitle:after {
      content: url("/uploaded/themes/default/images/border-pattern.png");
      display: block;
      margin-top: -.5em; }
  .fsCalendar.banner-calendar .fsElementFooterContent {
    color: #1a206d;
    font-size: 0.8em;
    text-align: center;
    position: relative; }
    .fsCalendar.banner-calendar .fsElementFooterContent a {
      color: inherit; }
      .fsCalendar.banner-calendar .fsElementFooterContent a:hover {
        color: #009fda; }
    .fsCalendar.banner-calendar .fsElementFooterContent:before {
      content: '';
      width: 70px;
      border-top: solid 3px #adafaf;
      position: absolute;
      left: 0;
      right: 0;
      top: -.7em;
      margin: auto; }
  .fsCalendar article {
    clear: both;
    float: none;
    display: block;
    width: 100%;
    margin-top: 20px;
    zoom: 1; }
    .fsCalendar article:after {
      display: table;
      clear: both;
      content: ''; }
    .fsCalendar article .fsReadMoreLink {
      color: #adafaf;
      font-size: 0.8em;
      margin: .3em 0;
      display: inline-block; }
      .fsCalendar article .fsReadMoreLink:hover {
        color: #009fda; }
  .fsCalendar .fsTitle {
    font: inherit;
    display: block;
    color: inherit; }
    .fsCalendar .fsTitle a {
      color: inherit;
      display: block; }
      .fsCalendar .fsTitle a:hover {
        color: #009fda; }
  .fsCalendar .fsDate {
    background-color: inherit;
    float: left;
    display: block;
    width: 60px;
    height: 5em;
    margin: 0 10px 10px 0; }
    .fsCalendar .fsDate .fsMonth, .fsCalendar .fsDate .fsDayName, .fsCalendar .fsDate .fsDay, .fsCalendar .fsDate .fsYear {
      display: block;
      text-align: center;
      padding: 0;
      font: inherit;
      color: inherit;
      line-height: 1; }
    .fsCalendar .fsDate .fsMonth {
      color: #d7a900;
      font-size: 0.8em;
      text-transform: uppercase; }
    .fsCalendar .fsDate .fsDayName {
      color: #d7a900;
      font-size: 0.8em;
      text-transform: uppercase; }
    .fsCalendar .fsDate .fsDay {
      color: #1a206d;
      font-size: 2em;
      font-family: "Stag Web", Georgia, serif; }
    .fsCalendar .fsDate .fsSeparator {
      display: none; }
  .fsCalendar .fsTimeContainer {
    display: block; }
  .fsCalendar .fsStartTime, .fsCalendar .fsEndTime, .fsCalendar .fsAllDay {
    color: inherit;
    line-height: 1;
    font: inherit; }
  .fsCalendar .fsLocation {
    color: inherit;
    line-height: 1;
    font: inherit; }
  .fsCalendar .fsNotes {
    font: inherit;
    line-height: 1.3; }
  .fsCalendar.fsGrid .fsTitle, .fsCalendar.fsGrid .fsTitle a {
    color: inherit; }
  .fsCalendar.fsGrid .fsCalendarMonthBrowser {
    margin-top: 20px; }
    .fsCalendar.fsGrid .fsCalendarMonthBrowser span {
      font: inherit;
      line-height: 1;
      color: inherit;
      text-transform: capitalize;
      margin: 0 15px; }
    .fsCalendar.fsGrid .fsCalendarMonthBrowser button {
      position: relative;
      top: 4px;
      border: 0 none;
      background: transparent;
      font-size: 0;
      outline: none; }
      .fsCalendar.fsGrid .fsCalendarMonthBrowser button:before {
        color: inherit;
        font: inherit;
        font-size: 22px; }
      .fsCalendar.fsGrid .fsCalendarMonthBrowser button:first-child:before {
        content: '\e601';
        font-family: "IcoMoon"; }
      .fsCalendar.fsGrid .fsCalendarMonthBrowser button:last-child:before {
        content: '\e602';
        font-family: "IcoMoon"; }
  .fsCalendar.fsGrid .fsCalendarWeekdays span {
    color: inherit; }
  .fsCalendar.fsGrid .fsCalendarDaybox {
    border-color: inherit; }
    .fsCalendar.fsGrid .fsCalendarDaybox .fsCalendarDate {
      color: inherit; }
  .fsCalendar.fsGrid .fsCalendarToday {
    background-color: #daf5ff; }
    .fsCalendar.fsGrid .fsCalendarToday .fsCalendarDate {
      color: inherit; }
    .fsCalendar.fsGrid .fsCalendarToday .fsCalendarInfo .fsCalendarEventTitle {
      color: inherit !important; }
  .fsCalendar.fsSlideshow .fsAlertsIcon, .fsCalendar.fsSlideshow .fsRSSIcon {
    top: -41px; }
  .fsCalendar.fsSlideshow .fsPrevButton, .fsCalendar.fsSlideshow .fsNextButton {
    font-size: 0;
    top: 50%;
    margin-top: -25px; }
    .fsCalendar.fsSlideshow .fsPrevButton:before, .fsCalendar.fsSlideshow .fsNextButton:before {
      display: block;
      font-size: 50px;
      color: inherit; }
  .fsCalendar.fsSlideshow .fsPrevButton:before {
    content: "Custom Arrow"; }
  .fsCalendar.fsSlideshow .fsNextButton:before {
    content: "Custom Arrow"; }
  .fsCalendar.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsCalendar.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsCalendar.fsSlideshow article {
    padding: 0 38px 0 38px; }

@media screen and (max-width: 800px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 13% !important;
      height: 0 !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0 0 13% 0;
      margin: 1px; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block !important; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 24px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
            margin-bottom: 1px; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: #a32136;
            color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: #1a206d; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarDate {
          color: #fff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .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; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

@media screen and (max-width: 800px) {
  .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow > .fsCalendarDaybox {
    width: 16%;
    display: table-cell;
    float: none;
    height: auto !important; }

  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
    word-break: break-word; } }
/* Constituents */
#fsAccountBar .fsAccountBarMenu {
  border: solid 1px #ededed; }
  #fsAccountBar .fsAccountBarMenu ul {
    background-color: #fff;
    border: solid 1px #ededed; }

/*--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; }

/*== Media Element ==*/
.fsMedia .fsMediaGallery .fsMediaGalleryObject {
  margin: 0 0 24px; }
.fsMedia > .fsElementContent {
  margin-top: 24px; }

/* News Element */
/*General News Styles*/
.fsNews {
  position: relative;
  /*Slideshow*/
  /*Grid*/ }
  .fsNews .fsAlertsIcon, .fsNews .fsRSSIcon {
    position: absolute;
    top: 5px;
    right: 0px;
    outline: none; }
  .fsNews .fsRSSIcon {
    right: 20px; }
  .fsNews.alerts-on header {
    padding-right: 45px; }
  .fsNews.banner-news .fsElementTitle, .fsNews.home-news .fsElementTitle {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    .fsNews.banner-news .fsElementTitle:after, .fsNews.home-news .fsElementTitle:after {
      content: '';
      background: url("/uploaded/themes/default/images/border-pattern.png");
      background-size: cover;
      background-position: center center;
      height: 3px;
      width: 70px;
      display: block;
      margin: .5em auto; }
  .fsNews.banner-news .fsElementFooterContent, .fsNews.home-news .fsElementFooterContent {
    color: #1a206d;
    font-size: 0.8em;
    text-align: center;
    position: relative; }
    .fsNews.banner-news .fsElementFooterContent a, .fsNews.home-news .fsElementFooterContent a {
      color: inherit; }
      .fsNews.banner-news .fsElementFooterContent a:hover, .fsNews.home-news .fsElementFooterContent a:hover {
        color: #009fda; }
    .fsNews.banner-news .fsElementFooterContent:before, .fsNews.home-news .fsElementFooterContent:before {
      content: '';
      width: 70px;
      border-top: solid 3px #adafaf;
      position: absolute;
      left: 0;
      right: 0;
      top: -.7em;
      margin: auto; }
  .fsNews article {
    clear: both;
    display: block;
    margin-bottom: 20px;
    zoom: 1; }
    .fsNews article:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews .fsThumbnail {
    float: left;
    margin: 0 10px 10px 0; }
  .fsNews .fsTitle {
    font-family: "Stag Web", Georgia, serif;
    display: block;
    color: #1a206d;
    font-weight: 300; }
    .fsNews .fsTitle a {
      color: inherit;
      display: block; }
      .fsNews .fsTitle a:hover {
        color: #009fda; }
  .fsNews .fsAuthor, .fsNews .fsDateTime {
    font-size: 0.7em;
    color: #adafaf; }
  .fsNews .fsSummary {
    margin: 0;
    font-size: inherit; }
  .fsNews .fsBody {
    margin: 0; }
  .fsNews .fsReadMoreLink {
    color: #adafaf;
    font-size: 0.8em;
    margin: .3em 0;
    display: inline-block; }
    .fsNews .fsReadMoreLink:hover {
      color: #009fda; }
  .fsNews .fsNewsLoadMore {
    float: none;
    margin-top: 20px;
    background-color: inherit;
    color: inherit;
    text-shadow: none; }
  .fsNews .fsNewsLoadMore {
    display: none; }
  .fsNews.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article {
    padding: 20px 38px 0 38px;
    clear: none; }
    @media (max-width: 40.3125em) {
      .fsNews.fsSlideshow article img {
        margin: 0 auto 10px auto;
        display: block;
        float: none;
        width: 100%;
        max-width: inherit; } }
  .fsNews.fsSlideshow .fsPrevButton, .fsNews.fsSlideshow .fsNextButton {
    font-size: 0;
    margin-top: -27px;
    top: 50%; }
    .fsNews.fsSlideshow .fsPrevButton:before, .fsNews.fsSlideshow .fsNextButton:before {
      display: block;
      font-size: 50px;
      color: inherit;
      font-family: "IcoMoon"; }
  .fsNews.fsSlideshow .fsPrevButton {
    left: -10px; }
    .fsNews.fsSlideshow .fsPrevButton:before {
      content: '\e601'; }
  .fsNews.fsSlideshow .fsNextButton {
    right: -10px; }
    .fsNews.fsSlideshow .fsNextButton:before {
      content: '\e602'; }
  .fsNews.fsGrid .fsAlertsIcon, .fsNews.fsGrid .fsRSSIcon {
    top: -41px; }
  .fsNews.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsNews.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews.fsGrid article {
    clear: none;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding: 0; }
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 49%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
      margin-right: 1%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
      margin-left: 1%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 32%; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
      margin: 0 2%; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 23.5%; }
    .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
      margin: 0 1% 0 2%; }
    .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
      margin: 0 2% 0 1%; }
    .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 18.4%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
      margin: 0 1% 0 2%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
      margin: 0 1%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
      margin: 0 2% 0 1%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; }
  .fsNews.fsGrid .fsThumbnail {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: inherit; }
  @media (max-width: 56.25em) {
    .fsNews.fsGrid .fsStyleFourColumns article, .fsNews.fsGrid .fsStyleFiveColumns article {
      display: block;
      width: 100%;
      padding: 0;
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  @media (max-width: 40.3125em) {
    .fsNews.fsGrid .fsStyleTwoColumns article, .fsNews.fsGrid .fsStyleThreeColumns article {
      display: block;
      width: 100%;
      padding: 0;
      margin-left: 0 !important;
      margin-right: 0 !important; } }

/*=======================*/
/* 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; }
    @media (max-width: 56.25em) {
      form.gsc-search-box-tools td.gsc-input {
        width: 90% !important; } }
  form.gsc-search-box-tools table.gsc-search-box {
    margin-bottom: 0; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 200px;
    border: 0;
    height: 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: #1a206d;
    background-image: none !important;
    width: 100%;
    height: 24px !important;
    color: #4d4f53;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 !important; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    display: block;
    float: left;
    padding: 0 10px 0 10px;
    overflow: hidden;
    height: 24px;
    width: auto;
    background: #d7a900;
    position: relative; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "Search";
      color: #002244;
      opacity: 1;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      transform: translateY(-50%); }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: #a48100; }
  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         */
/*=======================*/
.fsSearch.search-container, .search-container {
  background-color: rgba(0, 116, 160, 0.85);
  padding: .4em;
  position: absolute;
  top: -45px;
  right: 0;
  opacity: 0;
  transition: all .35s ease;
  z-index: 10; }
  .fsSearch.search-container.active, .search-container.active {
    opacity: 1;
    top: 30px; }
  @media (max-width: 960px) {
    .fsSearch.search-container, .search-container {
      background-color: transparent;
      position: static;
      opacity: 1;
      transition: none;
      padding: 0;
      width: 100%; } }

form.gsc-search-box-tools div.gsc-input-box {
  background: #fff; }
  @media (max-width: 56.25em) {
    form.gsc-search-box-tools div.gsc-input-box {
      background: #d7a900; } }
form.gsc-search-box-tools input.gsc-input {
  background: #fff; }
  @media (max-width: 56.25em) {
    form.gsc-search-box-tools input.gsc-input {
      background: #d7a900 !important; } }
form.gsc-search-box-tools td.gsc-search-button {
  background: #fff;
  font-size: 0;
  position: relative; }
  form.gsc-search-box-tools td.gsc-search-button:before {
    color: #1a206d;
    font-size: 16px;
    position: absolute;
    right: 5px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
    @media (max-width: 56.25em) {
      form.gsc-search-box-tools td.gsc-search-button:before {
        color: #fff; } }
  @media (max-width: 56.25em) {
    form.gsc-search-box-tools td.gsc-search-button {
      background: #d7a900 !important; } }

/*=======================*/
/* Page Manager Search       */
/*=======================*/
.search-container .search-form {
  vertical-align: top;
  background-color: #fff;
  height: 24px; }
.search-container .search__field {
  color: #4d4f53;
  border: none;
  height: 24px;
  padding: .3em;
  vertical-align: top;
  float: left; }
.search-container .search__button {
  display: inline-block;
  height: 24px;
  position: relative;
  float: right; }
  .search-container .search__button input {
    border: none;
    background-color: #fff;
    -webkit-appearance: none;
    height: 24px; }
  .search-container .search__button:before {
    color: #1a206d;
    font-size: 16px;
    position: absolute;
    right: 5px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

/* Social Elements */
/*--Facebook--*/
.fsFacebook .fsFacebookList {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fsFacebook .fsFacebookList ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsFacebook .fsFacebookList li {
    margin: 0;
    padding: 0; }
  .fsFacebook .fsFacebookList li {
    display: block;
    margin-bottom: 30px; }
    .fsFacebook .fsFacebookList li:first-child {
      margin-top: 20px; }
    .fsFacebook .fsFacebookList li a:not(.fsFacebookFollow) {
      word-wrap: break-word; }
  .fsFacebook .fsFacebookList .fsFacebookFrom {
    display: block;
    font-weight: inherit;
    font-size: inherit;
    color: inherit; }
  .fsFacebook .fsFacebookList .fsFacebookExtras {
    margin-top: 10px; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookThumb {
      float: left;
      margin: 0 20px 0 0;
      width: 28%; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle {
      float: left;
      line-height: 1;
      width: 60%; }
      .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookCaption {
      float: left;
      font-size: inherit; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookDesc {
      clear: both;
      font-style: italic; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookLikes {
      clear: both;
      padding-top: 10px;
      font-size: inherit;
      font-style: italic;
      color: inherit; }
    @media (max-width: 40.3125em) {
      .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookThumb {
        float: none;
        margin: 0 auto 10px auto;
        width: auto;
        display: block; }
      .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle {
        float: none;
        display: block;
        width: 100%;
        text-align: center; }
      .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookCaption {
        float: none;
        display: block;
        text-align: center; } }
  .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 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsTwitter .tweets li {
    margin: 0;
    padding: 0; }
  .fsTwitter .tweets li {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    .fsTwitter .tweets li:first-child {
      margin-top: 20px; }
    .fsTwitter .tweets li .header > a[data-datetime], .fsTwitter .tweets li .header .full-name {
      display: none; }
    .fsTwitter .tweets li .header .p-nickname {
      font-size: inherit; }
    .fsTwitter .tweets li .footer a.expand, .fsTwitter .tweets li .footer .tweet-actions, .fsTwitter .tweets li .footer .stats-wide {
      display: none; }
    .fsTwitter .tweets li .footer .stats-narrow {
      padding-top: 10px;
      display: block; }
      .fsTwitter .tweets li .footer .stats-narrow a {
        font-size: inherit;
        font-style: italic;
        color: inherit;
        text-transform: capitalize; }
        .fsTwitter .tweets li .footer .stats-narrow a:hover {
          text-decoration: underline; }
        .fsTwitter .tweets li .footer .stats-narrow a:first-child {
          margin-right: 10px; }

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 30px; }
.fsYoutube .fsYoutubeList {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fsYoutube .fsYoutubeList ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsYoutube .fsYoutubeList li {
    margin: 0;
    padding: 0; }
  .fsYoutube .fsYoutubeList li {
    display: block;
    margin-bottom: 20px;
    width: 100%; }
    .fsYoutube .fsYoutubeList li:first-child {
      margin-top: 20px; }
  .fsYoutube .fsYoutubeList .fsYoutubeThumb {
    margin: 0 20px 20px 0;
    float: left; }
  .fsYoutube .fsYoutubeList .fsYoutubeTitle {
    font-weight: inherit;
    font-size: inherit;
    color: inherit; }
  .fsYoutube .fsYoutubeList .fsYoutubeViews {
    font-size: inherit;
    font-style: italic;
    color: inherit; }
  .fsYoutube .fsYoutubeList .fsYoutubeDesc {
    margin-top: 5px; }

/*--Vimeo--*/
/*--Instagram--*/
/*--Flickr--*/
.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: #1a206d;
      text-decoration: inherit; }
  .fsTabs .ui-tabs-nav {
    margin-bottom: 1.2em;
    padding: 0;
    background: none;
    border: 0; }
    .fsTabs .ui-tabs-nav li {
      margin: 0 .2em .1em 0 !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit; }
      .fsTabs .ui-tabs-nav li a {
        padding: 0.5em 1em;
        background: #1a206d;
        color: #fff; }
        .fsTabs .ui-tabs-nav li a:hover {
          background: #009fda;
          color: #fff !important; }
        .ui-tabs .ui-state-active a {
          background: #009fda !important;
          color: #fff !important;
          border-bottom: solid 4px #1a206d;
          margin-top: -4px; }
      .fsTabs .ui-tabs-nav li span {
        text-indent: 0; }

.ui-tabs-panel {
  padding: 0 !important; }

.fsTabs .fsElement {
  clear: both; }

/* Custom */
.callout {
  background-color: #d7a900;
  color: #fff;
  padding: 1em; }
  .callout header {
    font-family: "Stag Web", Georgia, serif; }

.bannerTxtBox header {
  color: #1a206d;
  font-weight: 700;
  text-transform: uppercase; }

@media (max-width: 43.75em) {
  #fsBannerLeft .fsContent {
    display: none; } }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) {
  width: 100% !important;
  max-width: 600px !important;
  border: none !important;
  border-radius: 0 !important; }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) .ui-widget-header:not(.ui-tabs-nav) {
    color: #1a206d;
    border-radius: 0 !important; }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) #fsElementPopupDialog .fsTitle {
    font-family: "Stag Web", Georgia, serif;
    font-size: 18px;
    font-weight: 300;
    color: #1a206d;
    text-transform: uppercase; }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) #fsElementPopupDialog .fsAuthor {
    display: none; }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) #fsElementPopupDialog .fsDateTime {
    display: none; }

/**
 * Swiper 3.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: June 14, 2015
 */
.swiper-container {
  margin: 0 auto !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* Fix of Webkit flickering */
  z-index: 1; }
  @media (max-width: 50em) {
    .swiper-container {
      background-color: #333; } }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 45%;
  width: 100px;
  height: 100px;
  z-index: 10;
  cursor: pointer; }
  @media (max-width: 50em) {
    .swiper-button-prev,
    .swiper-button-next {
      top: auto;
      bottom: 50%;
      width: 50px;
      height: 50px; } }
  .swiper-button-prev:before,
  .swiper-button-next:before {
    color: #d7a900;
    font-family: "IcoMoon";
    font-size: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 50em) {
      .swiper-button-prev:before,
      .swiper-button-next:before {
        font-size: 50px; } }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -20px;
  right: auto; }
  @media (max-width: 50em) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      left: -10px; } }
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before {
    content: '\e601'; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -20px;
  left: auto; }
  @media (max-width: 50em) {
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      right: -10px; } }
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    content: '\e602'; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  @media (max-width: 50em) {
    .swiper-pagination {
      display: none; } }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #d7a900;
  opacity: 0.5;
  vertical-align: middle; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  width: 12px;
  height: 12px; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* Home Page Styles */
body[data-pageid="1"] #fsHeader .top-home, body[data-pageid="164"] #fsHeader .top-home {
  position: relative; }
body[data-pageid="1"] #fsHeader .slide-container, body[data-pageid="164"] #fsHeader .slide-container {
  width: 100%;
  height: auto; }
  body[data-pageid="1"] #fsHeader .slide-container .fsElementContent, body[data-pageid="164"] #fsHeader .slide-container .fsElementContent {
    max-width: none;
    margin: 0; }
body[data-pageid="1"] #fsHeader .fsMediaContainer, body[data-pageid="164"] #fsHeader .fsMediaContainer {
  background-color: transparent; }
  body[data-pageid="1"] #fsHeader .fsMediaContainer .slide, body[data-pageid="164"] #fsHeader .fsMediaContainer .slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 43.75em) {
      body[data-pageid="1"] #fsHeader .fsMediaContainer .slide, body[data-pageid="164"] #fsHeader .fsMediaContainer .slide {
        background-image: none !important; } }
  body[data-pageid="1"] #fsHeader .fsMediaContainer .fsMediaThumb, body[data-pageid="164"] #fsHeader .fsMediaContainer .fsMediaThumb {
    width: 100%;
    visibility: hidden; }
    @media (max-width: 43.75em) {
      body[data-pageid="1"] #fsHeader .fsMediaContainer .fsMediaThumb, body[data-pageid="164"] #fsHeader .fsMediaContainer .fsMediaThumb {
        visibility: visible; } }
  body[data-pageid="1"] #fsHeader .fsMediaContainer .slide-title, body[data-pageid="164"] #fsHeader .fsMediaContainer .slide-title {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2em;
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4); }
    @media (max-width: 1180px) {
      body[data-pageid="1"] #fsHeader .fsMediaContainer .slide-title, body[data-pageid="164"] #fsHeader .fsMediaContainer .slide-title {
        padding: 0 20px; } }
    @media (max-width: 43.75em) {
      body[data-pageid="1"] #fsHeader .fsMediaContainer .slide-title, body[data-pageid="164"] #fsHeader .fsMediaContainer .slide-title {
        background-color: #1a206d;
        position: static;
        font-size: 18px;
        padding: 1em; } }
    body[data-pageid="1"] #fsHeader .fsMediaContainer .slide-title a, body[data-pageid="164"] #fsHeader .fsMediaContainer .slide-title a {
      color: inherit; }
  body[data-pageid="1"] #fsHeader .fsMediaContainer .slick-dots, body[data-pageid="164"] #fsHeader .fsMediaContainer .slick-dots {
    position: absolute;
    left: .1em;
    right: 0;
    bottom: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1180px;
    width: 100%; }
    @media (max-width: 1180px) {
      body[data-pageid="1"] #fsHeader .fsMediaContainer .slick-dots, body[data-pageid="164"] #fsHeader .fsMediaContainer .slick-dots {
        padding: 0 20px; } }
    @media (max-width: 43.75em) {
      body[data-pageid="1"] #fsHeader .fsMediaContainer .slick-dots, body[data-pageid="164"] #fsHeader .fsMediaContainer .slick-dots {
        position: static;
        background-color: #1a206d;
        overflow: auto;
        padding: 1em; } }
    body[data-pageid="1"] #fsHeader .fsMediaContainer .slick-dots li, body[data-pageid="164"] #fsHeader .fsMediaContainer .slick-dots li {
      float: left; }
      body[data-pageid="1"] #fsHeader .fsMediaContainer .slick-dots li.slick-active button:before, body[data-pageid="164"] #fsHeader .fsMediaContainer .slick-dots li.slick-active button:before {
        content: '\e609';
        font-family: "IcoMoon";
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 16px;
        color: #d7a900;
        transform: translate(0, -50%); }
    body[data-pageid="1"] #fsHeader .fsMediaContainer .slick-dots button, body[data-pageid="164"] #fsHeader .fsMediaContainer .slick-dots button {
      -webkit-appearance: none;
      background: none transparent;
      border: none 0;
      position: relative;
      font-size: 0;
      width: 15px;
      height: 22px;
      margin: 0 3px;
      outline: 0; }
      body[data-pageid="1"] #fsHeader .fsMediaContainer .slick-dots button:after, body[data-pageid="164"] #fsHeader .fsMediaContainer .slick-dots button:after {
        content: '\e60d';
        font-family: "IcoMoon";
        font-size: 22px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }
body[data-pageid="1"] #fsHeader .top-row, body[data-pageid="164"] #fsHeader .top-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
body[data-pageid="1"] #fsHeader .blue-row, body[data-pageid="164"] #fsHeader .blue-row {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%; }
  @media (max-width: 1218px) {
    body[data-pageid="1"] #fsHeader .blue-row, body[data-pageid="164"] #fsHeader .blue-row {
      top: 50px; } }
  @media (max-width: 960px) {
    body[data-pageid="1"] #fsHeader .blue-row, body[data-pageid="164"] #fsHeader .blue-row {
      top: 0; } }
  @media (max-width: 43.75em) {
    body[data-pageid="1"] #fsHeader .blue-row, body[data-pageid="164"] #fsHeader .blue-row {
      position: relative; } }
body[data-pageid="1"] #fsPageBodyWrapper, body[data-pageid="164"] #fsPageBodyWrapper {
  padding: 0; }
  body[data-pageid="1"] #fsPageBodyWrapper #fsPageBody, body[data-pageid="164"] #fsPageBodyWrapper #fsPageBody {
    max-width: none; }
    body[data-pageid="1"] #fsPageBodyWrapper #fsPageBody #fsPageContent, body[data-pageid="164"] #fsPageBodyWrapper #fsPageBody #fsPageContent {
      padding: 0;
      float: none; }
body[data-pageid="1"] .school-levels, body[data-pageid="164"] .school-levels {
  margin: 0;
  padding: 0;
  list-style: none; }
  body[data-pageid="1"] .school-levels ul, body[data-pageid="164"] .school-levels ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body[data-pageid="1"] .school-levels li, body[data-pageid="164"] .school-levels li {
    margin: 0;
    padding: 0; }
  body[data-pageid="1"] .school-levels ul, body[data-pageid="164"] .school-levels ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    @media (max-width: 43.75em) {
      body[data-pageid="1"] .school-levels ul, body[data-pageid="164"] .school-levels ul {
        display: block; } }
    body[data-pageid="1"] .school-levels ul li, body[data-pageid="164"] .school-levels ul li {
      flex: 0 1 auto;
      display: inline-block;
      text-align: center;
      width: 20%;
      height: 100px; }
      @media (max-width: 43.75em) {
        body[data-pageid="1"] .school-levels ul li, body[data-pageid="164"] .school-levels ul li {
          width: 100%;
          display: block;
          flex: none; } }
      body[data-pageid="1"] .school-levels ul li.lowerSchool a, body[data-pageid="164"] .school-levels ul li.lowerSchool a {
        background-color: #00b588; }
        body[data-pageid="1"] .school-levels ul li.lowerSchool a:hover:after, body[data-pageid="164"] .school-levels ul li.lowerSchool a:hover:after {
          content: 'Grades JK-5';
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          display: block; }
        body[data-pageid="1"] .school-levels ul li.lowerSchool a:hover span, body[data-pageid="164"] .school-levels ul li.lowerSchool a:hover span {
          display: none; }
        body[data-pageid="1"] .school-levels ul li.lowerSchool a span:after, body[data-pageid="164"] .school-levels ul li.lowerSchool a span:after {
          content: 'Grades JK-5';
          display: none;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.4);
          font-weight: 400; }
          @media (max-width: 960px) {
            body[data-pageid="1"] .school-levels ul li.lowerSchool a span:after, body[data-pageid="164"] .school-levels ul li.lowerSchool a span:after {
              display: block; } }
      body[data-pageid="1"] .school-levels ul li.middleSchool a, body[data-pageid="164"] .school-levels ul li.middleSchool a {
        background-color: #ff6319; }
        body[data-pageid="1"] .school-levels ul li.middleSchool a:hover:after, body[data-pageid="164"] .school-levels ul li.middleSchool a:hover:after {
          content: 'Grades 6-8';
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          display: block; }
        body[data-pageid="1"] .school-levels ul li.middleSchool a:hover span, body[data-pageid="164"] .school-levels ul li.middleSchool a:hover span {
          display: none; }
        body[data-pageid="1"] .school-levels ul li.middleSchool a span:after, body[data-pageid="164"] .school-levels ul li.middleSchool a span:after {
          content: 'Grades 6-8';
          display: none;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.4);
          font-weight: 400; }
          @media (max-width: 960px) {
            body[data-pageid="1"] .school-levels ul li.middleSchool a span:after, body[data-pageid="164"] .school-levels ul li.middleSchool a span:after {
              display: block; } }
      body[data-pageid="1"] .school-levels ul li.highSchool a, body[data-pageid="164"] .school-levels ul li.highSchool a {
        background-color: #009fda; }
        body[data-pageid="1"] .school-levels ul li.highSchool a:hover:after, body[data-pageid="164"] .school-levels ul li.highSchool a:hover:after {
          content: 'Grades 9-12';
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          display: block; }
        body[data-pageid="1"] .school-levels ul li.highSchool a:hover span, body[data-pageid="164"] .school-levels ul li.highSchool a:hover span {
          display: none; }
        body[data-pageid="1"] .school-levels ul li.highSchool a span:after, body[data-pageid="164"] .school-levels ul li.highSchool a span:after {
          content: 'Grades 9-12';
          display: none;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.4);
          font-weight: 400; }
          @media (max-width: 960px) {
            body[data-pageid="1"] .school-levels ul li.highSchool a span:after, body[data-pageid="164"] .school-levels ul li.highSchool a span:after {
              display: block; } }
      body[data-pageid="1"] .school-levels ul li.donate a, body[data-pageid="164"] .school-levels ul li.donate a {
        background-color: #d7a900; }
      body[data-pageid="1"] .school-levels ul li.hebrewLink a, body[data-pageid="164"] .school-levels ul li.hebrewLink a {
        background-color: #f7403a; }
      body[data-pageid="1"] .school-levels ul li a, body[data-pageid="164"] .school-levels ul li a {
        color: #fff;
        font-family: "Stag Web", Georgia, serif;
        font-size: 1.2em;
        font-weight: 300;
        display: block;
        padding: 0 .5em;
        letter-spacing: .03em;
        transition: all .5s ease;
        height: 100%; }
        body[data-pageid="1"] .school-levels ul li a span, body[data-pageid="164"] .school-levels ul li a span {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          display: block; }
        body[data-pageid="1"] .school-levels ul li a:hover, body[data-pageid="164"] .school-levels ul li a:hover {
          background: url("/uploaded/themes/default/images/button-bg.png") no-repeat left top transparent;
          background: url("/uploaded/themes/default/images/button-bg.svg") no-repeat left top transparent;
          background-size: cover; }
          @media (max-width: 960px) {
            body[data-pageid="1"] .school-levels ul li a:hover:after, body[data-pageid="164"] .school-levels ul li a:hover:after {
              content: none !important; } }
          @media (max-width: 960px) {
            body[data-pageid="1"] .school-levels ul li a:hover span, body[data-pageid="164"] .school-levels ul li a:hover span {
              display: block !important; } }
body[data-pageid="1"] .home-news, body[data-pageid="164"] .home-news {
  margin: 0 auto;
  max-width: 1180px; }
  body[data-pageid="1"] .home-news .fsElementHeaderContent, body[data-pageid="164"] .home-news .fsElementHeaderContent {
    position: absolute;
    right: 0;
    top: .4em;
    font-size: 16px; }
    @media (max-width: 1180px) {
      body[data-pageid="1"] .home-news .fsElementHeaderContent, body[data-pageid="164"] .home-news .fsElementHeaderContent {
        padding-right: 20px; } }
    @media (max-width: 43.75em) {
      body[data-pageid="1"] .home-news .fsElementHeaderContent, body[data-pageid="164"] .home-news .fsElementHeaderContent {
        position: static;
        text-align: center;
        padding: 0; } }
  body[data-pageid="1"] .home-news header, body[data-pageid="164"] .home-news header {
    position: relative; }
  @media (max-width: 43.75em) {
    body[data-pageid="1"] .home-news.fsSlideshow article:nth-child(n+3), body[data-pageid="164"] .home-news.fsSlideshow article:nth-child(n+3) {
      display: none; } }
  body[data-pageid="1"] .home-news .navArrows, body[data-pageid="164"] .home-news .navArrows {
    position: absolute;
    left: 20px;
    top: .5em; }
    @media (max-width: 43.75em) {
      body[data-pageid="1"] .home-news .navArrows, body[data-pageid="164"] .home-news .navArrows {
        display: none; } }
  body[data-pageid="1"] .home-news .fsElementTitle, body[data-pageid="164"] .home-news .fsElementTitle {
    font-size: 35px; }
    body[data-pageid="1"] .home-news .fsElementTitle:after, body[data-pageid="164"] .home-news .fsElementTitle:after {
      width: 100px; }
  body[data-pageid="1"] .home-news .fsPager, body[data-pageid="164"] .home-news .fsPager {
    bottom: auto;
    top: -70px;
    text-align: left;
    padding-left: 38px;
    margin: 0;
    width: auto; }
    body[data-pageid="1"] .home-news .fsPager li, body[data-pageid="164"] .home-news .fsPager li {
      margin: 0 2px; }
      body[data-pageid="1"] .home-news .fsPager li.slick-active button:before, body[data-pageid="164"] .home-news .fsPager li.slick-active button:before {
        content: '\e609';
        font-family: "IcoMoon";
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 16px;
        color: #d7a900;
        transform: translate(0, -50%);
        width: auto; }
    body[data-pageid="1"] .home-news .fsPager button, body[data-pageid="164"] .home-news .fsPager button {
      -webkit-appearance: none;
      background: none transparent;
      border: none 0;
      position: relative;
      font-size: 0;
      width: 15px;
      height: 22px;
      margin: 0;
      outline: 0; }
      body[data-pageid="1"] .home-news .fsPager button:before, body[data-pageid="164"] .home-news .fsPager button:before {
        content: none; }
      body[data-pageid="1"] .home-news .fsPager button:after, body[data-pageid="164"] .home-news .fsPager button:after {
        content: '\e60d';
        color: #002244;
        font-family: "IcoMoon";
        font-size: 22px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }
  body[data-pageid="1"] .home-news .fsPrevButton, body[data-pageid="1"] .home-news .fsNextButton, body[data-pageid="164"] .home-news .fsPrevButton, body[data-pageid="164"] .home-news .fsNextButton {
    font-size: 0;
    margin-top: 0;
    top: 0;
    display: none !important; }
    @media (max-width: 960px) {
      body[data-pageid="1"] .home-news .fsPrevButton, body[data-pageid="1"] .home-news .fsNextButton, body[data-pageid="164"] .home-news .fsPrevButton, body[data-pageid="164"] .home-news .fsNextButton {
        display: block !important; } }
    body[data-pageid="1"] .home-news .fsPrevButton:before, body[data-pageid="1"] .home-news .fsNextButton:before, body[data-pageid="164"] .home-news .fsPrevButton:before, body[data-pageid="164"] .home-news .fsNextButton:before {
      display: block;
      font-size: 40px;
      color: inherit;
      font-family: "IcoMoon";
      cursor: pointer; }
  body[data-pageid="1"] .home-news .fsPrevButton, body[data-pageid="164"] .home-news .fsPrevButton {
    float: left; }
    body[data-pageid="1"] .home-news .fsPrevButton:before, body[data-pageid="164"] .home-news .fsPrevButton:before {
      content: '\e601';
      pointer-events: auto; }
  body[data-pageid="1"] .home-news .fsNextButton, body[data-pageid="164"] .home-news .fsNextButton {
    float: right; }
    body[data-pageid="1"] .home-news .fsNextButton:before, body[data-pageid="164"] .home-news .fsNextButton:before {
      content: '\e602';
      pointer-events: auto; }
  @media (max-width: 960px) {
    body[data-pageid="1"] .home-news.desktop, body[data-pageid="164"] .home-news.desktop {
      display: none; } }
  body[data-pageid="1"] .home-news.mobile, body[data-pageid="164"] .home-news.mobile {
    display: none; }
    body[data-pageid="1"] .home-news.mobile.fsStateEditable, body[data-pageid="164"] .home-news.mobile.fsStateEditable {
      display: block; }
    @media (max-width: 960px) {
      body[data-pageid="1"] .home-news.mobile, body[data-pageid="164"] .home-news.mobile {
        display: block; } }
body[data-pageid="1"] .home-video, body[data-pageid="164"] .home-video {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important; }
  body[data-pageid="1"] .home-video header, body[data-pageid="164"] .home-video header {
    background-color: #1a206d;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 1.5em;
    font-size: 1.7vw; }
    @media (max-width: 960px) {
      body[data-pageid="1"] .home-video header, body[data-pageid="164"] .home-video header {
        position: relative;
        width: 100%;
        font-size: 1em; } }
  body[data-pageid="1"] .home-video .fsElementTitle, body[data-pageid="164"] .home-video .fsElementTitle {
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 960px) {
      body[data-pageid="1"] .home-video .fsElementTitle, body[data-pageid="164"] .home-video .fsElementTitle {
        text-align: center; } }
    body[data-pageid="1"] .home-video .fsElementTitle:after, body[data-pageid="164"] .home-video .fsElementTitle:after {
      content: '';
      background: url("/uploaded/themes/default/images/border-pattern.png");
      background-size: cover;
      background-position: center center;
      height: 3px;
      width: 100px;
      display: block;
      margin: .5em 0; }
      @media (max-width: 960px) {
        body[data-pageid="1"] .home-video .fsElementTitle:after, body[data-pageid="164"] .home-video .fsElementTitle:after {
          margin: .5em auto; } }
  body[data-pageid="1"] .home-video .fsElementHeaderContent, body[data-pageid="164"] .home-video .fsElementHeaderContent {
    font-weight: 300; }
    body[data-pageid="1"] .home-video .fsElementHeaderContent h3, body[data-pageid="164"] .home-video .fsElementHeaderContent h3 {
      color: #fff; }
  body[data-pageid="1"] .home-video .fsElementContent, body[data-pageid="164"] .home-video .fsElementContent {
    float: left;
    margin-top: 0;
    width: 50%; }
    @media (max-width: 960px) {
      body[data-pageid="1"] .home-video .fsElementContent, body[data-pageid="164"] .home-video .fsElementContent {
        position: relative;
        width: 100%; } }
  body[data-pageid="1"] .home-video .fsMediaContainer, body[data-pageid="164"] .home-video .fsMediaContainer {
    background-color: transparent; }
  body[data-pageid="1"] .home-video .view-gallery, body[data-pageid="164"] .home-video .view-gallery {
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 1.5em;
    top: 1.5em; }
    @media (max-width: 43.75em) {
      body[data-pageid="1"] .home-video .view-gallery, body[data-pageid="164"] .home-video .view-gallery {
        position: static;
        text-align: center;
        display: block;
        padding-bottom: 1.5em; } }
body[data-pageid="1"] .facts, body[data-pageid="164"] .facts {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 0 !important; }
  body[data-pageid="1"] .facts .fact-box, body[data-pageid="164"] .facts .fact-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    flex: 0 1 auto;
    display: table;
    float: left;
    width: 25%;
    min-height: 18em;
    height: 0;
    vertical-align: top;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
    overflow: hidden; }
    @media (max-width: 960px) {
      body[data-pageid="1"] .facts .fact-box, body[data-pageid="164"] .facts .fact-box {
        width: 50%; } }
    @media (max-width: 43.75em) {
      body[data-pageid="1"] .facts .fact-box, body[data-pageid="164"] .facts .fact-box {
        width: 100%; } }
    body[data-pageid="1"] .facts .fact-box .fsElementContent, body[data-pageid="164"] .facts .fact-box .fsElementContent {
      display: none; }
    body[data-pageid="1"] .facts .fact-box .inner-wrap, body[data-pageid="164"] .facts .fact-box .inner-wrap {
      width: 100%;
      height: 100%;
      display: table-cell;
      vertical-align: middle;
      padding: 0 1em; }
    body[data-pageid="1"] .facts .fact-box:before, body[data-pageid="164"] .facts .fact-box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  body[data-pageid="1"] .facts .fact1:before, body[data-pageid="164"] .facts .fact1:before {
    background-color: rgba(0, 181, 136, 0.8); }
  body[data-pageid="1"] .facts .fact1:hover:before, body[data-pageid="164"] .facts .fact1:hover:before {
    background-color: rgba(0, 181, 136, 0.9); }
  body[data-pageid="1"] .facts .fact2:before, body[data-pageid="164"] .facts .fact2:before {
    background-color: rgba(255, 99, 25, 0.8); }
  body[data-pageid="1"] .facts .fact2:hover:before, body[data-pageid="164"] .facts .fact2:hover:before {
    background-color: rgba(255, 99, 25, 0.9); }
  body[data-pageid="1"] .facts .fact3:before, body[data-pageid="164"] .facts .fact3:before {
    background-color: rgba(215, 169, 0, 0.8); }
  body[data-pageid="1"] .facts .fact3:hover:before, body[data-pageid="164"] .facts .fact3:hover:before {
    background-color: rgba(215, 169, 0, 0.9); }
  body[data-pageid="1"] .facts .fact4:before, body[data-pageid="164"] .facts .fact4:before {
    background-color: rgba(247, 64, 58, 0.8); }
  body[data-pageid="1"] .facts .fact4:hover:before, body[data-pageid="164"] .facts .fact4:hover:before {
    background-color: rgba(247, 64, 58, 0.9); }
  body[data-pageid="1"] .facts header, body[data-pageid="164"] .facts header {
    color: #fff;
    font-size: 2.4em;
    font-family: "Stag Web", Georgia, serif;
    font-weight: 400;
    padding: 0 0 .5em 0;
    position: relative; }
    body[data-pageid="1"] .facts header p, body[data-pageid="164"] .facts header p {
      margin: 0; }
  body[data-pageid="1"] .facts footer, body[data-pageid="164"] .facts footer {
    color: #fff;
    font-weight: 300;
    padding: 0;
    position: relative; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.5em;
  padding: 1em;
  background: rgba(0, 0, 0, 0.1); }
.s-divisor {
  margin-bottom: 1em;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2); }

.colors ol {
  zoom: 1;
  margin-bottom: 2em;
  padding: 0;
  list-style: none;
  max-height: 223px;
  overflow: hidden; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 163px;
    width: 57.14286%;
    border: solid 2.5px #fff; }
    @media (max-width: 40.3125em) {
      .colors ol li {
        width: 28.57143%; } }
    @media (max-width: 56.25em) {
      .colors ol li {
        margin-bottom: 0;
        width: 14.28571%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #1a206d;
      color: #1a206d; }
      .colors ol li:nth-of-type(1):after {
        content: "#1a206d";
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        width: 100%; }
    .colors ol li:nth-of-type(2) {
      background: #002244;
      color: #002244; }
      .colors ol li:nth-of-type(2):after {
        content: "#002244";
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        width: 100%; }
    .colors ol li:nth-of-type(3) {
      background: #009fda;
      color: #009fda; }
      .colors ol li:nth-of-type(3):after {
        content: "#009fda";
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        width: 100%; }
    .colors ol li:nth-of-type(4) {
      background: #d7a900;
      color: #d7a900; }
      .colors ol li:nth-of-type(4):after {
        content: "#d7a900";
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        width: 100%; }
    .colors ol li:nth-of-type(5) {
      background: #ff6319;
      color: #ff6319; }
      .colors ol li:nth-of-type(5):after {
        content: "#ff6319";
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        width: 100%; }
    .colors ol li:nth-of-type(6) {
      background: #f7403a;
      color: #f7403a; }
      .colors ol li:nth-of-type(6):after {
        content: "#f7403a";
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        width: 100%; }
    .colors ol li:nth-of-type(7) {
      background: #00b588;
      color: #00b588; }
      .colors ol li:nth-of-type(7):after {
        content: "#00b588";
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        width: 100%; }

.headers h1:after {
  content: " size: 28px / line: 35px"; }
.headers h2:after {
  content: " size: 24px / line: 30px"; }
.headers h3:after {
  content: " size: 20px / line: 26px"; }
.headers h4:after {
  content: " size: 18px / line: 21px"; }
.headers h5:after {
  content: " size: 16px / line: 22px"; }
.headers h6:after {
  content: " size: 16px / line: 22px"; }

/* Timeline Page Style */
.timeline-page #fsPageWrapper, .timeline-details #fsPageWrapper {
  position: relative; }
  @media (max-width: 50em) {
    .timeline-page #fsPageWrapper, .timeline-details #fsPageWrapper {
      height: 100%;
      background-color: #333; } }
.timeline-page #fsPageBodyWrapper, .timeline-details #fsPageBodyWrapper {
  padding: 0; }
  @media (max-width: 50em) {
    .timeline-page #fsPageBodyWrapper, .timeline-details #fsPageBodyWrapper {
      height: 100%; } }
  @media (max-width: 40.3125em) {
    .timeline-page #fsPageBodyWrapper, .timeline-details #fsPageBodyWrapper {
      height: auto; } }
.timeline-page #fsPoweredByFinalsite, .timeline-details #fsPoweredByFinalsite {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 132px;
  max-width: none;
  z-index: 200; }
  @media (max-width: 50em) {
    .timeline-page #fsPoweredByFinalsite, .timeline-details #fsPoweredByFinalsite {
      position: relative;
      margin: 0 auto; } }
.timeline-page #fsPageBody, .timeline-details #fsPageBody {
  margin: 0;
  max-width: none;
  width: 100%; }
  @media (max-width: 50em) {
    .timeline-page #fsPageBody, .timeline-details #fsPageBody {
      height: 100%; } }
.timeline-page #fsPageContent, .timeline-details #fsPageContent {
  padding: 0; }
  @media (max-width: 50em) {
    .timeline-page #fsPageContent, .timeline-details #fsPageContent {
      height: 100%; } }
  @media (max-width: 50em) {
    .timeline-page #fsPageContent .fsLayout, .timeline-details #fsPageContent .fsLayout {
      height: 100%; } }
  @media (max-width: 50em) {
    .timeline-page #fsPageContent .fsLayout .fsDiv, .timeline-details #fsPageContent .fsLayout .fsDiv {
      height: 100%; } }
.timeline-page .timeline-top, .timeline-details .timeline-top {
  background: url("/uploaded/themes/default/images/starofdavid-30.png") repeat left top #fff;
  padding-bottom: 10px; }
  .timeline-page .timeline-top .back-btn, .timeline-details .timeline-top .back-btn {
    position: absolute;
    left: 40px;
    top: 30px;
    display: none; }
    .timeline-page .timeline-top .back-btn a, .timeline-details .timeline-top .back-btn a {
      font-size: 18px;
      text-transform: uppercase; }
      .timeline-page .timeline-top .back-btn a:before, .timeline-details .timeline-top .back-btn a:before {
        content: '\f0a8';
        font-family: "IcoMoon";
        vertical-align: top;
        margin-right: 10px; }
  .timeline-page .timeline-top .site-logo a, .timeline-details .timeline-top .site-logo a {
    background: url("/uploaded/themes/default/images/50th_logo@2x.png") no-repeat left top;
    background: url("/uploaded/themes/default/images/50th_logo.svg") no-repeat left top;
    background-size: 100%;
    max-width: 218px;
    width: 100%;
    height: 130px;
    display: block;
    margin: 0 auto; }
  .timeline-page .timeline-top .site-logo img, .timeline-details .timeline-top .site-logo img {
    visibility: hidden; }
.timeline-page .timeline-container, .timeline-details .timeline-container {
  height: 100%;
  width: 100%; }
.timeline-page .timeline-box, .timeline-details .timeline-box {
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  width: 25% !important;
  height: calc(100vh - 130px);
  margin-bottom: 0 !important;
  cursor: pointer; }
  @media (max-width: 50em) {
    .timeline-page .timeline-box, .timeline-details .timeline-box {
      width: 100% !important;
      height: 100%; } }
  .timeline-page .timeline-box.odd:before, .timeline-page .timeline-box.even:before, .timeline-details .timeline-box.odd:before, .timeline-details .timeline-box.even:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .timeline-page .timeline-box.odd:before, .timeline-details .timeline-box.odd:before {
    background-color: rgba(48, 48, 48, 0.55); }
  .timeline-page .timeline-box.even:before, .timeline-details .timeline-box.even:before {
    background-color: rgba(48, 48, 48, 0.75); }
  .timeline-page .timeline-box.even footer ul li, .timeline-details .timeline-box.even footer ul li {
    float: right; }
  .timeline-page .timeline-box header, .timeline-details .timeline-box header {
    color: #fff;
    font-size: 130px;
    font-weight: 100;
    line-height: 1;
    position: relative;
    text-align: center; }
    @media (max-width: 1280px) {
      .timeline-page .timeline-box header, .timeline-details .timeline-box header {
        font-size: 10.5vw; } }
    @media (max-width: 50em) {
      .timeline-page .timeline-box header, .timeline-details .timeline-box header {
        font-size: 130px; } }
  .timeline-page .timeline-box a.timeline-link, .timeline-details .timeline-box a.timeline-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 8%; }
    @media (max-width: 50em) {
      .timeline-page .timeline-box a.timeline-link, .timeline-details .timeline-box a.timeline-link {
        position: relative; } }
  .timeline-page .timeline-box.t1-blue.active a.timeline-link, .timeline-details .timeline-box.t1-blue.active a.timeline-link {
    background-color: rgba(26, 32, 109, 0.6); }
  .timeline-page .timeline-box.t1-blue.active footer ul li, .timeline-details .timeline-box.t1-blue.active footer ul li {
    color: #1a206d; }
  .timeline-page .timeline-box.t4-yelo.active a.timeline-link, .timeline-details .timeline-box.t4-yelo.active a.timeline-link {
    background-color: rgba(215, 169, 0, 0.6); }
  .timeline-page .timeline-box.t4-yelo.active footer ul li, .timeline-details .timeline-box.t4-yelo.active footer ul li {
    color: #d7a900; }
  .timeline-page .timeline-box.t2-dkblue.active a.timeline-link, .timeline-details .timeline-box.t2-dkblue.active a.timeline-link {
    background-color: rgba(0, 34, 68, 0.6); }
  .timeline-page .timeline-box.t2-dkblue.active footer ul li, .timeline-details .timeline-box.t2-dkblue.active footer ul li {
    color: #002244; }
  .timeline-page .timeline-box.t3-ltblue.active a.timeline-link, .timeline-details .timeline-box.t3-ltblue.active a.timeline-link {
    background-color: rgba(0, 159, 218, 0.6); }
  .timeline-page .timeline-box.t3-ltblue.active footer ul li, .timeline-details .timeline-box.t3-ltblue.active footer ul li {
    color: #009fda; }
  .timeline-page .timeline-box img, .timeline-details .timeline-box img {
    display: none;
    width: 100%; }
  .timeline-page .timeline-box p, .timeline-details .timeline-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    position: relative;
    padding: 0 35px; }
    @media (max-width: 1280px) {
      .timeline-page .timeline-box p, .timeline-details .timeline-box p {
        font-size: 1.5vw; } }
    @media (max-width: 50em) {
      .timeline-page .timeline-box p, .timeline-details .timeline-box p {
        font-size: 20px; } }
  .timeline-page .timeline-box footer, .timeline-details .timeline-box footer {
    position: relative; }
    .timeline-page .timeline-box footer ul, .timeline-details .timeline-box footer ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .timeline-page .timeline-box footer ul ul, .timeline-details .timeline-box footer ul ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .timeline-page .timeline-box footer ul li, .timeline-details .timeline-box footer ul li {
        margin: 0;
        padding: 0; }
    .timeline-page .timeline-box footer li, .timeline-details .timeline-box footer li {
      background-color: #fff;
      display: block;
      font-family: "Stag Web", Georgia, serif;
      font-size: 30px;
      font-weight: 300;
      float: left;
      clear: both;
      padding: 0.44em 0.5em !important;
      margin: 0.2em 0 !important;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga'; }
      @media (max-width: 1280px) {
        .timeline-page .timeline-box footer li, .timeline-details .timeline-box footer li {
          font-size: 2.3vw; } }
      @media (max-width: 50em) {
        .timeline-page .timeline-box footer li, .timeline-details .timeline-box footer li {
          font-size: 30px; } }
  .timeline-page .timeline-box.fsStateEditable, .timeline-details .timeline-box.fsStateEditable {
    display: block;
    float: none;
    width: 100% !important;
    height: auto; }

@media (max-width: 50em) {
  .timeline-details #fsPageBodyWrapper {
    height: auto; } }
@media (max-width: 50em) {
  .timeline-details .timeline-top {
    padding-top: 30px; } }
.timeline-details .timeline-top .back-btn {
  display: block; }
  @media (max-width: 50em) {
    .timeline-details .timeline-top .back-btn {
      left: 20px;
      top: 10px; } }
.timeline-details .timelineMidContent {
  float: left;
  width: 69.49153% !important;
  padding: 70px 50px 0 50px;
  margin-bottom: 0 !important; }
  @media (max-width: 900px) {
    .timeline-details .timelineMidContent {
      float: none;
      clear: both;
      min-height: 0 !important;
      width: 100% !important; } }
.timeline-details .timelineLftColumn {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  width: 30.508474576271%;
  margin: 0 !important;
  position: relative; }
  @media (max-width: 900px) {
    .timeline-details .timelineLftColumn {
      background-position: 50% 20%;
      float: none;
      min-height: 0 !important;
      width: 100%; } }
  .timeline-details .timelineLftColumn .timeline-box {
    background-image: none !important;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 900px) {
      .timeline-details .timelineLftColumn .timeline-box {
        float: none;
        padding-top: 5% !important;
        height: auto;
        position: relative; } }
    .timeline-details .timelineLftColumn .timeline-box.fsStateEditable {
      margin: 1em 0;
      position: relative; }
    .timeline-details .timelineLftColumn .timeline-box.odd {
      padding-top: 30%; }
    .timeline-details .timelineLftColumn .timeline-box.even {
      padding-top: 20%; }
    .timeline-details .timelineLftColumn .timeline-box.t1-blue a.timeline-link {
      background-color: rgba(26, 32, 109, 0.6); }
    .timeline-details .timelineLftColumn .timeline-box.t1-blue footer ul li {
      color: #1a206d; }
    .timeline-details .timelineLftColumn .timeline-box.t4-yelo a.timeline-link {
      background-color: rgba(215, 169, 0, 0.6); }
    .timeline-details .timelineLftColumn .timeline-box.t4-yelo footer ul li {
      color: #d7a900; }
    .timeline-details .timelineLftColumn .timeline-box.t2-dkblue a.timeline-link {
      background-color: rgba(0, 34, 68, 0.6); }
    .timeline-details .timelineLftColumn .timeline-box.t2-dkblue footer ul li {
      color: #002244; }
    .timeline-details .timelineLftColumn .timeline-box.t3-ltblue a.timeline-link {
      background-color: rgba(0, 159, 218, 0.6); }
    .timeline-details .timelineLftColumn .timeline-box.t3-ltblue footer ul li {
      color: #009fda; }
.timeline-details .timelineHistory .fsNews {
  width: 100%; }
  .timeline-details .timelineHistory .fsNews header {
    display: none; }
  .timeline-details .timelineHistory .fsNews .fsElementTitle {
    color: #d7a900;
    background-color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: .03em;
    padding: .5em;
    position: absolute;
    bottom: 20px;
    right: 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'; }
    @media (max-width: 50em) {
      .timeline-details .timelineHistory .fsNews .fsElementTitle {
        position: relative; } }
  .timeline-details .timelineHistory .fsNews .fsTitle {
    display: none; }
  .timeline-details .timelineHistory .fsNews .fsThumbnail {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    position: relative; }
  .timeline-details .timelineHistory .fsNews .fsBody {
    color: #9f9f9f;
    font-size: 20px;
    font-weight: 300; }
.timeline-details .collectiveMemories .fsElementTitle {
  color: #d7a900;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: .03em;
  text-transform: uppercase; }
.timeline-details .collectiveMemories .fsTitle {
  display: none; }
.timeline-details .collectiveMemories .fsBody {
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 300; }

/* InfoGraphic Page Style */
@media (max-width: 40.3125em) {
  body.infoGraphic:not(.fsDraftMode) #fsPageContent {
    padding: 20px 0 0 0; } }
body.infoGraphic:not(.fsDraftMode) .fsDiv {
  text-align: center !important;
  padding-top: 4em; }
  @media (max-width: 40.3125em) {
    body.infoGraphic:not(.fsDraftMode) .fsDiv {
      text-align: left !important;
      padding: 0; } }
body.infoGraphic:not(.fsDraftMode) .fsPageTitle {
  display: none;
  text-align: center; }
  @media (max-width: 950px) {
    body.infoGraphic:not(.fsDraftMode) .fsPageTitle {
      display: block; } }
  @media (max-width: 40.3125em) {
    body.infoGraphic:not(.fsDraftMode) .fsPageTitle:after {
      content: '';
      width: 100px;
      height: 3px;
      background: url("/uploaded/themes/default/images/border-pattern.png");
      background-size: cover;
      transform: rotate(90deg);
      display: block;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      transform: rotate(0deg);
      margin-top: .2em; } }
body.infoGraphic:not(.fsDraftMode) .section-container {
  width: 380px;
  position: relative;
  display: inline-block; }
  @media (max-width: 950px) {
    body.infoGraphic:not(.fsDraftMode) .section-container {
      display: block;
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media (max-width: 40.3125em) {
    body.infoGraphic:not(.fsDraftMode) .section-container {
      display: none; } }
body.infoGraphic:not(.fsDraftMode) .learning-container {
  margin-right: 50px; }
  @media (max-width: 950px) {
    body.infoGraphic:not(.fsDraftMode) .learning-container {
      margin-top: 100px; } }
  @media (max-width: 950px) {
    body.infoGraphic:not(.fsDraftMode) .learning-container:before {
      content: '';
      width: 100px;
      height: 3px;
      background: url("/uploaded/themes/default/images/border-pattern.png");
      background-size: cover;
      transform: rotate(90deg);
      display: block;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      top: -140px; } }
body.infoGraphic:not(.fsDraftMode) .growing-container {
  margin-left: 50px; }
  @media (max-width: 950px) {
    body.infoGraphic:not(.fsDraftMode) .growing-container {
      margin-top: 320px; } }
  @media (max-width: 950px) {
    body.infoGraphic:not(.fsDraftMode) .growing-container:before {
      content: '';
      width: 100px;
      height: 3px;
      background: url("/uploaded/themes/default/images/border-pattern.png");
      background-size: cover;
      transform: rotate(90deg);
      display: block;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      top: -175px; } }
body.infoGraphic:not(.fsDraftMode) .caring-container {
  margin-top: 1.5em;
  padding-top: 3em; }
  @media (max-width: 950px) {
    body.infoGraphic:not(.fsDraftMode) .caring-container {
      margin-top: 230px; } }
  @media (max-width: 950px) {
    body.infoGraphic:not(.fsDraftMode) .caring-container:before {
      content: '';
      width: 100px;
      height: 3px;
      background: url("/uploaded/themes/default/images/border-pattern.png");
      background-size: cover;
      transform: rotate(90deg);
      display: block;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      top: -100px; } }
body.infoGraphic:not(.fsDraftMode) .infographic-circle {
  background-color: #d7a900;
  width: 200px;
  height: 0;
  padding-bottom: 200px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto !important; }
  body.infoGraphic:not(.fsDraftMode) .infographic-circle h1 {
    color: #fff;
    font-size: 30px;
    font-family: "Stag Web", Georgia, serif;
    font-weight: 500;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px; }
body.infoGraphic:not(.fsDraftMode) .infographic-news {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  body.infoGraphic:not(.fsDraftMode) .infographic-news article {
    margin: 0; }
    body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle {
      color: #009fda;
      font-size: 14px; }
      body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a {
        color: inherit;
        text-align: center;
        position: absolute;
        width: 120px;
        line-height: 1;
        outline: 0; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a:before {
          display: block;
          font-size: 35px;
          position: absolute;
          top: -40px;
          left: 0;
          right: 0;
          pointer-events: auto; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a:hover {
          color: #002244; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3338"] {
          top: 45%;
          left: -9%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3338"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3337"] {
          top: 0;
          left: 3%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3337"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3336"] {
          top: -15%;
          left: 35%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3336"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3335"] {
          top: -3%;
          left: 69%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3335"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3334"] {
          top: 35%;
          left: 75%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3334"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3333"] {
          top: 75%;
          left: 76%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3333"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3332"] {
          top: 110%;
          left: 60%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3332"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3331"] {
          top: 125%;
          left: 32%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3331"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3330"] {
          top: 100%;
          left: 2%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3330"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3345"] {
          top: -25%;
          left: 35%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3345"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3344"] {
          top: 5%;
          left: 70%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3344"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3343"] {
          top: 55%;
          left: 75%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3343"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3342"] {
          top: 100%;
          left: 63%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3342"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3341"] {
          top: 65%;
          left: -5%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3341"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3340"] {
          top: 120%;
          left: 20%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3340"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3339"] {
          top: 7%;
          left: -1%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3339"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3347"] {
          top: 7%;
          left: 34%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3347"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3346"] {
          top: 30%;
          left: 74%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3346"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3348"] {
          top: 30%;
          left: -5%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3348"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3200"] {
          top: -15%;
          left: 35%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3200"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3199"] {
          top: -5%;
          left: 55%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3199"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3198"] {
          top: 16%;
          left: 68%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3198"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3197"] {
          top: 48%;
          left: 75%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3197"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3196"] {
          top: 83%;
          left: 69%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3196"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3195"] {
          top: 110%;
          left: 60%;
          width: 100px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3195"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 22px;
            top: -30px; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3194"] {
          top: 126%;
          left: 38%;
          width: 100px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3194"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3193"] {
          top: 113%;
          left: 13%;
          width: 100px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3193"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3192"] {
          top: 75%;
          left: 3%;
          width: 100px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3192"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3191"] {
          top: 30%;
          left: -18%;
          text-align: right;
          padding-right: 40px;
          width: 150px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3191"]:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 35px;
            position: absolute;
            right: 0;
            top: 0; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3190"] {
          top: 16%;
          left: 2%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3190"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3189"] {
          top: -15%;
          left: 15%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3189"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3210"] {
          top: -10%;
          left: 35%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3210"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3209"] {
          top: 5%;
          left: 60%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3209"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3208"] {
          top: 95%;
          left: 65%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3208"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3207"] {
          top: 50%;
          left: 75%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3207"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3206"] {
          top: 125%;
          left: 40%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3206"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3205"] {
          top: 112%;
          left: 10%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3205"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3204"] {
          top: 75%;
          left: -2%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3204"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3203"] {
          top: 40%;
          left: -2%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3203"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3202"] {
          top: -10%;
          left: 5%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3202"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3219"] {
          top: 70%;
          left: 75%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3219"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3217"] {
          top: 25%;
          left: 75%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3217"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3216"] {
          top: 100%;
          left: 65%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3216"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3215"] {
          top: 120%;
          left: 35%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3215"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3214"] {
          top: 105%;
          left: 10%;
          width: 100px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3214"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3213"] {
          top: 12%;
          left: 35%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3213"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3212"] {
          top: 65%;
          left: -2%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3212"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3211"] {
          top: 25%;
          left: -2%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3211"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3315"] {
          top: -15%;
          left: 35%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3315"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3316"] {
          top: -5%;
          left: 55%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3316"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3314"] {
          top: 16%;
          left: 74%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3314"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3313"] {
          top: 50%;
          left: 79%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3313"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 25px;
            top: -30px; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3312"] {
          top: 80%;
          left: 70%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3312"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3311"] {
          top: 110%;
          left: 62%;
          width: 90px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3311"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3310"] {
          top: 125%;
          left: 45%;
          width: 70px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3310"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3309"] {
          top: 120%;
          left: 18%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3309"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3307"] {
          top: 90%;
          left: 5%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3307"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3306"] {
          top: 53%;
          left: 0;
          width: 100px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3306"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3305"] {
          top: 13%;
          left: 0;
          width: 100px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3305"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3301"] {
          top: -10%;
          left: 18%;
          width: 100px; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3301"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3322"] {
          top: -15%;
          left: 35%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3322"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3321"] {
          top: 5%;
          left: 70%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3321"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3320"] {
          top: 55%;
          left: 78%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3320"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3319"] {
          top: 110%;
          left: 65%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3319"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3318"] {
          top: 125%;
          left: 28%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3318"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3317"] {
          top: 70%;
          left: -4%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3317"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3323"] {
          top: 10%;
          left: 0%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3323"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3328"] {
          top: 5%;
          left: 35%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3328"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3327"] {
          top: 35%;
          left: 70%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3327"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3326"] {
          top: 85%;
          left: 73%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3326"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3325"] {
          top: 120%;
          left: 35%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3325"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3324"] {
          top: 90%;
          left: 2%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3324"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3329"] {
          top: 40%;
          left: 0%; }
          body.infoGraphic:not(.fsDraftMode) .infographic-news article .fsTitle a[data-news-id="3329"]:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
body.infoGraphic:not(.fsDraftMode) .school-level {
  position: relative;
  width: 315px;
  margin: 4em auto 3em auto !important; }
  @media (max-width: 950px) {
    body.infoGraphic:not(.fsDraftMode) .school-level {
      display: none; } }
  @media (max-width: 40.3125em) {
    body.infoGraphic:not(.fsDraftMode) .school-level {
      display: none; } }
  body.infoGraphic:not(.fsDraftMode) .school-level .left-branch, body.infoGraphic:not(.fsDraftMode) .school-level .right-branch, body.infoGraphic:not(.fsDraftMode) .school-level .down-branch {
    width: 100px;
    height: 3px;
    background: url("/uploaded/themes/default/images/border-pattern.png");
    background-size: cover; }
  body.infoGraphic:not(.fsDraftMode) .school-level header {
    text-align: center;
    margin-bottom: 2em; }
  body.infoGraphic:not(.fsDraftMode) .school-level .left-branch {
    transform: rotate(45deg);
    float: left;
    margin-left: 2em; }
  body.infoGraphic:not(.fsDraftMode) .school-level .right-branch {
    transform: rotate(-45deg);
    float: right;
    margin-right: 2em; }
  body.infoGraphic:not(.fsDraftMode) .school-level footer {
    margin-top: 3em; }
  body.infoGraphic:not(.fsDraftMode) .school-level .down-branch {
    transform: rotate(90deg);
    margin: 0 auto; }
body.infoGraphic:not(.fsDraftMode) .mobile-container {
  display: none;
  margin-bottom: 0 !important; }
  @media (max-width: 40.3125em) {
    body.infoGraphic:not(.fsDraftMode) .mobile-container {
      display: block; } }
  body.infoGraphic:not(.fsDraftMode) .mobile-container .mobile-post {
    margin-bottom: 8px !important; }
    body.infoGraphic:not(.fsDraftMode) .mobile-container .mobile-post:last-child {
      margin-bottom: 0 !important; }
  body.infoGraphic:not(.fsDraftMode) .mobile-container article {
    margin-bottom: 1px; }
    body.infoGraphic:not(.fsDraftMode) .mobile-container article.open-post .fsTitle {
      background-color: #1a206d; }
  body.infoGraphic:not(.fsDraftMode) .mobile-container .fsElementTitle {
    margin-bottom: 1px;
    background-color: #d7a900;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: .34em 0; }
  body.infoGraphic:not(.fsDraftMode) .mobile-container .fsTitle {
    background-color: #009fda;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    padding: .9em 0; }
  body.infoGraphic:not(.fsDraftMode) .mobile-container .fsBody {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .3s, opacity .3s;
    padding: 0 30px; }
  body.infoGraphic:not(.fsDraftMode) .mobile-container .open-post .fsBody {
    opacity: 1;
    max-height: 9999px; }

@media (max-width: 950px) {
  body.middleSchool:not(.fsDraftMode) .growing-container {
    margin-top: 280px; } }
@media (max-width: 950px) {
  body.middleSchool:not(.fsDraftMode) .growing-container:before {
    top: -125px; } }
body.middleSchool:not(.fsDraftMode) .caring-container {
  margin-bottom: 60px !important; }
  @media (max-width: 950px) {
    body.middleSchool:not(.fsDraftMode) .caring-container:before {
      top: -90px; } }

body.highSchool:not(.fsDraftMode) .caring-container {
  margin-bottom: 60px !important; }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) {
  border: solid 8px #009fda !important; }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) .ui-widget-header:not(.ui-tabs-nav) {
    background-color: transparent;
    padding: 1em .7em; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) .ui-widget-header:not(.ui-tabs-nav) .ui-dialog-title {
      display: none; }

/*----------------------------------------------------------------------------*\
    Headhesive Specific Styles
/*----------------------------------------------------------------------------*/
/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          clone: 'banner--clone';
 |      }
 |  }
 *
 */
.banner--clone {
  /* Required styles */
  position: fixed;
  top: 0;
  left: 0;
  /* Additional styles */
  background: #c95a5d;
  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Animations */
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */
.banner--stick {
  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */
.banner--unstick {
  /* Not required to use, but could be useful to have */ }
