 /**
 *
 * Cincinnati Country Day School - default
 * @link http://cincinnati.finalsite.com
 * Built By: Wendy Beaulac
 * Project Manager: Laurie Murphy
 * Designer: Holly Fehr
 *
 */

@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: 73.75em;
  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.25em;
  margin-left: 1.25em;
}

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

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

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

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

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

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

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

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

.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/icomoon.eot");
  src: url("/uploaded/themes/default/fonts//icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts//icomoon/icomoon.woff2") format("woff2"), url("/uploaded/themes/default/fonts//icomoon/icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts//icomoon/icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts//icomoon/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}*/
.fsRosterName, .fsTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1,
.alpha {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.1875em;
  line-height: 1.05714em;
  margin-bottom: 0.45714em;
  color: #8dc9e5;
}

h2,
.beta {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 0.8em;
  color: #00569e;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.125em;
  margin-bottom: 0.625em;
  color: #5c5c5c;
  font-family: "jubilat", Georgia, serif;
  font-weight: 600;
}

h4,
.delta {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8125em;
  line-height: 1.15385em;
  margin-bottom: 0.76923em;
  color: #e48a54;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8125em;
  line-height: 1.15385em;
  margin-bottom: 0.76923em;
  color: #00569e;
  font-family: "jubilat", Georgia, serif;
  font-weight: 600;
  text-transform: capitalize;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.16667em;
  margin-bottom: 0.83333em;
  color: #e48a54;
  font-style: italic;
  text-transform: capitalize;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #00569e;
  transition: background .3s, color .3s;
}
a:hover {
  color: #e48a54;
}

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

table.fs_style_27 {
  margin-bottom: 1.25em;
  width: 100%;
}
table.fs_style_27 th,
table.fs_style_27 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.fs_style_27 th {
  padding: 1.25em;
  text-align: left;
  background: #00569e;
  color: #fff;
  text-transform: uppercase;
}
table.fs_style_27 td {
  padding: 0.625em 1.25em;
  background: rgba(0, 0, 0, 0.05);
}
table.fs_style_27 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

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

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

/*! content - buttons v0.0.1 */
.fs_style_37 {
  display: inline-block;
  border: 0;
  background: #e48a54;
  outline: 0;
  color: #fff;
  font-family: "jubilat", Georgia, serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 0;
  text-decoration: none !important;
  position: relative;
  padding: 13px;
}
.fs_style_37:before {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.fs_style_37:after {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.fs_style_37:hover {
  background: #e17b3e;
  color: #fff;
}
.fs_style_37 em {
  display: block;
  font-style: normal;
}

.fs_style_38 {
  display: inline-block;
  border: 0;
  background: #878787;
  outline: 0;
  color: #fff;
  font-family: "jubilat", Georgia, serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 0;
  text-decoration: none !important;
  position: relative;
  padding: 13px;
}
.fs_style_38:before {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.fs_style_38:after {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.fs_style_38:hover {
  background: #7a7a7a;
  color: #fff;
}
.fs_style_38 em {
  display: block;
  font-style: normal;
}

.hollow-button {
  display: inline-block;
  border: 0;
  background: transparent;
  outline: 0;
  color: #8dc9e5;
  font-family: "jubilat", Georgia, serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 0;
  text-decoration: none !important;
  position: relative;
  padding: 13px;
  border: 0.2em solid #8dc9e5;
}
.hollow-button:before {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.hollow-button:after {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.hollow-button:hover {
  background: transparent;
  color: #8dc9e5;
}
.hollow-button em {
  display: block;
  font-style: normal;
}

.ltBlue-btn {
  background-color: #8dc9e5;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.ltBlue-btn .fsElementContent {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 0;
}
.ltBlue-btn p {
  margin: 0;
}
.ltBlue-btn p:first-child {
  font-size: 50px;
  font-weight: 700;
}
.ltBlue-btn p:nth-child(2) {
  font-family: "jubilat", Georgia, serif;
  font-size: 20px;
}
.ltBlue-btn a {
  color: inherit;
  text-decoration: none !important;
}

.dkBlue-btn {
  background-color: #8dc9e5;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 20px 30px;
  margin-bottom: 20px;
  background-color: #00569e;
}
.dkBlue-btn .fsElementContent {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 0;
}
.dkBlue-btn p {
  margin: 0;
}
.dkBlue-btn p:first-child {
  font-size: 50px;
  font-weight: 700;
}
.dkBlue-btn p:nth-child(2) {
  font-family: "jubilat", Georgia, serif;
  font-size: 20px;
}
.dkBlue-btn a {
  color: inherit;
  text-decoration: none !important;
}

/*! content - style manger v0.0.1 */
.lead-in, .fs_style_25 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  font-family: "jubilat", Georgia, serif;
  text-transform: uppercase;
}

blockquote, .fs_style_24 {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 26px;
  font-family: "jubilat", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  border-top: solid 1px #d4d4d4;
  padding: 20px;
}
blockquote:before, .fs_style_24:before {
  color: #e48a54;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
  content: '\201C';
  font-size: 100px;
  background-color: #fff;
  width: 40px;
  height: 50px;
  line-height: 1;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}

cite, .fs_style_26 {
  display: block;
  margin: 0 0 20px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #e48a54;
  text-align: right;
}
cite:before, .fs_style_26:before {
  content: '- ';
}

.callout, .fs_style_23 {
  padding: 20px;
  color: #00569e;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.callout.left, .fs_style_23.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.left, .fs_style_23.left {
    width: 50%;
  }
}
.callout.right, .fs_style_23.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.right, .fs_style_23.right {
    width: 50%;
  }
}

.fs_style_28 {
  color: #8dc9e5;
}

.fs_style_29 {
  color: #00569e;
}

.fs_style_30:first-letter {
  float: left;
  font-family: "jubilat", Georgia, serif;
  font-size: 66px;
  font-weight: 700;
  line-height: .9;
  margin-right: .1em;
}

/*! structure - header v0.0.1 */
#fsHeader {
  background-color: #fff;
  padding: 0;
  position: relative;
}

.top-row, .top-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-row li {
  margin: 0;
  padding: 0;
}
#fsHeader .top-row {
  display: none;
}
@media (min-width: 900px) {
  #fsHeader .top-row {
    display: block;
    background-color: #00569e;
    height: 64px;
    position: relative;
  }
}
.top-row ul {
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .top-row ul {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}
.top-row li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 900px) {
  .top-row li {
    display: inline-block;
    border: none;
  }
}
.top-row a {
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 1em 2.8em;
}
@media (min-width: 900px) {
  .top-row a {
    margin: 0 25px;
    padding: 0;
  }
}
.top-row a:hover {
  background-color: #00569e;
}
@media (min-width: 900px) {
  .top-row a:hover {
    background-color: transparent;
    color: #e48a54;
  }
}

.ltblue-row {
  height: 40px;
  padding: 0 0 0 2.8em;
  background: url("../images/ltblue-pattern.gif") left top repeat;
}
#fsHeader .ltblue-row {
  text-align: right;
  position: relative;
}
.drawer .ltblue-row {
  background: none;
}
@media (min-width: 700px) {
  .drawer .ltblue-row {
    display: none;
  }
}
.ltblue-row .fsElementContent {
  height: 100%;
}
.ltblue-row .login-btn {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 58px;
}
.ltblue-row .login-btn, .ltblue-row .login-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ltblue-row .login-btn li {
  margin: 0;
  padding: 0;
}
#fsHeader .ltblue-row .login-btn {
  display: none;
}
@media (min-width: 700px) {
  #fsHeader .ltblue-row .login-btn {
    display: inline-block;
    border-left: solid 1px rgba(107, 150, 167, 0.4);
    position: absolute;
    top: 0;
    right: 116px;
    height: 40px;
    width: 340px;
  }
}
.ltblue-row .login-btn .fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo {
  display: block;
}
.ltblue-row .login-btn .fsNavLevel1 > li > a {
  color: #8dc9e5;
  display: block;
  font-size: 0;
  line-height: normal;
  text-align: left;
  padding: 10px 0;
}
.ltblue-row .login-btn .fsNavLevel1 > li > a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px;
  margin-right: 50px;
  vertical-align: top;
}
@media (min-width: 700px) {
  .ltblue-row .login-btn .fsNavLevel1 > li > a:before {
    padding: 0 7px;
    margin: 0;
  }
}
@media (min-width: 700px) {
  .ltblue-row .login-btn .fsNavLevel1 > li > a {
    color: #00569e;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    white-space: nowrap;
  }
}
@media (min-width: 700px) {
  .ltblue-row .login-btn .fsNavLevel1 > li > a:hover {
    font-size: 17px;
  }
}
.ltblue-row .login-btn .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  display: none;
  width: 43.75em;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: left;
  background-color: rgba(0, 86, 158, 0.8);
  left: auto;
  -ms-transform: none;
  transform: none;
  right: -58px;
}
.ltblue-row .login-btn .fsNavLevel2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 20px;
}
.ltblue-row .login-btn .fsNavLevel2 > li {
  width: 25%;
  padding: 0 10px;
  border-right: solid 1px #fff;
  margin-right: 10px;
}
.ltblue-row .login-btn .fsNavLevel2 > li:last-child {
  border: none;
}
.ltblue-row .login-btn .fsNavLevel2 > li > a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: .5em;
}
.ltblue-row .login-btn .fsNavLevel2 > li > a:hover {
  color: #e48a54;
}
.ltblue-row .login-btn .fsNavLevel3 > li > a {
  color: #fff;
  padding: .2em 0;
  display: block;
}
.ltblue-row .login-btn .fsNavLevel3 > li > a:hover {
  color: #e48a54;
}

