 /**
 *
 * Saint James School - default-2
 * @link http://stjames.finalsite.com
 * Built By: Stefan Bobrowski
 * Project Manager: Michael Hartzler
 * Designer: Freddie Pierce
 *
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

@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.875em;
  margin-left: 1.875em;
}

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default/fonts//icomoon.eot");
  src: url("/uploaded/themes/default/fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts//icomoon.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-size: 2.125em;
  line-height: 1.1176470588em;
  font-weight: 700;
  color: #8b1d40;
  margin-bottom: 0.4705882353em;
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.1666666667em;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.6666666667em;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.375em;
  line-height: 1.1818181818em;
  font-weight: 500;
  color: #962249;
  text-transform: uppercase;
  margin-bottom: 0.4545454545em;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 0.9166666667em;
  font-weight: 500;
  font-family: "mrs-eaves", serif;
  color: #8b1d40;
  margin-bottom: 0.4166666667em;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.375em;
  line-height: 0.8636363636em;
  font-weight: 700;
  color: #333333;
  font-family: "mrs-eaves", serif;
  margin-bottom: 0.4545454545em;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1em;
  font-weight: 700;
  color: #333333;
  font-family: "mrs-eaves", serif;
  margin-bottom: 0.5555555556em;
}

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

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

table.styled {
  margin-bottom: 1.875em;
  width: 100%;
}
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th {
  padding: 10px 25px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  background: #962249;
  color: #fff;
}
table.styled td {
  padding: 10px 25px;
  background: #fff;
}
table.styled tr:nth-of-type(odd) td {
  background-color: #EBEBED;
}

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

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

/*! content - buttons v0.0.1 */
.button {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 30px;
  background: #962249;
  color: #fff;
  outline: 0;
}
.button:hover {
  background: #811d3f;
  color: #fff;
}
.button em {
  display: block;
  font-style: normal;
}

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 30px;
  background: #962249;
  color: #fff;
  outline: 0;
}
.color-button:hover {
  background: #811d3f;
  color: #fff;
}
.color-button em {
  display: block;
  font-style: normal;
}

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 30px;
  background: #962249;
  color: #272223;
  outline: 0;
  border: 0.2em solid #272223;
}
.hollow-button:hover {
  background: #811d3f;
  color: #272223;
}
.hollow-button em {
  display: block;
  font-style: normal;
}

/*! content - forms v0.0.1 */
textarea,
input,
select {
  padding: 0.9375em;
  border: 2px solid lightgray !important;
}

textarea {
  width: 100%;
  max-width: 380px;
}

input[type=text] {
  height: 18px !important;
}

::-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);
}

iframe {
  color: green;
}

#iFrameResizer0 {
  color: blue;
}

/*! content - style manager v0.0.1 */
.lead-in {
  font-size: 1.25em;
  line-height: 1.2em;
}

blockquote {
  position: relative;
  margin: 30px 30px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.2em;
  color: #8b1d40;
}
blockquote:before {
  height: 13px;
  width: 13px;
  position: absolute;
  right: 102%;
  top: 0;
  content: '';
  font-size: 30px;
  background-image: url("../images/quote-left.png");
}
blockquote:after {
  height: 13px;
  width: 13px;
  position: absolute;
  left: 101%;
  top: 0;
  content: '';
  font-size: 30px;
  background-image: url("../images/quote-right.png");
}

cite {
  display: block;
  margin: 30px 26px;
  font-size: 14px;
  font-style: normal;
  color: #333333;
}
cite:before {
  content: '- ';
}

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

/*--- Custom Element Styles ---*/
/* Callout Button */
.callout-button {
  margin: 10px 10px 10px 0;
  display: inline-block;
  background-color: green;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff !important;
}

body.fsComposeMode .callout-button a {
  color: black !important;
}

.cb-red {
  background-color: #962249;
}
.cb-red:hover {
  background-color: #c02b5d;
}

.cb-blue {
  background-color: #025F78;
}
.cb-blue:hover {
  background-color: #0387aa;
}

.cb-green {
  background-color: #BFC64E;
}
.cb-green:hover {
  background-color: #cdd455;
  background-color: #cdd275;
}

.cb-orange {
  background-color: #BA7047;
}
.cb-orange:hover {
  background-color: #c88d6c;
}

/* Large Callout with optional text */
body:not(.fsComposeMode) .large-cb {
  width: 100%;
  max-width: 280px;
  padding: 20px 10px;
  text-align: center;
}
body:not(.fsComposeMode) .large-cb.updated {
  position: relative;
  display: block;
}
body:not(.fsComposeMode) .large-cb.updated header {
  font-size: 1.5em;
  line-height: 1.16667em;
  font-weight: 700;
}
body:not(.fsComposeMode) .large-cb.updated a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: transparent;
}
body:not(.fsComposeMode) .large-cb.updated a:hover {
  background: transparent;
}
body:not(.fsComposeMode) h2 {
  margin: 0;
  color: #fff;
}

/* Social Media (Left Banner) */
.left-social {
  list-style-type: none;
  padding-left: 0;
}
.left-social li {
  max-width: 275px;
  margin-bottom: 10px;
  word-wrap: nowrap;
}
.left-social li a {
  display: block;
  height: 61px;
  padding: 5px;
  border-radius: 30px;
  color: #fff;
  background-color: lightblue;
}
.left-social li a img {
  float: left;
  vertical-align: middle;
  margin-right: 15px;
}
.left-social li a p {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.left-social li:first-of-type a {
  background-color: #466299;
}
.left-social li:nth-of-type(2) a {
  background-color: #29abdc;
}
.left-social li:nth-of-type(3) a {
  background-color: #d1372b;
}

/* Content Callout */
.content-callout {
  max-width: 275px;
  margin: 20px 0;
  padding: 15px;
}
.content-callout h2 {
  font-size: 26px;
  font-weight: 500;
}

.cc-red {
  background-color: #962249;
}
.cc-red h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.cc-red p {
  color: #fff;
}

.cc-gray {
  background-color: #CBD0D4;
}
.cc-gray h2 {
  color: #4E4E4E;
  border-bottom: 1px solid #4E4E4E;
  padding-bottom: 5px;
}
.cc-gray p {
  color: #4E4E4E;
}

/* Faculty Directory */
.directory-heading {
  font-size: 34px;
  font-weight: 400;
}

/*.department-title {
  float: right;
  margin-top: -40px;
  margin-right: 10px;
  font-size: 20px;

  &:hover {
    cursor: pointer;
  }

  &:after {
    margin-left: 7px;
    content: '\25BC';
    font-size: 9px;
  }
}

.current-department {
  color: $m1 !important;
}

.department-list {
  width: 280px;
  margin-top: -10px;
  padding: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  overflow: hidden;
  max-height: 0;
  background-color: $s1;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;

  li {
    padding: 0 0 0 0px;

    &:first-of-type {
      margin-top: 15px;
    }

    &:last-of-type {
      margin-bottom: 15px;
    }

    &:hover {
      background-color: $m3;
    }

    a {
      display: block;
      font-size: 14px;
      color: $m2;
      line-height: 35px;
      padding-left: 20px;

      &:hover {
        color: #fff;
      }
    }
  }
}

.dep-drop {
  max-height: 500px;
}*/
.bio-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.bio-link:hover:before {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  content: 'View Bio';
  text-align: center;
  padding-top: 45%;
  font-size: 20px;
  color: #fff;
  background-color: rgba(2, 95, 120, 0.5);
}

/* Circle Images */
.circle-image-container .fsElementContent {
  white-space: nowrap;
}
.circle-image-container .fsElementContent .fsContent {
  display: inline-block;
  width: 33%;
  font-size: 0;
}

.circle-image {
  position: relative;
  max-width: 260px;
  max-height: 260px;
  border-radius: 50%;
  overflow: hidden;
}
.circle-image .caption-overlay {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 260px;
  padding: 10px 10%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0, 1, 1, 1);
}
.circle-image .caption-overlay h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.circle-image .caption-overlay p {
  max-width: 260px;
  margin: 0;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  white-space: normal;
}
.circle-image .caption-overlay:first-of-type {
  height: auto;
  bottom: 0;
}
.circle-image .caption-overlay:nth-of-type(2) {
  height: 100%;
  max-height: 260px;
  bottom: -100%;
}
.circle-image .caption-overlay:nth-of-type(2) p {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.circle-image:hover .caption-overlay:first-of-type {
  bottom: 100%;
}
.circle-image:hover .caption-overlay:nth-of-type(2) {
  bottom: 0;
}

@media (max-width: 1000px) {
  .circle-image-container .circle-image .caption-overlay p {
    line-height: 17px;
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .circle-image-container .fsElementContent .fsContent {
    display: block;
    width: 100%;
  }

  .circle-image {
    margin: 15px auto;
  }
  .circle-image .caption-overlay p {
    line-height: 21px !important;
    font-size: 14px !important;
  }
}
/*! structure - header v0.0.1 */
.utility-bar-container {
  position: relative;
  z-index: 5;
  height: 55px;
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
  background-color: #333333;
}
.utility-bar-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: -700px;
  height: 55px;
  width: 700px;
  background-color: #333333;
}
.utility-bar-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: -700px;
  height: 55px;
  width: 700px;
  background-color: #333333;
}
.utility-bar-container .utility-bar {
  position: relative;
  float: right;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style-type: none;
}
.utility-bar-container .utility-bar li {
  height: 24px;
  display: inline-block;
  margin: 0 10px;
}
.utility-bar-container .utility-bar li a {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
.utility-bar-container .utility-bar li a:hover {
  color: #FFF14C;
}
.utility-bar-container .utility-bar li a img {
  vertical-align: -6px;
  margin-right: 10px;
}
.utility-bar-container .utility-bar li:nth-of-type(4) a {
  color: #FFF14C;
}

#fsHeader {
  position: relative;
  z-index: 5;
  background-color: #962249;
  padding: 0;
}
#fsHeader > .fsBanner .fsElement .fsElementContent {
  background-color: #333333;
}

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 75.9375em;
  max-width: 75.9375rem;
  padding: 30px 0;
  overflow: hidden;
  white-space: nowrap;
}
.site-info-container a {
  display: block;
  padding: 30px 0;
  color: transparent;
  background: url("../images/build-logo.png") no-repeat 0 50%;
}
.site-info-container a:hover {
  color: transparent;
}

