 /**
 *
 * Avon Grove School District - default
 * @link http://avongrove.finalsite.com
 * Built By: Geoff Hasson
 * Project Manager: David Lopes
 * Designer: Freddie Pierce
 *
 */

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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;
}

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.33333em;
  margin-left: 1.33333em;
}

.margin-x-2x {
  margin-right: 2.66667em;
  margin-left: 2.66667em;
}

.margin-y {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
}

.margin-y-2x {
  margin-top: 2.66667em;
  margin-bottom: 2.66667em;
}

.padding-x {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
}

.padding-x-2x {
  padding-right: 2.66667em;
  padding-left: 2.66667em;
}

.padding-y {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
}

.padding-y-2x {
  padding-top: 2.66667em;
  padding-bottom: 2.66667em;
}

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default/fonts//icomoon.eot");
  src: url("/uploaded/themes/default/fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts//icomoon.woff2") format("woff2"), url("/uploaded/themes/default/fonts//icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts//icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 300;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  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-chevron-thin-right:before {
  content: "\e900";
}

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

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

.icon-search:before {
  content: "\e903";
}

.icon-minus:before {
  content: "\e904";
}

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

.icon-twitter:before {
  content: "\e906";
}

.icon-arrow-right-alt1:before {
  content: "\e907";
}

.fsTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1,
.alpha {
  margin-top: 0;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.86667em;
  line-height: 1.07143em;
  font-weight: 700;
  color: #79101d;
  margin-bottom: 0.57143em;
}

h2,
.beta {
  margin-top: 0;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.46667em;
  line-height: 1.09091em;
  font-weight: 700;
  margin-bottom: 0.72727em;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.33333em;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

h4,
.delta {
  margin-top: 0;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.2em;
  line-height: 1.11111em;
  margin-bottom: 0.55556em;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1em;
  line-height: 1.13333em;
  margin-bottom: 0.66667em;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 0.93333em;
  line-height: 1.14286em;
  margin-bottom: 0.71429em;
}

a {
  outline: 0;
  text-decoration: none;
  color: #00779f;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
a:hover {
  color: #79101d;
}

ul,
ol {
  margin-top: 0;
  padding-left: 1.33333em;
}

table.styled,
.fs_style_25,
.fs_style_30 {
  margin-bottom: 1.33333em;
  width: 100%;
}
table.styled th,
table.styled td,
.fs_style_25 th,
.fs_style_25 td,
.fs_style_30 th,
.fs_style_30 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th,
.fs_style_25 th,
.fs_style_30 th {
  padding: 1.33333em;
  text-align: left;
  background: #79101d;
  color: #fff;
}
table.styled td,
.fs_style_25 td,
.fs_style_30 td {
  padding: 0.66667em 1.33333em;
}
.fs_style_25 tr:nth-of-type(odd) td,
.fs_style_30 tr:nth-of-type(odd) td {
  background-color: #f6f6f6;
}

.fs_style_30 tr:first-child {
  padding: 1.33333em;
  text-align: left;
  background: #79101d;
  color: #fff;
}
.fs_style_30 tr:first-child td {
  background-color: transparent;
}

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

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

/*! content - buttons v0.0.1 */
.button,
.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #79101d;
  color: #fff;
  outline: 0;
  border-radius: 4px;
}
.button:hover,
.fs_style_26:hover {
  background: #a61628;
  color: #fff;
}
.button em,
.fs_style_26 em {
  display: block;
  font-style: normal;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #363636;
  color: #fff;
  outline: 0;
  border-radius: 4px;
}
.fs_style_27:hover {
  background: #505050;
  color: #fff;
}
.fs_style_27 em {
  display: block;
  font-style: normal;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #f5b800;
  color: #fff;
  outline: 0;
  border-radius: 4px;
}
.fs_style_28:hover {
  background: #ffca29;
  color: #fff;
}
.fs_style_28 em {
  display: block;
  font-style: normal;
}

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #363636;
  outline: 0;
  border-radius: 4px;
  border: 0.2em solid #363636;
}
.hollow-button:hover {
  background: rgba(26, 26, 26, 0);
  color: #363636;
}
.hollow-button em {
  display: block;
  font-style: normal;
}

/*! content - forms v0.0.1 */
textarea,
input,
select {
  padding: 0.66667em;
}

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

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

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

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

/*! content - style manger v0.0.1 */
.view-all {
  text-align: center;
  text-transform: uppercase;
  color: #464646;
  color: currentColor;
  font-weight: 500;
  border: 1px solid #cbd0d4;
  border-radius: 2em;
  padding: 10px 20px;
}

.fs_style_33 {
  color: #fff14c;
}

.lead-in {
  font-size: 1.33333em;
  line-height: 1.2em;
}

blockquote,
.fs_style_23 {
  position: relative;
  color: #79101d;
  margin: 20px 0;
  padding: 20px 0;
  font-size: 20px;
  line-height: 1.2em;
  border-top: 4px double #e5e5e5;
  border-bottom: 4px double #e5e5e5;
  font-style: italic;
}
blockquote:before,
.fs_style_23:before {
  right: 100%;
  top: 0;
  content: '\201C';
}
blockquote:after,
.fs_style_23:after {
  right: 100%;
  top: 0;
  content: '\201D';
}
blockquote.has-cite,
.fs_style_23.has-cite {
  padding: 20px 0 50px;
}