.quick-menu {
  position: absolute;
  top: 150px;
  left: -90px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 0 20px 20px 0;
  padding: 20px !important;
  min-width: 140px;
  transition: left .3s ease;
  display: none;
  z-index: 100;
}
.quick-menu, .quick-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-menu li {
  margin: 0;
  padding: 0;
}
.home .quick-menu {
  top: 64px;
}
.home #fsHeader .quick-menu {
  display: none;
}
@media (min-width: 600px) {
  .quick-menu {
    display: block;
  }
}
.quick-menu:hover {
  left: 0;
}
.quick-menu a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 19px 0;
}
.quick-menu a:hover {
  color: #e48a54;
}
.quick-menu a:after {
  font-size: 20px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  right: 0;
}
.quick-menu a.my-day:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.quick-menu a.news:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.quick-menu a.calendar:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.quick-menu a.info:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.quick-menu a.contact:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  height: 167px;
  width: 100%;
}
@media (min-width: 600px) {
  .site-info-container {
    top: -50px;
  }
}
@media (min-width: 900px) {
  .site-info-container {
    top: 0px;
  }
}
.site-info-container h1 {
  margin: 0;
}
.site-info-container a {
  display: block;
  padding: 0;
  color: transparent;
  width: 110px;
  height: 110px;
  background-color: #fff;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.svg .site-info-container a {
  background-image: url("../images/logo.svg");
}
.no-svg .site-info-container a {
  background-image: url("../images/Circle-logo.png");
}
@media (min-width: 600px) {
  .site-info-container a {
    width: 157px;
    height: 157px;
  }
}
@media (min-width: 700px) {
  .site-info-container a {
    right: auto;
    left: 70px;
  }
}
@media (min-width: 900px) {
  .site-info-container a {
    left: 20px;
  }
}
.site-info-container a:hover {
  color: transparent;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 0;
  text-align: center;
  color: #fff;
}
#fsFooter .whiteRowBtm {
  background-color: #fff;
}
#fsFooter .whiteRowBtm .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
@media (min-width: 900px) {
  #fsFooter .whiteRowBtm {
    border-top: solid 1px #8dc9e5;
    zoom: 1;
  }
  #fsFooter .whiteRowBtm:after {
    display: table;
    clear: both;
    content: '';
  }
}
#fsFooter .linksBtm, #fsFooter .linksBtm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsFooter .linksBtm li {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  #fsFooter .linksBtm {
    float: left;
    padding: 20px 0;
  }
}
#fsFooter .linksBtm li {
  display: inline-block;
}
#fsFooter .linksBtm li:after {
  content: '|';
  border-right: solid 1px #878787;
}
#fsFooter .linksBtm li:last-child:after {
  border-right: none;
}
#fsFooter .linksBtm a {
  color: #878787;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  margin: 0 0 0 12px;
}
#fsFooter .linksBtm a:hover {
  color: #8dc9e5;
}

