@charset "UTF-8";
 /**
 *
 * Summit Public Schools - 2016redesign
 * @link http://www.summitpublic.finalsite.com
 * Site Template : newclientcustom
 * Built By: Stefan Bobrowski
 * Project Manager: Mike Hartzler
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/summitpublic
 * Build version: 1.2.0
 * Git Tag: 
 * Last build by: JonB7
 *
 **/

@charset "UTF-8";
/** 
 * Html5 Placeholder Polyfill - v2.0.9 - 2014-01-21 
 * web: http://blog.ginader.de/dev/jquery/HTML5-placeholder-polyfill/ 
 * issues: https://github.com/ginader/HTML5-placeholder-polyfill/issues 
 * Copyright (c) 2014 Dirk Ginader; Licensed MIT, GPL 
 */
span.placeholder {
  position: absolute;
  font-size: 75%;
  color: #999;
  font-family: sans-serif;
  padding: 4px 3px;
  z-index: 1;
  cursor: text; }

span.placeholder-hide-except-screenreader {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

span.placeholder-hide {
  display: none; }

label.visuallyhidden-with-placeholder {
  height: auto !important;
  overflow: visible !important;
  position: absolute !important;
  left: -999em; }

/*! normalize.css v3.0.2 | 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,
menu,
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-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after,
.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before, .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarMonthBrowser .fsCalendarNextMonth:before, .navigation.social a[href*='facebook']:after, .navigation.social a[href*='twitter']:after, .navigation.social a[href*='instagram']:after, .navigation.social a[href*='youtube']:after, form.gsc-search-box-tools td.gsc-search-button:after, #fsHeader .utilities .button.search-trigger:after,
#fsHeader .utilities .button.off-canvas-trigger:after, #fsHeader .navigation-container .button.search-trigger:after, .home .fsPlayer.masthead .container.masthead .cluster .controls .directional .button:after, .home .fsContainer.testimonials .testimonials.container .slick-arrow:after, .floating-navigation.container nav a .link:after {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

@keyframes animate-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

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

html {
  font-family: "Raleway", sans-serif;
  background: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 1.5;
  color: #272727; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal; }

h1, .h1 {
  font-size: 2.25em;
  line-height: 1.11111;
  margin-bottom: 10px;
  color: #A31D31;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 1.625em;
  line-height: 1.15385;
  margin-bottom: 10px;
  color: #272727;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 400; }

h3, [id*="fsBanner"] .fsCalendar > header .fsElementTitle, .content-block > header .fsElementTitle, [id*="fsBanner"] .fsNews > header .fsElementTitle, .h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0;
  color: #A31D31;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700; }

h4, .h4 {
  font-size: 1.125em;
  line-height: 1.22222;
  margin-bottom: 0;
  color: #272727;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700; }

h5, .fsCalendar .fsTitle, .fsNews .fsTitle, .h5 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
  color: #272727;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

h6, .h6 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
  color: #272727;
  font-family: "Muli", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

p {
  font-family: "Muli", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  color: #2E2E2E; }

a {
  text-decoration: none;
  color: #3AAFB9;
  transition: background .3s, color .3s; }
  a:hover {
    color: #A31D31; }

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

.fs_style_29,
table.styled, .fs_style_30,
table.styled.header-row {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
  border-spacing: 0; }
  .fs_style_29 tr:first-child th, table.styled tr:first-child th, .fs_style_30 tr:first-child th, .fs_style_29 tr:first-child td, table.styled tr:first-child td, .fs_style_30 tr:first-child td {
    border-top: 1px solid #2E2E2E;
    overflow: hidden; }
  .fs_style_29 tr:last-child, table.styled tr:last-child, .fs_style_30 tr:last-child {
    border-bottom: 1px solid #2E2E2E;
    border-bottom-width: 5px; }
    .fs_style_29 tr:last-child th, table.styled tr:last-child th, .fs_style_30 tr:last-child th, .fs_style_29 tr:last-child td, table.styled tr:last-child td, .fs_style_30 tr:last-child td {
      overflow: hidden; }
  .fs_style_29 th, table.styled th, .fs_style_30 th, table.styled.header-row th,
  .fs_style_29 td,
  table.styled td,
  .fs_style_30 td,
  table.styled.header-row td {
    padding: 12px 15px;
    vertical-align: top;
    background-color: transparent; }
    .fs_style_29 th:first-child, table.styled th:first-child, .fs_style_30 th:first-child,
    .fs_style_29 td:first-child,
    table.styled td:first-child,
    .fs_style_30 td:first-child {
      border-left: 1px solid #2E2E2E; }
    .fs_style_29 th:last-child, table.styled th:last-child, .fs_style_30 th:last-child,
    .fs_style_29 td:last-child,
    table.styled td:last-child,
    .fs_style_30 td:last-child {
      border-right: 1px solid #2E2E2E; }
  .fs_style_29 th, table.styled th, .fs_style_30 th, table.styled.header-row th {
    text-align: left;
    font-weight: 700; }
  .fs_style_29 tr:nth-of-type(odd) td, table.styled tr:nth-of-type(odd) td, .fs_style_30 tr:nth-of-type(odd) td, table.styled.header-row tr:nth-of-type(odd) td {
    background-color: #e5e5e5; }

.fs_style_30 > tr:first-child td,
.fs_style_30 > tbody tr:first-child td,
table.styled.header-row > tr:first-child td,
table.styled.header-row > tbody tr:first-child td {
  padding: 12px 15px;
  background-color: #A31D31;
  color: #fff;
  font-family: "Muli", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #A31D31;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }

img {
  vertical-align: top; }

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

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

.fs_style_23,
blockquote {
  display: block;
  position: relative;
  margin: 40px 0;
  padding: 20px;
  font-size: 22px;
  line-height: 32px;
  color: #272727;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-top: 5px solid #e5e5e5; }
  #fsBannerLeft .fs_style_23,
  #fsBannerRight .fs_style_23, #fsBannerLeft
  blockquote,
  #fsBannerRight
  blockquote {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #B3B3B3;
    border-top-width: 5px; }
  .fs_style_23 > .fs_style_24,
  .fs_style_23 > cite,
  blockquote > .fs_style_24,
  blockquote > cite {
    margin-top: 4px;
    text-transform: none; }
  .fs_style_23 + .fs_style_24,
  .fs_style_23 + cite,
  blockquote + .fs_style_24,
  blockquote + cite {
    margin-left: 20px;
    margin-top: -36px;
    margin-bottom: 40px; }

.fs_style_23 {
  border-bottom: none !important; }
  #fsBannerLeft .fs_style_23 + .fs_style_24,
  #fsBannerRight .fs_style_23 + .fs_style_24, #fsBannerLeft
  .fs_style_23 + cite,
  #fsBannerRight
  .fs_style_23 + cite {
    border: 1px solid #B3B3B3;
    border-top-width: 5px;
    border-top: 0;
    margin-left: 0;
    margin-top: -40px;
    padding-bottom: 20px; }

.fs_style_24,
cite {
  display: block;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #B3B3B3;
  font-family: "Muli", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center; }
  .fs_style_24:before,
  cite:before {
    content: normal; }

@font-face {
  font-family: "IcoMoon";
  src: url("/uploaded/themes/default/fonts//icomoon/camden.eot?1180camden");
  src: url("/uploaded/themes/default/fonts//icomoon/camden.eot?#iefix?1180camden") format("embedded-opentype"), url("/uploaded/themes/default/fonts//icomoon/camden.woff2?1180camden") format("woff2"), url("/uploaded/themes/default/fonts//icomoon/camden.ttf?1180camden") format("truetype"), url("/uploaded/themes/default/fonts//icomoon/camden.woff?1180camden") format("woff"), url("/uploaded/themes/default/fonts//icomoon/camden.svg?1180#camden") format("svg");
  font-weight: 400;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -ms-font-feature-settings: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -ms-font-feature-settings: normal; }

@font-face {
  font-family: "IcoMoon";
  src: url("/uploaded/themes/2016redesign/fonts/icomoon2/icomoon.eot");
  src: url("/uploaded/themes/2016redesign/fonts/icomoon2/icomoon.eot") format("embedded-opentype"), url("/uploaded/themes/2016redesign/fonts/icomoon2/icomoon.woff2") format("woff2"), url("/uploaded/themes/2016redesign/fonts/icomoon2/icomoon.ttf") format("truetype"), url("/uploaded/themes/2016redesign/fonts/icomoon2/icomoon.woff") format("woff"), url("/uploaded/themes/2016redesign/fonts//icomoon2/icomoon.svg?") format("svg");
  font-weight: 400;
  font-style: normal; }

.icon-lock:before {
  content: "\f023"; }

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

.icon-cross:before {
  content: "\e901"; }

.icon-plus:before {
  content: "\e902"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-linkedin:before {
  content: ""; }

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

.icon-feed:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

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

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

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

.icon-spinner:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-retweet:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-mail-reply:before {
  content: ""; }

.icon-reply:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

#fsPageBodyWrapper {
  width: 100%;
  /* firefox fix */
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  overflow: hidden; }
  @media (min-width: 900px) {
    #fsPageBodyWrapper {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 500px) {
    #fsPageBodyWrapper {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 900px) {
  #fsPageBody {
    position: relative;
    margin: 0 auto;
    max-width: 940px; } }

@media (min-width: 1180px) {
  #fsPageBody {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; } }

.home #fsPageBody {
  margin: 0;
  max-width: none; }

#fsBannerLeft {
  float: none;
  margin-bottom: 30px;
  width: 100%;
  display: none;
  width: auto; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 40px;
      display: block;
      width: 31.42857%; }
      .fsOverrideLeftBanner #fsBannerLeft {
        display: none !important; } }
  @media (min-width: 900px) {
    #fsBannerLeft {
      width: 23.72881%; } }

.fsBannerLeft.mobile {
  display: block; }
  @media (min-width: 600px) {
    .fsBannerLeft.mobile {
      display: none; } }

#fsPageContent {
  float: none;
  margin-bottom: 30px;
  width: 100% !important;
  margin: 0; }
  @media (min-width: 600px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 900px) {
    .fsHasRightBanner #fsPageContent {
      width: 67.79661% !important; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner #fsPageContent {
      width: 68.57143% !important; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    zoom: 1; }
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 68.57143% !important; } }
    @media (min-width: 900px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 44.0678% !important; } }
  @media (min-width: 600px) {
    .fsOverrideLeftBanner .fsHasLeftBanner.fsHasRightBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 600px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 900px) {
    #fsBannerRight {
      padding-left: 80px;
      width: 32.20339%; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner #fsBannerRight {
      width: 68.57143%;
      margin-left: 31.42857%;
      padding-left: 0; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner #fsBannerRight {
      padding-left: 80px;
      width: 32.20339%;
      margin: 0; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsBannerRight {
      width: 100% !important;
      margin-left: 0; } }

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -30px;
    margin-left: -30px; } }

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

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

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

@media (min-width: 600px) {
  .fsFourColumnLayout > .fsDiv {
    width: 50%; } }

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

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

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