cite,
.fs_style_24 {
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 14px;
  color: #2b2b2b;
}
.fsDraftMode cite, .fsDraftMode
.fs_style_24 {
  position: static;
}
cite:before,
.fs_style_24:before {
  content: '- ';
}

.callout {
  padding: 20px;
  background: #79101d;
  color: #fff;
}
.callout.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.left {
    width: 50%;
  }
}
.callout.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.right {
    width: 50%;
  }
}

/*! structure - header v0.0.1 */
body:not(.fsDraftMode) #fsHeader {
  position: absolute;
  width: 100%;
  z-index: 1006;
}
body:not(.fsDraftMode).drawer-is-active #fsHeader {
  z-index: 1;
}
@media (min-width: 900px) {
  body:not(.fsDraftMode) #fsHeader {
    position: fixed;
  }
}

.hero {
  min-height: 400px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
body:not(.fsDraftMode) #fsPageBody .hero {
  display: none;
}

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}
.site-info-container h1 {
  margin-bottom: 0;
}
.site-info-container a {
  display: block;
  position: absolute;
  top: -30px;
  z-index: 1;
  color: transparent;
  width: 86px;
  height: 86px;
  background: url("../images/logo.png") no-repeat 0 50%;
  background-size: 100%;
}
@media (min-width: 900px) {
  .site-info-container a {
    z-index: 1006;
  }
}
.site-info-container a:hover {
  color: transparent;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  text-align: center;
  color: #fff;
  background: #ffcd55;
}
#fsFooter .fsBanner > .fsElement > .fsElementContent,
#fsFooter .fsBanner > .fsElement > footer {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}

.school-contact {
  background: #363636;
  padding: 20px 0;
}
.school-contact strong {
  font-size: 18px;
}
.school-contact .fsContent {
  position: relative;
}
@media (min-width: 800px) {
  .school-contact .fsContent:after {
    content: '';
    width: 1px;
    background: rgba(112, 112, 112, 0.3);
    height: 100%;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.school-contact .fsStyleColumn-last .fsContent:after {
  display: none;
}

.district-contact {
  font-weight: 500;
}
@media (min-width: 800px) {
  .district-contact li {
    display: inline-block;
  }
  .district-contact li:after {
    content: '';
    width: 1px;
    background: #363636;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .district-contact li:last-child:after {
    display: none;
  }
}
.district-contact .fsElementContent {
  padding: 32px 0;
  border-bottom: 1px solid rgba(54, 54, 54, 0.15);
}
.district-contact .icon-twitter {
  font-size: 1.33333em;
  line-height: 1;
  text-align: center;
  color: #2b2b2b;
  position: relative;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  border: .1em solid currentColor;
  position: absolute;
  right: 0;
  top: -62px;
  display: none;
}
@media (min-width: 900px) {
  .district-contact .icon-twitter {
    display: block;
  }
}
.district-contact .icon-twitter:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.district-contact .icon-twitter span {
  display: none;
}

.district-contact strong,
.footer-nav {
  font-size: 20px;
  font-weight: 700;
}

.district-contact,
.footer-nav {
  color: #363636;
}
.district-contact ul,
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.district-contact li,
.footer-nav li {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .district-contact,
  .footer-nav {
    text-align: left;
  }
}
.district-contact li,
.footer-nav li {
  padding: 0 10px;
  position: relative;
}
.district-contact a,
.footer-nav a {
  color: #363636;
}
.district-contact a:hover,
.footer-nav a:hover {
  color: #79101d;
}

.footer-nav {
  padding: 32px 0 100px;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li:after {
  content: '';
  width: 1px;
  background: #363636;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-nav li:last-child:after, .footer-nav li:nth-last-child(2):after {
  display: none;
}
@media (min-width: 560px) {
  .footer-nav li:nth-last-child(2):after {
    display: inherit;
  }
}
.footer-nav .icon-twitter {
  font-size: 1.33333em;
  line-height: 1;
  text-align: center;
  color: #2b2b2b;
  position: relative;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  border: .1em solid currentColor;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -60px;
  display: block;
}
@media (min-width: 900px) {
  .footer-nav .icon-twitter {
    display: none;
  }
}
.footer-nav .icon-twitter:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer-nav .icon-twitter span {
  display: none;
}

.school-details {
  margin-bottom: 20px;
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.2em;
  line-height: 1.11111em;
  margin-bottom: 0.55556em;
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
.school-details [itemprop='telephone'] {
  display: inline-block;
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details a {
  color: inherit;
}

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

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

html {
  font-family: "futura-pt", sans-serif;
  background: #ffcd55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

body {
  font-size: 0.9375em;
  line-height: 1.46667;
  color: #2b2b2b;
}

#fsPageBodyWrapper {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  padding-top: 143px;
}
.hero-page #fsPageBodyWrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 72.88136% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.27119% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 49.15254% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 27.11864%;
  }
}

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  padding-right: 1.33333em;
  padding-left: 1.33333em;
}

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
}

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 900px) {
  #fsHeader .nav-main {
    display: block;
    background: #79101d;
  }
}
.nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 80px;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
    background: #79101d;
    border-radius: 0 100px 100px 0;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-main .fsNavLevel1 > li {
  position: relative;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
  .nav-main .fsNavLevel1 > li:last-child > a {
    background: #f5b800;
    text-transform: uppercase;
    text-shadow: 1px 0 4px rgba(0, 0, 0, 0.21);
  }
  .nav-main .fsNavLevel1 > li:last-child > a:hover {
    color: #363636;
    text-shadow: none;
  }
}
.nav-main .fsNavLevel1 > li > a {
  padding: 1.33333em;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 700;
}
.nav-main .fsNavLevel1 > li > a:hover {
  color: #f5b800;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #f5b800;
}