.top-image-container {
  position: relative;
}
.top-image-container .top-image {
  width: 100%;
  margin-bottom: -5px;
}
.top-image-container h1 {
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0;
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
  font-family: "futura-pt", sans-serif;
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.top-images {
  width: 100%;
  margin-bottom: -5px;
}
.top-images img {
  display: inline-block;
  width: 33.33%;
}

/* Header Media Queries */
@media (max-width: 1270px) {
  .utility-bar {
    margin-right: 15px;
  }
}
@media (max-width: 1250px) {
  .utility-bar {
    margin-right: 25px;
  }
}
@media (max-width: 1240px) {
  .utility-bar {
    margin-right: 30px;
  }

  .top-image-container h1 {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .top-image-container {
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .top-image-container .top-image {
    visibility: hidden;
  }
}
@media (max-width: 800px) {
  .utility-bar-container li:nth-child(2) {
    display: none !important;
  }
  .utility-bar-container li:nth-child(3) {
    display: none !important;
  }

  .top-image-container {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .utility-bar-container {
    display: none;
  }
}
/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 0;
  text-align: center;
  color: #fff;
  background-color: #962249;
}

.footer-callout-container {
  height: 90px;
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
}
.footer-callout-container .footer-callout {
  display: inline-block;
  height: 90px;
  width: 33.33%;
  padding: 25px 30px;
  text-transform: uppercase;
}
.footer-callout-container .footer-callout:first-of-type {
  background-color: #025F78;
}
.footer-callout-container .footer-callout:first-of-type:hover {
  background-color: #0387aa;
}
.footer-callout-container .footer-callout:nth-of-type(2) {
  background-color: #BFC64E;
}
.footer-callout-container .footer-callout:nth-of-type(2):hover {
  background-color: #cdd275;
}
.footer-callout-container .footer-callout:last-of-type {
  background-color: #BA7047;
}
.footer-callout-container .footer-callout:last-of-type:hover {
  background-color: #c88d6c;
}
.footer-callout-container .footer-callout h4 {
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.footer-callout-container .footer-callout p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.footer-main-container {
  background-color: #363636;
}

.footer-main {
  max-width: 1215px;
  margin: 0 auto;
  padding: 45px 0;
  overflow: auto;
  background-color: #363636;
}
.footer-main > a img {
  float: left;
  height: 85px;
  width: 85px;
  margin: 0 15px 40px 0px;
}
.footer-main h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fefefe;
}
.footer-main .footer-left {
  float: left;
  margin-right: 130px;
}
.footer-main .footer-left h2 {
  margin-bottom: 25px;
}
.footer-main .footer-left p {
  margin: 0;
  text-align: left;
  color: #fff !important;
}
.footer-main .footer-left p a {
  color: #fff;
  text-decoration: none;
}
.footer-main .footer-ql {
  float: left;
  margin: 0;
}
.footer-main .footer-ql h2 {
  margin-bottom: 25px;
  text-align: left;
}
.footer-main .footer-ql ul {
  padding: 0;
  list-style-type: none;
  -moz-column-count: 2;
  -moz-column-gap: 100px;
  -webkit-column-count: 2;
  -webkit-column-gap: 100px;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.footer-main .footer-ql ul li {
  text-align: left;
  margin-bottom: 15px;
}
.footer-main .footer-ql ul li a {
  color: #fefefe;
}
.footer-main .footer-ql ul li a:hover {
  color: #ab2753;
}
.footer-main .footer-social {
  float: right;
}
.footer-main .footer-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-main .footer-social ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer-main .footer-social ul li a {
  display: block;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  color: #fefefe;
  background-color: #7c88a1;
}
.footer-main .footer-social ul li:first-of-type a:hover {
  background-color: #4e71a4;
}
.footer-main .footer-social ul li:nth-of-type(2) a:hover {
  background-color: #03bbed;
}
.footer-main .footer-social ul li:nth-of-type(3) a:hover {
  background-color: #b31217;
}
.footer-main .footer-social ul li:nth-of-type(4) {
  margin-right: 0;
}
.footer-main .footer-social ul li:nth-of-type(4) a:hover {
  background-color: #444444;
}
.footer-main .footer-social #fsPoweredByFinalsite {
  float: right;
  width: 133px;
  padding: 0;
  margin: 20px 0 0 0;
}

@media (max-width: 1250px) {
  .footer-main {
    margin: 0 30px;
  }
  .footer-main .footer-social #fsPoweredByFinalsite {
    float: left;
  }
}
@media (max-width: 1100px) {
  .footer-ql ul {
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
}
@media (max-width: 1000px) {
  .footer-main .footer-left {
    margin-right: 80px;
  }
}
@media (max-width: 900px) {
  .footer-main .footer-left {
    margin-right: 125px;
  }
  .footer-main .footer-social {
    float: left;
    clear: left;
    margin-top: -85px;
  }
}
@media (max-width: 850px) {
  .footer-callout-container .footer-callout {
    width: 50%;
  }
  .footer-callout-container .footer-callout:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 600px) {
  .footer-callout-container {
    height: auto;
  }
  .footer-callout-container .footer-callout {
    width: 100%;
  }
  .footer-callout-container .footer-callout:nth-of-type(3) {
    display: block;
  }

  .footer-main > a img {
    float: none;
  }
  .footer-main .footer-left {
    float: none;
    margin: 0 auto;
  }
  .footer-main .footer-left p {
    text-align: center;
  }
  .footer-main .footer-ql {
    float: none;
    margin: 50px 0;
  }
  .footer-main .footer-ql h2 {
    text-align: center;
  }
  .footer-main .footer-ql ul li {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-main .footer-social {
    float: none;
    margin-top: 0;
  }
  .footer-main .footer-social #fsPoweredByFinalsite {
    float: none;
    margin: 35px auto 0 auto;
  }
}
.school-details {
  margin-bottom: 30px;
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 0.9166666667em;
  font-weight: 500;
  font-family: "mrs-eaves", serif;
  color: #8b1d40;
  margin-bottom: 0.4166666667em;
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
.school-details [itemprop='telephone'] {
  display: inline-block;
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details a {
  color: inherit;
}

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

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

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

body {
  font-size: 1em;
  line-height: 1.25;
  font-weight: 500;
  color: #4e4e4e;
}

#fsPageWrapper {
  overflow: hidden;
}

#fsPageBodyWrapper {
  padding-right: 1.875em;
  padding-left: 1.875em;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  min-height: 70vh;
}

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

#fsBannerLeft {
  float: none;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 800px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerLeft {
    padding-right: 35px;
    width: 26%;
  }
}
#fsBannerLeft .fsElement {
  margin-bottom: 50px;
}

#fsPageContent {
  float: none;
  margin-bottom: 30px;
  width: 100% !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left;
  }
}
#fsPageContent .fsPageTitle {
  font-weight: 500;
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 76% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 74% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 50% !important;
  }
}

#fsBannerRight {
  float: none;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 35px;
    width: 24%;
  }
}

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

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

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

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

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

/**
 * VH and VW units can cause issues on iOS devices: http://caniuse.com/#feat=viewport-units
 * 
 * To overcome this, create media queries that target the width, height, and orientation of iOS devices. 
 * It isn't optimal, but there is really no other way to solve the problem. In this example, I am fixing 
 * the height of element `.foo` —which is a full width and height cover image.
 *
 * iOS Resolution Quick Reference: http://www.iosres.com/
 */
/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #fsPageBodyWrapper {
    min-height: 600px;
  }
}
/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #fsPageBodyWrapper {
    min-height: 350px;
  }
}
/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media screen and (device-aspect-ratio: 40 / 71) {
  #fsPageBodyWrapper {
    min-height: 300px;
  }
}
#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 75.9375em;
  max-width: 75.9375rem;
  padding-right: 1.875em;
  padding-left: 1.875em;
}

.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;
}
.nav-main .fsNavLevel1 {
  height: 65px;
  white-space: nowrap;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 75.9375em;
    max-width: 75.9375rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}
