@charset "UTF-8";
 /**
 *
 * Holton Arms School - build
 * @link http://www.holton-arms.edu/
 * Site Template : 
 * Built By: Josh Webb
 * Project Manager: Dave Lopes
 * Designer: Brittany Murray
 * ==== Git Info ====
 * Branch Name: clients/holton-arms
 * Build version: 1.0.0
 * Git Tag: v1.0-67-ge1725b3d2b
 * Last build by: Jesse Rogers
 *
 **/

@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 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. 2021 update to add padding LTG
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 15px; }

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.33333em;
  margin-left: 1.33333em; }

.margin-x-2x {
  margin-right: 2.66667em;
  margin-left: 2.66667em; }

.margin-y {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em; }

.margin-y-2x {
  margin-top: 2.66667em;
  margin-bottom: 2.66667em; }

.padding-x {
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

.padding-x-2x {
  padding-right: 2.66667em;
  padding-left: 2.66667em; }

.padding-y {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em; }

.padding-y-2x {
  padding-top: 2.66667em;
  padding-bottom: 2.66667em; }

.stretch-container {
  margin-right: -1.33333em;
  margin-left: -1.33333em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
.pp_default {
  max-width: 100%;
  height: auto; }

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px; }

div.pp_default .pp_content {
  max-width: 100% !important;
  height: auto !important; }

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
  max-width: 100% !important; }

div.pp_default .pp_content_container .pp_left {
  padding-left: 13px; }

div.pp_default .pp_content_container .pp_right {
  padding-right: 13px; }

div.pp_default .pp_next:hover {
  background: url(/uploaded/themes/build/images/prettyPhoto/sprite_next.png) center right no-repeat;
  cursor: pointer; }

div.pp_default .pp_previous:hover {
  background: url(/uploaded/themes/build/images/prettyPhoto/sprite_prev.png) center left no-repeat;
  cursor: pointer; }

div.pp_default .pp_expand {
  background: url(/uploaded/themes/build/images/prettyPhoto/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_expand:hover {
  background: url(/uploaded/themes/build/images/prettyPhoto/sprite.png) 0 -56px no-repeat;
  cursor: pointer; }

div.pp_default .pp_contract {
  background: url(/uploaded/themes/build/images/prettyPhoto/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_contract:hover {
  background: url(/uploaded/themes/build/images/prettyPhoto/sprite.png) 0 -113px no-repeat;
  cursor: pointer; }

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(/uploaded/themes/build/images/prettyPhoto/sprite.png) 2px 1px no-repeat;
  cursor: pointer; }

div.pp_default .pp_gallery ul li a {
  border: 1px solid #aaa; }

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto; }

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(/uploaded/themes/build/images/prettyPhoto/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(/uploaded/themes/build/images/prettyPhoto/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0; }

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px; }

div.pp_default .pp_content_container .pp_details {
  background: #fff;
  margin: 0;
  padding-bottom: 5px; }

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative; }

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px; }

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

div.pp_default .pp_loaderIcon {
  background: url(/uploaded/themes/build/images/prettyPhoto/loader.gif) center center no-repeat; }

div.pp_pic_holder a:focus {
  outline: none;
  max-width: 100% !important; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px; }

.pp_description {
  display: none;
  margin: 0; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 20px; }

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
  max-width: 100% !important; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

div.pp_default .pp_content {
  background-color: #fff; }

div.pp_default #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff; }

div.pp_default .pp_details {
  position: relative; }

.pp_top, .pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_top, * html .pp_bottom {
  padding: 0 20px; }

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_fade, .pp_gallery li.default a img {
  display: none; }

/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default/fonts//icomoon.eot");
  src: url("/uploaded/themes/default/fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts//icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts//icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 2em;
  line-height: 1.13333em;
  margin-bottom: 1.26667em;
  color: #005696; }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.73333em;
  line-height: 1.15385em;
  margin-bottom: 1.15385em; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6em;
  line-height: 1.16667em;
  margin-bottom: 0.83333em; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.46667em;
  line-height: 1.18182em;
  margin-bottom: 0.90909em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: bold;
  color: #ff0066;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2em;
  line-height: 1.33333em;
  margin-bottom: 1.11111em;
  font-family: "Roboto", sans-serif; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.06667em;
  line-height: 1.375em;
  margin-bottom: 0.625em;
  font-family: "Roboto", sans-serif; }

a {
  text-decoration: none;
  color: #429edb;
  transition: background .3s,
 color .3s; }

#fsPageBody a:hover {
  text-decoration: underline; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.33333em; }

table.styled {
  margin-bottom: 1.33333em;
  width: 100%; }
  table.styled th,
  table.styled td {
    vertical-align: top; }
  table.styled th {
    padding: 5px 5px;
    text-align: left;
    background: #005696;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: normal;
    font-size: 1.06667em; }
  table.styled td {
    padding:  5px 5px;
    background: #fff; }
    table.styled tr:nth-of-type(odd) td {
      background-color: #e6edfa; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! content - buttons v0.0.1 */
.button,
.fs_style_21,
.fs_style_22,
.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 0.5em 20px 0;
  padding: 0;
  outline: 0;
  position: relative;
  text-align: center;
  z-index: 300;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .button:before, .button:after,
  .fs_style_21:before,
  .fs_style_21:after,
  .fs_style_22:before,
  .fs_style_22:after,
  .fs_style_23:before,
  .fs_style_23:after {
    height: 50%;
    width: 65%;
    display: block;
    background: #fc196d;
    content: '';
    position: absolute;
    z-index: -1; }
  .button:before,
  .fs_style_21:before,
  .fs_style_22:before,
  .fs_style_23:before {
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    top: 0;
    left: 0; }
  .button:after,
  .fs_style_21:after,
  .fs_style_22:after,
  .fs_style_23:after {
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    top: 0;
    right: 0; }
  .button a,
  .fs_style_21 a,
  .fs_style_22 a,
  .fs_style_23 a {
    color: #fff;
    display: block;
    padding: 12px 22px; }
    .button a:before, .button a:after,
    .fs_style_21 a:before,
    .fs_style_21 a:after,
    .fs_style_22 a:before,
    .fs_style_22 a:after,
    .fs_style_23 a:before,
    .fs_style_23 a:after {
      height: 50%;
      width: 65%;
      display: block;
      background: #fc196d;
      z-index: -1;
      content: '';
      position: absolute;
      bottom: 0; }
    .button a:before,
    .fs_style_21 a:before,
    .fs_style_22 a:before,
    .fs_style_23 a:before {
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
      left: 0; }
    .button a:after,
    .fs_style_21 a:after,
    .fs_style_22 a:after,
    .fs_style_23 a:after {
      -ms-transform: skewX(10deg);
      transform: skewX(10deg);
      right: 0; }
  .button:hover:before, .button:hover:after,
  .fs_style_21:hover:before,
  .fs_style_21:hover:after,
  .fs_style_22:hover:before,
  .fs_style_22:hover:after,
  .fs_style_23:hover:before,
  .fs_style_23:hover:after {
    background: #ff4c8e; }
  .button:hover a:hover,
  .fs_style_21:hover a:hover,
  .fs_style_22:hover a:hover,
  .fs_style_23:hover a:hover {
    text-decoration: none !important; }
  .button:hover a:before, .button:hover a:after,
  .fs_style_21:hover a:before,
  .fs_style_21:hover a:after,
  .fs_style_22:hover a:before,
  .fs_style_22:hover a:after,
  .fs_style_23:hover a:before,
  .fs_style_23:hover a:after {
    background: #ff4c8e; }
  .button em,
  .fs_style_21 em,
  .fs_style_22 em,
  .fs_style_23 em {
    display: block;
    font-style: normal; }

.button.alt,
.fs_style_22 {
  display: inline-block;
  border: 0;
  margin: 0 0.5em 20px 0;
  padding: 0;
  outline: 0;
  position: relative;
  text-align: center;
  z-index: 300;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .button.alt:before, .button.alt:after,
  .fs_style_22:before,
  .fs_style_22:after {
    height: 50%;
    width: 65%;
    display: block;
    background: #005696;
    content: '';
    position: absolute;
    z-index: -1; }
  .button.alt:before,
  .fs_style_22:before {
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    top: 0;
    left: 0; }
  .button.alt:after,
  .fs_style_22:after {
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    top: 0;
    right: 0; }
  .button.alt a,
  .fs_style_22 a {
    color: #fff;
    display: block;
    padding: 12px 22px; }
    .button.alt a:before, .button.alt a:after,
    .fs_style_22 a:before,
    .fs_style_22 a:after {
      height: 50%;
      width: 65%;
      display: block;
      background: #005696;
      z-index: -1;
      content: '';
      position: absolute;
      bottom: 0; }
    .button.alt a:before,
    .fs_style_22 a:before {
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
      left: 0; }
    .button.alt a:after,
    .fs_style_22 a:after {
      -ms-transform: skewX(10deg);
      transform: skewX(10deg);
      right: 0; }
  .button.alt:hover:before, .button.alt:hover:after,
  .fs_style_22:hover:before,
  .fs_style_22:hover:after {
    background: #ff4c8e; }
  .button.alt:hover a:hover,
  .fs_style_22:hover a:hover {
    text-decoration: none !important; }
  .button.alt:hover a:before, .button.alt:hover a:after,
  .fs_style_22:hover a:before,
  .fs_style_22:hover a:after {
    background: #ff4c8e; }
  .button.alt em,
  .fs_style_22 em {
    display: block;
    font-style: normal; }

.button.hollow,
.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 0.5em 20px 0;
  padding: 0;
  outline: 0;
  position: relative;
  text-align: center;
  z-index: 300;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #005696; }
  .button.hollow:before, .button.hollow:after,
  .fs_style_23:before,
  .fs_style_23:after {
    height: 50%;
    width: 65%;
    display: block;
    background: transparent;
    content: '';
    position: absolute;
    z-index: -1; }
  .button.hollow:before,
  .fs_style_23:before {
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    top: 0;
    left: 0; }
  .button.hollow:after,
  .fs_style_23:after {
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    top: 0;
    right: 0; }
  .button.hollow a,
  .fs_style_23 a {
    color: #fff;
    display: block;
    padding: 12px 22px; }
    .button.hollow a:before, .button.hollow a:after,
    .fs_style_23 a:before,
    .fs_style_23 a:after {
      height: 50%;
      width: 65%;
      display: block;
      background: transparent;
      z-index: -1;
      content: '';
      position: absolute;
      bottom: 0; }
    .button.hollow a:before,
    .fs_style_23 a:before {
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
      left: 0; }
    .button.hollow a:after,
    .fs_style_23 a:after {
      -ms-transform: skewX(10deg);
      transform: skewX(10deg);
      right: 0; }
  .button.hollow:hover:before, .button.hollow:hover:after,
  .fs_style_23:hover:before,
  .fs_style_23:hover:after {
    background: #ff4c8e; }
  .button.hollow:hover a:hover,
  .fs_style_23:hover a:hover {
    text-decoration: none !important; }
  .button.hollow:hover a:before, .button.hollow:hover a:after,
  .fs_style_23:hover a:before,
  .fs_style_23:hover a:after {
    background: #ff4c8e; }
  .button.hollow em,
  .fs_style_23 em {
    display: block;
    font-style: normal; }
  .button.hollow:before,
  .fs_style_23:before {
    border-left: .2em solid #e0e0e0; }
  .button.hollow:after,
  .fs_style_23:after {
    border-right: .2em solid #e0e0e0; }
  .button.hollow a,
  .fs_style_23 a {
    color: #fc196d;
    border-top: .2em solid #e0e0e0;
    border-bottom: .2em solid #e0e0e0;
    padding: 8px 20px; }
    .button.hollow a:before,
    .fs_style_23 a:before {
      border-left: .2em solid #e0e0e0; }
    .button.hollow a:after,
    .fs_style_23 a:after {
      border-right: .2em solid #e0e0e0; }
  .button.hollow:hover:before, .button.hollow:hover:after,
  .fs_style_23:hover:before,
  .fs_style_23:hover:after {
    background: #fc196d;
    border-color: #fc196d; }
  .button.hollow:hover a,
  .fs_style_23:hover a {
    color: #fff;
    border-color: #fc196d; }
    .button.hollow:hover a:before, .button.hollow:hover a:after,
    .fs_style_23:hover a:before,
    .fs_style_23:hover a:after {
      background: #fc196d;
      border-color: #fc196d; }

/*! content - forms v0.0.1 */
textarea,
input,
select {
  padding: 0.44444em; }

::-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); }

/* Mobile Form Adjustments */
#iFrameResizer0 {
  max-width: 100% !important; }

@media (max-width: 800px) {
  .fsComposerFormEmbed div:not(#timerBox),
  .fsComposerFormEmbed .elementColumn {
    width: 100% !important; }
  .fsComposerFormEmbed .elementColumn {
    margin-bottom: 1em; }
  .fsComposerFormEmbed textarea,
  .fsComposerFormEmbed input,
  .fsComposerFormEmbed select {
    width: 100% !important; }
  .fsComposerFormEmbed fieldset label {
    display: block !important; }
  .fsComposerFormEmbed input[type="checkbox"], .fsComposerFormEmbed input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: auto !important; }
  .fsComposerFormEmbed input[type="button"] {
    width: auto !important; } }

/* General styles for the modal */
/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
.md-close {
  border: 0;
  font-size: 0;
  color: transparent;
  height: 20px;
  width: 20px;
  line-height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  outline: none;
  background: none;
  padding: 0; }
  .md-close:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 20px;
    color: #000;
    opacity: .7;
    text-shadow: 1px 1px 0 #fff;
    padding: .5em;
    background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: .5em;
    border-bottom-right-radius: .5em;
    transition: all .2s linear; }
  .md-close:hover:before {
    opacity: 1;
    background: #fc196d;
    color: #fff;
    text-shadow: 1px 1px 0 #000; }

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden; }

.md-perspective body {
  background: #222;
  perspective: 600px; }

.container {
  background: #005696;
  min-height: 100%; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateX(-80%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143, 27, 15, 0.8);
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/* Content styles */
.md-content {
  background: none;
  position: relative;
  margin: 0 auto; }

.md-content > div {
  padding: 0;
  margin: 0; }

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s; }

.md-show.md-effect-1 .md-content {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.md-show.md-effect-2 .md-content {
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s; }

.md-show.md-effect-3 .md-content {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0; }

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  transition: all 0.5s; }

.md-show.md-effect-4 .md-content {
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

/* Effect 5: fall */
.md-effect-5.md-modal {
  perspective: 1300px; }

.md-effect-5 .md-content {
  transform-style: preserve-3d;
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0; }

.md-show.md-effect-5 .md-content {
  transition: all 0.3s ease-in;
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1; }

/* Effect 6: side fall */
.md-effect-6.md-modal {
  perspective: 1300px; }

.md-effect-6 .md-content {
  transform-style: preserve-3d;
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0; }

.md-show.md-effect-6 .md-content {
  transition: all 0.3s ease-in;
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1; }

/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.md-effect-7 .md-content {
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  transition: all .3s;
  opacity: 0; }

.md-show.md-effect-7 .md-content {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1; }

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  perspective: 1300px; }

.md-effect-8 .md-content {
  transform-style: preserve-3d;
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  transition: all 0.3s;
  opacity: 0; }

.md-show.md-effect-8 .md-content {
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1; }

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  perspective: 1300px; }

.md-effect-9 .md-content {
  transform-style: preserve-3d;
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  transition: all 0.3s;
  opacity: 0; }

.md-show.md-effect-9 .md-content {
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; }

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  perspective: 1300px; }

.md-effect-10 .md-content {
  transform-style: preserve-3d;
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  transition: all 0.3s; }

.md-show.md-effect-10 .md-content {
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; }

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  transition: all 0.3s; }

.md-show.md-effect-11 .md-content {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s; }

.md-show.md-effect-12 ~ .md-overlay {
  background: #005696; }

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent; }

.md-show.md-effect-12 .md-content {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  perspective: 1300px; }

.md-effect-13 .md-content {
  transform-style: preserve-3d;
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0; }

.md-show.md-effect-13 .md-content {
  animation: slit .7s forwards ease-out; }

@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in; }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  perspective: 1300px; }

.md-effect-14 .md-content {
  transform-style: preserve-3d;
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s ease-out; }

.md-show.md-effect-14 .md-content {
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1; }

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  perspective: 1300px; }

.md-effect-15 .md-content {
  transform-style: preserve-3d;
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s; }

.md-show.md-effect-15 .md-content {
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1; }

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180, 46, 32, 0.5); }

.md-show.md-effect-16 ~ .container {
  -moz-filter: blur(3px);
  filter: blur(3px); }

.md-effect-16 .md-content {
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0; }

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  transition: all 0.3s; }

.md-show.md-effect-16 .md-content {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s; }

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  transform-style: preserve-3d; }

.md-effect-17 .md-content {
  opacity: 0;
  -ms-transform: translateY(200%);
  transform: translateY(200%); }

.md-show.md-effect-17 .md-content {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s 0.2s; }

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden; }

.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  transition: all 0.5s; }

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in; }