.nav-main .fsNavPageInfo {
  background: #f5f5f5;
  background: rgba(245, 245, 245, 0.92);
  text-align: left;
  padding: 10px;
  overflow: visible;
}
@media (min-width: 900px) {
  .nav-main .fsNavPageInfo {
    position: absolute;
    top: 100%;
    z-index: 300;
    display: none;
    width: 420px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo .fsNavLevel2 {
  width: 33%;
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavLevel2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.nav-main .fsNavLevel2 a {
  padding: 0.66667em;
  color: #363636;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.nav-main .fsNavLevel2 a:hover {
  color: #f5b800;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: absolute;
  top: 40px;
  height: 50px;
  background: #79101d;
  width: 100%;
  z-index: 1006;
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}
.drawer-is-active .drawer-ribbon {
  position: relative;
  top: 0;
  background: none;
}

.drawer-trigger {
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 20px;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 110px;
  overflow: visible;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 30px;
  z-index: 1005;
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 20%;
  height: 3px;
  width: 20px;
  content: '';
  background: #fff;
}
.drawer-trigger:before {
  margin-top: -0.4em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
}
.drawer-trigger:after {
  box-shadow: 0 0.4em 0 0 #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
}
.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-is-active .drawer-trigger:after {
  box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer {
  position: absolute;
  z-index: 1005;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 0;
  min-height: 100%;
  max-width: 40em;
  background: #2b2b2b;
  padding-top: 50px;
}
.drawer-is-active .drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.drawer .fsNavLevel1 {
  padding: 0 20px;
}
.drawer .fsNavLevel1 > li {
  border-bottom: 1px solid #a1a1a1;
  border-bottom: 1px solid rgba(161, 161, 161, 0.14);
}
.drawer .fsNavLevel1 > li > a {
  padding: 16px 0;
}
.drawer .fsNavPageInfo {
  display: none;
  padding-top: 0;
}
.drawer li:last-child .fsNavPageInfo {
  display: block;
  background: none;
}
.drawer li.fsNavCurrentPage > a,
.drawer li.fsNavCurrentPageAncestor > a {
  color: #f5b800;
}
.drawer li.fsNavCurrentPage .fsNavPageInfo,
.drawer li.fsNavCurrentPageAncestor .fsNavPageInfo {
  position: relative;
  display: block;
  background: none;
}
.drawer .fsNavLevel2 {
  display: block;
  width: 100%;
}
.drawer .fsNavLevel2 a {
  color: #fff;
}

/*! navigation - sub v0.0.1 */
.nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    display: none;
  }
}
.active-nav > .fsElementContent {
  display: block;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 a {
  color: #2b2b2b;
}
.nav-sub .fsNavLevel1 a:hover {
  color: #f5b800;
}
.nav-sub .fsNavLevel1 > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.nav-sub .fsNavLevel1 li {
  padding: 0.66667em;
  display: block;
  font-size: 16px;
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #79101d;
}
.nav-sub > header {
  display: block;
  margin-top: -40px;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px 0 20px 0;
  cursor: pointer;
  color: #79101d;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 30px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px;
}
.nav-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social li {
  margin: 0;
  padding: 0;
}
.nav-social li {
  display: inline-block;
  vertical-align: middle;
}
.nav-social .nav-social__item--facebook a {
  display: block;
}
.nav-social .nav-social__item--facebook a:before {
  content: "";
}
.nav-social .nav-social__item--instagram a {
  display: block;
}
.nav-social .nav-social__item--instagram a:before {
  content: "";
}
.nav-social .nav-social__item--linkedin a {
  display: block;
}
.nav-social .nav-social__item--linkedin a:before {
  content: "";
}
.nav-social .nav-social__item--pinterest a {
  display: block;
}
.nav-social .nav-social__item--pinterest a:before {
  content: "";
}
.nav-social .nav-social__item--tumblr a {
  display: block;
}
.nav-social .nav-social__item--tumblr a:before {
  content: "";
}
.nav-social .nav-social__item--twitter a {
  display: block;
}
.nav-social .nav-social__item--twitter a:before {
  content: "";
}
.nav-social .nav-social__item--vine a {
  display: block;
}
.nav-social .nav-social__item--vine a:before {
  content: "";
}
.nav-social .nav-social__item--youtube a {
  display: block;
}
.nav-social .nav-social__item--youtube a:before {
  content: "";
}
.nav-social .nav-social__item--facebook a:hover {
  color: #3b5998;
}
.nav-social .nav-social__item--instagram a:hover {
  color: #517fa4;
}
.nav-social .nav-social__item--linkedin a:hover {
  color: #007bb6;
}
.nav-social .nav-social__item--pinterest a:hover {
  color: #cb2027;
}
.nav-social .nav-social__item--tumblr a:hover {
  color: #32506d;
}
.nav-social .nav-social__item--twitter a:hover {
  color: #00aced;
}
.nav-social .nav-social__item--vine a:hover {
  color: #00a478;
}
.nav-social .nav-social__item--youtube a:hover {
  color: #b00;
}
.nav-social a {
  font-size: 0.93333em;
  line-height: 1;
  text-align: center;
  color: #2b2b2b;
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: .1em solid currentColor;
}
.nav-social a:before {
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-social span {
  display: none;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util {
  min-height: 40px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  padding: 5px 0;
}
.nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util li {
  margin: 0;
  padding: 0;
}
.nav-util > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  display: none;
}
@media (min-width: 900px) {
  .nav-util > .fsElementContent {
    display: block;
  }
}
.nav-util ul li {
  display: inline-block;
}
.nav-util ul li a {
  padding: 0em 1em;
  display: block;
  color: #fff;
  position: relative;
}
.nav-util ul li a:before {
  content: '';
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  height: 12px;
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-util ul li a:hover {
  color: #fff14c;
}
.nav-util ul li:first-child a:before {
  display: none;
}

.top-search {
  padding: 0 20px;
}
@media (min-width: 900px) {
  .top-search {
    padding: 0;
  }
}

@media (min-width: 900px) {
  .top-search,
  .top-nav {
    float: right;
  }
}

.top-nav {
  margin-right: 25px;
}
.top-nav ul {
  padding: 0;
}
.top-nav .fsNavLevel1 li:last-child a {
  color: #fff14c;
  padding-left: 1.66667em;
  position: relative;
}
.top-nav .fsNavLevel1 li:last-child a:before {
  font-family: "IcoMoon";
  background: none;
  height: auto;
  top: 50%;
  left: -2px;
  content: "\e907";
  vertical-align: middle;
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  transform: translate(3px, -50%);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
}
.top-nav .fsNavLevel1 li:last-child a:hover {
  color: #fff14c;
}
.top-nav .fsNavLevel1 li:last-child a:hover:before {
  -webkit-transform: translate(8px, -50%);
  -ms-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}
.drawer .top-nav {
  margin-right: 0;
}
.drawer .top-nav .fsNavLevel1 a {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 700;
}
.drawer .top-nav .fsNavLevel1 a:hover {
  color: #f5b800;
}

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.nav-site-map .fsElementContent nav ul li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
    min-height: initial;
  }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  .no-csscolumns .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    float: left;
    display: block;
    width: 100%;
    vertical-align: top;
  }
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 > li {
  margin-bottom: 20px;
  font-weight: 700;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel2 {
  list-style: disc;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel3 {
  list-style: circle;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel4 {
  list-style: square;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel5 {
  list-style: disc;
}

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.33333em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.83333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.66667em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #2b2b2b;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #454545;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

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

.fsProfileSection {
  margin-bottom: 1.33333em;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 20px;
}

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

.fsProfileSectionFieldName, .fsProfileSectionFieldValue {
  width: auto;
  float: none;
}
@media (min-width: 800px) {
  .fsProfileSectionFieldName, .fsProfileSectionFieldValue {
    width: 50%;
    float: left;
  }
}

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px;
}
.fsDirectory .fsConstituentItem {
  padding: 20px 0;
  background-color: #f1f2f2;
}
.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;
  width: 100%;
}

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

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .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: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .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: 900px) {
  .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: 800px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .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: 900px) {
  .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: 1000px) {
  .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;
  }
}

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #e8ebed;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.46667em;
  line-height: 1.09091em;
  font-weight: 700;
  margin-bottom: 0.72727em;
  margin-bottom: 2px;
  display: block;
  font-size: 20px;
  padding: 13.33333px;
  color: #2b2b2b;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 500;
  position: relative;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #cbd0d4;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #2b2b2b;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #79101d;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  font-family: "IcoMoon";
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-size: 14px;
  content: "";
  color: #fff;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  font-family: "IcoMoon";
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-size: 14px;
  content: "";
  color: #79101d;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  margin: -3px 20px 0 0;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  margin: 0 0 0 20px;
  float: right;
}

.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsElementContent {
  padding-left: 0;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #2b2b2b;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsLoadMoreButton:hover {
  background: #454545;
  color: #fff;
}
.fsAthleticsEvent .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px;
}

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 20px;
}

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px;
}
.fsAthleticsTeamDirectory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsAthleticsTeamDirectory li {
  margin: 0;
  padding: 0;
}
.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}
.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