.nav-main .fsNavLevel1 .main-logo-1 {
  position: relative;
  margin: 0;
  z-index: 5;
  max-height: 105px;
  max-width: 105px;
}
.nav-main .fsNavLevel1 .main-logo-1 a {
  height: auto;
  max-height: 105px;
  max-width: 105px;
  line-height: 0;
}
.nav-main .fsNavLevel1 .main-logo-1 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #962249;
  height: 100%;
  width: 100%;
  background-color: #962249;
  z-index: -1;
}
.nav-main .fsNavLevel1 .main-logo-2 {
  margin: 0 0 0 10px;
}
.nav-main .fsNavLevel1 .main-logo-2 a {
  height: auto;
  line-height: 0px;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #fff14c;
}
.nav-main .fsNavLevel1 > li {
  vertical-align: top;
  /* For IE 9 */
  position: relative;
  margin: 0 10px -10px 10px;
  z-index: 1000;
}
.nav-main .fsNavLevel1 > li:last-of-type {
  margin-right: -10px;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
}
.nav-main .fsNavLevel1 > li > a {
  height: 75px;
  line-height: 65px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  color: #fff;
}
.nav-main .fsNavLevel1 > li > a:hover {
  color: #FFF14C;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #FFF14C;
}

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 98%;
  z-index: 300;
  display: none;
  width: 13.75em;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
  text-align: left;
  width: auto !important;
  padding: 40px 50px;
  top: 60px !important;
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.nav-main .fsNavPageInfo:after {
  content: '';
  position: absolute;
  top: -18px;
  left: 65px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #fff;
}
.nav-main .fsNavLevel1 > li .fsNavPageInfo {
  left: auto;
  right: -40px;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li .fsNavPageInfo:after {
  left: auto;
}
.nav-main .fsNavLevel1 > li:nth-child(3) .fsNavPageInfo {
  right: auto !important;
  left: -40px !important;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:nth-child(3) .fsNavPageInfo:after {
  right: auto;
  left: 55px;
}
.nav-main .fsNavLevel1 > li:nth-child(4) .fsNavPageInfo {
  right: auto !important;
  left: -40px !important;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:nth-child(4) .fsNavPageInfo:after {
  right: auto;
  left: 70px;
}
.nav-main .fsNavLevel1 > li:nth-child(5) .fsNavPageInfo {
  right: -35px;
}
.nav-main .fsNavLevel1 > li:nth-child(5) .fsNavPageInfo:after {
  right: 63px;
}
.nav-main .fsNavLevel1 > li:nth-child(6) .fsNavPageInfo:after {
  right: 45px;
}
.nav-main .fsNavLevel1 > li:nth-child(7) .fsNavPageInfo {
  right: -35px;
}
.nav-main .fsNavLevel1 > li:nth-child(7) .fsNavPageInfo:after {
  right: 55px;
}
.nav-main .fsNavLevel1 > li:nth-child(8) .fsNavPageInfo:after {
  right: 70px;
}
.nav-main .fsNavLevel1 > li:nth-child(9) .fsNavPageInfo:after {
  right: 55px;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo:after {
  left: auto;
  right: 20px;
}
@media (min-width: 900px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavLevel2 .sub-list {
  display: inline-block;
  vertical-align: top;
}
.nav-main .fsNavLevel2 .sub-list li {
  border-bottom: 1px dashed rgba(128, 128, 128, 0.5);
}
.nav-main .fsNavLevel2 .sub-list:first-of-type {
  margin-right: 30px;
}
.nav-main .fsNavLevel2 .fsNavCurrentPage a {
  color: #962249;
}
.nav-main .fsNavLevel2 a {
  padding: 10px 10px 10px 0;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.nav-main .fsNavLevel2 a:hover {
  color: #025F78;
}

/* Left Banner Navigation */
#fsBannerLeft .fsNavigation {
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 10px 0;
  border-left: 3px solid #272223;
}
#fsBannerLeft .fsNavigation .secondary-nav {
  display: none;
}
#fsBannerLeft .fsNavigation .fsNavLevel1 {
  list-style-type: none;
  margin: 0;
}
#fsBannerLeft .fsNavigation .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #962249;
  font-weight: 600;
}
#fsBannerLeft .fsNavigation .fsNavLevel1 li {
  margin: 20px 0;
}
#fsBannerLeft .fsNavigation .fsNavLevel1 li a {
  color: #4C4C4C;
}
#fsBannerLeft .fsNavigation .fsNavLevel1 li a:hover {
  color: #025F78;
  font-weight: 600;
}
#fsBannerLeft .fsNavigation .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 > .fsNavCurrentPage > a {
  color: #962249;
  font-weight: 600;
}
#fsBannerLeft .fsNavigation .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li .fsNavLevel3 .fsNavCurrentPage a {
  color: #962249;
  font-weight: 600;
}

/* Toggle Class for secondary nav on mobile */
.open-nav {
  max-height: 800px !important;
}

.arrow-change:after {
  background-image: url("../images/arrow-down.png") !important;
}