@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out; }
  100% {
    transform: translateZ(-200px); } }

.md-effect-18 .md-content {
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0; }

.md-show.md-effect-18 .md-content {
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s 0.1s; }

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden; }

.md-show.md-effect-19 ~ .md-overlay {
  transition: all 0.5s; }

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in; }

@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out; } }

.md-effect-19 .md-content {
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0; }

.md-show.md-effect-19 .md-content {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s 0.1s; }

@media screen and (max-width: 32em) {
  body {
    font-size: 75%; } }

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_19 {
  font-size: 1.33333em;
  line-height: 1.2em;
  color: #806d4c;
  font-family: "Roboto Condensed", sans-serif; }

.inner-box {
  padding: 46px;
  margin: 0 0 20px 0;
  position: relative;
  background: url("../images/loop.png") calc(100% - 10px) 10px no-repeat; }
  .inner-box:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(100% - 46px);
    width: calc(100% - 46px);
    border: 1px solid white;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px; }
  .inner-box:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    background: url("../images/loop.png") calc(100% - 10px) 10px no-repeat; }

.quote-element {
  background: #e6edfa;
  padding: 1em 2em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  margin-bottom: 2.66667em; }
  .quote-element p {
    color: #0074cc;
    font-family: "Sacramento", cursive;
    font-size: 24px;
    line-height: 26px; }
    .quote-element p em {
      color: #005696;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 20px;
      font-style: normal; }

.sidebar-element {
  margin-bottom: 2.66667em;
  border-left: 9px solid #fc196d;
  padding-left: 20px; }
  .sidebar-element p {
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 26px; }

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal; }
  cite:before {
    content: '- '; }

.callout,
.fs_style_16,
.fs_style_17,
.fs_style_18 {
  padding: 20px;
  font-family: "Sacramento", cursive;
  font-size: 2.66667em;
  display: inline-block; }
  .callout:hover,
  .fs_style_16:hover,
  .fs_style_17:hover,
  .fs_style_18:hover {
    text-decoration: none !important; }
  .callout.left,
  .fs_style_16.left,
  .fs_style_17.left,
  .fs_style_18.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left,
      .fs_style_16.left,
      .fs_style_17.left,
      .fs_style_18.left {
        width: 50%; } }
  .callout.right,
  .fs_style_16.right,
  .fs_style_17.right,
  .fs_style_18.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right,
      .fs_style_16.right,
      .fs_style_17.right,
      .fs_style_18.right {
        width: 50%; } }

.fs_style_24 {
  color: #ff669e;
  font-family: "Roboto Slab", serif;
  font-size: 75px;
  float: left;
  line-height: .8em;
  padding-right: 10px; }

.sidebar {
  padding: 46px;
  margin: 0 0 20px 0;
  position: relative;
  background: #ecf0e5 }
  .sidebar.pink {
    background: #fae2e9  }
  .sidebar.blue {
    background: #e6edfa }
  .sidebar.new {
    background: #e6edfa }
  .sidebar:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(100% - 46px);
    width: calc(100% - 46px);
    border: 1px solid white;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: -1; }
  .sidebar:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    background: }
  .sidebar .fsElementTitle {
    color: #005696; }

.slick-dots {
  list-style: none;
  margin: 0; }
  .slick-dots li {
    margin: 0 5px 0 0;
    line-height: 12px;
    font-size: 12px;
    display: inline-block; }
    .slick-dots li button {
      border: 0;
      padding: 0;
      background: rgba(0, 0, 0, 0.5);
      color: transparent;
      border-radius: 100%;
      height: 12px;
      width: 12px;
      overflow: hidden; }
    .slick-dots li.slick-active button,
    .slick-dots li:hover button {
      background: #fc196d; }

body:not(.campaign) .slick-slider {
  padding: 0 60px; }

body:not(.campaign) .slick-prev,
body:not(.campaign) .slick-next {
  border: 0;
  padding: 0;
  background: #e0e0e0;
  color: transparent;
  height: 51px;
  width: 51px;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, calc(-50% - 51px));
  transform: translate(0, calc(-50% - 51px));
  outline: none; }
  body:not(.campaign) .slick-prev:before, body:not(.campaign) .slick-prev:after,
  body:not(.campaign) .slick-next:before,
  body:not(.campaign) .slick-next:after {
    display: block;
    height: 100%;
    background: #e0e0e0;
    content: '';
    width: 100%;
    position: absolute; }
  body:not(.campaign) .slick-prev:hover,
  body:not(.campaign) .slick-next:hover {
    background: #fc196d; }
    body:not(.campaign) .slick-prev:hover:before, body:not(.campaign) .slick-prev:hover:after,
    body:not(.campaign) .slick-next:hover:before,
    body:not(.campaign) .slick-next:hover:after {
      background: #fc196d; }
  body:not(.campaign) .slick-prev:before,
  body:not(.campaign) .slick-next:before {
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    top: 0;
    left: 5px; }
  body:not(.campaign) .slick-prev:after,
  body:not(.campaign) .slick-next:after {
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    top: 0;
    left: 5px; }

body:not(.campaign) .slick-prev {
  left: 0; }
  body:not(.campaign) .slick-prev:before {
    left: -5px; }
  body:not(.campaign) .slick-prev:after {
    left: -5px; }

body:not(.campaign) .slick-next {
  right: 0; }

body:not(.campaign) .slick-prev .inner {
  display: block;
  height: 20px;
  width: 20px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  body:not(.campaign) .slick-prev .inner:before {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

body:not(.campaign) .slick-next .inner {
  display: block;
  height: 20px;
  width: 20px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block; }
  body:not(.campaign) .slick-next .inner:before {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

/*! structure - header v0.0.1 */
#fsHeader {
  background: #fff;
  margin-top: 5px;
  position: relative; }
  @media (min-width: 800px) {
    #fsHeader {
      margin-top: 44px;
      height: 116px; }
      .landing #fsHeader {
        height: 450px; } }
  #fsHeader .fsBanner {
    position: relative;
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    zoom: 1; }
    #fsHeader .fsBanner:after {
      display: table;
      clear: both;
      content: ''; }
  #fsHeader .tagline {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -44px;
    left: 1.33333em;
    font-style: italic;
    line-height: 1em;
    display: none;
    font-family: "rooney-web", sans-serif; }
    @media (min-width: 800px) {
      #fsHeader .tagline {
        display: block; } }
    @media (min-width: 1180px) {
      #fsHeader .tagline {
        left: 0; } }

.triptych img {
  display: block;
  float: left;
  width: 33.05085%;
  margin-right: 0.42373%; }

.triptych img:first-child {
  border-top-left-radius: 20px; }

.triptych img:last-child {
  border-bottom-right-radius: 20px;
  margin-right: 0; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  padding: 26px 0;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 20px;
  width: 280px;
  z-index: 500; }
  @media (max-width: 500px) {
    .site-info-container {
      max-width: calc(100% - 90px); } }
  @media (min-width: 1180px) {
    .site-info-container {
      margin-left: 0; } }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    height: 70px;
    width: 260px;
    background: url("../images/logo.png") no-repeat 0 0; }
    @media (max-width: 500px) {
      .site-info-container a {
        max-width: calc(100% - 30px);
        background-size: contain; } }
    .site-info-container a:hover {
      color: transparent; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #005696; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }

.school-details {
  margin-bottom: 20px; }
  @media (min-width: 1000px) {
    .school-details {
      width: 570px;
      float: left;
      margin-left: 50px;
      text-align: left; } }
  .school-details [itemprop='name'] {
    height: 78px;
    width: 250px;
    margin: 15px auto 20px; }
    .school-details [itemprop='name'] a {
      display: block;
      height: 100%;
      width: 100%;
      background: url(../images/footer-logo.png) 0 0 no-repeat;
      color: transparent;
      text-indent: -999px;
      overflow: hidden; }
    @media (min-width: 1000px) {
      .school-details [itemprop='name'] {
        float: left;
        margin: 15px 50px 20px 0; } }
  @media (min-width: 1000px) {
    .school-details [itemprop='address'] {
      padding-top: 32px; } }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
  .school-details [itemprop='fax'] {
    display: inline-block; }
  .school-details a {
    color: inherit; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
  height: 100%; }

html.js {
  background: #005696; }

body {
  font-size: 0.9375em;
  line-height: 1.46667;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #4e5057; }
  @media (max-width: 800px) {
    body.drawer-is-active {
      position: fixed;
      overflow: hidden;
      width: 100%; } }

#fsPageBodyWrapper {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

#fsBannerLeft {
  float: none;
  margin-bottom: gutter;
  width: 100%; }
  @media (min-width: 800px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 22%; } }

#fsPageContent {
  float: none;
  margin-bottom: gutter;
  width: 100% !important; }
  @media (min-width: 800px) {
    #fsPageContent {
      float: left; } }
  @media (min-width: 800px) {
    .fsHasRightBanner #fsPageContent {
      width: 72% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      width: 78% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 50% !important; } }

#fsBannerRight {
  float: none;
  margin-bottom: gutter;
  width: 100%; }
  @media (min-width: 800px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 28%; } }

@media (min-width: 800px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  float: none;
  margin-bottom: gutter;
  width: 100%; }
  @media (min-width: 800px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 800px) {
    .fsLayout .fsDiv {
      padding-right: 1.33333em;
      padding-left: 1.33333em; } }

@media (min-width: 801px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  background-position: 50% 0;
  margin-bottom: 20px; }
  @media (min-width: 1000px) {
    #fsPoweredByFinalsite {
      width: 132px;
      float: right; } }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main ul,
.nav-main ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav-main a {
  display: block; }