/*! elements - calendar */
.fsCalendar article {
  position: relative;
  padding-left: 76px;
  min-height: 80px;
}
.fsCalendar .fsCalendarEventLink {
  color: #2b2b2b;
}
.fsCalendar .fsCalendarEventLink:hover {
  color: #79101d;
}
.fsCalendar .fsReadMoreLink {
  display: none;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  width: 56px;
  padding-top: 10px;
  text-align: center;
  background: #363636;
  border-radius: 100%;
  color: #fff;
  line-height: 1;
}
.fsCalendar .fsDate span {
  display: block;
}
.fsCalendar .fsDate .fsMonth {
  text-transform: uppercase;
}
.fsCalendar .fsDate .fsDay {
  font-size: 22px;
}
.fsCalendar .fsDate .fsYear {
  display: none;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  line-height: 1.2;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  color: #575757;
  content: '\2039';
  font-size: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
}
.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\203A';
}

@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(121, 16, 29, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(121, 16, 29, 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(121, 16, 29, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(121, 16, 29, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -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;
}
@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 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #2b2b2b;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #454545;
  color: #fff;
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

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

.fsCalendarLegend {
  margin: 20px 0;
  padding: 0;
}
.fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendarLegend li {
  margin: 0;
  padding: 0;
}
@media (min-width: 600px) {
  .fsCalendarLegend > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 800px) {
  .fsCalendarLegend > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.fsCalendarLegend > ul ul {
  margin-left: 20px;
}

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.news-list footer,
.event-list footer {
  border-top: 1px solid #cbd0d4;
  padding-top: 30px;
  text-align: center;
}
.news-list .fsElementTitle,
.event-list .fsElementTitle {
  color: #79101d;
  text-transform: uppercase;
  font-weight: 700;
}

.fsElementTitle p {
  margin-bottom: 0;
}

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

.module,
[class*="module-"] {
  margin-bottom: 1.33333em;
  padding: 1.33333em;
  color: #fff;
}
.module h1,
[class*="module-"] h1, .module h2,
[class*="module-"] h2, .module h3,
[class*="module-"] h3, .module h4,
[class*="module-"] h4, .module h5,
[class*="module-"] h5, .module h6,
[class*="module-"] h6 {
  color: inherit;
}

.module,
[class*="module-"] {
  background: #79101d;
}
.module .fsElementTitle,
[class*="module-"] .fsElementTitle {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.module-gray {
  background: #e8ebed;
  color: #2b2b2b;
}
.module-gray .fsElementTitle {
  padding-bottom: 15px;
  border-bottom-color: rgba(70, 70, 70, 0.3);
}

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

.fsComposerFormEmbed {
  background: none;
}
.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: #00779f;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #039;
}
.fsComposerFormEmbed form .required {
  color: #79101d;
}
.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: #00779f;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}
.fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #039;
  -webkit-transition: .3s;
  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: #79101d !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff !important;
  background: #363636 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "futura-pt", 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;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  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);
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  left: 0;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 1.46667em;
    line-height: 1.09091em;
    font-weight: 700;
    margin-bottom: 0.72727em;
    margin-bottom: 0;
  }
}
.fsMediaCustomPlayer .caption-desc {
  display: none;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-desc {
    display: block;
  }
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*! elements - news v0.0.1 */
.news-list .fsReadMoreLink {
  display: none;
}

.fsNews article {
  padding: 0 20px;
}
.fsNews article .fsSummary {
  border-bottom: 1px solid #e8ebed;
  padding-bottom: 20px;
}
.fsNews article .fsThumbnail {
  display: block;
  margin-bottom: 0.66667em;
}
.fsNews article .fsThumbnail img {
  display: block;
}
.fsNews article:first-child .fsSummary, .fsNews article:last-child .fsSummary {
  border-bottom: none;
}
.fsNews article:not(:first-child) .fsThumbnail {
  display: none;
}
.fsNews article:first-child {
  box-shadow: 0px 3px 3px #cbd0d4;
}
.fsNews article .fsThumbnail {
  background-size: cover;
  margin: 0 -15px 0.66667em;
}
.fsNews article .fsThumbnail img {
  visibility: hidden;
}
.fsNews .fsDayName {
  display: none;
}
.fsNews .fsDate {
  color: #878787;
  text-transform: uppercase;
  font-weight: 500;
}
.fsNews .fsNewsPostLink {
  color: #2b2b2b;
}
.fsNews .fsNewsPostLink:hover {
  color: #79101d;
}

.fsNews.fsGrid .fsListItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.fsNews.fsGrid article {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
}
.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1;
}
.no-flexbox .fsNews.fsGrid .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.no-flexbox .fsNews.fsGrid .fsListItems article {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: both;
  }
}

/*=======================*/
/* 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;
  width: 90%;
}
@media (min-width: 900px) {
  form.gsc-search-box-tools td.gsc-input {
    width: auto;
  }
}
form.gsc-search-box-tools table.gsc-search-box {
  margin-bottom: 0;
}
form.gsc-search-box-tools div.gsc-input-box {
  min-width: 146px;
  border: 0;
  height: 24px;
}
form.gsc-search-box-tools div.gsc-input-box table,
form.gsc-search-box-tools div.gsc-input-box tbody,
form.gsc-search-box-tools div.gsc-input-box tr,
form.gsc-search-box-tools div.gsc-input-box td {
  overflow: hidden;
  display: block;
  width: 100%;
  border: 0;
  height: 24px;
}
form.gsc-search-box-tools td.gsib_a {
  padding: 0;
  display: inline-block;
}
form.gsc-search-box-tools td.gsib_b {
  padding: 0;
  display: none !important;
}
form.gsc-search-box-tools input.gsc-input {
  background: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 24px !important;
  color: #2b2b2b;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
}
form.gsc-search-box-tools table.gsc-branding {
  display: none;
}
form.gsc-search-box-tools td.gsc-search-button {
  display: block;
  padding: 0 10px 0 10px;
  overflow: hidden;
  height: 24px;
  width: auto;
  background: #fff;
  position: relative;
}
@media (min-width: 900px) {
  form.gsc-search-box-tools td.gsc-search-button {
    float: left;
  }
}
form.gsc-search-box-tools td.gsc-search-button:after {
  font-family: "IcoMoon";
  content: "";
  color: #2b2b2b;
  opacity: 1;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.gsc-search-box-tools td.gsc-search-button:hover {
  background: #fff;
}
form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  height: 24px;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*=======================*/
/* Custom Styles         */
/*=======================*/
.fsSearch.site-search {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}
#fsHeader .fsSearch.site-search {
  display: none;
}
@media (min-width: 900px) {
  #fsHeader .fsSearch.site-search {
    display: block;
  }
}