.location-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-top: 25px;
}
@media (min-width: 900px) {
  .location-container {
    text-align: left;
  }
}

.school-details {
  margin-bottom: 20px;
  font-size: 14px;
}
.school-details [itemprop='name'] {
  font-weight: 700;
}
.school-details [itemprop='name']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 14px;
}
@media (min-width: 900px) {
  .school-details [itemprop='name'] {
    display: inline-block;
    padding: 0 15px;
  }
}
.school-details [itemprop='address'] {
  color: #8dc9e5;
}
@media (min-width: 900px) {
  .school-details [itemprop='address'] {
    display: inline-block;
  }
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
@media (min-width: 900px) {
  .school-details [itemprop='streetAddress'] {
    display: inline-block;
    padding: 0 15px;
  }
}
.school-details [itemprop='telephone'] {
  display: inline-block;
  color: #8dc9e5;
}
@media (min-width: 900px) {
  .school-details [itemprop='telephone'] {
    padding: 0 15px;
  }
}
.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: "proxima-nova", sans-serif;
  background: #00569e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1em;
  line-height: 1.4375;
  color: #5c5c5c;
}

#fsPageWrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  padding-top: 25px;
}
@media (min-width: 600px) {
  #fsPageBodyWrapper {
    padding-top: 100px;
  }
}
@media (min-width: 900px) {
  #fsPageBodyWrapper {
    padding-top: 25px;
  }
}
.landing-pg #fsPageBodyWrapper {
  padding-top: 40px;
}
.home #fsPageBodyWrapper {
  padding: 0;
}

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

#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;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@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%;
  }
}
#fsBannerRight .fsElement {
  margin-bottom: 30px;
}

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

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

.fsTwoColumnWideLeftLayout .fsDiv:first-child {
  width: 100%;
}
@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout .fsDiv:first-child {
    width: 67%;
  }
}
.fsTwoColumnWideLeftLayout .fsDiv:last-child {
  width: 100%;
}
@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout .fsDiv:last-child {
    width: 33%;
  }
}

@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 {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
}
@media (min-width: 900px) {
  #fsPoweredByFinalsite {
    float: right;
  }
}

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

/*! navigation - main v0.0.1 */
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 900px) {
  #fsHeader .nav-main {
    display: block;
  }
}
.nav-main .fsNavLevel1 {
  margin-top: 35px;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 177px;
    margin-top: 0;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .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;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto;
    border: none;
  }
}
.nav-main .fsNavLevel1 > li > a {
  padding: 1em 2.8em;
  color: #fff;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li > a {
    color: #878787;
    padding: 25px 0;
  }
}
.nav-main .fsNavLevel1 > li > a:hover {
  background-color: #00569e;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li > a:hover {
    color: #e48a54;
    background-color: transparent;
  }
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #e48a54;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #e48a54;
}

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  display: none;
  width: 33.25em;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(0, 86, 158, 0.8);
  text-align: left;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavLevel2 .col-2 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin: 20px 0;
}
.nav-main .fsNavLevel2 .col-2:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.nav-main .fsNavLevel2 a {
  padding: 0.625em 3em;
  color: #fff;
  display: block;
}
.nav-main .fsNavLevel2 a:hover {
  color: #e48a54;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 64px;
  z-index: 200;
}
@media (min-width: 600px) {
  .drawer-ribbon {
    height: 50px;
  }
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}
.drawer-is-active .drawer-ribbon {
  background: rgba(47, 42, 39, 0.95);
}