.fsAccordion {
  margin-bottom: 30px; }
  .fsAccordion .fsPanel {
    margin-bottom: 4px; }
    .fsAccordion .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: #fff;
      border: 1px solid #B3B3B3; }
      .fsAccordion .fsPanel > header h2 {
        transition: all 0.333s;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 20px;
        color: #951327;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Raleway", sans-serif;
        position: relative; }
        .fsAccordion .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
      .fsAccordion .fsPanel > header:hover {
        background: #951327;
        border-color: transparent; }
        .fsAccordion .fsPanel > header:hover h2 {
          color: #fff; }
    .fsAccordion .fsPanel > .fsElementContent {
      border: 1px solid #B3B3B3;
      border-top: none;
      font-family: "Muli", sans-serif; }
    .fsAccordion .fsPanel.fsStateOpen > header {
      background: #fff;
      border-color: #B3B3B3;
      border-bottom-color: transparent; }
      .fsAccordion .fsPanel.fsStateOpen > header h2 {
        color: #272727; }
        .fsAccordion .fsPanel.fsStateOpen > header h2:before {
          content: ""; }
    .fsAccordion .fsPanel.fsStateOpen > .fsElementContent {
      border-bottom-width: 5px; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after,
.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: "";
  font-size: 18px;
  border: none;
  width: auto;
  height: auto; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: ""; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: ""; }

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

.fsAccordion.fsPanelIconAfter .fsPanel > header h2 {
  padding-right: 50px; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header h2:before {
    display: none; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header h2:after {
    margin: 0 0 0 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/*! elements - calendar v0.0.1 */
.fsCalendar {
  padding-bottom: 0; }
  .fsCalendar .fsAlertFeeds {
    margin: 15px 0; }
  [id*="fsBanner"] .fsCalendar {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #B3B3B3;
    border-top-width: 5px;
    padding-bottom: 30px; }
    [id*="fsBanner"] .fsCalendar > header {
      padding-top: 28px; }
      [id*="fsBanner"] .fsCalendar > header .fsElementTitle {
        margin-bottom: 28px; }
    [id*="fsBanner"] .fsCalendar > header,
    [id*="fsBanner"] .fsCalendar > .fsElementContent {
      margin-right: 30px;
      margin-left: 30px; }
    [id*="fsBanner"] .fsCalendar:first-child {
      margin-top: 0; }
    [id*="fsBanner"] .fsCalendar:last-child {
      margin-bottom: 0; }
  .fsCalendar .fsDayContainer {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
    border-top: 1px solid #2E2E2E;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden; }
    .fsCalendar .fsDayContainer:first-child {
      margin-top: 0;
      border-top: none; }
  .fsCalendar .fsDayContainer,
  .fsCalendar article {
    border-top: 1px solid #2E2E2E; }
    .fsCalendar .fsDayContainer:first-child,
    .fsCalendar article:first-child {
      border-top: none;
      padding-top: 0; }
  .fsCalendar article {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px; }
  .fsCalendar .fsTitle {
    font-size: 16px;
    line-height: 24px; }
    .fsCalendar .fsTitle, .fsCalendar .fsTitle a {
      color: #3AAFB9; }
    .fsCalendar .fsTitle a:hover {
      color: #A31D31; }
  .fsCalendar .fsDate {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42857; }
  .fsCalendar .fsTimeRange {
    letter-spacing: normal;
    font-style: normal;
    font-weight: 300; }
  .fsCalendar .fsLocation {
    letter-spacing: normal;
    font-style: normal;
    font-weight: 300; }

.fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0; }
  .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
    content: "";
    display: block;
    font-size: 18px;
    color: #A31D31;
    line-height: 1; }

.fsCalendarMonthBrowser .fsCalendarPrevMonth:before {
  right: 0; }

.fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: "";
  left: 0; }

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

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
  @media (min-width: 900px) {
    #event-view {
      display: none; } }

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

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

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

.fsCalendarDaybox {
  transition: all 0.333s; }
  .fsCalendarRow .fsCalendarDaybox.has-info {
    background: #dfb8be; }
    @media (min-width: 900px) {
      .fsCalendarRow .fsCalendarDaybox.has-info {
        background: none; } }
  .fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
    background: #c4e7ea; }

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

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

/*! elements - constituent v0.0.1 */
.fsConstituent .fsElementPagination {
  margin-bottom: 30px; }

.fsConstituentItem {
  float: none;
  max-width: 300px;
  width: 100% !important;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 600px) {
    .fsConstituentItem {
      display: inline-block;
      vertical-align: top;
      max-width: 100%; } }
  .fsConstituentItem > * {
    padding-right: 30px;
    padding-left: 30px; }

.fsConstituent .fsPhoto {
  padding-right: 0;
  padding-left: 0; }
  .fsConstituent .fsPhoto img {
    display: block;
    width: 100%; }

.fsConstituent .fsFullName {
  padding-top: 30px; }

.fsConstituent .fsEmail {
  word-break: break-all; }

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

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

@media (min-width: 600px) {
  .fsConstituentColumnLayout_3 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1180px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 4;
    column-count: 4; } }

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

.fsConstituent.fsSearch {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e5e5e5; }
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px; }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.875em; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.9375em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.42857;
    display: inline-block;
    border: 0;
    margin: 0 0 30px;
    padding: 7px 10px;
    background: #951327;
    color: #fff;
    outline: 0;
    text-align: center;
    border: 1px solid #2E2E2E;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0 10px;
    padding: 10px 30px;
    font-size: inherit; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background-color: #2E2E2E;
      font-weight: 700;
      color: #000;
      border: 1px solid transparent; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }

.fsElementPagination {
  margin: 20px 0; }

.caption {
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom: 7.68px;
  color: #414141;
  font-family: Times, serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

.fs_style_28,
.lead-in {
  font-size: 1.125em;
  line-height: 1.44444;
  margin-bottom: 14px;
  color: #272727;
  font-family: "Muli", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

.fs_style_27,
.callout:not(.button) {
  display: block;
  margin: 30px 0;
  background: transparent;
  font-size: 22px;
  line-height: 32px;
  color: #272727;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  /*  &.left {
    float: left;
    margin-left: $gutter;

    @include breakpoint($bp-phablet) {
      width: 50%;
    }

  }

  &.right {
    float: right;
    margin-right: $gutter;

    @include breakpoint($bp-phablet) {
      width: 50%;
    }

  }*/ }

.content-block {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #B3B3B3;
  border-top-width: 5px;
  padding-bottom: 30px; }
  .content-block > header {
    padding-top: 28px; }
    .content-block > header .fsElementTitle {
      margin-bottom: 28px; }
  .content-block > header,
  .content-block > .fsElementContent {
    margin-right: 30px;
    margin-left: 30px; }
  .content-block:first-child {
    margin-top: 0; }
  .content-block:last-child {
    margin-bottom: 0; }

.fs_style_25,
.button {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.42857;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.42857;
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 7px 10px;
  background: #fff;
  color: #951327;
  outline: 0;
  text-align: center;
  border: 1px solid #2E2E2E;
  font-size: 14px;
  line-height: 1.42857; }
  .fs_style_25:hover,
  .button:hover {
    background-color: #951327;
    font-weight: 700;
    color: #fff;
    border: 1px solid transparent; }
  .fs_style_25 em,
  .button em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

.fs_style_26,
.button.callout {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.42857;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.42857;
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 7px 10px;
  background: #fff;
  color: #A31D31;
  outline: 0;
  text-align: center;
  border: 1px solid #2E2E2E;
  font-size: 14px;
  line-height: 1.42857;
  padding: 30px 20px;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.25; }
  .fs_style_26:hover,
  .button.callout:hover {
    background-color: #A31D31;
    font-weight: 700;
    color: #fff;
    border: 1px solid transparent; }
  .fs_style_26 em,
  .button.callout em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  #fsBannerLeft .fs_style_26,
  #fsBannerRight .fs_style_26, #fsBannerLeft
  .button.callout,
  #fsBannerRight
  .button.callout {
    display: block; }

.fs_style_15,
.fs_style_16,
.fs_style_17 {
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 30px auto; }

@media (min-width: 600px) {
  .fs_style_15,
  .fs_style_16 {
    width: 50%; } }

@media (min-width: 900px) {
  .fs_style_15,
  .fs_style_16 {
    width: 37.5%; } }

@media (min-width: 600px) {
  .fs_style_15 {
    float: left;
    margin-right: 30px;
    margin-left: 0; } }

@media (min-width: 600px) {
  .fs_style_16 {
    float: right;
    margin-right: 0;
    margin-left: 30px; } }

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li.slick-active button {
      border: none;
      background: #3AAFB9;
      /* Active Color */ }
    .slick-dots li button {
      display: block;
      float: left;
      height: 10px;
      width: 10px;
      padding: 0;
      margin: 0px 5px;
      border: 0;
      outline: 0;
      border-radius: 10px;
      transition: .3s all ease-out;
      color: transparent;
      background: #B3B3B3;
      /* Inactive Color */ }
      .slick-dots li button:hover {
        background: #fff; }

.navigation-container .navigation.main {
  margin-right: -13px !important;
  float: right !important; }
  .navigation-container .navigation.main ul,
  .navigation-container .navigation.main ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .navigation-container .navigation.main a {
    display: block; }
  .navigation-container .navigation.main nav ul,
  .navigation-container .navigation.main nav ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .navigation-container .navigation.main nav a {
    display: block; }
  .navigation-container .navigation.main nav ul.fsNavLevel1 {
    text-align: left; }
    @media (min-width: 1180px) {
      .navigation-container .navigation.main nav ul.fsNavLevel1 {
        text-align: right; } }
    .navigation-container .navigation.main nav ul.fsNavLevel1 > li {
      display: inline-block;
      vertical-align: bottom;
      margin-right: -0.22em;
      position: relative; }
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li:first-child .fsNavPageInfo,
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li:last-child .fsNavPageInfo {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li:first-child .fsNavPageInfo {
        left: -230px; }
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li:nth-child(2) .fsNavPageInfo {
        left: auto;
        right: -400px;
        -ms-transform: none;
        transform: none; }
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li:nth-child(3) .fsNavPageInfo {
        left: auto;
        right: -250px;
        -ms-transform: none;
        transform: none; }
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li:nth-child(4) .fsNavPageInfo {
        left: auto;
        right: -100px;
        -ms-transform: none;
        transform: none; }
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li:last-child .fsNavPageInfo {
        right: 0;
        left: auto;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li > a {
        font-size: 18px;
        line-height: 1.33333;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        color: #fff;
        padding: 13.5px 15px;
        background: none;
        text-align: center;
        transition: none;
        display: block;
        position: relative; }
        .navigation-container .navigation.main nav ul.fsNavLevel1 > li > a:hover, .navigation-container .navigation.main nav ul.fsNavLevel1 > li > a.active {
          color: #FFB20F;
          background-color: #A31D31; }
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li:hover > a {
        color: #FFB20F;
        background-color: #A31D31; }
        .navigation-container .navigation.main nav ul.fsNavLevel1 > li:hover > a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          height: 3px;
          width: 100%;
          background-color: #fff;
          z-index: 2; }
        .navigation-container .navigation.main nav ul.fsNavLevel1 > li:hover > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          height: 3px;
          width: 100%;
          background-color: #fff;
          z-index: 2; }
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a, .navigation-container .navigation.main nav ul.fsNavLevel1 > li.fsNavParentPage:hover,
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        background-color: #A31D31; }
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage:hover > a,
      .navigation-container .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor:hover > a {
        background-color: #A31D31; }
  .navigation-container .navigation.main .fsNavPageInfo {
    position: absolute;
    top: 99.5%;
    z-index: 10;
    display: none;
    width: 800px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #A31D31;
    padding: 20px;
    text-align: left; }
    .navigation-container .navigation.main .fsNavPageInfo .fsNavPageThumbnail {
      display: inline-block;
      margin-right: 10px; }
    .navigation-container .navigation.main .fsNavPageInfo ul.fsNavLevel2 {
      display: inline-block;
      vertical-align: top;
      margin-right: -0.22em;
      margin: 0;
      width: 25%; }
      .navigation-container .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li {
        margin-right: -15px;
        margin-left: -15px;
        position: relative; }
    .navigation-container .navigation.main .fsNavPageInfo a {
      font-size: 14px;
      line-height: 1.71429;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      color: #fff;
      padding: 5.5px 15px; }
      .navigation-container .navigation.main .fsNavPageInfo a:hover {
        color: #FFB20F; }
  .navigation-container .navigation.main li:hover .fsNavPageInfo,
  .navigation-container .navigation.main li:focus .fsNavPageInfo {
    display: block; }

.navigation.tier {
  margin-top: 30px;
  margin-bottom: 30px; }
  .navigation.tier ul,
  .navigation.tier ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .navigation.tier a {
    display: block; }
  .navigation.tier > header {
    display: none; }
  [id*="fsBanner"] .navigation.tier {
    display: none; }
    @media (min-width: 900px) {
      [id*="fsBanner"] .navigation.tier {
        display: block; } }
  .navigation.tier.mobile {
    margin: 0;
    font-size: 14px;
    line-height: 1.28571; }
    @media (min-width: 900px) {
      .navigation.tier.mobile {
        display: none; } }
  .navigation.tier:first-child {
    margin-top: 0; }
  .navigation.tier ul {
    margin: 0; }
    .navigation.tier ul li ul {
      padding-left: 10px; }
  .navigation.tier .fsNavPageInfo {
    display: none; }
  .navigation.tier .fsNavLevel1 {
    background-color: #3AAFB9;
    background-color: #951327; }
    .navigation.tier .fsNavLevel1 > li > a {
      display: block;
      padding: 16px 20px;
      font-size: 1em;
      line-height: 1.125;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      color: #fff;
      background-color: #A31D31; }
      .navigation.tier .fsNavLevel1 > li > a:hover {
        color: #FFB20F;
        background-color: #A31D31; }
    .navigation.tier .fsNavLevel1 > li > a {
      border-top: 1px solid #272727;
      border-top-color: rgba(39, 39, 39, 0.4); }
    .navigation.tier .fsNavLevel1 > li:first-child a {
      border-top: none; }
    .navigation.tier .fsNavLevel1 > li:last-child {
      border-bottom: 1px solid #7f7f7f;
      border-bottom-color: rgba(127, 127, 127, 0.4); }
    .navigation.tier .fsNavLevel1 ul li {
      padding-left: 10px; }
    .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage,
    .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor {
      background-color: #951327;
      background-color: rgba(149, 19, 39, 0.3); }
      .navigation.tier .fsNavLevel1 > li.fsNavCurrentPage > .fsNavPageInfo,
      .navigation.tier .fsNavLevel1 > li.fsNavCurrentPageAncestor > .fsNavPageInfo {
        display: block; }
  .navigation.tier .fsNavLevel2 > li,
  .navigation.tier .fsNavLevel3 > li,
  .navigation.tier .fsNavLevel4 > li,
  .navigation.tier .fsNavLevel5 > li {
    margin: 0; }
  .navigation.tier .fsNavLevel2 > li > a,
  .navigation.tier .fsNavLevel3 > li > a,
  .navigation.tier .fsNavLevel4 > li > a,
  .navigation.tier .fsNavLevel5 > li > a {
    display: block;
    padding: 16px 20px;
    font-size: 1em;
    line-height: 1.125;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #A31D31;
    padding-top: 5.712px;
    padding-bottom: 5.712px;
    line-height: 1.42857;
    background-color: transparent; }
    .navigation.tier .fsNavLevel2 > li > a:hover,
    .navigation.tier .fsNavLevel3 > li > a:hover,
    .navigation.tier .fsNavLevel4 > li > a:hover,
    .navigation.tier .fsNavLevel5 > li > a:hover {
      color: #FFB20F;
      background-color: #A31D31; }
    .navigation.tier .fsNavLevel2 > li > a:hover,
    .navigation.tier .fsNavLevel3 > li > a:hover,
    .navigation.tier .fsNavLevel4 > li > a:hover,
    .navigation.tier .fsNavLevel5 > li > a:hover {
      color: #FFB20F;
      background-color: transparent; }
  .navigation.tier .fsNavLevel2 > li.fsNavCurrentPage > .fsNavPageInfo,
  .navigation.tier .fsNavLevel2 > li.fsNavCurrentPageAncestor > .fsNavPageInfo,
  .navigation.tier .fsNavLevel3 > li.fsNavCurrentPage > .fsNavPageInfo,
  .navigation.tier .fsNavLevel3 > li.fsNavCurrentPageAncestor > .fsNavPageInfo,
  .navigation.tier .fsNavLevel4 > li.fsNavCurrentPage > .fsNavPageInfo,
  .navigation.tier .fsNavLevel4 > li.fsNavCurrentPageAncestor > .fsNavPageInfo,
  .navigation.tier .fsNavLevel5 > li.fsNavCurrentPage > .fsNavPageInfo,
  .navigation.tier .fsNavLevel5 > li.fsNavCurrentPageAncestor > .fsNavPageInfo {
    display: block; }
  .navigation.tier li.fsNavCurrentPage > a,
  .navigation.tier li.fsNavCurrentPageAncestor > a {
    color: #FFB20F !important;
    background-color: #951327; }
  .navigation.tier li.fsNavCurrentPage > .fsNavPageInfo {
    padding-bottom: 15px; }

section.off-canvas {
  transition: all 0.333s;
  width: 45%;
  min-width: 320px;
  padding: 0 25px 0 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 0;
  background: #A31D31; }
  @media screen and (max-width: 320px) {
    section.off-canvas {
      width: 100% !important;
      min-width: 100% !important; } }
  @media (min-width: 900px) {
    section.off-canvas {
      height: 0 !important; } }
  .fsComposeMode section.off-canvas {
    display: none; }
  .off-canvas-menu-open section.off-canvas {
    height: 900px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .off-canvas-menu-open html,
  .off-canvas-menu-open body {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
  .off-canvas-menu-open #fsPageWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
  section.off-canvas header .fsElementTitle {
    display: none; }
  section.off-canvas header .fsElementHeaderContent {
    display: none; }
  section.off-canvas .button.off-canvas-trigger {
    background: #A31D31;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    margin: 0;
    width: 45px;
    height: 36px; }
    section.off-canvas .button.off-canvas-trigger, section.off-canvas .button.off-canvas-trigger:hover {
      border-color: transparent; }
    section.off-canvas .button.off-canvas-trigger:hover {
      color: #fff; }
    section.off-canvas .button.off-canvas-trigger span {
      display: none; }
    section.off-canvas .button.off-canvas-trigger:after {
      content: '\e901';
      font-family: "IcoMoon";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      text-indent: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 24px;
      font-weight: normal !important;
      color: #fff; }
  section.off-canvas .navigation.main {
    float: none !important;
    margin-top: 30px;
    margin-right: 0 !important;
    padding-top: 10px;
    padding-bottom: 15px; }
    section.off-canvas .navigation.main header .fsElementTitle {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700; }
    section.off-canvas .navigation.main .fsNavParentPage {
      position: relative; }
      section.off-canvas .navigation.main .fsNavParentPage a {
        padding: 8px 0; }
    section.off-canvas .navigation.main ul.fsNavLevel1 {
      margin-top: 0;
      padding-left: 0;
      display: block; }
      section.off-canvas .navigation.main ul.fsNavLevel1 > li {
        position: relative;
        display: block;
        padding: 12px 0;
        border-top: 1px solid #951327;
        overflow: hidden; }
        section.off-canvas .navigation.main ul.fsNavLevel1 > li:hover .fsNavPageInfo, section.off-canvas .navigation.main ul.fsNavLevel1 > li:focus .fsNavPageInfo {
          display: none; }
        section.off-canvas .navigation.main ul.fsNavLevel1 > li.active {
          background-color: #951327; }
        section.off-canvas .navigation.main ul.fsNavLevel1 > li:last-of-type {
          border-bottom: 1px solid #951327; }
        section.off-canvas .navigation.main ul.fsNavLevel1 > li:before, section.off-canvas .navigation.main ul.fsNavLevel1 > li:after {
          display: none !important; }
        section.off-canvas .navigation.main ul.fsNavLevel1 > li .drop-trigger {
          position: absolute;
          right: 0;
          top: 0;
          width: 40px;
          height: 48px;
          cursor: pointer; }
          section.off-canvas .navigation.main ul.fsNavLevel1 > li .drop-trigger:before {
            content: '';
            position: absolute;
            height: 30px;
            width: 1px;
            background: #951327;
            right: 39px;
            top: 0;
            bottom: 0;
            margin: auto; }
          section.off-canvas .navigation.main ul.fsNavLevel1 > li .drop-trigger:after {
            content: '\e902';
            font-family: "IcoMoon";
            font-size: 24px;
            color: #fff;
            position: relative;
            top: 6px;
            left: 15px; }
          section.off-canvas .navigation.main ul.fsNavLevel1 > li .drop-trigger.expanded:after {
            content: '\e903';
            color: #FFB20F;
            font-size: 30px;
            left: 16px;
            top: 3px; }
        section.off-canvas .navigation.main ul.fsNavLevel1 > li > a {
          font-size: 16px;
          text-align: left;
          color: #fff; }
          section.off-canvas .navigation.main ul.fsNavLevel1 > li > a:hover {
            color: #FFB20F;
            background: none; }
    section.off-canvas .navigation.main .fsNavPageInfo {
      position: absolute;
      top: 99.5%;
      z-index: 10;
      display: none;
      width: 800px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      position: relative;
      display: block !important;
      width: 100%;
      height: 0;
      max-height: 0px;
      padding: 0 0 0 20px;
      overflow: hidden;
      transition: max-height 0.2s linear; }
      section.off-canvas .navigation.main .fsNavPageInfo.active {
        height: auto;
        max-height: 6500px;
        /* Huge site map */ }
      section.off-canvas .navigation.main .fsNavPageInfo .fsNavLevel2 {
        display: block;
        width: auto;
        padding-left: 0;
        margin: 10px 0; }
        section.off-canvas .navigation.main .fsNavPageInfo .fsNavLevel2:first-of-type {
          margin-bottom: 0; }
          section.off-canvas .navigation.main .fsNavPageInfo .fsNavLevel2:first-of-type li:first-of-type {
            border-top: none; }
        section.off-canvas .navigation.main .fsNavPageInfo .fsNavLevel2:not(:first-of-type) {
          margin-top: 0; }
        section.off-canvas .navigation.main .fsNavPageInfo .fsNavLevel2 li {
          padding: 12px 0;
          margin: 0;
          border-top: 1px solid #951327;
          list-style-type: none;
          overflow: hidden; }
          section.off-canvas .navigation.main .fsNavPageInfo .fsNavLevel2 li a {
            color: #fff;
            text-decoration: none; }
            section.off-canvas .navigation.main .fsNavPageInfo .fsNavLevel2 li a:hover {
              color: #FFB20F; }
      section.off-canvas .navigation.main .fsNavPageInfo .fsNavLevel3 {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px; }
      section.off-canvas .navigation.main .fsNavPageInfo .fsNavLevel4 {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px; }
  section.off-canvas .navigation.quicklinks {
    margin-right: -30px;
    margin-left: -30px;
    background-color: #2E2E2E;
    padding: 45px 30px;
    background-color: #A31D31;
    margin: 40px 0 0 0;
    padding: 0 0 50px 0; }
    section.off-canvas .navigation.quicklinks ul,
    section.off-canvas .navigation.quicklinks ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    section.off-canvas .navigation.quicklinks a {
      display: block; }
    section.off-canvas .navigation.quicklinks .fsElementTitle {
      color: #565656;
      display: block;
      text-align: center;
      font-size: 14px;
      text-transform: uppercase; }
    section.off-canvas .navigation.quicklinks ul.fsNavLevel1 {
      margin-top: 0;
      display: block; }
      section.off-canvas .navigation.quicklinks ul.fsNavLevel1 li {
        display: block; }
        section.off-canvas .navigation.quicklinks ul.fsNavLevel1 li a {
          position: relative;
          margin-right: 2px;
          margin-left: 2px;
          font-size: 14px;
          line-height: 1.42857;
          color: #fff;
          font-family: "Muli", sans-serif;
          font-weight: 400;
          text-align: center;
          margin: 0;
          padding: 10px 7.5px;
          background-color: transparent;
          border: none;
          color: #565656;
          padding: 5.5px 30px; }
          section.off-canvas .navigation.quicklinks ul.fsNavLevel1 li a:hover {
            color: #000;
            background-color: transparent; }
          @media (min-width: 900px) {
            section.off-canvas .navigation.quicklinks ul.fsNavLevel1 li a {
              color: #fff;
              border-color: rgba(255, 255, 255, 0.2);
              background-color: transparent;
              padding: 15px 7.5px;
              margin: 0;
              width: 100%; }
              section.off-canvas .navigation.quicklinks ul.fsNavLevel1 li a:hover {
                color: #FFB20F;
                background-color: #A31D31;
                border: none; }
                section.off-canvas .navigation.quicklinks ul.fsNavLevel1 li a:hover:before {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  display: block;
                  height: 3px;
                  width: 100%;
                  background-color: #fff;
                  z-index: 2; }
                section.off-canvas .navigation.quicklinks ul.fsNavLevel1 li a:hover:after {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  display: block;
                  height: 3px;
                  width: 100%;
                  background-color: #fff;
                  z-index: 2; } }
          section.off-canvas .navigation.quicklinks ul.fsNavLevel1 li a:hover {
            background: none; }
    section.off-canvas .navigation.quicklinks header .fsElementTitle {
      text-align: left;
      text-transform: uppercase;
      font-weight: 700;
      color: #272727; }
    section.off-canvas .navigation.quicklinks ul.fsNavLevel1 li {
      padding: 5px 0; }
      section.off-canvas .navigation.quicklinks ul.fsNavLevel1 li a {
        padding: 5px 0;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        color: #fff; }
  section.off-canvas .navigation.schools {
    margin-right: -30px;
    margin-left: -30px;
    background-color: #272727;
    padding: 45px 30px;
    display: none; }
    section.off-canvas .navigation.schools ul,
    section.off-canvas .navigation.schools ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    section.off-canvas .navigation.schools a {
      display: block; }
    section.off-canvas .navigation.schools .fsElementTitle {
      color: #565656;
      display: block;
      text-align: center;
      font-size: 14px;
      text-transform: uppercase; }
    section.off-canvas .navigation.schools ul.fsNavLevel1 {
      margin-top: 0;
      display: block; }
      section.off-canvas .navigation.schools ul.fsNavLevel1 li {
        display: block; }
        section.off-canvas .navigation.schools ul.fsNavLevel1 li a {
          position: relative;
          margin-right: 2px;
          margin-left: 2px;
          font-size: 14px;
          line-height: 1.42857;
          color: #fff;
          font-family: "Muli", sans-serif;
          font-weight: 400;
          text-align: center;
          margin: 0;
          padding: 10px 7.5px;
          background-color: transparent;
          border: none;
          color: #565656;
          padding: 5.5px 30px; }
          section.off-canvas .navigation.schools ul.fsNavLevel1 li a:hover {
            color: #000;
            background-color: transparent; }
          @media (min-width: 900px) {
            section.off-canvas .navigation.schools ul.fsNavLevel1 li a {
              color: #fff;
              border-color: rgba(255, 255, 255, 0.2);
              background-color: transparent;
              padding: 15px 7.5px;
              margin: 0;
              width: 100%; }
              section.off-canvas .navigation.schools ul.fsNavLevel1 li a:hover {
                color: #FFB20F;
                background-color: #A31D31;
                border: none; }
                section.off-canvas .navigation.schools ul.fsNavLevel1 li a:hover:before {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  display: block;
                  height: 3px;
                  width: 100%;
                  background-color: #fff;
                  z-index: 2; }
                section.off-canvas .navigation.schools ul.fsNavLevel1 li a:hover:after {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  display: block;
                  height: 3px;
                  width: 100%;
                  background-color: #fff;
                  z-index: 2; } }
          section.off-canvas .navigation.schools ul.fsNavLevel1 li a:hover {
            background: none; }
    body.theme-school section.off-canvas .navigation.schools {
      display: block; }

.navigation.social ul,
.navigation.social ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.navigation.social a {
  display: block; }

.navigation.social nav {
  padding-right: 50px;
  padding-left: 50px; }
  @media (min-width: 600px) {
    .navigation.social nav {
      padding-right: 0;
      padding-left: 0; } }

.navigation.social ul {
  margin-right: -2.5px;
  margin-left: -2.5px; }
  .navigation.social ul li {
    padding: 0 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.22em;
    margin-bottom: 2.5px;
    text-align: left; }

.navigation.social a {
  transition: all 0.333s;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 60%;
  text-indent: -999em;
  overflow: hidden;
  position: relative; }
  .navigation.social a:hover {
    background-color: #fff; }
  .navigation.social a:after {
    position: absolute;
    text-indent: 0;
    text-align: center;
    top: 50%;
    right: 0;
    width: 100%;
    font-size: 22px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .navigation.social a[href*='facebook']:after {
    content: ""; }
  .navigation.social a[href*='twitter']:after {
    content: ""; }
  .navigation.social a[href*='instagram']:after {
    content: ""; }
  .navigation.social a[href*='youtube']:after {
    content: ""; }

.fsNews {
  overflow: hidden;
  padding-bottom: 0;
  /*Slideshow*/ }
  .fsNews .fsAlertFeeds {
    margin: 15px 0; }
  [id*="fsBanner"] .fsNews {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #B3B3B3;
    border-top-width: 5px;
    padding-bottom: 30px; }
    [id*="fsBanner"] .fsNews > header {
      padding-top: 28px; }
      [id*="fsBanner"] .fsNews > header .fsElementTitle {
        margin-bottom: 28px; }
    [id*="fsBanner"] .fsNews > header,
    [id*="fsBanner"] .fsNews > .fsElementContent {
      margin-right: 30px;
      margin-left: 30px; }
    [id*="fsBanner"] .fsNews:first-child {
      margin-top: 0; }
    [id*="fsBanner"] .fsNews:last-child {
      margin-bottom: 0; }
  .fsNews article {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
    border-top: 1px solid #2E2E2E;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-top: 1px solid #2E2E2E; }
    .fsNews article:first-child {
      margin-top: 0;
      border-top: none; }
    .fsNews article:first-child {
      border-top: none;
      padding-top: 0; }
  .fsNews .fsThumbnail {
    display: block;
    float: right;
    width: 25%; }
    [id*="fsBanner"] .fsNews .fsThumbnail {
      float: none;
      margin-bottom: 15px;
      width: auto; }
    .fsNews .fsThumbnail img {
      display: block; }
  .fsNews .fsTitle {
    font-size: 16px;
    line-height: 24px; }
    .fsNews .fsTitle, .fsNews .fsTitle a {
      color: #3AAFB9; }
    .fsNews .fsTitle a:hover {
      color: #A31D31; }
  .fsNews .fsDate {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42857;
    color: #272727; }
  .fsNews .fsSummary {
    letter-spacing: normal;
    font-style: normal;
    font-weight: 300; }
    .fsNews .fsSummary :first-child {
      margin-top: 0; }
  .fsNews.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article {
    padding: 30px;
    margin: 0;
    border: none; }
  .fsNews.fsSlideshow .fsThumbnail {
    display: block;
    float: none;
    width: 100%; }
    [id*="fsBanner"] .fsNews.fsSlideshow .fsThumbnail {
      float: none;
      margin-bottom: 15px;
      width: auto; }
    .fsNews.fsSlideshow .fsThumbnail img {
      display: block;
      width: 100%; }
  .fsNews.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsNews.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsNews.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews.fsGrid article {
    clear: none;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    padding: 0;
    width: auto; }
  @media (min-width: 600px) {
    .fsNews.fsGrid .fsStyleTwoColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(5n+1) {
        clear: none; }
      .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; } }
  @media (min-width: 600px) {
    .fsNews.fsGrid .fsStyleThreeColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsNews.fsGrid .fsStyleThreeColumns article {
      width: 32%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(even) {
        margin-left: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
        margin: 0 2%; }
      .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 600px) {
    .fsNews.fsGrid .fsStyleFourColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsNews.fsGrid .fsStyleFourColumns article {
      width: 23.5%; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(even) {
        margin-left: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFourColumns article:nth-child(5n+1) {
        clear: none; }
      .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; } }
  @media (min-width: 600px) {
    .fsNews.fsGrid .fsStyleFiveColumns article {
      width: 49%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(odd) {
        margin-right: 1%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(even) {
        margin-left: 1%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsNews.fsGrid .fsStyleFiveColumns article {
      width: 18.4%; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(odd) {
        margin-right: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(even) {
        margin-left: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
        clear: none; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-2) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n-1) {
        margin: auto; }
      .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
        clear: none; }
      .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; }

.fsNews.fsThumbnailSquare .fsCroppedImage {
  background-color: #fff; }

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden; }
  form.gsc-search-box-tools table {
    border: 0; }
  form.gsc-search-box-tools table,
  form.gsc-search-box-tools tbody,
  form.gsc-search-box-tools tr,
  form.gsc-search-box-tools td {
    display: block; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    display: block;
    float: left; }
  form.gsc-search-box-tools table.gsc-search-box {
    display: table;
    margin-bottom: 0;
    position: relative; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 140px;
    border: 0;
    height: 40px; }
    form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus, form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-hover {
      box-shadow: none; }
    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: 40px; }
  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 td.gsc-input {
    float: none; }
  form.gsc-search-box-tools input.gsc-input {
    background: #fff !important;
    background-image: none !important;
    width: 100%;
    height: 40px !important;
    color: black;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Muli", sans-serif;
    font-style: normal;
    padding-left: 65px !important;
    padding-right: 30px !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-appearance: none; }
    form.gsc-search-box-tools input.gsc-input:focus {
      outline: none; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    transition: all 0.333s;
    display: block;
    padding: 0 12.5px;
    overflow: hidden;
    height: 40px;
    width: 50px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: black; }
    form.gsc-search-box-tools td.gsc-search-button:before {
      content: '';
      width: 1px;
      background-color: #000;
      position: absolute;
      top: 10px;
      right: 0;
      bottom: 10px; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      content: "";
      opacity: 1;
      font-size: 17px;
      margin-top: -2.5px;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: transparent;
    color: #565656; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 40px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black; }

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

#fsPageContent form.gsc-search-box {
  display: block !important; }

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 30px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin: 0;
        padding: 12px 15px;
        background: #fff;
        font-size: 16px;
        line-height: 24px;
        color: #951327;
        letter-spacing: normal;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        border: 1px solid #B3B3B3; }
        .fsTabs .fsTabsNav li a:hover {
          background: #951327;
          color: #fff;
          border-color: transparent; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #fff;
        color: #272727;
        border-color: #B3B3B3;
        padding-bottom: 8px;
        border-bottom-width: 5px; }
  .fsTabs .fsElementContent {
    /*@include padding-x( 0 );*/ }
  .fsTabs .fsPanel {
    margin-bottom: 4px; }
    .fsTabs .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: #fff;
      border: 1px solid #B3B3B3; }
      .fsTabs .fsPanel > header h2 {
        transition: all 0.333s;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 20px;
        color: #951327;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Raleway", sans-serif;
        position: relative; }
        .fsTabs .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
        .fsTabs .fsPanel > header h2:before {
          content: "";
          margin-right: 30px; }
      .fsTabs .fsPanel > header:hover {
        background: #951327;
        border-color: transparent; }
        .fsTabs .fsPanel > header:hover h2 {
          color: #fff; }
    .fsTabs .fsPanel > .fsElementContent {
      border: 1px solid #B3B3B3;
      border-top: none;
      font-family: "Muli", sans-serif; }
      @media (min-width: 500px) {
        .fsTabs .fsPanel > .fsElementContent {
          border: none; } }
    .fsTabs .fsPanel.fsStateOpen > header {
      background: #fff;
      border-color: #B3B3B3;
      border-bottom-color: transparent; }
      .fsTabs .fsPanel.fsStateOpen > header h2 {
        color: #272727; }
        .fsTabs .fsPanel.fsStateOpen > header h2:before {
          content: ""; }
    .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
      border-bottom-width: 5px; }
    .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
      display: block; }

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

.fsComposerFormEmbed {
  background-color: #fff !important; }
  .fsComposerFormEmbed form {
    overflow: hidden; }
    .fsComposerFormEmbed form .mainGroupSub {
      width: auto !important; }
      .fsComposerFormEmbed form .mainGroupSub .elementRow .elementContainer {
        padding: 0; }
      @media screen and (max-width: 350px) {
        .fsComposerFormEmbed form .mainGroupSub textarea {
          width: 100%; } }
      @media screen and (max-width: 350px) {
        .fsComposerFormEmbed form .mainGroupSub input {
          border: 1px solid #B3B3B3; } }

body.theme-district .school-only {
  display: none !important; }

#fsHeader {
  background-color: #272727;
  position: relative; }
  @media (min-width: 900px) {
    #fsHeader {
      height: 135px;
      padding-right: 30px;
      padding-left: 30px;
      padding-top: 15px;
      padding-bottom: 0; } }
  @media (min-width: 1180px) {
    #fsHeader {
      height: 140px; } }
  .fsComposeMode #fsHeader {
    overflow: hidden; }
  @media (min-width: 900px) {
    #fsHeader > .fsBanner {
      position: relative;
      margin: 0 auto;
      max-width: 940px; } }
  @media (min-width: 1180px) {
    #fsHeader > .fsBanner {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; } }
  #fsHeader header .fsElementHeaderContent {
    display: none; }

#fsHeader .branding {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (min-width: 600px) {
    #fsHeader .branding {
      padding-top: 17px;
      padding-bottom: 17px; } }
  @media (min-width: 900px) {
    #fsHeader .branding {
      padding-top: 0;
      padding-bottom: 0;
      width: 580px;
      position: absolute;
      top: 0;
      left: 0; } }
  @media screen and (max-width: 950px) {
    #fsHeader .branding {
      width: 527px; } }
  @media screen and (max-width: 950px) {
    #fsHeader .branding {
      width: auto; } }
  #fsHeader .branding .fsElementTitle {
    display: none; }
  #fsHeader .branding > .fsElementContent {
    text-align: center; }
    @media (min-width: 900px) {
      #fsHeader .branding > .fsElementContent {
        text-align: left; } }
  @media (min-width: 600px) {
    #fsHeader .branding .logo,
    #fsHeader .branding .location {
      display: inline-block;
      vertical-align: middle; } }
  #fsHeader .branding .logo {
    display: none; }
    @media (min-width: 600px) {
      #fsHeader .branding .logo {
        display: inline-block;
        width: 47px;
        margin-right: 15px; } }
  #fsHeader .branding .location {
    padding-top: 10px;
    font-size: 22px;
    line-height: 1.16667;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #fsHeader .branding .location {
        padding-top: 0;
        font-size: 30px !important; } }
    @media screen and (max-width: 450px) {
      #fsHeader .branding .location {
        font-size: 22px !important; } }
    @media (min-width: 600px) {
      #fsHeader .branding .location {
        width: 485px;
        font-size: 38px;
        text-align: left; } }
    @media screen and (max-width: 950px) {
      #fsHeader .branding .location {
        width: 437px;
        font-size: 34px; } }
    @media screen and (max-width: 899px) {
      #fsHeader .branding .location {
        width: auto;
        font-size: 40px; } }
    @media (min-width: 1180px) {
      #fsHeader .branding .location {
        width: 511px;
        font-size: 40px; } }
    #fsHeader .branding .location .tagline {
      font-size: 17px;
      line-height: 1.41176;
      color: #2E2E2E; }

#fsHeader .utilities {
  padding-right: 67.5px;
  padding-left: 67.5px;
  min-height: 40px;
  background-color: #2E2E2E;
  position: relative;
  z-index: 2;
  /*  .search-trigger,
  .fsSearch {
    // hidden @ >= Landscape
    @include breakpoint($bp-landscape) {
      display: none !important;
    }
  }*/ }
  @media (min-width: 900px) {
    #fsHeader .utilities {
      padding-top: 30px;
      padding-bottom: 10px;
      padding-right: 0;
      padding-left: 0;
      margin-left: 552px;
      min-height: 70px;
      background-color: transparent; } }
  @media screen and (max-width: 950px) {
    #fsHeader .utilities {
      margin-left: 503px; } }
  @media screen and (max-width: 900px) {
    #fsHeader .utilities {
      margin-left: 0; } }
  #fsHeader .utilities .fsElementTitle {
    display: none; }
  #fsHeader .utilities .fsSearch {
    background-color: #B3B3B3;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .page-search-open #fsHeader .utilities .fsSearch {
      display: block; }
    #fsHeader .utilities .fsSearch div.gsc-input-box {
      width: 100%;
      padding-right: 60px; }
  @media (min-width: 900px) {
    #fsHeader .utilities .landscape-hidden {
      display: none !important; } }
  #fsHeader .utilities .utility-links {
    zoom: 1;
    /* THE HEADER SEARCH */ }
    #fsHeader .utilities .utility-links:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 900px) {
      #fsHeader .utilities .utility-links {
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    #fsHeader .utilities .utility-links > .fsElementContent {
      zoom: 1;
      display: block; }
      #fsHeader .utilities .utility-links > .fsElementContent:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 900px) {
        #fsHeader .utilities .utility-links > .fsElementContent {
          margin: -2px;
          text-align: right; } }
    #fsHeader .utilities .utility-links .link-container {
      display: inline-block; }
      #fsHeader .utilities .utility-links .link-container:first-child {
        /* Login button */ }
        @media screen and (max-width: 900px) {
          #fsHeader .utilities .utility-links .link-container:first-child {
            margin-left: 20px; } }
        #fsHeader .utilities .utility-links .link-container:first-child a {
          padding-left: 15px !important; }
          @media screen and (max-width: 900px) {
            #fsHeader .utilities .utility-links .link-container:first-child a {
              padding-top: 0;
              padding-left: 20px !important;
              padding-bottom: 0;
              line-height: 40px !important; } }
          #fsHeader .utilities .utility-links .link-container:first-child a:hover {
            color: #FFB20F; }
            #fsHeader .utilities .utility-links .link-container:first-child a:hover span:before {
              color: #FFB20F; }
        #fsHeader .utilities .utility-links .link-container:first-child span:before {
          content: '\f023';
          position: absolute;
          left: 0px;
          top: -1px;
          font-family: "IcoMoon";
          font-size: 15px;
          font-weight: normal;
          color: #fff;
          transition: color .3s ease-out; }
      #fsHeader .utilities .utility-links .link-container:nth-of-type(2) {
        /* Quicklinks button */
        margin-left: 20px;
        margin-right: 15px; }
      @media (min-width: 900px) {
        #fsHeader .utilities .utility-links .link-container {
          width: auto;
          margin: 2px 0; } }
      #fsHeader .utilities .utility-links .link-container.fsContainer {
        display: none;
        position: relative; }
        @media (min-width: 900px) {
          #fsHeader .utilities .utility-links .link-container.fsContainer {
            display: inline-block; } }
        #fsHeader .utilities .utility-links .link-container.fsContainer:hover .fsContent a {
          color: #FFB20F;
          background-color: #A31D31;
          border: none; }
          #fsHeader .utilities .utility-links .link-container.fsContainer:hover .fsContent a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            height: 3px;
            width: 100%;
            background-color: #fff;
            z-index: 2; }
          #fsHeader .utilities .utility-links .link-container.fsContainer:hover .fsContent a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            height: 3px;
            width: 100%;
            background-color: #fff;
            z-index: 2; }
        #fsHeader .utilities .utility-links .link-container.fsContainer:hover .fsNavigation {
          display: block; }
        #fsHeader .utilities .utility-links .link-container.fsContainer .fsNavigation {
          display: none;
          background-color: #A31D31;
          padding: 30px;
          text-align: center;
          width: 244px;
          position: absolute;
          top: 99%; }
          #fsHeader .utilities .utility-links .link-container.fsContainer .fsNavigation ul,
          #fsHeader .utilities .utility-links .link-container.fsContainer .fsNavigation ol {
            margin-bottom: 0;
            padding-left: 0;
            list-style: none; }
          #fsHeader .utilities .utility-links .link-container.fsContainer .fsNavigation a {
            display: block; }
          #fsHeader .utilities .utility-links .link-container.fsContainer .fsNavigation.quicklinks {
            left: auto;
            right: -48%; }
            body.theme-school #fsHeader .utilities .utility-links .link-container.fsContainer .fsNavigation.quicklinks {
              right: auto;
              left: 2px; }
          body.theme-school #fsHeader .utilities .utility-links .link-container.fsContainer .fsNavigation.schools {
            left: auto;
            right: 2px; }
          #fsHeader .utilities .utility-links .link-container.fsContainer .fsNavigation ul {
            margin: 0; }
          #fsHeader .utilities .utility-links .link-container.fsContainer .fsNavigation a {
            font-size: 14px;
            line-height: 1.71429;
            font-family: "Raleway", sans-serif;
            font-weight: 700;
            color: #fff;
            padding: 5.5px 15px; }
            #fsHeader .utilities .utility-links .link-container.fsContainer .fsNavigation a:hover {
              color: #FFB20F; }
      #fsHeader .utilities .utility-links .link-container .fsElementContent > a {
        position: relative;
        margin-right: 2px;
        margin-left: 2px;
        font-size: 14px;
        line-height: 1.42857;
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        text-align: center;
        margin: 0;
        /*padding: ( ( 40px - 20 ) / 2 ) 7.5px;*/
        background-color: transparent;
        border: none; }
        @media (min-width: 900px) {
          #fsHeader .utilities .utility-links .link-container .fsElementContent > a {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.2);
            background-color: transparent;
            /*padding: ( ( 50px - ( 14px * (20/14) ) ) / 2 ) 7.5px;*/
            padding: 0;
            margin: 0;
            width: 100%; }
            #fsHeader .utilities .utility-links .link-container .fsElementContent > a:hover {
              color: #FFB20F; } }
      #fsHeader .utilities .utility-links .link-container .fsElementContent > .quicklinks-trigger {
        position: relative;
        margin-right: 2px;
        margin-left: 2px;
        font-size: 14px;
        line-height: 1.42857;
        color: #fff;
        font-family: "Muli", sans-serif;
        font-weight: 400;
        text-align: center;
        margin: 0;
        padding: 10px 7.5px;
        background-color: transparent;
        border: none;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        padding-left: 30px !important; }
        #fsHeader .utilities .utility-links .link-container .fsElementContent > .quicklinks-trigger:hover {
          color: #000;
          background-color: transparent; }
        @media (min-width: 900px) {
          #fsHeader .utilities .utility-links .link-container .fsElementContent > .quicklinks-trigger {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.2);
            background-color: transparent;
            padding: 15px 7.5px;
            margin: 0;
            width: 100%; }
            #fsHeader .utilities .utility-links .link-container .fsElementContent > .quicklinks-trigger:hover {
              color: #FFB20F;
              background-color: #A31D31;
              border: none; }
              #fsHeader .utilities .utility-links .link-container .fsElementContent > .quicklinks-trigger:hover:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                height: 3px;
                width: 100%;
                background-color: #fff;
                z-index: 2; }
              #fsHeader .utilities .utility-links .link-container .fsElementContent > .quicklinks-trigger:hover:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                display: block;
                height: 3px;
                width: 100%;
                background-color: #fff;
                z-index: 2; } }
        #fsHeader .utilities .utility-links .link-container .fsElementContent > .quicklinks-trigger:hover span:before {
          color: #FFB20F; }
        #fsHeader .utilities .utility-links .link-container .fsElementContent > .quicklinks-trigger span:before {
          content: '\e900';
          position: absolute;
          left: 9px;
          top: 13px;
          font-family: "IcoMoon";
          font-size: 16px;
          font-weight: normal;
          color: #fff;
          transition: color .3s ease-out; }
    #fsHeader .utilities .utility-links .header-search-trigger {
      display: none;
      vertical-align: -5px; }
      @media (min-width: 900px) {
        #fsHeader .utilities .utility-links .header-search-trigger {
          display: inline-block !important; }
          #fsHeader .utilities .utility-links .header-search-trigger .search-trigger {
            display: inline-block !important; } }
      #fsHeader .utilities .utility-links .header-search-trigger .search-trigger {
        display: none;
        width: auto;
        height: auto;
        padding: 0 0 0 25px !important;
        text-indent: 0;
        background-color: transparent; }
        #fsHeader .utilities .utility-links .header-search-trigger .search-trigger:after {
          top: 9px;
          left: -28px !important; }
    #fsHeader .utilities .utility-links .header-search {
      left: auto;
      right: -1px; }
      #fsHeader .utilities .utility-links .header-search div.gsc-input-box {
        padding-right: 0; }
      @media screen and (max-width: 900px) {
        #fsHeader .utilities .utility-links .header-search {
          right: 0px; }
          #fsHeader .utilities .utility-links .header-search form.gsc-search-box-tools ::-webkit-input-placeholder {
            color: #fff; }
          #fsHeader .utilities .utility-links .header-search form.gsc-search-box-tools :-moz-placeholder {
            color: #fff; }
          #fsHeader .utilities .utility-links .header-search form.gsc-search-box-tools ::-moz-placeholder {
            color: #fff; }
          #fsHeader .utilities .utility-links .header-search form.gsc-search-box-tools :-ms-input-placeholder {
            color: #fff; }
          #fsHeader .utilities .utility-links .header-search form.gsc-search-box-tools td.gsc-search-button {
            width: 60px;
            color: #fff;
            background-color: #A31D31; }
            #fsHeader .utilities .utility-links .header-search form.gsc-search-box-tools td.gsc-search-button:before {
              display: none; }
          #fsHeader .utilities .utility-links .header-search form.gsc-search-box-tools div.gsc-input-box {
            background-color: #1b1b1b !important; }
          #fsHeader .utilities .utility-links .header-search form.gsc-search-box-tools input.gsc-input {
            width: 320px !important;
            font-family: "Raleway", sans-serif;
            font-weight: 700;
            color: #fff;
            background-color: #811c2b !important; } }
  #fsHeader .utilities .button.search-trigger,
  #fsHeader .utilities .button.off-canvas-trigger {
    display: block;
    background-color: #811c2b;
    color: #fff;
    width: 60px;
    height: 40px;
    text-indent: -999em;
    text-align: left;
    overflow: hidden;
    border: none;
    margin: 0;
    position: absolute;
    top: 0; }
    #fsHeader .utilities .button.search-trigger:hover,
    #fsHeader .utilities .button.off-canvas-trigger:hover {
      background-color: #A31D31; }
    @media (min-width: 900px) {
      #fsHeader .utilities .button.search-trigger,
      #fsHeader .utilities .button.off-canvas-trigger {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin-left: 2px; } }
    #fsHeader .utilities .button.search-trigger:after,
    #fsHeader .utilities .button.off-canvas-trigger:after {
      content: "";
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-indent: 0;
      text-align: center;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #fsHeader .utilities .button.search-trigger {
    left: 0;
    z-index: 1; }
    #fsHeader .utilities .button.search-trigger:after {
      content: ""; }
  #fsHeader .utilities .button.off-canvas-trigger {
    right: 0;
    z-index: 3; }
    #fsHeader .utilities .button.off-canvas-trigger:after {
      content: ""; }
    @media (min-width: 900px) {
      #fsHeader .utilities .button.off-canvas-trigger {
        display: none; } }