/* Main nav media queries */
@media (max-width: 1270px) {
  .nav-main {
    margin: 0 30px;
  }
  .nav-main .fsNavLevel1 .main-logo-1 {
    margin-right: 10px;
  }
  .nav-main .fsNavLevel1 .main-logo-2 {
    margin-right: 10px;
  }
  .nav-main .fsNavLevel1 > li:last-of-type {
    margin-right: -5px;
  }
}
@media (max-width: 1200px) {
  .nav-main .fsNavLevel1 > li:last-of-type {
    margin-right: 0px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(3) .fsNavPageInfo:after {
    left: 45px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(4) .fsNavPageInfo:after {
    left: 60px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(5) .fsNavPageInfo:after {
    right: 53px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(6) .fsNavPageInfo:after {
    right: 35px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(7) .fsNavPageInfo:after {
    right: 45px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(8) .fsNavPageInfo:after {
    right: 60px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(9) .fsNavPageInfo:after {
    right: 45px;
  }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: -10px;
  }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo:after {
    right: 8px;
  }
}
@media (max-width: 1100px) {
  .nav-main .fsNavLevel1 > li:last-of-type {
    margin-right: 5px;
  }
}
@media (max-width: 1045px) {
  .nav-main .fsNavLevel1 > li:last-of-type {
    margin-right: 10px;
  }
}
@media (max-width: 1000px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 13px;
  }
  .nav-main .fsNavLevel1 .main-logo-1 a:after {
    box-shadow: 0 0 0 7.5px #962249 !important;
  }
  .nav-main .fsNavLevel1 > li:nth-child(5) .fsNavPageInfo:after {
    right: 40px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(6) .fsNavPageInfo:after {
    right: 30px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(7) .fsNavPageInfo:after {
    right: 35px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(8) .fsNavPageInfo:after {
    right: 50px;
  }
  .nav-main .fsNavLevel1 > li:nth-child(9) .fsNavPageInfo:after {
    right: 35px;
  }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo:after {
    right: 5px;
  }
}
@media (max-width: 899px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  /* Left Banner Nav turns into secondary menu */
  #fsBannerLeft {
    margin-bottom: 0;
  }
  #fsBannerLeft .fsNavigation {
    border-left: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #fsBannerLeft .fsNavigation .secondary-nav {
    display: block;
    position: relative;
    border-bottom: 1px solid #CBD0D4;
  }
  #fsBannerLeft .fsNavigation .secondary-nav:hover {
    cursor: pointer;
  }
  #fsBannerLeft .fsNavigation .secondary-nav h4 {
    font-size: 30px;
  }
  #fsBannerLeft .fsNavigation .secondary-nav:after {
    content: '';
    height: 18px;
    width: 18px;
    position: absolute;
    top: 11px;
    right: 5px;
    background-image: url("../images/arrow-right.png");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  #fsBannerLeft .fsNavigation .fsNavLevel1 {
    padding-left: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 500ms ease;
  }
  #fsBannerLeft .fsNavigation .fsNavLevel1 > li {
    border-bottom: 1px solid #EBEBED;
  }
  #fsBannerLeft .fsNavigation .fsNavLevel1 > li:last-of-type {
    border-bottom: none;
  }
  #fsBannerLeft .fsNavigation .fsNavLevel1 > .fsNavParentPage {
    padding-bottom: 0;
  }
  #fsBannerLeft .fsNavigation .fsNavLevel1 li {
    margin: 0;
    padding: 20px 0;
  }
  #fsBannerLeft .fsNavigation .fsNavLevel1 li a {
    font-size: 24px;
  }
  #fsBannerLeft .fsNavigation .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li {
    padding: 15px 0;
  }
}
/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  z-index: 5;
  height: 65px;
  background-color: #962249;
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}
.drawer-ribbon .ribbon-logo {
  position: relative;
  height: 65px;
  list-style-type: none;
  z-index: 600;
}
.drawer-ribbon .ribbon-logo li {
  display: inline-block;
}
.drawer-ribbon .ribbon-logo .main-logo-1 {
  position: relative;
  margin: -22px 0 0 0;
  z-index: 5;
  max-height: 105px;
  max-width: 105px;
}
.drawer-ribbon .ribbon-logo .main-logo-1 a {
  height: auto;
  max-height: 105px;
  max-width: 105px;
  line-height: 0;
}
.drawer-ribbon .ribbon-logo .main-logo-1 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #962249;
  height: 100%;
  width: 100%;
  background-color: #962249;
  z-index: -1;
}
.drawer-ribbon .ribbon-logo .main-logo-2 {
  margin: 0 0 0 20px;
  vertical-align: 33px;
}
.drawer-ribbon .ribbon-logo .main-logo-2 a {
  height: auto;
  line-height: 16px;
}

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 75px;
  left: auto;
  right: 24px;
  z-index: 700;
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 15%;
  height: 3px;
  width: 25%;
  content: '';
  background: #fff;
}
.drawer-trigger:before {
  margin-top: -0.35em;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: margin-top .3s, transform .3s;
}
.drawer-trigger span {
  margin-left: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.drawer-trigger:after {
  box-shadow: 0 0.375em 0 0 #fff;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: box-shadow .3s, transform .3s;
}
.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-is-active .drawer-trigger:after {
  box-shadow: none;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 120px;
  min-height: 100%;
  max-width: 320px;
  background: #fff;
  border-left: 2px solid #EBEBED;
  border-bottom: 2px solid #EBEBED;
  left: auto;
  right: 0;
  z-index: 900;
}
.drawer-is-active .drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.drawer .nav-main {
  margin: 30px 0 0 0;
}
.drawer .nav-main .fsNavLevel1 {
  height: auto;
}
.drawer .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #962249;
}
.drawer .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #962249;
}
.drawer .nav-main .fsNavLevel1 > li {
  margin: 0 0 0 30px;
}
.drawer .nav-main .fsNavLevel1 > li > a {
  display: inline-block;
  height: auto;
  line-height: initial;
  color: #272223;
}
.drawer .nav-main .fsNavLevel1 > li > a:hover {
  color: #962249;
}
.drawer .nav-main .fsNavLevel1 > li span {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 3.3px;
  right: 6px;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
}
.drawer .nav-main .fsNavLevel1 > li span:hover {
  cursor: pointer;
}
.drawer .nav-main .fsNavLevel1 > li .fsNavPageInfo {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  top: 0 !important;
  left: 0px !important;
  right: auto !important;
  box-shadow: none;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.drawer .nav-main .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 {
  margin-left: 25px;
}
.drawer .nav-main .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 .sub-list {
  display: block;
}
.drawer .nav-main .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 .sub-list li {
  border-bottom: 1px solid #EBEBED;
}
.drawer .nav-main .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 .sub-list li:last-child {
  border-bottom: none;
}
.drawer .nav-main .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 .sub-list li a {
  display: inline-block;
  padding: 10px;
}
.drawer .nav-main .fsNavLevel1 > li .fsNavPageInfo:after {
  display: none;
}
.drawer .utility-bar {
  list-style-type: none;
  margin: 0;
  padding: 10px 10px 10px 30px;
  background-color: #504c4a;
}
.drawer .utility-bar li {
  margin: 20px 0;
}
.drawer .utility-bar li:nth-of-type(4) a {
  color: #FFF14C;
}
.drawer .utility-bar li a {
  text-transform: uppercase;
  color: #fff;
}
.drawer .utility-bar li a:hover {
  color: #FFF14C;
}
.drawer .utility-bar li a img {
  vertical-align: -6px;
  margin-right: 10px;
}
.drawer .utility-bar .search-bar .site-search {
  position: relative;
}
.drawer .utility-bar .search-bar .site-search td.gsc-input {
  margin-left: 33px !important;
}
.drawer .utility-bar .search-bar .site-search td.gsc-search-button {
  right: auto;
  left: 0;
}

.drop-nav {
  max-height: 500px !important;
  transition: max-height 0.25s ease-in;
}

@media (max-width: 600px) {
  .drawer-trigger {
    right: 10px;
    max-width: 30px;
  }
  .drawer-trigger:before, .drawer-trigger:after {
    width: 75%;
    left: 50%;
  }
  .drawer-trigger span {
    display: none;
  }
}
@media (max-width: 600px) {
  .drawer-ribbon .ribbon-logo .main-logo-1 {
    display: none;
  }
  .drawer-ribbon .ribbon-logo .main-logo-2 {
    margin: 3px 0 0 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .drawer {
    top: 65px;
  }
}
@media (max-width: 400px) {
  .drawer-ribbon .ribbon-logo .main-logo-2 {
    width: 270px;
  }
}
@media (max-width: 350px) {
  .drawer-ribbon .ribbon-logo .main-logo-2 {
    width: 240px;
  }
}
@media (max-width: 320px) {
  .drawer-ribbon .ribbon-logo .main-logo-2 {
    width: 210px;
  }
}
/*! navigation - sub v0.0.1 */
.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 > .fsElementContent {
    display: none;
  }
}
.active-nav > .fsElementContent {
  display: block;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 0.9375em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-sub .fsNavCurrentPage > a,
.nav-sub .fsNavCurrentPageAncestor > a {
  color: #962249;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 0.9375em 1.875em;
}

.section-title {
  position: relative;
  padding: 1.875em 0;
  cursor: pointer;
}
@media (max-width: 599px) {
  .section-title:before {
    position: absolute;
    top: 50%;
    right: 1.875em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.1875em;
    width: 0.1875em;
    content: '';
    background: #333333;
    border-radius: 100%;
    box-shadow: 0 -0.46875em 0 0 #333333, 0 0.46875em 0 0 #333333;
    transition: box-shadow .3s, transform .3s;
  }
}
@media (max-width: 599px) {
  .active-nav .section-title:before {
    box-shadow: -0.46875em 0 0 0 #333333, 0.46875em 0 0 0 #333333;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

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

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

/*! elements - accordion */
.fsAccordion {
  margin-bottom: 30px;
}
.fsAccordion .fsPanel > header {
  cursor: pointer;
  background: #EBEBED;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.1666666667em;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.6666666667em;
  margin-bottom: 2px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 25px;
  color: #333333;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover {
  background: #CBD0D4;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2 {
  color: #333333;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header {
  background: #962249;
}
.fsAccordion .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before {
  content: "-";
}

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  color: #962249;
  font-size: 26px;
  content: "-";
  color: #fff !important;
}

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  color: #962249;
  font-size: 26px;
  content: "+";
}

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

.fsAccordion.fsPanelIconAfter .fsPanel > header h2:before {
  display: none;
}
.fsAccordion.fsPanelIconAfter .fsPanel > header h2:after {
  margin: 0 0 0 30px;
  float: right;
}

/*! Modules - Athletics v0.0.3 */
#fsAthleticsEventElementDialog a {
  color: #962249;
}
#fsAthleticsEventElementDialog a:hover {
  color: #272223;
}

select.fsAthleticsTeamDirectory {
  max-width: 100%;
}

.fsAthleticsTeamDirectory {
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 0;
}
.fsAthleticsTeamDirectory ul,
.fsAthleticsTeamDirectory ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fsAthleticsTeamDirectory a {
  display: block;
}
.fsAthleticsTeamDirectory li {
  padding: 10px 0;
}
.fsAthleticsTeamDirectory a {
  display: inline-block;
}

.fsAthleticsTeamIcon, .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsTeamIcon img, .fsElementEventIcon img {
  margin: 0 !important;
}

.fsAthleticsEvent article {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsTitle {
  display: inline-block;
}
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px;
}

.fsAthleticsRosterList ul,
.fsAthleticsRosterList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fsAthleticsRosterList a {
  display: block;
}
.fsAthleticsRosterList li {
  margin-bottom: 20px;
}
.fsAthleticsRosterList .fsRosterName {
  font-weight: bold;
}

@media (min-width: 600px) {
  .fsAthleticsEvent:not(.styled) .fsAthleticsVs, .fsAthleticsEvent:not(.styled) .fsAthleticsOpponentNames {
    display: inline-block;
  }
  .fsAthleticsEvent:not(.styled) .fsAthleticsOpponents {
    display: inline;
  }
}

.fsAthleticsEvent.styled {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.fsAthleticsEvent.styled .fsAlertsIcon, .fsAthleticsEvent.styled .fsRSSIcon {
  position: absolute;
  top: 5px;
  right: 0px;
  outline: none;
}
.fsAthleticsEvent.styled .fsRSSIcon {
  right: 20px;
}
.fsAthleticsEvent.styled .fsAlertIcon {
  margin-bottom: -3px;
  padding-right: 3px;
}
.fsAthleticsEvent.styled header {
  padding-right: 45px;
}
.fsAthleticsEvent.styled article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e1e3e3;
  zoom: 1;
}
.fsAthleticsEvent.styled article:after {
  display: table;
  clear: both;
  content: '';
}
.fsAthleticsEvent.styled article:last-child {
  border-bottom: none;
}
@media screen and (min-width: 600px) {
  .fsAthleticsEvent.styled article > div:not(.fsDateTime) {
    float: left;
    width: 25%;
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  .fsAthleticsEvent.styled article .fsAlertIcon {
    position: absolute;
    right: 0;
    margin-top: 3px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 600px) {
  .fsAthleticsEvent.styled article > div.fsTitle, .fsAthleticsEvent.styled article > div.fsAthleticsOpponents {
    width: 25%;
  }
}
@media screen and (min-width: 600px) {
  .fsAthleticsEvent.styled article .fsAthleticsAdvantage {
    text-align: center;
  }
}
.fsAthleticsEvent.styled .fsDateTime {
  padding: 5px 0;
}
.fsAthleticsEvent.styled .fsTitle {
  margin-right: 5px;
}
.fsAthleticsEvent.styled .fsAthleticsOpponents .fsAthleticsVs {
  margin-right: 3px;
}
.fsAthleticsEvent.styled .fsAthleticsOpponentNames {
  display: inline;
}

.fsAthleticsDismissal {
  display: none;
}

#fsAthleticsEventElementDialog .fsAthleticsDismissal {
  display: block;
}
#fsAthleticsEventElementDialog .fsAthleticsContainer {
  margin: 10px 0;
}