.button-name {
  display: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  right: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 600px) {
  .button-name {
    display: block;
  }
}

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px;
  left: auto;
  right: 0;
  z-index: 20;
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 30%;
  content: '';
  background: #fff;
}
.drawer-trigger:before {
  margin-top: -0.25em;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: margin-top .3s, transform .3s;
}
.drawer-trigger:after {
  box-shadow: 0 0.25em 0 0 #fff;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: box-shadow .3s, transform .3s;
}
.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-is-active .drawer-trigger:after {
  box-shadow: none;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 3.125em;
  min-height: 100%;
  max-width: 37.5em;
  background: rgba(47, 42, 39, 0.95);
}
.drawer-is-active .drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 900px) {
  .drawer {
    display: none;
  }
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-sub, .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 > li > a {
  padding: 0.625em;
  border-bottom: 1px solid #8dc9e5;
  display: block;
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #e48a54;
  font-weight: 700 !important;
}
.nav-sub .fsNavLevel2 > li > a {
  color: #e48a54;
  padding: 0.625em 1.25em;
  display: block;
  font-weight: 400;
}
.nav-sub .fsNavLevel2 > li > a:hover {
  color: #878787;
}
.nav-sub .fsNavLevel3 > li > a {
  color: #e48a54;
  padding: 0.625em 1.8em;
  display: block;
  font-weight: 400;
}
.nav-sub .fsNavLevel3 > li > a:hover {
  color: #878787;
}
.nav-sub > header {
  display: block;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: .5em 0;
  cursor: pointer;
  color: #e48a54;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 23px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 18px;
    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-container {
  padding: 20px 0;
}
@media (min-width: 900px) {
  .nav-social-container {
    float: right;
  }
}

.nav-social {
  margin-left: 15px;
}
.nav-social, .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;
  border-left: solid 1px #8dc9e5;
}
.nav-social li:first-child {
  border-left: none;
}
@media (min-width: 900px) {
  .nav-social li:first-child {
    border-left: solid 1px #8dc9e5;
  }
}
.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: 1.3125em;
  line-height: 1;
  text-align: center;
  color: #8dc9e5;
  display: block;
  padding: 0 .8em 0 1em;
}
.nav-social a:before {
  font-family: "IcoMoon";
}
.nav-social span {
  display: none;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util li {
  margin: 0;
  padding: 0;
}
.nav-util ul li a {
  padding: 0em 0em;
  display: block;
}

.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 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-rule: 0;
    column-rule: 0;
    min-height: initial;
  }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    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.25em;
}
@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.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  background: #5c5c5c;
  outline: 0;
  color: #fff;
  font-family: "jubilat", Georgia, serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 0;
  text-decoration: none !important;
  position: relative;
  padding: 13px;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:before {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:after {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #4f4f4f;
  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: #00569e;
}
@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.25em;
}
.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: #878787;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 0.8em;
  margin-bottom: 2px;
  display: block;
  font-size: 13px;
  padding: 13.33333px;
  color: #fff;
  transition: .3s;
  position: relative;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #8dc9e5;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #fff;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #00569e;
}
.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 {
  content: '';
  border: none;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 13.33333px;
  width: 50px;
  text-align: center;
  content: "-";
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 13.33333px;
  width: 50px;
  text-align: center;
  content: "+";
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  margin: -3px 20px 0 0;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2 {
  padding-right: 70px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:after {
  margin: 0 0 0 20px;
  float: right;
  border-left: solid 1px #fff;
  right: 0;
  font-size: 20px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2 {
  padding-left: 60px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:after, .fsPanelIconBefore.fsTabs .fsPanel > header h2:after, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2:after {
  display: none;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2:before {
  margin: 0;
  float: left;
  border-right: solid 1px #fff;
  left: 0;
  font-size: 20px;
}

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

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
  clear: left;
}
.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;
  background: #5c5c5c;
  outline: 0;
  color: #fff;
  font-family: "jubilat", Georgia, serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 0;
  text-decoration: none !important;
  position: relative;
  padding: 13px;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsLoadMoreButton:before {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.fsAthleticsEvent .fsLoadMoreButton:after {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.fsAthleticsEvent .fsLoadMoreButton:hover {
  background: #4f4f4f;
  color: #fff;
}
.fsAthleticsEvent .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}
.fsAthleticsRosterContent p:last-child {
  margin-bottom: 0;
}
.fsAthleticsRosterContent:empty {
  margin-bottom: 0;
}

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsAthleticsRosterList li {
  margin: 0;
  padding: 0;
}
.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e48a54;
}
.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}
.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsRosterPlayerNumber:before {
  content: 'Number: ';
}

.fsRosterPosition:before {
  content: 'Position: ';
}

.fsRosterHeight:before {
  content: 'Height: ';
}

.fsRosterWeight:before {
  content: 'Weight: ';
}

.fsRosterBio p:last-child {
  margin-bottom: 0;
}

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

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px;
}
.fsAthleticsTeamDirectory, .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.calendarElement {
  border: solid 1px #8dc9e5;
  padding: 20px;
}
.fsCalendar.home-cal .fsDate {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 600px) {
  .fsCalendar.home-cal .fsDayContainer {
    border-right: solid 1px #fff;
  }
  .fsCalendar.home-cal .fsDayContainer:last-child {
    border: none;
  }
}
.fsCalendar.home-cal article {
  color: #fff;
  padding: 100px 10px 0 10px;
  text-align: center;
}
.fsCalendar.home-cal article .fsTitle a {
  font-size: 16px;
}
.fsCalendar.home-cal article .fsTitle a:hover {
  color: #8dc9e5;
}
.fsCalendar.home-cal .fsDate {
  right: 0;
  margin: auto;
}
.fsCalendar.home-cal .fsTitle {
  color: #fff;
  font-size: 20px;
}
.fsCalendar .fsElementTitle {
  color: #8dc9e5;
  font-weight: 700;
  font-size: 25px;
}
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}
.fsCalendar .fsTitle {
  color: #e48a54;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.fsCalendar .fsTitle a {
  color: inherit;
}
.fsCalendar .fsTitle a:hover {
  color: #00569e;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  padding-top: 5px;
  text-align: center;
  background: #e48a54;
  border-radius: 100%;
  color: #fff;
}
.home .fsCalendar .fsDate {
  height: 80px;
  width: 80px;
}
.fsCalendar .fsDate span {
  display: block;
}
.fsCalendar .fsDate .fsDayName {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
}
.home .fsCalendar .fsDate .fsDayName {
  font-size: 11px;
}
.fsCalendar .fsDate .fsDayName:after {
  content: '/';
  margin: 0 .2em;
}
.fsCalendar .fsDate .fsMonth {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
}
.home .fsCalendar .fsDate .fsMonth {
  font-size: 11px;
}
.fsCalendar .fsDate .fsDay {
  font-size: 30px;
  font-family: "jubilat", Georgia, serif;
  font-weight: 700;
  line-height: 1;
  margin-top: .1em;
  margin-bottom: -.3em;
}
.home .fsCalendar .fsDate .fsDay {
  font-size: 36px;
  margin-top: .3em;
  margin-bottom: -.2em;
}
.fsCalendar .fsElementFooterContent {
  color: #8dc9e5;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.fsCalendar .fsElementFooterContent a {
  color: inherit;
}
.fsCalendar .fsElementFooterContent a:hover {
  color: #00569e;
}

.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%;
  -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(0, 86, 158, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 86, 158, 0.05);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(0, 86, 158, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 86, 158, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}
#event-view {
  padding: 20px;
  margin: 20px auto 0;
}
#event-view .fsCalendarDaybox {
  height: auto !important;
}
@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;
  background: #5c5c5c;
  outline: 0;
  color: #fff;
  font-family: "jubilat", Georgia, serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 0;
  text-decoration: none !important;
  position: relative;
  padding: 13px;
  padding: 10px 20px;
}
.scroll-up span:before {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.scroll-up span:after {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.scroll-up span:hover {
  background: #4f4f4f;
  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, .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendarLegend li {
  margin: 0;
  padding: 0;
}
@media (min-width: 600px) {
  .fsCalendarLegend > ul {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 800px) {
  .fsCalendarLegend > ul {
    -moz-column-count: 3;
    column-count: 3;
  }
}
.fsCalendarLegend > ul ul {
  margin-left: 20px;
}

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

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

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

.module {
  background: #00569e;
}

/*! 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;
}
.fsComposerFormEmbed form .elementContainer > label {
  color: #00569e;
  font-weight: bold;
}
@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: #00569e;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #039;
}
.fsComposerFormEmbed form .required {
  color: #00569e;
}
.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: #00569e;
  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;
  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, .fsComposerFormEmbed form #cc_formSubmit {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  outline: 0;
  background: #00569e !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form #cc_formSubmit:hover {
  transition: .3s;
  color: #fff !important;
  background: #8dc9e5 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "proxima-nova", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

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

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

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

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

.elementRow span.attendeeInfo label {
  margin: 6px 0 10px 0 !important;
  max-width: 415px;
}
.elementRow span.attendeeInfo input {
  min-width: 200px;
  float: right;
}

.ccField {
  color: #00569e;
  font-family: "proxima-nova", sans-serif;
}

#HPCI_CC_form h3 {
  font-family: "proxima-nova", sans-serif;
}

#cc_formSubmit {
  border-radius: 5px;
  color: #fff;
}

#timerBox {
  margin-top: 20px;
}

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  border: 0;
  background: #5c5c5c;
  outline: 0;
  color: #fff;
  font-family: "jubilat", Georgia, serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 0;
  text-decoration: none !important;
  position: relative;
  padding: 13px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:before, .fsLogin .fsLoginMainView button:before, .fsLogin .fsLoginForgotView .fsLoginSubmit:before, .fsLogin .fsLoginForgotView button:before, .fsLogin .fsLoginNewView .fsLoginSubmit:before, .fsLogin .fsLoginNewView button:before, .fsAccount .fsLoginMainView .fsLoginSubmit:before, .fsAccount .fsLoginMainView button:before, .fsAccount .fsLoginForgotView .fsLoginSubmit:before, .fsAccount .fsLoginForgotView button:before, .fsAccount .fsLoginNewView .fsLoginSubmit:before, .fsAccount .fsLoginNewView button:before {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:after, .fsLogin .fsLoginMainView button:after, .fsLogin .fsLoginForgotView .fsLoginSubmit:after, .fsLogin .fsLoginForgotView button:after, .fsLogin .fsLoginNewView .fsLoginSubmit:after, .fsLogin .fsLoginNewView button:after, .fsAccount .fsLoginMainView .fsLoginSubmit:after, .fsAccount .fsLoginMainView button:after, .fsAccount .fsLoginForgotView .fsLoginSubmit:after, .fsAccount .fsLoginForgotView button:after, .fsAccount .fsLoginNewView .fsLoginSubmit:after, .fsAccount .fsLoginNewView button:after {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
  background: #4f4f4f;
  color: #fff;
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  display: block;
  font-style: normal;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  background: #5c5c5c;
  outline: 0;
  color: #fff;
  font-family: "jubilat", Georgia, serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 0;
  text-decoration: none !important;
  position: relative;
  padding: 13px;
}
.fsAccount .fsAccountLogout a:before {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.fsAccount .fsAccountLogout a:after {
  content: '';
  background-color: #fff;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.fsAccount .fsAccountLogout a:hover {
  background: #4f4f4f;
  color: #fff;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center top;
  background-size: cover;
  outline: 0;
  position: relative;
  height: 100% !important;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 23px;
  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: 700;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.1em;
    margin-bottom: 0.8em;
    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%;
  -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';
}

/*! elements - news v0.0.1 */
.fsNews.newsElement {
  border: solid 1px #8dc9e5;
  padding: 20px;
}
.fsNews.newsElement article img {
  width: 100%;
}
.fsNews .fsElementTitle {
  color: #8dc9e5;
  font-weight: 700;
  font-size: 25px;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 1.4375em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle {
  color: #00569e;
  font-family: "jubilat", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.fsNews .fsReadMoreLink {
  color: #8dc9e5;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.fsNews .fsReadMoreLink:hover {
  color: #00569e;
}

.fsNews.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.news-container .fsNews.fsGrid .fsListItems {
  margin: 0;
}
.fsNews.fsGrid article {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
  .news-container .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 48%;
  }
}
@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: left;
}
form.gsc-search-box-tools table.gsc-search-box {
  margin-bottom: 0;
}
form.gsc-search-box-tools div.gsc-input-box {
  min-width: 140px;
  border: 0;
  height: 40px;
}
form.gsc-search-box-tools div.gsc-input-box table,
form.gsc-search-box-tools div.gsc-input-box tbody,
form.gsc-search-box-tools div.gsc-input-box tr,
form.gsc-search-box-tools div.gsc-input-box td {
  overflow: hidden;
  display: block;
  width: 100%;
  border: 0;
  height: 40px;
}
form.gsc-search-box-tools td.gsib_a {
  padding: 0;
  display: inline-block;
}
form.gsc-search-box-tools td.gsib_b {
  padding: 0;
  display: none !important;
}
form.gsc-search-box-tools input.gsc-input {
  background: transparent !important;
  background-image: none !important;
  width: 100%;
  height: 40px !important;
  color: #5c5c5c;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
}
form.gsc-search-box-tools table.gsc-branding {
  display: none;
}
form.gsc-search-box-tools td.gsc-search-button {
  display: block;
  float: left;
  padding: 0 10px 0 10px;
  overflow: hidden;
  height: 40px;
  width: auto;
  background: transparent;
  position: relative;
  font-family: "IcoMoon";
}
form.gsc-search-box-tools td.gsc-search-button:after {
  content: "";
  color: #8dc9e5;
  opacity: 1;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.gsc-search-box-tools td.gsc-search-button:hover {
  background: transparent;
}
form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  height: 40px;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-family: "IcoMoon";
}

/*=======================*/
/* Custom Styles         */
/*=======================*/
.fsSearch.site-search {
  display: inline-block;
  border: solid 1px #8dc9e5;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fsHeader .fsSearch.site-search {
  display: none;
}
@media (min-width: 700px) {
  #fsHeader .fsSearch.site-search {
    display: inline-block;
    border: none;
    border-left: solid 1px rgba(107, 150, 167, 0.4);
    position: absolute;
    right: -140px;
    transition: right .3s ease;
  }
  #fsHeader .fsSearch.site-search:hover {
    background-color: #fff;
    right: 0;
  }
}
.fsSearch.site-search td.gsc-input {
  float: right;
}
.fsSearch.site-search form.gsc-search-box-tools div.gsc-input-box {
  background-color: transparent;
}
.fsSearch.site-search form.gsc-search-box-tools div.gsc-input-box.gsc-input-box-hover {
  box-shadow: none;
}
@media (min-width: 700px) {
  .fsSearch.site-search form.gsc-search-box-tools input.gsc-input {
    color: #5c5c5c;
  }
}
.fsSearch.site-search form.gsc-search-box-tools td.gsc-search-button {
  font-family: "IcoMoon";
  font-size: 18px;
  float: right;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .fsSearch.site-search form.gsc-search-box-tools td.gsc-search-button:after {
    color: #6b96a7;
  }
}

/* Social Elements */
/*--Facebook--*/
.fsFacebook .fsFacebookList, .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: #8dc9e5;
}
.fsTwitter .tweets li a:hover {
  color: #00569e;
}
.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: #00569e;
}
.fsTwitter .tweets li .header time abbr {
  text-decoration: none;
  border: 0;
}
.fsTwitter .tweets li .header time:hover {
  color: #8dc9e5;
}
.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: #00569e;
}
.fsTwitter .tweets li .footer .expand b {
  display: none;
}
.fsTwitter .tweets li .footer .expand:hover {
  color: #8dc9e5;
}
.fsTwitter .tweets li .footer .expand:before {
  display: block;
  font-family: "IcoMoon";
  content: '\f067';
}
.fsTwitter .tweets li .footer .tweet-actions {
  margin: 0;
  padding: 0;
  text-align: right;
}
.fsTwitter .tweets li .footer .tweet-actions li {
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto;
}
.fsTwitter .tweets li .footer .tweet-actions li a {
  color: #00569e;
}
.fsTwitter .tweets li .footer .tweet-actions li a b {
  display: none;
}
.fsTwitter .tweets li .footer .tweet-actions li a:hover {
  color: #8dc9e5;
}
.fsTwitter .tweets li .footer .tweet-actions li a i {
  font-style: normal;
}
.fsTwitter .tweets li .footer .tweet-actions li a i:before {
  display: block;
  font-family: "IcoMoon";
}
.fsTwitter .tweets li .footer .tweet-actions li .reply-action i:before {
  content: '\f112';
}
.fsTwitter .tweets li .footer .tweet-actions li .retweet-action i:before {
  content: '\f079';
}
.fsTwitter .tweets li .footer .tweet-actions li .like-action i:before {
  content: '\f005';
}

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 20px;
}
.fsYoutube .fsYoutubeList, .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: 700;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 0.8em;
  margin-bottom: 2px;
  display: block;
  font-size: 13px;
  padding: 13.33333px;
  color: #fff;
  transition: .3s;
  background: #878787;
  color: #fff;
}
.fsTabs .fsTabsNav li a:hover {
  background: #8dc9e5;
  color: #fff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #00569e;
  color: #fff;
}
.fsTabs .fsPanel .fsElementContent {
  padding: 1em 0;
}

