@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 
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700");
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 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, #fsPageBodyWrapper .navigation.tier > header .fsElementTitle:after, #fsMenu .button.off-canvas-trigger:after, .navigation.social a[href*='facebook']:after, .navigation.social a[href*='google']:after, .navigation.social a[href*='instagram']:after, .navigation.social a[href*='linkedin']:after, .navigation.social a[href*='blog']:after, .navigation.social a[href*='twitter']:after, .navigation.social a[href*='youtube']:after, form.gsc-search-box-tools td.gsc-search-button:after, #fsHeader .utilities .navigation.utility ul.fsNavLevel1 .translate-button .google-translate-toggle:before, .sub-navigation > header .fsElementHeaderContent:after, .navigation.utility ul.fsNavLevel1 li.nav-icon-home > a:before, .navigation.utility ul.fsNavLevel1 li.nav-icon-parents > a:before, .navigation.utility ul.fsNavLevel1 li.nav-icon-faculty > a:before, .navigation.utility ul.fsNavLevel1 li.nav-icon-schools > a:before, .search-trigger a:after, .home .fsPlayer.masthead .fsElementContent:after, body:not(.fsComposeMode) .resources-slideshow .fsPrevButton:before, body:not(.fsComposeMode) .resources-slideshow .fsNextButton:before, body:not(.fsComposeMode) .resources-slideshow > footer .scroll-to:before, .resourcesVideoControls__playButton:before, .resourcesVideoControls__muteButton:before {
  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; }

.fsCalendar .fsTimeRange:before, .fsCalendar .fsLocation:before, #fsMenu .navigation.main ul.fsNavLevel1 li span.sub-trigger:after, #fsMenu .navigation.utility ul.fsNavLevel1 li span.sub-trigger:after {
  font-family: "FontAwesome";
  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); } }

.district #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.district #fsHeader .utilities {
  background: #367AB1; }

.district #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .district #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.district #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.district #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.district #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.district #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.district a {
  color: #367AB1; }