#fsHeader .navigation-container {
  display: none;
  position: relative;
  z-index: 1; }
  @media (min-width: 900px) {
    #fsHeader .navigation-container {
      display: block; } }
  @media (min-width: 1180px) {
    #fsHeader .navigation-container {
      margin-top: 5px;
      zoom: 1; }
      #fsHeader .navigation-container:after {
        display: table;
        clear: both;
        content: ''; } }
  #fsHeader .navigation-container .fsElementTitle {
    display: none; }
  #fsHeader .navigation-container .button.search-trigger,
  #fsHeader .navigation-container .fsSearch {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #fsHeader .navigation-container .button.search-trigger {
    width: 50px;
    text-indent: -999em;
    text-align: left;
    overflow: hidden;
    border: none;
    background-color: transparent;
    color: #2E2E2E;
    z-index: 1;
    font-size: 16px; }
    #fsHeader .navigation-container .button.search-trigger:hover {
      color: #fff; }
    #fsHeader .navigation-container .button.search-trigger:after {
      content: "";
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-indent: 0;
      text-align: center;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (min-width: 1180px) {
      #fsHeader .navigation-container .button.search-trigger {
        display: none; } }
  #fsHeader .navigation-container .fsSearch {
    display: none;
    z-index: 5;
    background-color: #B3B3B3;
    width: 260px;
    height: 50px; }
    #fsHeader .navigation-container .fsSearch .fsElementContent {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #fsHeader .navigation-container .fsSearch td.gsc-search-button:after {
      margin-top: -1px;
      font-size: 16px; }
      @media (min-width: 1180px) {
        #fsHeader .navigation-container .fsSearch td.gsc-search-button:after {
          color: #272727; } }
    @media (min-width: 1180px) {
      #fsHeader .navigation-container .fsSearch td.gsc-search-button:before {
        background-color: #272727; } }
    @media (min-width: 1180px) {
      #fsHeader .navigation-container .fsSearch input.gsc-input {
        color: #272727; } }
    #fsHeader .navigation-container .fsSearch ::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */ }
      @media (min-width: 1180px) {
        #fsHeader .navigation-container .fsSearch ::-webkit-input-placeholder {
          color: #272727; } }
    #fsHeader .navigation-container .fsSearch :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */ }
      @media (min-width: 1180px) {
        #fsHeader .navigation-container .fsSearch :-moz-placeholder {
          color: #272727; } }
    #fsHeader .navigation-container .fsSearch ::-moz-placeholder {
      /* Mozilla Firefox 19+ */ }
      @media (min-width: 1180px) {
        #fsHeader .navigation-container .fsSearch ::-moz-placeholder {
          color: #272727; } }
    #fsHeader .navigation-container .fsSearch :-ms-input-placeholder {
      /* Internet Explorer 10-11 */ }
      @media (min-width: 1180px) {
        #fsHeader .navigation-container .fsSearch :-ms-input-placeholder {
          color: #272727; } }
    .page-search-open #fsHeader .navigation-container .fsSearch {
      display: block; }
    @media (min-width: 1180px) {
      #fsHeader .navigation-container .fsSearch {
        width: 22.0339%;
        float: left;
        background-color: transparent;
        position: relative;
        display: block;
        top: auto;
        left: auto;
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  #fsHeader .navigation-container .navigation.main {
    margin-left: 115px;
    min-height: 50px; }
    @media (min-width: 1180px) {
      #fsHeader .navigation-container .navigation.main {
        float: left;
        margin: 0;
        width: 77.9661%; } }
    #fsHeader .navigation-container .navigation.main ul {
      margin: 0; }

#fsBannerRight .fsElementContent {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 300; }

#fsBannerLeft {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 300; }
  #fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
    display: none; }
    @media (min-width: 600px) {
      #fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
        display: inherit; } }
  #fsBannerLeft .fsElementContent {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 300; }