.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 .news-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 18px 0px 84px 0px;
  position: relative;
}
@media (min-width: 600px) {
  .home .news-container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 900px) {
  .home .news-container {
    padding: 64px 20px 84px 20px;
  }
}
.home .news-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  zoom: 1;
}
.home .news-container > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 900px) {
  .home .news-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
  }
}
.home .news-container article {
  padding: 28px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .home .news-container article {
    border: solid 1px #8dc9e5;
    margin-bottom: 30px;
  }
}
.home .news-container .fsTitle {
  font-size: 15px;
  font-weight: 600;
  color: #5c5c5c;
  border-bottom: solid 1px #8dc9e5;
  padding-bottom: 4px;
  margin-bottom: 15px;
}
.home .news-container .fsTitle a {
  color: #00569e;
}
.home .news-container .fsTitle a:hover {
  color: #5c5c5c;
}
.home .news-container .fsReadMoreLink {
  color: #8dc9e5;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
  text-transform: uppercase;
}
.home .news-container .fsReadMoreLink:hover {
  color: #00569e;
}
.home .news-container footer {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.home .news-container footer a {
  color: #8dc9e5;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 80px 10px 20px;
  border-top: solid 1px #8dc9e5;
  border-bottom: solid 1px #8dc9e5;
  border-left: solid 1px #8dc9e5;
}
.home .news-container footer a:after {
  content: '>';
  margin-left: 1em;
}
.home .news-container footer a:hover {
  color: #00569e;
  border-color: #00569e;
}
.home .feature-news {
  border-bottom: solid 1px #8dc9e5;
}
@media (min-width: 600px) {
  .home .feature-news {
    border-bottom: none;
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .home .feature-news {
    float: left;
    width: 32.203389830508%;
    padding-right: 30px;
  }
}
.home .feature-news .fsTitle {
  color: #00569e;
  border-bottom: none;
}
.home .feature-news .fsTitle a {
  color: inherit;
}
.home .feature-news .fsTitle a:hover {
  color: #5c5c5c;
}
.home .feature-news .fsElementContent {
  height: 100%;
}
.home .feature-news .fsListItems {
  height: 100%;
}
.home .feature-news article {
  height: 100%;
  min-height: 454px;
  margin-bottom: 0;
}
.home .feature-news .fsThumbnail img {
  width: 100%;
}
.home .home-news {
  border-bottom: solid 1px #8dc9e5;
}
@media (min-width: 600px) {
  .home .home-news {
    border-bottom: none;
  }
}
@media (min-width: 700px) {
  .home .home-news {
    float: left;
    width: 66.101694915254%;
  }
}
@media (min-width: 600px) {
  .home .home-news article {
    width: 48%;
  }
}
@media (min-width: 600px) {
  .home .home-news article:nth-of-type(odd) {
    margin-right: 2.542372881356%;
  }
}
.home .home-news article:last-of-type {
  margin-bottom: 0;
}
.home .home-news article .fsSummary {
  display: block;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: elllipsis;
  padding: 0;
  -webkit-line-clamp: 2;
  height: calc(1em * 1.46667 * 2);
}
@media (min-width: 600px) {
  .home .home-news article .fsSummary {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.46667 * 4);
  }
}
.home .home-news article .fsSummary:after {
  content: '...';
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  position: absolute;
  height: calc(1em * 1.46667);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 75%);
}
.home .calendar-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 90px 0;
}
.home .calendar-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 39, 39, 0.8);
}
.home .calendar-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
.home .calendar-container .slideControls {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 20px;
}
.home .calendar-container .slideControls .slick-prev, .home .calendar-container .slideControls .slick-next {
  color: #fff;
  font-size: 60px;
}
.home .calendar-container .slideControls .slick-prev {
  float: left;
}
.home .calendar-container .slideControls .slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  pointer-events: auto;
  cursor: pointer;
}
.home .calendar-container .slideControls .slick-next {
  float: right;
}
.home .calendar-container .slideControls .slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  pointer-events: auto;
  cursor: pointer;
}
.home .calendar-container footer {
  position: absolute;
  bottom: 40px;
  right: 0;
}
.home .calendar-container footer a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 80px 10px 20px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}
.home .calendar-container footer a:after {
  content: '>';
  margin-left: 1em;
}
.home .calendar-container footer a:hover {
  color: #e48a54;
  border-color: #e48a54;
}