/*! elements - calendar v0.0.1 */
.fsCalendar {
  margin: 0 !important;
}
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}
.fsCalendar .fsTitle {
  color: #272223;
  padding-top: 5px;
  margin: 0;
}
.fsCalendar .fsTitle a {
  color: #272223;
  font-size: 19px;
  font-weight: 700;
}
.fsCalendar .fsTitle a:hover {
  color: #962249;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  padding-top: 14px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #CBD0D4;
  color: #fff;
}
.fsCalendar .fsDate span {
  display: block;
}
.fsCalendar .fsDate .fsMonth {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -5px;
  color: #025F78;
}
.fsCalendar .fsDate .fsDay {
  font-size: 30px;
  font-weight: 700;
  color: #025F78;
}
.fsCalendar .fsEventDetails {
  font-size: 16px;
  color: #4F4F4F;
}
.fsCalendar .fsSlideshowHorizontal .fsElementSlideshow {
  padding: 0 0 40px 100px;
}
.fsCalendar .fsSlideshowVertical .fsElementSlideshow {
  padding: 40px 0px !important;
}
.fsCalendar .fsSlideshowVertical .fsElementSlideshow article {
  padding: 0 0 40px 100px;
}
.fsCalendar .fsSlideshowVertical .fsPrevButton {
  left: 20px;
}
.fsCalendar .fsSlideshowVertical .fsNextButton {
  left: 20px;
}

.fsCalendarMonthBrowser {
  margin-bottom: 20px;
}
.fsCalendarPrevMonth {
  margin-right: 15px;
}
.fsCalendarNextMonth {
  margin-left: 15px;
}

.fsCalendarDaybox {
  border: 1px solid lightgray !important;
}

.fsCalendarLegend {
  margin-top: 20px;
}

/* Calendar Media Queries */
@media (max-width: 760px) {
  .fsSlideshowHorizontal .fsElementSlideshow {
    padding: 0 !important;
  }
  .fsSlideshowHorizontal .fsElementSlideshow article {
    padding: 85px 5px 10px 5px;
  }
  .fsSlideshowHorizontal .fsElementSlideshow .fsPager {
    margin-top: 20px;
  }
  .fsSlideshowHorizontal .fsPrevButton {
    top: 97%;
  }
  .fsSlideshowHorizontal .fsNextButton {
    top: 97%;
  }
}
@media (max-width: 400px) {
  .fsSlideshowHorizontal .fsElementSlideshow article .fsTitle .fsCalendarEventLink {
    font-size: 16px;
  }
  .fsSlideshowHorizontal .fsElementSlideshow article .fsEventDetails {
    font-size: 13px;
  }
  .fsSlideshowHorizontal .fsElementSlideshow article .fsReadMoreLink {
    font-size: 14px !important;
  }
}
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle {
  font-size: 26px;
  font-weight: 500;
  color: #962249;
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBED;
}
.fsElementTitle p {
  margin-bottom: 0;
}

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

.fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 0.9166666667em;
  font-weight: 500;
  font-family: "mrs-eaves", serif;
  color: #8b1d40;
  margin-bottom: 0.4166666667em;
}

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

.module {
  background: #962249;
}

@media (min-width: 800px) {
  .fsGrid {
    margin-right: -0.9375em;
    margin-left: -0.9375em;
  }
}
.fsGrid .fsListItems > * {
  float: none !important;
  width: 100%;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
}
@media (min-width: 800px) {
  .fsGrid .fsListItems > * {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 800px) {
  .fsGrid .fsStyleTwoColumns > * {
    width: 49.5%;
  }
}
@media (min-width: 800px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 49.5%;
  }
}
@media (min-width: 900px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 32.8333333333%;
  }
}
@media (min-width: 800px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 49.5%;
  }
}
@media (min-width: 900px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 32.8333333333%;
  }
}
@media (min-width: 1000px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 24.5%;
  }
}
@media (min-width: 800px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 49.5%;
  }
}
@media (min-width: 900px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 32.8333333333%;
  }
}
@media (min-width: 1000px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 24.5%;
  }
}
@media (min-width: 1215px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 19.5%;
  }
}

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  padding-bottom: 65px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  float: right;
  margin-top: -62px;
  padding: 0 10px;
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 215px;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.9375em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 30px;
  background: #962249;
  color: #fff;
  outline: 0;
  display: block;
  float: right;
  clear: right;
  margin: 0 10px 0 0;
  padding: 10px 20px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #811d3f;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 30px 0;
}

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

.fsProfileSection {
  margin-bottom: 1.875em;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 30px;
}

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

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

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 30px;
}
.fsDirectory .fsConstituentItem {
  padding: 30px 0;
  background-color: #f1f2f2;
}
.fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 15px;
  padding-top: 0;
}
.fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
  margin-bottom: 0;
}
.fsDirectory .fsConstituentItem .fsPhoto img {
  display: block;
  width: 100%;
}

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

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

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

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

@media (max-width: 600px) {
  .fsConstituentItem {
    width: 100% !important;
    max-width: 300px;
  }
}
/*--Forms--*/
.mainGroupSub {
  width: auto !important;
}
.mainGroupSub .formPage .elementRow .elementColumn {
  width: auto !important;
}