.drawer .nav-main {
  background: #fff; }

.drawer .nav-main .fsNavLevel1 {
  padding: 30px 0;
  overflow: visible;
  transition: all .3s linear;
  margin-right: 40px; }

.nav-main .fsNavLevel1.active {
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin-right: 0; }
  .nav-main .fsNavLevel1.active .sub-trigger {
    opacity: 0 !important; }

@media (min-width: 800px) {
  .nav-main .fsNavLevel1 {
    padding-top: 0;
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    text-align: right;
    width: 100%;
    position: absolute;
    top: 34px;
    right: 0;
    padding-left: 280px; } }

.nav-main .fsNavLevel1 > li {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.2em; }
  .nav-main .fsNavLevel1 > li.active {
    position: absolute;
    top: 0;
    left: 0; }
  .drawer .nav-main .fsNavLevel1 > li {
    position: relative;
    background: #fff; }
  @media (min-width: 800px) {
    .nav-main .fsNavLevel1 > li {
      display: inline-block;
      line-height: 1em;
      padding: 0 5px;
      font-size: 1.06667em; } }
  @media (min-width: 880px) {
    .nav-main .fsNavLevel1 > li {
      padding: 0 8px;
      font-size: 1.13333em; } }
  @media (min-width: 990px) {
    .nav-main .fsNavLevel1 > li {
      padding: 0 15px;
      font-size: 1.2em; } }
  .nav-main .fsNavLevel1 > li .sub-trigger {
    display: block;
    height: 1em;
    width: 100%;
    height: 100%;
    font-size: 15px;
    position: absolute;
    top: 12px;
    right: -20px;
    z-index: 9000;
    text-align: center;
    line-height: 1em;
    border: 0;
    background: none;
    padding: 0; }
    @media (min-width: 800px) {
      .nav-main .fsNavLevel1 > li .sub-trigger {
        display: none; } }
    .nav-main .fsNavLevel1 > li .sub-trigger:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #e0e0e0;
      position: absolute;
      right: 0;
      top: 0; }
    .nav-main .fsNavLevel1 > li .sub-trigger:hover:before {
      color: #fc196d; }
    .nav-main .fsNavLevel1 > li .sub-trigger.active:before {
      content: '\f078'; }
  .nav-main .fsNavLevel1 > li > a {
    padding: 0.44444em 1.33333em;
    color: #3d464c; }
    @media (min-width: 800px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 0.66667em 0;
        border-bottom: 3px solid #fff; }
        .nav-main .fsNavLevel1 > li > a:hover {
          border-bottom: 3px solid #c7dcf2; } }
    @media (min-width: 800px) {
      .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
        border-bottom: 3px solid #c7dcf2; } }
    @media (min-width: 800px) {
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
        border-bottom: 3px solid #c7dcf2; } }

.nav-main .drawer-section-title a {
  display: inline-block;
  border-bottom: 3px solid #c7dcf2 !important;
  font-weight: 700 !important;
  margin-bottom: 1em; }
  @media (min-width: 800px) {
    .nav-main .drawer-section-title a {
      display: none; } }

.nav-main .fsNavPageInfo {
  text-align: left;
  padding-top: 50px;
  z-index: 500 !important;
  background: #fff; }
  @media (min-width: 800px) {
    .nav-main .fsNavPageInfo {
      position: absolute;
      top: 98%;
      z-index: 300;
      display: none;
      width: 100vw;
      left: 0;
      left: 50%;
      width: 100%;
      max-width: 100vw;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15); }
      .nav-main .fsNavPageInfo:before {
        display: block;
        content: '';
        height: 100%;
        width: 100%;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: -98%;
        z-index: -1;
        box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15); }
      .nav-main .fsNavPageInfo:after {
        display: block;
        content: '';
        height: 100%;
        width: 100%;
        background: #fff;
        position: absolute;
        bottom: 0;
        right: -98%;
        z-index: -1;
        box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15); } }
  .drawer-is-active .nav-main .fsNavPageInfo {
    padding: 0 1.33333em 30px;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    -webkit-font-smoothing: antialiased; }
    .drawer-is-active .nav-main .fsNavParentPage:nth-child(2) .fsNavPageInfo {
      top: -40px; }
    .drawer-is-active .nav-main .fsNavParentPage:nth-child(3) .fsNavPageInfo {
      top: -80px; }
    .drawer-is-active .nav-main .fsNavParentPage:nth-child(4) .fsNavPageInfo {
      top: -120px; }
    .drawer-is-active .nav-main .fsNavParentPage:nth-child(5) .fsNavPageInfo {
      top: -170px; }
    .drawer-is-active .nav-main .fsNavParentPage:nth-child(6) .fsNavPageInfo {
      top: -210px; }
    .drawer-is-active .nav-main .fsNavParentPage:nth-child(7) .fsNavPageInfo {
      top: -250px; }
  .nav-main .fsNavPageInfo .meganav-container {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
    .drawer-is-active .nav-main .fsNavPageInfo .meganav-container {
      width: 100%;
      max-width: 100%; }
      .drawer-is-active .nav-main .fsNavPageInfo .meganav-container li a {
        padding: 0.5em 1.33333em; }
  @media (min-width: 800px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }

.nav-main .fsNavPageDescription {
  width: 24.57627%;
  float: left;
  height: 100%;
  min-height: 200px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  margin-bottom: 1.5em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #4e5057; }
  .nav-main .fsNavPageDescription strong {
    font-family: "Sacramento", cursive;
    font-size: 40px;
    color: #0074cc;
    font-weight: normal;
    line-height: 1em; }
  @media (max-width: 800px) {
    .nav-main .fsNavPageDescription {
      display: none; } }

.nav-main .fsNavPageThumbnail {
  float: left;
  width: 22.88136%;
  margin-right: 3.38983%; }
  .nav-main .fsNavPageThumbnail img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px; }
  @media (max-width: 800px) {
    .nav-main .fsNavPageThumbnail {
      display: none; } }

.nav-main .fsNavLevel2 {
  width: 45.76271%;
  float: right; }
  @media (max-width: 800px) {
    .nav-main .fsNavLevel2 {
      width: 100%;
      float: none; } }
  .nav-main .fsNavLevel2 .sub-list {
    width: 44%;
    float: left;
    margin-bottom: 1.5em;
    margin-right: 4%; }
    @media (max-width: 800px) {
      .nav-main .fsNavLevel2 .sub-list {
        width: 100%;
        float: none;
        margin: 0; } }
  .nav-main .fsNavLevel2 li {
    font-family: "Roboto", sans-serif;
    text-transform: none;
    font-size: 0.86667em;
    font-weight: 500; }
  .nav-main .fsNavLevel2 a {
    padding: 0.44444em 0 !important;
    border-bottom: 1px solid #f3f3f3;
    color: #4e5057;
    font-weight: 500; }
    .nav-main .fsNavLevel2 a:hover {
      color: #fc196d; }
  .nav-main .fsNavLevel2 li:last-child a {
    border: 0; }

.fsNavLevel3 {
  display: none; }
  @media (max-width: 800px) {
    .fsNavLevel3 {
      display: block; } }
  .fsNavLevel3 li {
    font-family: "Roboto", sans-serif;
    text-transform: none;
    font-size: 0.86667em;
    font-weight: 500; }
    .fsNavLevel3 li a {
      padding: 0.44444em 0 !important;
      border-bottom: 1px solid #f3f3f3; }
      .fsNavLevel3 li a:hover {
        color: #fc196d; }

@media (max-width: 800px) {
  .fsNavPageInfo {
    display: none; }
  .nav-main .fsNavParentPage.active > .fsNavPageInfo {
    display: block; } }

.drawer-is-active .nav-main .fsNavLevel2 .fsNavPageInfo {
  display: block !important;
  padding-top: 0;
  padding-bottom: 0 !important;
  margin: 0 1.33333em !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: auto !important;
  -webkit-font-smoothing: antialiased; }

/*! navigation - const v0.0.1 */
.nav-const {
  background: #005696;
  padding: 2em 0; }
  .nav-const ul,
  .nav-const ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-const a {
    display: block; }
  @media (min-width: 800px) {
    .nav-const {
      position: absolute;
      top: -43px;
      right: 60px;
      background: none;
      padding: 0; } }
  @media (min-width: 800px) {
    .nav-const .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 78.66667em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .nav-const .fsNavLevel1 > li {
    position: relative; }
    @media (min-width: 800px) {
      .nav-const .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto;
        font-size: 12px;
        padding-top: 3px; }
        .no-flexbox .nav-const .fsNavLevel1 > li {
          display: inline-block; } }
    @media (min-width: 885px) {
      .nav-const .fsNavLevel1 > li {
        font-size: 14px;
        padding-top: 0; } }
    .nav-const .fsNavLevel1 > li > a {
      padding: 0.66667em 1.33333em;
      color: rgba(255, 255, 255, 0.5); }
      @media (min-width: 800px) {
        .nav-const .fsNavLevel1 > li > a {
          padding: 0.66667em; }
          .nav-const .fsNavLevel1 > li > a:hover {
            color: #fff; } }
      .nav-const .fsNavLevel1 > li > a[href="/jump-to"]:after {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        padding-left: 5px; }

.nav-const {
  display: block;
  transition: all .3s linear; }
  .drawer .nav-const {
    z-index: 300 !important; }
  .subclicked .nav-const {
    display: none; }
  .nav-const .fsNavPageInfo {
    position: absolute;
    top: 98%;
    z-index: 300;
    display: none;
    width: 14.66667em;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #005696;
    text-align: left;
    padding-left: 10px; }
    .drawer .nav-const .fsNavLevel1 .fsNavPageInfo {
      display: block !important;
      position: relative !important;
      top: 0 !important;
      right: 0 !important;
      width: 100% !important;
      padding: 0 30px !important;
      z-index: 300 !important; }
    @media (min-width: 800px) {
      .nav-const .fsNavParentPage:hover .fsNavPageInfo {
        display: block; } }
  .nav-const .fsNavLevel2 a {
    padding: 0.66667em;
    color: #fff; }
    .nav-const .fsNavLevel2 a:hover {
      background: #fc196d; }

/*! navigation - off-canvas v0.0.1 */
.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px;
  max-height: 50px;
  background: #005696;
  left: calc(100% - 70px);
  top: 26px;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  z-index: 9000; }
  @media (min-width: 800px) {
    .drawer-trigger {
      display: none; } }
  .drawer-is-active .drawer-trigger {
    top: 2px;
    position: absolute; }
  .fsAccountBarVisible.drawer-is-active .drawer-trigger {
    position: fixed;
    top: 2px; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 32%;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.33333em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s,
 transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.33333em 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: fixed;
  top: 0;
  right: -100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,
 visibility .3s,
 transform 1s;
  min-height: 100%;
  width: 290px;
  background: #005696;
  padding-bottom: 100px;
  z-index: 9000;
  padding-top: 40px; }
  @media (min-width: 800px) {
    .drawer {
      display: none; } }
  .drawer-is-active .drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .drawer .drawer-back {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: fixed;
    top: 20px;
    right: 204px;
    visibility: hidden;
    background: none;
    border: 0;
    z-index: 500; }
    .drawer .drawer-back:hover {
      color: #81b7e1; }
    .drawer .drawer-back.active {
      visibility: visible; }
    .drawer .drawer-back:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      padding-right: 5px;
      color: #81b7e1; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  margin-bottom: 2em;
  /*
    .fsNavParentPage .fsNavLevel2,
    .fsNavCurrentPageAncestor .fsNavLevel2 {

      .fsNavCurrentPage a {
        color: $m2;
      }

    }
    
    .fsNavParentPage .fsNavLevel2 > .fsNavCurrentPage .fsNavLevel3 > a {
        color: $d1;
    }
    
    .fsNavParentPage .fsNavLevel3,
    .fsNavCurrentPageAncestor .fsNavLevel3 {

      .fsNavCurrentPage a {
        color: $m2;
      } 

    }
    */ }
  .nav-sub ul,
  .nav-sub ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub a {
    display: block; }
  @media (max-width: 599px) {
    .nav-sub {
      display: none; } }
  @media (max-width: 599px) {
    .nav-sub > .fsElementContent {
      display: none; } }
  .active-nav > .fsElementContent {
    display: block; }
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li.fsNavParentPage > a:after {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      float: right; }
    .nav-sub .fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPage > a:after {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-sub .fsNavLevel1 > li > a {
      padding: 0.66667em 0;
      border-bottom: 1px solid #f3f3f3;
      color: #4e5057;
      font-weight: 500; }
      .nav-sub .fsNavLevel1 > li > a:hover {
        color: #fc196d; }
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a {
      color: #fc196d; }
  .nav-sub .fsNavCurrentPage a {
    color: #fc196d; }
  .nav-sub .fsNavLevel2 {
    display: none; }
    .nav-sub .fsNavLevel2 > li > a {
      padding: 0.66667em 1.33333em; }
  .nav-sub .fsNavLevel3 {
    display: block; }
    .nav-sub .fsNavLevel3 > li {
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit; }
      .nav-sub .fsNavLevel3 > li a {
        padding: 0.66667em 2.5em !important;
        font-weight: 400;
        color: #429edb; }
    .nav-sub .fsNavLevel3 > li.fsNavCurrentPage a {
      color: #fc196d; }
  .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2,
  .nav-sub .fsNavLevel1 > li.fsNavCurrentPage.fsNavParentPage .fsNavLevel2 {
    display: block; }

.section-title {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 5px solid #005696;
  margin-bottom: 1.2em;
  font-size: 1.33333em;
  font-weight: bold;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .section-title {
      display: none; } }
  @media (max-width: 599px) {
    .section-title:before {
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; } }
  @media (max-width: 599px) {
    .active-nav .section-title:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; } }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin: 0 0 20px; }
  .nav-social ul,
  .nav-social ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-social a {
    display: block; }
  @media (min-width: 1000px) {
    .nav-social {
      margin-top: 20px;
      float: right; } }
  .nav-social li {
    display: inline-block;
    vertical-align: top;
    margin-right: .5em; }
    .nav-social li:last-child {
      margin-right: 0; }
  .nav-social [href*='facebook']:before {
    content: "";
    transition: all .2s linear; }
  .nav-social [href*='instagram']:before {
    content: "";
    transition: all .2s linear; }
  .nav-social [href*='linkedin']:before {
    content: "";
    transition: all .2s linear; }
  .nav-social [href*='pinterest']:before {
    content: "";
    transition: all .2s linear; }
  .nav-social [href*='tumblr']:before {
    content: "";
    transition: all .2s linear; }
  .nav-social [href*='twitter']:before {
    content: "";
    transition: all .2s linear; }
  .nav-social [href*='vine']:before {
    content: "";
    transition: all .2s linear; }
  .nav-social [href*='youtube']:before {
    content: "";
    transition: all .2s linear; }
  .nav-social [href*='vimeo']:before {
    content: "";
    transition: all .2s linear; }
  .nav-social [href*='google']:before {
    content: "";
    transition: all .2s linear; }
  .nav-social [href*='facebook'] {
    background: #1a67a1;
    color: #fff;
    transition: all .2s linear; }
    .nav-social [href*='facebook']:hover {
      background: #4c9cd9;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
  .nav-social [href*='instagram'] {
    background: #1a67a1;
    color: #fff;
    transition: all .2s linear; }
    .nav-social [href*='instagram']:hover {
      background: #4c9cd9;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
  .nav-social [href*='linkedin'] {
    background: #1a67a1;
    color: #fff;
    transition: all .2s linear; }
    .nav-social [href*='linkedin']:hover {
      background: #4c9cd9;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
  .nav-social [href*='pinterest'] {
    background: #1a67a1;
    color: #fff;
    transition: all .2s linear; }
    .nav-social [href*='pinterest']:hover {
      background: #4c9cd9;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
  .nav-social [href*='tumblr'] {
    background: #1a67a1;
    color: #fff;
    transition: all .2s linear; }
    .nav-social [href*='tumblr']:hover {
      background: #4c9cd9;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
  .nav-social [href*='twitter'] {
    background: #1a67a1;
    color: #fff;
    transition: all .2s linear; }
    .nav-social [href*='twitter']:hover {
      background: #4c9cd9;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
  .nav-social [href*='vine'] {
    background: #1a67a1;
    color: #fff;
    transition: all .2s linear; }
    .nav-social [href*='vine']:hover {
      background: #4c9cd9;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
  .nav-social [href*='youtube'] {
    background: #1a67a1;
    color: #fff;
    transition: all .2s linear; }
    .nav-social [href*='youtube']:hover {
      background: #4c9cd9;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
  .nav-social [href*='vimeo'] {
    background: #1a67a1;
    color: #fff;
    transition: all .2s linear; }
    .nav-social [href*='vimeo']:hover {
      background: #4c9cd9;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
  .nav-social [href*='google'] {
    background: #1a67a1;
    color: #fff;
    transition: all .2s linear; }
    .nav-social [href*='google']:hover {
      background: #4c9cd9;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
  .nav-social a {
    font-size: 1.3em;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    height: 48px;
    width: 48px;
    border-radius: 100%; }
    .nav-social a:before {
      font-family: "fontawesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

.nav-social__item--vidigami a {
  font-size: 1.3em;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background: #1a67a1 url("../images/vidigami_white.svg") 50% 50% no-repeat;
  background-size: 20px 20px;
  color: #fff;
  transition: all .2s linear; }
  .nav-social__item--vidigami a:hover {
    background: #4c9cd9 url("../images/vidigami_white.svg") 50% 50% no-repeat;
    background-size: 20px 20px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }

/* Navigation - Utility Container v0.0.1 */
.nav-util {
  border-top: 1px solid #2475b3; }
  .nav-util ul,
  .nav-util ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-util a {
    display: block; }
  @media (min-width: 1000px) {
    .nav-util {
      clear: both; } }
  .nav-util ul {
    padding-top: 20px; }
    @media (min-width: 1000px) {
      .nav-util ul {
        padding: 20px 20px 0; } }
    .nav-util ul li {
      display: block;
      font-size: 13px;
      text-transform: uppercase;
      margin: 0 0 18px;
      line-height: 1em;
      font-weight: 700; }
      @media (min-width: 1000px) {
        .nav-util ul li {
          display: inline-block;
          float: left;
          margin: 0;
          padding: 0 1.5em 0;
          border-right: 1px solid #2475b3; }
          .nav-util ul li:last-child {
            border-right: 0;
            margin-right: 0; } }
      .nav-util ul li a {
        padding: 0;
        color: #3d8ecc; }
        .nav-util ul li a:hover {
          color: #fff; }

/*! elements - accordion v0.0.1 */
.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion .fsPanel {
    margin-bottom: 2px; }
    .fsAccordion .fsPanel .fsElementTitle {
      position: relative;
      margin-bottom: 0;
      padding: .5em 0;
      font-size: 1.2em;
      cursor: pointer;
      background: #fff;
      color: inherit;
      border-radius: 3px;
      border-bottom: 3px solid #e0e0e0; }
      .fsAccordion .fsPanel .fsElementTitle:before, .fsAccordion .fsPanel .fsElementTitle:after {
        display: inline-block;
        border: 0 !important;
        height: auto !important;
        width: auto !important;
        font-family: "FontAwesome";
        transition: transform .3s; }
      .fsPanelIconBefore .fsPanel .fsElementTitle:before {
        margin: 0 10px 0 0 !important;
        content: '\f055' !important;
        color: #8abee6; }
        .fsPanelIconBefore .fsStateOpen .fsElementTitle:before {
          content: '\f056' !important;
          color: #005696; }
      .fsPanelIconAfter .fsPanel .fsElementTitle:after {
        float: right;
        margin: 0 !important;
        content: '\f055' !important;
        color: #8abee6; }
        .fsPanelIconAfter .fsStateOpen .fsElementTitle:after {
          content: '\f056' !important;
          color: #005696; }
      .fsPanel .fsElementTitle:hover:before {
        color: #ffa0c0 !important; }
      .fsPanel .fsElementTitle:hover:after {
        color: #ffa0c0 !important; }
    .fsPanel > .fsElementContent {
      padding: 20px; }
      .fsPanel > .fsElementContent p:last-child {
        margin-bottom: 0; }

/*! elements - athletics v0.0.1 */
.fsAthleticsEvent .fsTitle {
  display: inline-block; }

.fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsOpponentNames {
  display: inline-block; }

.fsAthleticsRosterList {
  list-style: none;
  margin: 0 0 1em;
  padding: 0; }
  .fsAthleticsRosterList li {
    margin: 0 0 .4em;
    padding: 0 0 .4em;
    border-bottom: 1px solid #e0e5eb; }
    .fsAthleticsRosterList li:last-child {
      margin: 0;
      padding: 0;
      border: 0; }

.fsAthleticsTeamDirectory {
  list-style: none;
  margin: 0 0 1em;
  padding: 0; }

/*! elements - calendar v0.0.1 */
.fsCalendar.fsSlideshow {
  padding: 0 20px; }
  .fsCalendar.fsSlideshow .fsPrevButton, .fsCalendar.fsSlideshow .fsNextButton {
    font-size: 0;
    color: #005696; }
    .fsCalendar.fsSlideshow .fsPrevButton:before, .fsCalendar.fsSlideshow .fsNextButton:before {
      font-size: 50px; }
  .fsCalendar.fsSlideshow .fsPrevButton {
    left: -20px !important; }
    .fsCalendar.fsSlideshow .fsPrevButton:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .fsCalendar.fsSlideshow .fsNextButton {
    right: -20px !important; }
    .fsCalendar.fsSlideshow .fsNextButton:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px; }

.fsCalendar.fsList:not(.calendar-slider) article {
  clear: both;
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #eee;
  zoom: 1;
  padding-bottom: 1em; }
  .fsCalendar.fsList:not(.calendar-slider) article:after {
    display: table;
    clear: both;
    content: ''; }

.fsCalendar.fsList:not(.calendar-slider) .fsDayContainer:last-child article:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 88px;
  width: 88px;
  padding-top: 5px;
  text-align: center;
  background: #8abee6;
  border-radius: 100%;
  color: #fff;
  font-weight: 500; }
  .fsCalendar .fsDate span {
    display: block; }
  .fsCalendar .fsDate .fsDayName {
    display: none; }
  .fsCalendar .fsDate .fsMonth {
    line-height: .8em;
    font-size: 1em;
    padding-top: 1em;
    margin: 0 0 .2em 0; }
  .fsCalendar .fsDate .fsDay {
    line-height: 1em;
    font-size: 1.86667em; }

.calendar-slider article {
  padding-left: 0;
  min-height: 0;
  text-align: center;
  border-right: 0; }
  @media (min-width: 500px) {
    .calendar-slider article {
      border-right: 2px solid #fff; }
      .calendar-slider article:nth-child(2n) {
        border-right: 0; } }
  @media (min-width: 600px) {
    .calendar-slider article {
      border-right: 2px solid #fff; }
      .calendar-slider article:nth-child(2n) {
        border-right: 2px solid #fff; }
      .calendar-slider article:nth-child(3n) {
        border-right: 0; } }
  @media (min-width: 1000px) {
    .calendar-slider article {
      border-right: 2px solid #fff; }
      .calendar-slider article:nth-child(2n) {
        border-right: 2px solid #fff; }
      .calendar-slider article:nth-child(3n) {
        border-right: 2px solid #fff; }
      .calendar-slider article:nth-child(4n) {
        border-right: 0; } }

.calendar-slider .fsDate {
  display: block;
  position: relative;
  margin: 0 auto 1em;
  clear: both;
  padding-top: 10px;
  text-align: center; }

.calendar-slider .fsTitle {
  font-size: 1.2em;
  margin-bottom: .5em; }
  .calendar-slider .fsTitle a {
    color: #333333; }
    .calendar-slider .fsTitle a:hover {
      color: #fc196d; }

.calendar-slider .fsEventDetails {
  color: #4e5057;
  font-size: 1em;
  font-weight: 300; }

.fsTabs .fsCalendarDaybox {
  height: auto !important; }

.fsCalendar.condensed article {
  position: relative;
  padding-left: 80px;
  min-height: 60px; }
  .fsCalendar.condensed article .fsTitle {
    font-size: 1.2em;
    margin: 0; }
  .fsCalendar.condensed article .fsEventDetails,
  .fsCalendar.condensed article .fsReadMoreLink {
    font-size: .9em; }

.fsCalendar.condensed .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 64px;
  padding-top: 5px;
  text-align: center;
  background: #8abee6;
  border-radius: 100%;
  color: #fff;
  font-weight: 500; }
  .fsCalendar.condensed .fsDate span {
    display: block; }
  .fsCalendar.condensed .fsDate .fsDayName {
    display: block;
    font-size: 0.93333em;
    line-height: 1em;
    padding-top: .1em; }
  .fsCalendar.condensed .fsDate .fsMonth {
    line-height: .8em;
    font-size: 0.93333em;
    padding-top: .4em;
    margin: 0 0 .3em 0; }
  .fsCalendar.condensed .fsDate .fsDay {
    line-height: 1em;
    font-size: 1.33333em; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0; }

.fsListItems article {
  margin-bottom: 1.33333em; }

.fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.46667em;
  line-height: 1.18182em;
  margin-bottom: 0.90909em; }

.module {
  margin-bottom: 1.33333em;
  padding: 1.33333em;
  color: #fff; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }

.module {
  background: #005696; }

@media (min-width: 800px) {
  .fsGrid {
    margin-right: -0.66667em;
    margin-left: -0.66667em; } }

.fsGrid .fsListItems > * {
  float: none !important;
  width: 100%;
  padding-right: 0.66667em;
  padding-left: 0.66667em; }
  @media (min-width: 800px) {
    .fsGrid .fsListItems > * {
      display: inline-block;
      vertical-align: top; } }

@media (min-width: 801px) {
  .fsGrid .fsStyleTwoColumns > * {
    width: 49.5%; } }

@media (min-width: 801px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 49.5%; } }

@media (min-width: 900px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 32.83333%; } }

@media (min-width: 801px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 49.5%; } }

@media (min-width: 900px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 32.83333%; } }

@media (min-width: 1000px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 24.5%; } }

@media (min-width: 801px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 49.5%; } }

@media (min-width: 900px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 32.83333%; } }

@media (min-width: 1000px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 24.5%; } }

@media (min-width: 1180px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 19.5%; } }

/*! elements - constituent v0.0.1 */
.fsConstituent .fsElementPagination {
  margin-bottom: 20px; }

.fsConstituentItem {
  float: none;
  max-width: 300px;
  width: 100% !important;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 800px) {
    .fsConstituentItem {
      display: inline-block;
      vertical-align: top;
      max-width: 100%; } }
  .fsConstituentItem > * {
    padding-right: 20px;
    padding-left: 20px; }

.fsConstituent .fsPhoto {
  padding-right: 0;
  padding-left: 0; }
  .fsConstituent .fsPhoto img {
    display: block;
    width: auto;
    margin: 0 auto 1em; }

.fsConstituent .fsFullName {
  padding-top: 20px;
  text-align: center;
  font-size: 20px; }

@media (min-width: 800px) {
  [class^='fsConstituentColumnLayout'] {
    -moz-column-gap: 20px;
    column-gap: 20px; } }

@media (min-width: 801px) {
  .fsConstituentColumnLayout_2 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 801px) {
  .fsConstituentColumnLayout_3 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 801px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 {
    -moz-column-count: 4;
    column-count: 4; } }

.fsProfileSection {
  margin-bottom: 1.33333em; }

.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.33333em; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch label {
      display: inline-block;
      vertical-align: top;
      width: 49.5%;
      padding-right: 0.66667em;
      padding-left: 0.66667em; } }
  @media (min-width: 900px) {
    .fsConstituent.fsSearch label {
      width: 32.83333%; } }

.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%; }

.fsConstituent.fsSearch [type*='submit'] {
  width: auto; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch [type*='submit'] {
      margin-left: 0.66667em; } }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      line-height: 22px;
      color: #4e5057; }
    .fsComposerFormEmbed form input {
      border: 1px solid #3d464c; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: 1px solid #3d464c; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #429edb;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #82bfe7; }
    .fsComposerFormEmbed form .required {
      color: #005696; }
    .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: #429edb;
        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: #82bfe7;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      border-radius: 0;
      background: #005696;
      color: #fff;
      float: left;
      transition: .3s; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        background: #fc196d; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Roboto", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-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); }

/*== Media Element ==*/
.fsMedia .fsMediaGallery .fsMediaGalleryObject {
  margin: 0 0 20px; }

.fsMedia > .fsElementContent {
  margin-top: 20px; }

/* News Element */
/*General News Styles*/
/*! elements - news v0.0.1 */
.ui-widget-header {
  background: #e6edfa !important; }

.fsNews, .fsPostElement {
  /*Slideshow*/
  /*Grid*/ }
  .fsNews.fsList:not(.news-slider) article, .fsPostElement.fsList:not(.news-slider) article {
    clear: both;
    margin-bottom: 1.5em;
    border-bottom: 1px dashed #eee;
    zoom: 1;
    padding-bottom: 1em; }
    .fsNews.fsList:not(.news-slider) article:after, .fsPostElement.fsList:not(.news-slider) article:after {
      display: table;
      clear: both;
      content: ''; }
    .fsNews.fsList:not(.news-slider) article:last-child, .fsPostElement.fsList:not(.news-slider) article:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
  .fsNews .fsThumbnail, .fsPostElement .fsThumbnail {
    display: block;
    margin-bottom: 0.66667em;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    .fsNews .fsThumbnail img, .fsPostElement .fsThumbnail img {
      display: block; }
  .fsNews.fsSlideshow .fsElementContent, .fsPostElement.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article, .fsPostElement.fsSlideshow article {
    padding: 20px; }
  .fsNews.fsSlideshow .fsPrevButton, .fsNews.fsSlideshow .fsNextButton, .fsPostElement.fsSlideshow .fsPrevButton, .fsPostElement.fsSlideshow .fsNextButton {
    font-size: 0;
    color: #005696; }
    .fsNews.fsSlideshow .fsPrevButton:before, .fsNews.fsSlideshow .fsNextButton:before, .fsPostElement.fsSlideshow .fsPrevButton:before, .fsPostElement.fsSlideshow .fsNextButton:before {
      font-size: 50px; }
  .fsNews.fsSlideshow .fsPrevButton:before, .fsPostElement.fsSlideshow .fsPrevButton:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsNews.fsSlideshow .fsNextButton:before, .fsPostElement.fsSlideshow .fsNextButton:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsNews.fsSlideshow .fsPager span, .fsPostElement.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms,
 opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive, .fsPostElement.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsNews.fsGrid .fsNewsGrid, .fsPostElement.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsNews.fsGrid .fsNewsGrid:after, .fsPostElement.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews.fsGrid article, .fsPostElement.fsGrid article {
    clear: none;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding: 0; }
  .fsNews.fsGrid .fsStyleTwoColumns article, .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 49%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd), .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
      margin-right: 1%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even), .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(even) {
      margin-left: 1%; }
    .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1), .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleThreeColumns article, .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 32%; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1), .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
      margin: 0 2%; }
    .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1), .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleFourColumns article, .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 23.5%; }
    .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2), .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
      margin: 0 1% 0 2%; }
    .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1), .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
      margin: 0 2% 0 1%; }
    .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1), .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; }
  .fsNews.fsGrid .fsStyleFiveColumns article, .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 18.4%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3), .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
      margin: 0 1% 0 2%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2), .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
      margin: 0 1%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1), .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
      margin: 0 2% 0 1%; }
    .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1), .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; }
  .fsNews.fsGrid .fsThumbnail, .fsPostElement.fsGrid .fsThumbnail {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: inherit; }

/*=======================*/
/* 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: 190px;
    border: 0;
    height: 34px;
    position: relative !important; }
    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: 34px; }
  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: #1a67a1 !important;
    background-image: none !important;
    width: 100%;
    height: 34px !important;
    color: #eee;
    padding-left: 35px !important;
    padding-right: 10px !important;
    margin: 0 !important;
    border-radius: 1em !important; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    display: block;
    padding: 0 10px 0 10px;
    overflow: hidden;
    height: 34px;
    width: auto;
    background: transparent;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      font-size: 0.86667em;
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #eee;
      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 {
    color: #fc196d; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 34px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
.site-search-trigger {
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  right: 20px;
  display: block;
  height: 45px;
  width: 45px;
  color: transparent;
  top: -44px;
  outline: none; }
  .site-search-trigger:before {
    display: block;
    font-size: 0.86667em;
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: rgba(255, 255, 255, 0.5);
    width: 45px;
    position: absolute;
    top: 50%;
    left: 0;
    padding: .55em 0; }
  .site-search-trigger.active:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.search-active .site-search-trigger:before {
  content: '\f00d'; }

.site-search-trigger:hover:before {
  color: #fff; }

@media (min-width: 800px) {
  #fsHeader .fsSearch {
    position: absolute;
    top: 3px;
    right: 1.33333em;
    -ms-transform: translate(0, -200%);
    transform: translate(0, -200%);
    opacity: 0;
    transition: all .3s linear;
    border-top-left-radius: 1.4em;
    border-bottom-right-radius: 1.4em; }
    #fsHeader .fsSearch.active {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1; } }

form.gsc-search-box-tools div.gsc-input-box {
  background: transparent !important; }

#fsHeader .fsSearch,
.drawer .fsSearch {
  background: #005696;
  padding: 1em;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  width: 290px;
  z-index: 500; }

.subclicked .fsSearch .fsElementContent {
  display: none; }

/* Social Elements */
/*--Facebook--*/
.fsFacebook .fsFacebookList ul,
.fsFacebook .fsFacebookList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.fsFacebook .fsFacebookList a {
  display: block; }

.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: #fc196d; }
      .fsTwitter .tweets li a:hover {
        color: #005696; }
    .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: #005696; }
        .fsTwitter .tweets li .header time abbr {
          text-decoration: none;
          border: 0; }
        .fsTwitter .tweets li .header time:hover {
          color: #fc196d; }
      .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: #005696; }
      .fsTwitter .tweets li .footer .expand b {
        display: none; }
      .fsTwitter .tweets li .footer .expand:hover {
        color: #fc196d; }
      .fsTwitter .tweets li .footer .expand:before {
        display: block;
        font-family: "FontAwesome";
        content: '\f067'; }
    .fsTwitter .tweets li .footer .tweet-actions {
      margin: 0;
      padding: 0;
      text-align: right; }
      .fsTwitter .tweets li .footer .tweet-actions li {
        margin: 0 10px 0 0;
        padding: 0;
        position: relative;
        display: inline-block;
        width: auto; }
        .fsTwitter .tweets li .footer .tweet-actions li a {
          color: #005696; }
          .fsTwitter .tweets li .footer .tweet-actions li a b {
            display: none; }
          .fsTwitter .tweets li .footer .tweet-actions li a:hover {
            color: #fc196d; }
          .fsTwitter .tweets li .footer .tweet-actions li a i {
            font-style: normal; }
            .fsTwitter .tweets li .footer .tweet-actions li a i:before {
              display: block;
              font-family: "FontAwesome"; }
        .fsTwitter .tweets li .footer .tweet-actions li .reply-action i:before {
          content: '\f112'; }
        .fsTwitter .tweets li .footer .tweet-actions li .retweet-action i:before {
          content: '\f079'; }
        .fsTwitter .tweets li .footer .tweet-actions li .favorite-action i:before {
          content: '\f005'; }

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 20px; }

.fsYoutube .fsYoutubeList ul,
.fsYoutube .fsYoutubeList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.fsYoutube .fsYoutubeList a {
  display: block; }

.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--*/
body.fsAccountBarVisible {
  position: relative;
  top: 45px; }
  @media (max-width: 666px) {
    body.fsAccountBarVisible {
      top: 60px; } }

#fsAccountBar {
  cursor: default;
  font-size: 14px;
  height: 45px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
  color: #005696;
  padding: 5px 1.33333em; }
  @media (max-width: 666px) {
    #fsAccountBar {
      height: 90px; } }
  #fsAccountBar a {
    color: #005696; }
  #fsAccountBar .fsAccountBarCount {
    background-color: #fc196d;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    line-height: normal;
    margin-left: 2px;
    margin-top: 2px;
    padding-top: 2px;
    text-align: center;
    vertical-align: top;
    width: 18px; }
  #fsAccountBar > ul > li {
    cursor: pointer;
    margin: 0;
    padding: .5em .8em; }
    #fsAccountBar > ul > li:first-child ul {
      margin-left: 35px; }
    #fsAccountBar > ul > li:hover {
      background-color: #0073c9;
      color: #fff; }
      #fsAccountBar > ul > li:hover a {
        color: #fff; }
  #fsAccountBar .fsAccountBarMenu {
    background-color: #0073c9;
    border-width: 0;
    left: 0;
    z-index: 500; }
    #fsAccountBar .fsAccountBarMenu li:hover {
      background-color: #003963; }
    #fsAccountBar .fsAccountBarMenu ul {
      background-color: #0073c9;
      left: 100%; }

.fsTabs {
  padding: 0;
  background: none;
  border: 0; }
  .fsTabs .ui-widget {
    font-family: inherit;
    font-size: inherit; }
  .fsTabs .ui-widget-content {
    border-width: 0;
    background: transparent;
    color: inherit; }
    .fsTabs .ui-widget-content a {
      color: #fc196d;
      text-decoration: inherit; }
      .fsTabs .ui-widget-content a:hover {
        text-decoration: none !important; }
  .fsTabs .ui-tabs-nav {
    margin-bottom: 1.33333em;
    padding: 0;
    background: none !important;
    border: 0; }
    .fsTabs .ui-tabs-nav li {
      margin: 0 0.13333em 0.13333em 0 !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit; }
      .fsTabs .ui-tabs-nav li a {
        padding: 0.6em 2em !important;
        background: #e6edfa;
        color: #333333;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        .fsTabs .ui-tabs-nav li a:hover {
          background: #8abee6;
          color: #fff !important; }
        .ui-tabs .ui-state-active a {
          background: #005696 !important;
          color: #fff !important; }
      .fsTabs .ui-tabs-nav li span {
        text-indent: 0; }

.ui-tabs-panel {
  padding: 0 !important; }

/*! pages - home v0.0.1 */
.home:not(.fsComposeMode) #fsPageBodyWrapper {
  padding: 0;
  margin: 0; }

.home:not(.fsComposeMode) #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0; }

.home:not(.fsComposeMode) #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0; }

.home:not(.fsComposeMode) .fsLayout {
  margin-right: 0px;
  margin-left: 0px; }
  .home:not(.fsComposeMode) .fsLayout .fsDiv {
    padding: 0; }

.home:not(.fsComposeMode) .fsOneColumnLayout > .fsDiv > .fsElement:not(.video-panel) > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

.home:not(.fsComposeMode) .slick-active {
  outline: none; }

.home:not(.fsComposeMode) .home-anchors {
  position: fixed;
  top: 200px;
  left: 0;
  margin: 0;
  padding: 0 !important;
  width: 50px;
  z-index: 300; }
  @media (max-width: 500px) {
    .home:not(.fsComposeMode) .home-anchors {
      display: none; } }
  .home:not(.fsComposeMode) .home-anchors ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .home:not(.fsComposeMode) .home-anchors ul li {
      padding: 0;
      height: 50px;
      width: 50px;
      border-top-left-radius: 1em;
      border-bottom-right-radius: 1em;
      vertical-align: top;
      margin: 0 0 5px;
      transition: all .3s linear; }
      .home:not(.fsComposeMode) .home-anchors ul li#btn_video {
        background: rgba(119, 128, 140, 0.3) url("../images/camera.svg") 50% 50% no-repeat;
        background-size: 26px 14px; }
      .home:not(.fsComposeMode) .home-anchors ul li#btn_news {
        background: rgba(119, 128, 140, 0.3) url("../images/news.svg") 50% 50% no-repeat;
        background-size: 26px 17px; }
      .home:not(.fsComposeMode) .home-anchors ul li#btn_calendar {
        background: rgba(119, 128, 140, 0.3) url("../images/calendar.svg") 50% 50% no-repeat;
        background-size: 22px 22px; }
      .home:not(.fsComposeMode) .home-anchors ul li#btn_global {
        background: rgba(119, 128, 140, 0.3) url("../images/globe.svg") 50% 50% no-repeat;
        background-size: 22px 22px; }
      .home:not(.fsComposeMode) .home-anchors ul li#btn_stem {
        background: rgba(119, 128, 140, 0.3) url("../images/stem.svg") 50% 50% no-repeat;
        background-size: 32px 35px; }
      .home:not(.fsComposeMode) .home-anchors ul li:hover, .home:not(.fsComposeMode) .home-anchors ul li.active {
        cursor: pointer;
        background-color: #fc196d !important; }

.home:not(.fsComposeMode) #scroll-indicator {
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  animation: indicate 1.5s linear infinite;
  z-index: 300;
  opacity: .9;
  text-decoration: none; }
  .home:not(.fsComposeMode) #scroll-indicator:hover {
    color: #fc196d; }

.home:not(.fsComposeMode) #scroll-indicator:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 40px; }

@keyframes indicate {
  0% {
    bottom: 60px; }
  80% {
    opacity: 0; }
  90% {
    bottom: 40px;
    opacity: 0; }
  100% {
    bottom: 40px;
    opacity: 0; } }

.home:not(.fsComposeMode) .section-header {
  text-align: center;
  margin-bottom: 25px; }
  .home:not(.fsComposeMode) .section-header.news-section {
    padding: 50px 0 0 0; }
  .home:not(.fsComposeMode) .section-header h2 {
    text-transform: uppercase;
    color: #005696;
    font-size: 30px;
    margin: 0; }
  .home:not(.fsComposeMode) .section-header .viewall {
    color: #ff669e;
    font-family: "Sacramento", cursive;
    font-size: 30px;
    position: relative; }
    .home:not(.fsComposeMode) .section-header .viewall:before, .home:not(.fsComposeMode) .section-header .viewall:after {
      display: block;
      content: '';
      height: 2px;
      background: #eee;
      width: 58px;
      position: absolute;
      top: 50%; }
    .home:not(.fsComposeMode) .section-header .viewall:before {
      left: -100%; }
    .home:not(.fsComposeMode) .section-header .viewall:after {
      right: -100%; }
    .home:not(.fsComposeMode) .section-header .viewall:hover {
      color: #fc196d;
      text-decoration: none !important; }

.home:not(.fsComposeMode) .popup_video {
  zoom: 1;
  overflow: hidden;
  margin: 0 auto;
  width: 70vw;
  height: 28vh;
  padding-bottom: 20px;
  padding: 0;
  max-height: 100%;
  max-width: 100%; }
  .home:not(.fsComposeMode) .popup_video:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 500px) {
    .home:not(.fsComposeMode) .popup_video {
      width: 75vw;
      height: 35vh; } }
  @media (min-width: 600px) {
    .home:not(.fsComposeMode) .popup_video {
      width: 75vw;
      height: 40vh; } }
  @media (min-width: 700px) {
    .home:not(.fsComposeMode) .popup_video {
      width: 75vw;
      height: 45vh; } }
  @media (min-width: 900px) {
    .home:not(.fsComposeMode) .popup_video {
      width: 75vw;
      height: 60vh; } }
  @media (min-width: 1000px) {
    .home:not(.fsComposeMode) .popup_video {
      width: 65vw;
      height: 60vh; } }
  .home:not(.fsComposeMode) .popup_video > .fsElementContent {
    padding: 0;
    height: auto; }

.home:not(.fsComposeMode) .video-panel {
  background: url("/uploaded/images/2015/holton_video_bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
  height: 400px;
  overflow: hidden; }
  @media (min-width: 800px) {
    .home:not(.fsComposeMode) .video-panel {
      height: 600px; } }
  .home:not(.fsComposeMode) .video-panel .vid {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .home:not(.fsComposeMode) .video-panel .vid #home-vid {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .home:not(.fsComposeMode) .video-panel .fsElementContent {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .home:not(.fsComposeMode) .video-panel h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 4.1vw;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin-bottom: 20px; }
  .home:not(.fsComposeMode) .video-panel .button.hollow:before {
    border-color: #fff; }
  .home:not(.fsComposeMode) .video-panel .button.hollow:after {
    border-color: #fff; }
  .home:not(.fsComposeMode) .video-panel .button.hollow a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    border-color: #fff;
    outline: none; }
    .home:not(.fsComposeMode) .video-panel .button.hollow a:before {
      border-color: #fff; }
    .home:not(.fsComposeMode) .video-panel .button.hollow a:after {
      border-color: #fff; }
  .home:not(.fsComposeMode) .video-panel .button.hollow:hover:before {
    border-color: #fc196d; }
  .home:not(.fsComposeMode) .video-panel .button.hollow:hover:after {
    border-color: #fc196d; }
  .home:not(.fsComposeMode) .video-panel .button.hollow:hover a {
    border-color: #fc196d; }
    .home:not(.fsComposeMode) .video-panel .button.hollow:hover a:before {
      border-color: #fc196d; }
    .home:not(.fsComposeMode) .video-panel .button.hollow:hover a:after {
      border-color: #fc196d; }

.home:not(.fsComposeMode) .news-slider {
  padding-bottom: 50px; }
  .home:not(.fsComposeMode) .news-slider .slick-slider {
    padding: 0 43px; }
  .home:not(.fsComposeMode) .news-slider article {
    margin: 0 0.66667em; }
    .home:not(.fsComposeMode) .news-slider article .fsDateTime {
      text-transform: uppercase;
      color: #a0a4a7;
      font-size: 12px;
      font-weight: 700;
      padding-top: 5px; }
    .home:not(.fsComposeMode) .news-slider article .fsTitle {
      color: #333333;
      font-size: 16px;
      line-height: 22px;
      font-weight: 500; }
      .home:not(.fsComposeMode) .news-slider article .fsTitle a {
        color: #333333; }
  .home:not(.fsComposeMode) .news-slider .fsThumbnail {
    height: 200px;
    overflow: hidden; }
  .home:not(.fsComposeMode) .news-slider .slick-prev,
  .home:not(.fsComposeMode) .news-slider .slick-next {
    top: 75px;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.home:not(.fsComposeMode) .slick-prev {
  left: 2px; }

.home:not(.fsComposeMode) .home-calendar {
  background: #e6edfa;
  padding: 50px 0; }
  .home:not(.fsComposeMode) .home-calendar .slick-slider {
    padding: 0 100px; }
  .home:not(.fsComposeMode) .home-calendar article {
    margin: 0;
    padding: 0 10px; }
  .home:not(.fsComposeMode) .home-calendar .viewall:before, .home:not(.fsComposeMode) .home-calendar .viewall:after {
    background: #fff; }
  .home:not(.fsComposeMode) .home-calendar .slick-prev,
  .home:not(.fsComposeMode) .home-calendar .slick-next {
    background: none;
    -ms-transform: none;
    transform: none;
    top: 15px; }
    .home:not(.fsComposeMode) .home-calendar .slick-prev:before, .home:not(.fsComposeMode) .home-calendar .slick-prev:after,
    .home:not(.fsComposeMode) .home-calendar .slick-next:before,
    .home:not(.fsComposeMode) .home-calendar .slick-next:after {
      background: #cad8e6;
      height: 50%; }
    .home:not(.fsComposeMode) .home-calendar .slick-prev:hover,
    .home:not(.fsComposeMode) .home-calendar .slick-next:hover {
      background: none; }
      .home:not(.fsComposeMode) .home-calendar .slick-prev:hover:before, .home:not(.fsComposeMode) .home-calendar .slick-prev:hover:after,
      .home:not(.fsComposeMode) .home-calendar .slick-next:hover:before,
      .home:not(.fsComposeMode) .home-calendar .slick-next:hover:after {
        background: #8abee6; }
    .home:not(.fsComposeMode) .home-calendar .slick-prev:before,
    .home:not(.fsComposeMode) .home-calendar .slick-next:before {
      -ms-transform: skewX(-15deg);
      transform: skewX(-15deg);
      top: 0;
      left: 0; }
    .home:not(.fsComposeMode) .home-calendar .slick-prev:after,
    .home:not(.fsComposeMode) .home-calendar .slick-next:after {
      -ms-transform: skewX(15deg);
      transform: skewX(15deg);
      top: 49%;
      left: 0; }
  .home:not(.fsComposeMode) .home-calendar .slick-prev {
    left: 0; }
    .home:not(.fsComposeMode) .home-calendar .slick-prev .inner {
      left: 50%; }
    .home:not(.fsComposeMode) .home-calendar .slick-prev:before {
      left: 0; }
    .home:not(.fsComposeMode) .home-calendar .slick-prev:after {
      left: 0; }
  .home:not(.fsComposeMode) .home-calendar .slick-next {
    right: 0; }
    .home:not(.fsComposeMode) .home-calendar .slick-next .inner {
      left: 50%; }
    .home:not(.fsComposeMode) .home-calendar .slick-next:before {
      -ms-transform: skewX(15deg);
      transform: skewX(15deg);
      top: 0;
      right: 0; }
    .home:not(.fsComposeMode) .home-calendar .slick-next:after {
      -ms-transform: skewX(-15deg);
      transform: skewX(-15deg);
      top: 49%;
      right: 0; }

.home:not(.fsComposeMode) .global_education {
  background-position: 50% 50% !important;
  text-align: center;
  background-size: auto !important; }
  @media (max-width: 600px) {
    .home:not(.fsComposeMode) .global_education {
      background-size: contain !important;
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (min-width: 600px) {
    .home:not(.fsComposeMode) .global_education {
      padding: 180px 0 !important; } }
  .home:not(.fsComposeMode) .global_education h2 {
    text-transform: uppercase;
    color: #005696;
    font-size: 30px;
    margin: 0 0 15px; }
  .home:not(.fsComposeMode) .global_education p {
    max-width: 600px;
    margin: 0 auto 1.33333em;
    color: #4e5057; }

.home:not(.fsComposeMode) .stem {
  background-position: 50% 50% no-repeat;
  text-align: center;
  height: 500px;
  background-size: cover;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding-top: 40px; }
  @media (min-width: 500px) {
    .home:not(.fsComposeMode) .stem {
      height: 440px; } }
  .home:not(.fsComposeMode) .stem h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin: 0 0 15px; }
  .home:not(.fsComposeMode) .stem p {
    max-width: 600px;
    margin: 0 auto 1.33333em;
    font-size: 1em;
    font-weight: 300; }
  .home:not(.fsComposeMode) .stem .button {
    position: absolute;
    bottom: -1em;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
  .home:not(.fsComposeMode) .stem .inner-box {
    width: 600px;
    margin: 0 auto;
    padding: 4em 50px 4em;
    position: absolute;
    top: 220px;
    left: 50%;
    z-index: 1;
    -ms-transform: translate(-50%, -200px);
    transform: translate(-50%, -200px); }
    .home:not(.fsComposeMode) .stem .inner-box:before {
      background: rgba(0, 0, 0, 0.1);
      z-index: -1; }
    @media (max-width: 600px) {
      .home:not(.fsComposeMode) .stem .inner-box {
        width: 100%;
        top: 200px; } }

.mashup #fsPageContent {
  position: relative; }

.mashup h1.fsPageTitle {
  font-family: "Sacramento", cursive;
  color: #fff;
  font-size: 70px;
  text-align: center;
  margin: 0 auto 40px;
  display: block;
  width: 50%;
  position: relative; }
  .mashup h1.fsPageTitle:before, .mashup h1.fsPageTitle:after {
    display: block;
    content: '';
    height: 2px;
    background: #fff;
    width: 20%;
    position: absolute;
    top: 50%; }
  .mashup h1.fsPageTitle:before {
    left: -10%; }
  .mashup h1.fsPageTitle:after {
    right: -10%; }

.mashup #fsPageBodyWrapper {
  background: url("/uploaded/themes/build/images/Holton-Mashup-bg.jpg") 50% 0 fixed;
  background-size: cover; }

.mashup .fsThreeColumnLayout .fsDiv section,
.mashup .fsThreeColumnLayout .fsDiv > .fsElement {
  margin-bottom: 20px; }

.mashup .fsThreeColumnLayout .fsDiv section .fsElementTitle {
  text-align: center;
  color: #005696; }

.mashup .fsThreeColumnLayout .fsDiv section,
.mashup .fsThreeColumnLayout .fsDiv .fsFacebook,
.mashup .fsThreeColumnLayout .fsDiv .pinterest,
.mashup .fsThreeColumnLayout .fsDiv .twitter {
  background: #fff;
  padding: 1.33333em; }
  .mashup .fsThreeColumnLayout .fsDiv section.green,
  .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.green,
  .mashup .fsThreeColumnLayout .fsDiv .pinterest.green,
  .mashup .fsThreeColumnLayout .fsDiv .twitter.green {
    background: #ecf0e5 url("../images/loop.png") calc(100% - 10px) 10px no-repeat; }
  .mashup .fsThreeColumnLayout .fsDiv section.blue,
  .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.blue,
  .mashup .fsThreeColumnLayout .fsDiv .pinterest.blue,
  .mashup .fsThreeColumnLayout .fsDiv .twitter.blue {
    background: #e6edfa url("../images/loop.png") calc(100% - 10px) 10px no-repeat; }
  .mashup .fsThreeColumnLayout .fsDiv section.pink,
  .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.pink,
  .mashup .fsThreeColumnLayout .fsDiv .pinterest.pink,
  .mashup .fsThreeColumnLayout .fsDiv .twitter.pink {
    background: #fae2e9 url("../images/loop.png") calc(100% - 10px) 10px no-repeat; }
  .mashup .fsThreeColumnLayout .fsDiv section.blue, .mashup .fsThreeColumnLayout .fsDiv section.green, .mashup .fsThreeColumnLayout .fsDiv section.pink,
  .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.blue,
  .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.green,
  .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.pink,
  .mashup .fsThreeColumnLayout .fsDiv .pinterest.blue,
  .mashup .fsThreeColumnLayout .fsDiv .pinterest.green,
  .mashup .fsThreeColumnLayout .fsDiv .pinterest.pink,
  .mashup .fsThreeColumnLayout .fsDiv .twitter.blue,
  .mashup .fsThreeColumnLayout .fsDiv .twitter.green,
  .mashup .fsThreeColumnLayout .fsDiv .twitter.pink {
    position: relative;
    padding: 2.66667em; }
    .mashup .fsThreeColumnLayout .fsDiv section.blue:before, .mashup .fsThreeColumnLayout .fsDiv section.green:before, .mashup .fsThreeColumnLayout .fsDiv section.pink:before,
    .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.blue:before,
    .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.green:before,
    .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.pink:before,
    .mashup .fsThreeColumnLayout .fsDiv .pinterest.blue:before,
    .mashup .fsThreeColumnLayout .fsDiv .pinterest.green:before,
    .mashup .fsThreeColumnLayout .fsDiv .pinterest.pink:before,
    .mashup .fsThreeColumnLayout .fsDiv .twitter.blue:before,
    .mashup .fsThreeColumnLayout .fsDiv .twitter.green:before,
    .mashup .fsThreeColumnLayout .fsDiv .twitter.pink:before {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: calc(100% - 46px);
      width: calc(100% - 46px);
      border: 1px solid white;
      border-top-left-radius: 6px;
      border-bottom-right-radius: 6px; }
    .mashup .fsThreeColumnLayout .fsDiv section.blue:after, .mashup .fsThreeColumnLayout .fsDiv section.green:after, .mashup .fsThreeColumnLayout .fsDiv section.pink:after,
    .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.blue:after,
    .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.green:after,
    .mashup .fsThreeColumnLayout .fsDiv .fsFacebook.pink:after,
    .mashup .fsThreeColumnLayout .fsDiv .pinterest.blue:after,
    .mashup .fsThreeColumnLayout .fsDiv .pinterest.green:after,
    .mashup .fsThreeColumnLayout .fsDiv .pinterest.pink:after,
    .mashup .fsThreeColumnLayout .fsDiv .twitter.blue:after,
    .mashup .fsThreeColumnLayout .fsDiv .twitter.green:after,
    .mashup .fsThreeColumnLayout .fsDiv .twitter.pink:after {
      display: block;
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotate(180deg);
      background: url("../images/loop.png") calc(100% - 10px) 10px no-repeat; }

.mashup .fsTwitter,
.mashup .fsFacebook,
.mashup .pinterest {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px; }

.mashup .fsFacebook .fsFacebookFrom {
  background: url("/uploaded/images/2015/h-logo.gif") 0 0 no-repeat;
  padding-left: 61px;
  min-height: 51px;
  margin-bottom: 20px;
  font-size: 18px; }

.mashup .fsFacebook .fsFacebookThumb {
  width: 100% !important;
  margin-bottom: 1em !important; }

.mashup .fsFacebook .fsFacebookTitle {
  display: block !important;
  width: 100% !important;
  float: none  !important; }

.mashup .fsFacebook .fsFacebookList {
  list-style: none;
  margin: 0; }
  .mashup .fsFacebook .fsFacebookList li {
    margin: 0;
    padding: 0; }
  .mashup .fsFacebook .fsFacebookList .fsFacebookFollow a {
    padding: 1em 0 0 0;
    color: #005696;
    text-align: right; }
    .mashup .fsFacebook .fsFacebookList .fsFacebookFollow a:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      padding-right: 5px; }

.mashup .fsFacebook .fsFacebookCaption {
  display: none; }

.mashup .instagram {
  background: #fff;
  position: relative; }
  .mashup .instagram .instagram-entry .entry-title {
    padding: 1.33333em;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee;
    display: none; }
  .mashup .instagram .instagram-entry .entry-content {
    padding: 0 1.33333em;
    display: none; }
    .mashup .instagram .instagram-entry .entry-content img,
    .mashup .instagram .instagram-entry .entry-content p,
    .mashup .instagram .instagram-entry .entry-content p:first-child,
    .mashup .instagram .instagram-entry .entry-content p[style="font-weight:bold;font-style:italic"] {
      display: none; }
    .mashup .instagram .instagram-entry .entry-content p:nth-child(4) {
      display: block; }
      .mashup .instagram .instagram-entry .entry-content p:nth-child(4) span[style="color:red"]:before {
        content: "Likes: "; }
      .mashup .instagram .instagram-entry .entry-content p:nth-child(4) span[style="color:red"]:after {
        content: " Comments: "; }
      .mashup .instagram .instagram-entry .entry-content p:nth-child(4) span[style="color:red"] {
        color: #000 !important; }
  .mashup .instagram .instagram-entry .img-wrap {
    width: 100%;
    line-height: 1em;
    padding: 0;
    overflow: hidden; }
    .mashup .instagram .instagram-entry .img-wrap:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      height: 42px;
      width: 42px;
      text-align: center;
      background: #fc196d;
      color: #fff;
      font-size: 20px;
      border-top-left-radius: .5em;
      border-bottom-right-radius: .5em;
      line-height: 2em;
      position: absolute;
      bottom: 0;
      left: 0; }
    .mashup .instagram .instagram-entry .img-wrap img {
      width: 100%; }

.campus-map:not(.fsComposeMode) .campus-map-container {
  width: 100%;
  height: auto;
  position: relative; }

.campus-map:not(.fsComposeMode) .fsElementTitle {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #005696;
  padding-top: .5em;
  margin: 0 0 .5em 0; }

.campus-map:not(.fsComposeMode) .fsElementFooterContent {
  padding: 0.66667em 1.33333em; }
  .campus-map:not(.fsComposeMode) .fsElementFooterContent strong {
    font-size: 16px;
    font-weight: normal; }

.campus-map:not(.fsComposeMode) #fsEl_1587,
.campus-map:not(.fsComposeMode) #fsEl_1589,
.campus-map:not(.fsComposeMode) #fsEl_1590,
.campus-map:not(.fsComposeMode) #fsEl_1591,
.campus-map:not(.fsComposeMode) #fsEl_1592,
.campus-map:not(.fsComposeMode) #fsEl_1593,
.campus-map:not(.fsComposeMode) #fsEl_1594,
.campus-map:not(.fsComposeMode) #fsEl_1595,
.campus-map:not(.fsComposeMode) #fsEl_1596,
.campus-map:not(.fsComposeMode) #fsEl_1597,
.campus-map:not(.fsComposeMode) #fsEl_1598,
.campus-map:not(.fsComposeMode) #fsEl_1599,
.campus-map:not(.fsComposeMode) #fsEl_1600,
.campus-map:not(.fsComposeMode) #fsEl_1601,
.campus-map:not(.fsComposeMode) #fsEl_1602,
.campus-map:not(.fsComposeMode) #fsEl_1603,
.campus-map:not(.fsComposeMode) #fsEl_1604,
.campus-map:not(.fsComposeMode) #fsEl_1605,
.campus-map:not(.fsComposeMode) #fsEl_1606,
.campus-map:not(.fsComposeMode) #fsEl_1607,
.campus-map:not(.fsComposeMode) #fsEl_1608,
.campus-map:not(.fsComposeMode) #fsEl_1609,
.campus-map:not(.fsComposeMode) #fsEl_1610 {
  display: none; }
  #pp_inline .campus-map:not(.fsComposeMode) #fsEl_1587, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1589, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1590, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1591, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1592, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1593, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1594, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1595, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1596, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1597, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1598, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1599, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1600, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1601, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1602, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1603, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1604, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1605, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1606, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1607, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1608, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1609, #pp_inline
  .campus-map:not(.fsComposeMode) #fsEl_1610 {
    display: block; }

.campus-map:not(.fsComposeMode) #map-points {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
  height: 100%;
  width: 100%; }
  .campus-map:not(.fsComposeMode) #map-points li {
    position: absolute;
    overflow: hidden; }
    .campus-map:not(.fsComposeMode) #map-points li a {
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .campus-map:not(.fsComposeMode) #map-points li:before {
      display: block;
      background: #005696;
      overflow: visible;
      position: relative;
      border-top-left-radius: 1em;
      border-bottom-right-radius: 1em;
      font-size: 11px;
      font-weight: 500;
      color: #fff;
      content: counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      width: 2em;
      padding: .25em;
      text-align: center;
      transition: all .3s linear; }
    .campus-map:not(.fsComposeMode) #map-points li:hover {
      overflow: visible;
      z-index: 500; }
      .campus-map:not(.fsComposeMode) #map-points li:hover:before {
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    .campus-map:not(.fsComposeMode) #map-points li#marker1 {
      top: 84%;
      left: 34%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker2 {
      top: 73%;
      left: 34%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker3 {
      top: 68%;
      left: 25%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker4 {
      top: 39%;
      left: 33%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker5 {
      top: 54.2%;
      left: 29%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker6 {
      top: 58%;
      left: 25%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker7 {
      top: 54%;
      left: 21%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker8 {
      top: 51%;
      left: 37%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker9 {
      top: 42%;
      left: 42%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker10 {
      top: 34%;
      left: 38%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker11 {
      top: 33%;
      left: 48%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker12 {
      top: 30%;
      left: 33%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker13 {
      top: 29%;
      left: 40.5%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker14 {
      top: 21%;
      left: 39%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker15 {
      top: 25%;
      left: 47%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker16 {
      top: 20%;
      left: 52%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker17 {
      top: 10%;
      left: 50%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker18 {
      top: 20%;
      left: 82%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker19 {
      top: 44%;
      left: 13%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker20 {
      top: 30%;
      left: 87%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker21 {
      top: 68%;
      left: 50%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker22 {
      top: 62%;
      left: 57%; }
    .campus-map:not(.fsComposeMode) #map-points li#marker23 {
      top: 50%;
      left: 45%; }
    .campus-map:not(.fsComposeMode) #map-points li span {
      background: rgba(29, 39, 59, 0.8);
      padding: .5em;
      color: #fff;
      display: inline-block;
      position: absolute;
      bottom: 100%;
      left: 50%;
      -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
      min-width: 220px;
      opacity: 0;
      text-align: center;
      transition: all .3s linear; }
      .campus-map:not(.fsComposeMode) #map-points li span:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: rgba(29, 39, 59, 0.8);
        border-width: 10px;
        margin-left: -10px; }
    .campus-map:not(.fsComposeMode) #map-points li:hover span {
      -ms-transform: translate(-50%, -30%);
      transform: translate(-50%, -30%);
      opacity: 1; }

.campus-map:not(.fsComposeMode) .legend ol {
  margin-bottom: 0;
  list-style: none; }
  .campus-map:not(.fsComposeMode) .legend ol li {
    margin-bottom: .5em;
    padding-left: 20px;
    position: relative; }
    .campus-map:not(.fsComposeMode) .legend ol li:before {
      display: block;
      background: #005696;
      position: absolute;
      top: 4px;
      left: -20px;
      border-top-left-radius: 1em;
      border-bottom-right-radius: 1em;
      font-size: 11px;
      font-weight: 500;
      color: #fff;
      width: 2em;
      padding: .25em;
      text-align: center;
      transition: all .3s linear;
      margin-right: 10px; }

.campus-map:not(.fsComposeMode) .legend #fsEl_1582 ol {
  counter-reset: li; }
  .campus-map:not(.fsComposeMode) .legend #fsEl_1582 ol li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */ }

.campus-map:not(.fsComposeMode) .legend #fsEl_1583 ol {
  counter-reset: li 8; }
  .campus-map:not(.fsComposeMode) .legend #fsEl_1583 ol li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */ }

.campus-map:not(.fsComposeMode) .legend #fsEl_1580 ol {
  counter-reset: li 16; }
  .campus-map:not(.fsComposeMode) .legend #fsEl_1580 ol li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */ }

body[data-pageid="8"]:not(.fsComposeMode) #fsEl_2125 {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

body[data-pageid="8"]:not(.fsComposeMode) .meet-our-team {
  background: #e6edfa; }

body[data-pageid="8"]:not(.fsComposeMode) .landing-text {
  width: 32.88136%;
  float: left;
  margin-right: 0.67797%;
  text-align: center;
  color: #4e5057;
  font-size: 15px;
  padding-bottom: 30px; }
  body[data-pageid="8"]:not(.fsComposeMode) .landing-text:last-child {
    margin-right: 0; }
  body[data-pageid="8"]:not(.fsComposeMode) .landing-text img {
    width: 100%;
    margin-bottom: 20px; }
  body[data-pageid="8"]:not(.fsComposeMode) .landing-text:first-child img {
    border-top-left-radius: 20px; }
  body[data-pageid="8"]:not(.fsComposeMode) .landing-text:last-child img {
    border-bottom-right-radius: 20px; }
  body[data-pageid="8"]:not(.fsComposeMode) .landing-text a {
    color: #4e5057; }
  body[data-pageid="8"]:not(.fsComposeMode) .landing-text h3 {
    font-family: "Sacramento", cursive;
    color: #ff669e;
    font-size: 40px;
    margin-bottom: 20px; }
    body[data-pageid="8"]:not(.fsComposeMode) .landing-text h3 > a {
      color: #ff669e !important; }
      body[data-pageid="8"]:not(.fsComposeMode) .landing-text h3 > a:hover {
        color: #fc196d !important;
        text-decoration: none !important; }

.meet-our-team {
  margin: 0;
  clear: both;
  zoom: 1;
  padding: 60px 0; }

.meet-our-team:after {
  display: table;
  clear: both;
  content: ''; }

.meet-our-team .fsElementTitle {
  text-align: center;
  color: #005696;
  font-size: 30px; }

.meet-our-team .fsElement {
  height: auto;
  width: 90%;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  float: left;
  margin: 0 5% 20px;
  background-size: cover !important;
  background-position: 50% 0 !important; }

@media (min-width: 500px) {
  .meet-our-team .fsElement {
    width: 49%;
    margin: 0 1% 20px 0; }
  .meet-our-team .fsElement:nth-child(2n) {
    margin-right: 0; } }

@media (min-width: 700px) {
  .meet-our-team .fsElement {
    width: 32%; }
  .meet-our-team .fsElement:nth-child(2n) {
    margin-right: 1%; }
  .meet-our-team .fsElement:nth-child(3n) {
    margin-right: 0; } }

@media (min-width: 900px) {
  .meet-our-team .fsElement {
    width: 23.72881%;
    margin: 0 1.69492% 20px 0; }
  .meet-our-team .fsElement:nth-child(2n) {
    margin-right: 1%; }
  .meet-our-team .fsElement:nth-child(3n) {
    margin-right: 1%; }
  .meet-our-team .fsElement:nth-child(4n) {
    margin-right: 0; } }

.meet-our-team .fsElement .fsElementFooterContent {
  background: rgba(29, 39, 59, 0.8);
  padding: 1.33333em;
  position: absolute;
  top: 82%;
  left: 0;
  width: 100%;
  color: #fff;
  transition: all .3s linear;
  height: 40%;
  text-align: center; }
  .meet-our-team .fsElement .fsElementFooterContent h2 {
    margin-bottom: 17px; }

.meet-our-team .fsElement:hover .fsElementFooterContent {
  top: 60%; }

body:not(.fsComposeMode) .faq {
  background: #fff;
  margin: 0;
  padding: 60px 0;
  text-align: center;
  zoom: 1;
  font-family: "Roboto Condensed", sans-serif; }
  body:not(.fsComposeMode) .faq:after {
    display: table;
    clear: both;
    content: ''; }
  body:not(.fsComposeMode) .faq .compartment {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  body:not(.fsComposeMode) .faq .cardCont {
    display: block;
    text-align: center;
    width: calc(100% - 20px);
    height: 290px;
    position: relative;
    padding: 0;
    max-width: 100%;
    float: left;
    margin: 0 10px 20px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .faq .cardCont {
        width: calc(50% - 20px); } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .faq .cardCont {
        width: calc(33% - 20px); } }
  body:not(.fsComposeMode) .faq .cardFront, body:not(.fsComposeMode) .faq .cardBack {
    position: absolute;
    margin: 0;
    padding: 1.33333em;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    -ms-backface-visibility: hidden !important; }
    body:not(.fsComposeMode) .faq .cardFront strong, body:not(.fsComposeMode) .faq .cardBack strong {
      color: #fc196d;
      font-size: 50px; }
  body:not(.fsComposeMode) .faq .cardFront {
    border: 3px solid #e6edfa;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #fff url("/uploaded/themes/build/images/flip.png") 90% 90% no-repeat;
    background-size: 25px 31px; }
  body:not(.fsComposeMode) .faq .cardBack {
    border: 3px solid #fae2e9;
    font-size: 18px;
    background: #fae2e9 url("/uploaded/themes/build/images/flip_pink.png") 90% 90% no-repeat;
    background-size: 25px 31px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; }

.campaign:not(.fsComposeMode) {
  height: 100%;
  min-height: 100%;
  font-size: 15px;
  position: relative;
  margin: 0;
  /*! navigation - sub v0.0.1 */ }
  .campaign:not(.fsComposeMode) ::-webkit-scrollbar {
    width: 5px; }
  .campaign:not(.fsComposeMode) ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  .campaign:not(.fsComposeMode) ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); }
  .campaign:not(.fsComposeMode) #fsPageWrapper {
    overflow: hidden; }
  .campaign:not(.fsComposeMode) #fsPageBodyWrapper {
    min-height: calc(100vh - 192px); }
    .campaign:not(.fsComposeMode) #fsPageBodyWrapper #fsPageContent {
      padding-bottom: 50px; }
  .campaign:not(.fsComposeMode) #fsPageBody {
    margin: 0; }
  .campaign:not(.fsComposeMode) h1 {
    text-align: center;
    margin-bottom: 12px; }
  .campaign:not(.fsComposeMode) #fsBannerLeft {
    background: #e6edfa;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000; }
    .campaign:not(.fsComposeMode) #fsBannerLeft .drawer-back {
      display: none; }
    .campaign:not(.fsComposeMode) #fsBannerLeft #drawer-inner {
      height: 0px;
      position: relative;
      display: block;
      -ms-transform: translate(0, -20%) scale(1, 0);
      transform: translate(0, -20%) scale(1, 0);
      -ms-transform-origin: top left;
      transform-origin: top left;
      width: 100%;
      overflow: hidden;
      opacity: 0;
      transition: all .5s linear; }
      .campaign.campaign-menu-active #fsBannerLeft #drawer-inner {
        height: 486px;
        opacity: 1;
        -ms-transform: translate(0, 0) scale(1, 1);
        transform: translate(0, 0) scale(1, 1); }
      @media (min-width: 800px) {
        .campaign:not(.fsComposeMode) #fsBannerLeft #drawer-inner {
          height: 486px;
          opacity: 1;
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); } }
    .campaign:not(.fsComposeMode) #fsBannerLeft #campaign-menu-trigger {
      height: 60px;
      width: 60px;
      margin: 0 auto 1em;
      border-radius: 100%;
      border: 3px solid white;
      background: #e6edfa;
      position: relative; }
      @media (min-width: 700px) {
        .campaign:not(.fsComposeMode) #fsBannerLeft #campaign-menu-trigger {
          position: absolute;
          top: 20px;
          right: 20px;
          margin: 0; } }
      .campaign:not(.fsComposeMode) #fsBannerLeft #campaign-menu-trigger:focus {
        outline: 1px dotted #fff; }
      .campaign:not(.fsComposeMode) #fsBannerLeft #campaign-menu-trigger:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #00457e;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

@media (max-width: 800px) {
  .campaign:not(.fsComposeMode).campaign-menu-active {
    position: fixed;
    overflow: hidden; } }

@media (min-width: 800px) {
  .campaign:not(.fsComposeMode) #fsPageWrapper {
    padding-left: 280px; } }

@media (min-width: 800px) {
  .campaign:not(.fsComposeMode) #fsPageBodyWrapper {
    padding-right: 90px;
    padding-left: 90px; } }

@media (min-width: 800px) {
  .campaign:not(.fsComposeMode) #fsPageBodyWrapper #fsPageContent {
    width: 100% !important; } }

@media (max-width: 800px) {
  body.campaign-menu-active #fsBannerLeft {
    position: fixed !important;
    height: 100% !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 40px 20px; } }

@media (min-width: 800px) {
  .campaign:not(.fsComposeMode) #fsBannerLeft {
    position: fixed;
    width: 280px;
    height: 100vh;
    overflow-y: auto; } }

@media (min-width: 800px) {
  .campaign:not(.fsComposeMode) #fsBannerLeft #campaign-menu-trigger {
    display: none; } }

body.campaign-menu-active #campaign-menu-trigger:before {
  content: '\f00d' !important; }

.campaign:not(.fsComposeMode) #fsFooter {
  background-color: #063b66; }
  @media (min-width: 800px) {
    .campaign:not(.fsComposeMode) #fsFooter {
      text-align: left;
      height: 192px; } }
  .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links {
    padding-top: 20px;
    border-top: 1px solid #5380a6;
    clear: both;
    margin-top: 20px;
    zoom: 1; }
    .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links .fsElementContent {
      position: relative; }
    .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links ul, .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links ol {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links a {
      display: block; }
    .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links:after {
      display: table;
      clear: both;
      content: ''; }
    .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links ul {
      background: none;
      clear: both;
      zoom: 1;
      margin-bottom: 30px; }
      .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links ul:after {
        display: table;
        clear: both;
        content: ''; }
    .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links li {
      text-transform: uppercase;
      margin: 0 0 .5em 0;
      font-size: 13px;
      font-weight: 7600; }
      .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links li:last-child {
        text-transform: none; }
      .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links li a {
        color: #5380a6;
        background: none; }
        .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links li a:hover {
          color: #fff; }
  .campaign:not(.fsComposeMode) #fsFooter .school-details {
    display: block;
    font-size: 15px;
    zoom: 1;
    height: auto;
    text-align: center; }
    .campaign:not(.fsComposeMode) #fsFooter .school-details:after {
      display: table;
      clear: both;
      content: ''; }
    .campaign:not(.fsComposeMode) #fsFooter .school-details .footerlogo {
      width: 200px;
      margin: 0 auto 20px;
      height: auto; }
      .campaign:not(.fsComposeMode) #fsFooter .school-details .footerlogo > a:first-of-type {
        width: 62px;
        height: 48px;
        background: url("/uploaded/themes/build/images/campaign/h-logo.png") 0 0 no-repeat;
        float: left;
        background-size: 48px 48px; }
    .campaign:not(.fsComposeMode) #fsFooter .school-details [itemprop='division'] {
      text-align: left;
      display: block; }
    .campaign:not(.fsComposeMode) #fsFooter .school-details .address {
      display: block;
      clear: both;
      margin-top: 30px; }
    .campaign:not(.fsComposeMode) #fsFooter .school-details [itemprop='telephone'] {
      display: block;
      width: 100%; }
      .campaign:not(.fsComposeMode) #fsFooter .school-details [itemprop='telephone'] a {
        display: block;
        text-decoration: none;
        background: none;
        height: auto;
        width: auto;
        float: none;
        color: #fff !important;
        text-indent: 0;
        line-height: 1.4em; }
  .campaign:not(.fsComposeMode) #fsFooter #backtotop {
    display: none; }
  .campaign:not(.fsComposeMode) #fsFooter #fsPoweredByFinalsite {
    float: none; }
    @media (min-width: 1200px) {
      .campaign:not(.fsComposeMode) #fsFooter #fsPoweredByFinalsite {
        width: 132px;
        position: absolute;
        top: 0px;
        right: 0; } }

.campaign:not(.fsComposeMode) #campaign-logo {
  display: block;
  height: 144px;
  width: 203px;
  background: url("/uploaded/themes/build/images/campaign/campaign-logo.png") 0 0 no-repeat;
  background-size: cover;
  color: transparent;
  text-indent: 101%;
  overflow: hidden;
  margin: 0 auto 20px; }

.campaign:not(.fsComposeMode) .main-site-link {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 20px 0 0 0; }
  .campaign:not(.fsComposeMode) .main-site-link a {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #7a8b99;
    font-size: 13px; }
    .campaign:not(.fsComposeMode) .main-site-link a:hover {
      color: #fc196d; }

.campaign:not(.fsComposeMode) .campaign-search {
  clear: both;
  position: relative;
  top: 0;
  left: 0;
  width: 200px;
  margin: 0 auto !important;
  position: relative; }

@media (min-width: 600px) {
  .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links {
    max-width: 80%;
    margin: 20px auto 0; } }

@media (min-width: 600px) {
  .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links ul {
    margin-bottom: 0; } }

@media (min-width: 600px) {
  .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links li {
    display: inline-block;
    margin: 0 20px 20px 0;
    padding-right: 20px;
    border-right: 1px solid #5380a6; } }

@media (min-width: 600px) {
  .campaign:not(.fsComposeMode) #fsFooter .campaign-footer-links li:last-child {
    border-right: 0;
    padding-right: 0; } }

@media (min-width: 600px) {
  .campaign:not(.fsComposeMode) #fsFooter .school-details {
    padding-left: 60px;
    text-align: left; } }

@media (min-width: 600px) {
  .campaign:not(.fsComposeMode) #fsFooter .school-details .footerlogo {
    width: 100%;
    margin: 0 0 20px 0; } }

@media (min-width: 600px) {
  .campaign:not(.fsComposeMode) #fsFooter .school-details .address {
    display: inline;
    clear: none;
    text-align: left;
    padding: 0; } }

@media (min-width: 600px) {
  .campaign:not(.fsComposeMode) #fsFooter .school-details [itemprop='telephone'] {
    display: inline;
    width: auto;
    text-align: left; }
    .campaign:not(.fsComposeMode) #fsFooter .school-details [itemprop='telephone']:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #5380a6;
      margin: 0 15px;
      font-size: 5px;
      position: relative;
      top: -4px; } }

@media (max-width: 500px) {
  .campaign:not(.fsComposeMode) #fsFooter #backtotop {
    display: block;
    height: 30px;
    width: 30px;
    color: transparent;
    position: relative;
    background: none;
    border: 0;
    position: absolute;
    bottom: 0px;
    right: 20px;
    z-index: 9000;
    outline: none; }
    .campaign:not(.fsComposeMode) #fsFooter #backtotop:after {
      position: absolute;
      top: 0;
      left: 0;
      height: 30px;
      width: 30px;
      background: #2c5476;
      color: #fff;
      border-radius: 100%;
      padding: .4em;
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .campaign:not(.fsComposeMode) #fsFooter #backtotop:hover:after {
      background: #fff;
      color: #333; } }

.campaign:not(.fsComposeMode) .campaign-search input.gsc-input {
  background: #fff !important;
  color: #a5b2c0 !important; }

.campaign:not(.fsComposeMode) .campaign-search td.gsc-search-button {
  top: 0px !important;
  left: 5px !important; }
  .campaign:not(.fsComposeMode) .campaign-search td.gsc-search-button:after {
    color: #a5b2c0 !important; }

.campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22 {
  display: inline-block;
  border: 0;
  margin: 0 0.5em 20px 0;
  padding: 0;
  outline: 0;
  position: relative;
  text-align: center;
  z-index: 300;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  min-width: 180px; }
  .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22:before, .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22:after {
    height: 50%;
    width: 65%;
    display: block;
    background: #55c0e0;
    content: '';
    position: absolute;
    z-index: -1; }
  .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22:before {
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    top: 0;
    left: 0; }
  .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22:after {
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    top: 0;
    right: 0; }
  .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22 a {
    color: #fff;
    display: block;
    padding: 12px 22px; }
    .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22 a:before, .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22 a:after {
      height: 50%;
      width: 65%;
      display: block;
      background: #55c0e0;
      z-index: -1;
      content: '';
      position: absolute;
      bottom: 0; }
    .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22 a:before {
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
      left: 0; }
    .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22 a:after {
      -ms-transform: skewX(10deg);
      transform: skewX(10deg);
      right: 0; }
  .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22:hover:before, .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22:hover:after {
    background: #ff4c8e; }
  .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22:hover a:hover {
    text-decoration: none !important; }
  .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22:hover a:before, .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22:hover a:after {
    background: #ff4c8e; }
  .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22 em {
    display: block;
    font-style: normal; }

@media (min-width: 800px) {
  .campaign:not(.fsComposeMode) #fsBannerLeft .fs_style_22 {
    display: inline-block; } }

body.campaign-menu-active .fs_style_22 {
  display: inline-block !important; }

.campaign:not(.fsComposeMode) .fs_style_19 {
  color: #99a9bf;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  margin-bottom: 40px; }
  .campaign:not(.fsComposeMode) .fs_style_19 cite {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }

body[data-pageid="272"] #fsPageBody {
  max-width: 100%;
  margin: 0 auto; }

body[data-pageid="272"] #fsPageContent > .fsPageLayout > .fsDiv > .fsElement:not(.campaign-quotes) {
  max-width: 73.75rem;
  margin: 0 auto; }

body[data-pageid="265"] #fsPageBody {
  max-width: 100%;
  margin: 0 auto; }

body[data-pageid="265"] #fsPageContent > .fsPageLayout > .fsDiv > .fsElement:not(.video-container):not(.campaign-quotes) {
  max-width: 73.75rem;
  margin: 0 auto; }

body[data-pageid="265"] #fsPageBodyWrapper {
  padding: 0 !important; }
  body[data-pageid="265"] #fsPageBodyWrapper .fsPageLayout > .fsDiv > .fsElement:not(.video-container) {
    padding: 0 20px; }

body[data-pageid="265"] hr {
  height: 5px;
  border: 0;
  margin: 75px 0;
  background: url("/uploaded/themes/build/images/campaign/campaign-dashes.gif") 0 0 repeat-x; }

body[data-pageid="265"] .video-container {
  height: 750px;
  height: 100vh;
  margin-bottom: 40px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  body[data-pageid="265"] .video-container .fsElementContent {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    body[data-pageid="265"] .video-container .fsElementContent p:not(.button) {
      font-size: 60px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 200;
      line-height: 1.1em;
      margin: 0 0 30px; }
    body[data-pageid="265"] .video-container .fsElementContent .button a {
      padding: 12px 30px;
      color: #fff; }
  body[data-pageid="265"] .video-container #scroll-indicator {
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    animation: indicate 1.5s linear infinite;
    z-index: 300;
    opacity: .9;
    text-decoration: none;
    cursor: pointer; }
    body[data-pageid="265"] .video-container #scroll-indicator:hover {
      color: #fc196d; }
    body[data-pageid="265"] .video-container #scroll-indicator:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 40px; }

body[data-pageid="265"] .md-modal {
  z-index: 9000; }

body[data-pageid="265"] .popup_video {
  zoom: 1;
  overflow: hidden;
  margin: 0 auto;
  width: 50vw;
  height: 28vh;
  padding-bottom: 20px;
  padding: 0;
  max-height: 100%;
  max-width: 100%;
  width: 55vw;
  height: 512px; }
  body[data-pageid="265"] .popup_video:after {
    display: table;
    clear: both;
    content: ''; }
  body[data-pageid="265"] .popup_video > .fsElementContent {
    padding: 0;
    height: auto; }
  body[data-pageid="265"] .popup_video .fsMediaControlsTop {
    background: red;
    height: 0; }

.fs_style_23 a {
  color: #ff669e; }

.button.hollow:hover:before, .button.hollow:hover:after,
.button.hollow:hover a:before, .button.hollow:hover a:after,
.fs_style_23:hover:before, .fs_style_23:hover:after,
.fs_style_23:hover a:before, .fs_style_23:hover a:after {
  background: #ff669e;
  border-color: #ff669e; }

.button.hollow:hover:before, .button.hollow:hover:after,
.fs_style_23:hover:before,
.fs_style_23:hover:after {
  border-color: #ff669e; }

.button.hollow:hover a,
.fs_style_23:hover a {
  border-top: .2em solid #ff669e;
  border-bottom: .2em solid #ff669e; }

@media (min-width: 800px) {
  body[data-pageid="265"] #fsPageBodyWrapper .fsPageLayout > .fsDiv > .fsElement:not(.video-container) {
    padding: 0 90px; } }

@keyframes indicate {
  0% {
    bottom: 60px; }
  80% {
    opacity: 0; }
  90% {
    bottom: 40px;
    opacity: 0; }
  100% {
    bottom: 40px;
    opacity: 0; } }

@media (min-width: 900px) {
  .campaign:not(.fsComposeMode) .two-col-flow p {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px; } }

.campaign:not(.fsComposeMode) .image-buttons-container {
  zoom: 1; }
  .campaign:not(.fsComposeMode) .image-buttons-container:after {
    display: table;
    clear: both;
    content: ''; }

.campaign:not(.fsComposeMode) .image-button {
  display: block;
  width: 290px;
  height: 220px;
  max-width: 100%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden; }
  .campaign:not(.fsComposeMode) .image-button .fsElementContent {
    background: rgba(29, 39, 59, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .2em;
    width: 100%;
    font-size: 22px;
    text-align: center;
    border-bottom-right-radius: 20px; }
    .campaign:not(.fsComposeMode) .image-button .fsElementContent a {
      color: #fff;
      display: inline-block;
      text-decoration: none;
      font-family: "Roboto Condensed", sans-serif; }
      .campaign:not(.fsComposeMode) .image-button .fsElementContent a:after {
        display: block;
        content: '';
        border-bottom: solid 1px #60c8e7;
        -ms-transform: scaleX(0.0001);
        transform: scaleX(0.0001);
        transition: transform 250ms ease-in-out; }
      .campaign:not(.fsComposeMode) .image-button .fsElementContent a:hover {
        text-decoration: none !important;
        color: #60c8e7; }
        .campaign:not(.fsComposeMode) .image-button .fsElementContent a:hover:after {
          -ms-transform: scaleX(1);
          transform: scaleX(1); }

.campaign:not(.fsComposeMode) .outright, .campaign:not(.fsComposeMode) .pledges, .campaign:not(.fsComposeMode) .matching, .campaign:not(.fsComposeMode) .bequests, .campaign:not(.fsComposeMode) .planned, .campaign:not(.fsComposeMode) .advised {
  clear: both;
  position: relative;
  padding-left: 61px; }
  .campaign:not(.fsComposeMode) .outright strong, .campaign:not(.fsComposeMode) .pledges strong, .campaign:not(.fsComposeMode) .matching strong, .campaign:not(.fsComposeMode) .bequests strong, .campaign:not(.fsComposeMode) .planned strong, .campaign:not(.fsComposeMode) .advised strong {
    text-transform: uppercase; }

.campaign:not(.fsComposeMode) .outright:before, .campaign:not(.fsComposeMode) .pledges:before, .campaign:not(.fsComposeMode) .matching:before, .campaign:not(.fsComposeMode) .bequests:before, .campaign:not(.fsComposeMode) .planned:before, .campaign:not(.fsComposeMode) .advised:before {
  display: block;
  content: '';
  height: 51px;
  width: 51px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b2cc7e;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 10px;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  margin: 0 10px 10px 0; }

.campaign:not(.fsComposeMode) .outright:before {
  background-image: url("/uploaded/themes/build/images/campaign/outright.svg"); }

.campaign:not(.fsComposeMode) .pledges:before {
  background-image: url("/uploaded/themes/build/images/campaign/pledges.svg"); }

.campaign:not(.fsComposeMode) .matching:before {
  background-image: url("/uploaded/themes/build/images/campaign/matching.svg"); }

.campaign:not(.fsComposeMode) .bequests:before {
  background-image: url("/uploaded/themes/build/images/campaign/bequests.svg");
  background-size: 26px 26px; }

.campaign:not(.fsComposeMode) .planned:before {
  background-image: url("/uploaded/themes/build/images/campaign/planned.svg");
  background-size: 26px 26px; }

.campaign:not(.fsComposeMode) .advised:before {
  background-image: url("/uploaded/themes/build/images/campaign/advised.svg"); }

.campaign:not(.fsComposeMode) .fsMediaPlayOverlay:before {
  width: 70px;
  height: 45px;
  background: #f06698;
  border-radius: 10px;
  border: 0;
  color: #fff;
  box-shadow: none; }

.campaign:not(.fsComposeMode) .fsMediaPlayOverlay:after {
  border-left: 14px solid white;
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
  left: 5px; }

.campaign:not(.fsComposeMode) .fsMediaPlayOverlay:hover:before {
  width: 70px;
  height: 45px;
  background: #ee4f88;
  border-radius: 10px;
  border: 0;
  color: #fff;
  box-shadow: none; }

.campaign:not(.fsComposeMode) .fsMediaPlayOverlay:hover:after {
  border-left: 14px solid white;
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
  left: 5px; }

.campaign:not(.fsComposeMode) .campaign-quotes {
  clear: both;
  margin: 75px -20px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .campaign:not(.fsComposeMode) .campaign-quotes > .fsElement {
    background-position: 50% 50%;
    background-size: cover; }
  .campaign:not(.fsComposeMode) .campaign-quotes .fsElementContent .fsElement {
    padding: 100px 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto Slab", serif;
    font-weight: 700; }
  .campaign:not(.fsComposeMode) .campaign-quotes .fsElementContent strong {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    font-size: 30px; }
  .campaign:not(.fsComposeMode) .campaign-quotes .fsElementContent em {
    font-style: normal;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
  .campaign:not(.fsComposeMode) .campaign-quotes .slick-prev, .campaign:not(.fsComposeMode) .campaign-quotes .slick-next {
    border: 0;
    padding: 0;
    background: none;
    color: transparent;
    height: 51px;
    width: 51px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    z-index: 300;
    font-size: 32px; }
  .campaign:not(.fsComposeMode) .campaign-quotes .slick-prev {
    left: 0;
    text-align: right; }
    .campaign:not(.fsComposeMode) .campaign-quotes .slick-prev:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .campaign:not(.fsComposeMode) .campaign-quotes .slick-next {
    right: 0; }
    .campaign:not(.fsComposeMode) .campaign-quotes .slick-next:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.campaign:not(.fsComposeMode) .nav-campaign {
  margin: 0 20px 2em;
  display: block; }
  .campaign:not(.fsComposeMode) .nav-campaign ul, .campaign:not(.fsComposeMode) .nav-campaign ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .campaign:not(.fsComposeMode) .nav-campaign a {
    display: block; }
    .campaign:not(.fsComposeMode) .nav-campaign a:hover {
      color: #ff669e; }

@media (min-width: 700px) {
  .campaign:not(.fsComposeMode) .image-button {
    width: 49%;
    float: left;
    margin: 0 2% 20px 0; }
    .campaign:not(.fsComposeMode) .image-button:nth-child(even) {
      margin-right: 0; } }

@media (min-width: 1400px) {
  .campaign:not(.fsComposeMode) .image-button {
    width: 32.5%;
    margin: 0 1.25% 20px 0 !important; }
    .campaign:not(.fsComposeMode) .image-button:nth-child(3n) {
      margin-right: 0 !important; } }

@media (min-width: 900px) {
  .campaign:not(.fsComposeMode) .outright, .campaign:not(.fsComposeMode) .pledges, .campaign:not(.fsComposeMode) .matching, .campaign:not(.fsComposeMode) .bequests, .campaign:not(.fsComposeMode) .planned, .campaign:not(.fsComposeMode) .advised {
    clear: none;
    width: 49%;
    float: left;
    margin: 0 2% 20px 0; }
  .campaign:not(.fsComposeMode) .outright:nth-child(odd), .campaign:not(.fsComposeMode) .pledges:nth-child(odd), .campaign:not(.fsComposeMode) .matching:nth-child(odd), .campaign:not(.fsComposeMode) .bequests:nth-child(odd), .campaign:not(.fsComposeMode) .planned:nth-child(odd), .campaign:not(.fsComposeMode) .advised:nth-child(odd) {
    margin-right: 0; } }

@media (min-width: 800px) {
  .campaign:not(.fsComposeMode) .fsPlayer.right .fsMediaContainer {
    float: right;
    margin: 0 0 40px 40px;
    width: 379px !important;
    height: 215px !important;
    max-width: 100% !important; } }

@media (min-width: 800px) {
  .campaign:not(.fsComposeMode) .campaign-quotes {
    margin-left: -90px;
    margin-right: -90px; } }

@media (min-width: 800px) {
  .campaign:not(.fsComposeMode) .campaign-quotes .fsElementContent .fsElement {
    padding: 100px; } }

.campaign:not(.fsComposeMode) .nav-campaign .fsNavLevel1 {
  position: relative; }
  .campaign:not(.fsComposeMode) .nav-campaign .fsNavLevel1 > li {
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
    .campaign:not(.fsComposeMode) .nav-campaign .fsNavLevel1 > li.fsNavParentPage > a:after {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      float: right; }
    .campaign:not(.fsComposeMode) .nav-campaign .fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPage > a:after {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .campaign:not(.fsComposeMode) .nav-campaign .fsNavLevel1 > li > a {
      padding: 0.66667em 0;
      border-bottom: 1px solid #f3f3f3;
      color: #00457e; }
      .campaign:not(.fsComposeMode) .nav-campaign .fsNavLevel1 > li > a:hover {
        color: #ff669e; }
    .campaign:not(.fsComposeMode) .nav-campaign .fsNavLevel1 > li.fsNavCurrentPage > a {
      color: #ff669e; }

.campaign:not(.fsComposeMode) .nav-campaign .fsNavCurrentPage > a, .campaign:not(.fsComposeMode) .nav-campaign .fsNavCurrentPageAncestor > a {
  color: #fc196d; }

.campaign:not(.fsComposeMode) .nav-campaign .fsNavLevel2 {
  display: none; }
  .campaign:not(.fsComposeMode) .nav-campaign .fsNavLevel2 > li > a {
    padding: 0.66667em 1.33333em; }

.campaign:not(.fsComposeMode) .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2, .campaign:not(.fsComposeMode) .fsNavLevel1 > li.fsNavCurrentPage.fsNavParentPage .fsNavLevel2 {
  display: block; }

.campaign:not(.fsComposeMode) .section-title {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 5px solid #005696;
  margin-bottom: 1.2em;
  font-size: 1.33333em;
  font-weight: bold;
  text-transform: uppercase; }
  .campaign:not(.fsComposeMode) .section-title:before {
    display: none; }

.campaign:not(.fsComposeMode) cite {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-top: 1em; }

@media (min-width: 600px) {
  .campaign:not(.fsComposeMode) .section-title {
    display: none; } }

@media (max-width: 599px) {
  .campaign:not(.fsComposeMode) .section-title:before {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.2em;
    width: 0.2em;
    content: '';
    background: #005696;
    border-radius: 100%;
    box-shadow: 0 -0.33333em 0 0 #005696, 0 0.33333em 0 0 #005696;
    transition: box-shadow .3s, transform .3s; } }

@media (max-width: 599px) {
  .active-nav .campaign:not(.fsComposeMode) .section-title:before {
    box-shadow: -0.33333em 0 0 0 #005696, 0.33333em 0 0 0 #005696;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 2em;
  padding: 1.33333em;
  background: rgba(0, 0, 0, 0.1); }

ol.colors {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  ol.colors:after {
    display: table;
    clear: both;
    content: ''; }
  ol.colors li {
    position: relative;
    float: left;
    margin: 0 1px 2em 0;
    height: 4em;
    width: 23.52941%; }
    @media (min-width: 600px) {
      ol.colors li {
        width: 11.76471%; } }
    @media (min-width: 1180px) {
      ol.colors li {
        margin-bottom: 0;
        width: 5.88235%; } }
    ol.colors li:after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%; }
    ol.colors li:nth-of-type(1) {
      background: #005696;
      color: #005696; }
      ol.colors li:nth-of-type(1):after {
        content: "#005696"; }
    ol.colors li:nth-of-type(2) {
      background: #0074cc;
      color: #0074cc; }
      ol.colors li:nth-of-type(2):after {
        content: "#0074cc"; }
    ol.colors li:nth-of-type(3) {
      background: #8abee6;
      color: #8abee6; }
      ol.colors li:nth-of-type(3):after {
        content: "#8abee6"; }
    ol.colors li:nth-of-type(4) {
      background: #e6edfa;
      color: #e6edfa; }
      ol.colors li:nth-of-type(4):after {
        content: "#e6edfa"; }
    ol.colors li:nth-of-type(5) {
      background: #fc196d;
      color: #fc196d; }
      ol.colors li:nth-of-type(5):after {
        content: "#fc196d"; }
    ol.colors li:nth-of-type(6) {
      background: #ff669e;
      color: #ff669e; }
      ol.colors li:nth-of-type(6):after {
        content: "#ff669e"; }
    ol.colors li:nth-of-type(7) {
      background: #fae2e9;
      color: #fae2e9; }
      ol.colors li:nth-of-type(7):after {
        content: "#fae2e9"; }
    ol.colors li:nth-of-type(8) {
      background: #806d4c;
      color: #806d4c; }
      ol.colors li:nth-of-type(8):after {
        content: "#806d4c"; }
    ol.colors li:nth-of-type(9) {
      background: #b29862;
      color: #b29862; }
      ol.colors li:nth-of-type(9):after {
        content: "#b29862"; }
    ol.colors li:nth-of-type(10) {
      background: #ecf0e5;
      color: #ecf0e5; }
      ol.colors li:nth-of-type(10):after {
        content: "#ecf0e5"; }
    ol.colors li:nth-of-type(11) {
      background: #e0e0e0;
      color: #e0e0e0; }
      ol.colors li:nth-of-type(11):after {
        content: "#e0e0e0"; }
    ol.colors li:nth-of-type(12) {
      background: #a0a4a7;
      color: #a0a4a7; }
      ol.colors li:nth-of-type(12):after {
        content: "#a0a4a7"; }
    ol.colors li:nth-of-type(13) {
      background: #3d464c;
      color: #3d464c; }
      ol.colors li:nth-of-type(13):after {
        content: "#3d464c"; }
    ol.colors li:nth-of-type(14) {
      background: #f06698;
      color: #f06698; }
      ol.colors li:nth-of-type(14):after {
        content: "#f06698"; }
    ol.colors li:nth-of-type(15) {
      background: #4e5057;
      color: #4e5057; }
      ol.colors li:nth-of-type(15):after {
        content: "#4e5057"; }
    ol.colors li:nth-of-type(16) {
      background: #eee;
      color: #eee; }
      ol.colors li:nth-of-type(16):after {
        content: "#eee"; }
    ol.colors li:nth-of-type(13) {
      background: #3d464c;
      color: #3d464c; }
      ol.colors li:nth-of-type(13):after {
        content: "#3d464c"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.33333em;
    padding: 0.33333em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Droid Serif", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Droid Serif, Georgia, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "rooney-web", sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "rooney-web, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Roboto", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Roboto, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "Roboto Condensed", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "Roboto Condensed, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "Sacramento", cursive; }
      .fonts ol li:nth-of-type(5):after {
        content: "Sacramento, cursive"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(7):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(8) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(8):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 30px / line: 34"; }

.headers h2:after {
  content: " size: 26px / line: 30"; }

.headers h3:after {
  content: " size: 24px / line: 28"; }

.headers h4:after {
  content: " size: 22px / line: 26"; }

.headers h5:after {
  content: " size: 18px / line: 24"; }

.headers h6:after {
  content: " size: 16px / line: 22"; }

.resource-slider .fsElementContent {
  max-width: none !important; }
  .resource-slider .fsElementContent .fsListItems {
    margin: 0;
    padding: 0;
    opacity: 0; }
    .resource-slider .fsElementContent .fsListItems > * {
      padding: 0 !important; }
    .resource-slider .fsElementContent .fsListItems #scroll-indicator {
      padding: 0;
      margin: 0;
      text-align: center;
      visibility: hidden; }
      @media (min-width: 1000px) {
        .resource-slider .fsElementContent .fsListItems #scroll-indicator {
          visibility: visible; } }
    .resource-slider .fsElementContent .fsListItems.slick-initialized {
      opacity: 1; }

.resource-slider article {
  background-size: cover;
  color: #fff;
  position: relative;
  height: 400px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  background-position: center center !important; }
  @media (min-width: 800px) {
    .resource-slider article {
      height: 600px; } }
  .resource-slider article.fsResourceTypeVideo .caption-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    right: 60px;
    text-align: right;
    margin-bottom: 50px;
    max-width: 350px; }
    @media (min-width: 600px) {
      .resource-slider article.fsResourceTypeVideo .caption-wrapper {
        display: block; } }
    @media (min-width: 800px) {
      .resource-slider article.fsResourceTypeVideo .caption-wrapper {
        max-width: 600px; } }
    .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p {
      font-size: 27px;
      line-height: 1;
      display: block;
      margin: 0; }
      .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p:first-child {
        margin-bottom: 10px; }
      .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button {
        margin-right: 0; }
        .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button:before {
          border-color: #fff; }
        .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button:after {
          border-color: #fff; }
        .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button a {
          text-transform: uppercase;
          color: #fff;
          font-size: 15px;
          border-color: #fff;
          outline: none; }
          .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button a:before {
            border-color: #fff; }
          .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button a:after {
            border-color: #fff; }
        .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button:hover:before {
          border-color: #fc196d; }
        .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button:hover:after {
          border-color: #fc196d; }
        .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button:hover a {
          border-color: #fc196d; }
          .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button:hover a:before {
            border-color: #fc196d; }
          .resource-slider article.fsResourceTypeVideo .caption-wrapper .fsDescription p .button:hover a:after {
            border-color: #fc196d; }
  .resource-slider article.fsResourceTypeVideo video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .resource-slider article.fsResourceTypeImage figcaption {
    display: none;
    position: absolute;
    bottom: 0;
    right: 60px;
    text-align: right;
    margin-bottom: 60px; }
    @media (min-width: 600px) {
      .resource-slider article.fsResourceTypeImage figcaption {
        display: block; } }
    .resource-slider article.fsResourceTypeImage figcaption p {
      font-family: "Termina", sans-serif;
      font-weight: 900;
      font-size: 25px;
      line-height: 1;
      display: block;
      margin: 0; }
      .resource-slider article.fsResourceTypeImage figcaption p:first-child {
        margin-bottom: 10px; }
      .resource-slider article.fsResourceTypeImage figcaption p .button {
        margin-right: 0; }
        .resource-slider article.fsResourceTypeImage figcaption p .button:before {
          border-color: #fff; }
        .resource-slider article.fsResourceTypeImage figcaption p .button:after {
          border-color: #fff; }
        .resource-slider article.fsResourceTypeImage figcaption p .button a {
          text-transform: uppercase;
          color: #fff;
          font-size: 15px;
          border-color: #fff;
          outline: none; }
          .resource-slider article.fsResourceTypeImage figcaption p .button a:before {
            border-color: #fff; }
          .resource-slider article.fsResourceTypeImage figcaption p .button a:after {
            border-color: #fff; }
        .resource-slider article.fsResourceTypeImage figcaption p .button:hover:before {
          border-color: #fc196d; }
        .resource-slider article.fsResourceTypeImage figcaption p .button:hover:after {
          border-color: #fc196d; }
        .resource-slider article.fsResourceTypeImage figcaption p .button:hover a {
          border-color: #fc196d; }
          .resource-slider article.fsResourceTypeImage figcaption p .button:hover a:before {
            border-color: #fc196d; }
          .resource-slider article.fsResourceTypeImage figcaption p .button:hover a:after {
            border-color: #fc196d; }

.resource-slider .fsTitle {
  color: #fff;
  font-size: 4.1vw;
  font-family: "Termina", sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1; }

.resource-slider .resourcesVideoControls {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px; }
  @media (min-width: 800px) {
    .resource-slider .resourcesVideoControls {
      top: auto;
      bottom: 30px;
      left: 30px;
      right: auto; } }

.resource-slider .resourcesVideoControls__playButton:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 600; }

.resource-slider .active.resourcesVideoControls__playButton:before {
  content: '\f04b'; }

.resource-slider .resourcesVideoControls__muteButton:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 600; }

.resource-slider .active.resourcesVideoControls__muteButton:before {
  content: '\f6a9'; }

.resource-slider .resourcesVideoControls__playButton, .resource-slider .resourcesVideoControls__muteButton {
  margin: 5px;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 24px;
  color: white;
  line-height: 40px;
  padding: 0;
  background: transparent; }