.slideshow-container {
  position: relative;
}

.main-slideshow {
  height: 230px;
  position: relative;
  border-top: solid 1px #fff;
}
@media (min-width: 600px) {
  .main-slideshow {
    height: 440px;
  }
}
@media (min-width: 900px) {
  .main-slideshow {
    height: 819px;
  }
}
.main-slideshow .fsElementContent {
  height: 100%;
}
.main-slideshow .fsMediaContainer {
  height: 100%;
}
.main-slideshow .slick-list {
  height: 100% !important;
}
.main-slideshow .slick-track {
  height: 100% !important;
}
.main-slideshow article.slick-slide {
  border: none;
}
.main-slideshow article:after {
  content: '';
  background-image: url("../images/blk-overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 797px;
}
.main-slideshow .caption {
  background-color: rgba(0, 86, 158, 0.4);
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 10px 0;
  z-index: 20;
  width: 100%;
  height: 50px;
}
@media (min-width: 700px) {
  .main-slideshow .caption {
    bottom: 40px;
    right: 40px;
    width: 160px;
    height: 200px;
    padding: 25px 10px;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .main-slideshow .caption h1 {
    font-size: 1.7em;
    margin: 0;
  }
  .main-slideshow .caption p {
    margin: 0;
  }
}
@media (min-width: 900px) {
  .main-slideshow .caption {
    bottom: 100px;
    right: 100px;
    width: 277px;
    height: 385px;
    padding: 20px;
  }
}
.main-slideshow .caption ul {
  list-style-type: none;
  margin: 0;
  font-family: "jubilat", Georgia, serif;
  border-top: solid 1px #fff;
  padding: 5px 0;
  border-bottom: solid 1px #fff;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-slideshow .caption li {
  line-height: 1.1;
}
.main-slideshow .caption li a {
  color: #e48a54;
}
.main-slideshow .caption li a:hover {
  color: #FFFFFF;
}
.main-slideshow .caption li:nth-child(n+2) {
  display: none;
}
@media (min-width: 700px) {
  .main-slideshow .caption li:nth-child(n+2) {
    display: block;
  }
}
.main-slideshow .caption .fs_style_31 {
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: .9;
}
@media (min-width: 700px) {
  .main-slideshow .caption .fs_style_31 {
    font-size: 31px;
  }
}
@media (min-width: 900px) {
  .main-slideshow .caption .fs_style_31 {
    font-size: 61px;
  }
}
@media (min-width: 700px) {
  .main-slideshow .caption .fs_style_32 {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .main-slideshow .caption .fs_style_32 {
    font-size: 32px;
  }
}
@media (min-width: 700px) {
  .main-slideshow .caption .fs_style_33 {
    font-size: 13px;
  }
}
@media (min-width: 900px) {
  .main-slideshow .caption .fs_style_33 {
    font-size: 23px;
  }
}
.main-slideshow .caption .fs_style_34 {
  border-top: solid 1px #fff;
  padding-top: 5px;
  margin-top: 10px;
}
@media (min-width: 700px) {
  .main-slideshow .caption .fs_style_35 {
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  .main-slideshow .caption .fs_style_35 {
    font-size: 36px;
  }
}
@media (min-width: 700px) {
  .main-slideshow .caption .fs_style_36 {
    font-size: 23px;
  }
}
@media (min-width: 900px) {
  .main-slideshow .caption .fs_style_36 {
    font-size: 46px;
  }
}
.main-slideshow .caption strong {
  font-weight: 700;
}
.main-slideshow .slideControls {
  display: none;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 160px;
  height: 200px;
}
@media (min-width: 700px) {
  .main-slideshow .slideControls {
    display: block;
    pointer-events: none;
  }
}
@media (min-width: 900px) {
  .main-slideshow .slideControls {
    right: 100px;
    bottom: 100px;
    width: 277px;
    height: 385px;
  }
}
.main-slideshow .slideControls .slick-prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.main-slideshow .slideControls .slick-prev:before {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
@media (min-width: 900px) {
  .main-slideshow .slideControls .slick-prev:before {
    font-size: 43px;
  }
}
.main-slideshow .slideControls .slick-next {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-slideshow .slideControls .slick-next:before {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
@media (min-width: 900px) {
  .main-slideshow .slideControls .slick-next:before {
    font-size: 43px;
  }
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  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: 80%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #5c5c5c;
  color: #5c5c5c;
}
.colors ol li:nth-of-type(1):after {
  content: "#5c5c5c";
}
.colors ol li:nth-of-type(2) {
  background: #00569e;
  color: #00569e;
}
.colors ol li:nth-of-type(2):after {
  content: "#00569e";
}
.colors ol li:nth-of-type(3) {
  background: #8dc9e5;
  color: #8dc9e5;
}
.colors ol li:nth-of-type(3):after {
  content: "#8dc9e5";
}
.colors ol li:nth-of-type(4) {
  background: #e48a54;
  color: #e48a54;
}
.colors ol li:nth-of-type(4):after {
  content: "#e48a54";
}
.colors ol li:nth-of-type(5) {
  background: #878787;
  color: #878787;
}
.colors ol li:nth-of-type(5):after {
  content: "#878787";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "jubilat", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "jubilat, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "proxima-nova", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "proxima-nova, sans-serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(5):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: 35px / line: 37px";
}
.headers h2:after {
  content: " size: 20px / line: 22px";
}
.headers h3:after {
  content: " size: 16px / line: 18px";
}
.headers h4:after {
  content: " size: 13px / line: 15px";
}
.headers h5:after {
  content: " size: 13px / line: 15px";
}
.headers h6:after {
  content: " size: 12px / line: 14px";
}

/*! custom  */
.hero-img {
  font-size: 0;
  margin-bottom: 30px;
}

.textBlock .fsElementHeaderContent {
  color: #00569e;
  font-family: "jubilat", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.textBlock.alt1, .textBlock.alt2 {
  color: #fff;
  padding: 25px;
}
.textBlock.alt1 .fsElementHeaderContent, .textBlock.alt2 .fsElementHeaderContent {
  color: #fff;
}
.textBlock.alt1 {
  background-color: #878787;
}
.textBlock.alt2 {
  background-color: #8dc9e5;
}

.landing-img {
  height: 200px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media (min-width: 600px) {
  .landing-img {
    height: 300px;
  }
}
@media (min-width: 900px) {
  .landing-img {
    height: 379px;
    margin-top: 0;
  }
}
.landing-img .landing-title {
  background-color: rgba(0, 86, 158, 0.4);
  display: none;
  position: absolute;
  bottom: 0;
  padding-top: 14px;
  width: 100%;
}
@media (min-width: 700px) {
  .landing-img .landing-title {
    display: block;
  }
}
.landing-img .landing-title .innerWrap {
  border-top: solid 1px #fff;
}
.landing-img .landing-title .fsElementTitle {
  text-align: right;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 0;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
@media (min-width: 600px) {
  .landing-img .landing-title .fsElementTitle {
    font-size: 35px;
  }
}
@media (min-width: 900px) {
  .landing-img .landing-title .fsElementTitle {
    font-size: 45px;
  }
}

.fsPageContent a {
  text-decoration: underline;
}

.fsComposerFormEmbed .groupLabel {
  color: #00569e;
  font-weight: bold;
}