.fsLogin p {
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span {
  display: block;
  font-weight: inherit;
  text-transform: uppercase;
  font-size: inherit;
}
.fsLogin .fsLoginMainView input, .fsLogin .fsLoginForgotView input, .fsLogin .fsLoginNewView input {
  margin-bottom: 20px;
  border: 1px solid inherit;
  border-color: lightgray;
  border-width: 1px;
  font-size: inherit;
  padding: 2px 5px;
  height: 25px;
  display: block;
  clear: both;
}
.fsLogin .fsLoginMainView input:focus, .fsLogin .fsLoginForgotView input:focus, .fsLogin .fsLoginNewView input:focus {
  border: 1px solid inherit;
  outline: none;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button {
  font-weight: 900;
  letter-spacing: 1px;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  height: 25px;
  line-height: 1;
  display: block;
  float: left;
  margin-right: 20px;
  border: 1px solid #851e41;
  box-shadow: 0px 1px 0 #811d3f, 1px 2px 3px #8e2045;
  color: #fff;
  background: #962249;
  transition: all 150ms linear;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover {
  color: #e8c3cf;
  background: #ab2753;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(150, 34, 73, 0.2);
  text-shadow: -1px -1px 0 #6f1936;
  transition: all 250ms linear;
}
.fsLogin .fsLoginForgotPasswordLink {
  margin-top: -2px;
  line-height: 1;
}
.fsLogin .fsLoginForgotPasswordLink a {
  font-size: inherit;
}
.fsLogin .fsLoginNewAccountLink {
  line-height: 1;
}
.fsLogin .fsLoginNewAccountLink a {
  font-size: inherit;
}
.fsLogin .fsLoginNewCaptcha {
  display: block;
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewCaptcha #recaptcha_table {
  width: 100% !important;
  max-width: 318px;
}

@media (max-width: 380px) {
  .fsLoginForgotPasswordLink {
    clear: left;
  }
}
/*== Media Element ==*/
.fsMedia .fsMediaGallery .fsMediaGalleryObject {
  margin: 0 0 30px;
}
.fsMedia > .fsElementContent {
  margin-top: 30px;
}

/* News Element */
/*General News Styles*/
/*! elements - news v0.0.1 */
.fsNews {
  /*Slideshow*/
  /*Grid*/
  	/*&.fsGrid {
  		.fsAlertsIcon, .fsRSSIcon {
  		
  		}
  
  		.fsNewsGrid {
  			@include clear;
  		}
  
  		article {
  			clear: none;
  			margin-bottom: $gutter !important;
  			margin-top: 0 !important;
  			padding: 0;
  		}
  
  		.fsStyleTwoColumns {
  			article {
  				width: 49%;
  
  				&:nth-child(odd){ margin-right: 1%; }
  				&:nth-child(even){ margin-left: 1%; }
  				&:nth-child(2n+1){ clear: both; }
  			}
  		}
  		.fsStyleThreeColumns {
  			article {
  				width: 32%;
  
  				&:nth-child(3n-1){ margin: 0 2%; }
  				&:nth-child(3n+1){ clear: both; }
  			}
  		}
  		.fsStyleFourColumns {
  			article {
  				width: 23.5%;
  
  				&:nth-child(4n-2){ margin: 0 1% 0 2%; }
  				&:nth-child(4n-1){ margin: 0 2% 0 1%; }
  				&:nth-child(4n+1){ clear: both; }
  			}
  		}
  		.fsStyleFiveColumns {
  			article {
  				width: 18.4%;
  
  				&:nth-child(5n-3){ margin: 0 1% 0 2%; }
  				&:nth-child(5n-2){ margin: 0 1%; }
  				&:nth-child(5n-1){ margin: 0 2% 0 1%; }
  				&:nth-child(5n+1){ clear: both; }
  			}
  		}
  
  		.fsThumbnail {
  			display: block;
  			float: none;
  			width: 100%;
  			margin: 0 0 15px 0;
  			max-width: inherit;
  		}
  	
  	}*/
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.9375em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle {
  font-size: 22px;
  font-weight: 500;
}
.fsNews.fsSlideshow .fsElementContent {
  margin: 0;
}
.fsNews.fsSlideshow article {
  padding: 30px 0;
}
.fsNews.fsSlideshow .fsPager {
  margin-top: 20px;
}
.fsNews.fsSlideshow .fsPager span {
  color: inherit;
  opacity: 0.5;
  transition: color 100ms, opacity 100ms;
}
.fsNews.fsSlideshow .fsPager span.fsStateActive {
  color: inherit;
  opacity: 1;
}

.fsNews.fsGrid {
  /*		article {
  			clear: none;
  			margin-bottom: 30px !important;
  			margin-top: 0 !important;
  			padding: 0 10px 20px!important;
  			width: 100%;
  			border-bottom: none;
  
  			&.containsThumb {
  				// padding-left: 0!important;
  
  
  				.fsThumbnail {
  					position: relative;
  					margin: 0 10px 10px 0;
  					float: left;
  				}
  			}
  
  			.fsSummary, .fsDateTime {
  				margin-bottom: 10px;
  			}
  
  		}*/
}
@media (min-width: 800px) {
  .fsNews.fsGrid {
    /*@include margin-x(ce($gutter / 2 * -1));  */
    margin: 0;
  }
}
.fsNews.fsGrid:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.fsNews.fsGrid .fsNewsGrid {
  zoom: 1;
}
.fsNews.fsGrid .fsNewsGrid:after {
  display: table;
  clear: both;
  content: '';
}
.fsNews.fsGrid .fsStyleTwoColumns article {
  width: 49%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
  margin-right: 1%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
  margin-left: 1%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
    float: left !important;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 32%;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
    margin: 0 2%;
  }
}
.fsNews.fsGrid .fsStyleFourColumns article {
  width: 23.5%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
  margin: 0 1% 0 2%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
  margin: 0 2% 0 1%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleFiveColumns article {
  width: 18.4%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
  margin: 0 1% 0 2%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
  margin: 0 1%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
  margin: 0 2% 0 1%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
  clear: both;
}
.fsNews.fsGrid .fsThumbnail {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: inherit;
}

@media (max-width: 600px) {
  .fsNews .fsElementSlideshow {
    padding: 0 !important;
  }
  .fsNews .fsElementSlideshow article {
    padding: 15px;
  }
  .fsNews .fsPrevButton {
    top: 97%;
  }
  .fsNews .fsNextButton {
    top: 97%;
  }
}
@media (max-width: 400px) {
  .fsNews .fsElementSlideshow article {
    padding: 15px 10px;
  }
}
/*=======================*/
/* Search Variables      */
/*=======================*/
input.gsc-search-button, input.gsc-search-button:focus {
  background-color: #962249 !important;
}

input.gsc-search-button:hover {
  background-color: #811d3f !important;
}

.utility-bar {
  /*=================================================================*/
  /* Normalize Search                                                */
  /*=================================================================*/
  /*=======================*/
  /* Custom Styles         */
  /*=======================*/
  /* Different color for some fields */
}
.utility-bar .search-bar {
  vertical-align: -6px;
  margin-right: 0 !important;
}
.utility-bar form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.utility-bar form.gsc-search-box-tools table {
  border: 0;
}
.utility-bar form.gsc-search-box-tools table,
.utility-bar form.gsc-search-box-tools tbody,
.utility-bar form.gsc-search-box-tools tr,
.utility-bar form.gsc-search-box-tools td {
  display: block;
}
.utility-bar form.gsc-search-box-tools td.gsc-input {
  overflow: hidden;
  max-width: 300px !important;
  width: 150px;
  transition: max-width .5s ease;
  padding: 0 !important;
  display: block;
  border-radius: 12px;
}
.utility-bar form.gsc-search-box-tools table.gsc-search-box {
  margin-bottom: 0;
}
.utility-bar form.gsc-search-box-tools div.gsc-input-box {
  min-width: 0px;
  border: 0;
  height: 24px;
}
.utility-bar form.gsc-search-box-tools div.gsc-input-box table,
.utility-bar form.gsc-search-box-tools div.gsc-input-box tbody,
.utility-bar form.gsc-search-box-tools div.gsc-input-box tr,
.utility-bar form.gsc-search-box-tools div.gsc-input-box td {
  overflow: hidden;
  display: block;
  width: 100%;
  border: 0;
  height: 24px;
}
.utility-bar form.gsc-search-box-tools td.gsib_a {
  padding: 0;
  display: inline-block;
}
.utility-bar form.gsc-search-box-tools td.gsib_b {
  padding: 0;
  display: none !important;
}
.utility-bar form.gsc-search-box-tools input.gsc-input {
  background: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 24px !important;
  color: #272223;
  font-weight: 400;
  padding-left: 10px !important;
  padding-right: 23px !important;
  margin: 0 !important;
  border: none !important;
}
.utility-bar form.gsc-search-box-tools table.gsc-branding {
  display: none;
}
.utility-bar form.gsc-search-box-tools td.gsc-search-button {
  display: block;
  padding: 0 0 0 4px;
  overflow: hidden;
  height: 24px;
  width: auto;
  background: #962249;
  position: absolute;
  top: 0;
  right: 0;
}
.utility-bar form.gsc-search-box-tools td.gsc-search-button:after {
  content: '' !important;
  color: #272223;
  opacity: 1;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.utility-bar form.gsc-search-box-tools td.gsc-search-button:hover {
  background: #0c0a0b;
}
.utility-bar form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  height: 24px;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.utility-bar form.gsc-search-box-tools .gsc-input::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
}
.utility-bar form.gsc-search-box-tools .gsc-input:-moz-placeholder {
  color: #000;
  font-weight: 400;
}
.utility-bar form.gsc-search-box-tools .gsc-input::-moz-placeholder {
  color: #000;
  font-weight: 400;
}
.utility-bar form.gsc-search-box-tools .gsc-input:-ms-input-placeholder {
  color: #000;
  font-weight: 400;
}
.utility-bar form.gsc-search-box-tools input.gsc-input {
  margin-right: -12px;
}
.utility-bar form.gsc-search-box-tools td.gsc-search-button {
  padding: 0 0 0 4px;
  background: url("../images/button-search.png");
  background-repeat: no-repeat;
  background-position-x: 1px;
}
.utility-bar form.gsc-search-box-tools td.gsc-search-button:hover {
  background: url("../images/button-search.png");
  background-repeat: no-repeat;
  background-position-x: 1px;
}
.utility-bar form.gsc-search-box-tools td.gsc-search-button:after {
  content: 'Search';
  margin-top: 3px;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 12px;
}

/* 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: 30px;
}
.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 30px 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: 30px;
}
.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: 30px;
}
.fsTwitter .tweets li a {
  color: #272223;
}
.fsTwitter .tweets li a:hover {
  color: #962249;
}
.fsTwitter .tweets li:first-child {
  margin-top: 30px;
}
.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: #962249;
}
.fsTwitter .tweets li .header time abbr {
  text-decoration: none;
  border: 0;
}
.fsTwitter .tweets li .header time:hover {
  color: #272223;
}
.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: #962249;
}
.fsTwitter .tweets li .footer .expand b {
  display: none;
}
.fsTwitter .tweets li .footer .expand:hover {
  color: #272223;
}
.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: #962249;
}
.fsTwitter .tweets li .footer .tweet-actions li a b {
  display: none;
}
.fsTwitter .tweets li .footer .tweet-actions li a:hover {
  color: #272223;
}
.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: 30px;
}
.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: 30px;
}
.fsYoutube .fsYoutubeList .fsYoutubeThumb {
  margin: 0 30px 30px 0;
  float: left;
}
.fsYoutube .fsYoutubeList .fsYoutubeTitle {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.fsYoutube .fsYoutubeList .fsYoutubeViews {
  font-size: inherit;
  font-style: italic;
  color: inherit;
}
.fsYoutube .fsYoutubeList .fsYoutubeDesc {
  margin-top: 5px;
}

/*--Vimeo--*/
/*--Instagram--*/
/*--Flickr--*/
/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 30px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.1666666667em;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.6666666667em;
  margin-bottom: 2px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 25px;
  color: #333333;
  transition: .3s;
  background: #EBEBED;
  color: #4E4E4E;
  font-size: 16px !important;
  padding: 10px 25px !important;
}
.fsTabs .fsTabsNav li a:hover {
  background: #CBD0D4;
  color: #4E4E4E;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #962249;
  color: #fff;
}
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: #EBEBED;
  transition: .3s;
}
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.1666666667em;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.6666666667em;
  margin-bottom: 2px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 25px;
  color: #333333;
  transition: .3s;
  padding: 20px;
  color: #333333;
  transition: .3s;
}
.fsTabs .fsPanel > header h2:before {
  content: "+";
  margin-right: 15px;
}
.fsTabs .fsPanel > header:hover {
  background: #CBD0D4;
  transition: .3s;
}
.fsTabs .fsPanel > header:hover h2 {
  color: #333333;
  transition: .3s;
}
.fsTabs .fsPanel > .fsElementContent {
  display: none;
  padding: 10px 25px;
}
.fsTabs .fsPanel.fsStateOpen > header {
  background: #962249;
}
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "-";
}
.fsTabs .fsPanel.fsStateOpen > .fsElementContent {
  display: block;
}

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