#fsFooter {
  padding: 30px 30px 30px;
  background-color: #272727; }
  @media (min-width: 900px) {
    #fsFooter {
      padding-bottom: 5px; } }
  #fsFooter > .fsBanner {
    text-align: center;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.71429; }
    @media (min-width: 600px) {
      #fsFooter > .fsBanner {
        text-align: initial; } }
    @media (min-width: 1180px) {
      #fsFooter > .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 1180px; } }
    #fsFooter > .fsBanner header .fsElementTitle {
      display: none; }
    #fsFooter > .fsBanner a {
      color: #fff;
      color: rgba(255, 255, 255, 0.6); }
      #fsFooter > .fsBanner a:hover {
        color: #fff; }

#fsFooter .location {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.22222;
  color: #fff; }
  #fsFooter .location .fsElementContent img {
    margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsFooter .location {
      display: inline-block; }
      #fsFooter .location .fsElementContent img {
        display: inline-block;
        vertical-align: -16px;
        margin-right: 2px;
        margin-bottom: 0; }
      #fsFooter .location .fsElementContent [itemprop='name'] {
        display: inline-block; } }
  @media (min-width: 900px) {
    #fsFooter .location {
      margin-top: 0;
      margin-bottom: 0;
      float: left; } }
  @media (min-width: 900px) {
    #fsFooter .location .fsElementContent {
      text-align: left; } }
  #fsFooter .location img {
    width: 40px; }
  #fsFooter .location [itemprop='name'] {
    text-transform: uppercase; }
  #fsFooter .location [itemprop='contactPoint'],
  #fsFooter .location [itemprop='contactPoint'] [itemprop='name'] {
    font-size: 12px;
    line-height: 2;
    color: #fff;
    text-transform: none; }
  #fsFooter .location [itemprop='contactPoint'] [itemprop='title']:after {
    content: ' - '; }