.district .fsCalendar .fsDate {
  border-color: #000000; }
  .district .fsCalendar .fsDate .fsDay {
    color: #367AB1; }

.district .fsCalendar .fsTimeRange:before {
  color: #000000; }

.district .fsCalendar .fsLocation:before {
  color: #000000; }

.district .fsCalendar .fsTitle a {
  color: #367AB1; }

.district .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .district .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.district.home .fsTitle a {
  color: #000000; }

.district.home .slick-dots li.slick-active button,
.district.home .slick-dots li:hover button, .district.home .slick-dots li:focus button {
  background: #000000; }

.district .fsElementSlideshowControls > button {
  background-color: #367AB1; }

.bobby-duke #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.bobby-duke #fsHeader .utilities {
  background: #0D5FA6; }

.bobby-duke #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .bobby-duke #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.bobby-duke #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.bobby-duke #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.bobby-duke #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.bobby-duke #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.bobby-duke a {
  color: #0D5FA6; }

.bobby-duke .fsCalendar .fsDate {
  border-color: #000000; }
  .bobby-duke .fsCalendar .fsDate .fsDay {
    color: #0D5FA6; }

.bobby-duke .fsCalendar .fsTimeRange:before {
  color: #000000; }

.bobby-duke .fsCalendar .fsLocation:before {
  color: #000000; }

.bobby-duke .fsCalendar .fsTitle a {
  color: #0D5FA6; }

.bobby-duke .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .bobby-duke .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.bobby-duke.home .fsTitle a {
  color: #000000; }

.bobby-duke.home .slick-dots li.slick-active button,
.bobby-duke.home .slick-dots li:hover button, .bobby-duke.home .slick-dots li:focus button {
  background: #000000; }

.bobby-duke .fsElementSlideshowControls > button {
  background-color: #0D5FA6; }

.cauhilla-desert #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.cauhilla-desert #fsHeader .utilities {
  background: #BF0628; }

.cauhilla-desert #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .cauhilla-desert #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.cauhilla-desert #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.cauhilla-desert #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.cauhilla-desert #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.cauhilla-desert #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.cauhilla-desert a {
  color: #BF0628; }

.cauhilla-desert .fsCalendar .fsDate {
  border-color: #000000; }
  .cauhilla-desert .fsCalendar .fsDate .fsDay {
    color: #BF0628; }

.cauhilla-desert .fsCalendar .fsTimeRange:before {
  color: #000000; }

.cauhilla-desert .fsCalendar .fsLocation:before {
  color: #000000; }

.cauhilla-desert .fsCalendar .fsTitle a {
  color: #BF0628; }

.cauhilla-desert .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .cauhilla-desert .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.cauhilla-desert.home .fsTitle a {
  color: #000000; }

.cauhilla-desert.home .slick-dots li.slick-active button,
.cauhilla-desert.home .slick-dots li:hover button, .cauhilla-desert.home .slick-dots li:focus button {
  background: #000000; }

.cauhilla-desert .fsElementSlideshowControls > button {
  background-color: #BF0628; }

.cesar-chavez #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.cesar-chavez #fsHeader .utilities {
  background: #D9042B; }

.cesar-chavez #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .cesar-chavez #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.cesar-chavez #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.cesar-chavez #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.cesar-chavez #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.cesar-chavez #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.cesar-chavez a {
  color: #D9042B; }

.cesar-chavez .fsCalendar .fsDate {
  border-color: #000000; }
  .cesar-chavez .fsCalendar .fsDate .fsDay {
    color: #D9042B; }

.cesar-chavez .fsCalendar .fsTimeRange:before {
  color: #000000; }

.cesar-chavez .fsCalendar .fsLocation:before {
  color: #000000; }

.cesar-chavez .fsCalendar .fsTitle a {
  color: #D9042B; }

.cesar-chavez .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .cesar-chavez .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.cesar-chavez.home .fsTitle a {
  color: #000000; }

.cesar-chavez.home .slick-dots li.slick-active button,
.cesar-chavez.home .slick-dots li:hover button, .cesar-chavez.home .slick-dots li:focus button {
  background: #000000; }

.cesar-chavez .fsElementSlideshowControls > button {
  background-color: #D9042B; }

.adult-school #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.adult-school #fsHeader .utilities {
  background: #173861; }

.adult-school #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .adult-school #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.adult-school #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.adult-school #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.adult-school #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.adult-school #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.adult-school a {
  color: #173861; }

.adult-school .fsCalendar .fsDate {
  border-color: #000000; }
  .adult-school .fsCalendar .fsDate .fsDay {
    color: #173861; }

.adult-school .fsCalendar .fsTimeRange:before {
  color: #000000; }

.adult-school .fsCalendar .fsLocation:before {
  color: #000000; }

.adult-school .fsCalendar .fsTitle a {
  color: #173861; }

.adult-school .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .adult-school .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.adult-school.home .fsTitle a {
  color: #000000; }

.adult-school.home .slick-dots li.slick-active button,
.adult-school.home .slick-dots li:hover button, .adult-school.home .slick-dots li:focus button {
  background: #000000; }

.adult-school .fsElementSlideshowControls > button {
  background-color: #173861; }

.high-school #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.high-school #fsHeader .utilities {
  background: #152612; }

.high-school #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .high-school #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.high-school #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.high-school #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.high-school #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.high-school #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.high-school a {
  color: #152612; }

.high-school .fsCalendar .fsDate {
  border-color: #000000; }
  .high-school .fsCalendar .fsDate .fsDay {
    color: #152612; }

.high-school .fsCalendar .fsTimeRange:before {
  color: #000000; }

.high-school .fsCalendar .fsLocation:before {
  color: #000000; }

.high-school .fsCalendar .fsTitle a {
  color: #152612; }

.high-school .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .high-school .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.high-school.home .fsTitle a {
  color: #000000; }

.high-school.home .slick-dots li.slick-active button,
.high-school.home .slick-dots li:hover button, .high-school.home .slick-dots li:focus button {
  background: #000000; }

.high-school .fsElementSlideshowControls > button {
  background-color: #152612; }

.corral-mountain #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.corral-mountain #fsHeader .utilities {
  background: #162840; }

.corral-mountain #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .corral-mountain #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.corral-mountain #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.corral-mountain #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.corral-mountain #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.corral-mountain #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.corral-mountain a {
  color: #162840; }

.corral-mountain .fsCalendar .fsDate {
  border-color: #000000; }
  .corral-mountain .fsCalendar .fsDate .fsDay {
    color: #162840; }

.corral-mountain .fsCalendar .fsTimeRange:before {
  color: #000000; }

.corral-mountain .fsCalendar .fsLocation:before {
  color: #000000; }

.corral-mountain .fsCalendar .fsTitle a {
  color: #162840; }

.corral-mountain .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .corral-mountain .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.corral-mountain.home .fsTitle a {
  color: #000000; }

.corral-mountain.home .slick-dots li.slick-active button,
.corral-mountain.home .slick-dots li:hover button, .corral-mountain.home .slick-dots li:focus button {
  background: #000000; }

.corral-mountain .fsElementSlideshowControls > button {
  background-color: #162840; }

.desert-mirage #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.desert-mirage #fsHeader .utilities {
  background: #D9043D; }

.desert-mirage #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .desert-mirage #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.desert-mirage #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.desert-mirage #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.desert-mirage #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.desert-mirage #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.desert-mirage a {
  color: #D9043D; }

.desert-mirage .fsCalendar .fsDate {
  border-color: #000000; }
  .desert-mirage .fsCalendar .fsDate .fsDay {
    color: #D9043D; }

.desert-mirage .fsCalendar .fsTimeRange:before {
  color: #000000; }

.desert-mirage .fsCalendar .fsLocation:before {
  color: #000000; }

.desert-mirage .fsCalendar .fsTitle a {
  color: #D9043D; }

.desert-mirage .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .desert-mirage .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.desert-mirage.home .fsTitle a {
  color: #000000; }

.desert-mirage.home .slick-dots li.slick-active button,
.desert-mirage.home .slick-dots li:hover button, .desert-mirage.home .slick-dots li:focus button {
  background: #000000; }

.desert-mirage .fsElementSlideshowControls > button {
  background-color: #D9043D; }

.john-kelly #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.john-kelly #fsHeader .utilities {
  background: #27471E; }

.john-kelly #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .john-kelly #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.john-kelly #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.john-kelly #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.john-kelly #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.john-kelly #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.john-kelly a {
  color: #27471E; }

.john-kelly .fsCalendar .fsDate {
  border-color: #000000; }
  .john-kelly .fsCalendar .fsDate .fsDay {
    color: #27471E; }

.john-kelly .fsCalendar .fsTimeRange:before {
  color: #000000; }

.john-kelly .fsCalendar .fsLocation:before {
  color: #000000; }

.john-kelly .fsCalendar .fsTitle a {
  color: #27471E; }

.john-kelly .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .john-kelly .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.john-kelly.home .fsTitle a {
  color: #000000; }

.john-kelly.home .slick-dots li.slick-active button,
.john-kelly.home .slick-dots li:hover button, .john-kelly.home .slick-dots li:focus button {
  background: #000000; }

.john-kelly .fsElementSlideshowControls > button {
  background-color: #27471E; }

.lafamillia #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.lafamillia #fsHeader .utilities {
  background: #041340; }

.lafamillia #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .lafamillia #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.lafamillia #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.lafamillia #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.lafamillia #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.lafamillia #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.lafamillia a {
  color: #041340; }

.lafamillia .fsCalendar .fsDate {
  border-color: #000000; }
  .lafamillia .fsCalendar .fsDate .fsDay {
    color: #041340; }

.lafamillia .fsCalendar .fsTimeRange:before {
  color: #000000; }

.lafamillia .fsCalendar .fsLocation:before {
  color: #000000; }

.lafamillia .fsCalendar .fsTitle a {
  color: #041340; }

.lafamillia .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .lafamillia .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.lafamillia.home .fsTitle a {
  color: #000000; }

.lafamillia.home .slick-dots li.slick-active button,
.lafamillia.home .slick-dots li:hover button, .lafamillia.home .slick-dots li:focus button {
  background: #000000; }

.lafamillia .fsElementSlideshowControls > button {
  background-color: #041340; }

.las-palmitas #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.las-palmitas #fsHeader .utilities {
  background: #03658C; }

.las-palmitas #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .las-palmitas #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.las-palmitas #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.las-palmitas #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.las-palmitas #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.las-palmitas #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.las-palmitas a {
  color: #03658C; }

.las-palmitas .fsCalendar .fsDate {
  border-color: #000000; }
  .las-palmitas .fsCalendar .fsDate .fsDay {
    color: #03658C; }

.las-palmitas .fsCalendar .fsTimeRange:before {
  color: #000000; }

.las-palmitas .fsCalendar .fsLocation:before {
  color: #000000; }

.las-palmitas .fsCalendar .fsTitle a {
  color: #03658C; }

.las-palmitas .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .las-palmitas .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.las-palmitas.home .fsTitle a {
  color: #000000; }

.las-palmitas.home .slick-dots li.slick-active button,
.las-palmitas.home .slick-dots li:hover button, .las-palmitas.home .slick-dots li:focus button {
  background: #000000; }

.las-palmitas .fsElementSlideshowControls > button {
  background-color: #03658C; }

.mecca #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.mecca #fsHeader .utilities {
  background: #591E29; }

.mecca #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .mecca #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.mecca #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.mecca #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.mecca #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.mecca #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.mecca a {
  color: #591E29; }

.mecca .fsCalendar .fsDate {
  border-color: #000000; }
  .mecca .fsCalendar .fsDate .fsDay {
    color: #591E29; }

.mecca .fsCalendar .fsTimeRange:before {
  color: #000000; }

.mecca .fsCalendar .fsLocation:before {
  color: #000000; }

.mecca .fsCalendar .fsTitle a {
  color: #591E29; }

.mecca .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .mecca .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.mecca.home .fsTitle a {
  color: #000000; }

.mecca.home .slick-dots li.slick-active button,
.mecca.home .slick-dots li:hover button, .mecca.home .slick-dots li:focus button {
  background: #000000; }

.mecca .fsElementSlideshowControls > button {
  background-color: #591E29; }

.mountain-vista #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.mountain-vista #fsHeader .utilities {
  background: #3CA6A6; }

.mountain-vista #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .mountain-vista #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.mountain-vista #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.mountain-vista #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.mountain-vista #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.mountain-vista #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.mountain-vista a {
  color: #3CA6A6; }

.mountain-vista .fsCalendar .fsDate {
  border-color: #000000; }
  .mountain-vista .fsCalendar .fsDate .fsDay {
    color: #3CA6A6; }

.mountain-vista .fsCalendar .fsTimeRange:before {
  color: #000000; }

.mountain-vista .fsCalendar .fsLocation:before {
  color: #000000; }

.mountain-vista .fsCalendar .fsTitle a {
  color: #3CA6A6; }

.mountain-vista .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .mountain-vista .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.mountain-vista.home .fsTitle a {
  color: #000000; }

.mountain-vista.home .slick-dots li.slick-active button,
.mountain-vista.home .slick-dots li:hover button, .mountain-vista.home .slick-dots li:focus button {
  background: #000000; }

.mountain-vista .fsElementSlideshowControls > button {
  background-color: #3CA6A6; }

.oasis #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.oasis #fsHeader .utilities {
  background: #1B4C8C; }

.oasis #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .oasis #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.oasis #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.oasis #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.oasis #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.oasis #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.oasis a {
  color: #1B4C8C; }

.oasis .fsCalendar .fsDate {
  border-color: #000000; }
  .oasis .fsCalendar .fsDate .fsDay {
    color: #1B4C8C; }

.oasis .fsCalendar .fsTimeRange:before {
  color: #000000; }

.oasis .fsCalendar .fsLocation:before {
  color: #000000; }

.oasis .fsCalendar .fsTitle a {
  color: #1B4C8C; }

.oasis .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .oasis .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.oasis.home .fsTitle a {
  color: #000000; }

.oasis.home .slick-dots li.slick-active button,
.oasis.home .slick-dots li:hover button, .oasis.home .slick-dots li:focus button {
  background: #000000; }

.oasis .fsElementSlideshowControls > button {
  background-color: #1B4C8C; }

.palm-view #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.palm-view #fsHeader .utilities {
  background: #4B61A6; }

.palm-view #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .palm-view #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.palm-view #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.palm-view #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.palm-view #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.palm-view #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.palm-view a {
  color: #4B61A6; }

.palm-view .fsCalendar .fsDate {
  border-color: #000000; }
  .palm-view .fsCalendar .fsDate .fsDay {
    color: #4B61A6; }

.palm-view .fsCalendar .fsTimeRange:before {
  color: #000000; }

.palm-view .fsCalendar .fsLocation:before {
  color: #000000; }

.palm-view .fsCalendar .fsTitle a {
  color: #4B61A6; }

.palm-view .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .palm-view .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.palm-view.home .fsTitle a {
  color: #000000; }

.palm-view.home .slick-dots li.slick-active button,
.palm-view.home .slick-dots li:hover button, .palm-view.home .slick-dots li:focus button {
  background: #000000; }

.palm-view .fsElementSlideshowControls > button {
  background-color: #4B61A6; }

.peter-pendleton #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.peter-pendleton #fsHeader .utilities {
  background: #BF1534; }

.peter-pendleton #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .peter-pendleton #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.peter-pendleton #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.peter-pendleton #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.peter-pendleton #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.peter-pendleton #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.peter-pendleton a {
  color: #BF1534; }

.peter-pendleton .fsCalendar .fsDate {
  border-color: #000000; }
  .peter-pendleton .fsCalendar .fsDate .fsDay {
    color: #BF1534; }

.peter-pendleton .fsCalendar .fsTimeRange:before {
  color: #000000; }

.peter-pendleton .fsCalendar .fsLocation:before {
  color: #000000; }

.peter-pendleton .fsCalendar .fsTitle a {
  color: #BF1534; }

.peter-pendleton .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .peter-pendleton .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.peter-pendleton.home .fsTitle a {
  color: #000000; }

.peter-pendleton.home .slick-dots li.slick-active button,
.peter-pendleton.home .slick-dots li:hover button, .peter-pendleton.home .slick-dots li:focus button {
  background: #000000; }

.peter-pendleton .fsElementSlideshowControls > button {
  background-color: #BF1534; }

.saul-martinez #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.saul-martinez #fsHeader .utilities {
  background: #55468C; }

.saul-martinez #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .saul-martinez #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.saul-martinez #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.saul-martinez #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.saul-martinez #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.saul-martinez #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.saul-martinez a {
  color: #55468C; }

.saul-martinez .fsCalendar .fsDate {
  border-color: #000000; }
  .saul-martinez .fsCalendar .fsDate .fsDay {
    color: #55468C; }

.saul-martinez .fsCalendar .fsTimeRange:before {
  color: #000000; }

.saul-martinez .fsCalendar .fsLocation:before {
  color: #000000; }

.saul-martinez .fsCalendar .fsTitle a {
  color: #55468C; }

.saul-martinez .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .saul-martinez .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.saul-martinez.home .fsTitle a {
  color: #000000; }

.saul-martinez.home .slick-dots li.slick-active button,
.saul-martinez.home .slick-dots li:hover button, .saul-martinez.home .slick-dots li:focus button {
  background: #000000; }

.saul-martinez .fsElementSlideshowControls > button {
  background-color: #55468C; }

.sea-view #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.sea-view #fsHeader .utilities {
  background: #BA0325; }

.sea-view #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .sea-view #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.sea-view #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.sea-view #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.sea-view #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.sea-view #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.sea-view a {
  color: #BA0325; }

.sea-view .fsCalendar .fsDate {
  border-color: #000000; }
  .sea-view .fsCalendar .fsDate .fsDay {
    color: #BA0325; }

.sea-view .fsCalendar .fsTimeRange:before {
  color: #000000; }

.sea-view .fsCalendar .fsLocation:before {
  color: #000000; }

.sea-view .fsCalendar .fsTitle a {
  color: #BA0325; }

.sea-view .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .sea-view .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.sea-view.home .fsTitle a {
  color: #000000; }

.sea-view.home .slick-dots li.slick-active button,
.sea-view.home .slick-dots li:hover button, .sea-view.home .slick-dots li:focus button {
  background: #000000; }

.sea-view .fsElementSlideshowControls > button {
  background-color: #BA0325; }

.toro-canyon #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.toro-canyon #fsHeader .utilities {
  background: #8C0D24; }

.toro-canyon #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .toro-canyon #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.toro-canyon #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.toro-canyon #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.toro-canyon #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.toro-canyon #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.toro-canyon a {
  color: #8C0D24; }

.toro-canyon .fsCalendar .fsDate {
  border-color: #000000; }
  .toro-canyon .fsCalendar .fsDate .fsDay {
    color: #8C0D24; }

.toro-canyon .fsCalendar .fsTimeRange:before {
  color: #000000; }

.toro-canyon .fsCalendar .fsLocation:before {
  color: #000000; }

.toro-canyon .fsCalendar .fsTitle a {
  color: #8C0D24; }

.toro-canyon .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .toro-canyon .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.toro-canyon.home .fsTitle a {
  color: #000000; }

.toro-canyon.home .slick-dots li.slick-active button,
.toro-canyon.home .slick-dots li:hover button, .toro-canyon.home .slick-dots li:focus button {
  background: #000000; }

.toro-canyon .fsElementSlideshowControls > button {
  background-color: #8C0D24; }

.valle-delsol #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.valle-delsol #fsHeader .utilities {
  background: #F23E16; }

.valle-delsol #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .valle-delsol #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.valle-delsol #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.valle-delsol #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.valle-delsol #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.valle-delsol #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.valle-delsol a {
  color: #F23E16; }

.valle-delsol .fsCalendar .fsDate {
  border-color: #000000; }
  .valle-delsol .fsCalendar .fsDate .fsDay {
    color: #F23E16; }

.valle-delsol .fsCalendar .fsTimeRange:before {
  color: #000000; }

.valle-delsol .fsCalendar .fsLocation:before {
  color: #000000; }

.valle-delsol .fsCalendar .fsTitle a {
  color: #F23E16; }

.valle-delsol .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .valle-delsol .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.valle-delsol.home .fsTitle a {
  color: #000000; }

.valle-delsol.home .slick-dots li.slick-active button,
.valle-delsol.home .slick-dots li:hover button, .valle-delsol.home .slick-dots li:focus button {
  background: #000000; }

.valle-delsol .fsElementSlideshowControls > button {
  background-color: #F23E16; }

.valley-view #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.valley-view #fsHeader .utilities {
  background: #73020B; }

.valley-view #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .valley-view #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.valley-view #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.valley-view #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.valley-view #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.valley-view #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.valley-view a {
  color: #73020B; }

.valley-view .fsCalendar .fsDate {
  border-color: #000000; }
  .valley-view .fsCalendar .fsDate .fsDay {
    color: #73020B; }

.valley-view .fsCalendar .fsTimeRange:before {
  color: #000000; }

.valley-view .fsCalendar .fsLocation:before {
  color: #000000; }

.valley-view .fsCalendar .fsTitle a {
  color: #73020B; }

.valley-view .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .valley-view .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.valley-view.home .fsTitle a {
  color: #000000; }

.valley-view.home .slick-dots li.slick-active button,
.valley-view.home .slick-dots li:hover button, .valley-view.home .slick-dots li:focus button {
  background: #000000; }

.valley-view .fsElementSlideshowControls > button {
  background-color: #73020B; }

.west-shores #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.west-shores #fsHeader .utilities {
  background: #0F7CBF; }

.west-shores #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .west-shores #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.west-shores #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.west-shores #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.west-shores #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.west-shores #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.west-shores a {
  color: #0F7CBF; }

.west-shores .fsCalendar .fsDate {
  border-color: #000000; }
  .west-shores .fsCalendar .fsDate .fsDay {
    color: #0F7CBF; }

.west-shores .fsCalendar .fsTimeRange:before {
  color: #000000; }

.west-shores .fsCalendar .fsLocation:before {
  color: #000000; }

.west-shores .fsCalendar .fsTitle a {
  color: #0F7CBF; }

.west-shores .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .west-shores .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.west-shores.home .fsTitle a {
  color: #000000; }

.west-shores.home .slick-dots li.slick-active button,
.west-shores.home .slick-dots li:hover button, .west-shores.home .slick-dots li:focus button {
  background: #000000; }

.west-shores .fsElementSlideshowControls > button {
  background-color: #0F7CBF; }

.westside #fsHeader {
  background-color: rgba(0, 0, 0, 0.9); }

.westside #fsHeader .utilities {
  background: #2DA635; }

.westside #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
  color: #fff; }
  .westside #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a svg {
    fill: white; }

.westside #fsHeader .branding > .fsElementContent a {
  color: #fff; }

.westside #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
  color: #fff; }

.westside #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover > a {
  color: #fff; }

.westside #fsHeader .navigation.main nav ul.fsNavLevel1 > li:focus > a {
  color: #fff; }

.westside a {
  color: #2DA635; }

.westside .fsCalendar .fsDate {
  border-color: #000000; }
  .westside .fsCalendar .fsDate .fsDay {
    color: #2DA635; }

.westside .fsCalendar .fsTimeRange:before {
  color: #000000; }

.westside .fsCalendar .fsLocation:before {
  color: #000000; }

.westside .fsCalendar .fsTitle a {
  color: #2DA635; }

.westside .fsSlideshow .fsPager li {
  margin: 0 1px; }
  .westside .fsSlideshow .fsPager li.slick-active button:before {
    color: #000000; }

.westside.home .fsTitle a {
  color: #000000; }

.westside.home .slick-dots li.slick-active button,
.westside.home .slick-dots li:hover button, .westside.home .slick-dots li:focus button {
  background: #000000; }

.westside .fsElementSlideshowControls > button {
  background-color: #2DA635; }

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

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

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

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

.skip-link a {
  position: absolute;
  top: -40px;
  left: 0px;
  color: #fff;
  padding: 6px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 9999; }
  .skip-link a:focus {
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    transition: top .1s ease-in, background .5s linear; }

.fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

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

h1, .h1 {
  font-size: 2.375em;
  line-height: 1.10526;
  margin-bottom: 1em;
  color: #367AB1;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 500; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.14286;
  margin-bottom: 1em;
  color: #000000;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

h3, #fsFooter > .fsBanner header .fsElementTitle, .h3 {
  font-size: 1.5em;
  line-height: 1.16667;
  margin-bottom: 1em;
  color: #367AB1;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

h4, .content-block > header .fsElementTitle, .fsNews > header .fsElementTitle, .h4 {
  font-size: 1.375em;
  line-height: 1.18182;
  margin-bottom: 1em;
  color: #000000;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

h5, .h5 {
  font-size: 1em;
  line-height: 1.25;
  margin-bottom: 1em;
  color: #5f5f5f;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase; }

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

p {
  margin-top: 0;
  margin-bottom: 20px; }

a {
  text-decoration: none;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #000000;
    text-decoration: underline; }

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

.table-wrapper {
  overflow-x: auto; }

.fs_style_28,
table.styled {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-spacing: 0; }
  .fs_style_28 tr:first-child th, table.styled tr:first-child th, .fs_style_28 tr:first-child td, table.styled tr:first-child td {
    border-top: 0px solid #bebebe;
    overflow: hidden; }
  .fs_style_28 tr:last-child, table.styled tr:last-child {
    border-bottom: 0px solid #bebebe; }
    .fs_style_28 tr:last-child th, table.styled tr:last-child th, .fs_style_28 tr:last-child td, table.styled tr:last-child td {
      overflow: hidden; }
  .fs_style_28 td, table.styled td {
    padding: 10px 15px;
    vertical-align: top;
    background-color: transparent; }
    .fs_style_28 td:first-child, table.styled td:first-child {
      border-left: 0px solid #bebebe; }
    .fs_style_28 td:last-child, table.styled td:last-child {
      border-right: 0px solid #bebebe; }
  .fs_style_28 th, table.styled th {
    padding: 12px 15px;
    background-color: #367AB1;
    color: #fff;
    font-family: "Roboto", sans-serif;
    letter-spacing: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    border: 0px solid #367AB1;
    text-align: left; }
  .fs_style_28 tr:nth-of-type(odd) td, table.styled tr:nth-of-type(odd) td {
    background-color: #f8f8f8; }

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

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

blockquote {
  display: block;
  position: relative;
  margin: 40px 0;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #367AB1;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  border-left: 5px solid #000000; }
  blockquote:before {
    /*
    position: absolute;
    right: 100%;
    top: 0;
    content: '\201C';
*/ }
  blockquote cite,
  blockquote .fs_style_35 {
    color: #333;
    font-size: .9em;
    font-style: normal;
    display: block; }
    blockquote cite:before,
    blockquote .fs_style_35:before {
      content: '- '; }

@font-face {
  font-family: "IcoMoon";
  src: url("../fonts/icomoon/vernon8962.eot?1146vernon");
  src: url("../fonts/icomoon/vernond41d.eot?#iefix?1146vernon") format("embedded-opentype"), url("../fonts/icomoon/vernon8962.woff2?1146vernon") format("woff2"), url("../fonts/icomoon/vernon8962.ttf?1146vernon") format("truetype"), url("../fonts/icomoon/vernon8962.woff?1146vernon") format("woff"), url("../fonts/icomoon/vernon8a33.svg?1146#vernon") 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; }

.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: ""; }

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  overflow: hidden; }
  .has-tier-navigation #fsPageBodyWrapper {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (min-width: 750px) {
      .has-tier-navigation #fsPageBodyWrapper {
        padding-top: 40px;
        padding-bottom: 40px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  width: 1146px;
  max-width: 100%; }
  .home #fsPageBody {
    margin: 0;
    max-width: none; }

#fsBannerLeft {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  width: auto; }
  @media (min-width: 750px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 750px) {
    #fsBannerLeft {
      padding-right: 50px;
      display: block;
      width: 31.42857%; }
      .fsOverrideLeftBanner #fsBannerLeft {
        display: none !important; } }
  @media (min-width: 1000px) {
    #fsBannerLeft {
      width: 30.54101%; } }

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

#fsPageContent {
  float: none;
  margin-bottom: 20px;
  width: 100% !important;
  margin: 0; }
  @media (min-width: 750px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 750px) {
    .fsHasRightBanner #fsPageContent {
      width: 70.85515% !important; } }
  @media (min-width: 750px) {
    .fsHasLeftBanner #fsPageContent {
      width: 68.57143% !important; } }
  @media (min-width: 750px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    zoom: 1; }
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 750px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 68.57143% !important; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: 40.31414% !important; } }
  @media (min-width: 750px) {
    .fsOverrideLeftBanner .fsHasLeftBanner.fsHasRightBanner.fsOverrideLeftBanner #fsPageContent {
      width: 100% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 750px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 750px) {
    #fsBannerRight {
      padding-left: 50px;
      width: 29.14485%; } }
  @media (min-width: 750px) {
    .fsHasLeftBanner #fsBannerRight {
      width: 68.57143%;
      margin-left: 31.42857%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner #fsBannerRight {
      padding-left: 50px;
      width: 29.14485%;
      margin: 0; } }
  @media (min-width: 750px) {
    .fsHasLeftBanner.fsOverrideLeftBanner #fsBannerRight {
      width: 100% !important;
      margin-left: 0; } }

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

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

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

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

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

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

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

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 750px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 750px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 1000px) {
      .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: 750px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 20px;
    background: #5f5f5f;
    color: #fff;
    outline: 0;
    text-align: center;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover, .fsConstituent.fsSearch .fsConstituentSearchButton:focus {
      background-color: #8f8f8f;
      color: #000; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #000000; }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto > div, .fsConstituentProfile.fsHasPhoto > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1.25em;
  font-size: 16px; }
  .fsProfileSection h4 {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #333;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .fsProfileSection .fsProfileSectionData.fsTitle {
      font-weight: normal;
      font-size: 1em; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      float: left; }
      .fsProfileSectionSpecialData > div:first-child, .fsProfileSpecialFieldName > div:first-child {
        width: 25%; }
      .fsProfileSectionSpecialData > div:last-child, .fsProfileSpecialFieldName > div:last-child {
        width: 75%; } }

.fsProfileSectionFieldName,
.fsProfileSectionFieldValue {
  width: auto;
  float: none; }

@media (min-width: 800px) {
  .fsProfileSectionFieldName {
    width: 25%;
    float: left; } }

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 75%;
    float: left; } }

@media (min-width: 800px) {
  .fsBiography .fsProfileSectionFieldName {
    font-weight: bold; }
  .fsBiography .fsProfileSectionFieldName,
  .fsBiography .fsProfileSectionFieldValue {
    float: none;
    width: 100%; } }

.fsProfileSectionData.fsEmployedSince {
  width: 100% !important; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    border: 1px solid #eee; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px; }

@media (min-width: 750px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 750px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  .fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
    clear: both; }

@media (min-width: 750px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 750px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 750px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 750px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1380px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion .fsPanel {
    margin-bottom: 5px; }
    .fsAccordion .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: #367AB1;
      border: 0 solid transparent; }
      .fsAccordion .fsPanel > header h2 {
        transition: all 0.333s;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 12px;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-weight: normal; }
        .fsAccordion .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
      .fsAccordion .fsPanel > header:hover {
        background: #000000;
        border-color: transparent; }
        .fsAccordion .fsPanel > header:hover h2 {
          color: #fff; }
    .fsAccordion .fsPanel > .fsElementContent {
      border: 0 solid #bebebe;
      border-top: none; }
    .fsAccordion .fsPanel.fsStateOpen > header {
      background: #B3B3B3;
      border-color: #bebebe;
      border-bottom-color: transparent; }
      .fsAccordion .fsPanel.fsStateOpen > header h2 {
        color: #fff; }

.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: 15px;
  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 20px 0 0; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2:before {
  display: none; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2:after {
  margin: 0 0 0 20px;
  float: right; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  position: relative;
  padding-left: 110px;
  min-height: 90px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 90px;
  width: 90px;
  color: #424242;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 2px #B3B3B3;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 48px;
      color: #367AB1;
      line-height: 1em; }

.fsCalendar .fsTitle {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .fsCalendar .fsTitle a:hover, .fsCalendar .fsTitle a:focus {
    color: #689bc5; }

.fsCalendar .fsEventDetails {
  font-size: 15px; }

.fsCalendar .fsTimeRange {
  font-size: 15px;
  line-height: 1.33333;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }
  .fsCalendar .fsTimeRange:before {
    color: #000000;
    margin-right: 2px;
    content: ""; }

.fsCalendar .fsLocation {
  font-size: 15px;
  line-height: 1.33333;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }
  .fsCalendar .fsLocation:before {
    margin-right: 4px;
    content: "";
    color: #000000; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 0, 0, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 0, 0, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(0, 0, 0, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 0, 0, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 20px;
    background: #5f5f5f;
    color: #fff;
    outline: 0;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background-color: #8f8f8f;
      color: #000; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.1; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend ul,
.fsCalendar.fsGrid .fsCalendarLegend ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend a {
  display: block; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
@media (max-width: 600px) {
  .fsCalendar.fsSlideshow article {
    padding-left: 90px; } }

@media (max-width: 600px) {
  .fsCalendar.fsSlideshow .fsDate {
    width: 70px;
    height: 70px;
    font-size: 10px; } }

@media (max-width: 600px) {
  .fsCalendar.fsSlideshow .fsDate .fsDay {
    font-size: 30px; } }

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
      padding-left: 45px;
      padding-right: 45px; } }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsSlideshowVertical .fsElementSlideshow {
      padding-left: 45px;
      padding-right: 45px; } }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.caption {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 9.6px;
  color: #797979;
  font-family: "Roboto Condensed", Times, serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

.fs_style_24,
.lead-in {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #367AB1;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600; }

.fs_style_31 {
  display: block;
  margin: 20px 0;
  background: transparent;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 500; }
  .fs_style_31.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .fs_style_31.left {
        width: 50%; } }
  .fs_style_31.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .fs_style_31.right {
        width: 50%; } }

.content-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .content-block > header {
    border-bottom: 1px solid #000;
    margin-bottom: 20px; }
    .content-block > header .fsElementTitle {
      font-size: 18px;
      color: #367AB1;
      margin-bottom: 5px; }
  .content-block:first-child {
    margin-top: 0; }
  .content-block:last-child {
    margin-bottom: 0; }
  .content-block img {
    border-bottom: 5px solid #689bc5; }

.fs_style_25,
.fs_style_26,
.fs_style_27 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #000000;
  color: #fff !important;
  outline: 0;
  text-align: center;
  border: 0px solid transparent; }
  .fs_style_25:hover, .fs_style_25:focus,
  .fs_style_26:hover,
  .fs_style_26:focus,
  .fs_style_27:hover,
  .fs_style_27:focus {
    background-color: #367AB1;
    color: #fff !important; }
  .fs_style_25 em,
  .fs_style_26 em,
  .fs_style_27 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_25:hover, .fs_style_25:focus,
  .fs_style_26:hover,
  .fs_style_26:focus,
  .fs_style_27:hover,
  .fs_style_27:focus {
    border: 0px solid #bebebe;
    text-decoration: none;
    background: #333; }

.fs_style_25 {
  background-color: #367AB1; }
  .fs_style_25:hover, .fs_style_25:focus {
    background: #2a5f8a; }

.fs_style_27 {
  background-color: #B3B3B3; }
  .fs_style_27:hover, .fs_style_27:focus {
    background: #9a9a9a;
    color: #5f5f5f; }

.fs_style_32,
.fs_style_33,
.fs_style_34 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #000000;
  color: #fff !important;
  outline: 0;
  text-align: center;
  padding: 27px 30px;
  letter-spacing: normal;
  font-size: 1em;
  line-height: 20px;
  border: 0px solid transparent;
  font-size: 22px;
  padding: 1em 2.5em; }
  .fs_style_32:hover, .fs_style_32:focus,
  .fs_style_33:hover,
  .fs_style_33:focus,
  .fs_style_34:hover,
  .fs_style_34:focus {
    background-color: #367AB1;
    color: #fff !important; }
  .fs_style_32 em,
  .fs_style_33 em,
  .fs_style_34 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }
  .fs_style_32 em,
  .fs_style_33 em,
  .fs_style_34 em {
    margin-top: .5em; }
  .fs_style_32:hover, .fs_style_32:focus,
  .fs_style_33:hover,
  .fs_style_33:focus,
  .fs_style_34:hover,
  .fs_style_34:focus {
    border: 0px solid #bebebe;
    text-decoration: none;
    background: #333; }
  #fsBannerLeft .fs_style_32,
  #fsBannerRight .fs_style_32, #fsBannerLeft
  .fs_style_33,
  #fsBannerRight
  .fs_style_33, #fsBannerLeft
  .fs_style_34,
  #fsBannerRight
  .fs_style_34 {
    display: block; }
  .fs_style_32.fs_style_32,
  .fs_style_33.fs_style_32,
  .fs_style_34.fs_style_32 {
    background: #367AB1; }
    .fs_style_32.fs_style_32:hover, .fs_style_32.fs_style_32:focus,
    .fs_style_33.fs_style_32:hover,
    .fs_style_33.fs_style_32:focus,
    .fs_style_34.fs_style_32:hover,
    .fs_style_34.fs_style_32:focus {
      background: #2a5f8a; }
  .fs_style_32.fs_style_34,
  .fs_style_33.fs_style_34,
  .fs_style_34.fs_style_34 {
    background: #B3B3B3; }
    .fs_style_32.fs_style_34:hover, .fs_style_32.fs_style_34:focus,
    .fs_style_33.fs_style_34:hover,
    .fs_style_33.fs_style_34:focus,
    .fs_style_34.fs_style_34:hover,
    .fs_style_34.fs_style_34:focus {
      background: #9a9a9a;
      color: #333; }

.fs_style_29 {
  border-left: 12px solid #000000;
  width: 100%; }
  .fs_style_29[style="float: right;"] {
    width: auto; }
  .fs_style_29[style="float: left;"] {
    width: auto; }

.fsSlideshow .fsPager li {
  margin: 0 1px; }
  .fsSlideshow .fsPager li button {
    height: 13px;
    width: 13px;
    padding: 0; }
    .fsSlideshow .fsPager li button:before {
      height: 13px;
      width: 13px;
      font-size: 42px;
      color: #d7d7d7;
      opacity: 1; }

.fsReadMoreLink {
  font-size: 15px;
  display: inline-block;
  color: #000000;
  margin-top: 10px; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #367AB1;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover, .fsComposerFormEmbed form .linkLike:focus {
        color: #000000; }
    .fsComposerFormEmbed form .required {
      color: #000000; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #367AB1;
        transition: .3s;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .nextPage:focus, .fsComposerFormEmbed form .pageBreak .prevPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:focus {
          color: #000000;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #000000 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        transition: .3s;
        color: #fff !important;
        background: #367AB1 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Roboto", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:focus:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:focus:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

#fsHeader .navigation.main {
  margin: 0;
  display: none;
  max-width: 100%;
  width: calc(100% - 340px);
  position: absolute;
  top: 0;
  right: 0; }
  #fsHeader .navigation.main li.menu-item-open .fsNavPageInfo {
    display: block; }
  #fsHeader .navigation.main ul,
  #fsHeader .navigation.main ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsHeader .navigation.main a {
    display: block; }
  @media (min-width: 1000px) {
    #fsHeader .navigation.main {
      display: block;
      width: calc(100% - 320px); } }
  @media (min-width: 1380px) {
    #fsHeader .navigation.main {
      width: calc(100% - 460px); } }
  #fsHeader .navigation.main nav {
    height: 100%; }
    #fsHeader .navigation.main nav ul,
    #fsHeader .navigation.main nav ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    #fsHeader .navigation.main nav a {
      display: block; }
    #fsHeader .navigation.main nav ul.fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 100%;
      margin: 0; }
      #fsHeader .navigation.main nav ul.fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto;
        text-transform: uppercase;
        height: 100%;
        position: relative; }
        .no-flexbox #fsHeader .navigation.main nav ul.fsNavLevel1 > li {
          display: inline-block; }
        #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
          font-weight: 400;
          text-align: center;
          padding: 40px 8px;
          background: none;
          white-space: nowrap;
          display: block; }
          @media (min-width: 1000px) {
            #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
              font-size: 14px; } }
          @media (min-width: 1200px) {
            #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
              font-size: 15px;
              padding: 39.5px 8px; } }
          @media (min-width: 1300px) {
            #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
              font-size: 16px;
              padding: 38.5px 8px; } }
          @media (min-width: 1380px) {
            #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
              font-size: 17px;
              padding: 38px 8px; } }
          @media (min-width: 1480px) {
            #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a {
              font-size: 18px;
              padding: 37px 8px; } }
          #fsHeader .navigation.main nav ul.fsNavLevel1 > li > a:focus {
            background: rgba(104, 155, 197, 0.95); }
        #fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover {
          background: rgba(104, 155, 197, 0.95); }
        #fsHeader .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
        #fsHeader .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
          background: rgba(104, 155, 197, 0.95); }
  #fsHeader .navigation.main .fsNavPageInfo {
    position: absolute;
    top: 99.5%;
    z-index: 20;
    display: none;
    width: 650px;
    left: 0;
    padding: 13.33333px;
    background: rgba(104, 155, 197, 0.95);
    text-align: left; }
    #fsHeader .navigation.main .fsNavLevel1 > li:last-child .fsNavPageInfo {
      right: 0;
      left: auto;
      -ms-transform: none;
      transform: none; }
    #fsHeader .navigation.main .fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo {
      right: 0;
      left: auto;
      -ms-transform: none;
      transform: none; }
    #fsHeader .navigation.main .fsNavLevel1 > li:nth-last-child(3) .fsNavPageInfo {
      right: 0;
      left: auto;
      -ms-transform: none;
      transform: none; }
    #fsHeader .navigation.main .fsNavPageInfo .fsNavPageDescription {
      display: inline-block;
      vertical-align: top;
      margin-right: -0.22em;
      width: 36.58537%;
      font-size: 14px;
      line-height: 1.57143;
      color: #fff; }
      #fsHeader .navigation.main .fsNavPageInfo .fsNavPageDescription h3,
      #fsHeader .navigation.main .fsNavPageInfo .fsNavPageDescription a {
        display: block;
        margin: 1.5 0 0;
        padding: 0;
        font-size: 1.5em;
        line-height: 1.25;
        color: #367AB1;
        font-family: "Roboto Condensed", Times, serif; }
        #fsHeader .navigation.main .fsNavPageInfo .fsNavPageDescription h3, #fsHeader .navigation.main .fsNavPageInfo .fsNavPageDescription h3:hover,
        #fsHeader .navigation.main .fsNavPageInfo .fsNavPageDescription a,
        #fsHeader .navigation.main .fsNavPageInfo .fsNavPageDescription a:hover {
          background: none; }
        #fsHeader .navigation.main .fsNavPageInfo .fsNavPageDescription h3:first-child,
        #fsHeader .navigation.main .fsNavPageInfo .fsNavPageDescription a:first-child {
          margin-top: 0; }
    #fsHeader .navigation.main .fsNavPageInfo ul.fsNavLevel2 {
      margin: 0;
      margin: 0;
      width: 100%;
      min-height: initial;
      -moz-column-count: 3;
      column-count: 3;
      -moz-column-gap: 30px;
      column-gap: 30px;
      -moz-column-rule: none;
      column-rule: none;
      zoom: 1; }
      #fsHeader .navigation.main .fsNavPageInfo ul.fsNavLevel2:after {
        display: table;
        clear: both;
        content: ''; }
      #fsHeader .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li {
        page-break-inside: avoid;
        break-inside: avoid-column; }
      .no-csscolumns #fsHeader .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li {
        margin-right: -10px;
        margin-left: -10px;
        text-transform: none;
        border: 0;
        display: inline-block;
        float: left;
        width: 33.3%;
        vertical-align: top; }
        .no-csscolumns #fsHeader .navigation.main .fsNavPageInfo ul.fsNavLevel2 > li:first-child:after {
          content: normal; }
    #fsHeader .navigation.main .fsNavPageInfo a {
      font-size: 14px;
      line-height: 1.57143;
      font-weight: 400;
      text-align: left;
      color: #fff;
      padding: 10px 10px; }
      #fsHeader .navigation.main .fsNavPageInfo a:hover, #fsHeader .navigation.main .fsNavPageInfo a:focus {
        color: #d9d9d9; }
  #fsHeader .navigation.main li:hover .fsNavPageInfo {
    display: block; }

#fsPageBodyWrapper .navigation.tier {
  margin-bottom: 20px;
  transition: all 0.333s;
  max-height: 0;
  overflow: hidden;
  display: none;
  /*
    Home: N/A
    Tier 1 (AKA: "Landing Page"): Show T3 (immediate children WITH immediate children expanded ONLY of current page)
    Tier 2: Show T3 (immediate children)
    Tier 3: Show T3 (siblings, with current page in 'active' state), Show T4 (immediate children ONLY of current page)
    Tier 4: Show T3 (immediate parent & parent's siblings, with current page ancestor in 'active' state), Show T4 (siblings ONLY of current page)
    Tier 5: ?? Show link back to immediate parent?
  */ }
  #fsPageBodyWrapper .navigation.tier ul,
  #fsPageBodyWrapper .navigation.tier ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsPageBodyWrapper .navigation.tier a {
    display: block; }
  .has-tier-navigation #fsPageBodyWrapper .navigation.tier {
    max-height: 1000px; }
  @media (min-width: 750px) {
    #fsPageBodyWrapper .navigation.tier {
      margin-right: 0;
      margin-left: 0;
      display: block; } }
  #fsPageBodyWrapper .navigation.tier.mobile {
    display: block; }
    @media (min-width: 750px) {
      #fsPageBodyWrapper .navigation.tier.mobile {
        display: none; } }
  #fsPageBodyWrapper .navigation.tier > header .fsElementTitle {
    background-color: transparent;
    padding: 0 0 10px 0;
    cursor: pointer;
    text-align: left;
    color: #367AB1;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: none;
    position: relative;
    border-bottom: 1px solid #367AB1; }
    #fsPageBodyWrapper .navigation.tier > header .fsElementTitle:after {
      content: "";
      padding: 0 20px;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (min-width: 750px) {
      #fsPageBodyWrapper .navigation.tier > header .fsElementTitle:after {
        display: none; } }
  #fsPageBodyWrapper .navigation.tier > .fsElementContent {
    transition: all 0.333s;
    display: none; }
    #fsPageBodyWrapper .navigation.tier.mobile.active-nav .fsElementContent {
      display: block; }
    @media (min-width: 750px) {
      #fsPageBodyWrapper .navigation.tier > .fsElementContent {
        display: block; } }
  #fsPageBodyWrapper .navigation.tier.active-nav > header .fsElementTitle:after {
    content: ""; }
  #fsPageBodyWrapper .navigation.tier li {
    margin: 9px 0;
    line-height: 1.2em; }
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPage > a,
  #fsPageBodyWrapper .navigation.tier .fsNavCurrentPageAncestor > a {
    font-weight: 600; }
  #fsPageBodyWrapper .navigation.tier [class*="fsNavLevel"] {
    margin: 0; }

.navigation.tier .fsNavPageInfo {
  display: none; }
  .navigation.tier .fsNavCurrentPageAncestor .fsNavPageInfo {
    display: block; }
  .navigation.tier .fsNavParentPage.fsNavCurrentPage .fsNavPageInfo {
    display: block; }

.navigation.tier ul.fsNavLevel2 li {
  padding-left: 15px; }

.navigation.tier ul.fsNavLevel3 li {
  padding-left: 30px; }

#fsMenu {
  transition: all 0.333s;
  width: 100%;
  padding: 0 16px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  height: 0;
  background: #367AB1; }
  .fsAccountBarVisible #fsMenu {
    top: 0; }
  @media (min-width: 1000px) {
    #fsMenu {
      height: 0 !important; } }
  .off-canvas-menu-open #fsMenu {
    height: 100vh;
    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; }
  #fsMenu header .fsElementTitle {
    display: none; }
  #fsMenu header .fsElementHeaderContent {
    display: none; }
  #fsMenu .button.off-canvas-trigger {
    background: #797979;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    margin: 0;
    width: 100%;
    height: 65px;
    -ms-transform: none;
    transform: none; }
    #fsMenu .button.off-canvas-trigger, #fsMenu .button.off-canvas-trigger:hover {
      border-color: transparent; }
    #fsMenu .button.off-canvas-trigger:hover {
      color: #fff; }
    #fsMenu .button.off-canvas-trigger span {
      display: none; }
    #fsMenu .button.off-canvas-trigger:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 10px;
      width: 100%;
      text-align: left;
      text-indent: 0;
      font-size: 34px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #fsMenu .navigation.main {
    position: relative;
    top: 0;
    margin-top: 60px;
    padding: 20px 0 10px; }
    #fsMenu .navigation.main ul.fsNavLevel1 {
      display: block;
      margin: 0;
      padding: 0; }
      #fsMenu .navigation.main ul.fsNavLevel1 li {
        display: block;
        position: relative;
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 6px; }
        #fsMenu .navigation.main ul.fsNavLevel1 li.fsNavCurrentPage > a,
        #fsMenu .navigation.main ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
          color: #ccc; }
        #fsMenu .navigation.main ul.fsNavLevel1 li span.sub-trigger {
          display: block;
          width: 25px;
          height: 25px;
          position: absolute;
          top: 0;
          right: 0;
          text-align: center;
          cursor: pointer; }
          #fsMenu .navigation.main ul.fsNavLevel1 li span.sub-trigger:after {
            content: "";
            font-size: 1.7em;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          #fsMenu .navigation.main ul.fsNavLevel1 li.active span.sub-trigger:after {
            content: '\f106' !important; }
        #fsMenu .navigation.main ul.fsNavLevel1 li a {
          border: none;
          display: block;
          width: calc(100% - 25px);
          color: #fff; }
          #fsMenu .navigation.main ul.fsNavLevel1 li a:hover {
            color: #ccc;
            text-decoration: none; }
    #fsMenu .navigation.main ul.fsNavLevel2 {
      margin: 10px 0; }
      #fsMenu .navigation.main ul.fsNavLevel2 li {
        text-transform: none;
        font-size: 15px;
        margin-bottom: 4px; }
    #fsMenu .navigation.main .fsNavPageInfo {
      display: none; }
      #fsMenu .navigation.main ul.fsNavLevel1 li.active > .fsNavPageInfo {
        display: block;
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        -ms-transform: none;
        transform: none;
        background: none; }
  #fsMenu .navigation.utility {
    margin-bottom: 40px; }
    #fsMenu .navigation.utility ul,
    #fsMenu .navigation.utility ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    #fsMenu .navigation.utility a {
      display: block; }
    #fsMenu .navigation.utility ul.fsNavLevel1 {
      margin-right: -20px;
      margin-left: -20px;
      padding: 10px 20px;
      display: block;
      background: #fff; }
      #fsMenu .navigation.utility ul.fsNavLevel1 li {
        display: block;
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
        padding-left: 20px; }
        #fsMenu .navigation.utility ul.fsNavLevel1 li span.sub-trigger {
          display: block;
          width: 25px;
          height: 25px;
          position: absolute;
          top: 8px;
          right: 0;
          text-align: center;
          cursor: pointer; }
          #fsMenu .navigation.utility ul.fsNavLevel1 li span.sub-trigger:after {
            content: "";
            font-size: 1.7em;
            color: #B3B3B3;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .navigation.utility ul.fsNavLevel1 li.active span.sub-trigger:after {
            content: '\f106' !important; }
        #fsMenu .navigation.utility ul.fsNavLevel1 li a {
          margin-right: 2px;
          margin-left: 2px;
          font-size: 14px;
          line-height: 1em;
          text-transform: uppercase;
          text-align: center;
          padding: 1.1em .8em 1.1em 1.2em;
          text-align: left;
          color: #000000; }
          @media (min-width: 1000px) {
            #fsMenu .navigation.utility ul.fsNavLevel1 li a {
              padding: 1.02em .9em; } }
          #fsMenu .navigation.utility ul.fsNavLevel1 li a:hover, #fsMenu .navigation.utility ul.fsNavLevel1 li a:focus {
            color: #fff; }
          #fsMenu .navigation.utility ul.fsNavLevel1 li a:hover {
            color: #B3B3B3; }
          #fsMenu .navigation.utility ul.fsNavLevel1 li a > .fsElementContent {
            display: inline; }
        #fsMenu .navigation.utility ul.fsNavLevel1 li ul.fsNavLevel2 {
          margin: 0 0 1em; }
          #fsMenu .navigation.utility ul.fsNavLevel1 li ul.fsNavLevel2 li a {
            text-transform: none;
            font-size: 15px;
            padding: 10px 0 10px 10px; }
        #fsMenu .navigation.utility ul.fsNavLevel1 li .fsNavPageInfo {
          display: none; }
          .navigation.utility ul.fsNavLevel1 li.active > .fsNavPageInfo {
            display: block !important;
            position: relative;
            width: auto;
            top: 0;
            left: 0;
            -ms-transform: none;
            transform: none;
            background: none; }

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

.navigation.social a {
  display: block; }

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

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

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

#fsFooter .social {
  margin-bottom: 40px; }
  @media (min-width: 750px) {
    #fsFooter .social {
      position: absolute;
      top: 0;
      right: 0;
      width: 40%; } }
  #fsFooter .social > header {
    display: none; }
    .fsComposeMode #fsFooter .social > header {
      display: block; }
  @media (min-width: 1380px) {
    #fsFooter .social .fsElementContent ul.fsNavLevel1 {
      text-align: right; } }
  #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -999em;
    padding: 0;
    margin: 0; }
    @media (min-width: 750px) {
      #fsFooter .social .fsElementContent ul.fsNavLevel1 > .break {
        display: none; } }
  #fsFooter .social .fsElementContent a {
    color: transparent; }
    #fsFooter .social .fsElementContent a:after {
      color: #fff; }
    #fsFooter .social .fsElementContent a:hover {
      background: none;
      color: transparent; }
      #fsFooter .social .fsElementContent a:hover:after {
        background: none;
        color: #367AB1; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

.fsFacebookList {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .fsFacebookList .fsFacebookListItem {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsVimeoList {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .fsVimeoList .fsVimeoListItem {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #dddedf;
    transition: opacity .3s;
    opacity: .6;
    cursor: pointer; }
    .fsVimeoList .fsVimeoListItem:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .fsVimeoList .fsVimeoListItem:hover {
      border: none;
      border-bottom: solid 1px #dddedf;
      padding: 0;
      padding-bottom: 20px;
      opacity: 1;
      transition: opacity .3s; }
      .fsVimeoList .fsVimeoListItem:hover:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #5f5f5f;
  color: #fff;
  outline: 0;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background-color: #8f8f8f;
    color: #000; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

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

.fsYoutubeList a {
  display: block; }

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #5f5f5f;
  color: #fff;
  outline: 0;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background-color: #8f8f8f;
    color: #000; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1; }

.fsNews {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /*Slideshow*/ }
  .fsNews > header {
    border-bottom: 1px solid #000;
    margin-bottom: 20px; }
    .fsNews > header .fsElementTitle {
      font-size: 18px;
      color: #367AB1;
      margin-bottom: 5px; }
  .fsNews:first-child {
    margin-top: 0; }
  .fsNews:last-child {
    margin-bottom: 0; }
  .fsNews img {
    border-bottom: 5px solid #689bc5; }
  .fsNews.fsDialog:last-child {
    margin: auto; }
  .fsNews article {
    margin-top: 20px;
    margin-bottom: 20px; }
    .fsNews article:first-child {
      margin-top: 0; }
  .fsNews .fsThumbnail {
    display: block;
    margin-bottom: 20px; }
    .fsNews .fsThumbnail img {
      display: block; }
  .fsNews .fsTitle {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .fsNews .fsTitle a:hover, .fsNews .fsTitle a:focus {
      color: #689bc5; }
  .fsNews .fsDateTime {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    line-height: 1.14286;
    color: #424242;
    letter-spacing: normal;
    font-style: normal;
    font-weight: 600;
    color: #5f5f5f; }
  .fsNews .fsSummary {
    font-size: 15px;
    line-height: 1.33333;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
    .fsNews .fsSummary p {
      margin: 0; }
    .fsNews .fsSummary :first-child {
      margin-top: 0; }
  .fsNews.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article {
    padding: 20px; }
  .fsNews.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }

.fsAlertFeeds {
  zoom: 1;
  margin: 10px 0; }
  .fsAlertFeeds:after {
    display: table;
    clear: both;
    content: ''; }

/*=======================*/
/* 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: right; }
  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: 46px; }
    form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-focus {
      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: 46px; }
  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 label {
    font-size: 0;
    line-height: 1; }
  form.gsc-search-box-tools input.gsc-input {
    background: #fff !important;
    background-image: none !important;
    width: 100%;
    height: 46px !important;
    color: #797979;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    padding-right: 46px !important;
    padding-left: 20px !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-appearance: 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 10px;
    overflow: hidden;
    height: 46px;
    width: 46px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #eee; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      content: #eee;
      opacity: 1;
      font-size: 20px;
      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: #fff; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 46px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

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

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

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

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

/*=======================*/
/* Header Styles         */
/*=======================*/
#fsHeader .fsSearch.fsSearchField {
  transition: all 0.333s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 30%;
  max-height: 0;
  overflow: hidden; }
  .page-search-open #fsHeader .fsSearch.fsSearchField {
    max-height: 66px;
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, 0.2); }
  #fsHeader .fsSearch.fsSearchField .fsElementContent td.gsc-search-button {
    transition: all 0.333s; }
    @media (min-width: 500px) {
      #fsHeader .fsSearch.fsSearchField .fsElementContent td.gsc-search-button {
        background-color: #367AB1; } }
  #fsHeader .fsSearch.fsSearchField .fsElementContent input.gsc-input {
    transition: all 0.333s; }
    @media (min-width: 500px) {
      #fsHeader .fsSearch.fsSearchField .fsElementContent input.gsc-input {
        padding-right: 66px !important; } }

/*=======================*/
/* Drawer-Specific Styles         */
/*=======================*/
#fsMenu .fsSearch.fsSearchField {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0 0 20px;
  width: calc(100% - 60px); }
  #fsMenu .fsSearch.fsSearchField form.gsc-search-box-tools div.gsc-input-box {
    background-color: transparent !important; }
  #fsMenu .fsSearch.fsSearchField form.gsc-search-box-tools input.gsc-input {
    text-transform: none; }
  #fsMenu .fsSearch.fsSearchField form.gsc-search-box-tools td.gsc-search-button {
    color: #5f5f5f; }
    #fsMenu .fsSearch.fsSearchField form.gsc-search-box-tools td.gsc-search-button:after {
      font-size: 16px; }

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 750px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin: 0;
        padding: 12px 15px;
        background: #000000;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-family: "Roboto", sans-serif;
        letter-spacing: normal;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        border: 1px solid transparent; }
        .fsTabs .fsTabsNav li a:hover {
          background: #367AB1;
          color: #fff;
          border-color: transparent; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #fff;
        color: #000000;
        border-color: #bebebe; }
  .fsTabs .fsElementContent {
    padding-right: 0;
    padding-left: 0; }
  .fsTabs .fsPanel {
    margin-bottom: 5px; }
    .fsTabs .fsPanel > header {
      transition: all 0.333s;
      cursor: pointer;
      background: #367AB1;
      border: 0 solid transparent; }
      .fsTabs .fsPanel > header h2 {
        transition: all 0.333s;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 12px;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-weight: normal; }
        .fsTabs .fsPanel > header h2:before {
          font-family: "IcoMoon"; }
        .fsTabs .fsPanel > header h2:before {
          content: "";
          margin-right: 40px; }
      .fsTabs .fsPanel > header:hover {
        background: #000000;
        border-color: transparent; }
        .fsTabs .fsPanel > header:hover h2 {
          color: #fff; }
    .fsTabs .fsPanel > .fsElementContent {
      border: 0 solid #bebebe;
      border-top: none; }
      @media (min-width: 500px) {
        .fsTabs .fsPanel > .fsElementContent {
          border: none; } }
    .fsTabs .fsPanel.fsStateOpen > header {
      background: #B3B3B3;
      border-color: #bebebe;
      border-bottom-color: transparent; }
      .fsTabs .fsPanel.fsStateOpen > header h2 {
        color: #fff; }
    .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: 750px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

#fsHeader {
  position: relative;
  z-index: 11; }
  @media (min-width: 1000px) {
    #fsHeader {
      padding: 0; } }
  .has-masthead #fsHeader {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  .has-masthead .fsComposeMode #fsHeader {
    position: relative !important;
    top: auto;
    left: auto;
    z-index: auto; }
  .fsComposeMode #fsHeader {
    overflow: hidden; }
  #fsHeader a:hover, #fsHeader a:focus {
    text-decoration: none; }
  #fsHeader > .fsBanner {
    min-height: 101px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  #fsHeader header .fsElementTitle {
    display: none; }
  #fsHeader header .fsElementHeaderContent {
    display: none; }

.off-canvas-trigger {
  display: block;
  height: 58px;
  width: 58px;
  text-align: left;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 30px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0; }
  .off-canvas-trigger span {
    display: none; }
  .off-canvas-trigger:hover, .off-canvas-trigger:focus {
    background: none; }
    .off-canvas-trigger:hover img, .off-canvas-trigger:focus img {
      -webkit-filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, 0.3));
      filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, 0.3)); }
  @media (min-width: 1000px) {
    .off-canvas-trigger {
      display: none; } }

#fsHeader .branding {
  width: 50%;
  text-transform: uppercase;
  font-size: 13px; }
  #fsHeader .branding strong {
    font-size: 20px; }
  @media (min-width: 500px) {
    #fsHeader .branding {
      width: 380px;
      font-size: 18px; }
      #fsHeader .branding strong {
        font-size: 25px; } }
  @media (min-width: 1000px) {
    #fsHeader .branding {
      width: 300px;
      margin-left: 40px;
      font-size: 16px; } }
  @media (min-width: 1380px) {
    #fsHeader .branding {
      width: 380px; }
      #fsHeader .branding strong {
        font-size: 32px; } }
  #fsHeader .branding > header {
    display: none; }
  #fsHeader .branding > .fsElementContent > a {
    display: block;
    color: #fff;
    position: relative;
    padding: 13.33333px 0;
    z-index: 20; }
  #fsHeader .branding > .fsElementContent span.schoolname {
    display: block;
    position: absolute;
    top: 50%;
    left: 104px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    letter-spacing: 1px;
    line-height: 1.1em; }
    @media (min-width: 1000px) {
      #fsHeader .branding > .fsElementContent span.schoolname {
        left: 94px; } }
    @media (min-width: 1380px) {
      #fsHeader .branding > .fsElementContent span.schoolname {
        left: 86px; } }
    #fsHeader .branding > .fsElementContent span.schoolname strong {
      display: block;
      line-height: 1em; }
  #fsHeader .branding > .fsElementContent img {
    display: block;
    vertical-align: top;
    width: 74px;
    margin-left: 20px;
    max-height: 74px; }
    @media (min-width: 1000px) {
      #fsHeader .branding > .fsElementContent img {
        margin-left: 0; } }

#fsHeader .utilities {
  width: 100%;
  display: none;
  margin: 0; }
  @media (min-width: 1000px) {
    #fsHeader .utilities {
      display: block; } }
  #fsHeader .utilities .fsElementContent {
    position: relative;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 750px) {
      #fsHeader .utilities .fsElementContent {
        height: 44px; } }
  #fsHeader .utilities .school-details {
    display: none; }
    @media (min-width: 1250px) {
      #fsHeader .utilities .school-details {
        font-size: 14px;
        text-transform: uppercase;
        text-align: left;
        color: rgba(255, 255, 255, 0.5);
        display: block;
        position: absolute;
        left: 2.5em;
        top: 50%;
        width: 30%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
  @media (min-width: 1000px) {
    #fsHeader .utilities section {
      display: inline-block;
      vertical-align: top; } }
  #fsHeader .utilities .navigation.utility ul,
  #fsHeader .utilities .navigation.utility ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsHeader .utilities .navigation.utility a {
    display: block; }
  @media (min-width: 750px) {
    #fsHeader .utilities .navigation.utility {
      height: 44px;
      position: absolute;
      top: 0;
      right: 47px;
      width: calc(100% - 47px);
      text-align: right; } }
  @media (min-width: 1250px) {
    #fsHeader .utilities .navigation.utility {
      width: 70%; } }
  #fsHeader .utilities .navigation.utility ul.fsNavLevel1 {
    margin: 0;
    position: relative; }
    #fsHeader .utilities .navigation.utility ul.fsNavLevel1 .translate-button {
      position: relative; }
      #fsHeader .utilities .navigation.utility ul.fsNavLevel1 .translate-button #google_translate_element {
        position: absolute;
        top: 5px;
        right: 0;
        cursor: pointer;
        width: 100%;
        z-index: 2;
        opacity: 0; }
      #fsHeader .utilities .navigation.utility ul.fsNavLevel1 .translate-button .google-translate-toggle:before {
        content: "";
        margin-right: 5px;
        color: #fff; }
    #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li {
      display: inline-block;
      vertical-align: middle;
      margin-right: -0.22em;
      position: relative; }
      #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li a:focus {
        background: #B3B3B3;
        color: #fff; }
      #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li:hover > a, #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li.menu-item-open > a {
        color: #fff; }
      #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li.school-links {
        position: static; }
        #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li.school-links .fsNavPageInfo {
          width: 100%; }
        #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li.school-links .fsNavLevel2 {
          -moz-column-count: 3;
          column-count: 3; }
      #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
        margin-right: 2px;
        margin-left: 2px;
        font-size: 14px;
        line-height: 1em;
        text-transform: uppercase;
        text-align: center;
        padding: 1.1em .8em 1.1em 1.2em; }
        @media (min-width: 1000px) {
          #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a {
            padding: 1.02em .9em; } }
        #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a:hover, #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a:focus {
          color: #fff; }
        #fsHeader .utilities .navigation.utility ul.fsNavLevel1 > li > a > .fsElementContent {
          display: inline; }
  #fsHeader .utilities .navigation.utility .fsNavPageInfo {
    position: absolute;
    top: 99.5%;
    z-index: 20;
    display: none;
    width: 150%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 10px;
    background: #B3B3B3;
    text-align: left; }
    #fsHeader .utilities .navigation.utility .fsNavPageInfo ul.fsNavLevel2 {
      width: 100%;
      margin: 0; }
      #fsHeader .utilities .navigation.utility .fsNavPageInfo ul.fsNavLevel2 > li {
        margin: 0 0 .5em;
        position: relative;
        font-size: 14px; }
        #fsHeader .utilities .navigation.utility .fsNavPageInfo ul.fsNavLevel2 > li a {
          padding: 0 6.66667px;
          color: #000000; }
          #fsHeader .utilities .navigation.utility .fsNavPageInfo ul.fsNavLevel2 > li a:hover, #fsHeader .utilities .navigation.utility .fsNavPageInfo ul.fsNavLevel2 > li a:focus {
            color: rgba(0, 0, 0, 0.6); }
  #fsHeader .utilities .navigation.utility li:hover .fsNavPageInfo, #fsHeader .utilities .navigation.utility li.menu-item-open .fsNavPageInfo {
    display: block; }

.sub-navigation {
  display: none;
  background: #367AB1; }
  .has-sub-navigation .sub-navigation {
    display: block; }
    .has-sub-navigation .sub-navigation.masthead-alternate {
      display: none; }
  .sub-navigation > header .fsElementTitle {
    display: none; }
  .sub-navigation > header .fsElementHeaderContent {
    background-color: transparent;
    padding: 0 0 10px 0;
    cursor: pointer;
    text-align: left;
    color: #367AB1;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: none;
    position: relative; }
    .sub-navigation > header .fsElementHeaderContent:after {
      content: "";
      padding: 0 20px;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .sub-navigation > .fsElementContent {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 1000px) {
      .sub-navigation > .fsElementContent {
        max-height: none; } }
  .sub-navigation-open .sub-navigation > header .fsElementHeaderContent:after {
    content: ""; }
  .sub-navigation-open .sub-navigation > .fsElementContent {
    max-height: 1000px;
    overflow-y: auto; }
  .sub-navigation nav {
    position: relative;
    margin: 0 auto;
    width: 1146px;
    max-width: 100%; }
    .sub-navigation nav ul,
    .sub-navigation nav ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .sub-navigation nav a {
      display: block; }
    .sub-navigation nav ul.fsNavLevel1 {
      margin: 0; }
      .sub-navigation nav ul.fsNavLevel1 > li {
        border-top: 1px solid #fff; }
        @media (min-width: 1000px) {
          .sub-navigation nav ul.fsNavLevel1 > li {
            display: inline-block;
            vertical-align: middle;
            margin-right: -0.22em;
            border-top: none; } }
        .sub-navigation nav ul.fsNavLevel1 > li > a {
          display: block;
          padding: 14px 20px;
          font-size: 1em;
          line-height: 1.375;
          color: #fff;
          background-color: #367AB1; }
          .sub-navigation nav ul.fsNavLevel1 > li > a:hover, .sub-navigation nav ul.fsNavLevel1 > li > a:focus {
            color: #404040;
            background-color: #367AB1; }
          @media (min-width: 1000px) {
            .sub-navigation nav ul.fsNavLevel1 > li > a {
              font-weight: 400;
              text-align: center;
              padding: 40px 8px;
              background: none;
              white-space: nowrap;
              font-size: 16px;
              line-height: 1.375;
              padding-right: 20px;
              padding-left: 20px;
              padding-top: 21.5px;
              padding-bottom: 21.5px; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      font-size: 14px; } }
  @media (min-width: 1000px) and (min-width: 1200px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      font-size: 15px;
      padding: 39.5px 8px; } }
  @media (min-width: 1000px) and (min-width: 1300px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      font-size: 16px;
      padding: 38.5px 8px; } }
  @media (min-width: 1000px) and (min-width: 1380px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      font-size: 17px;
      padding: 38px 8px; } }
  @media (min-width: 1000px) and (min-width: 1480px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      font-size: 18px;
      padding: 37px 8px; } }
  @media (min-width: 1000px) and (min-width: 1380px) {
    .sub-navigation nav ul.fsNavLevel1 > li > a {
      padding-top: 21.5px;
      padding-bottom: 21.5px;
      font-size: 1em; } }
        .sub-navigation nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
        .sub-navigation nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
          color: #000000;
          font-weight: 600; }

.navigation.utility ul.fsNavLevel1 li.nav-icon-home > a:before {
  content: "";
  margin-right: 5px; }

.navigation.utility ul.fsNavLevel1 li.nav-icon-parents > a:before {
  content: "";
  margin-right: 5px; }

.navigation.utility ul.fsNavLevel1 li.nav-icon-faculty > a:before {
  content: "";
  margin-right: 5px; }

.navigation.utility ul.fsNavLevel1 li.nav-icon-schools > a:before {
  content: "";
  margin-right: 5px; }

.search-trigger {
  display: block;
  background: black;
  color: transparent;
  width: 44px;
  height: 44px;
  text-indent: -999em;
  text-align: left;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.4); }
  .search-trigger a {
    display: block;
    height: 100%;
    width: 100%; }
    .search-trigger a:hover, .search-trigger a:focus {
      background: #306d9d; }
      .search-trigger a:hover:after, .search-trigger a:focus:after {
        color: #FFF; }
    .search-trigger a:after {
      content: "";
      font-size: 22px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-indent: 0;
      text-align: center;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(255, 255, 255, 0.4); }
  .search-trigger span {
    display: none; }
  .page-search-open .search-trigger {
    color: #404040; }
  @media (min-width: 1380px) {
    .search-trigger {
      display: block; } }

body:not(.fsComposeMode) #fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
  display: none; }
  @media (min-width: 750px) {
    body:not(.fsComposeMode) #fsBannerLeft > .fsBanner > *:not(.fsNavigation) {
      display: inherit; } }

#fsFooter {
  padding: 40px 16px;
  background-color: #B3B3B3; }
  #fsFooter a:hover, #fsFooter a:focus {
    text-decoration: none; }
  #fsFooter > .fsBanner {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.71429;
    position: relative;
    margin: 0 auto;
    width: 1146px;
    max-width: 100%; }
    @media (min-width: 750px) {
      #fsFooter > .fsBanner {
        text-align: left; } }
    #fsFooter > .fsBanner header .fsElementTitle {
      color: #367AB1;
      font-family: "Roboto Condensed", Times, serif;
      font-style: italic;
      margin-bottom: 5px; }
      @media (min-width: 1380px) {
        #fsFooter > .fsBanner header .fsElementTitle {
          text-align: left; } }
    #fsFooter > .fsBanner a {
      color: #fff; }
      #fsFooter > .fsBanner a:hover, #fsFooter > .fsBanner a:focus {
        color: #fff; }

#fsFooter .contact {
  margin: 0 0 20px;
  font-size: 15px;
  text-transform: uppercase; }
  @media (min-width: 1380px) {
    #fsFooter .contact {
      width: 60%; } }
  #fsFooter .contact > header {
    display: none; }
    .fsComposeMode #fsFooter .contact > header {
      display: block; }
  @media (min-width: 1380px) {
    #fsFooter .contact .fsElementContent {
      text-align: left; } }
  #fsFooter .contact [itemprop='name'] {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px; }
  #fsFooter .contact [itemprop='address'] {
    display: block; }
  #fsFooter .contact [itemprop='streetAddress'] {
    display: inline-block;
    margin-right: 5px;
    position: relative; }
    #fsFooter .contact [itemprop='streetAddress']:after {
      height: 1em;
      width: 1px;
      background: #fff;
      content: '';
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle; }
  #fsFooter .contact [itemprop='telephone'] {
    margin-right: 0.75em; }
  #fsFooter .contact [itemprop='telephone'],
  #fsFooter .contact [itemprop='fax'] {
    text-transform: uppercase; }

#fsFooter .footer-links {
  margin-bottom: 30px;
  font-size: 15px;
  text-transform: uppercase; }
  #fsFooter .footer-links ul,
  #fsFooter .footer-links ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #fsFooter .footer-links a {
    display: block; }
  #fsFooter .footer-links > header {
    display: none; }
    .fsComposeMode #fsFooter .footer-links > header {
      display: block; }
  #fsFooter .footer-links .fsElementContent {
    overflow: hidden; }
    #fsFooter .footer-links .fsElementContent nav {
      text-align: center; }
      @media (min-width: 750px) {
        #fsFooter .footer-links .fsElementContent nav {
          text-align: left; } }
      @media (min-width: 1380px) {
        #fsFooter .footer-links .fsElementContent nav {
          margin-right: 0;
          margin-left: 0; } }
    #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
      text-align: center;
      margin: 0; }
      @media (min-width: 750px) {
        #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
          display: inline-block;
          vertical-align: top;
          text-align: left; } }
      @media (min-width: 1380px) {
        #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 {
          margin-left: 40px; }
          #fsFooter .footer-links .fsElementContent ul.fsNavLevel1:first-child {
            margin-left: 0; } }
      #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 li {
        display: inline-block;
        line-height: 1em;
        padding-right: 10px;
        margin-right: 5px;
        border-right: 1px solid #fff;
        vertical-align: top; }
        #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 li:last-child {
          padding-right: 0;
          margin-right: 0;
          border: 0; }
        #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 li a {
          color: #367AB1; }
          #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 li a:hover, #fsFooter .footer-links .fsElementContent ul.fsNavLevel1 li a:focus {
            color: #fff; }

#fsPoweredByFinalsite {
  margin: 0 auto; }
  @media (min-width: 750px) {
    #fsPoweredByFinalsite {
      margin: 0; } }

#fsPageContent > .fsLayout .fsContent.masthead {
  display: none; }
  .fsComposeMode #fsPageContent > .fsLayout .fsContent.masthead {
    display: block; }

.has-description #fsPageContent > .fsLayout .fsContent.description {
  display: none; }

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

.home #fsPageBodyWrapper {
  padding: 0;
  margin: 0; }

.home #fsPageBody {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }

.home #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0; }

.home .fsLayout {
  margin-right: 0px;
  margin-left: 0px; }
  .home .fsLayout .fsDiv {
    padding: 0;
    margin-bottom: 0; }

.home .fsPlayer.masthead {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative; }
  .home .fsPlayer.masthead .slider-play-btn {
    position: absolute;
    top: 120px;
    left: 20px;
    background-color: #367AB1;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 0;
    padding: 0;
    z-index: 1;
    line-height: 42px; }
    @media (min-width: 1000px) {
      .home .fsPlayer.masthead .slider-play-btn {
        top: 165px; } }
    .home .fsPlayer.masthead .slider-play-btn:before {
      content: "";
      color: #fff;
      font-size: 16px;
      font-family: "Roboto Condensed", Times, serif; }
  .home .fsPlayer.masthead.slider-paused .slider-play-btn:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 7px solid transparent;
    display: inline-block; }
  .home .fsPlayer.masthead.slider-playing .slider-play-btn:before, .home .fsPlayer.masthead.slider-playing .slider-play-btn:after {
    content: "";
    width: 3px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    margin: 6px 2px 0; }
  .home .fsPlayer.masthead .slick-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .home .fsPlayer.masthead .slick-dots ul,
    .home .fsPlayer.masthead .slick-dots ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .home .fsPlayer.masthead .slick-dots a {
      display: block; }
    .home .fsPlayer.masthead .slick-dots li {
      display: inline-block; }
    .home .fsPlayer.masthead .slick-dots li + li {
      margin-left: 6px; }
    .home .fsPlayer.masthead .slick-dots button {
      border: 0;
      background-color: transparent;
      padding: 0;
      width: 12px;
      height: 12px;
      border: 2px solid #fff;
      border-radius: 100%;
      font-size: 0; }
    .home .fsPlayer.masthead .slick-dots .slick-active button {
      background-color: #fff; }
  .home .fsPlayer.masthead > header {
    display: none; }
    .fsComposeMode.home .fsPlayer.masthead header {
      display: block; }
  .home .fsPlayer.masthead .fsElementContent {
    transition: all 0.333s;
    background-color: #000;
    position: relative; }
    .home .fsPlayer.masthead .fsElementContent:after {
      content: "";
      animation: animate-spin 2s infinite linear;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      text-align: center;
      color: #72a2c8;
      font-size: 60px;
      text-transform: uppercase;
      font-weight: 700;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .has-masthead .home .fsPlayer.masthead .fsElementContent {
      padding-bottom: 0; }
      .has-masthead .home .fsPlayer.masthead .fsElementContent:after {
        content: normal; }
  .home .fsPlayer.masthead > footer {
    display: none; }
  .home .fsPlayer.masthead .cluster {
    position: absolute;
    bottom: 40%;
    width: 100%;
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    display: none; }
    @media (min-width: 750px) {
      .home .fsPlayer.masthead .cluster {
        display: block; } }
    .home .fsPlayer.masthead .cluster > .inner {
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 750px) {
        .home .fsPlayer.masthead .cluster > .inner {
          margin-right: auto;
          margin-left: auto; } }
  .home .fsPlayer.masthead .slide .image {
    position: relative;
    height: 0;
    background-position: 50% 50%;
    background-repeat: none;
    background-size: cover;
    margin-top: 101px;
    padding-bottom: 56.25%; }
    @media (min-width: 900px) {
      .home .fsPlayer.masthead .slide .image {
        height: 630px;
        margin-top: 0;
        padding-bottom: 0; } }
    .home .fsPlayer.masthead .slide .image > .inner {
      position: absolute;
      bottom: 40px;
      left: 40px; }
      @media (min-width: 700px) {
        .home .fsPlayer.masthead .slide .image > .inner {
          bottom: 80px;
          left: 80px; } }
  .home .fsPlayer.masthead .slide .details {
    padding: 0 20px;
    color: #fff; }
    @media (min-width: 750px) {
      .home .fsPlayer.masthead .slide .details {
        padding: 0 20px; } }
    .home .fsPlayer.masthead .slide .details h2 {
      font-size: 50px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 10px;
      line-height: 50px;
      font-family: "Roboto", sans-serif;
      font-weight: 600; }
    .home .fsPlayer.masthead .slide .details .copy {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 24px;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      border-left: 5px solid #367AB1;
      padding-left: 20px; }
      @media (min-width: 700px) {
        .home .fsPlayer.masthead .slide .details .copy {
          width: 550px; } }
      .home .fsPlayer.masthead .slide .details .copy a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        margin-top: 15px; }
        .home .fsPlayer.masthead .slide .details .copy a:after {
          content: '\2192';
          margin-left: 10px; }
  .home .fsPlayer.masthead .container.masthead {
    transition: all 0.333s;
    max-height: 0;
    overflow: hidden; }
    .has-masthead .home .fsPlayer.masthead .container.masthead {
      max-height: 850px; }

.home section.fsNews {
  padding: 38px 20px 0;
  clear: both;
  margin: 0; }
  @media (min-width: 750px) {
    .home section.fsNews {
      padding-top: 38px; } }
  .home section.fsNews > header {
    text-align: center;
    border: none;
    padding: 0; }
    .home section.fsNews > header .fsElementTitle {
      font-size: 36px;
      text-transform: uppercase;
      font-weight: normal;
      font-family: "Roboto", sans-serif; }
    .home section.fsNews > header .fsElementHeaderContent a {
      font-size: 15px;
      text-transform: uppercase; }
  .home section.fsNews .fsElementContent {
    position: relative;
    margin: 0 auto;
    width: 1146px;
    max-width: 100%; }
    .home section.fsNews .fsElementContent article {
      transition: all 0.333s;
      padding: 10px 10px 20px 10px;
      margin: 0;
      border: 1px solid #d7d7d7; }
      @media (min-width: 750px) {
        .home section.fsNews .fsElementContent article {
          margin: 0 10px; } }
      .home-news-ready .home section.fsNews .fsElementContent article {
        width: auto;
        opacity: 1;
        visibility: visible;
        height: auto; }
      .home section.fsNews .fsElementContent article .fsThumbnail {
        margin: -10px -10px 10px -10px;
        max-height: 180px;
        overflow: hidden; }
      .home section.fsNews .fsElementContent article img {
        width: 100%; }

.home section.fsCalendar {
  padding: 38px 20px 0;
  clear: both;
  margin: 0;
  background-color: #367AB1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  zoom: 1;
  color: #fff; }
  @media (min-width: 750px) {
    .home section.fsCalendar {
      padding-top: 38px; } }
  .home section.fsCalendar:after {
    display: table;
    clear: both;
    content: ''; }
  .home section.fsCalendar > header {
    text-align: center;
    border: none;
    padding: 0;
    margin-bottom: 20px; }
    .home section.fsCalendar > header .fsElementTitle {
      font-size: 36px;
      text-transform: uppercase;
      font-weight: normal;
      font-family: "Roboto", sans-serif;
      color: #fff;
      margin-bottom: 5px; }
    .home section.fsCalendar > header .fsElementHeaderContent a {
      font-size: 15px;
      text-transform: uppercase;
      color: #fff; }
      .home section.fsCalendar > header .fsElementHeaderContent a:hover {
        color: #ededed; }
  .home section.fsCalendar .fsElementContent {
    position: relative;
    margin: 0 auto;
    width: 1146px;
    max-width: 100%; }
    .home section.fsCalendar .fsElementContent article {
      transition: all 0.333s;
      padding: 0;
      text-align: center; }
      @media (min-width: 750px) {
        .home section.fsCalendar .fsElementContent article {
          text-align: left;
          padding: 0 10px; } }
      .home section.fsCalendar .fsElementContent article .fsTitle a {
        color: #fff; }
      .home section.fsCalendar .fsElementContent article .fsDate {
        position: relative;
        display: block;
        margin: 0 auto;
        height: 135px;
        width: 135px;
        border-color: #fff;
        margin-bottom: 20px;
        background: transparent; }
        @media (min-width: 750px) {
          .home section.fsCalendar .fsElementContent article .fsDate {
            margin-bottom: 0;
            position: absolute; } }
        .home section.fsCalendar .fsElementContent article .fsDate .fsDayName {
          color: #fff;
          font-size: 18px;
          font-weight: normal; }
        .home section.fsCalendar .fsElementContent article .fsDate .fsMonth {
          color: #fff;
          font-size: 18px;
          font-weight: normal;
          padding-top: 4px; }
        .home section.fsCalendar .fsElementContent article .fsDate .fsDay {
          font-size: 71px;
          color: #fff;
          line-height: 1em;
          font-weight: normal; }
      @media (min-width: 750px) {
        .home section.fsCalendar .fsElementContent article {
          padding-left: 160px; }
          .home section.fsCalendar .fsElementContent article .fsDate {
            position: absolute;
            top: 0;
            left: 0; } }
      .home section.fsCalendar .fsElementContent article .fsTimeRange:before {
        color: #fff; }
      .home section.fsCalendar .fsElementContent article .fsLocation:before {
        color: #fff; }
  .home section.fsCalendar a {
    color: #fff; }
    .home section.fsCalendar a:hover {
      color: #ededed; }

.home .cluster {
  height: 55px; }
  .home .cluster > .inner {
    margin-right: -20px;
    margin-left: -20px;
    display: block;
    padding: 0 55px;
    position: relative;
    width: 100%;
    zoom: 1;
    height: 100%; }
    .home .cluster > .inner:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 750px) {
      .home .cluster > .inner {
        margin-right: auto;
        margin-left: auto;
        width: 95%; } }
  .home .cluster button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    transition: all 0.333s;
    width: 55px;
    height: 55px;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    text-indent: -666em;
    opacity: .8; }
    .home .cluster button:hover, .home .cluster button:focus {
      opacity: 1; }
    .home .cluster button:after {
      display: block;
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      text-indent: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: green; }
    .home .cluster button.previous {
      left: 0;
      right: auto; }
      .home .cluster button.previous:after {
        background: url("../images/angle-left.html") 0 0 no-repeat;
        background-size: auto 50px; }
    .home .cluster button.next {
      left: auto;
      right: 0; }
      .home .cluster button.next:after {
        background: url("../images/angle-right.html") 0 0 no-repeat;
        background-size: auto 50px; }

.home .slick-dots {
  list-style: none;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: none !important; }
  @media (min-width: 750px) {
    .home .slick-dots {
      display: block !important; } }
  @media (min-width: 1380px) {
    .home .slick-dots {
      text-align: right;
      padding-right: 40px; } }
  .home .slick-dots li {
    margin: 0 5px 0 0;
    line-height: 12px;
    font-size: 12px;
    display: inline-block; }
    .home .slick-dots li button {
      border: 0;
      padding: 0;
      background: #fff;
      color: transparent;
      border-radius: 100%;
      height: 12px;
      width: 12px;
      overflow: hidden; }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

.colors ol {
  zoom: 1;
  margin-bottom: 20px;
  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: 36.36364%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 27.27273%; } }
    @media (min-width: 1146px) {
      .colors ol li {
        width: 18.18182%; } }
    .colors ol li:after {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      color: #656565; }
    .colors ol li:nth-of-type(1) {
      background: #5f5f5f;
      color: #5f5f5f; }
      .colors ol li:nth-of-type(1):after {
        content: "#5f5f5f"; }
    .colors ol li:nth-of-type(2) {
      background: #000000;
      color: #000000; }
      .colors ol li:nth-of-type(2):after {
        content: "#000000"; }
    .colors ol li:nth-of-type(3) {
      background: #367AB1;
      color: #367AB1; }
      .colors ol li:nth-of-type(3):after {
        content: "#367AB1"; }
    .colors ol li:nth-of-type(4) {
      background: #404040;
      color: #404040; }
      .colors ol li:nth-of-type(4):after {
        content: "#404040"; }
    .colors ol li:nth-of-type(5) {
      background: #689bc5;
      color: #689bc5; }
      .colors ol li:nth-of-type(5):after {
        content: "#689bc5"; }
    .colors ol li:nth-of-type(6) {
      background: #B3B3B3;
      color: #B3B3B3; }
      .colors ol li:nth-of-type(6):after {
        content: "#B3B3B3"; }
    .colors ol li:nth-of-type(7) {
      background: #bebebe;
      color: #bebebe; }
      .colors ol li:nth-of-type(7):after {
        content: "#bebebe"; }
    .colors ol li:nth-of-type(8) {
      background: #8f8f8f;
      color: #8f8f8f; }
      .colors ol li:nth-of-type(8):after {
        content: "#8f8f8f"; }
    .colors ol li:nth-of-type(9) {
      background: #656565;
      color: #656565; }
      .colors ol li:nth-of-type(9):after {
        content: "#656565"; }
    .colors ol li:nth-of-type(10) {
      background: #424242;
      color: #424242; }
      .colors ol li:nth-of-type(10):after {
        content: "#424242"; }
    .colors ol li:nth-of-type(11) {
      background: #1d1d1d;
      color: #1d1d1d; }
      .colors ol li:nth-of-type(11):after {
        content: "#1d1d1d"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Roboto Condensed", Times, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Roboto Condensed, Times, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "Roboto", sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "Roboto, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(3):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(4):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(5) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(5):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 38px / line: 42px"; }

.headers h2:after {
  content: " size: 28px / line: 32px"; }

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

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

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

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

body:not(.fsComposeMode) .resources-slideshow {
  position: relative;
  width: 100%;
  z-index: 10;
  clear: both; }
  body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshowControls > button {
    left: 20px;
    top: 20px; }
  body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow,
  body:not(.fsComposeMode) .resources-slideshow .fsElementContent {
    padding: 0;
    margin: 0; }
    body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article,
    body:not(.fsComposeMode) .resources-slideshow .fsElementContent article {
      position: relative;
      min-height: 200px;
      overflow: hidden;
      padding: 0;
      background-size: cover;
      background-position: 50% 50%; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article {
          height: 630px; } }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figure,
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article picture,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figure,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article picture {
        width: 100%;
        height: 100%;
        margin: 0; }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article img,
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article video,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article img,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article video {
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        height: 630px;
        max-width: none; }
      
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article video,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article video {
        width: 100%;
        display: block; }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article:before,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 37%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption,
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article .fsDescription,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article .fsDescription {
        position: absolute;
        left: 20px;
        bottom: 40px;
        padding: 0 20px;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        border-left: 5px solid #367AB1;
        padding-left: 20px; }
        @media (min-width: 750px) {
          body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption,
          body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article .fsDescription,
          body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption,
          body:not(.fsComposeMode) .resources-slideshow .fsElementContent article .fsDescription {
            padding: 0 20px;
            bottom: 80px;
            left: 80px; } }
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption h2,
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article .fsDescription h2,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption h2,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article .fsDescription h2 {
          font-size: 50px;
          color: #fff;
          text-transform: uppercase;
          margin-bottom: 10px;
          line-height: 50px;
          font-family: "Roboto", sans-serif;
          font-weight: 600; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption,
          body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article .fsDescription,
          body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption,
          body:not(.fsComposeMode) .resources-slideshow .fsElementContent article .fsDescription {
            width: 550px; } }
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption a,
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article .fsDescription a,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption a,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article .fsDescription a {
          color: #fff;
          text-transform: uppercase;
          font-weight: bold;
          display: block;
          margin-top: 15px; }
          body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption a:after,
          body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article .fsDescription a:after,
          body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption a:after,
          body:not(.fsComposeMode) .resources-slideshow .fsElementContent article .fsDescription a:after {
            content: '\2192';
            margin-left: 10px; }
    body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow .fsPager,
    body:not(.fsComposeMode) .resources-slideshow .fsElementContent .fsPager {
      list-style: none;
      margin: 0;
      text-align: center;
      position: absolute;
      bottom: 40px;
      right: 20px;
      width: auto;
      display: none !important; }
      @media (min-width: 750px) {
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow .fsPager,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent .fsPager {
          display: block !important; } }
      @media (min-width: 1380px) {
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow .fsPager,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent .fsPager {
          text-align: right;
          padding-right: 40px; } }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow .fsPager li,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent .fsPager li {
        margin: 0 5px 0 0;
        line-height: 12px;
        font-size: 12px;
        display: inline-block; }
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow .fsPager li button,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent .fsPager li button {
          background-color: transparent;
          padding: 0;
          width: 12px;
          height: 12px;
          border: 2px solid #fff;
          border-radius: 100%;
          font-size: 0; }
          body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow .fsPager li button:before,
          body:not(.fsComposeMode) .resources-slideshow .fsElementContent .fsPager li button:before {
            display: none; }
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow .fsPager li.slick-active button,
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow .fsPager li:hover button, body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow .fsPager li:focus button,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent .fsPager li.slick-active button,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent .fsPager li:hover button,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent .fsPager li:focus button {
          background: white; }
  body:not(.fsComposeMode) .resources-slideshow .fsPrevButton:before,
  body:not(.fsComposeMode) .resources-slideshow .fsNextButton:before {
    opacity: 1;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 50px; }
  body:not(.fsComposeMode) .resources-slideshow .fsPrevButton:before {
    content: "";
    font-size: 50px;
    display: block; }
  
  body:not(.fsComposeMode) .resources-slideshow .fsNextButton:before {
    content: "";
    font-size: 50px;
    display: block; }
  body:not(.fsComposeMode) .resources-slideshow > footer {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 101;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .resources-slideshow > footer {
        display: block; } }
    body:not(.fsComposeMode) .resources-slideshow > footer .scroll-to {
      width: 80px;
      height: 70px;
      padding-top: 17px;
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 0.04em;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }
      body:not(.fsComposeMode) .resources-slideshow > footer .scroll-to:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 7px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #ffffff;
        font-size: 20px; }

.resourcesVideoControls {
  position: absolute;
  bottom: 0; }

.resourcesVideoControls__playButton:before {
  content: ""; }

.active.resourcesVideoControls__playButton:before {
  content: ""; }

.resourcesVideoControls__muteButton:before {
  content: ""; }

.active.resourcesVideoControls__muteButton:before {
  content: ""; }

.resourcesVideoControls__playButton, .resourcesVideoControls__muteButton {
  margin: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 24px;
  color: white;
  line-height: 40px;
  padding: 0;
  background: transparent; }

h1, h2, h3, h4, h5, h6 {
  color: #BF0628; }

#fsMenu {
  background: #BF0628; }

.fsElementSlideshowControls > button {
  background-color: #BF0628; }

.home .fsPlayer.masthead .slider-play-btn {
  background: #BF0628; }

.search-trigger a:hover {
  background: #BF0628; }

#fsHeader .fsSearch.fsSearchField .fsElementContent td.gsc-search-button {
  background: #BF0628; }

#fsHeader .navigation.main nav ul.fsNavLevel1 > li:hover {
  background: rgba(191, 6, 40, 0.95); }

#fsHeader .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
#fsHeader .navigation.main nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  background: rgba(191, 6, 40, 0.95); }

#fsHeader .navigation.main .fsNavPageInfo {
  background: rgba(191, 6, 40, 0.95); }

.fsNews > header .fsElementTitle {
  color: #BF0628; }

#fsPageBodyWrapper .navigation.tier > header .fsElementTitle {
  color: #BF0628;
  border-bottom-color: #BF0628; }

#fsFooter .footer-links .fsElementContent ul.fsNavLevel1 li a {
  color: #BF0628; }