/* Social Elements */
/*--Facebook--*/
.fsFacebook .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsFacebook .fsFacebookList li {
  margin: 0;
  padding: 0;
}
.fsFacebook .fsFacebookList li {
  display: block;
  margin-bottom: 30px;
}
.fsFacebook .fsFacebookList li:first-child {
  margin-top: 20px;
}
.fsFacebook .fsFacebookList li a:not(.fsFacebookFollow) {
  word-wrap: break-word;
}
.fsFacebook .fsFacebookList .fsFacebookFrom {
  display: block;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.fsFacebook .fsFacebookList .fsFacebookExtras {
  margin-top: 10px;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookThumb {
  float: left;
  margin: 0 20px 0 0;
  width: 28%;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle {
  float: left;
  line-height: 1;
  width: 60%;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookCaption {
  float: left;
  font-size: inherit;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookDesc {
  clear: both;
  font-style: italic;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookLikes {
  clear: both;
  padding-top: 10px;
  font-size: inherit;
  font-style: italic;
  color: inherit;
}
.fsFacebook .fsFacebookList .fsFacebookFollow {
  margin-top: 20px;
}
.fsFacebook .fsFacebookList .fsFacebookFollow a {
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  padding: 5px 10px;
  text-transform: capitalize;
}
.fsFacebook .fsFacebookList .fsFacebookFollow a:hover {
  background-color: inherit;
  color: inherit;
}

/*--Twitter--*/
.fsTwitter .tweets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsTwitter .tweets li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.fsTwitter .tweets li a {
  color: #363636;
}
.fsTwitter .tweets li a:hover {
  color: #79101d;
}
.fsTwitter .tweets li:first-child {
  margin-top: 20px;
}
.fsTwitter .tweets li .header {
  position: relative;
}
.fsTwitter .tweets li .header:after {
  content: '';
  display: table;
  clear: both;
}
.fsTwitter .tweets li .header time {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: right;
  width: 15%;
  text-align: right;
  font-size: 12px;
  color: #79101d;
}
.fsTwitter .tweets li .header time abbr {
  text-decoration: none;
  border: 0;
}
.fsTwitter .tweets li .header time:hover {
  color: #363636;
}
.fsTwitter .tweets li .header .p-author {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 85%;
}
.fsTwitter .tweets li .header .p-author > .profile:after {
  content: '';
  display: table;
  clear: both;
}
.fsTwitter .tweets li .header .p-author > .profile .avatar {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}
.fsTwitter .tweets li .header .p-author > .profile .avatar img {
  width: 100%;
  height: auto;
}
.fsTwitter .tweets li .header .p-author > .profile .full-name,
.fsTwitter .tweets li .header .p-author > .profile .p-nickname {
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
  float: left;
  width: 70%;
  vertical-align: middle;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
}
.fsTwitter .tweets li .header .p-author > .profile .full-name {
  margin-top: 15px;
}
.fsTwitter .tweets li .e-entry-content {
  font-size: 13px;
  line-height: 18px;
}
.fsTwitter .tweets li .e-entry-content .inline-media img {
  width: 100%;
  height: auto;
}
.fsTwitter .tweets li .footer .stats-narrow,
.fsTwitter .tweets li .footer .stats-wide {
  display: none;
}
.fsTwitter .tweets li .footer .expand {
  display: inline-block;
  float: left;
  color: #79101d;
}
.fsTwitter .tweets li .footer .expand b {
  display: none;
}
.fsTwitter .tweets li .footer .expand:hover {
  color: #363636;
}
.fsTwitter .tweets li .footer .expand:before {
  display: block;
  font-family: "FontAwesome";
  content: '\f067';
}
.fsTwitter .tweets li .footer .tweet-actions {
  margin: 0;
  padding: 0;
  text-align: right;
}
.fsTwitter .tweets li .footer .tweet-actions li {
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto;
}
.fsTwitter .tweets li .footer .tweet-actions li a {
  color: #79101d;
}
.fsTwitter .tweets li .footer .tweet-actions li a b {
  display: none;
}
.fsTwitter .tweets li .footer .tweet-actions li a:hover {
  color: #363636;
}
.fsTwitter .tweets li .footer .tweet-actions li a i {
  font-style: normal;
}
.fsTwitter .tweets li .footer .tweet-actions li a i:before {
  display: block;
  font-family: "FontAwesome";
}
.fsTwitter .tweets li .footer .tweet-actions li .reply-action i:before {
  content: '\f112';
}
.fsTwitter .tweets li .footer .tweet-actions li .retweet-action i:before {
  content: '\f079';
}
.fsTwitter .tweets li .footer .tweet-actions li .like-action i:before {
  content: '\f005';
}

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 20px;
}
.fsYoutube .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsYoutube .fsYoutubeList li {
  margin: 0;
  padding: 0;
}
.fsYoutube .fsYoutubeList li {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.fsYoutube .fsYoutubeList li:first-child {
  margin-top: 20px;
}
.fsYoutube .fsYoutubeList .fsYoutubeThumb {
  margin: 0 20px 20px 0;
  float: left;
}
.fsYoutube .fsYoutubeList .fsYoutubeTitle {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.fsYoutube .fsYoutubeList .fsYoutubeViews {
  font-size: inherit;
  font-style: italic;
  color: inherit;
}
.fsYoutube .fsYoutubeList .fsYoutubeDesc {
  margin-top: 5px;
}

/*--Vimeo--*/
/*--Instagram--*/
/*--Flickr--*/
/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.46667em;
  line-height: 1.09091em;
  font-weight: 700;
  margin-bottom: 0.72727em;
  margin-bottom: 2px;
  display: block;
  font-size: 20px;
  padding: 13.33333px;
  color: #2b2b2b;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 500;
  background: #79101d;
  color: #cbd0d4;
}
.fsTabs .fsTabsNav li a:hover {
  background: #d31c33;
  color: #cbd0d4;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #363636;
  color: #cbd0d4;
}

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

/*! pages - home v0.0.1 */
.home .hero {
  height: 786px;
}
.home #fsPageBodyWrapper {
  padding: 0;
}
.home #fsPageBody {
  max-width: none;
}
.home #fsPageContent {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .home #fsPageContent {
    text-align: left;
  }
}
.home #fsPageContent .fsElement:not(.video-container) {
  padding-left: 20px;
  padding-right: 20px;
}
.home #fsPageContent .fsElement:not(.video-container) .fsElementContent,
.home #fsPageContent .fsElement:not(.video-container) header,
.home #fsPageContent .fsElement:not(.video-container) footer {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  position: static;
}
@media (min-width: 600px) {
  .home #fsPageContent .fsElement:not(.video-container) .fsElementContent,
  .home #fsPageContent .fsElement:not(.video-container) header,
  .home #fsPageContent .fsElement:not(.video-container) footer {
    position: relative;
  }
}
.home #fsPageContent .fsElement:not(.video-container) header {
  margin-bottom: 45px;
}
.home #fsPageContent header .view-all {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .home #fsPageContent header .view-all {
    right: 0;
    top: -6px;
    bottom: inherit;
    left: inherit;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.home #fsPageContent .fsElementTitle {
  font-size: 30px;
}
.home #fsPageContent .fsLayout {
  margin: 0;
}
.home #fsPageContent .fsLayout .fsDiv {
  padding: 0;
  margin-bottom: 0;
}
.home .nav-main,
.home .site-info-container a {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
@media (min-width: 900px) {
  .home.nav-docked #fsHeader .nav-main {
    background: #79101d;
  }
  .home:not(.nav-docked) #fsHeader .nav-main {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    border-radius: 0 100px 100px 0;
    margin-top: 65px;
    background: none;
  }
  .home:not(.nav-docked) #fsHeader .nav-main .fsNavLevel1 > li:not(:last-child) > a {
    background: #79101d;
  }
  .home:not(.nav-docked) #fsHeader .nav-main .fsNavLevel1 > li:last-child > a {
    border-radius: 0 100px 100px 0;
  }
  .home:not(.nav-docked) .site-info-container a {
    width: 124px;
    height: 124px;
    left: -30px;
    top: 35px;
  }
  .home #fsHeader .nav-main .fsNavLevel1 > li:last-child:hover > a {
    border-radius: 0;
  }
}
.home .news-list,
.home .event-list {
  padding: 40px 0;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.home .news-list header,
.home .event-list header {
  margin-bottom: 45px;
}
.home .news-list {
  background: #f0f1f2;
}
.home .news-list.fsGrid .fsStyleThreeColumns article {
  background: #fff;
  box-shadow: 0px 3px 3px #cbd0d4;
}
@media (min-width: 600px) {
  .home .news-list.fsGrid .fsStyleThreeColumns article {
    width: calc(50% - 10px);
  }
  .home .news-list.fsGrid .fsStyleThreeColumns article:last-child {
    display: none;
  }
}
@media (min-width: 900px) {
  .home .news-list.fsGrid .fsStyleThreeColumns article {
    width: calc(33.33% - 10px);
  }
  .home .news-list.fsGrid .fsStyleThreeColumns article:last-child {
    display: block;
  }
}
.home .news-list.fsGrid .fsStyleThreeColumns article .fsThumbnail {
  display: block;
  height: 200px;
}
.home .event-list .fsDayContainer {
  display: inline;
}
.home .event-list article {
  text-align: center;
  padding: 0 10px 35px;
  border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}
@media (min-width: 600px) {
  .home .event-list article {
    float: left;
    width: 50%;
    border-right: 1px solid rgba(215, 215, 215, 0.5);
    border-bottom: 0;
  }
  .home .event-list article:first-child + article {
    border-right: 0;
  }
}
.home .event-list article:last-child, .home .event-list article:nth-last-child(2) {
  display: none;
}
@media (min-width: 900px) {
  .home .event-list article {
    width: 33.33%;
  }
  .home .event-list article:first-child + article {
    border-right: 1px solid rgba(215, 215, 215, 0.5);
  }
  .home .event-list article:nth-last-child(2) {
    display: block;
    border-right: 0;
  }
}
@media (min-width: 1000px) {
  .home .event-list article {
    width: 25%;
  }
  .home .event-list article:last-child {
    display: block;
    border-right: 0;
  }
  .home .event-list article:nth-last-child(2) {
    border-right: 1px solid rgba(215, 215, 215, 0.5);
  }
}
.home .event-list .fsDate {
  position: relative;
  display: inline-block;
  width: 87px;
  height: 87px;
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 27px;
}
.home .event-list .fsDay {
  font-size: 34px;
}

.live-stream {
  min-height: 225px;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 5px solid #fff14c;
  padding-top: 40px;
}
.live-stream p {
  margin-top: 0;
}
.live-stream p:first-child {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}
.live-stream p strong {
  text-transform: none;
  font-weight: 300;
  color: #fff14c;
}
@media (min-width: 800px) {
  .live-stream {
    min-height: 360px;
    font-size: 26px;
    padding-top: 1em;
  }
  .live-stream p:first-child {
    font-size: 60px;
  }
}
.live-stream .view-all {
  font-size: 13px;
  padding: 10px 40px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 600px) {
  .live-stream .view-all {
    width: auto;
  }
}
.live-stream .view-all:hover {
  color: #fff14c;
}

.video-container {
  position: relative;
}
.video-container .slick-prev, .video-container .slick-next {
  top: auto;
  bottom: 40px;
  z-index: 1001;
  width: 45px;
  height: 45px;
}
.video-container .slick-prev:before, .video-container .slick-next:before {
  font-size: 45px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  font-family: "IcoMoon";
}
.video-container .slick-prev {
  display: none !important;
}
.video-container .slick-prev:before {
  content: '\f104';
}
.video-container .slick-next {
  right: 20px;
}
.video-container .slick-next:before {
  content: '\e900';
}
.video-container video {
  width: 100%;
  display: block;
}
@media (min-width: 1200px) {
  .video-container video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.video-container .mobile-slide {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-container .mobile-slide h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: 0 25px;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
@media (min-width: 900px) {
  .video-container .mobile-container {
    display: none;
  }
}
.video-container .mobile-container .slick-dots li button:before {
  font-size: 48px;
  color: #fff;
  opacity: 1;
}
.video-container .mobile-container .slick-dots li.slick-active button:before {
  color: #ffcd55;
}
.video-container .container.slideshow,
.video-container .details-container {
  display: none;
}
@media (min-width: 900px) {
  .video-container .container.slideshow,
  .video-container .details-container {
    display: block;
  }
}
.video-container .details-container {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.video-container .details-container .slick-dots {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  z-index: 1001;
  padding: 0;
  bottom: 0;
  text-align: left;
  color: #fff;
  bottom: 0;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
}
.video-container .details-container .slick-dots li {
  border-left: 3px solid #fff;
  padding: 20px 20px 60px;
  opacity: .5;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  width: 25%;
  height: auto;
  margin: 0;
}
.video-container .details-container .slick-dots li.slick-active {
  padding: 0 20px 80px;
  border-color: #fff14c;
  opacity: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  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: 57.14286%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 28.57143%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 14.28571%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #2b2b2b;
  color: #2b2b2b;
}
.colors ol li:nth-of-type(1):after {
  content: "#2b2b2b";
}
.colors ol li:nth-of-type(2) {
  background: #79101d;
  color: #79101d;
}
.colors ol li:nth-of-type(2):after {
  content: "#79101d";
}
.colors ol li:nth-of-type(3) {
  background: #363636;
  color: #363636;
}
.colors ol li:nth-of-type(3):after {
  content: "#363636";
}
.colors ol li:nth-of-type(4) {
  background: #f5b800;
  color: #f5b800;
}
.colors ol li:nth-of-type(4):after {
  content: "#f5b800";
}
.colors ol li:nth-of-type(5) {
  background: #00779f;
  color: #00779f;
}
.colors ol li:nth-of-type(5):after {
  content: "#00779f";
}
.colors ol li:nth-of-type(6) {
  background: #cbd0d4;
  color: #cbd0d4;
}
.colors ol li:nth-of-type(6):after {
  content: "#cbd0d4";
}
.colors ol li:nth-of-type(7) {
  background: #e8ebed;
  color: #e8ebed;
}
.colors ol li:nth-of-type(7):after {
  content: "#e8ebed";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.33333em;
  padding: 0.33333em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "Droid Serif", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "Droid Serif, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "futura-pt", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "futura-pt, sans-serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(5) {
  font-family: "FontAwesome";
}
.fonts ol li:nth-of-type(5):after {
  content: "FontAwesome";
}
.fonts ol li:nth-of-type(6) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(6):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 28px / line: 30px";
}
.headers h2:after {
  content: " size: 22px / line: 24";
}
.headers h3:after {
  content: " size: 20px / line: 22px";
}
.headers h4:after {
  content: " size: 18px / line: 20px";
}
.headers h5:after {
  content: " size: 15px / line: 17px";
}
.headers h6:after {
  content: " size: 14px / line: 16px";
}