#fsFooter .contact {
  font-size: 14px;
  line-height: 1.71429;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: #B3B3B3; }
  @media (min-width: 600px) {
    #fsFooter .contact {
      margin-left: 50px; } }
  @media (min-width: 900px) {
    #fsFooter .contact {
      margin-top: 0;
      margin-bottom: 0;
      float: left;
      text-align: left; } }
  #fsFooter .contact [itemprop='address'] {
    display: block; }
  @media (min-width: 900px) {
    #fsFooter .contact [itemprop='streetAddress'] {
      display: inline-block; } }
  #fsFooter .contact [itemprop='telephone'] {
    margin-right: 0.75em; }
  @media (min-width: 900px) {
    #fsFooter .contact [itemprop='telephone'],
    #fsFooter .contact [itemprop='fax'] {
      display: block; } }

#fsFooter .footer-links {
  font-size: 14px;
  line-height: 1.71429;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 30px; }
  #fsFooter .footer-links ul,
  #fsFooter .footer-links ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsFooter .footer-links a {
    display: block; }
  @media (min-width: 600px) {
    #fsFooter .footer-links {
      margin-top: 22px;
      margin-bottom: 20px;
      margin-left: 40px; } }
  @media (min-width: 900px) {
    #fsFooter .footer-links {
      text-align: right;
      display: inline-block; } }
  #fsFooter .footer-links .fsElementContent {
    overflow: hidden; }
    #fsFooter .footer-links .fsElementContent ul {
      margin: 0; }
  #fsFooter .footer-links ul {
    overflow: hidden; }
    @media (min-width: 600px) {
      #fsFooter .footer-links ul li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 1em; }
        #fsFooter .footer-links ul li:first-child {
          margin-left: 0; } }
  #fsFooter .footer-links a {
    color: #3AAFB9;
    text-transform: uppercase; }
    #fsFooter .footer-links a:hover {
      color: #A31D31; }

#fsFooter .social {
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    #fsFooter .social {
      margin-top: 13px; } }
  @media (min-width: 900px) {
    #fsFooter .social {
      text-align: right;
      margin-bottom: 10px;
      display: inline-block;
      float: right; } }
  #fsFooter .social .fsElementContent ul {
    margin: 0; }
  #fsFooter .social .fsElementContent a {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }
    #fsFooter .social .fsElementContent a:after {
      color: #272727; }
    #fsFooter .social .fsElementContent a:hover {
      background-color: #fff; }

#fsFooter .powered-by-finalsite {
  margin-top: 12px;
  text-align: center; }
  @media (min-width: 900px) {
    #fsFooter .powered-by-finalsite {
      text-align: left; } }
  #fsFooter .powered-by-finalsite > .inner {
    display: inline-block; }
  #fsFooter .powered-by-finalsite #fsPoweredByFinalsite {
    display: block; }

@media screen and (max-width: 1176px) {
  #fsFooter .footer-links {
    float: right;
    margin-bottom: 10px; }
  #fsFooter .social {
    margin-top: 0; } }

@media screen and (max-width: 1100px) {
  #fsFooter .footer-links {
    margin-left: 0; } }

@media screen and (max-width: 1000px) {
  #fsFooter .fsBanner {
    text-align: center; }
  #fsFooter .location {
    float: none; }
  #fsFooter .contact {
    text-align: center; }
  #fsFooter .footer-links {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  #fsFooter .social {
    float: none; } }

.container.masthead {
  position: relative;
  background-color: #fff;
  overflow: hidden; }
  @media (min-width: 900px) {
    .container.masthead {
      padding-right: 30px;
      padding-left: 30px; } }
  .container.masthead > .inner {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px; }
    .container.masthead > .inner:after {
      box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
      @media (min-width: 900px) {
        .container.masthead > .inner:after {
          content: ''; } }
    @media (min-width: 900px) {
      .container.masthead > .inner {
        position: relative;
        margin: 0 auto;
        max-width: 940px;
        margin-top: 80px;
        margin-bottom: 30px; } }
    @media (min-width: 1180px) {
      .container.masthead > .inner {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
        margin-top: 80px;
        margin-bottom: 30px; } }
  .container.masthead img {
    width: 100%; }
  .container.masthead + #fsPageBodyWrapper {
    padding-top: 20px; }

body.theme-school.landing-page .fsContent.masthead {
  display: none; }

body.theme-school.landing-page.fsComposeMode .fsContent.masthead {
  display: block; }
  body.theme-school.landing-page.fsComposeMode .fsContent.masthead .fsElementContent {
    position: relative; }
    body.theme-school.landing-page.fsComposeMode .fsContent.masthead .fsElementContent:before {
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 7px 10px;
      color: #fff;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 700;
      font-family: arial, sans-serif;
      content: 'This image will be repositioned to appear before the page content in the live site';
      position: absolute;
      top: 10px;
      left: 10px; }

body.theme-school.landing-page .container.masthead {
  display: block; }

body.theme-school.landing-page.fsComposeMode .container.masthead {
  display: none; }

#fsPageContent > .fsLayout .fsContent.masthead {
  margin-bottom: 30px; }
  .fsComposeMode #fsPageContent > .fsLayout .fsContent.masthead img {
    width: 100%; }

.masthead > .fsElementContent {
  position: relative;
  display: block; }
  .masthead > .fsElementContent img {
    display: block; }
  .masthead > .fsElementContent:after {
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.3);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }

@media (min-width: 900px) {
  .home #fsHeader {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(39, 39, 39, 0.8); } }

@media (min-width: 900px) {
  .home.fsComposeMode #fsHeader {
    position: relative;
    top: auto;
    width: auto;
    z-index: auto;
    background-color: #272727; } }

.home #fsHeader .navigation-container .navigation.main .fsNavPageInfo {
  background-color: rgba(163, 29, 49, 0.8); }

.home #fsBannerLeft,
.home #fsBannerRight {
  display: none; }

.home #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff; }

.home #fsPageContent > .fsLayout {
  margin: 0;
  padding: 0; }
  .home #fsPageContent > .fsLayout > .fsDiv {
    margin: 0;
    padding: 0;
    float: none; }