/*! pages - home v0.0.1 */
.home {
  /* Content Callout /w video */
}
.home #fsPageWrapper .utility-bar-container {
  background-color: rgba(51, 51, 51, 0.9) !important;
}
.home #fsPageWrapper .utility-bar-container:before {
  background-color: rgba(51, 51, 51, 0.9) !important;
}
.home #fsPageWrapper .utility-bar-container:after {
  background-color: rgba(51, 51, 51, 0.9) !important;
}
.home .home-news header .fsElementHeaderContent a {
  float: right;
  margin-top: -55px;
  font-size: 18px;
}
.home .home-news header .fsElementHeaderContent a:hover {
  color: #962249 !important;
}
.home .home-news .fsPager {
  color: green;
}
.home .home-news .fsPager .slick-active button:before {
  color: #6c1935;
}
.home .home-events header .fsElementHeaderContent a {
  float: right;
  margin-top: -55px;
  font-size: 18px;
  color: #5f5f5f !important;
}
.home .home-events header .fsElementHeaderContent a:hover {
  color: #962249 !important;
}
.home .video-callout {
  max-width: 380px;
  padding: 15px 0 25px 0;
  background-color: #962249;
}
.home .video-callout h2 {
  margin: 0 30px 30px 30px;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}
.home .video-callout .callout-video {
  width: 100%;
}
.home .video-callout p {
  margin: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.home .video-callout .learn-button {
  display: block;
  width: 85%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  border-radius: 5px;
  background-color: #6c1935;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.home .video-callout .learn-button:hover {
  color: #037b9b;
  background-color: #791b3b;
}

.fsDraftMode .main-slideshow {
  margin-top: 100px;
}

.main-slideshow {
  position: relative;
  z-index: 0;
  margin-top: -150px;
  top: -40px;
}
.main-slideshow .slick-slider {
  posiiton: relative;
}
.main-slideshow .slick-slider .slick-dots {
  position: absolute;
  /* Optional Positioning */
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 60;
}
.main-slideshow .slick-slider .slick-dots li {
  display: inline-block;
}
.main-slideshow .slick-slider .slick-dots li.slick-active button {
  background: #fff;
  /* Active Color */
  border: none;
}
.main-slideshow .slick-slider .slick-dots li button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  color: transparent;
  height: 13px;
  width: 13px;
  padding: 0;
  margin: 0px 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  /* Inactive Color */
  transition: .3s all ease-out;
}
.main-slideshow .slick-slider .slick-list {
  margin-bottom: -20px;
}
.main-slideshow .slick-slider .slick-list .slick-track .slick-slide {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.main-slideshow .slick-slider .slick-list .slick-track .slick-slide img {
  width: 100%;
}
.main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption {
  width: auto;
  min-width: 400px;
  position: absolute;
  top: 600px;
  width: 100%;
  height: 100%;
  left: 55%;
  font-size: 40px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption h1 {
  font-family: "futura-pt", sans-serif;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption a {
  color: #fff;
  background-color: transparent;
}
.main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption .caption-link {
  color: transparent;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 9999;
  text-shadow: none;
}

/* Home Media Queries */
@media (max-width: 1200px) {
  .home .video-callout h2 {
    margin: 0 20px 30px 20px;
  }
  .home .video-callout p {
    margin: 20px;
  }
  .home .video-callout .learn-button {
    width: 88%;
  }
}
@media (max-width: 1050px) {
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide {
    height: 500px;
  }
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide img {
    visibility: hidden;
  }
}
@media (max-width: 950px) {
  .home .video-callout h2 {
    margin: 0 10px 30px 10px;
  }
  .home .video-callout p {
    margin: 10px;
  }
  .home .video-callout .learn-button {
    width: 92%;
  }
}
@media (max-width: 900px) {
  .home .fsThreeColumnLayout .fsDiv:first-of-type {
    width: 50%;
  }
  .home .fsThreeColumnLayout .fsDiv:nth-of-type(2) {
    width: 50%;
  }
  .home .fsThreeColumnLayout .fsDiv:nth-of-type(3) {
    margin-bottom: 0;
  }
  .home .video-callout {
    max-width: 100%;
    overflow: hidden;
    padding: 20px 30px 50px 30px;
  }
  .home .video-callout h2 {
    margin: 0;
  }
  .home .video-callout .callout-video {
    float: left;
    max-width: 340px;
    margin: 0;
  }
  .home .video-callout p {
    line-height: 22px;
    float: right;
    width: 325px;
    margin: 20px 0 41px 0;
  }
  .home .video-callout .learn-button {
    width: 325px;
    float: right;
  }
}
@media (max-width: 800px) {
  .home .fsThreeColumnLayout .fsDiv:first-of-type {
    width: 50%;
    float: left;
    padding-right: 1.25em;
  }
  .home .fsThreeColumnLayout .fsDiv:nth-of-type(2) {
    width: 50%;
    float: left;
    padding-left: 1.25em;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption h1 {
    font-size: 34px;
    top: 25%;
  }
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption .caption-link {
    color: transparent;
    width: 85px;
    display: block;
    height: 60px;
    margin: auto;
  }

  .home .fsThreeColumnLayout .fsDiv:first-of-type {
    width: 100%;
    float: left;
  }
  .home .fsThreeColumnLayout .fsDiv:nth-of-type(2) {
    width: 100%;
    float: left;
  }
  .home .fsThreeColumnLayout .fsDiv:nth-of-type(3) {
    width: 100%;
    margin-bottom: 0;
    float: left;
  }
  .home .video-callout {
    padding: 20px 20px 30px 20px;
  }
  .home .video-callout h2 {
    margin: 0;
    text-align: center;
    margin-left: -110px;
  }
  .home .video-callout .callout-video {
    float: none;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
  .home .video-callout p {
    float: none;
    width: 340px;
    margin: 20px auto;
  }
  .home .video-callout .learn-button {
    width: 100%;
    max-width: 340px;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .main-slideshow {
    margin-top: -30px;
  }
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide {
    height: 320px;
  }
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption {
    top: 25%;
  }
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption h1 {
    font-size: 30px;
  }
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption .caption-link {
    color: transparent;
    width: 85px;
    display: block;
    height: 60px;
    margin: auto;
  }
}
@media (max-width: 500px) {
  .main-slideshow .slick-slider .slick-dots li button {
    height: 10px;
    width: 10px;
    margin: 0 4px;
  }
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide {
    height: 260px;
  }
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption {
    top: 25%;
  }
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption h1 {
    display: none;
  }
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption .caption-link {
    color: transparent;
    width: 85px;
    display: block;
    height: 60px;
    margin: auto;
  }
}
@media (max-width: 420px) {
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide {
    height: 220px;
  }
}
@media (max-width: 375px) {
  .home .video-callout h2 {
    margin: 0 0 0 20px;
    text-align: left;
    margin-left: 0px;
  }
  .home .video-callout p {
    width: auto;
  }
}
@media (max-width: 1000px) {
  .main-slideshow .slick-slider .slick-list .slick-track .slick-slide .caption {
    visibility: hidden;
  }
}
/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 2.8125em;
  padding: 1.875em;
  background: rgba(0, 0, 0, 0.1);
  color: green;
}

.colors ol {
  zoom: 1;
  margin-bottom: 3.75em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 44.4444444444%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 22.2222222222%;
  }
}
@media (min-width: 1215px) {
  .colors ol li {
    margin-bottom: 0;
    width: 11.1111111111%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #333333;
  color: #333333;
}
.colors ol li:nth-of-type(1):after {
  content: "#333333";
}
.colors ol li:nth-of-type(2) {
  background: #962249;
  color: #962249;
}
.colors ol li:nth-of-type(2):after {
  content: "#962249";
}
.colors ol li:nth-of-type(3) {
  background: #272223;
  color: #272223;
}
.colors ol li:nth-of-type(3):after {
  content: "#272223";
}
.colors ol li:nth-of-type(4) {
  background: #025F78;
  color: #025F78;
}
.colors ol li:nth-of-type(4):after {
  content: "#025F78";
}
.colors ol li:nth-of-type(5) {
  background: #FFF14C;
  color: #FFF14C;
}
.colors ol li:nth-of-type(5):after {
  content: "#FFF14C";
}
.colors ol li:nth-of-type(6) {
  background: #BFC64E;
  color: #BFC64E;
}
.colors ol li:nth-of-type(6):after {
  content: "#BFC64E";
}
.colors ol li:nth-of-type(7) {
  background: #BA7047;
  color: #BA7047;
}
.colors ol li:nth-of-type(7):after {
  content: "#BA7047";
}
.colors ol li:nth-of-type(8) {
  background: #EBEBED;
  color: #EBEBED;
}
.colors ol li:nth-of-type(8):after {
  content: "#EBEBED";
}
.colors ol li:nth-of-type(9) {
  background: #CBD0D4;
  color: #CBD0D4;
}
.colors ol li:nth-of-type(9):after {
  content: "#CBD0D4";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 3.75em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.46875em;
  padding: 0.46875em;
}
.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: "mrs-eaves", serif;
}
.fonts ol li:nth-of-type(2):after {
  content: "mrs-eaves, serif";
}
.fonts ol li:nth-of-type(3) {
  font-family: "futura-pt", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "futura-pt, sans-serif";
}
.fonts ol li:nth-of-type(4):after {
  content: "";
}
.fonts ol li:nth-of-type(5) {
  font-family: "FontAwesome";
}
.fonts ol li:nth-of-type(5):after {
  content: "FontAwesome";
}
.fonts ol li:nth-of-type(6) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(6):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 34px / line: 38px";
}
.headers h2:after {
  content: " size: 24px / line: 28";
}
.headers h3:after {
  content: " size: 22px / line: 26px";
}
.headers h4:after {
  content: " size: 24px / line: 22px";
}
.headers h5:after {
  content: " size: 22px / line: 19px";
}
.headers h6:after {
  content: " size: 18px / line: 18px";
}

.fs_style_28:hover {
  background: #962249;
  color: white;
}

.fs_style_30:hover {
  background: #025F78;
  color: white;
}

.fs_style_31:hover {
  background: #BFC64E;
  color: white;
}

.fs_style_32:hover {
  background: #BA7047;
  color: white;
}

.posts-hover-boxes header .fsElementHeaderContent .slick-arrow {
  display: inline-block !important;
  color: transparent;
  font-size: 0;
  line-height: 40px;
  cursor: pointer;
  height: 40px;
  text-align: center;
  z-index: 300;
  text-align: center;
  background: transparent;
  border: 0;
  position: relative;
  outline: 0;
}
@media (min-width: 480px) {
  .posts-hover-boxes header .fsElementHeaderContent .slick-arrow {
    top: 4px;
  }
}
.posts-hover-boxes header .fsElementHeaderContent .slick-arrow:before {
  text-align: center;
  width: 40px;
  font-size: 20px;
  color: #962249;
  line-height: 40px;
  display: block;
}
.posts-hover-boxes header .fsElementHeaderContent .slick-arrow:hover:before {
  color: #272223;
}
.posts-hover-boxes header .fsElementHeaderContent .slick-arrow.slick-prev {
  left: 0;
}
.posts-hover-boxes header .fsElementHeaderContent .slick-arrow.slick-prev:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.posts-hover-boxes header .fsElementHeaderContent .slick-arrow.slick-next {
  right: 0;
}
.posts-hover-boxes header .fsElementHeaderContent .slick-arrow.slick-next:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.posts-hover-boxes .fsElementContent .fsListItems .slick-arrow {
  display: inline-block !important;
  color: transparent;
  font-size: 0;
  line-height: 40px;
  cursor: pointer;
  height: 40px;
  text-align: center;
  z-index: 300;
  text-align: center;
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
}
.posts-hover-boxes .fsElementContent .fsListItems .slick-arrow:before {
  text-align: center;
  width: 40px;
  font-size: 50px;
  color: #962249;
  line-height: 40px;
  display: block;
}
.posts-hover-boxes .fsElementContent .fsListItems .slick-arrow:hover:before {
  color: #272223;
}
.posts-hover-boxes .fsElementContent .fsListItems .slick-arrow.slick-prev {
  left: 0;
  margin-left: -35px;
}
.posts-hover-boxes .fsElementContent .fsListItems .slick-arrow.slick-prev:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.posts-hover-boxes .fsElementContent .fsListItems .slick-arrow.slick-next {
  right: 0;
  margin-right: -35px;
}
.posts-hover-boxes .fsElementContent .fsListItems .slick-arrow.slick-next:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.posts-hover-boxes {
  margin: 0 auto;
  max-width: 73.75rem;
}
.posts-hover-boxes header {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.posts-hover-boxes header .fsElementHeaderContent {
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
.posts-hover-boxes header .fsElementHeaderContent .view-all {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  color: #9b9b9b;
  line-height: 23px;
  height: 23px;
}
.posts-hover-boxes article {
  position: relative;
  padding: 0;
  margin: 1em;
  overflow: hidden;
}
.posts-hover-boxes article .fsThumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  transition: all 0.4s;
}
.posts-hover-boxes article .fsThumbnail img {
  visibility: hidden;
}
.posts-hover-boxes article:hover .fsThumbnail {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.posts-hover-boxes__post-title .fsTitle, .posts-hover-boxes__post-title .fsTitle a, .posts-hover-boxes__post-inner .fsTitle {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.posts-hover-boxes__post-title {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(150, 34, 73, 0.8);
  padding: 12px;
  text-align: center;
  color: white;
  opacity: 1;
}

.posts-hover-boxes__post-inner {
  transition: all 0.3s;
  background-color: rgba(150, 34, 73, 0.8);
  color: white;
  padding: 20px;
  opacity: 0;
  min-height: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.posts-hover-boxes__post-inner .fsTitle {
  position: relative;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.posts-hover-boxes__post-inner .fsTitle a {
  color: white;
}
.posts-hover-boxes__post-inner .fsTitle:after {
  padding: 0;
  margin: 0 auto;
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
}

.posts-hover-boxes article:hover .posts-hover-boxes__post-inner {
  opacity: 1;
}

.posts-hover-boxes article:hover .posts-hover-boxes__post-title {
  opacity: 0;
}

body:not(.fsComposeMode) .hoverBoxes {
  padding: 20px;
}
body:not(.fsComposeMode) .hoverBoxes .fsStyleColumn {
  padding: 0;
}

body:not(.fsComposeMode) .hoverBoxes__box {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
}
body:not(.fsComposeMode) .hoverBoxes__box .fsElementHeaderContent {
  width: 100%;
  position: absolute;
  height: 80px;
  top: calc(100% - 80px);
  transition: all 0.4s;
  transition-timing-function: ease;
  padding: 10px 20px;
  backface-visibility: hidden;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
body:not(.fsComposeMode) .hoverBoxes__box .fsElementContent {
  position: absolute;
  height: 100%;
  width: 100%;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.4s;
  transition-timing-function: ease;
  padding: 0 20px;
  backface-visibility: hidden;
  text-align: center;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
body:not(.fsComposeMode) .hoverBoxes__box:hover .fsElementHeaderContent {
  opacity: 0;
}
body:not(.fsComposeMode) .hoverBoxes__box:hover .fsElementContent {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body:not(.fsComposeMode) .hoverBoxes__box {
  background-position: center;
  background-size: cover;
}
body:not(.fsComposeMode) .hoverBoxes__box .fsElementContent,
body:not(.fsComposeMode) .hoverBoxes__box .fsElementHeaderContent {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
body:not(.fsComposeMode) .hoverBoxes__box a {
  color: white;
}

body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-red .fsElementContent,
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-red .fsElementHeaderContent {
  background: rgba(150, 34, 73, 0.8);
}
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-grey .fsElementContent,
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-grey .fsElementHeaderContent {
  background: rgba(39, 34, 35, 0.8);
}
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-blue .fsElementContent,
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-blue .fsElementHeaderContent {
  background: rgba(2, 95, 120, 0.8);
}
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-yellow .fsElementContent,
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-yellow .fsElementHeaderContent {
  background: rgba(255, 241, 76, 0.8);
}
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-green .fsElementContent,
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-green .fsElementHeaderContent {
  background: rgba(191, 198, 78, 0.8);
}
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-orange .fsElementContent,
body:not(.fsComposeMode) .hoverBoxes__box.fsElement.color-orange .fsElementHeaderContent {
  background: rgba(186, 112, 71, 0.8);
}

.horizontal-navigation {
  width: 100%;
  padding: 20px 0;
  display: none;
}
@media (min-width: 800px) {
  .horizontal-navigation {
    display: block;
  }
}
.horizontal-navigation .fsElementContent nav {
  max-width: 75.9375rem;
  margin: 0 auto;
}
.horizontal-navigation .fsElementContent nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.horizontal-navigation .fsElementContent nav ul li {
  padding: 10px 20px;
}
.horizontal-navigation .fsElementContent nav ul li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}

.horizontal-navigation {
  background: #CBD0D4;
}
.horizontal-navigation nav ul li a {
  color: #962249;
}

.horizontal-secondary-nav {
  display: none;
}

@media (max-width: 800px) {
  .horizontal-secondary-nav {
    display: block;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .horizontal-secondary-nav:hover {
    cursor: pointer;
  }
  .horizontal-secondary-nav h4 {
    font-size: 30px;
    border-bottom: 1px solid #CBD0D4;
    margin: 0;
    padding-bottom: 20px;
  }
  .horizontal-secondary-nav:after {
    content: '';
    height: 18px;
    width: 18px;
    position: absolute;
    top: 11px;
    right: 5px;
    background-image: url("../images/arrow-right.png");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .horizontal-secondary-nav .fsNavLevel1 {
    list-style-type: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    font-size: 24px;
  }
  .horizontal-secondary-nav .fsNavLevel1 > .fsNavCurrentPage > a {
    color: #962249;
    font-weight: 600;
  }
  .horizontal-secondary-nav .fsNavLevel1 li {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #EBEBED;
  }
  .horizontal-secondary-nav .fsNavLevel1 li a {
    color: #4C4C4C;
  }
  .horizontal-secondary-nav .fsNavLevel1 li a:hover {
    color: #025F78;
    font-weight: 600;
  }
  .horizontal-secondary-nav .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 > .fsNavCurrentPage > a {
    color: #962249;
    font-weight: 600;
  }
  .horizontal-secondary-nav .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li .fsNavLevel3 .fsNavCurrentPage a {
    color: #962249;
    font-weight: 600;
  }
  .horizontal-secondary-nav.active:after {
    background-image: url("../images/arrow-down.png") !important;
  }
  .horizontal-secondary-nav.active .fsNavLevel1 {
    max-height: 9999px;
  }
}
body.home .horizontal-navigation {
  display: none;
}