/*.invisible {
  .fsElementContent {
    height: 0;
  }
}*/
/*Slide show captions */
.home .fsPlayer.masthead {
  position: relative; }
  .home .fsPlayer.masthead .captions-container {
    position: relative;
    bottom: 0;
    height: 150px;
    background-color: rgba(163, 29, 49, 0.8); }
    @media (min-width: 600px) {
      .home .fsPlayer.masthead .captions-container {
        position: absolute;
        width: 100%;
        height: 210px; } }
    @media (min-width: 900px) {
      .home .fsPlayer.masthead .captions-container {
        width: 375px;
        height: 165px;
        bottom: 40px;
        left: 110px; } }
    @media (min-width: 1180px) {
      .home .fsPlayer.masthead .captions-container {
        left: 230px; } }
    .home .fsPlayer.masthead .captions-container .slick-dots {
      left: auto;
      right: 30px;
      bottom: 15px; }
      @media (min-width: 900px) {
        .home .fsPlayer.masthead .captions-container .slick-dots {
          right: auto;
          left: 300px; } }
    .home .fsPlayer.masthead .captions-container .caption-container {
      display: inline-block;
      width: 100%; }
    .home .fsPlayer.masthead .captions-container .caption {
      width: 100%;
      height: 100px;
      margin-bottom: 0;
      padding: 30px; }
      .home .fsPlayer.masthead .captions-container .caption p {
        display: none;
        font-size: 16px;
        color: #fff;
        margin: 0;
        line-height: 22px; }
        @media (min-width: 600px) {
          .home .fsPlayer.masthead .captions-container .caption p {
            display: block; } }
      @media (min-width: 600px) {
        .home .fsPlayer.masthead .captions-container .caption {
          width: 100%;
          height: 160px; }
          .home .fsPlayer.masthead .captions-container .caption p {
            display: block; } }
      @media (min-width: 900px) {
        .home .fsPlayer.masthead .captions-container .caption {
          width: 375px;
          height: 200px;
          padding: 30px 18px; } }
      .home .fsPlayer.masthead .captions-container .caption h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 26px;
        font-weight: 700; }
    .home .fsPlayer.masthead .captions-container .link-zone {
      display: block;
      width: 100%;
      height: 50px;
      background-color: #951327; }
      @media (min-width: 600px) {
        .home .fsPlayer.masthead .captions-container .link-zone {
          background-color: rgba(149, 19, 39, 0.8); } }
      @media (min-width: 900px) {
        .home .fsPlayer.masthead .captions-container .link-zone {
          height: 55px;
          width: 375px; } }
      .home .fsPlayer.masthead .captions-container .link-zone a {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding-left: 30px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #B3B3B3; }
        .home .fsPlayer.masthead .captions-container .link-zone a:hover {
          color: #3AAFB9; }
        @media (min-width: 900px) {
          .home .fsPlayer.masthead .captions-container .link-zone a {
            padding-left: 20px;
            height: 55px !important;
            line-height: 55px !important; } }
  .home .fsPlayer.masthead > header {
    display: none; }
  .home .fsPlayer.masthead .fsElementContent:after {
    content: normal; }
  .fsComposeMode .container.masthead:before {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .fsComposeMode .container.masthead:after {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 7px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    font-family: arial, sans-serif;
    background: none;
    font-size: 24px;
    content: 'Edit this slideshow using the Media Manager';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 0 20%;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .home .fsPlayer.masthead .container.masthead {
    margin: 0;
    padding: 0;
    position: relative;
    /*    .slick-arrow {
      postiion: absolute !important;
      display: inline-block;
      margin: 0;

      &.previous {
        left: 0;
      }

      &.next {
        right: 0;
      }
    }*/ }
    .home .fsPlayer.masthead .container.masthead > .inner {
      margin: 0;
      padding: 0;
      max-width: none; }
      .home .fsPlayer.masthead .container.masthead > .inner:after {
        content: normal; }
    .home .fsPlayer.masthead .container.masthead .slide .image {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 65.625%; }
      @media (min-width: 600px) {
        .home .fsPlayer.masthead .container.masthead .slide .image {
          padding-bottom: 66.25%; } }
      @media (min-width: 900px) {
        .home .fsPlayer.masthead .container.masthead .slide .image {
          padding-bottom: 660px; } }
    .home .fsPlayer.masthead .container.masthead .slide .details {
      display: none; }
    .home .fsPlayer.masthead .container.masthead .slick-arrow {
      position: absolute;
      height: 55px;
      padding: 0;
      margin: 0;
      border: none;
      line-height: 1;
      font-weight: normal !important;
      background-color: transparent; }
      @media screen and (max-width: 800px) {
        .home .fsPlayer.masthead .container.masthead .slick-arrow {
          display: none !important; } }
      .home .fsPlayer.masthead .container.masthead .slick-arrow:before {
        font-family: "IcoMoon";
        font-size: 55px;
        color: rgba(255, 255, 255, 0.7); }
      .home .fsPlayer.masthead .container.masthead .slick-arrow:hover {
        cursor: pointer; }
        .home .fsPlayer.masthead .container.masthead .slick-arrow:hover:before {
          color: #fff; }
      .home .fsPlayer.masthead .container.masthead .slick-arrow:hover::before {
        color: #fff; }
      .home .fsPlayer.masthead .container.masthead .slick-arrow span {
        display: none; }
    .home .fsPlayer.masthead .container.masthead .slick-arrow.previous {
      top: 45%;
      left: 90px; }
      @media screen and (max-width: 1180px) {
        .home .fsPlayer.masthead .container.masthead .slick-arrow.previous {
          left: 50px; } }
      @media screen and (max-width: 900px) {
        .home .fsPlayer.masthead .container.masthead .slick-arrow.previous {
          left: 30px; } }
      .home .fsPlayer.masthead .container.masthead .slick-arrow.previous:before {
        content: '\f104'; }
    .home .fsPlayer.masthead .container.masthead .slick-arrow.next {
      top: 45%;
      right: 90px; }
      @media screen and (max-width: 1180px) {
        .home .fsPlayer.masthead .container.masthead .slick-arrow.next {
          right: 50px; } }
      @media screen and (max-width: 900px) {
        .home .fsPlayer.masthead .container.masthead .slick-arrow.next {
          right: 30px; } }
      .home .fsPlayer.masthead .container.masthead .slick-arrow.next:before {
        content: '\f105'; }
    .home .fsPlayer.masthead .container.masthead .cluster {
      display: none;
      background-color: #951327; }
      .home .fsPlayer.masthead .container.masthead .cluster.new {
        display: block; }
      @media (min-width: 600px) {
        .home .fsPlayer.masthead .container.masthead .cluster {
          width: 100%;
          position: absolute;
          bottom: 0;
          /*z-index: 1; Won't go below nav dropdown */
          background-color: #951327;
          background-color: rgba(149, 19, 39, 0.8); } }
      @media (min-width: 900px) {
        .home .fsPlayer.masthead .container.masthead .cluster {
          width: 375px;
          bottom: 30px;
          left: 110px; } }
      @media (min-width: 1180px) {
        .home .fsPlayer.masthead .container.masthead .cluster {
          left: 230px; } }
      .home .fsPlayer.masthead .container.masthead .cluster .details {
        transition: all 0.333s;
        opacity: 1;
        padding: 30px;
        color: #fff; }
        .home .fsPlayer.masthead .container.masthead .cluster .details .title {
          font-family: "Muli", sans-serif;
          text-transform: uppercase;
          font-size: 20px;
          line-height: 1.2;
          font-weight: 400; }
        .home .fsPlayer.masthead .container.masthead .cluster .details .copy {
          display: none;
          margin-top: 10px; }
          .home .fsPlayer.masthead .container.masthead .cluster .details .copy :first-child {
            margin-top: 0; }
          .home .fsPlayer.masthead .container.masthead .cluster .details .copy :last-child {
            margin-bottom: 0; }
          @media (min-width: 600px) {
            .home .fsPlayer.masthead .container.masthead .cluster .details .copy {
              display: block; } }
      .home .fsPlayer.masthead .container.masthead .cluster .controls {
        background-color: #861123;
        background-color: rgba(134, 17, 35, 0.8);
        position: relative;
        padding-right: 30px; }
        @media (min-width: 900px) {
          .home .fsPlayer.masthead .container.masthead .cluster .controls {
            padding-right: 0; } }
        .home .fsPlayer.masthead .container.masthead .cluster .controls .link {
          transition: all 0.333s;
          opacity: 1;
          padding-right: 100px; }
          .home .fsPlayer.masthead .container.masthead .cluster .controls .link a {
            display: block;
            font-size: 14px;
            line-height: 1.42857;
            padding: 15px 30px;
            font-family: "Muli", sans-serif;
            text-transform: uppercase;
            font-weight: 400;
            color: #aa4252;
            color: rgba(255, 255, 255, 0.8); }
            .home .fsPlayer.masthead .container.masthead .cluster .controls .link a:hover {
              background-color: #ead0d4;
              background-color: rgba(255, 255, 255, 0.2);
              color: #fff; }
        .home .fsPlayer.masthead .container.masthead .cluster .controls .directional {
          overflow: hidden;
          position: absolute;
          top: 50%;
          right: 30px;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media (min-width: 900px) {
            .home .fsPlayer.masthead .container.masthead .cluster .controls .directional {
              right: 0; } }
          .home .fsPlayer.masthead .container.masthead .cluster .controls .directional .button {
            border: 0;
            background: none;
            outline: 0;
            margin: 0;
            padding: 0;
            float: left;
            margin: 0;
            width: 50px;
            height: 50px;
            overflow: hidden;
            text-indent: -999em;
            position: relative;
            color: #aa4252;
            color: rgba(255, 255, 255, 0.8); }
            .home .fsPlayer.masthead .container.masthead .cluster .controls .directional .button:hover {
              background-color: #ead0d4;
              background-color: rgba(255, 255, 255, 0.2);
              color: #fff; }
            .home .fsPlayer.masthead .container.masthead .cluster .controls .directional .button:after {
              content: "";
              text-indent: 0;
              width: 100%;
              position: absolute;
              top: 50%;
              left: 0;
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
            .home .fsPlayer.masthead .container.masthead .cluster .controls .directional .button.previous:after {
              content: ""; }
            .home .fsPlayer.masthead .container.masthead .cluster .controls .directional .button.next:after {
              content: ""; }
      .home .fsPlayer.masthead .container.masthead .cluster.active .details {
        opacity: 1; }
      .home .fsPlayer.masthead .container.masthead .cluster.active .link {
        opacity: 1; }

/* District Media */
.district-media-container {
  padding: 70px 30px; }

.district-media {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center; }
  .district-media h2 {
    color: #A31D31;
    font-weight: 700; }
  .district-media > p {
    margin-bottom: 50px; }
  .district-media .media-type {
    position: relative;
    display: inline-block;
    height: 200px;
    width: 32%;
    max-width: 400px;
    margin: 10px 0;
    text-align: left;
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    .district-media .media-type:after {
      content: '';
      display: block;
      height: 5px;
      width: 100%;
      background-color: #3aafb9;
      position: absolute;
      bottom: 0;
      left: 0; }
    .district-media .media-type:nth-of-type(2) {
      margin: 10px; }
    .district-media .media-type:hover .media-caption {
      top: 0; }
    .district-media .media-type img {
      visibility: hidden; }
    .district-media .media-type .media-caption {
      position: absolute;
      top: 125px;
      left: 0;
      height: 100%;
      width: 100%;
      padding: 10px 20px 5px;
      background-color: rgba(0, 0, 0, 0.5);
      transition: top 0.3s ease-in-out; }
      .district-media .media-type .media-caption h2 {
        margin-bottom: 5px;
        color: #fff; }
      .district-media .media-type .media-caption span {
        display: block;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff; }
      .district-media .media-type .media-caption p {
        color: #fff;
        margin-bottom: 0; }
  @media screen and (max-width: 900px) {
    .district-media {
      text-align: left; }
      .district-media > h2,
      .district-media > p {
        text-align: center; }
      .district-media .media-type {
        width: 48%; }
        .district-media .media-type:nth-of-type(2) {
          margin: 10px 0 10px 3%; } }
  @media screen and (max-width: 600px) {
    .district-media {
      text-align: center; }
      .district-media .media-type {
        width: 100%;
        margin: 10px 0 !important; } }

.fsPostElement.district-posts-container {
  padding: 70px 30px; }
  .fsPostElement.district-posts-container .fsElementContent article {
    float: left;
    overflow: hidden;
    padding: 0;
    width: 100%;
    width: calc(100% - 20px);
    height: 200px;
    margin: 10px !important; }
    @media (min-width: 800px) {
      .fsPostElement.district-posts-container .fsElementContent article {
        width: 48%;
        width: calc(50% - 20px); } }
    @media (min-width: 1100px) {
      .fsPostElement.district-posts-container .fsElementContent article {
        width: 32%;
        width: calc(33.33333% - 20px); } }
    .fsPostElement.district-posts-container .fsElementContent article .inner-wrap {
      height: 65px; }
      .fsPostElement.district-posts-container .fsElementContent article .inner-wrap .title-wrap .fsTitle a {
        color: #fff; }
  .fsPostElement.district-posts-container .fsElementTitle {
    color: #A31D31;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px; }
  .fsPostElement.district-posts-container .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  .fsPostElement.district-posts-container .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -7px;
    margin-right: -7px; }
    @media (min-width: 1000px) {
      .fsPostElement.district-posts-container .fsListItems {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
  .fsPostElement.district-posts-container article {
    border-bottom: solid 5px #3AAFB9;
    position: relative;
    max-width: 400px;
    margin-bottom: 30px;
    margin-left: 7px;
    margin-right: 7px;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 700px) {
      .fsPostElement.district-posts-container article {
        width: 50%; } }
    .fsPostElement.district-posts-container article .fsThumbnail {
      max-width: none; }
    .fsPostElement.district-posts-container article .fsCroppedImage {
      display: block; }
    .fsPostElement.district-posts-container article .inner-wrap {
      color: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      width: 100%;
      height: 100px;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px 20px 5px;
      transition: all 0.3s ease-in-out; }
      .fsPostElement.district-posts-container article .inner-wrap p {
        color: inherit; }
    .fsPostElement.district-posts-container article .link-wrap {
      font-size: 0;
      color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .fsPostElement.district-posts-container article .title-wrap {
      position: relative;
      top: 0;
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .fsPostElement.district-posts-container article .fsTitle {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 5px; }
    .fsPostElement.district-posts-container article .fsSummary {
      color: #fff;
      display: block;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }
    .fsPostElement.district-posts-container article .fsBody {
      color: #fff;
      margin-bottom: 0;
      visibility: hidden;
      opacity: 0;
      height: 0;
      width: 100%;
      position: relative;
      top: 100%;
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
      .fsPostElement.district-posts-container article .fsBody p {
        margin: 0; }
    .fsPostElement.district-posts-container article .fsPostLink {
      color: #fff; }
    .fsPostElement.district-posts-container article:focus .inner-wrap, .fsPostElement.district-posts-container article:hover .inner-wrap {
      height: 100%; }
    .fsPostElement.district-posts-container article:focus .fsBody, .fsPostElement.district-posts-container article:hover .fsBody {
      visibility: visible;
      opacity: 1;
      top: 0;
      -ms-transform: translateY(0);
      transform: translateY(0); }

.home .mission {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center; }
  @media (min-width: 900px) {
    .home .mission .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 940px; } }
  @media (min-width: 1180px) {
    .home .mission .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 1180px; } }
  @media (min-width: 1180px) {
    .home .mission .fsElementContent {
      padding-right: 100px;
      padding-left: 100px; } }
  .home .mission > footer {
    margin-top: 30px;
    overflow: hidden; }
  .home .mission .button.callout {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.42857;
    display: inline-block;
    border: 0;
    margin: 0 0 30px;
    padding: 7px 10px;
    background: #fff;
    color: #A31D31;
    outline: 0;
    text-align: center;
    border: 1px solid #2E2E2E;
    font-size: 14px;
    line-height: 1.42857;
    padding-top: 37px;
    padding-bottom: 37px;
    display: block; }
    .home .mission .button.callout:hover {
      background-color: #A31D31;
      font-weight: 700;
      color: #fff;
      border: 1px solid transparent; }
    .home .mission .button.callout em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }
    .home .mission .button.callout:last-child {
      margin-bottom: 0; }
    @media (min-width: 600px) {
      .home .mission .button.callout {
        margin-right: 12px;
        margin-left: 12px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        width: calc(33.333% - 20px); } }
    @media (min-width: 1000px) {
      .home .mission .button.callout {
        width: 280px; } }

.home .fsContainer.testimonials {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #B3B3B3; }
  @media (min-width: 600px) {
    .home .fsContainer.testimonials {
      display: block; } }
  .home .fsContainer.testimonials > header > .fsElementTitle {
    display: none; }
  .home .fsContainer.testimonials > header > .fsElementHeaderContent {
    display: none; }
  .home.fsComposeMode .testimonials > header .fsElementHeaderContent {
    display: block;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 7px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    font-family: arial, sans-serif; }
  .home .fsContainer.testimonials .fsElementContent {
    display: none; }
    @media (min-width: 900px) {
      .home .fsContainer.testimonials .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 940px; } }
    @media (min-width: 1180px) {
      .home .fsContainer.testimonials .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 1180px; } }
  .home.fsComposeMode .testimonials .fsElementContent {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 20px; }
  .home.fsComposeMode .testimonials.container {
    display: none; }
  .home .fsContainer.testimonials .testimonials.container {
    transition: padding 0.333s;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 900px) {
      .home .fsContainer.testimonials .testimonials.container {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1000px) {
      .home .fsContainer.testimonials .testimonials.container {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1180px) {
      .home .fsContainer.testimonials .testimonials.container {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
        padding-right: 50px;
        padding-left: 50px; } }
    @media (min-width: 1280px) {
      .home .fsContainer.testimonials .testimonials.container {
        padding-right: 0;
        padding-left: 0; } }
    .home .fsContainer.testimonials .testimonials.container > .inner {
      padding: 50px 0 30px; }
      @media (min-width: 900px) {
        .home .fsContainer.testimonials .testimonials.container > .inner {
          padding: 80px 0 60px; } }
    .home .fsContainer.testimonials .testimonials.container .slide {
      padding-right: 50px;
      padding-left: 50px;
      color: #fff;
      text-align: center; }
      .home .fsContainer.testimonials .testimonials.container .slide .quote {
        font-size: 1.25em;
        line-height: 1.5;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 900px) {
          .home .fsContainer.testimonials .testimonials.container .slide .quote {
            font-size: 22px;
            line-height: 40px; } }
      .home .fsContainer.testimonials .testimonials.container .slide .attribution {
        margin-top: 14px; }
    .home .fsContainer.testimonials .testimonials.container .slick-arrow {
      transition: all 0.333s;
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      height: 50px;
      width: 50px;
      color: #fff;
      text-indent: -999em;
      border: 1px solid #fff;
      border-color: rgba(255, 255, 255, 0.5);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .home .fsContainer.testimonials .testimonials.container .slick-arrow:hover {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.3);
        border-color: #fff; }
      .home .fsContainer.testimonials .testimonials.container .slick-arrow:after {
        content: "";
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 0;
        text-indent: 0;
        font-size: 20px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .home .fsContainer.testimonials .testimonials.container .slick-prev {
      left: -50px; }
      .home .fsContainer.testimonials .testimonials.container .slick-prev:after {
        content: ""; }
    .home .fsContainer.testimonials .testimonials.container .slick-next {
      right: -50px; }
      .home .fsContainer.testimonials .testimonials.container .slick-next:after {
        content: ""; }

.home .home-news-and-events {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 0; }
  @media screen and (max-width: 1210px) {
    .home .home-news-and-events .fsStyleColumn-1 {
      padding-left: 30px !important; }
    .home .home-news-and-events .fsStyleColumn-2 {
      padding-right: 30px !important; } }
  @media screen and (max-width: 768px) {
    .home .home-news-and-events .fsStyleColumn-1 {
      width: 55% !important; }
      .home .home-news-and-events .fsStyleColumn-1 article {
        width: 100% !important;
        padding: 25px 0 !important;
        border-bottom: 1px solid #e5e5e5; }
        .home .home-news-and-events .fsStyleColumn-1 article:last-of-type {
          border-bottom: none; }
        .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) {
          width: 100% !important;
          margin-top: 0 !important;
          border-right: none !important; }
    .home .home-news-and-events .fsStyleColumn-2 {
      width: 45% !important; } }
  @media screen and (max-width: 600px) {
    .home .home-news-and-events {
      padding: 40px 0 70px; }
      .home .home-news-and-events header {
        text-align: center; }
        .home .home-news-and-events header a {
          left: 0;
          right: 0 !important;
          margin: auto; }
      .home .home-news-and-events .fsStyleColumn-1 {
        width: 100% !important; }
        .home .home-news-and-events .fsStyleColumn-1 header {
          margin-bottom: 60px !important; }
      .home .home-news-and-events .fsStyleColumn-2 {
        width: 100% !important;
        margin-top: 50px; }
        .home .home-news-and-events .fsStyleColumn-2 header {
          margin-bottom: 85px !important; } }
  .home .home-news-and-events header {
    position: relative;
    margin-bottom: 40px; }
    .home .home-news-and-events header a {
      /* View all */
      position: absolute;
      bottom: 1px;
      right: 0;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #B3B3B3; }
      .home .home-news-and-events header a:hover {
        color: #A31D31; }
    @media screen and (max-width: 1150px) {
      .home .home-news-and-events header {
        margin-bottom: 70px; }
        .home .home-news-and-events header a {
          top: calc(100% + 30px);
          bottom: auto;
          right: auto;
          left: 0; } }
  .home .home-news-and-events .fsElementTitle {
    font-weight: 700;
    color: #A31D31; }
  .home .home-news-and-events article {
    border: none;
    margin: 0;
    padding-right: 20px; }
  .home .home-news-and-events .fsStyleColumn-1 {
    width: 60%;
    padding-left: 0;
    padding-right: 30px; }
    .home .home-news-and-events .fsStyleColumn-1 article .fsThumbnail {
      float: left;
      display: none; }
      @media (min-width: 1000px) {
        .home .home-news-and-events .fsStyleColumn-1 article .fsThumbnail {
          display: block; } }
    .home .home-news-and-events .fsStyleColumn-1 article .fsTitle a {
      font-size: 20px;
      text-transform: none; }
    .home .home-news-and-events .fsStyleColumn-1 article .fsDateTime {
      margin-bottom: 2px; }
    .home .home-news-and-events .fsStyleColumn-1 article .fsDate,
    .home .home-news-and-events .fsStyleColumn-1 article .fsSummary {
      font-family: "Muli", sans-serif;
      font-size: 16px;
      font-weight: normal;
      color: #2E2E2E; }
    .home .home-news-and-events .fsStyleColumn-1 article .fsReadMoreLink {
      font-family: "Muli", sans-serif; }
    .home .home-news-and-events .fsStyleColumn-1 article:first-of-type {
      border-bottom: 1px solid #e5e5e5; }
      .home .home-news-and-events .fsStyleColumn-1 article:first-of-type .fsThumbnail {
        max-width: 27%; }
    .home .home-news-and-events .fsStyleColumn-1 article:first-of-type, .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) {
      padding-left: 0; }
    .home .home-news-and-events .fsStyleColumn-1 article:last-of-type, .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) {
      display: inline-block;
      float: left;
      width: 51%;
      padding-bottom: 0;
      position: relative; }
      @media (min-width: 1000px) {
        .home .home-news-and-events .fsStyleColumn-1 article:last-of-type, .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) {
          padding-left: 145px;
          min-height: 150px; } }
      .home .home-news-and-events .fsStyleColumn-1 article:last-of-type .fsThumbnail, .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) .fsThumbnail {
        height: 100px;
        width: 100px;
        position: absolute;
        left: 30px; }
      .home .home-news-and-events .fsStyleColumn-1 article:last-of-type .fsSummary, .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) .fsSummary {
        display: none; }
      .home .home-news-and-events .fsStyleColumn-1 article:last-of-type .fsReadMoreLink, .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) .fsReadMoreLink {
        display: none; }
    .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) {
      border-right: 1px solid #e5e5e5;
      width: 49%; }
      @media (min-width: 1000px) {
        .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) {
          padding-left: 115px; } }
      .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) .fsThumbnail {
        left: 0; }
      @media (max-width: 768px) {
        .home .home-news-and-events .fsStyleColumn-1 article:nth-of-type(2) {
          width: 100%;
          border-right: none; } }
  .home .home-news-and-events .fsStyleColumn-2 {
    width: 40%;
    padding-left: 30px;
    padding-right: 0; }
    .home .home-news-and-events .fsStyleColumn-2 .fsDayContainer {
      margin-right: 0;
      border: none; }
      .home .home-news-and-events .fsStyleColumn-2 .fsDayContainer:first-of-type article:first-of-type {
        margin-top: 0; }
    .home .home-news-and-events .fsStyleColumn-2 article {
      margin: 20px 0;
      padding-right: 0; }
      .home .home-news-and-events .fsStyleColumn-2 article .fsDate {
        float: left;
        display: block;
        height: 75px;
        width: 75px;
        margin-right: 10px;
        border-radius: 50%;
        background-color: #A31D31;
        text-align: center;
        font-weight: 700; }
        .home .home-news-and-events .fsStyleColumn-2 article .fsDate .fsMonth {
          position: relative;
          top: 10px;
          display: block;
          font-size: 14px;
          color: #B3B3B3;
          text-transform: uppercase; }
        .home .home-news-and-events .fsStyleColumn-2 article .fsDate .fsDay {
          position: relative;
          top: 2px;
          display: block;
          font-size: 35px;
          color: #fff; }
      .home .home-news-and-events .fsStyleColumn-2 article .fsEventDetails {
        font-family: "Muli", sans-serif;
        font-weight: normal; }

.home-videos-container {
  padding: 0 30px;
  background-color: #A31D31;
  border-top: 5px solid #B3B3B3; }

.home-videos {
  max-width: 1180px;
  margin: 0 auto; }
  .home-videos .slick-dots {
    left: auto;
    right: 16%;
    bottom: 50px; }

.video-slide {
  height: 480px; }
  .video-slide .home-video {
    display: inline-block;
    vertical-align: top;
    width: 59%;
    padding-right: 30px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .video-slide .video-caption-container {
    display: inline-block;
    width: 40%;
    padding: 30px 0 30px 30px;
    height: 100%;
    background-image: url("../images/home/home-videos-flame.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center; }
  .video-slide .video-caption {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .video-slide .video-caption h2 {
      font-weight: 700;
      color: #fff; }
    .video-slide .video-caption p {
      color: #fff;
      margin: 0; }

@media screen and (max-width: 1000px) {
  .home-videos .slick-dots {
    right: 21%; }
  .video-slide .home-video {
    width: 50%;
    padding: 0; }
  .video-slide .video-caption-container {
    width: 50%;
    padding-left: 20px; } }

@media screen and (max-width: 800px) {
  .video-slide .video-caption-container {
    padding-left: 20px; } }

@media screen and (max-width: 700px) {
  .home-videos .slick-dots {
    left: 0;
    right: 0;
    bottom: 20px; }
  .video-slide {
    height: 660px;
    padding: 50px 0; }
    .video-slide .home-video {
      width: 100%;
      top: auto;
      -ms-transform: none;
      transform: none;
      display: block;
      margin: 0 auto 40px 0; }
    .video-slide .video-caption-container {
      display: block;
      width: 100%;
      padding: 0;
      background: none; }
      .video-slide .video-caption-container .video-caption {
        top: auto;
        -ms-transform: none;
        transform: none; } }

/*/
/ ================================// Dashboard
// contains Calendar, Featured News,
// CTA, and Twitter
// ================================

.home .dashboard {
  @include margin-y(80px);
  @include padding-x($gutter);
  @include breakpoint($bp-portrait) {
    @include padding-x($gutter * 2);
  }
  @include breakpoint($bp-landscape) {
    //@include margin-x( $gutter * -0.5 );
    @include padding-x(0);
  }

  & > header {
    margin-bottom: ($gutter * 2);

    .fsElementTitle {
      text-align: center;
    }

    .fsElementHeaderContent {}
  }

  .fsElementContent {
    @include common-breakpoint-compartments();
  }
  // layout
  .fsLayout .fsDiv {
    @include breakpoint($bp-landscape) {
      margin-bottom: 0;
    }
  }

  .fsThreeColumnLayout {
    @include breakpoint($bp-landscape) {
      @include padding-x($gutter * -0.5);
    }

    & > .fsStyleColumn {
      @include breakpoint($bp-landscape) {
        @include padding-x($gutter * 0.5);
      }
    }

    & > .fsStyleColumn-1 {
      @include breakpoint($bp-landscape) {
        width: percentage(1 / 3);
      }
      @include breakpoint($bp-desktop) {
        width: percentage(1 / 4);
      }
    }

    & > .fsStyleColumn-2 {
      @include breakpoint($bp-landscape) {
        width: percentage(2 / 3);
      }
      @include breakpoint($bp-desktop) {
        width: percentage(2 / 4);
      }
    }

    & > .fsStyleColumn-3 {
      @include breakpoint($bp-landscape) {
        width: percentage(1 / 1);
      }
      @include breakpoint($bp-desktop) {
        width: percentage(1 / 4);
      }
    }
  }
  // Dashboard: Calendar
  .calendar {
    //@include padding-x( $gutter );//?
    border: none;
    @include breakpoint($bp-portrait) {
      background-color: $m1;
      color: $color-white;
    }

    & > header {
      display: none;

      .fsElementTitle {}

      .fsElementHeaderContent {}
    }

    & > .fsElementContent {
      @include margin-x(0);
      @include shared-home-dashboard-icons($glyph-calendar);
      @include shared-home-dashboard-rule();
      position: relative;
      @include breakpoint($bp-portrait) {
        @include padding-x($gutter);
      }

      .fsDayContainer {
        @include padding-x(0);
        margin: 0;
        @include breakpoint($bp-portrait) {
          overflow: visible;
        }

        article {
          @include padding-x(0);
          border: none;
          font-size: 14px;
          line-height: (20/14);
          position: relative;

          &:after {
            @include background-color-alpha($g4, 0.4);
            content: '';
            height: 1px;
            position: absolute;
            top: -0.5px;
            right: ($gutter * -1);
            left: ($gutter * -1);
          }

          &:first-child:after {
            content: normal;
          }

          .fsTitle {
            font-size: 16px;
            line-height: (24/16);
          }
        }
      }

      .fsReadMoreLink {
        display: none;
      }
      //?
    }

    & > footer {
      text-align: center;
      margin-top: $gutter;
      @include breakpoint($bp-portrait) {
        margin-top: 0;
      }

      .button.callout {
        display: inline-block;
        color: $m2;
        padding: 13px 20px;
        font-size: 14px;
        @include breakpoint($bp-portrait) {
          @include padding-y($gutter * 0.666);
          display: block;
          margin: 0;
          border: none;
          background-color: mix($m1, $color-black, 80%);
          color: mix($m1, $color-white, 50%);
          color: returnRGBA($color-white, 0.5);

          &:hover {
            color: $color-white;
            background-color: mix($m1, $color-white, 80%);
          }
        }
      }
    }
  }
  // Dashboard: Feature(ed News)
  .feature {
    //@include padding-x( $gutter );//?
    margin-bottom: $gutter;

    & > header {
      display: none;

      .fsElementTitle {}

      .fsElementHeaderContent {}
    }

    & > .fsElementContent {
      @include shared-home-dashboard-icons($glyph-feed);
      @include shared-home-dashboard-rule();
      @include breakpoint($bp-portrait) {
        &:after,
        &:before {
          content: normal;
        }
      }
    }

    article {
      @include margin-x(0);
      position: relative;
      overflow: hidden;
      padding: 0;

      .fsThumbnail {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: $gutter;
        @include breakpoint($bp-portrait) {
          margin: 0;
        }

        img {
          width: 100%;
        }
      }

      .fsTitle {
        //margin-bottom: 10px;
      }

      .fsAuthor,
      .fsBody,
      .fsDateTime {
        display: none;
      }

      .copy {
        //added by JS
        @include transition();
        display: block;
        @include breakpoint($bp-portrait) {
          @include background-color-alpha($g5, 0.8);
          position: absolute;
          width: 100%;
          top: 100%;
          bottom: 0;
          text-align: center;
        }

        & > .inner {
          @include transition();
          @include breakpoint($bp-portrait) {
            @include padding-x(50px);
            @include background-color-alpha($g5, 0.8);
            position: absolute;
            bottom: 0;
            width: 100%;
          }
        }

        .fsTitle {
          @include transition();
          @include breakpoint($bp-portrait) {
            @include margin-y(20px);

            &,
            a {
              font-size: 20px;
              line-height: (24 / 20);
              color: $color-white;
            }
          }
        }

        .fsSummary {
          @include breakpoint($bp-portrait) {
            display: none;
            color: $color-white;
          }
        }

        .fsReadMoreLink {
          display: none;
        }
      }

      &:focus,
      &:hover {
        .copy {
          @include breakpoint($bp-portrait) {
            top: 0;
            background-color: $g5;
          }

          & > .inner {
            @include breakpoint($bp-portrait) {
              background-color: transparent;
              position: absolute;
              bottom: 50%;
              -webkit-transform: translateY(50%);
              -moz-transform: translateY(50%);
              -ms-transform: translateY(50%);
              -o-transform: translateY(50%);
              transform: translateY(50%);
            }
          }

          .fsTitle {
            @include transition();
            @include breakpoint($bp-portrait) {
              margin-top: 0;
              margin-bottom: 5px;
            }
          }

          .fsSummary {
            @include breakpoint($bp-portrait) {
              display: block;
            }
          }

          .fsReadMoreLink {
            @include breakpoint($bp-portrait) {
              @include button(transparent, returnRGBA($color-white, 0.5), $color-white, $color-white);
              margin-top: $gutter;
              font-size: 14px;
              line-height: (20/14);
              padding: 16px 30px;
              border-width: 1px;
            }
          }
        }
      }
    }
  }
  // Dashboard: CTA (Call To Action)
  .cta {
    @include margin-x($gutter * -0.5);

    & > .fsDiv {
      @include padding-x($gutter * 0.5);

      &:last-child {
        margin-bottom: 0;
      }
      @include breakpoint($bp-portrait) {
        margin-bottom: 0;
      }
      @include breakpoint($bp-landscape) {
        margin-bottom: $gutter;
      }
      @include breakpoint($bp-desktop) {
        margin-bottom: 0;
      }
    }

    .button.callout {
      @include home-page-button-callout($buttons-callout-background-color, $buttons-callout-background-color-hover, $buttons-callout-color, $buttons-callout-color-hover);
      display: block;
      margin: 0;
    }
  }
  // Dashboard: Twitter
  .twitter {
    //@include padding-x( $gutter );//?
    & > header {
      display: none;

      .fsElementTitle {}

      .fsElementHeaderContent {}
    }

    & > .fsElementContent {
      display: none;
    }
    @at-root .home.fsComposeMode .dashboard .twitter .fsElementContent {
      display: block;
    }

    .container.twitter-timeline {
      //added by JS
      @include list-reset();
      @include shared-home-dashboard-icons($glyph-twitter);
      @include shared-home-dashboard-rule();
      position: relative;
      @include breakpoint($bp-portrait) {
        //@include padding-x( $gutter );
        background-color: $m1;
        color: $color-white;
        //padding-bottom: $gutter;
      }

      & > .inner {
        //@include dev-color( #f90 );
        //@include padding-x( $gutter );
        //
        //@include breakpoint($bp-desktop) {
        //  @include padding-x( 0 );
        //}
        & > ul {
          //@include dev-color( #ff0 );
          margin: 0;
          @include breakpoint($bp-portrait) {
            overflow: hidden;
          }

          & > li {
            //≈ ".tweet"
            //@include dev-color( #4f0 );
            @include twitter-timeline-tweet();
            @include padding-y($gutter);
            border-top: 1px solid $g2;
            position: relative;

            &:first-child {
              border-top: none;
              padding-top: 0;
              @include breakpoint($bp-portrait) {
                padding-top: $gutter;
              }
              @include breakpoint($bp-desktop) {
                padding-top: 0;
              }

              &:after {
                @include background-color-alpha($g4, 0.4);
                position: absolute;
                top: $gutter;
                right: -0.5px;
                bottom: $gutter;
                width: 1px;
                @include breakpoint($bp-portrait) {
                  content: '';
                }
                @include breakpoint($bp-desktop) {
                  content: normal;
                }
              }
            }
            @include breakpoint($bp-portrait) {
              @include padding-x($gutter * 2);
              display: block;
              float: left;
              width: percentage(1 / 2);
              border-top: none;
            }
            @include breakpoint($bp-desktop) {
              @include padding-x($gutter * 1);
              float: none;
              width: auto;
              border-top: 1px solid $g4;
              border-top-color: returnRGBA($g4, 0.4);
              padding-top: $gutter;
            }
          }
        }
      }
    }
    @at-root .home.fsComposeMode .dashboard .twitter .container.twitter-timeline {
      display: none;
    }
  }
}
// ================================
// Spotlight (standalone CTA)
// note: shares background
// structure with Testimonials
// ================================

.home .spotlight {
  @include bg-cover();
  @include padding-y(80px);
  text-align: center;
  border-top: 5px solid $g2;
  display: none; //is that right?
  @include breakpoint($bp-portrait) {
    display: block;
  }

  & > header {
    display: none;
  }

  .button.cta-photos {
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    color: $color-white;
    text-align: center;
    padding: 30px 25px;
    font-size: 18px;
    margin-bottom: 0;

    &:hover {
      @include background-color-alpha($color-white, 0.3);
      border-color: $color-white;
    }

    &:before {
      @include font-icon($glyph-camera-retro);
      display: block;
      font-size: 30px;
      margin-bottom: 16px;
    }
  }
}
*/
.floating-navigation.container {
  display: none;
  transition: all 0.333s;
  position: fixed;
  backface-visibility: hidden;
  top: 30vh !important;
  right: 40px;
  -ms-transform: translateX(-300%);
  transform: translateX(-300%); }
  .floating-navigation.container ul,
  .floating-navigation.container ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .floating-navigation.container a {
    display: block; }
  @media screen and (max-width: 1180px) {
    .floating-navigation.container {
      right: 5px; } }
  @media (min-width: 900px) {
    .floating-navigation.container {
      display: block;
      -ms-transform: translateX(0);
      transform: translateX(0); } }
  .fsComposeMode .floating-navigation.container {
    display: none; }
  .floating-navigation.container ul {
    margin: 0; }
  .floating-navigation.container nav li {
    margin-top: 4px;
    margin-bottom: 4px; }
    .floating-navigation.container nav li:first-child {
      margin-top: 0; }
    .floating-navigation.container nav li:nth-of-type(2) a.active .link:before, .floating-navigation.container nav li:nth-of-type(2) a:hover .link:before {
      background-image: url("../images/home/floating-link-2-active.png"); }
    .floating-navigation.container nav li:nth-of-type(2) a .link:before {
      content: '';
      position: absolute;
      height: 18px;
      width: 18px;
      top: 10px;
      left: 11px;
      display: block;
      background-image: url("../images/home/floating-link-2.png");
      background-position: center;
      background-repeat: no-repeat; }
    .floating-navigation.container nav li:nth-of-type(2) a .link:after {
      content: ''; }
    .floating-navigation.container nav li:nth-of-type(3) a.active .link:before, .floating-navigation.container nav li:nth-of-type(3) a:hover .link:before {
      background-image: url("../images/home/floating-link-3-active.png"); }
    .floating-navigation.container nav li:nth-of-type(3) a .link:before {
      content: '';
      position: absolute;
      height: 18px;
      width: 18px;
      top: 10px;
      left: 11px;
      display: block;
      background-image: url("../images/home/floating-link-3.png");
      background-position: center;
      background-repeat: no-repeat; }
    .floating-navigation.container nav li:nth-of-type(3) a .link:after {
      content: ''; }
  .floating-navigation.container nav a {
    position: relative;
    overflow: hidden; }
    .floating-navigation.container nav a .link {
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.5);
      display: block;
      text-align: left;
      text-indent: -999em;
      position: relative;
      overflow: hidden;
      color: #fff;
      width: 40px;
      height: 40px;
      border-radius: 100%; }
      .floating-navigation.container nav a .link:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-indent: 0;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .floating-navigation.container nav a .link.home:after {
        content: ""; }
      .floating-navigation.container nav a .link.bell:after {
        content: ""; }
      .floating-navigation.container nav a .link.quote-right:after {
        content: ""; }
      .floating-navigation.container nav a .link.bullhorn:after {
        content: ""; }
      .floating-navigation.container nav a .link.camera-retro:after {
        content: ""; }
    .floating-navigation.container nav a .tooltip {
      transition: all 0.333s;
      background-color: #951327;
      background-color: rgba(149, 19, 39, 0.9);
      opacity: 0;
      position: absolute;
      top: 50%;
      right: calc(100% + 15px);
      margin-left: 30px;
      white-space: nowrap;
      padding: 10px 12px;
      color: #FFB20F;
      font-family: "Muli", sans-serif;
      font-size: 14px;
      line-height: 1.42857;
      text-transform: uppercase;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .floating-navigation.container nav a .tooltip:after {
        content: '';
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-left: 5px solid #951327;
        border-left-color: rgba(149, 19, 39, 0.9);
        border-right-width: 0;
        position: absolute;
        top: 50%;
        left: 100%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .floating-navigation.container nav a.active .link {
      color: #FFB20F;
      background-color: #951327; }
    .floating-navigation.container nav a:hover {
      overflow: visible; }
      .floating-navigation.container nav a:hover .link {
        color: #FFB20F;
        background-color: #951327; }
      .floating-navigation.container nav a:hover .tooltip {
        opacity: 1; }

.colors ol {
  zoom: 1;
  margin-bottom: 30px;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 44.44444%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 33.33333%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        width: 22.22222%; } }
    .colors ol li:after {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      color: #272727; }
    .colors ol li:nth-of-type(1) {
      background: #272727;
      color: #272727; }
      .colors ol li:nth-of-type(1):after {
        content: "#272727"; }
    .colors ol li:nth-of-type(2) {
      background: #A31D31;
      color: #A31D31; }
      .colors ol li:nth-of-type(2):after {
        content: "#A31D31"; }
    .colors ol li:nth-of-type(3) {
      background: #951327;
      color: #951327; }
      .colors ol li:nth-of-type(3):after {
        content: "#951327"; }
    .colors ol li:nth-of-type(4) {
      background: #3AAFB9;
      color: #3AAFB9; }
      .colors ol li:nth-of-type(4):after {
        content: "#3AAFB9"; }
    .colors ol li:nth-of-type(5) {
      background: #FFB20F;
      color: #FFB20F; }
      .colors ol li:nth-of-type(5):after {
        content: "#FFB20F"; }
    .colors ol li:nth-of-type(6) {
      background: #e5e5e5;
      color: #e5e5e5; }
      .colors ol li:nth-of-type(6):after {
        content: "#e5e5e5"; }
    .colors ol li:nth-of-type(7) {
      background: #B3B3B3;
      color: #B3B3B3; }
      .colors ol li:nth-of-type(7):after {
        content: "#B3B3B3"; }
    .colors ol li:nth-of-type(8) {
      background: #2E2E2E;
      color: #2E2E2E; }
      .colors ol li:nth-of-type(8):after {
        content: "#2E2E2E"; }
    .colors ol li:nth-of-type(1) {
      background: #272727;
      color: #272727; }
      .colors ol li:nth-of-type(1):after {
        content: "#272727"; }

.headers h1:after {
  content: " size: 36px / line: 40px"; }

.headers h2:after {
  content: " size: 26px / line: 30px"; }

.headers h3:after {
  content: " size: 20px / line: 24px"; }

.headers h4:after {
  content: " size: 18px / line: 22px"; }

.headers h5:after {
  content: " size: 16px / line: 24px"; }

.headers h6:after {
  content: " size: 16px / line: 24px"; }

body.theme-school,
body.theme-school #fsHeader,
body.theme-school #fsFooter {
  background-color: #A31D31; }

body.theme-school #fsFooter .social .fsElementContent a:after,
body.theme-school h1,
body.theme-school .h1 {
  color: #A31D31; }

body.theme-school .navigation.main nav ul.fsNavLevel1 > li > a:hover,
body.theme-school .navigation.main nav ul.fsNavLevel1 > li > a:active,
body.theme-school .navigation.main nav ul.fsNavLevel1 > li:hover > a,
body.theme-school .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
body.theme-school .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
body.theme-school .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage:hover > a, body.theme-school .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor:hover {
  color: #A31D31; }

body.theme-school .navigation.tier .fsNavLevel1 {
  background-color: #A31D31; }

body.theme-school .navigation.tier .fsNavLevel1 > li > a {
  background-color: #A31D31; }

body.theme-school .navigation.tier .fsNavLevel1 > li > a:hover {
  background-color: #b54a5a; }

body.theme-school a,
body.theme-school .fs_style_25, body.theme-school .button,
body.theme-school .navigation.tier .fsNavLevel1 > li > a,
body.theme-school .navigation.tier .fsNavLevel2 > li > a,
body.theme-school .navigation.tier .fsNavLevel3 > li > a,
body.theme-school .navigation.tier .fsNavLevel4 > li > a,
body.theme-school .navigation.tier .fsNavLevel5 > li > a,
body.theme-school .fsCalendar .fsTitle, body.theme-school .fsCalendar .fsTitle a,
body.theme-school #fsFooter .footer-links a {
  color: #951327; }

@media (min-width: 900px) {
  body.theme-school #fsHeader .utilities .utility-links .link-container .fsElementContent > a {
    color: #951327; } }

.fsNews .fsRSSIcon {
  display: none !important; }
