@charset "UTF-8";
 /**
 *
 * The Production Build - default_15
 * @link http://berkeley.finalsite.com/
 * Site Template : newclientcustom
 * Built By: Stephen Petrus
 * Project Manager: David Lopes
 * Designer: Brittany Murray
 * ==== Git Info ====
 * Branch Name: clients/berkeley
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-408-g2815c70235
 * Last build by: Jworthington
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em; }

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em; }

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em; }

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em; }

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use: 
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1,
.alpha {
  margin-top: 0;
  color: #121314;
  font-weight: normal;
  color: #9c2742;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 11px; }

h2,
.beta {
  margin-top: 0;
  color: #121314;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 9px; }

h3,
.gamma {
  margin-top: 0;
  color: #121314;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px; }

h4,
.delta {
  margin-top: 0;
  color: #121314;
  font-weight: normal;
  color: #9c2742;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px; }

h5,
.epsilon {
  margin-top: 0;
  color: #121314;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 1px; }

h6,
.zeta {
  margin-top: 0;
  color: #121314;
  font-weight: normal;
  color: #808080;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #4b6ca6;
  font-weight: bold;
  transition: background .3s,
 color .3s; }
  a:hover {
    color: #7d1334; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em; }

table.fs_style_28 {
  margin-bottom: 20px;
  width: 100%; }
  table.fs_style_28 tr:nth-of-type(even) td {
    background-color: #ffffff; }
  table.fs_style_28 th,
  table.fs_style_28 td {
    vertical-align: top; }
  table.fs_style_28 th {
    padding: 20px;
    text-align: left;
    background: #363636;
    color: #fff; }
  table.fs_style_28 td {
    padding: 0.625em 1.25em;
    background-color: #faf6ed; }

table.fs_style_35 td,
table.fs_style_35 th {
  vertical-align: top; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! content - buttons v0.0.1 */
.fs_style_23 {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  background: #9c2742;
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer; }
  .fs_style_23:hover {
    background: #882239;
    color: #ffffff; }
  .fs_style_23.fs_style_27 {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 34px; }
    .fs_style_23.fs_style_27 em {
      display: block;
      font-size: 15px;
      line-height: normal;
      font-style: normal;
      text-transform: none;
      font-weight: 300; }

a.fs_style_27 {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  background: #9c2742;
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  padding-top: 23px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 34px; }
  a.fs_style_27:hover {
    background: #882239;
    color: #ffffff; }
  a.fs_style_27 em {
    display: block;
    font-size: 15px;
    line-height: normal;
    font-style: normal;
    text-transform: none;
    font-weight: 300; }

a.fs_style_29 {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  background: #9c2742;
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  background-color: #ed9203; }
  a.fs_style_29:hover {
    background: #882239;
    color: #ffffff; }
  a.fs_style_29.fs_style_27 {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 34px; }
    a.fs_style_29.fs_style_27 em {
      display: block;
      font-size: 15px;
      line-height: normal;
      font-style: normal;
      text-transform: none;
      font-weight: 300; }
  a.fs_style_29:hover {
    background-color: #d48203; }

a.fs_style_30 {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  background: #9c2742;
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  background-color: #566a8d; }
  a.fs_style_30:hover {
    background: #882239;
    color: #ffffff; }
  a.fs_style_30.fs_style_27 {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 34px; }
    a.fs_style_30.fs_style_27 em {
      display: block;
      font-size: 15px;
      line-height: normal;
      font-style: normal;
      text-transform: none;
      font-weight: 300; }
  a.fs_style_30:hover {
    background-color: #4c5e7d; }

a.fs_style_31 {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  background: #9c2742;
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  background-color: #121314; }
  a.fs_style_31:hover {
    background: #882239;
    color: #ffffff; }
  a.fs_style_31.fs_style_27 {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 34px; }
    a.fs_style_31.fs_style_27 em {
      display: block;
      font-size: 15px;
      line-height: normal;
      font-style: normal;
      text-transform: none;
      font-weight: 300; }
  a.fs_style_31:hover {
    background-color: #060607; }

a.fs_style_32 {
  background-color: #ffffff;
  background-color: #ffffff;
  color: #2e3641;
  margin: 0 0 10px;
  padding-top: 8px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 7px;
  min-width: 0; }
  a.fs_style_32:hover {
    background-color: #f2f2f2; }
  a.fs_style_32.fs_style_27 {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 34px; }
    a.fs_style_32.fs_style_27 em {
      display: block;
      font-size: 15px;
      line-height: normal;
      font-style: normal;
      text-transform: none;
      font-weight: 300; }
  a.fs_style_32:hover {
    color: #566a8d; }

a.fs_style_33 {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  background: #9c2742;
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
  padding-top: 5px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4px;
  min-width: 0;
  color: #121314;
  border: 3px solid #dddddd; }
  a.fs_style_33:hover {
    background: #882239;
    color: #ffffff; }
  a.fs_style_33:hover {
    background-color: #f2f2f2; }
  a.fs_style_33:hover {
    color: #9c2742; }
  a.fs_style_33.fs_style_27 {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 34px;
    padding-top: 25px;
    padding-left: 43px;
    padding-right: 43px;
    padding-bottom: 26px; }
    a.fs_style_33.fs_style_27 em {
      display: block;
      font-size: 15px;
      line-height: normal;
      font-style: normal;
      text-transform: none;
      font-weight: 300; }

a.fs_style_34 {
  width: 100%; }

.fsLoadMoreButton {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  background: #9c2742;
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  text-shadow: none; }
  .fsLoadMoreButton:hover {
    background: #882239;
    color: #ffffff; }

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_24 {
  color: #808080;
  font-size: 22px;
  line-height: 31px; }

.fs_style_26 {
  position: relative;
  margin: 20px 0;
  padding: 44px 0 43px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec; }
  .fs_style_26 em {
    display: block;
    margin-top: 14px;
    color: #a8a8a8;
    font-size: 15px;
    font-style: normal;
    letter-spacing: -0.03em;
    font-weight: 600;
    text-transform: uppercase; }
  .fs_style_26:before, .fs_style_26:after {
    display: block;
    width: 60px;
    height: 18px;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    font-size: 50px;
    line-height: 39px;
    font-weight: 900;
    text-align: center; }
  .fs_style_26:before {
    top: -10px;
    content: '\201C'; }
  .fs_style_26:after {
    bottom: -10px;
    content: '\201D'; }

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal; }
  cite:before {
    content: '- '; }

.callout {
  padding: 20px;
  background: #363636;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

.fs_style_25 {
  text-transform: uppercase;
  color: #566a8d;
  font-weight: bold;
  font-size: 14px; }
  .fs_style_25:hover {
    color: #7d1334; }

/*! structure - header v0.0.1 */
.header-top {
  padding: 0 22px;
  background-color: #7d1334;
  height: 140px; }
  @media (min-width: 900px) {
    .header-top {
      height: 150px; } }
  @media (max-width: 564px) {
    .header-top {
      padding: 0 30px; } }
  .header-top > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    zoom: 1;
    position: static; }
    .header-top > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (max-width: 564px) {
      .header-top > .fsElementContent {
        max-width: 405px; } }

.off-canvas-open {
  display: inline-block;
  padding: 14px 20px 14px 34px;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 100;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: margin 0.3s ease; }
  @media (min-width: 800px) {
    .off-canvas-open {
      margin: 16px 15px 0 0; } }
  @media (min-width: 1000px) {
    .off-canvas-open {
      display: none; } }
  .off-canvas-open:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    position: absolute;
    left: 14px;
    vertical-align: middle;
    color: #cc667e;
    font-size: 14px;
    padding-right: 7px; }

.header-emblem {
  position: absolute;
  top: -7px;
  left: -7px;
  right: 0;
  opacity: 0.1;
  transition: top 0.3s ease, left 0.3s ease, opacity 0.3s ease; }
  @media (min-width: 400px) {
    .header-emblem {
      top: 0;
      left: 5px;
      opacity: 0.2; } }
  .header-emblem > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 86.25em;
    max-width: 86.25rem; }
  .header-emblem img {
    max-width: 160px;
    transition: max-width 0.3s ease; }
    @media (min-width: 800px) {
      .header-emblem img {
        max-width: 170px; } }

.header-bottom {
  background-color: #dddddd; }
  .header-bottom > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    zoom: 1; }
    .header-bottom > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }

.header-top-right {
  float: right;
  position: relative; }
  .header-top-right .search-custom {
    float: right;
    display: none;
    clear: right;
    padding-top: 0; }
    @media (min-width: 1000px) {
      .header-top-right .search-custom {
        display: block; } }

.nav-const {
  display: none;
  float: right;
  padding-top: 13px; }
  @media (min-width: 1000px) {
    .nav-const {
      display: block; } }
  .nav-const ul, .nav-const li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-const .fsNavLevel1 > li > a {
    position: relative; }
    .nav-const .fsNavLevel1 > li > a:after {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 50%;
      right: 50%;
      opacity: 0;
      background-color: #ffffff;
      transition: left 0.3s ease, right 0.3s ease, opacity 0.3s ease; }
    .nav-const .fsNavLevel1 > li > a:hover:after {
      left: 17px;
      right: 17px;
      opacity: 0.8; }
  .nav-const ul {
    zoom: 1; }
    .nav-const ul:after {
      display: table;
      clear: both;
      content: ''; }
  .nav-const li {
    float: left;
    padding: 20px 0 12px; }
    .nav-const li:last-of-type a {
      border-right: 0; }
  .nav-const a {
    display: block;
    padding: 0px 17px 0px;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    border-right: 1px solid #4c0b20; }

.nav-quicklinks.nav-dropdown {
  display: none;
  padding-top: 0;
  float: right;
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease, z-index 0s ease 0s; }
  .search-open .nav-quicklinks.nav-dropdown {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease, z-index 0s ease 0.3s; }
  @media (min-width: 1000px) {
    .nav-quicklinks.nav-dropdown {
      display: block; } }

.nav-dropdown {
  padding-top: 13px;
  position: relative; }
  .nav-dropdown ul, .nav-dropdown li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-dropdown > header > .fsElementTitle {
    display: block;
    padding: 0px 17px 0px;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    display: block;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 12px;
    position: relative;
    z-index: 101; }
    .nav-dropdown > header > .fsElementTitle:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #cc667e;
      font-size: 13px;
      position: absolute;
      top: 24px;
      right: 19px; }
  .nav-dropdown > .fsElementContent {
    width: 280px;
    max-height: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    overflow: hidden;
    background-color: #ffffff;
    transition: max-height 0s ease; }
    .nav-dropdown > .fsElementContent nav {
      padding: 16px 30px 30px 30px; }
    .nav-dropdown > .fsElementContent li {
      border-bottom: 1px solid #f0f0f0; }
      .nav-dropdown > .fsElementContent li:last-child {
        border: 0; }
    .nav-dropdown > .fsElementContent a {
      display: block;
      color: #666666;
      font-weight: 600;
      padding: 9px 6px 7px; }
      .nav-dropdown > .fsElementContent a:hover {
        color: #7d1334; }
  .nav-dropdown:hover {
    z-index: 100; }
    .nav-dropdown:hover > header > .fsElementTitle {
      background-color: #ffffff;
      color: #7d1334; }
      .nav-dropdown:hover > header > .fsElementTitle:after {
        color: #2e3641;
        opacity: 1; }
    .nav-dropdown:hover > .fsElementContent {
      opacity: 1;
      max-height: 500px;
      transition: max-height 0.3s ease;
      box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.075); }

.site-info-container {
  float: left;
  position: relative;
  z-index: 10; }
  @media (max-width: 1339px) {
    .site-info-container {
      position: absolute;
      left: 70px; } }
  @media (max-width: 564px) {
    .site-info-container {
      position: relative;
      left: auto; } }
  .site-info-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    padding-top: 16px; }
    @media (min-width: 900px) {
      .site-info-container > .fsElementContent {
        height: 150px; } }
  .site-info-container a {
    display: block;
    color: transparent; }
    .site-info-container a:hover {
      color: transparent; }

/*! structure - footer v0.0.1 */
#fsFooter {
  overflow: hidden; }

/* ---------------------------------- */
/*             Footer Top             */
/* ---------------------------------- */
.footer-top {
  background-color: #7d1334;
  padding: 0 29px 17px; }
  @media (min-width: 400px) {
    .footer-top {
      padding: 0 23px 17px; } }
  .footer-top > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    zoom: 1; }
    .footer-top > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }

.footer-emblem {
  display: block;
  opacity: 0.1;
  position: absolute;
  z-index: 9;
  top: -54px;
  left: -65px; }
  @media (min-width: 1000px) {
    .footer-emblem {
      top: 6px;
      left: -122px; } }
  .footer-emblem > .fsElementContent {
    display: block;
    width: 100%;
    height: 100%; }
  .footer-emblem img {
    display: block; }

.footer-school-details {
  float: left;
  padding-top: 39px !important;
  color: #ffffff;
  padding-right: 0 !important;
  -ms-flex: 1 100% !important;
  flex: 1 100% !important; }
  @media (min-width: 1000px) {
    .footer-school-details {
      -ms-flex: 1 auto !important;
      flex: 1 auto !important; } }
  @media (min-width: 750px) {
    .footer-school-details {
      padding-bottom: 0; } }
  .footer-school-details ul, .footer-school-details li {
    list-style: none;
    text-align: left;
    display: block;
    padding: 0;
    margin: 0; }
  .footer-school-details ul {
    zoom: 1;
    padding-top: 13px;
    margin: 0 -9px; }
    .footer-school-details ul:after {
      display: table;
      clear: both;
      content: ''; }
  .footer-school-details li {
    display: block;
    float: left;
    padding: 0 9px;
    border-right: 1px solid #4c0b20;
    line-height: 16px;
    letter-spacing: -0.01em; }
    .footer-school-details li:last-child {
      border-right: 0; }
    .footer-school-details li a {
      color: #ffffff;
      position: relative;
      font-weight: 400; }
      .footer-school-details li a:after {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 50%;
        right: 50%;
        opacity: 0;
        background-color: #ffffff;
        transition: left 0.3s ease, right 0.3s ease, opacity 0.3s ease; }
      .footer-school-details li a:hover:after {
        left: 0px;
        right: 0px;
        opacity: 0.8; }

.footer-locations {
  padding-bottom: 18px; }
  @media (min-width: 400px) {
    .footer-locations {
      width: 420px; } }
  @media (min-width: 750px) {
    .footer-locations {
      padding-bottom: 39px;
      width: 100%; } }
  .footer-locations > .fsElementContent {
    zoom: 1;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .footer-locations > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    .footer-locations > .fsElementContent .fsContent {
      -ms-flex: 1 100%;
      flex: 1 100%;
      margin-bottom: 14px;
      padding-top: 15px;
      padding-right: 20px; }
      @media (min-width: 400px) {
        .footer-locations > .fsElementContent .fsContent {
          -ms-flex: 1 50%;
          flex: 1 50%; } }
      @media (min-width: 750px) {
        .footer-locations > .fsElementContent .fsContent {
          -ms-flex: 1 auto;
          flex: 1 auto; } }
      @media (min-width: 1000px) {
        .footer-locations > .fsElementContent .fsContent {
          padding-top: 60px; } }
      .footer-locations > .fsElementContent .fsContent a {
        font-weight: 400;
        position: relative; }
        .footer-locations > .fsElementContent .fsContent a:after {
          content: '';
          display: block;
          height: 1px;
          position: absolute;
          left: 50%;
          right: 50%;
          opacity: 0;
          background-color: #ffffff;
          transition: left 0.3s ease, right 0.3s ease, opacity 0.3s ease; }
        .footer-locations > .fsElementContent .fsContent a:hover:after {
          left: 0px;
          right: 0px;
          opacity: 0.8; }
  .footer-locations .name {
    color: #ffffff;
    font-family: "baskerville-urw", Georgia, serif;
    font-size: 17px; }
  .footer-locations .address {
    color: #e59aab; }
  .footer-locations .streetAddress {
    display: block; }
  .footer-locations .telephone {
    display: inline-block; }
  .footer-locations .fax {
    display: inline-block; }
  .footer-locations a {
    color: inherit; }

.footer-quicklinks {
  clear: both;
  border-top: 2px solid #87324a;
  padding-top: 18px;
  padding-bottom: 16px; }
  @media (min-width: 400px) {
    .footer-quicklinks {
      padding-bottom: 8px; } }
  .footer-quicklinks ul, .footer-quicklinks li {
    list-style: none;
    text-align: left;
    display: block;
    padding: 0;
    margin: 0; }
  .footer-quicklinks ul {
    zoom: 1; }
    .footer-quicklinks ul:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 400px) {
      .footer-quicklinks ul {
        margin: 0 -17px 0 -18px; } }
  .footer-quicklinks li {
    border-bottom: 1px solid #4c0b20;
    line-height: 17px; }
    .footer-quicklinks li:last-of-type {
      border-right: 0;
      border-bottom: 0; }
    @media (min-width: 400px) {
      .footer-quicklinks li {
        float: left;
        border-right: 1px solid #4c0b20;
        border-bottom: 0;
        margin-bottom: 7px; } }
  .footer-quicklinks a {
    display: block;
    padding: 11px 0 10px;
    color: #ffffff;
    line-height: 17px;
    font-weight: 400; }
    @media (min-width: 400px) {
      .footer-quicklinks a {
        padding: 0 17px 0 18px;
        position: relative; }
        .footer-quicklinks a:after {
          content: '';
          display: block;
          height: 1px;
          position: absolute;
          left: 50%;
          right: 50%;
          opacity: 0;
          background-color: #ffffff;
          transition: left 0.3s ease, right 0.3s ease, opacity 0.3s ease; }
        .footer-quicklinks a:hover:after {
          left: 17px;
          right: 17px;
          opacity: 0.8; } }

/* ---------------------------------- */
/*           Footer Bottom            */
/* ---------------------------------- */
.footer-bottom {
  padding: 16px 29px 24px; }
  @media (min-width: 400px) {
    .footer-bottom {
      padding: 14px 23px 24px; } }
  .footer-bottom > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    zoom: 1; }
    .footer-bottom > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
  .footer-bottom #fsPoweredByFinalsite {
    display: block; }
    @media (min-width: 750px) {
      .footer-bottom #fsPoweredByFinalsite {
        position: absolute;
        right: 0;
        bottom: 0; } }

.footer-social {
  padding-top: 6px;
  padding-bottom: 18px; }
  @media (min-width: 400px) {
    .footer-social {
      padding-top: 0;
      padding-bottom: 14px; } }
  .footer-social ul, .footer-social li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
  .footer-social ul {
    zoom: 1;
    margin: 0 -13px; }
    .footer-social ul:after {
      display: table;
      clear: both;
      content: ''; }
  .footer-social li {
    display: block;
    height: 34px;
    float: left; }
  .footer-social a {
    display: block;
    height: 34px;
    padding: 0 13px;
    position: relative;
    color: transparent;
    font-size: 1px;
    text-align: center; }
    @media (min-width: 750px) {
      .footer-social a {
        padding: 0 13px; } }
    .footer-social a:hover:before {
      color: #ed9203; }
    .footer-social a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: relative;
      color: #ffffff;
      font-size: 19px;
      line-height: 34px;
      transition: color 0.3s ease; }
    .footer-social a[href*="instagram"]:before {
      content: '\e907';
      font-size: 19px; }
    .footer-social a[href*="twitter"]:before {
      content: '\f099';
      font-size: 19px; }
    .footer-social a[href*="facebook"]:before {
      content: '\f09a';
      font-size: 19px; }
    .footer-social a[href*="blog.berkeleycarroll.org"]:before {
      content: '\f19a';
      font-size: 25px; }
    .footer-social a[href*="youtube"]:before {
      content: '\f16a';
      font-size: 19px; }
    .footer-social a[href*="vimeo"]:before {
      content: '\f27d';
      font-size: 17px; }
    .footer-social a[href*="blogger"]:before {
      content: '\e901';
      font-size: 16px; }
    .footer-social a[href*="pinterest"]:before {
      content: '\f0d2';
      font-size: 23px; }
    .footer-social a[href*="linkedin"]:before {
      content: '\f0e1';
      font-size: 17px; }
    .footer-social a[href*="plus.google"]:before {
      content: '\f0d5';
      font-size: 17px; }

.footer-message {
  color: #a8586a;
  font-size: 14px;
  line-height: 24px; }

.footer-copyright {
  color: #a8586a;
  padding: 5px 0 27px; }
  @media (min-width: 750px) {
    .footer-copyright {
      padding: 5px 0 7px; } }
  .footer-copyright ul, .footer-copyright li {
    list-style: none;
    text-align: left;
    display: block;
    padding: 0;
    margin: 0; }
  .footer-copyright ul {
    zoom: 1;
    margin: 0 -10px; }
    .footer-copyright ul:after {
      display: table;
      clear: both;
      content: ''; }
  .footer-copyright li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #a8586a;
    line-height: 10px;
    font-size: 14px; }
    .footer-copyright li:first-of-type {
      border-right: 0;
      padding-bottom: 14px; }
      @media (min-width: 500px) {
        .footer-copyright li:first-of-type {
          border-right: 1px solid #a8586a;
          padding-bottom: 0; } }
    .footer-copyright li:nth-of-type(2) {
      clear: both; }
      @media (min-width: 500px) {
        .footer-copyright li:nth-of-type(2) {
          clear: none; } }
    .footer-copyright li:last-of-type {
      border-right: 0; }
  .footer-copyright a {
    color: inherit;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600; }

/*! structure - bannerLeft v0.0.1 */
#fsBannerLeft {
  display: none; }
  #fsBannerLeft.fsBannerLeft {
    display: block; }

.fsBannerLeft header > .fsElementTitle {
  margin-top: 0;
  color: #121314;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 4px; }

/*! structure - bannerRight v0.0.1 */
#fsBannerRight {
  display: none; }
  #fsBannerRight.fsBannerRight {
    display: block; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  margin-left: 0;
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  background: #5e0e28;
  /*
  &:not(.wf-active):not(.wf-override):not(.fsComposerFormEmbed) * {
    color: transparent !important;
    transition: none !important;

    &:before,
    &:after {
      color: transparent !important;
      transition: none !important;
    }
  }
*/ }

body {
  font-size: 15px;
  line-height: 22px;
  color: #4c4c4c; }

#fsPageWrapper {
  overflow: hidden;
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff; }
  @media (min-width: 800px) {
    #fsPageBodyWrapper {
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 40px;
      padding-bottom: 40px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (min-width: 800px) {
    #fsPageBody {
      display: block; } }

main {
  font-size: 16px;
  line-height: 24px; }

.fsPageLayout > .fsDiv > .fsElement:not(:last-child) {
  margin-bottom: 30px; }

.fsBannerLeft > .fsBanner > .fsElement:not(:last-child) {
  margin-bottom: 30px; }

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 800px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      -ms-flex: none;
      flex: none;
      padding-right: 59px;
      width: 28.72881%; } }

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 800px) {
    #fsPageContent {
      float: left !important; } }
  @media (min-width: 800px) {
    #fsPageContent {
      -ms-flex: none;
      flex: none; } }
  @media (min-width: 800px) {
    .fsHasRightBanner #fsPageContent {
      width: 72.88136% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      width: 71.27119% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 44.15254% !important; } }

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 800px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerRight {
      -ms-flex: none;
      flex: none;
      padding-left: 40px;
      width: 27.11864%; } }

@media (min-width: 800px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 800px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 800px) {
    .fsLayout .fsDiv {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 900px) {
  .fsTwoColumnLayout.fsTwoThirdsColumnRightLayout .fsStyleColumn-1 {
    width: 66.66667%; } }

@media (min-width: 900px) {
  .fsTwoColumnLayout.fsTwoThirdsColumnRightLayout .fsStyleColumn-2 {
    width: 33.33333%; } }

@media (min-width: 900px) {
  .fsTwoColumnLayout.fsTwoThirdsColumnLeftLayout .fsStyleColumn-1 {
    width: 33.33333%; } }

@media (min-width: 900px) {
  .fsTwoColumnLayout.fsTwoThirdsColumnLeftLayout .fsStyleColumn-2 {
    width: 66.66667%; } }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

#fsPoweredByFinalsite {
  display: none; }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main {
  max-width: 1066px;
  margin: 0 auto; }
  #fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      #fsHeader .nav-main {
        display: block; } }
  .nav-main ul, .nav-main li {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    position: relative; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto; } }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      padding: 0;
      color: #2e3641;
      font-weight: 700;
      font-size: 19px;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      line-height: 60px; }
      .nav-main .fsNavLevel1 > li > a:hover {
        color: #9c2742; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
        color: #9c2742; }

.nav-main .fsNavLevel1 > li {
  zoom: 1;
  position: relative;
  position: static; }
  .nav-main .fsNavLevel1 > li:after {
    display: table;
    clear: both;
    content: ''; }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden; }
  .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 9999px; }
  @media (max-width: 599px) {
    .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    z-index: 300; }

.nav-main .fsNavPageInfo {
  background: #ffffff;
  text-align: left;
  border-left: 5px solid #dddddd;
  border-right: 5px solid #dddddd; }
  .nav-main .fsNavPageInfo:before {
    display: block;
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    bottom: 35px;
    width: 2px;
    background-color: #f0f0f0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    border-bottom: 5px solid #dddddd; }
    @media (min-width: 1000px) {
      .nav-main .fsNavParentPage:hover .fsNavPageInfo {
        display: block; } }

.nav-main .fsNavPageDescription {
  width: 50%;
  float: left;
  padding: 25px 38px 35px 35px;
  font-size: 16px; }
  .nav-main .fsNavPageDescription li {
    zoom: 1;
    border-bottom: 2px solid #ececec;
    padding-top: 31px;
    padding-bottom: 36px;
    padding-left: 100px;
    position: relative;
    line-height: 24px; }
    .nav-main .fsNavPageDescription li:after {
      display: table;
      clear: both;
      content: ''; }
    .nav-main .fsNavPageDescription li:first-of-type {
      padding-top: 16px; }
      .nav-main .fsNavPageDescription li:first-of-type img {
        top: 16px; }
    .nav-main .fsNavPageDescription li:last-of-type {
      padding-bottom: 10px;
      border-bottom: 0; }
  .nav-main .fsNavPageDescription h1, .nav-main .fsNavPageDescription h2, .nav-main .fsNavPageDescription h3, .nav-main .fsNavPageDescription h4, .nav-main .fsNavPageDescription h5, .nav-main .fsNavPageDescription h6 {
    color: #566a8d;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin: 6px 0 2px; }
    .nav-main .fsNavPageDescription h1 a, .nav-main .fsNavPageDescription h2 a, .nav-main .fsNavPageDescription h3 a, .nav-main .fsNavPageDescription h4 a, .nav-main .fsNavPageDescription h5 a, .nav-main .fsNavPageDescription h6 a {
      color: #9c2742; }
      .nav-main .fsNavPageDescription h1 a:hover, .nav-main .fsNavPageDescription h2 a:hover, .nav-main .fsNavPageDescription h3 a:hover, .nav-main .fsNavPageDescription h4 a:hover, .nav-main .fsNavPageDescription h5 a:hover, .nav-main .fsNavPageDescription h6 a:hover {
        color: #2e3641; }
  .nav-main .fsNavPageDescription img {
    position: absolute;
    left: -5px;
    top: 31px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 100%; }

.nav-main .fsNavLevel2 {
  -moz-column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0px;
  column-gap: 0px;
  float: right;
  width: 50%;
  padding: 22px 15px 35px 18px; }
  .nav-main .fsNavLevel2 li {
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0 20px; }
    .nav-main .fsNavLevel2 li.fsNavCurrentPage > a, .nav-main .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
      color: #7d1334; }
  .nav-main .fsNavLevel2 a {
    display: block;
    padding: 12px 0 11px;
    border-bottom: 1px solid #e0e0e0;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px; }
    .nav-main .fsNavLevel2 a:hover {
      color: #7d1334; }

/*! navigation - off-canvas v0.0.1 */
#fsMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fsMenu {
  display: block;
  width: 100%;
  max-width: 300px;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  opacity: 0;
  background-color: #7d1334;
  transition: opacity 0.3s ease, right 0.3s ease; }
  @media (min-width: 1000px) {
    .fsMenu {
      display: none; } }
  .fsAccountBarVisible .fsMenu {
    top: 45px; }
  .off-canvas-active {
    overflow: hidden;
    height: 100%; }
  .off-canvas-active body {
    position: fixed;
    height: 100%; }
  .off-canvas-active .fsMenu {
    right: 0;
    opacity: 1;
    overflow-y: scroll; }
  .fsMenu ul, .fsMenu li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .fsMenu .fsNavigation:not(.nav-main-mobile) {
    position: relative; }
    .fsMenu .fsNavigation:not(.nav-main-mobile) > .fsElementContent {
      padding-top: 13px;
      padding-bottom: 14px; }
    .fsMenu .fsNavigation:not(.nav-main-mobile) a {
      display: block;
      padding: 9px 35px 9px 35px;
      color: #ffffff;
      font-weight: normal;
      font-size: 15px;
      line-height: 19px; }
    .fsMenu .fsNavigation:not(.nav-main-mobile):after {
      display: block;
      content: '';
      height: 1px;
      background-color: #87324a;
      position: absolute;
      left: 35px;
      right: 35px; }
    .fsMenu .fsNavigation:not(.nav-main-mobile) + .fsNavigation:not(.nav-main-mobile):after {
      display: none; }
  .fsMenu .nav-main-mobile {
    padding-top: 18px;
    padding-bottom: 22px;
    margin-bottom: 8px;
    border-top: 4px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #dddddd; }
    .fsMenu .nav-main-mobile .menu-toggle {
      display: block;
      width: 52px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      cursor: pointer;
      transition: transform 0.3s ease; }
      .fsMenu .nav-main-mobile .menu-toggle:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 11px;
        height: 11px;
        position: absolute;
        top: 18px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        color: #a8a8a8;
        line-height: 11px;
        font-size: 17px;
        text-align: center;
        transition: transform 0.3s ease; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li {
      display: block;
      position: relative; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > a {
        color: #9c2742; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg); }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a {
        padding-right: 0;
        margin-right: 52px; }
        .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a:after {
          display: block;
          width: 1px;
          content: '';
          position: absolute;
          top: 9px;
          right: 0;
          bottom: 9px;
          background-color: #c9c9c9; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li > a {
        display: block;
        padding: 9px 35px 9px 35px;
        position: relative;
        color: #2e3641;
        font-size: 18px;
        line-height: 29px;
        text-transform: uppercase; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li > .fsNavPageInfo {
        display: none;
        background-color: #ffffff; }
    .fsMenu .nav-main-mobile .fsNavLevel2 {
      border-top: 9px solid #dddddd;
      border-bottom: 11px solid #dddddd;
      padding-top: 13px;
      padding-bottom: 17px; }
      .fsMenu .nav-main-mobile .fsNavLevel2 > li {
        display: block;
        position: relative; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li:after {
          display: block;
          height: 1px;
          content: '';
          position: absolute;
          left: 35px;
          right: 35px;
          bottom: 0;
          background-color: #ededed; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li:last-of-type:after {
          display: none; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li > a {
          display: block;
          padding: 13px 52px 12px 35px;
          color: #666666;
          font-size: 16px;
          line-height: 20px; }
  .fsMenu .off-canvas-close {
    display: block;
    height: 55px;
    width: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 100; }
    .fsMenu .off-canvas-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      height: 55px;
      width: 50px;
      color: #ffffff;
      font-size: 14px;
      line-height: 55px;
      text-align: center;
      vertical-align: middle; }

.off-canvas-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  background-color: #000000;
  transition: opacity 0.3s ease; }
  .off-canvas-active .off-canvas-overlay {
    left: 0;
    opacity: 0.5; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  display: none; }
  @media (min-width: 800px) {
    .nav-sub {
      display: block; } }
  .nav-sub ul, .nav-sub li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .nav-sub a {
    display: block; }
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li {
      display: none;
      color: #9c2742; }
      .nav-sub .fsNavLevel1 > li > a {
        display: block;
        color: inherit;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: -0.02em;
        padding-bottom: 10px; }
        .nav-sub .fsNavLevel1 > li > a:hover {
          color: #566a8d; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        display: block; }
  .nav-sub .fsNavLevel2 > li > a {
    display: block;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    padding: 11px 0 9px;
    border-bottom: 1px solid #e1e1e1; }
    .nav-sub .fsNavLevel2 > li > a:hover {
      color: #000000; }
  .nav-sub .fsNavLevel2 > li.fsNavCurrentPage > .fsNavPageInfo > ul, .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor > .fsNavPageInfo > ul {
    padding-top: 7px;
    padding-bottom: 19px;
    border-bottom: 1px solid #e1e1e1; }
  .nav-sub .fsNavLevel2 li.fsNavCurrentPage > .fsNavPageInfo > ul, .nav-sub .fsNavLevel2 li.fsNavCurrentPageAncestor > .fsNavPageInfo > ul {
    display: block; }
  .nav-sub .fsNavLevel2 li.fsNavCurrentPage > a {
    color: #010101 !important;
    font-weight: 900 !important; }
  .nav-sub .fsNavLevel3 {
    display: none; }
    .nav-sub .fsNavLevel3 > li {
      position: relative;
      padding-left: 20px; }
      .nav-sub .fsNavLevel3 > li:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 9px;
        height: 9px;
        position: absolute;
        top: 12px;
        left: -2px;
        color: #cccccc;
        line-height: 9px;
        text-align: center;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      .nav-sub .fsNavLevel3 > li.fsNavParentPage.fsNavCurrentPage:before, .nav-sub .fsNavLevel3 > li.fsNavParentPage.fsNavCurrentPageAncestor:before {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 0; }
      .nav-sub .fsNavLevel3 > li > a {
        color: #666666;
        font-weight: bold;
        font-size: 15px;
        padding: 4px 0; }
  .nav-sub .fsNavLevel4 {
    display: none; }
    .nav-sub .fsNavLevel4 > li {
      padding-left: 20px; }
      .nav-sub .fsNavLevel4 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel4 > li.fsNavCurrentPageAncestor > a {
        font-weight: bold;
        color: #666666; }
      .nav-sub .fsNavLevel4 > li > a {
        padding: 4px 0;
        color: #4c4c4c; }
  .nav-sub .fsNavLevel5 {
    display: none; }
    .nav-sub .fsNavLevel5 > li {
      padding-left: 20px; }
      .nav-sub .fsNavLevel5 > li > a {
        color: #4c4c4c; }

.nav-sub-mobile {
  display: block;
  margin-bottom: 45px;
  opacity: 0; }
  .nav-sub-mobile.element-loaded {
    opacity: 1; }
  .fsComposeMode .nav-sub-mobile {
    opacity: 1; }
  @media (min-width: 800px) {
    .nav-sub-mobile {
      display: none; } }
  .nav-sub-mobile .menu-toggle {
    display: block;
    width: 52px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: transform 0.3s ease; }
    .nav-sub-mobile .menu-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 11px;
      height: 11px;
      position: absolute;
      top: 21px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      color: #a8a8a8;
      line-height: 11px;
      font-size: 17px;
      text-align: center;
      transition: transform 0.3s ease; }
  .nav-sub-mobile .fsNavLevel1 {
    position: relative; }
    .nav-sub-mobile .fsNavLevel1 > li {
      background-color: #dddddd;
      display: none;
      position: relative; }
      .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        display: block; }
      .nav-sub-mobile .fsNavLevel1 > li.menu-open > a {
        color: #9c2742; }
      .nav-sub-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg); }
      .nav-sub-mobile .fsNavLevel1 > li.fsNavParentPage > a {
        padding-right: 0;
        margin-right: 52px; }
        .nav-sub-mobile .fsNavLevel1 > li.fsNavParentPage > a:after {
          display: block;
          width: 1px;
          content: '';
          position: absolute;
          top: 9px;
          right: 0;
          bottom: 9px;
          background-color: #c9c9c9; }
      .nav-sub-mobile .fsNavLevel1 > li > a {
        display: block;
        padding: 13px 35px 13px 25px;
        position: relative;
        color: #2e3641;
        font-size: 18px;
        line-height: 29px;
        text-transform: uppercase;
        font-weight: 900; }
      .nav-sub-mobile .fsNavLevel1 > li > .fsNavPageInfo {
        display: none;
        background-color: #ffffff; }
  .nav-sub-mobile .fsNavLevel2 {
    padding: 5px 24px 44px 24px;
    border: 1px solid #e6e6e6;
    border-top: 0; }
    .nav-sub-mobile .fsNavLevel2 > li:last-of-type > a {
      border-bottom: 0; }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px; }
  .nav-social, .nav-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social li {
    margin: 0;
    padding: 0; }
  .nav-social li {
    display: inline-block;
    vertical-align: middle; }
  .nav-social .nav-social__item--facebook a {
    display: block; }
    .nav-social .nav-social__item--facebook a:before {
      content: ""; }
  .nav-social .nav-social__item--instagram a {
    display: block; }
    .nav-social .nav-social__item--instagram a:before {
      content: ""; }
  .nav-social .nav-social__item--linkedin a {
    display: block; }
    .nav-social .nav-social__item--linkedin a:before {
      content: ""; }
  .nav-social .nav-social__item--pinterest a {
    display: block; }
    .nav-social .nav-social__item--pinterest a:before {
      content: ""; }
  .nav-social .nav-social__item--tumblr a {
    display: block; }
    .nav-social .nav-social__item--tumblr a:before {
      content: ""; }
  .nav-social .nav-social__item--twitter a {
    display: block; }
    .nav-social .nav-social__item--twitter a:before {
      content: ""; }
  .nav-social .nav-social__item--vine a {
    display: block; }
    .nav-social .nav-social__item--vine a:before {
      content: ""; }
  .nav-social .nav-social__item--youtube a {
    display: block; }
    .nav-social .nav-social__item--youtube a:before {
      content: ""; }
  .nav-social .nav-social__item--facebook a:hover {
    color: #3b5998; }
  .nav-social .nav-social__item--instagram a:hover {
    color: #517fa4; }
  .nav-social .nav-social__item--linkedin a:hover {
    color: #007bb6; }
  .nav-social .nav-social__item--pinterest a:hover {
    color: #cb2027; }
  .nav-social .nav-social__item--tumblr a:hover {
    color: #32506d; }
  .nav-social .nav-social__item--twitter a:hover {
    color: #00aced; }
  .nav-social .nav-social__item--vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #b00; }
  .nav-social a {
    font-size: 0.875em;
    line-height: 1;
    text-align: center;
    color: #1c1c1c;
    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, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-util li {
  margin: 0;
  padding: 0; }

.nav-util ul li a {
  padding: 0em 0em;
  display: block; }

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map .fsElementContent nav ul li {
    margin: 0;
    padding: 0;
    font-weight: 400; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; }
        .no-csscolumns .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
          float: left;
          display: block;
          width: 100%;
          vertical-align: top; } }
    .nav-site-map .fsElementContent nav ul.fsNavLevel1 > li {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel5 {
    list-style: disc; }

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px !important;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    min-width: 220px;
    margin: 0 0 10px;
    padding-top: 17px;
    padding-left: 46px;
    padding-right: 46px;
    padding-bottom: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    font-family: "proxima-nova", sans-serif;
    background: #9c2742;
    outline: 0;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #882239;
      color: #ffffff; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #363636; }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg > div, .fsConstituentProfile.hasImg > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.hasImg) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.hasImg) .fsProfileImage {
      max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1.25em; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 20px; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      width: 50%;
      float: left; } }

.fsProfileSectionFieldName, .fsProfileSectionFieldValue {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionFieldName, .fsProfileSectionFieldValue {
      width: 50%;
      float: left; } }

.tour-guides .fsConstituentProfile .fsProfileSection > h4, .tour-guides .fsConstituentProfile .fsProfileSection .fsFirstName, .tour-guides .fsConstituentProfile .fsProfileSection .fsDegreeInformation, .tour-guides .fsConstituentProfile .fsProfileSection .fsJobTitle {
  display: none; }

.tour-guides .fsConstituentProfile .fsProfileSection .fsProfileSectionData .fsProfileSectionFieldName {
  display: none; }

.tour-guides .fsConstituentProfile .fsProfileSection .fsProfileSectionData .fsProfileSectionFieldValue {
  width: 100%; }
  .tour-guides .fsConstituentProfile .fsProfileSection .fsProfileSectionData .fsProfileSectionFieldValue > img {
    float: none !important; }

.fsDialogContent .fsProfileImage {
  background-size: contain;
  background-repeat: no-repeat; }
  .fsDialogContent .fsProfileImage img {
    visibility: hidden; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 0; }
    .fsDirectory .fsConstituentItem > h3,
    .fsDirectory .fsConstituentItem > div {
      margin-bottom: 10px;
      padding-top: 0;
      text-transform: none; }
      .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: 10px; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  .fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
    clear: both; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background-color: #e5e5e5;
  transition: all 0.3s ease; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    display: block;
    margin-bottom: 4px;
    padding: 9px 18px 7px 18px;
    color: #121314;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    transition: none;
    text-transform: none; }
    .fsAccordion .fsPanel > header h2:before, .fsTabs .fsPanel > header h2:before, .fsAccordion .fsPanel > header h2:after, .fsTabs .fsPanel > header h2:after {
      color: #9c2742;
      transition: color 0.3s ease, transform 0.3s ease; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background-color: #d2d5d9; }
    .fsAccordion .fsPanel > header:hover h2:before, .fsTabs .fsPanel > header:hover h2:before, .fsAccordion .fsPanel > header:hover h2:after, .fsTabs .fsPanel > header:hover h2:after {
      color: #566a8d; }

.fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
  padding: 18px 17px 10px; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background-color: #9c2742; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #ffffff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
      color: #ffffff;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  margin: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 18px;
  font-size: 19px;
  line-height: 13px;
  text-align: center;
  border: none;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 15px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 15px; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events style_1 option */
.fsAthleticsEvent {
  position: relative;
  text-align: left;
  margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsRSSIcon {
    width: auto;
    background-image: none;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px; }
    .fsAthleticsEvent.fsList .fsRSSIcon:before {
      display: block;
      content: 'iCal';
      width: auto;
      height: 100%;
      font-family: "proxima-nova", sans-serif;
      color: #ffffff;
      font-size: 10px;
      font-weight: 600;
      line-height: 18px;
      text-transform: uppercase;
      background: none;
      margin-top: 0; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    zoom: 1;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
    padding-right: 95px; }
    .fsAthleticsEvent .fsListItems article:after {
      display: table;
      clear: both;
      content: ''; }
    .fsAthleticsEvent .fsListItems article:last-child {
      border-bottom: none; }
    .fsAthleticsEvent .fsListItems article .fsAlertIcon {
      position: absolute;
      top: 28px;
      right: 0; }
    .fsAthleticsEvent .fsListItems article .fsAthleticsAdvantage {
      text-align: center;
      position: absolute;
      top: 24px;
      right: 36px; }
  .fsAthleticsEvent .fsDateTime {
    display: block;
    font-weight: bold;
    color: #828a99;
    font-size: 14px;
    line-height: 24px; }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsLoadMoreButton {
    display: inline-block;
    min-width: 220px;
    margin: 0 0 10px;
    padding-top: 17px;
    padding-left: 46px;
    padding-right: 46px;
    padding-bottom: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    font-family: "proxima-nova", sans-serif;
    background: #9c2742;
    outline: 0;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background: #882239;
      color: #ffffff; }
  @media (min-width: 600px) {
    .fsAthleticsEvent .fsAthleticsOpponents {
      display: inline-block; } }
  .fsAthleticsEvent .fsAthleticsVs {
    display: inline-block; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline-block; }

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

#fsAthleticsEventElementDialog .fsAthleticsTitle {
  color: #2e3641;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold; }

#fsAthleticsEventElementDialog .fsAthleticsContainer {
  margin-bottom: 20px; }
  #fsAthleticsEventElementDialog .fsAthleticsContainer > .fsAthleticsItem > .fsAthleticsLabel {
    color: #828a99; }

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent p:last-child {
    margin-bottom: 0; }
  .fsAthleticsRosterContent:empty {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }

.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsRosterPosition:before {
  content: 'Position: '; }

.fsRosterHeight:before {
  content: 'Height: '; }

.fsRosterWeight:before {
  content: 'Weight: '; }

.fsRosterBio p:last-child {
  margin-bottom: 0; }

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 20px; }

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar > header {
  border-bottom: 3px solid #dddddd; }
  .fsCalendar > header > .fsElementTitle {
    color: #9c2742; }

.fsCalendar article {
  position: relative;
  padding-left: 110px;
  min-height: 131px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  padding-top: 2px;
  position: absolute;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: #9c2742;
  border-radius: 100%; }
  .fsCalendar .fsDate > span {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    line-height: 14px; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 24px;
      line-height: 26px; }

.fsCalendar .fsTitle {
  color: #2e3641;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px; }
  .fsCalendar .fsTitle a {
    color: inherit;
    font-size: inherit; }
    .fsCalendar .fsTitle a:hover {
      color: #7d1334; }

.fsCalendar .fsEventDetails {
  color: #666666; }

.fsCalendar .fsTimeRange,
.fsCalendar .fsLocation {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 16px; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

.fsCalendar.fsList article {
  border-bottom: 2px solid #f3f3f3;
  padding-top: 18px;
  padding-bottom: 10px;
  margin-bottom: 0; }
  .fsCalendar.fsList article .fsDate {
    top: 20px; }

.fsCalendar.fsList .fsDayContainer:last-child article:last-of-type {
  border-bottom: 0; }

.fsCalendar.fsList > footer > .fsElementFooterContent {
  border-top: 2px solid #f3f3f3; }
  .fsCalendar.fsList > footer > .fsElementFooterContent .fs_style_25 {
    padding-top: 6px;
    display: block; }
    .fsCalendar.fsList > footer > .fsElementFooterContent .fs_style_25:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-left: 7px;
      padding-top: 1px;
      padding-right: 1px; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

.fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
  height: auto; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(54, 54, 54, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(54, 54, 54, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(54, 54, 54, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(54, 54, 54, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    min-width: 220px;
    margin: 0 0 10px;
    padding-top: 17px;
    padding-left: 46px;
    padding-right: 46px;
    padding-bottom: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    font-family: "proxima-nova", sans-serif;
    background: #9c2742;
    outline: 0;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #882239;
      color: #ffffff; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsCalendar .fsCalendarFilter {
  background-image: none;
  width: auto; }
  .fsCalendar .fsCalendarFilter .fsCalendarFilterIcon {
    width: auto;
    background-image: none;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px; }
    .fsCalendar .fsCalendarFilter .fsCalendarFilterIcon:before {
      display: block;
      content: 'Customize';
      color: #ffffff;
      font-size: 10px;
      font-weight: 600;
      line-height: 10px;
      vertical-align: middle;
      text-transform: uppercase; }

.fsCalendar .fsRSSIcon {
  width: auto;
  background-image: none;
  padding-top: 1px;
  padding-left: 4px;
  padding-right: 4px; }
  .fsCalendar .fsRSSIcon:before {
    display: block;
    content: 'iCal';
    width: auto;
    height: 100%;
    font-family: "proxima-nova", sans-serif;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    background: none;
    margin-top: 0; }

.fsCalendar.no-alert .fsAlertsIcon {
  display: none; }

/*
.calendar-custom {

	.custom-calendar-tools {

		.fsElementHeaderContent {
			ul, li {
				list-style: none;
				padding: 0;
				margin: 0;
			}

			ul {

			}

			li {
				@include button;

				@include buttonColor( $color-white );

				min-width: 0;
				padding: 5px 32px 4px;
				border: 3px solid #dddddd;

				color: #121314;
				text-transform: uppercase;

				transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;

				&:hover {
					color: $color-red-light;
				}

				&.active {
					color: #ffffff;
					background-color: $color-red-light;
					border-color: $color-red-light;
				}
			}
		}

		// .fsSelectAll {
		// 	display: none;
		// }

		// .fsElementControls {
		// 	display: none;
		// }

		// .fsUpdateFilters {
		// 	display: none;
		// }
	}
}
*/
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0; }

.fsListItems article {
  margin-bottom: 20px; }

.module, .module-athletics {
  margin-bottom: 20px;
  padding: 26px 24px 34px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px; }
  .module > header > .fsElementTitle, .module-athletics > header > .fsElementTitle {
    margin-bottom: 12px;
    margin-top: 0;
    color: #121314;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-transform: none;
    font-size: 24px; }
  .module > .fsElementContent > *:last-child, .module-athletics > .fsElementContent > *:last-child {
    margin-bottom: 0; }

.module {
  background-color: #eaedf1; }
  .module .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .module.fsNews.fsList[class*="fsThumbnail"] .fsThumbnail {
    border-color: #fff; }

.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0; }

.fsSlideshowHorizontal .slick-arrow {
  font-size: 0;
  color: transparent; }
  .fsSlideshowHorizontal .slick-arrow:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 38px;
    color: #bfbfbf;
    width: 45px;
    height: 30px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 27px;
    text-align: center; }
  .fsSlideshowHorizontal .slick-arrow.fsPrevButton {
    left: -15px; }
    .fsSlideshowHorizontal .slick-arrow.fsPrevButton:before {
      content: '\f104'; }
  .fsSlideshowHorizontal .slick-arrow.fsNextButton {
    right: -15px; }
    .fsSlideshowHorizontal .slick-arrow.fsNextButton:before {
      content: '\f105'; }

.fsSlideshowHorizontal .fsPager {
  border-top: 2px solid #ebebeb;
  padding-top: 5px;
  margin-top: 12px; }
  .panel-gray .fsSlideshowHorizontal .fsPager {
    border-top: 2px solid #ffffff; }
  .fsSlideshowHorizontal .fsPager li {
    margin: 0;
    height: 18px;
    width: 18px; }
    .fsSlideshowHorizontal .fsPager li button {
      padding: 0;
      height: 18px;
      width: 18px; }
      .fsSlideshowHorizontal .fsPager li button:before {
        height: 18px;
        width: 18px;
        color: #cdd0d4;
        opacity: 1 !important;
        font-size: 38px; }
    .fsSlideshowHorizontal .fsPager li.slick-active button:before {
      color: #9c2742; }
      .panel-gray .fsSlideshowHorizontal .fsPager li.slick-active button:before {
        color: #566a8d; }

.hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .hero-image .fsElementContent:before {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 37.5%; }
  body.fsDraftMode .hero-image .fsElementContent,
  body.fsComposeMode .hero-image .fsElementContent {
    pointer-events: none; }
    body.fsDraftMode .hero-image .fsElementContent .fsContentOverlay,
    body.fsDraftMode .hero-image .fsElementContent .fsEditable,
    body.fsDraftMode .hero-image .fsElementContent .redactor-box,
    body.fsComposeMode .hero-image .fsElementContent .fsContentOverlay,
    body.fsComposeMode .hero-image .fsElementContent .fsEditable,
    body.fsComposeMode .hero-image .fsElementContent .redactor-box {
      display: none; }

.hero-video .fsMediaContainer.fsMediaPlaylistVideo {
  height: auto !important; }

.hero-video .fsMediaPlayer {
  position: static; }
  .hero-video .fsMediaPlayer > div.fsMediaViewContainer {
    position: static; }

.hero-video .fsMediaView {
  position: static; }
  .hero-video .fsMediaView video {
    display: block; }

.panel-slider {
  opacity: 0;
  transition: opacity 0.3s ease; }
  .panel-slider.element-loaded {
    opacity: 1; }
  .panel-slider .slick-slide img[align="left"] {
    float: none; }
    @media (max-width: 749px) {
      .panel-slider .slick-slide img[align="left"] {
        width: 100%;
        margin-bottom: 20px; } }
    @media (min-width: 750px) {
      .panel-slider .slick-slide img[align="left"] {
        padding-right: 30px;
        float: left; } }
  .panel-slider .slick-slide img[align="right"] {
    float: none; }
    @media (max-width: 749px) {
      .panel-slider .slick-slide img[align="right"] {
        width: 100%;
        margin-bottom: 20px; } }
    @media (min-width: 750px) {
      .panel-slider .slick-slide img[align="right"] {
        padding-left: 30px;
        float: right; } }
  .panel-slider .slick-slide .fsElementHeaderContent {
    margin-bottom: 27px; }
  .panel-slider .slick-arrow {
    font-size: 0;
    color: transparent;
    cursor: pointer;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .panel-slider .slick-arrow:hover:before {
      color: #163052; }
    .panel-slider .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      width: 50px;
      height: 27px;
      line-height: 50px;
      text-align: center;
      display: block;
      font-size: 30px;
      color: #363636;
      transition: color 0.3s ease; }
    .panel-slider .slick-arrow.slick-prev {
      left: -50px; }
      .panel-slider .slick-arrow.slick-prev:before {
        content: '\f137'; }
    .panel-slider .slick-arrow.slick-next {
      right: -50px; }
      .panel-slider .slick-arrow.slick-next:before {
        content: '\f138'; }
  .panel-slider .slick-dots {
    list-style: none;
    padding: 25px 0 0;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center; }
    .panel-slider .slick-dots li {
      display: inline-block;
      padding: 0 6px; }
      .panel-slider .slick-dots li.slick-active button {
        background-color: #163052; }
    .panel-slider .slick-dots button {
      height: 18px;
      width: 18px;
      display: block;
      background-color: #363636;
      border-radius: 100%;
      border: 0;
      -moz-appearance: none;
      appearance: none;
      -webkit-appearance: none;
      font-size: 0;
      color: transparent; }

.panel-gray.fsContainer > .fsElementContent {
  background-color: #eaedf1; }

.fsContent > .fsElementContent > img[style*='float: right'] {
  margin-left: 30px;
  margin-bottom: 30px; }

.fsContent > .fsElementContent > img[style*='float: left'] {
  margin-right: 30px;
  margin-bottom: 30px; }

body.fsDraftMode .panel-slider, body.fsComposeMode .panel-slider {
  opacity: 1; }

.hero-image {
  position: relative;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .hero-image.element-loaded {
    opacity: 1; }
  body.fsComposeMode .hero-image {
    opacity: 1; }
  .hero-image .fsElementContent:before {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 33.33333%; }
  body.fsDraftMode .hero-image .fsElementContent,
  body.fsComposeMode .hero-image .fsElementContent {
    pointer-events: none; }
    body.fsDraftMode .hero-image .fsElementContent .fsContentOverlay,
    body.fsDraftMode .hero-image .fsElementContent .fsEditable,
    body.fsDraftMode .hero-image .fsElementContent .redactor-box,
    body.fsComposeMode .hero-image .fsElementContent .fsContentOverlay,
    body.fsComposeMode .hero-image .fsElementContent .fsEditable,
    body.fsComposeMode .hero-image .fsElementContent .redactor-box {
      display: none; }

body:not(.fsDraftMode) .panel-full-width, body:not(.fsComposeMode) .panel-full-width {
  max-width: 0vw;
  margin: 0 auto; }
  body:not(.fsDraftMode) .panel-full-width > .fsElementContent, body:not(.fsComposeMode) .panel-full-width > .fsElementContent {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }

body:not(.fsDraftMode) .panel-full-boundry > .fsElementContent, body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 800px) {
    body:not(.fsDraftMode) .panel-full-boundry > .fsElementContent, body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent {
      padding-right: 20px;
      padding-left: 20px; } }
  body:not(.fsDraftMode) .panel-full-boundry > .fsElementContent > .fsElement, body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent > .fsElement {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

body:not(.fsComposeMode) .panel-expanding {
  background-color: #2e3641; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .panel-expanding.panel-expanding-initials > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > header > .fsElementTitle {
      display: none; } }
  body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    transition: all 0.3s ease;
    position: relative; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent:hover > .fsContent.panel-expanding-overlay {
        z-index: -1;
        opacity: 0;
        top: 233px;
        transition: none; } }
    body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay {
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -ms-flex: none;
      flex: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      transition: all 0.5s ease 0.5s;
      padding-left: 40px;
      padding-right: 40px;
      opacity: 1; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay {
          top: 200px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay:hover {
          z-index: 100 !important;
          opacity: 1 !important;
          top: 200px !important; } }
      body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent {
        opacity: 1;
        z-index: 1;
        font-size: 22px;
        max-width: 500px;
        padding-top: 0;
        padding-top: 73px; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent {
            max-width: none; } }
        body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent h1 {
          color: #ffffff;
          font-family: "baskerville-urw", Georgia, serif;
          font-size: 42px;
          font-weight: bold;
          text-align: center;
          margin-bottom: 13px;
          letter-spacing: 0.07em; }
          @media (min-width: 400px) {
            body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent h1 {
              font-size: 78px;
              letter-spacing: 0.04em;
              margin-bottom: 24px; } }
          @media (min-width: 1000px) {
            body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent h1 {
              display: none; } }
        body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent p {
          font-size: 18px;
          line-height: 25px;
          font-weight: 500; }
          @media (min-width: 400px) {
            body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent p {
              font-size: 22px;
              line-height: 28px; } }
          @media (min-width: 1000px) {
            body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent p {
              line-height: 32px; } }
      @media (max-width: 999px) {
        body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay {
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; }
          body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > header {
            display: none;
            width: 100%; }
            body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > header > .fsElementTitle {
              position: static;
              padding: 0;
              margin: 0; }
          body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent {
            position: static;
            padding-top: 0;
            padding-bottom: 0;
            margin: 0; } }
    body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent {
      overflow: hidden;
      height: 420px;
      width: 100%;
      position: relative; }
      body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-item {
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px; }
        @media (max-width: 999px) {
          body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent.panel-expanding-item .fsElementTitle {
            display: none; } }
      @media (max-width: 999px) {
        body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent:not(.panel-expanding-overlay) + .fsContent {
          display: none; } }
      @media (min-width: 750px) {
        body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent {
          height: 440px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent {
          -ms-flex: 1 auto;
          flex: 1 auto;
          width: auto;
          height: 500px;
          transition: all 1s ease; } }
      body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent > header > .fsElementTitle {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        padding-top: 128px;
        color: #ffffff;
        font-family: "baskerville-urw", Georgia, serif;
        font-size: 105px;
        font-weight: bold;
        text-align: center; }
        body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent > header > .fsElementTitle .expanding-title-complete {
          width: auto;
          max-width: 0;
          display: inline-block;
          opacity: 0;
          transition: all 1s ease; }
      body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent > header > .fsElementHeaderContent {
        opacity: 0.4;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.3s ease; }
      body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent > .fsElementContent {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
        padding-top: 273px;
        transition: none; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent:hover {
          -ms-flex: 5 auto;
          flex: 5 auto; }
          body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent:hover > header .expanding-title-complete {
            max-width: 500px;
            opacity: 1; }
          body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent:hover > header > .fsElementHeaderContent {
            opacity: 0.6; }
          body:not(.fsComposeMode) .panel-expanding:not(.fsSharedContainer) > .fsElementContent > .fsContent:hover > .fsElementContent {
            z-index: 51;
            opacity: 1;
            transition: z-index 0.3s ease,
 opacity 0.3s ease 0.5s; } }
  body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    transition: all 0.3s ease;
    position: relative; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent:hover > .fsContent.panel-expanding-overlay {
        z-index: -1;
        opacity: 0;
        top: 233px;
        transition: none; } }
    body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay {
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -ms-flex: none;
      flex: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      transition: all 0.5s ease 0.5s;
      padding-left: 40px;
      padding-right: 40px;
      opacity: 1; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay {
          top: 200px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay:hover {
          z-index: 100 !important;
          opacity: 1 !important;
          top: 200px !important; } }
      body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent {
        opacity: 1;
        z-index: 1;
        font-size: 22px;
        max-width: 500px;
        padding-top: 0;
        padding-top: 73px; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent {
            max-width: none; } }
        body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent h1 {
          color: #ffffff;
          font-family: "baskerville-urw", Georgia, serif;
          font-size: 42px;
          font-weight: bold;
          text-align: center;
          margin-bottom: 13px;
          letter-spacing: 0.07em; }
          @media (min-width: 400px) {
            body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent h1 {
              font-size: 78px;
              letter-spacing: 0.04em;
              margin-bottom: 24px; } }
          @media (min-width: 1000px) {
            body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent h1 {
              display: none; } }
        body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent p {
          font-size: 18px;
          line-height: 25px;
          font-weight: 500; }
          @media (min-width: 400px) {
            body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent p {
              font-size: 22px;
              line-height: 28px; } }
          @media (min-width: 1000px) {
            body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent p {
              line-height: 32px; } }
      @media (max-width: 999px) {
        body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay {
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; }
          body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > header {
            display: none;
            width: 100%; }
            body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > header > .fsElementTitle {
              position: static;
              padding: 0;
              margin: 0; }
          body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-overlay > .fsElementContent {
            position: static;
            padding-top: 0;
            padding-bottom: 0;
            margin: 0; } }
    body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent {
      overflow: hidden;
      height: 420px;
      width: 100%;
      position: relative; }
      body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-item {
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px; }
        @media (max-width: 999px) {
          body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent.panel-expanding-item .fsElementTitle {
            display: none; } }
      @media (max-width: 999px) {
        body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent:not(.panel-expanding-overlay) + .fsContent {
          display: none; } }
      @media (min-width: 750px) {
        body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent {
          height: 440px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent {
          -ms-flex: 1 auto;
          flex: 1 auto;
          width: auto;
          height: 500px;
          transition: all 1s ease; } }
      body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent > header > .fsElementTitle {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        padding-top: 128px;
        color: #ffffff;
        font-family: "baskerville-urw", Georgia, serif;
        font-size: 105px;
        font-weight: bold;
        text-align: center; }
        body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent > header > .fsElementTitle .expanding-title-complete {
          width: auto;
          max-width: 0;
          display: inline-block;
          opacity: 0;
          transition: all 1s ease; }
      body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent > header > .fsElementHeaderContent {
        opacity: 0.4;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.3s ease; }
      body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent > .fsElementContent {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
        padding-top: 273px;
        transition: none; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent:hover {
          -ms-flex: 5 auto;
          flex: 5 auto; }
          body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent:hover > header .expanding-title-complete {
            max-width: 500px;
            opacity: 1; }
          body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent:hover > header > .fsElementHeaderContent {
            opacity: 0.6; }
          body:not(.fsComposeMode) .panel-expanding > .fsContainer > .fsElementContent > .fsContent:hover > .fsElementContent {
            z-index: 51;
            opacity: 1;
            transition: z-index 0.3s ease,
 opacity 0.3s ease 0.5s; } }

.compound-hero-image {
  position: relative;
  opacity: 0; }
  .compound-hero-image.element-loaded {
    opacity: 1; }
  .compound-hero-image:before {
    display: block;
    z-index: 10;
    content: '';
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .compound-hero-image .slick-prev,
  .compound-hero-image .slick-next {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 10;
    margin-top: 31.25%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer; }
    @media (min-width: 800px) {
      .compound-hero-image .slick-prev,
      .compound-hero-image .slick-next {
        margin-top: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .compound-hero-image .slick-prev:before,
    .compound-hero-image .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 40px;
      height: 40px;
      font-size: 38px;
      line-height: 40px;
      text-align: center;
      color: #ffffff;
      text-shadow: 0 1px 3px black; }
      @media (min-width: 1000px) {
        .compound-hero-image .slick-prev:before,
        .compound-hero-image .slick-next:before {
          font-size: 48px; } }
      @media (min-width: 1200px) {
        .compound-hero-image .slick-prev:before,
        .compound-hero-image .slick-next:before {
          font-size: 60px; } }
  .compound-hero-image .slick-prev {
    left: 2px; }
    @media (min-width: 1000px) {
      .compound-hero-image .slick-prev {
        left: 9px; } }
    @media (min-width: 1200px) {
      .compound-hero-image .slick-prev {
        left: 20px; } }
    .compound-hero-image .slick-prev:before {
      content: '\f104'; }
  .compound-hero-image .slick-next {
    right: 2px; }
    @media (min-width: 1000px) {
      .compound-hero-image .slick-next {
        right: 9px; } }
    @media (min-width: 1200px) {
      .compound-hero-image .slick-next {
        right: 20px; } }
    .compound-hero-image .slick-next:before {
      content: '\f105'; }

.compound-hero-image-slide {
  color: #ffffff;
  font-family: "baskerville-urw", Georgia, serif;
  position: relative;
  overflow: hidden;
  line-height: 25px;
  font-size: 19px;
  text-align: center; }
  @media (min-width: 800px) {
    .compound-hero-image-slide {
      height: 402px;
      letter-spacing: 0.05em; } }
  @media (min-width: 1200px) {
    .compound-hero-image-slide {
      height: 505px;
      line-height: 32px;
      font-size: 27px;
      letter-spacing: 0; } }
  .compound-hero-image-slide h1, .compound-hero-image-slide h2, .compound-hero-image-slide h3, .compound-hero-image-slide h4, .compound-hero-image-slide h5, .compound-hero-image-slide h6 {
    color: #ffffff;
    font-family: "baskerville-urw", Georgia, serif; }
  .compound-hero-image-slide h1 {
    font-size: 70px;
    line-height: 46px;
    letter-spacing: 0.03em; }
    @media (min-width: 1000px) {
      .compound-hero-image-slide h1 {
        font-size: 80px;
        line-height: 65px; } }
    @media (min-width: 1200px) {
      .compound-hero-image-slide h1 {
        font-size: 100px;
        line-height: 70px; } }
  .compound-hero-image-slide > header {
    display: none;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    right: calc( 25% - 108px);
    z-index: 10;
    overflow: hidden;
    background-color: #ffffff;
    height: 201px;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2e3641; }
    @media (min-width: 800px) {
      .compound-hero-image-slide > header {
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 900px) {
      .compound-hero-image-slide > header {
        right: calc( 50% - 333px);
        -ms-transform: none;
        transform: none; } }
    @media (min-width: 800px) {
      .compound-hero-image-slide > header {
        width: 274px; } }
    @media (min-width: 1200px) {
      .compound-hero-image-slide > header {
        height: 253px;
        width: 345px; } }
    .compound-hero-image-slide > header > .fsElementHeaderContent {
      padding-right: 20px;
      padding-left: 20px;
      width: 264px; }
      @media (min-width: 1200px) {
        .compound-hero-image-slide > header > .fsElementHeaderContent {
          padding-right: 40px;
          padding-left: 40px;
          max-height: 243px;
          width: 335px; } }
  .compound-hero-image-slide > .fsElementContent {
    position: relative; }
    @media (min-width: 800px) {
      .compound-hero-image-slide > .fsElementContent {
        height: 402px; } }
    @media (min-width: 1200px) {
      .compound-hero-image-slide > .fsElementContent {
        height: 505px; } }
  .compound-hero-image-slide > footer {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    overflow: hidden;
    background-color: #ffffff;
    height: 206px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7d1334; }
    @media (min-width: 800px) {
      .compound-hero-image-slide > footer {
        border: 5px solid #fff;
        position: absolute;
        bottom: 0;
        right: calc( 25% - 68px);
        z-index: 10; } }
    @media (min-width: 900px) {
      .compound-hero-image-slide > footer {
        right: calc( 50% - 293px); } }
    @media (min-width: 800px) {
      .compound-hero-image-slide > footer {
        width: 335px; } }
    @media (min-width: 1200px) {
      .compound-hero-image-slide > footer {
        height: 257px;
        width: 420px; } }
    .compound-hero-image-slide > footer .fs_style_23 {
      margin-top: 20px;
      letter-spacing: 0;
      width: auto; }
      @media (min-width: 1200px) {
        .compound-hero-image-slide > footer .fs_style_23 {
          margin-top: 25px; } }
    .compound-hero-image-slide > footer > .fsElementFooterContent {
      padding-right: 20px;
      padding-left: 20px;
      max-height: 196px;
      width: 100%; }
      @media (min-width: 320px) {
        .compound-hero-image-slide > footer > .fsElementFooterContent {
          padding-right: 30px;
          padding-left: 30px; } }
      @media (min-width: 800px) {
        .compound-hero-image-slide > footer > .fsElementFooterContent {
          width: 325px; } }
      @media (min-width: 1200px) {
        .compound-hero-image-slide > footer > .fsElementFooterContent {
          padding-right: 40px;
          padding-left: 40px;
          max-height: 247px;
          width: 410px; } }

.compound-hero-image-segment {
  display: block;
  max-height: 402px;
  background-position: center center;
  background-size: cover; }
  .compound-hero-image-segment:before {
    content: '';
    display: block;
    padding-bottom: 62.5%;
    width: 100%; }
  @media (min-width: 800px) {
    .compound-hero-image-segment {
      max-height: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  .compound-hero-image-segment:first-of-type {
    left: 0;
    right: calc( 25% + 161px); }
    @media (min-width: 900px) {
      .compound-hero-image-segment:first-of-type {
        right: calc( 50% - 64px); } }
    @media (min-width: 1200px) {
      .compound-hero-image-segment:first-of-type {
        right: calc( 50% + 7px); } }
  .compound-hero-image-segment:last-of-type {
    display: none;
    left: calc( 75% + 63px);
    right: 0; }
    @media (min-width: 900px) {
      .compound-hero-image-segment:last-of-type {
        left: calc( 50% + 288px); } }
    @media (min-width: 1200px) {
      .compound-hero-image-segment:last-of-type {
        left: calc( 50% + 288px); } }
    @media (min-width: 800px) {
      .compound-hero-image-segment:last-of-type {
        display: block; } }

.fsNews.alert-feeds-header .fsAlertFeeds, .fsNews.alert-feeds-normal .fsAlertFeeds,
.fsCalendar.alert-feeds-header .fsAlertFeeds,
.fsCalendar.alert-feeds-normal .fsAlertFeeds {
  opacity: 1; }

.fsNews.alert-feeds-header > header,
.fsCalendar.alert-feeds-header > header {
  zoom: 1;
  position: relative;
  padding-right: 60px; }
  .fsNews.alert-feeds-header > header:after,
  .fsCalendar.alert-feeds-header > header:after {
    display: table;
    clear: both;
    content: ''; }
  .fsNews.alert-feeds-header > header h2.fsElementTitle,
  .fsCalendar.alert-feeds-header > header h2.fsElementTitle {
    margin-bottom: 28px; }
  .fsNews.alert-feeds-header > header .fsAlertFeeds,
  .fsCalendar.alert-feeds-header > header .fsAlertFeeds {
    width: 60px;
    position: absolute;
    right: 0;
    bottom: 10px; }

.fsNews .fsAlertFeeds,
.fsCalendar .fsAlertFeeds {
  opacity: 0; }
  body.fsComposeMode .fsNews .fsAlertFeeds, body.fsComposeMode
  .fsCalendar .fsAlertFeeds {
    opacity: 1; }

.tuition .social-mashup-iframe {
  opacity: 0;
  margin-bottom: 20px;
  -ms-flex-order: 10;
  order: 10; }
  @media (min-width: 800px) {
    .tuition .social-mashup-iframe {
      margin-bottom: 0; } }
  .tuition .social-mashup-iframe.iframe-resized {
    opacity: 1; }

body.fsComposeMode.tuition .social-mashup-iframe {
  opacity: 1; }

#fsMediaPlayerDialogCloseButton:before, #fsMediaPlayerDialogCloseButton:after {
  background-color: #fff;
  opacity: 1; }

dialog[open] {
  animation: anim-scale 0.4s ease-in-out;
  display: block; }

dialog::backdrop {
  animation: anim-display 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.5) !important; }

dialog + .fsDialogBackdrop {
  animation: anim-display 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.5) !important;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #4b6ca6;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #7d1334; }
    .fsComposerFormEmbed form .required {
      color: #363636; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #4b6ca6;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #7d1334;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #363636 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #163052 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    min-width: 220px;
    margin: 0 0 10px;
    padding-top: 17px;
    padding-left: 46px;
    padding-right: 46px;
    padding-bottom: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    font-family: "proxima-nova", sans-serif;
    background: #9c2742;
    outline: 0;
    border: 0;
    border-radius: 4px;
    cursor: pointer; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: #882239;
      color: #ffffff; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    min-width: 220px;
    margin: 0 0 10px;
    padding-top: 17px;
    padding-left: 46px;
    padding-right: 46px;
    padding-bottom: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    font-family: "proxima-nova", sans-serif;
    background: #9c2742;
    outline: 0;
    border: 0;
    border-radius: 4px;
    cursor: pointer; }
    .fsAccount .fsAccountLogout a:hover {
      background: #882239;
      color: #ffffff; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    left: 0;
    line-height: 24px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      color: #121314;
      font-weight: normal;
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 9px;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

/*! elements - news v0.0.1 */
.fsNews > header,
.fsPostElement > header {
  border-bottom: 3px solid #dddddd; }
  .fsNews > header > .fsElementTitle,
  .fsPostElement > header > .fsElementTitle {
    color: #566a8d; }

.fsNews article,
.fsPostElement article {
  background-repeat: no-repeat; }

.fsNews .fsThumbnail,
.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 0.625em; }
  .fsNews .fsThumbnail img,
  .fsPostElement .fsThumbnail img {
    display: block; }

.fsNews .fsTitle,
.fsPostElement .fsTitle {
  color: #2e3641;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 1px; }
  .fsNews .fsTitle a,
  .fsPostElement .fsTitle a {
    color: inherit;
    font-size: inherit; }
    .fsNews .fsTitle a:hover,
    .fsPostElement .fsTitle a:hover {
      color: #7d1334; }

.fsNews .fsSummary,
.fsPostElement .fsSummary {
  color: #666666;
  line-height: 24px; }

.fsPostElement .fsTitle a {
  color: #566a8d; }
  .fsPostElement .fsTitle a:hover, .fsPostElement .fsTitle a:focus {
    color: #7d1334; }

.fsNews.fsList article,
.fsPostElement.fsList article {
  border-bottom: 2px solid #f3f3f3;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0; }
  .fsNews.fsList article:last-of-type,
  .fsPostElement.fsList article:last-of-type {
    border-bottom: 0; }
  .fsNews.fsList article .fsAuthor,
  .fsNews.fsList article .fsDateTime,
  .fsNews.fsList article .fsSummary,
  .fsPostElement.fsList article .fsAuthor,
  .fsPostElement.fsList article .fsDateTime,
  .fsPostElement.fsList article .fsSummary {
    display: block; }
  .fsNews.fsList article .fsBody,
  .fsPostElement.fsList article .fsBody {
    clear: both;
    margin-top: 10px; }

.fsNews.fsList > footer > .fsElementFooterContent,
.fsPostElement.fsList > footer > .fsElementFooterContent {
  border-top: 2px solid #f3f3f3; }
  .fsNews.fsList > footer > .fsElementFooterContent .fs_style_25,
  .fsPostElement.fsList > footer > .fsElementFooterContent .fs_style_25 {
    padding-top: 6px;
    display: block; }
    .fsNews.fsList > footer > .fsElementFooterContent .fs_style_25:after,
    .fsPostElement.fsList > footer > .fsElementFooterContent .fs_style_25:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-left: 7px;
      padding-right: 1px; }

.fsNews.fsList[class*="fsThumbnail"] .fsThumbnail,
.fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
  display: block;
  margin-top: 1px;
  margin-right: 21px;
  margin-bottom: 10px;
  height: 90px;
  width: 90px;
  float: left;
  border: 3px solid #eaedf1;
  border-radius: 100%;
  overflow: hidden; }
  @media (min-width: 800px) {
    #fsBannerLeft .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, #fsBannerLeft
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; } }
  @media (min-width: 1150px) {
    #fsBannerLeft .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, #fsBannerLeft
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: left;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    #fsBannerRight .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, #fsBannerRight
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; } }
  @media (min-width: 1150px) {
    #fsBannerRight .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, #fsBannerRight
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: left;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    .fsThreeColumnLayout .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsThreeColumnLayout
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; } }
  @media (min-width: 1000px) {
    .fsFourColumnLayout .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsFourColumnLayout
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; }
    .fsElephantRightLayout .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsElephantRightLayout
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; }
    .fsElephantLeftLayout .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsElephantLeftLayout
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; }
    .fsHasRightBanner .fsStyleOneThird .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsHasRightBanner .fsStyleOneThird
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; }
    .fsHasRightBanner .fsTwoColumnLayout .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsHasRightBanner .fsTwoColumnLayout
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; }
    .fsHasRightBanner .fsThreeColumnLayout .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsHasRightBanner .fsThreeColumnLayout
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; }
    .fsHasRightBanner .fsFourColumnLayout .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsHasRightBanner .fsFourColumnLayout
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; }
    .fsHasLeftBanner .fsTwoColumnLayout .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsHasLeftBanner .fsTwoColumnLayout
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; }
    .fsHasLeftBanner .fsStyleOneThird .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsHasLeftBanner .fsStyleOneThird
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; }
    .fsHasLeftBanner .fsThreeColumnLayout .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsHasLeftBanner .fsThreeColumnLayout
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; }
    .fsHasLeftBanner .fsFourColumnLayout .fsNews.fsList[class*="fsThumbnail"] .fsThumbnail, .fsHasLeftBanner .fsFourColumnLayout
    .fsPostElement.fsList[class*="fsThumbnail"] .fsThumbnail {
      float: none;
      margin-bottom: 10px; } }

.fsNews.fsGrid .fsListItems,
.fsPostElement.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -15px; }

.fsNews.fsGrid article,
.fsPostElement.fsGrid article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%; }
  .fsNews.fsGrid article .fsAuthor,
  .fsNews.fsGrid article .fsDateTime,
  .fsNews.fsGrid article .fsSummary,
  .fsPostElement.fsGrid article .fsAuthor,
  .fsPostElement.fsGrid article .fsDateTime,
  .fsPostElement.fsGrid article .fsSummary {
    display: block; }
  .fsNews.fsGrid article .fsBody,
  .fsPostElement.fsGrid article .fsBody {
    display: block;
    margin-top: 10px; }
  @media (min-width: 800px) {
    .fsNews.fsGrid article,
    .fsPostElement.fsGrid article {
      -ms-flex-align: start;
      align-items: flex-start; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article,
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article,
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article,
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%; } }

.no-flexbox .fsNews.fsGrid .fsListItems, .no-flexbox
.fsPostElement.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1; }
  .no-flexbox .fsNews.fsGrid .fsListItems:after, .no-flexbox
  .fsPostElement.fsGrid .fsListItems:after {
    display: table;
    clear: both;
    content: ''; }
  .no-flexbox .fsNews.fsGrid .fsListItems article, .no-flexbox
  .fsPostElement.fsGrid .fsListItems article {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1), .no-flexbox
.fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; } }

.fsNews.fsDialog .fsTitle {
  margin-top: 0;
  color: #121314;
  font-weight: normal;
  color: #9c2742;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px; }

.fsNews.fsDialog .fsDateTime {
  margin-bottom: 22px; }

.fsPostElement.fsSlideshow .fsElementSlideshowControls > button {
  right: 0;
  top: 15px; }

.fsPostElement.fsSlideshow article .fsAuthor,
.fsPostElement.fsSlideshow article .fsDateTime,
.fsPostElement.fsSlideshow article .fsSummary {
  display: block; }

.fsPostElement.fsPost.fsSingleItem article .fsAuthor,
.fsPostElement.fsPost.fsSingleItem article .fsDateTime,
.fsPostElement.fsPost.fsSingleItem article .fsSummary {
  display: block; }

.fsPostElement.fsPost.fsSingleItem article .fsBody {
  margin-top: 10px; }

.fsPostElement.fsPost.fsSingleItem.fsThumbnailLarge .fsThumbnail img {
  max-height: 300px; }

.fsPostToolsElement .fsToolsList {
  margin: 0;
  padding: 0;
  display: none; }
  @media (min-width: 600px) {
    .fsPostToolsElement .fsToolsList {
      display: block; } }
  .fsPostToolsElement .fsToolsList li {
    margin-right: 3px; }
    .fsPostToolsElement .fsToolsList li a {
      display: block;
      border-radius: 4px;
      background-color: #e5e5e5;
      padding: 11px 32px;
      color: #121314;
      font-size: 16px;
      font-weight: bold; }
      .fsPostToolsElement .fsToolsList li a:hover {
        background-color: #d2d5d9;
        color: #121314; }
    .fsPostToolsElement .fsToolsList li.fsStateSelected a {
      background-color: #9c2742;
      color: #ffffff; }

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #163052 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #eee;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "proxima-nova", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #363636;
      position: relative;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 16px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: black;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

.search-custom {
  padding-top: 13px;
  min-width: 36px; }
  .search-open .search-custom {
    padding-left: 5px; }
    .search-open .search-custom .search-form {
      max-width: 215px;
      margin-left: 0;
      opacity: 1; }
  .search-custom > header {
    right: 0;
    position: absolute;
    z-index: 1; }
  .search-custom .fsElementHeaderContent {
    padding-top: 13px; }
  .search-custom > .fsElementContent {
    margin-top: 13px;
    height: 36px;
    width: 36px;
    position: relative; }
  .search-custom .search-toggle {
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    line-height: 20px; }
    .search-custom .search-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      padding-left: 13px;
      width: 36px;
      line-height: 36px;
      height: 36px;
      font-size: 12px;
      color: #ffffff;
      display: block; }
  .search-custom .search-form {
    border-radius: 4px;
    background-color: #ffffff;
    position: relative;
    height: 36px;
    width: 215px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    margin-left: 15px;
    max-width: 0;
    overflow: hidden;
    transition: max-width 0.3s ease, opacity 0.3s ease, margin 0.3s ease; }
  .search-custom .search-input {
    width: 100%;
    outline: 0;
    border: 0;
    padding: 0 36px 0 12px;
    line-height: 36px;
    background-color: transparent; }
  .search-custom .search-submit {
    display: block;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center; }
    .search-custom .search-submit:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      width: 36px;
      line-height: 36px;
      height: 36px;
      font-size: 12px;
      color: #a4a4a4;
      display: block;
      background: transparent; }

.search-custom-mobile {
  margin-right: 50px; }
  .search-custom-mobile > .fsElementContent {
    padding: 10px 0 10px 10px; }
  .search-custom-mobile .search-form {
    border-radius: 4px;
    background-color: #5e0e28;
    position: relative;
    height: 36px;
    width: 100%; }
  .search-custom-mobile .search-input {
    width: 100%;
    padding: 0 12px 0 36px;
    outline: 0;
    border: 0;
    color: #ffffff;
    line-height: 36px;
    background-color: transparent;
    height: 36px; }
    .search-custom-mobile .search-input::-ms-clear {
      display: none; }
  .search-custom-mobile .search-submit {
    display: block;
    padding: 0;
    outline: 0;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .search-custom-mobile .search-submit:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      width: 36px;
      line-height: 36px;
      height: 36px;
      font-size: 12px;
      color: #a8586a;
      display: block;
      background: transparent; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #1c1c1c; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #fff !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #1c1c1c;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "proxima-nova", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #1c1c1c;
    position: relative;
    transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px;
      font-family: "proxima-nova", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #1c1c1c; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #163052; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #4b6ca6 !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #7d1334 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsFacebookList li {
  margin: 0;
  padding: 0; }

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsVimeoList li {
  margin: 0;
  padding: 0; }

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  background: #9c2742;
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer; }
  .vimeo_view_link a:hover {
    background: #882239;
    color: #ffffff; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsYoutubeList li {
  margin: 0;
  padding: 0; }

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  background: #9c2742;
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer; }
  .Youtube_view_link a:hover {
    background: #882239;
    color: #ffffff; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 3px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        border-radius: 4px;
        background-color: #e5e5e5;
        padding: 11px 32px;
        color: #121314;
        font-size: 16px;
        font-weight: bold; }
        .fsTabs .fsTabsNav li a:hover {
          background-color: #d2d5d9;
          color: #121314; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background-color: #9c2742;
        color: #ffffff; }
  .fsTabs .fsPanel {
    color: #4c4c4c; }
    .fsTabs .fsPanel > .fsElementContent {
      padding-left: 0;
      padding-right: 0; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

/*! pages - athletics v0.0.1 */
.home #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0; }

.home #fsPageContent {
  margin-bottom: 0; }

.home .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.home .panel-home-custom {
  padding: 53px 0 10px; }
  .home .panel-home-custom > header {
    zoom: 1;
    border-bottom: 2px solid #ffffff; }
    .home .panel-home-custom > header:after {
      display: table;
      clear: both;
      content: ''; }
    .home .panel-home-custom > header > .fsElementTitle {
      float: left;
      color: #2e3641;
      font-weight: 600;
      font-size: 36px;
      line-height: 40px;
      margin-bottom: 7px; }
    .home .panel-home-custom > header > .fsElementHeaderContent {
      float: right; }
      .home .panel-home-custom > header > .fsElementHeaderContent .fs_style_25 {
        display: block;
        padding-top: 15px; }
        .home .panel-home-custom > header > .fsElementHeaderContent .fs_style_25:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-left: 7px;
          padding-right: 1px; }
  .home .panel-home-custom.fsPostElement > header {
    border-bottom: 2px solid #ffffff; }
  .home .panel-home-custom.fsPostElement > .fsElementContent {
    padding-top: 7px; }
  .home .panel-home-custom.fsPostElement article {
    zoom: 1;
    position: relative; }
    .home .panel-home-custom.fsPostElement article:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 550px) {
      .home .panel-home-custom.fsPostElement article {
        padding-left: 265px;
        margin-top: 15px;
        margin-bottom: 6px;
        min-height: 210px; } }
    @media (min-width: 800px) {
      .home .panel-home-custom.fsPostElement article {
        padding-left: 1em;
        margin-top: 0;
        margin-bottom: 0;
        min-height: 0; } }
  .home .panel-home-custom.fsPostElement.fsThumbnailSquare .fsThumbnail, .home .panel-home-custom.fsPostElement.fsThumbnailRectangle .fsThumbnail {
    max-width: 210px; }
  .home .panel-home-custom.fsPostElement .fsThumbnail {
    margin: 0 auto 18px;
    border-radius: 100%;
    border: 5px solid #ffffff; }
    @media (min-width: 550px) {
      .home .panel-home-custom.fsPostElement .fsThumbnail {
        position: absolute;
        top: 0;
        left: 23px;
        width: 210px; } }
    @media (min-width: 800px) {
      .home .panel-home-custom.fsPostElement .fsThumbnail {
        position: static;
        top: auto;
        left: auto;
        width: auto; } }
    .home .panel-home-custom.fsPostElement .fsThumbnail img,
    .home .panel-home-custom.fsPostElement .fsThumbnail .fsCroppedImage {
      border-radius: 100%;
      display: block; }
  .home .panel-home-custom.fsPostElement .fsTitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 11px; }
    @media (min-width: 550px) {
      .home .panel-home-custom.fsPostElement .fsTitle {
        margin-top: 14px; } }
    @media (min-width: 800px) {
      .home .panel-home-custom.fsPostElement .fsTitle {
        margin-top: 0; } }
    .home .panel-home-custom.fsPostElement .fsTitle a {
      font-size: inherit;
      line-height: inherit;
      color: #2e3641; }
      .home .panel-home-custom.fsPostElement .fsTitle a:hover {
        color: #7d1334; }
  .home .panel-home-custom.fsPostElement .fsSummary {
    line-height: 24px;
    color: #666666; }
  .home .panel-home-custom.fsPostElement .fsNewsPostLink.fsReadMoreLink {
    text-transform: uppercase;
    color: #566a8d;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    display: block; }
    .home .panel-home-custom.fsPostElement .fsNewsPostLink.fsReadMoreLink:hover {
      color: #7d1334; }
  .home .panel-home-custom.fsNews > header {
    border-bottom: 2px solid #ffffff; }
  .home .panel-home-custom.fsNews > .fsElementContent {
    padding-top: 7px; }
  .home .panel-home-custom.fsNews article {
    zoom: 1;
    position: relative; }
    .home .panel-home-custom.fsNews article:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 550px) {
      .home .panel-home-custom.fsNews article {
        padding-left: 265px;
        margin-top: 15px;
        margin-bottom: 6px;
        min-height: 210px; } }
    @media (min-width: 800px) {
      .home .panel-home-custom.fsNews article {
        padding-left: 1em;
        margin-top: 0;
        margin-bottom: 0;
        min-height: 0; } }
  .home .panel-home-custom.fsNews.fsThumbnailMedium.fsThumbnailSquare .fsThumbnail, .home .panel-home-custom.fsNews.fsThumbnailMedium.fsThumbnailRectangle .fsThumbnail {
    max-width: 210px; }
  .home .panel-home-custom.fsNews .fsThumbnail {
    margin: 0 auto 18px;
    border-radius: 100%;
    border: 5px solid #ffffff; }
    @media (min-width: 550px) {
      .home .panel-home-custom.fsNews .fsThumbnail {
        position: absolute;
        top: 0;
        left: 23px;
        width: 210px; } }
    @media (min-width: 800px) {
      .home .panel-home-custom.fsNews .fsThumbnail {
        position: static;
        top: auto;
        left: auto;
        width: auto; } }
    .home .panel-home-custom.fsNews .fsThumbnail img,
    .home .panel-home-custom.fsNews .fsThumbnail .fsCroppedImage {
      border-radius: 100%;
      display: block; }
  .home .panel-home-custom.fsNews .fsTitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 11px; }
    @media (min-width: 550px) {
      .home .panel-home-custom.fsNews .fsTitle {
        margin-top: 14px; } }
    @media (min-width: 800px) {
      .home .panel-home-custom.fsNews .fsTitle {
        margin-top: 0; } }
    .home .panel-home-custom.fsNews .fsTitle a {
      font-size: inherit;
      line-height: inherit;
      color: #2e3641; }
      .home .panel-home-custom.fsNews .fsTitle a:hover {
        color: #7d1334; }
  .home .panel-home-custom.fsNews .fsSummary {
    line-height: 24px;
    color: #666666; }
  .home .panel-home-custom.fsNews .fsNewsPostLink.fsReadMoreLink {
    text-transform: uppercase;
    color: #566a8d;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    display: block; }
    .home .panel-home-custom.fsNews .fsNewsPostLink.fsReadMoreLink:hover {
      color: #7d1334; }
  .home .panel-home-custom.fsCalendar > header {
    border-bottom: 2px solid #dddddd; }
    .home .panel-home-custom.fsCalendar > header > .fsElementTitle {
      color: #7d1334; }
  .home .panel-home-custom.fsCalendar > .fsElementContent {
    padding-top: 34px; }
  .home .panel-home-custom.fsCalendar .slick-arrow {
    -ms-transform: none;
    transform: none;
    top: 71px; }
  .home .panel-home-custom.fsCalendar article {
    text-align: center;
    padding: 0; }
    .home .panel-home-custom.fsCalendar article .fsDate {
      height: 120px;
      width: 120px;
      margin: 0 auto 20px;
      padding-top: 0;
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto; }
      .home .panel-home-custom.fsCalendar article .fsDate > span.fsDay {
        font-size: 32px;
        line-height: 36px;
        font-weight: 600; }
    .home .panel-home-custom.fsCalendar article .fsTitle {
      padding-bottom: 5px;
      font-size: 18px;
      line-height: 22px; }
    .home .panel-home-custom.fsCalendar article .fsEventDetails {
      text-transform: uppercase;
      color: #666666; }
    .home .panel-home-custom.fsCalendar article .fsTimeRange,
    .home .panel-home-custom.fsCalendar article .fsLocation {
      padding-bottom: 8px;
      font-size: 14px;
      line-height: 16px; }

.home .panel-expanding-initials .panel-expanding-item > .fsElementContent {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px; }

.home .nav-sub-mobile {
  display: none; }

/*! pages - steam v0.0.1 */
.steam #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0; }

.steam #fsPageContent {
  margin-bottom: 0; }

.steam .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.steam .hero-image {
  position: relative; }
  .steam .hero-image > header {
    display: block;
    width: 100%;
    max-width: 1180px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    @media (min-width: 400px) {
      .steam .hero-image > header {
        padding-left: 40px;
        padding-right: 40px; } }
    .steam .hero-image > header > .fsElementTitle {
      display: block;
      color: #ffffff;
      font-family: "baskerville-urw", Georgia, serif;
      font-weight: bold;
      text-align: center;
      line-height: normal;
      font-size: 42px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 13px;
      letter-spacing: 0.07em; }
      @media (min-width: 400px) {
        .steam .hero-image > header > .fsElementTitle {
          font-size: 78px;
          letter-spacing: 0.04em;
          margin-bottom: 24px;
          line-height: 40px; } }
      @media (min-width: 1000px) {
        .steam .hero-image > header > .fsElementTitle {
          font-size: 105px;
          line-height: normal; } }
    .steam .hero-image > header .fsElementHeaderContent {
      font-size: 18px;
      line-height: 25px; }
      @media (min-width: 400px) {
        .steam .hero-image > header .fsElementHeaderContent {
          font-size: 22px;
          line-height: 28px; } }
  .steam .hero-image > .fsElementContent {
    max-height: 600px;
    min-height: 300px; }
    .steam .hero-image > .fsElementContent:before {
      background-color: #000000;
      opacity: 0.4;
      padding-bottom: 41.66667%;
      min-height: 300px; }

.steam .fsPageLayout > .fsDiv > .fsElement.panel-steam-icons {
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .steam .fsPageLayout > .fsDiv > .fsElement.panel-steam-icons {
      margin-bottom: 0; } }

.steam .panel-steam-icons .item-close {
  width: 60px;
  height: 60px;
  padding: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 399;
  cursor: pointer; }
  @media (min-width: 1000px) {
    .steam .panel-steam-icons .item-close {
      top: 45px;
      right: 45px; } }

.steam .panel-steam-icons .item-close-icon {
  height: 40px;
  width: 40px;
  border: 2px solid #dddddd;
  border-radius: 100%;
  position: relative; }
  .steam .panel-steam-icons .item-close-icon:before, .steam .panel-steam-icons .item-close-icon:after {
    content: '';
    display: block;
    position: absolute;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000000; }
  .steam .panel-steam-icons .item-close-icon:before {
    width: 2px;
    height: 16px;
    left: 17px;
    top: 10px; }
  .steam .panel-steam-icons .item-close-icon:after {
    width: 16px;
    height: 2px;
    left: 10px;
    top: 17px; }

body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  transition: all 0.3s ease;
  position: relative;
  height: 1000px; }
  @media (min-width: 1000px) {
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent {
      height: 400px;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent {
    position: static;
    overflow: visible;
    cursor: pointer;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: auto;
    height: 200px;
    transition: all 1s ease;
    display: block; }
    @media (min-width: 1000px) {
      body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent {
        height: 400px; } }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent > header {
      display: block;
      width: 100%;
      height: 200px;
      position: relative; }
      @media (min-width: 1000px) {
        body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent > header {
          height: 400px; } }
      body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent > header > .fsElementTitle {
        display: block;
        height: 136px;
        padding-top: 84px;
        margin-bottom: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 500;
        font-family: "proxima-nova", sans-serif;
        font-size: 25px;
        text-transform: uppercase; }
        body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent > header > .fsElementTitle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          position: absolute;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          font-size: 40px;
          color: #ffffff; }
        body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent > header > .fsElementTitle > span {
          display: inline-block;
          padding-top: 11px;
          padding-bottom: 11px;
          position: relative; }
          body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent > header > .fsElementTitle > span:before {
            content: '';
            display: block;
            border-top: 2px solid #ffffff;
            border-bottom: 2px solid #ffffff;
            position: absolute;
            top: 0;
            left: 50%;
            right: 50%;
            bottom: 0;
            opacity: 0;
            transition: opacity 0.6s ease, left 0.6s ease, right 0.6s ease; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      z-index: -1;
      padding-top: 0;
      color: #4c4c4c;
      cursor: default;
      opacity: 0;
      transition: opacity 0.3s ease, z-index 0s ease 0.3s; }
      @media (max-width: 999px) {
        body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent > .fsElementContent {
          -ms-flex-flow: column;
          flex-flow: column; } }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent .item-left {
      -ms-flex: 1 50%;
      flex: 1 50%;
      background-position: center center;
      background-size: cover; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent .item-right {
      -ms-flex: 1 50%;
      flex: 1 50%;
      text-align: left;
      background-color: #ffffff;
      position: relative; }
      @media (min-width: 1000px) {
        body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent .item-right {
          margin: 30px 30px 30px 0; } }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent .item-right-inner {
      position: relative;
      padding: 90px 30px 30px; }
      @media (min-width: 400px) {
        body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent .item-right-inner {
          padding: 90px 60px 0; } }
      @media (min-width: 750px) {
        body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent .item-right-inner {
          padding: 90px 92px 0; } }
      @media (min-width: 1000px) {
        body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent .item-right-inner {
          max-width: 590px;
          padding: 55px 92px 0; } }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent:nth-of-type(1) > header > .fsElementTitle:before {
      content: '\e906';
      top: 30px;
      font-size: 50px; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent:nth-of-type(2) > header > .fsElementTitle:before {
      content: '\e905';
      top: 30px;
      font-size: 50px; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent:nth-of-type(3) > header > .fsElementTitle:before {
      content: '\e904';
      top: 30px;
      font-size: 50px; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent:nth-of-type(4) > header > .fsElementTitle:before {
      content: '\e903';
      top: 30px;
      font-size: 50px; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent:nth-of-type(5) > header > .fsElementTitle:before {
      content: '\e902';
      top: 30px;
      font-size: 50px; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent.icon-community > header > .fsElementTitle:before {
      content: '\e913';
      top: 30px;
      font-size: 50px; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent.icon-future > header > .fsElementTitle:before {
      content: '\e914';
      top: 30px;
      font-size: 50px; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent:hover {
      -ms-flex: 1.5 auto;
      flex: 1.5 auto; }
      body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent:hover .fsElementTitle > span:before {
        opacity: 1;
        left: 0;
        right: 0; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent > .fsContent.item-modal > .fsElementContent {
      z-index: 200;
      opacity: 1;
      transition: opacity 0.3s ease, z-index 0s ease; }
  body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent.item-modal-open > .fsContent:hover {
    -ms-flex: 1 auto !important;
    flex: 1 auto !important; }
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent.item-modal-open > .fsContent:hover > header > .fsElementHeaderContent {
      opacity: 0.4; }
  @media (min-width: 1000px) {
    body.steam:not(.fsComposeMode) .panel-expanding.panel-expanding-icons > .fsContainer > .fsElementContent.item-modal-open > .fsContent.panel-expanding-item.item-modal {
      -ms-flex: 1.5 auto !important;
      flex: 1.5 auto !important; } }

.steam .panel-steam-icons > .fsElementContent {
  border-top: 10px solid #dddddd;
  border-bottom: 10px solid #dddddd; }

.steam .slick-track {
  border-bottom: 1px dashed blue; }

.steam .slideshow-custom-steam {
  padding-top: 20px;
  padding-bottom: 50px; }
  @media (min-width: 800px) {
    .steam .slideshow-custom-steam {
      padding-top: 50px; } }
  .steam .slideshow-custom-steam .slideshow-item {
    zoom: 1;
    height: auto; }
    .steam .slideshow-custom-steam .slideshow-item:after {
      display: table;
      clear: both;
      content: ''; }
    .steam .slideshow-custom-steam .slideshow-item .fsElementTitle {
      color: #9c2742;
      font-size: 40px;
      line-height: 40px; }
    .steam .slideshow-custom-steam .slideshow-item > .fsElementContent {
      padding-bottom: 40px; }
      @media (min-width: 800px) {
        .steam .slideshow-custom-steam .slideshow-item > .fsElementContent {
          float: left;
          width: 50%;
          padding-right: 10px;
          padding-bottom: 0; } }
  .steam .slideshow-custom-steam .slideshow-item-photos {
    width: calc(100% - 40px);
    position: relative; }
    @media (min-width: 800px) {
      .steam .slideshow-custom-steam .slideshow-item-photos {
        float: right;
        width: calc(50% - 50px);
        margin-left: 0;
        margin-right: 40px; } }
    .steam .slideshow-custom-steam .slideshow-item-photos:before {
      display: block;
      content: '';
      padding-top: 80px;
      padding-bottom: 60.34483%; }
    .steam .slideshow-custom-steam .slideshow-item-photos:after {
      display: block;
      content: '';
      border: 2px solid #eaedf1;
      position: absolute;
      top: 0;
      left: 40px;
      right: -40px;
      bottom: 0;
      z-index: 0; }
    .steam .slideshow-custom-steam .slideshow-item-photos .slideshow-photo {
      display: block;
      background-position: center center;
      background-size: cover;
      position: absolute;
      z-index: 10; }
      .steam .slideshow-custom-steam .slideshow-item-photos .slideshow-photo:before {
        content: '';
        display: block;
        padding-bottom: 65%; }
    .steam .slideshow-custom-steam .slideshow-item-photos .photo-top {
      width: 100%;
      top: 40px;
      left: 0; }
      .steam .slideshow-custom-steam .slideshow-item-photos .photo-top:before {
        padding-bottom: 60.34483%; }
    .steam .slideshow-custom-steam .slideshow-item-photos .photo-bottom {
      border-top: 20px solid #ffffff;
      border-left: 20px solid #ffffff; }
    .steam .slideshow-custom-steam .slideshow-item-photos.two-photos .photo-top {
      width: 68.96552%; }
    .steam .slideshow-custom-steam .slideshow-item-photos.two-photos .photo-bottom {
      width: 46.55172%;
      right: 0;
      bottom: 40px; }
  .steam .slideshow-custom-steam .slideshow-arrows {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0px; }
    @media (min-width: 800px) {
      .steam .slideshow-custom-steam .slideshow-arrows {
        width: calc(50% - 50px);
        top: 0px;
        bottom: auto;
        margin-right: 40px; } }
    .steam .slideshow-custom-steam .slideshow-arrows:before {
      content: '';
      display: block;
      padding-top: 80px;
      padding-bottom: 60.34483%; }
  .steam .slideshow-custom-steam .slideshow-arrows-inner {
    zoom: 1;
    display: block;
    width: 134px;
    height: 60px;
    padding: 18px 24px 0;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff; }
    .steam .slideshow-custom-steam .slideshow-arrows-inner:after {
      display: table;
      clear: both;
      content: ''; }
  .steam .slideshow-custom-steam .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #dddddd;
    position: relative;
    font-size: 1px;
    color: transparent;
    cursor: pointer; }
    .steam .slideshow-custom-steam .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 10px;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 24px;
      color: #000104;
      line-height: 14px;
      text-align: center; }
  .steam .slideshow-custom-steam .slick-prev {
    float: left; }
    .steam .slideshow-custom-steam .slick-prev:before {
      content: '\f104'; }
  .steam .slideshow-custom-steam .slick-next {
    float: right; }
    .steam .slideshow-custom-steam .slick-next:before {
      content: '\f105'; }

/*! pages - mashup v0.0.1 */
.mashup {
  margin: 0;
  padding: 0; }
  .mashup #fsPageBodyWrapper {
    padding-top: 0;
    padding-bottom: 0; }
  .mashup #fsPageContent {
    margin-bottom: 0; }
  .mashup .fsPageLayout > .fsDiv {
    margin-bottom: 0;
    padding-top: 0; }
  .mashup #fsPageBodyWrapper {
    margin: 0;
    padding: 0; }
  .mashup #fsPageBody {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0; }
  body.landing:not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner) #fsPageContent {
    max-width: 100%; }
  .mashup .fsPageLayout > .fsDiv > .fsElement:not(:last-child) {
    margin-bottom: 0px; }
  .mashup #fsPageContent {
    margin: 0;
    padding: 0; }
    .mashup #fsPageContent .fsPageLayout {
      margin: 0;
      padding: 0; }
      .mashup #fsPageContent .fsPageLayout > .fsDiv {
        margin: 0;
        padding: 0;
        border-bottom: 3px solid #dddddd; }
        @media (min-width: 600px) {
          .mashup #fsPageContent .fsPageLayout > .fsDiv {
            border-bottom: 20px solid #dddddd; } }
  .mashup .instagramCustom, .mashup .facebookCustom, .mashup .youtubeCustom,
  .mashup .custom-youtube, .mashup .twitterCustom, .mashup .wordpressCustom {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 20px;
    border-bottom: 3px solid #dddddd; }
    @media (min-width: 600px) {
      .mashup .instagramCustom, .mashup .facebookCustom, .mashup .youtubeCustom,
      .mashup .custom-youtube, .mashup .twitterCustom, .mashup .wordpressCustom {
        float: left;
        width: 50%;
        overflow-x: hidden;
        overflow-y: scroll;
        border-bottom: none; } }
    @media (min-width: 800px) {
      .mashup .instagramCustom, .mashup .facebookCustom, .mashup .youtubeCustom,
      .mashup .custom-youtube, .mashup .twitterCustom, .mashup .wordpressCustom {
        padding: 49px 80px 40px; } }
    .mashup .instagramCustom > header .fsElementTitle, .mashup .facebookCustom > header .fsElementTitle, .mashup .youtubeCustom > header .fsElementTitle, .mashup .custom-youtube > header .fsElementTitle, .mashup .twitterCustom > header .fsElementTitle, .mashup .wordpressCustom > header .fsElementTitle {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 13px;
      position: relative;
      padding-left: 37px; }
      .mashup .instagramCustom > header .fsElementTitle:before, .mashup .facebookCustom > header .fsElementTitle:before, .mashup .youtubeCustom > header .fsElementTitle:before, .mashup .custom-youtube > header .fsElementTitle:before, .mashup .twitterCustom > header .fsElementTitle:before, .mashup .wordpressCustom > header .fsElementTitle:before {
        display: block;
        width: 37px;
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .mashup .instagramCustom {
    background: #ffffff;
    color: #2e3641; }
    @media (min-width: 600px) {
      .mashup .instagramCustom {
        height: 520px;
        border-bottom: 10px solid #dddddd;
        border-right: 10px solid #dddddd; } }
    @media (min-width: 800px) {
      .mashup .instagramCustom {
        height: 680px;
        width: 43%; } }
    .mashup .instagramCustom > header .fsElementTitle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #7c95bf;
      font-size: 26px; }
    .mashup .instagramCustom > .fsElementContent p.descrip:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
  .mashup .facebookCustom {
    background: #566a8d;
    color: #ffffff; }
    @media (min-width: 600px) {
      .mashup .facebookCustom {
        height: 520px;
        border-bottom: 10px solid #dddddd;
        border-left: 10px solid #dddddd; } }
    @media (min-width: 800px) {
      .mashup .facebookCustom {
        height: 680px;
        width: 57%; } }
    .mashup .facebookCustom > header {
      border-bottom: 1px solid rgba(221, 221, 221, 0.5); }
      .mashup .facebookCustom > header .fsElementTitle {
        color: #ffffff;
        padding-left: 37px; }
        .mashup .facebookCustom > header .fsElementTitle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          width: 37px;
          font-size: 31px; }
    .mashup .facebookCustom article {
      border-bottom: 1px solid rgba(221, 221, 221, 0.5);
      padding-top: 25px;
      padding-bottom: 17px; }
      .mashup .facebookCustom article:last-of-type {
        border-bottom: 0; }
    .mashup .facebookCustom .entry-hdr {
      zoom: 1;
      padding-bottom: 17px; }
      .mashup .facebookCustom .entry-hdr:after {
        display: table;
        clear: both;
        content: ''; }
    .mashup .facebookCustom .profile-img {
      display: block;
      float: left;
      width: 35px;
      height: 35px;
      border-radius: 4px;
      overflow: hidden; }
    .mashup .facebookCustom .entry-name {
      float: left;
      padding-left: 17px;
      font-size: 15px;
      line-height: 35px;
      font-weight: bold; }
      .mashup .facebookCustom .entry-name a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit; }
    .mashup .facebookCustom .entry-atname {
      float: left;
      padding-left: 5px;
      color: #94a6c7;
      font-size: 13px;
      line-height: 35px;
      font-weight: bold; }
    .mashup .facebookCustom .entry-content {
      font-size: 15px;
      font-weight: 300;
      padding-bottom: 18px; }
    .mashup .facebookCustom .entry-photo {
      width: 100%; }
      .mashup .facebookCustom .entry-photo img {
        width: 100%; }
    .mashup .facebookCustom .entry-footer {
      zoom: 1;
      padding-top: 12px; }
      .mashup .facebookCustom .entry-footer:after {
        display: table;
        clear: both;
        content: ''; }
    .mashup .facebookCustom .entry-likes {
      float: left;
      font-size: 14px;
      font-weight: bold; }
    .mashup .facebookCustom .entry-time {
      float: right;
      color: #99abcc;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold; }
  .mashup .youtubeCustom,
  .mashup .custom-youtube {
    background: #2e3641;
    color: #ffffff; }
    @media (min-width: 600px) {
      .mashup .youtubeCustom,
      .mashup .custom-youtube {
        height: 720px;
        border-top: 10px solid #dddddd;
        border-right: 10px solid #dddddd; } }
    @media (min-width: 800px) {
      .mashup .youtubeCustom,
      .mashup .custom-youtube {
        height: 815px;
        width: 57%; } }
    .mashup .youtubeCustom > header,
    .mashup .custom-youtube > header {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .mashup .youtubeCustom > header .fsElementTitle,
      .mashup .custom-youtube > header .fsElementTitle {
        color: #ffffff;
        padding-left: 47px; }
        .mashup .youtubeCustom > header .fsElementTitle:before,
        .mashup .custom-youtube > header .fsElementTitle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          width: 47px;
          font-size: 32px; }
      .mashup .youtubeCustom > header .fsElementHeaderContent,
      .mashup .custom-youtube > header .fsElementHeaderContent {
        display: none; }
    .mashup .youtubeCustom > .fsElementContent,
    .mashup .custom-youtube > .fsElementContent {
      zoom: 1; }
      .mashup .youtubeCustom > .fsElementContent:after,
      .mashup .custom-youtube > .fsElementContent:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 800px) {
        .mashup .youtubeCustom > .fsElementContent article,
        .mashup .custom-youtube > .fsElementContent article {
          position: relative;
          display: inline-block;
          float: left;
          width: 50%; }
          .mashup .youtubeCustom > .fsElementContent article:nth-of-type(1), .mashup .youtubeCustom > .fsElementContent article:nth-of-type(3),
          .mashup .custom-youtube > .fsElementContent article:nth-of-type(1),
          .mashup .custom-youtube > .fsElementContent article:nth-of-type(3) {
            padding-right: 10px; }
          .mashup .youtubeCustom > .fsElementContent article:nth-of-type(2), .mashup .youtubeCustom > .fsElementContent article:nth-of-type(4),
          .mashup .custom-youtube > .fsElementContent article:nth-of-type(2),
          .mashup .custom-youtube > .fsElementContent article:nth-of-type(4) {
            padding-left: 10px; } }
      .mashup .youtubeCustom > .fsElementContent a.fsThumbnail,
      .mashup .custom-youtube > .fsElementContent a.fsThumbnail {
        width: 100%;
        height: auto; }
        .mashup .youtubeCustom > .fsElementContent a.fsThumbnail img,
        .mashup .custom-youtube > .fsElementContent a.fsThumbnail img {
          width: 100%;
          height: auto; }
    .mashup .youtubeCustom .entry-video,
    .mashup .custom-youtube .entry-video {
      margin-top: 22px;
      position: relative; }
    .mashup .youtubeCustom .entry-author,
    .mashup .custom-youtube .entry-author {
      font-size: 15px;
      font-weight: bold;
      opacity: 0.5;
      padding-top: 18px;
      padding-bottom: 6px; }
      .mashup .youtubeCustom .entry-author a,
      .mashup .custom-youtube .entry-author a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit; }
    .mashup .youtubeCustom .entry-title,
    .mashup .custom-youtube .entry-title {
      padding-bottom: 18px;
      font-size: 26px;
      line-height: 32px;
      font-weight: normal; }
      .mashup .youtubeCustom .entry-title a,
      .mashup .custom-youtube .entry-title a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit; }
    .mashup .youtubeCustom .entry-published,
    .mashup .custom-youtube .entry-published {
      padding-bottom: 4px;
      font-size: 13px;
      line-height: 20px;
      font-weight: normal;
      opacity: 0.3; }
      .mashup .youtubeCustom .entry-published:before,
      .mashup .custom-youtube .entry-published:before {
        content: 'Published on '; }
    .mashup .youtubeCustom .video-container,
    .mashup .custom-youtube .video-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .mashup .youtubeCustom .entry-content,
    .mashup .custom-youtube .entry-content {
      font-size: 16px;
      line-height: 24px; }
  .mashup .twitterCustom {
    background: #ffffff;
    color: #2e3641; }
    @media (min-width: 600px) {
      .mashup .twitterCustom {
        height: 510px;
        border-top: 10px solid #dddddd;
        border-bottom: 10px solid #dddddd;
        border-left: 10px solid #dddddd; } }
    @media (min-width: 800px) {
      .mashup .twitterCustom {
        height: 605px;
        width: 43%; } }
    .mashup .twitterCustom > header {
      border-bottom: 1px solid #d2d5d9; }
      .mashup .twitterCustom > header .fsElementTitle {
        padding-left: 43px; }
        .mashup .twitterCustom > header .fsElementTitle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          width: 43px;
          color: #48abf0;
          font-size: 34px; }
    .mashup .twitterCustom .tweets {
      padding-left: 0; }
    .mashup .twitterCustom .timeline-TweetList-tweet {
      list-style: none;
      padding: 22px 0 17px 0;
      margin: 0;
      border-bottom: 1px solid #d2d5d9; }
      .mashup .twitterCustom .timeline-TweetList-tweet:last-of-type {
        border-bottom: 0; }
    .mashup .twitterCustom .timeline-Tweet {
      zoom: 1; }
      .mashup .twitterCustom .timeline-Tweet:after {
        display: table;
        clear: both;
        content: ''; }
    .mashup .twitterCustom .TweetAuthor-link {
      zoom: 1; }
      .mashup .twitterCustom .TweetAuthor-link:after {
        display: table;
        clear: both;
        content: ''; }
      .mashup .twitterCustom .TweetAuthor-link .Avatar {
        display: block;
        float: left;
        height: 35px;
        width: 35px;
        border-radius: 4px;
        overflow: hidden; }
      .mashup .twitterCustom .TweetAuthor-link .TweetAuthor-name {
        display: block;
        float: left;
        padding-left: 17px;
        color: #000000;
        font-size: 15px;
        line-height: 35px;
        font-weight: bold; }
      .mashup .twitterCustom .TweetAuthor-link .TweetAuthor-screenName {
        display: block;
        float: left;
        padding-left: 5px;
        color: #828a99;
        font-size: 13px;
        line-height: 35px;
        font-weight: bold; }
    .mashup .twitterCustom .timeline-Tweet-text {
      padding-top: 18px;
      font-size: 26px;
      line-height: 32px; }
      .mashup .twitterCustom .timeline-Tweet-text a.link,
      .mashup .twitterCustom .timeline-Tweet-text a.hashtag {
        color: #059aca;
        font-weight: normal; }
    .mashup .twitterCustom .timeline-Tweet-metadata {
      float: right;
      clear: right; }
    .mashup .twitterCustom .timeline-Tweet-media {
      padding-bottom: 15px; }
    .mashup .twitterCustom .CroppedImage {
      position: relative;
      display: inline-block;
      overflow: hidden; }
    .mashup .twitterCustom .CroppedImage-image {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 100%;
      min-width: 100%; }
    .mashup .twitterCustom .CroppedImage--fillHeight .CroppedImage-image {
      height: 100%;
      width: auto; }
    .mashup .twitterCustom .CroppedImage--fillWidth .CroppedImage-image {
      width: 100%;
      height: auto; }
    .mashup .twitterCustom .FilledIframe {
      max-width: 100%;
      max-height: 100%; }
    .mashup .twitterCustom .FilledIframe--upscale {
      width: 100%;
      height: 100%; }
    .mashup .twitterCustom .ImageGrid {
      position: relative; }
    .mashup .twitterCustom .ImageGrid-image {
      position: absolute;
      width: 50%;
      padding-bottom: 25%;
      border: 0 solid #fff;
      -ms-transform: rotate(0);
      transform: rotate(0); }
    .mashup .twitterCustom .ImageGrid-image:nth-child(1) {
      width: 100%; }
    .mashup .twitterCustom .ImageGrid--2 .ImageGrid-image {
      padding-bottom: 50%; }
    .mashup .twitterCustom .ImageGrid--2 .ImageGrid-image-0 {
      top: 0;
      left: 0; }
    .mashup .twitterCustom .ImageGrid--2 .ImageGrid-image-1 {
      top: 0;
      right: 0;
      border-left-width: 1px; }
    .mashup .twitterCustom .ImageGrid--3 .ImageGrid-image-0 {
      float: left;
      padding-bottom: 50%;
      top: 0;
      left: 0; }
    .mashup .twitterCustom .ImageGrid--3 .ImageGrid-image-1 {
      top: 0;
      right: 0;
      border-left-width: 1px; }
    .mashup .twitterCustom .ImageGrid--3 .ImageGrid-image-2 {
      bottom: 0;
      right: 0;
      border-width: 1px 0 0 1px; }
    .mashup .twitterCustom .ImageGrid--4 .ImageGrid-image-0 {
      top: 0;
      left: 0; }
    .mashup .twitterCustom .ImageGrid--4 .ImageGrid-image-1 {
      top: 0;
      right: 0;
      border-left-width: 1px; }
    .mashup .twitterCustom .ImageGrid--4 .ImageGrid-image-2 {
      bottom: 0;
      left: 0;
      border-top-width: 1px; }
    .mashup .twitterCustom .ImageGrid--4 .ImageGrid-image-3 {
      bottom: 0;
      right: 0;
      border-width: 1px 0 0 1px; }
    .mashup .twitterCustom .ImageGrid--roundedTop.ImageGrid--2 .ImageGrid-image-0 {
      border-top-left-radius: 4px; }
    .mashup .twitterCustom .ImageGrid--roundedTop.ImageGrid--2 .ImageGrid-image-1 {
      border-top-right-radius: 4px; }
    .mashup .twitterCustom .ImageGrid--roundedTop.ImageGrid--3 .ImageGrid-image-0 {
      border-top-left-radius: 4px; }
    .mashup .twitterCustom .ImageGrid--roundedTop.ImageGrid--3 .ImageGrid-image-1 {
      border-top-right-radius: 4px; }
    .mashup .twitterCustom .ImageGrid--roundedTop.ImageGrid--4 .ImageGrid-image-0 {
      border-top-left-radius: 4px; }
    .mashup .twitterCustom .ImageGrid--roundedTop.ImageGrid--4 .ImageGrid-image-1 {
      border-top-right-radius: 4px; }
    .mashup .twitterCustom .ImageGrid--roundedBottom.ImageGrid--2 .ImageGrid-image-0 {
      border-bottom-left-radius: 4px; }
    .mashup .twitterCustom .ImageGrid--roundedBottom.ImageGrid--2 .ImageGrid-image-1 {
      border-bottom-right-radius: 4px; }
    .mashup .twitterCustom .ImageGrid--roundedBottom.ImageGrid--4 .ImageGrid-image-2 {
      border-bottom-left-radius: 4px; }
    .mashup .twitterCustom .ImageGrid--roundedBottom.ImageGrid--4 .ImageGrid-image-3 {
      border-bottom-right-radius: 4px; }
    .mashup .twitterCustom .PlayButton {
      font-size: 64px;
      background-color: transparent; }
    .mashup .twitterCustom .PlayButton--centered {
      margin-left: -32px;
      margin-top: -32px; }
    .mashup .twitterCustom .NaturalImage {
      position: relative; }
    .mashup .twitterCustom .NaturalImage-image {
      max-width: 100%;
      max-height: 100%;
      border: 0;
      line-height: 0;
      height: auto; }
    .mashup .twitterCustom .NaturalImage-ctaOverlay {
      position: absolute;
      top: 50%;
      left: 50%; }
    .mashup .twitterCustom .NaturalImage--rounded .NaturalImage-image, .mashup .twitterCustom .NaturalImage--roundedTop .NaturalImage-image {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .mashup .twitterCustom .NaturalImage--rounded .NaturalImage-image, .mashup .twitterCustom .NaturalImage--roundedBottom .NaturalImage-image {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .mashup .twitterCustom .NaturalImage--fill .NaturalImage-image {
      width: 100%; }
    .mashup .twitterCustom .MediaCard-media {
      position: relative;
      width: 100%;
      overflow: hidden; }
    .mashup .twitterCustom .MediaCard-widthConstraint {
      max-width: 100%; }
    .mashup .twitterCustom .MediaCard-mediaContainer {
      position: relative;
      padding-bottom: 0;
      background-color: #f5f8fa; }
    .mashup .twitterCustom .MediaCard-borderOverlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      border: 1px solid rgba(225, 232, 237, 0.75);
      border-radius: 4px 4px 0 0;
      box-sizing: border-box; }
    .mashup .twitterCustom .MediaCard-nsfwInfo {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 30;
      width: 100%;
      padding: 0 14px;
      box-sizing: border-box;
      text-align: center; }
    .mashup .twitterCustom .MediaCard-nsfwHeading {
      margin: 14px;
      font-size: 14px;
      font-weight: 700; }
    .mashup .twitterCustom .MediaCard-dismissNsfw {
      margin: 14px; }
    .mashup .twitterCustom .MediaCard-mediaAsset {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      line-height: 0;
      transition: opacity .5s;
      background-color: #fff; }
    .mashup .twitterCustom .MediaCard-mediaPlaceholder {
      background: #f5f8fa; }
    .mashup .twitterCustom .MediaCard-actionControl {
      position: absolute;
      top: 50%;
      left: 50%; }
    .mashup .twitterCustom .MediaCard-attributionOverlay {
      position: absolute;
      bottom: 8px;
      right: 12px;
      z-index: 20;
      padding: 4px;
      padding-right: 8px;
      border-radius: 4px;
      border: 1px solid transparent;
      background-color: rgba(0, 0, 0, 0.3);
      color: #ddd;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
      font-size: 12px;
      line-height: 18px;
      transition: background-color .3s ease-in; }
    .mashup .twitterCustom .MediaCard-attributionOverlay:hover {
      background-color: #292F33;
      border-color: #fff; }
    .mashup .twitterCustom .MediaCard-siteUser {
      margin: 0 0 14px; }
    .mashup .twitterCustom .MediaCard-bylineUser {
      color: #667580;
      margin: 14px 0; }
    .mashup .twitterCustom .MediaCard--mediaForward .MediaCard-media {
      background-color: #f5f8fa; }
    .mashup .twitterCustom .MediaCard--mediaForward .MediaCard-widthConstraint {
      margin: 0 auto; }
    .mashup .twitterCustom .MediaCard.is-nsfw .MediaCard-nsfwInfo {
      display: block; }
    .mashup .twitterCustom .MediaCard.is-nsfw .MediaCard-mediaAsset {
      opacity: 0; }
    .mashup .twitterCustom .timeline-Tweet-timestamp {
      color: #828a99;
      font-size: 13px; }
      .mashup .twitterCustom .timeline-Tweet-timestamp:hover {
        color: #3b94d9; }
    .mashup .twitterCustom .timeline-Tweet-actions {
      zoom: 1;
      float: left;
      clear: left;
      list-style: none;
      padding: 0;
      margin: 0; }
      .mashup .twitterCustom .timeline-Tweet-actions:after {
        display: table;
        clear: both;
        content: ''; }
      .mashup .twitterCustom .timeline-Tweet-actions h3 {
        margin-bottom: 0; }
      .mashup .twitterCustom .timeline-Tweet-actions ul {
        list-style: none;
        padding: 0;
        margin: 0; }
    .mashup .twitterCustom .timeline-Tweet-action {
      float: left;
      margin-right: 10px; }
    .mashup .twitterCustom .TweetAction.TweetAction--heart {
      display: block;
      float: left;
      color: #828a99; }
      .mashup .twitterCustom .TweetAction.TweetAction--heart:hover {
        color: #3b94d9; }
      .mashup .twitterCustom .TweetAction.TweetAction--heart .TweetAction-icon {
        color: #828a99; }
        .mashup .twitterCustom .TweetAction.TweetAction--heart .TweetAction-icon:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #828a99;
          display: inline-block;
          font-size: 20px; }
        .mashup .twitterCustom .TweetAction.TweetAction--heart .TweetAction-icon:hover {
          color: #3b94d9; }
          .mashup .twitterCustom .TweetAction.TweetAction--heart .TweetAction-icon:hover:before {
            color: #3b94d9; }
    .mashup .twitterCustom .TweetAction.TweetAction--share {
      color: #828a99; }
      .mashup .twitterCustom .TweetAction.TweetAction--share:hover {
        color: #3b94d9; }
      .mashup .twitterCustom .TweetAction.TweetAction--share .Icon--share {
        color: #828a99; }
        .mashup .twitterCustom .TweetAction.TweetAction--share .Icon--share:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #828a99;
          display: inline-block;
          font-size: 20px; }
        .mashup .twitterCustom .TweetAction.TweetAction--share .Icon--share:hover {
          color: #3b94d9; }
          .mashup .twitterCustom .TweetAction.TweetAction--share .Icon--share:hover:before {
            color: #3b94d9; }
    .mashup .twitterCustom .timeline-ShareMenu {
      position: relative; }
      .mashup .twitterCustom .timeline-ShareMenu:hover .timeline-ShareMenu-container {
        top: auto;
        left: -18px;
        bottom: calc(100% + 4px); }
    .mashup .twitterCustom .timeline-ShareMenu-title {
      padding: 10px 15px 5px 15px;
      font-size: 12px;
      font-weight: 300;
      line-height: 16.8px;
      color: #667580; }
    .mashup .twitterCustom .timeline-ShareMenu-option {
      display: inline-block;
      width: 100%;
      padding: 2px 15px;
      color: #292F33 !important;
      font-size: 14px;
      line-height: 19.6px;
      white-space: nowrap; }
      .mashup .twitterCustom .timeline-ShareMenu-option:hover {
        color: #ffffff !important;
        background-color: #3b94d9; }
    .mashup .twitterCustom .timeline-ShareMenu-container {
      position: absolute;
      left: -9999em;
      top: -9999em;
      z-index: 1000;
      padding-bottom: 4px;
      min-width: 130px;
      background-color: #fff;
      border: 1px solid transparent;
      border-radius: 4px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
    .mashup .twitterCustom .timeline-ShareMenu-caret,
    .mashup .twitterCustom .timeline-ShareMenu-caret:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .mashup .twitterCustom .timeline-ShareMenu-caret {
      left: 25px;
      margin-left: -9px;
      border-width: 9px;
      bottom: -9px;
      border-bottom-width: 0;
      border-top-color: rgba(15, 70, 100, 0.12); }
      .mashup .twitterCustom .timeline-ShareMenu-caret:after {
        content: "";
        bottom: -6px;
        border-bottom-width: 0;
        border-top-color: #fff;
        margin-left: -8px;
        border-width: 8px; }
  .mashup .fsFeeds.wordpressCustom .feed-item.j-blog {
    background: none;
    min-height: 0px;
    margin-bottom: 0; }
    .mashup .fsFeeds.wordpressCustom .feed-item.j-blog > a {
      display: none; }
    .mashup .fsFeeds.wordpressCustom .feed-item.j-blog .j-meta.j-blog {
      display: none; }
  .mashup .fsFeeds.wordpressCustom .j-text {
    margin: 0 !important;
    min-height: 0 !important;
    padding: 10px 0 !important; }
    .mashup .fsFeeds.wordpressCustom .j-text .j-message > p {
      display: none; }
    .mashup .fsFeeds.wordpressCustom .j-text .j-title {
      padding-top: 17px;
      padding-bottom: 7px;
      font-size: 18px;
      line-height: 22px;
      font-weight: normal;
      cursor: pointer; }
      .mashup .fsFeeds.wordpressCustom .j-text .j-title p {
        margin-bottom: 5px !important; }
      .mashup .fsFeeds.wordpressCustom .j-text .j-title a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit; }
    .mashup .fsFeeds.wordpressCustom .j-text .info {
      padding-bottom: 4px;
      color: #ffce80;
      font-size: 13px;
      line-height: 20px;
      font-weight: normal; }
      .mashup .fsFeeds.wordpressCustom .j-text .info > a {
        color: #ffce80; }
        .mashup .fsFeeds.wordpressCustom .j-text .info > a:before {
          display: none; }
  .mashup .wordpressCustom {
    background: #ed9203;
    color: #ffffff;
    border-bottom: none;
    min-height: 80px; }
    @media (min-width: 600px) {
      .mashup .wordpressCustom {
        height: 210px;
        border-top: 10px solid #dddddd;
        border-left: 10px solid #dddddd; } }
    @media (min-width: 800px) {
      .mashup .wordpressCustom {
        width: 43%;
        padding: 39px 50px 28px; } }
    .mashup .wordpressCustom > header {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .mashup .wordpressCustom > header .fsElementTitle {
        color: #ffffff;
        padding-left: 49px; }
        .mashup .wordpressCustom > header .fsElementTitle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          width: 49px;
          font-size: 34px; }
    .mashup .wordpressCustom .fsElementContent {
      position: relative; }
      .mashup .wordpressCustom .fsElementContent h2 {
        margin-bottom: 0; }
      .mashup .wordpressCustom .fsElementContent a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-right: 10px; }
    .mashup .wordpressCustom .entry-title {
      padding-top: 17px;
      padding-bottom: 7px;
      font-size: 26px;
      line-height: 32px;
      font-weight: normal; }
      .mashup .wordpressCustom .entry-title a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit; }
    .mashup .wordpressCustom .entry-published {
      padding-bottom: 4px;
      color: #ffce80;
      font-size: 13px;
      line-height: 20px;
      font-weight: normal; }
  .mashup .instagram-entry {
    width: 100%; }
    .mashup .instagram-entry .entry-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .mashup .instagram-entry .entry-image:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 100%; }
    .mashup .instagram-entry .entry-author {
      display: block;
      padding-top: 18px;
      padding-bottom: 2px; }
    .mashup .instagram-entry .entry-screenname {
      display: inline-block;
      color: #000000;
      font-size: 15px;
      line-height: 35px;
      font-weight: bold; }
    .mashup .instagram-entry .entry-username {
      display: inline-block;
      padding-left: 0;
      color: #828a99;
      font-size: 13px;
      line-height: 35px;
      font-weight: bold; }
    .mashup .instagram-entry .entry-content > *:last-child {
      margin-bottom: 0; }
    .mashup .instagram-entry .entry-footer {
      zoom: 1;
      padding-top: 12px; }
      .mashup .instagram-entry .entry-footer:after {
        display: table;
        clear: both;
        content: ''; }
    .mashup .instagram-entry .entry-likes {
      display: block;
      float: left;
      color: #828a99;
      font-size: 13px;
      font-weight: bold;
      line-height: 24px;
      vertical-align: middle;
      color: #828a99; }
      .mashup .instagram-entry .entry-likes:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        font-size: 20px;
        font-weight: normal;
        line-height: 24px;
        vertical-align: middle; }
    .mashup .instagram-entry .entry-posted {
      display: block;
      float: right;
      color: #828a99;
      font-size: 13px;
      line-height: 24px; }
      .mashup .instagram-entry .entry-posted:hover {
        color: #3b94d9; }
  .mashup .twitterCustom .juicer-feed.user li.feed-item {
    border: 0px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #d2d5d9; }

.mashup .custom-youtube > .fsElementContent article.fsFeed-post {
  width: 100%;
  padding-right: 0; }

.ath-insta .fsElementContent {
  height: 535px;
  max-width: 290px;
  overflow: scroll;
  border: 4px solid #125688;
  border-radius: 4px;
  float: left; }
  .ath-insta .fsElementContent .juicer-feed.user li.feed-item {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0 !important; }

/*! pages - athletics v0.0.1 */
.athletics #fsPageBodyWrapper {
  padding-bottom: 0; }

.athletics #fsPageContent {
  margin-bottom: 0; }

.athletics .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

/*
  .fsPageTitle {
    display: none;
  }
  #fsPageBodyWrapper {
    padding: 40px $gutter 0;

  }
  #fsPageContent {
    margin: 0;
  }
  .fsPageLayout {
    > .fsDiv {
      margin-bottom: 0;
      > *:last-child {
        margin-bottom: 0;
      }
    }
  }
  .fsElementTitle {
    font-size: 25px;
    color: $element-title-color;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: $gutter;
  }
*/
@media (min-width: 900px) {
  .ath-three-col .fsStyleColumn-1 {
    width: 325px; } }

@media (min-width: 900px) {
  .ath-three-col .fsStyleColumn-2 {
    width: calc( 100% - 325px - 323px); } }

@media (min-width: 900px) {
  .ath-three-col .fsStyleColumn-3 {
    width: 323px; } }

/*
  .drawer {
    background: $nav-bg;
    top: 190px;
    @include breakpoint($bp-huge){
      top: 200px;
    }
  }
  .drawer-ribbon {
    background: $nav-bg;
    width: 100%;
    text-align: center;
  }
  .drawer-trigger {
    max-width: 100%;
    color: #fff;
    line-height: 0;
    font-size: 14px;
    &:before, &:after {
      max-width: 20px;
      margin-left: -40px;
    }
  }
  .header-top {
    height: 140px;
    @include breakpoint($bp-huge){
      height: auto;
    }
    &:after {
      content: '';
      clear: both;
      display: block;
      width: 100%;
    }
  }
  .landing-info {
    float: left;
  }
*/
.athletics .fsTwoColumnTopLayout .fsTwoColumnLayout > .fsDiv {
  width: 100%; }
  @media (min-width: 800px) {
    .athletics .fsTwoColumnTopLayout .fsTwoColumnLayout > .fsDiv:first-child {
      padding-right: 25px; } }
  @media (min-width: 800px) {
    .athletics .fsTwoColumnTopLayout .fsTwoColumnLayout > .fsDiv:first-child {
      width: 325px; } }
  @media (min-width: 800px) {
    .athletics .fsTwoColumnTopLayout .fsTwoColumnLayout > .fsDiv:last-child {
      width: calc(100% - 325px);
      padding-left: 25px; } }

.ath-2-search {
  float: right;
  position: relative;
  color: #fff; }
  @media (min-width: 700px) {
    .ath-2-search {
      top: 20px; } }
  @media (min-width: 900px) {
    .ath-2-search {
      top: 50px; } }
  .ath-2-search:hover input[type="text"] {
    width: 180px;
    opacity: 1; }
  .ath-2-search button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0; }
  .ath-2-search input[type="text"] {
    width: 0;
    height: 30px;
    padding: 3px 40px 3px 15px;
    border: 0;
    border-radius: 30px;
    background: #7d1334;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -webkit-appearance: none; }
  .ath-2-search button[type="submit"] {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: #7d1334; }
    .ath-2-search button[type="submit"]:before {
      content: "O-";
      font-size: 13px;
      font-family: "IcoMoon";
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      line-height: 0; }

.fsTabs.ath-seasons {
  margin-bottom: 60px;
  position: relative; }
  .fsTabs.ath-seasons .fsElementTitle {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500; }
  .fsTabs.ath-seasons .fsTabsNav {
    display: block;
    text-align: center;
    background: #fff; }
    .fsTabs.ath-seasons .fsTabsNav li a {
      border-radius: 0; }
  @media (max-width: 900px) {
    .fsPanelGroup.fsTabs.ath-seasons > .fsElementContent > .fsPanel > header {
      display: none; } }
  .fsPanelGroup.fsTabs.ath-seasons > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none; }
  .fsTabs.ath-seasons li.fsTabsNavItem a {
    margin: 0;
    padding: 19px 30px 18px;
    color: rgba(46, 54, 65, 0.6);
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    box-shadow: 0 -4px 0 rgba(125, 19, 52, 0); }
    .fsTabs.ath-seasons li.fsTabsNavItem a:hover {
      color: rgba(125, 19, 52, 0.8);
      background: #fff;
      box-shadow: 0 -4px 0 rgba(125, 19, 52, 0.8); }
  .fsTabs.ath-seasons li.fsTabsNavItem.fsStateSelected a {
    color: #7d1334;
    background: #eaedf1;
    box-shadow: 0 -4px 0 #7d1334; }
  .fsTabs.ath-seasons .fsPanel {
    position: relative;
    margin: 0 auto;
    max-width: 60em;
    max-width: 60rem;
    padding: 20px;
    position: relative;
    background: #eaedf1; }
    .fsTabs.ath-seasons .fsPanel > .fsElementContent {
      padding-top: 24px;
      padding-bottom: 0; }
  .fsTabs.ath-seasons .fsAthleticsTeam {
    margin-bottom: 0; }
  .fsTabs.ath-seasons .fsAthleticsTeamDirectory {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fsTabs.ath-seasons li[data-sport] {
    margin: 0 30px 20px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    @media (min-width: 600px) {
      .fsTabs.ath-seasons li[data-sport] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%; } }
    .fsTabs.ath-seasons li[data-sport] li {
      padding-top: 4px;
      padding-bottom: 4px; }
  .fsTabs.ath-seasons li[data-sport]:before {
    content: attr(data-sport);
    display: block;
    padding-bottom: 4px;
    color: #363636;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    pointer-events: auto; }
  .fsTabs.ath-seasons li[data-sport="CrossCountry"]:before {
    content: "Cross Country"; }
  .fsTabs.ath-seasons li[data-sport="FlagFootball"]:before {
    content: "Flag Football"; }
  .fsTabs.ath-seasons li[data-sport="UltimateFrisbee"]:before {
    content: "Ultimate Frisbee"; }

.ath-cal-slider.fsElement > header,
.ath-scoreboard.fsElement > header {
  border-bottom: 0; }
  .ath-cal-slider.fsElement > header > .fsElementTitle,
  .ath-scoreboard.fsElement > header > .fsElementTitle {
    margin-top: 0;
    color: #121314;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #2e3641; }

.ath-cal-slider footer a,
.ath-scoreboard footer a {
  color: #a9abad; }
  .ath-cal-slider footer a:hover,
  .ath-scoreboard footer a:hover {
    color: #4b6ca6; }

@media (min-width: 900px) {
  .ath-cal-slider.fsCalendar {
    padding-right: 40px; } }

.ath-cal-slider.fsCalendar article {
  padding-left: 87px;
  min-height: 103px; }

.ath-cal-slider.fsCalendar .fsDate {
  width: 70px;
  height: 70px;
  padding-top: 7px;
  border-radius: 100%;
  font-size: 14px;
  line-height: 1;
  background: #9c2742; }

.ath-cal-slider.fsCalendar .fsTitle,
.ath-cal-slider.fsCalendar .fsTitle a {
  color: #4b6ca6;
  font-size: 16px;
  font-weight: bold; }

.ath-cal-slider.fsCalendar .fsTitle a:hover {
  color: #2b3e60; }

.ath-cal-slider.fsCalendar .fsMonth {
  text-transform: uppercase; }

.ath-cal-slider.fsCalendar .fsDate > .fsDay {
  font-size: 24px; }

.ath-cal-slider.fsCalendar .fsYear {
  display: none; }

.ath-cal-slider.fsCalendar .ath-cal-dots {
  float: left; }

.ath-cal-slider.fsCalendar footer {
  padding-top: 9px;
  font-size: 14px; }
  .ath-cal-slider.fsCalendar footer:after {
    content: '';
    display: block;
    clear: both;
    width: 100%; }
  .ath-cal-slider.fsCalendar footer a {
    float: right;
    text-align: right; }
  .ath-cal-slider.fsCalendar footer .fsElementFooterContent {
    border-top: 0; }
    .ath-cal-slider.fsCalendar footer .fsElementFooterContent a.fs_style_25 {
      padding-top: 0; }

.ath-cal-dots, .ath-cal-dots ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.ath-cal-dots li {
  margin: 0;
  padding: 0; }

.ath-cal-dots ul {
  padding-top: 8px;
  margin-left: -2px;
  margin-right: -2px; }

.ath-cal-dots li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px; }
  .ath-cal-dots li.slick-active button {
    background: #7d1334; }

.ath-cal-dots button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: block;
  color: transparent;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border-radius: 10px;
  background: #c2c2c2; }

.ath-facebook {
  zoom: 1; }
  .ath-facebook:after {
    display: table;
    clear: both;
    content: ''; }
  .ath-facebook > .fsElementContent {
    border: 4px solid #566a8d;
    border-radius: 4px;
    float: left; }

.ath-scoreboard {
  margin-bottom: 40px; }
  .ath-scoreboard .fsListItems article {
    margin-bottom: 0; }
  .ath-scoreboard article {
    padding: 10px;
    margin-bottom: 0;
    background: #edf0ff; }
    .ath-scoreboard article:after {
      content: '';
      clear: both;
      display: block;
      width: 100%; }
    .ath-scoreboard article > * {
      display: inline-block; }
    .ath-scoreboard article:nth-of-type(even) {
      background: none; }
    .ath-scoreboard article .fsTitle {
      color: #4b6ca6; }
    .ath-scoreboard article.fsResultWin .fsAthleticsResult:before {
      content: 'W'; }
  .ath-scoreboard .fsDateTime {
    text-align: left;
    float: left;
    padding-right: 20px; }
  .ath-scoreboard .fsAthleticsResultWrapper {
    zoom: 1;
    display: block;
    float: right;
    text-align: left;
    width: 90px; }
    .ath-scoreboard .fsAthleticsResultWrapper:after {
      display: table;
      clear: both;
      content: ''; }
  .ath-scoreboard .fsAthleticsResult {
    display: block;
    float: left;
    width: 24px;
    padding-right: 6px;
    position: relative;
    font-size: 1px;
    color: transparent;
    line-height: normal;
    text-align: center; }
    .ath-scoreboard .fsAthleticsResult:before {
      content: 'L';
      display: block;
      font-size: 16px;
      color: #2e3641;
      font-weight: 600; }
    .ath-scoreboard .fsAthleticsResult:after {
      content: '';
      display: block;
      width: 1px;
      height: 11px;
      position: absolute;
      top: 4px;
      right: 0;
      background-color: rgba(46, 54, 65, 0.5); }
  .ath-scoreboard .fsAthleticsScore {
    display: block;
    float: left;
    width: 62px;
    padding-left: 8px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 400;
    line-height: normal; }
  .ath-scoreboard footer {
    zoom: 1;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px; }
    .ath-scoreboard footer:after {
      display: table;
      clear: both;
      content: ''; }
    .ath-scoreboard footer .fs_style_25 {
      float: right; }
      .ath-scoreboard footer .fs_style_25:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 7px;
        padding-right: 1px; }

.ath-coach-slider {
  padding: 40px 20px;
  position: relative;
  text-align: center;
  background: #eee; }
  .ath-coach-slider .fsElementTitle {
    margin-bottom: 40px;
    color: #163052;
    font-size: 30px;
    text-align: center; }
  .ath-coach-slider:before, .ath-coach-slider:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    background: #eee; }
  .ath-coach-slider:before {
    left: -100vw; }
  .ath-coach-slider:after {
    right: -100vw; }
  .ath-coach-slider .fsConstituentItem {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .ath-coach-slider .slick-slider {
    margin-left: -20px;
    margin-right: -20px; }
  .ath-coach-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .ath-coach-slider .fsConstituentItem {
    height: auto;
    margin: 0 10px; }
  .ath-coach-slider .fsEmail {
    -ms-flex-order: 3;
    order: 3;
    line-height: .8;
    display: block; }
    .ath-coach-slider .fsEmail a {
      color: #7d1334; }
  .ath-coach-slider .fsFullName, .ath-coach-slider .fsFullName a {
    color: #363636;
    font-size: 18px;
    -ms-flex-order: 2;
    order: 2;
    font-weight: bold; }
    .ath-coach-slider .fsFullName:hover, .ath-coach-slider .fsFullName a:hover {
      color: #7d1334; }
  .ath-coach-slider .fsRoles {
    -ms-flex-order: 4;
    order: 4; }
    .ath-coach-slider .fsRoles:before {
      content: "I COACH:";
      display: block;
      margin-top: 15px;
      color: #363636;
      font-size: 15px;
      font-weight: bold; }
  .ath-coach-slider .fsPhoto {
    -ms-flex-order: 0;
    order: 0; }

.ath-coach-arrows {
  text-align: center;
  padding: 20px 0;
  vertical-align: middle; }
  .ath-coach-arrows .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #7d1334;
    position: relative;
    z-index: 9999;
    color: transparent;
    font-family: "IcoMoon";
    background: none; }
    .ath-coach-arrows .slick-arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #7d1334; }
  .ath-coach-arrows .slick-prev {
    border-right: 0; }
    .ath-coach-arrows .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .ath-coach-arrows .slick-next {
    border-left: 0; }
    .ath-coach-arrows .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.athletics-button:last-of-type {
  margin-bottom: 40px; }

.athletics-button p:empty {
  display: none; }

.athletics-button a {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  background: #163052;
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
  .athletics-button a:hover {
    background: #11243e;
    color: #fff; }
  .athletics-button a:hover {
    background: #4b6ca6; }
  .athletics-button a strong {
    font-size: 15px;
    text-transform: none;
    font-weight: normal; }

.module-athletics {
  padding: 20px;
  border: 1px solid #dddddd;
  border-top: 0;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  background: #fcfcfc;
  box-shadow: 0 -4px 0 #4b6ca6; }
  .module-athletics .fsElementTitle {
    color: #363636;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center; }

.ath-slideshow-container > header {
  display: none; }

.ath-grid-contain {
  height: 500px;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  background-color: #000000; }
  body:not(.fsDraftMode) .ath-2-slide {
    display: none; }
  .ath-grid-contain .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 299;
    color: transparent;
    background: #ffffff; }
    .ath-grid-contain .slick-arrow:before {
      content: '';
      display: block;
      height: 22px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #163052;
      font-size: 36px;
      line-height: 19px; }
  .ath-grid-contain .slick-prev {
    left: 0; }
    .ath-grid-contain .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    @media (min-width: 1180px) {
      .ath-grid-contain .slick-prev {
        left: calc(50% - 645px); } }
  .ath-grid-contain .slick-next {
    left: auto;
    right: 0; }
    .ath-grid-contain .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    @media (min-width: 1180px) {
      .ath-grid-contain .slick-next {
        right: calc(50% - 645px); } }
  .ath-grid-contain .slick-list {
    height: 100%; }
  .ath-grid-contain .slick-track {
    height: 100%; }
  .ath-grid-contain .slick-current:before, .ath-grid-contain .slick-current:after {
    content: '';
    display: block;
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: #ffffff; }
  .ath-grid-contain .slick-current:before {
    left: 0; }
  .ath-grid-contain .slick-current:after {
    right: 0; }
  .ath-grid-contain .slick-slide {
    opacity: 0.5;
    transition: 0.3s opacity; }
    .ath-grid-contain .slick-slide + .slick-current {
      opacity: 1; }
  .ath-grid-contain .fsMediaCustomPlayer {
    width: 100%;
    height: 100%; }
    @media (min-width: 600px) {
      .ath-grid-contain .fsMediaCustomPlayer {
        width: 600px; } }
    @media (min-width: 800px) {
      .ath-grid-contain .fsMediaCustomPlayer {
        width: 800px; } }
    @media (min-width: 900px) {
      .ath-grid-contain .fsMediaCustomPlayer {
        width: 900px; } }
    @media (min-width: 1024px) {
      .ath-grid-contain .fsMediaCustomPlayer {
        width: 1024px; } }
    @media (min-width: 1180px) {
      .ath-grid-contain .fsMediaCustomPlayer {
        width: 1180px; } }
  .ath-grid-contain .caption {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50%;
    width: 50%;
    padding: 20px;
    border-top: 3px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    font-family: "baskerville-urw", Georgia, serif;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    background: #566a8d; }
    @media (min-width: 600px) {
      .ath-grid-contain .caption {
        display: -ms-flexbox;
        display: flex;
        width: 50%; } }
    @media (min-width: 900px) {
      .ath-grid-contain .caption {
        width: 30.9488%;
        height: 50%;
        top: 50%; } }
  .ath-grid-contain .ath-ss {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .ath-grid-contain .ath-ss.slide0 {
      display: block; }
    @media (min-width: 600px) {
      .ath-grid-contain .ath-ss.slide0 {
        height: 50%;
        width: 50%;
        border-bottom: 2px solid #ffffff; }
      .ath-grid-contain .ath-ss.slide1 {
        display: block;
        width: 50%;
        height: 100%;
        left: 50%; }
        .ath-grid-contain .ath-ss.slide1:before, .ath-grid-contain .ath-ss.slide1:after {
          content: '';
          display: block;
          width: 5px;
          position: absolute;
          top: 0;
          bottom: 0;
          z-index: 100;
          background-color: #ffffff; }
        .ath-grid-contain .ath-ss.slide1:before {
          left: -2px; }
        .ath-grid-contain .ath-ss.slide1:after {
          right: -3px; } }
    @media (min-width: 900px) {
      .ath-grid-contain .ath-ss {
        display: block;
        width: 30.9488%;
        height: 50%; }
        .ath-grid-contain .ath-ss.slide0 {
          width: 30.9488%;
          height: 50%; }
        .ath-grid-contain .ath-ss.slide1 {
          width: 30.9488%;
          height: 100%;
          left: 30.9488%; }
        .ath-grid-contain .ath-ss.slide2 {
          width: 38.10241%;
          height: 50%;
          border-bottom: 2px solid #ffffff;
          left: auto;
          right: 0; }
        .ath-grid-contain .ath-ss.slide3 {
          width: 38.10241%;
          height: 50%;
          border-top: 3px solid #ffffff;
          top: 50%;
          left: auto;
          right: 0; } }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 80%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 40%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 20%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #1c1c1c;
      color: #1c1c1c; }
      .colors ol li:nth-of-type(1):after {
        content: "#1c1c1c"; }
    .colors ol li:nth-of-type(2) {
      background: #363636;
      color: #363636; }
      .colors ol li:nth-of-type(2):after {
        content: "#363636"; }
    .colors ol li:nth-of-type(3) {
      background: #163052;
      color: #163052; }
      .colors ol li:nth-of-type(3):after {
        content: "#163052"; }
    .colors ol li:nth-of-type(4) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(4):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(5) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(5):after {
        content: "#333"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "baskerville-urw", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "baskerville-urw, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .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: 40px / line: 40px"; }

.headers h2:after {
  content: " size: 32px / line: 32px"; }

.headers h3:after {
  content: " size: 22px / line: 28px"; }

.headers h4:after {
  content: " size: 20px / line: 24px"; }

.headers h5:after {
  content: " size: 17px / line: 30px"; }

.headers h6:after {
  content: " size: 14px / line: 22px"; }

body:not(.fsComposeMode) .hoverBoxes {
  padding: 20px; }
  body:not(.fsComposeMode) .hoverBoxes .fsStyleColumn {
    padding: 0; }

body:not(.fsComposeMode) .hoverBoxes__box, body:not(.fsComposeMode) .hoverBoxes__box--subtitle {
  position: relative;
  height: 240px;
  overflow: hidden;
  margin: 0 2px; }
  body:not(.fsComposeMode) .hoverBoxes__box:before, body:not(.fsComposeMode) .hoverBoxes__box--subtitle:before {
    transition: all 0.2s;
    transition-timing-function: ease;
    -ms-transform: translateY(240px);
    transform: translateY(240px); }
  body:not(.fsComposeMode) .hoverBoxes__box .fsElementHeaderContent, body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementHeaderContent {
    width: 100%;
    position: absolute;
    height: 50px;
    -ms-transform: translateY(190px);
    transform: translateY(190px);
    transition: all 0.2s;
    transition-timing-function: ease;
    padding: 10px 20px; }
  body:not(.fsComposeMode) .hoverBoxes__box .fsElementContent, body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementContent {
    position: absolute;
    height: 100%;
    -ms-transform: translateY(calc(100% - 100px));
    transform: translateY(calc(100% - 100px));
    transition: all 0.2s;
    transition-timing-function: ease;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px; }
    body:not(.fsComposeMode) .hoverBoxes__box .fsElementContent p, body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementContent p {
      margin-bottom: 5px; }
    body:not(.fsComposeMode) .hoverBoxes__box .fsElementContent h2, body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementContent h2 {
      margin-bottom: 60px;
      transition: all 0.2s; }
    body:not(.fsComposeMode) .hoverBoxes__box .fsElementContent *:empty, body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementContent *:empty {
      display: none; }
  body:not(.fsComposeMode) .hoverBoxes__box:hover .fsElementHeaderContent, body:not(.fsComposeMode) .hoverBoxes__box--subtitle:hover .fsElementHeaderContent, body:not(.fsComposeMode) .hoverBoxes__box:hover:before, body:not(.fsComposeMode) .hoverBoxes__box--subtitle:hover:before {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  body:not(.fsComposeMode) .hoverBoxes__box:hover .fsElementContent, body:not(.fsComposeMode) .hoverBoxes__box--subtitle:hover .fsElementContent {
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
    body:not(.fsComposeMode) .hoverBoxes__box:hover .fsElementContent h2, body:not(.fsComposeMode) .hoverBoxes__box--subtitle:hover .fsElementContent h2 {
      margin-bottom: 0; }

body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementContent {
  -ms-transform: translateY(calc(100% - 120px));
  transform: translateY(calc(100% - 120px)); }
  body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementContent h2 {
    margin: 0; }
  body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementContent h5 {
    margin-bottom: 60px;
    line-height: 20px;
    transition: all 0.2s; }

body:not(.fsComposeMode) .hoverBoxes__box--subtitle:hover .fsElementContent h5 {
  margin-bottom: 10px; }

body:not(.fsComposeMode) .hoverBoxes__box a:not(:empty), body:not(.fsComposeMode) .hoverBoxes__box--subtitle a:not(:empty) {
  color: white;
  border: 1px solid white;
  border-radius: 20px;
  padding: 5px 20px; }
  body:not(.fsComposeMode) .hoverBoxes__box a:hover:not(:empty), body:not(.fsComposeMode) .hoverBoxes__box--subtitle a:hover:not(:empty) {
    background: white; }

body:not(.fsComposeMode) .hoverBoxes__box, body:not(.fsComposeMode) .hoverBoxes__box--subtitle {
  background-position: center;
  background-size: cover; }
  body:not(.fsComposeMode) .hoverBoxes__box .fsElementHeaderContent, body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementHeaderContent {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: white; }
  body:not(.fsComposeMode) .hoverBoxes__box .fsElementContent, body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementContent {
    color: white; }
    body:not(.fsComposeMode) .hoverBoxes__box .fsElementContent h2, body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementContent h2,
    body:not(.fsComposeMode) .hoverBoxes__box .fsElementContent h5,
    body:not(.fsComposeMode) .hoverBoxes__box--subtitle .fsElementContent h5 {
      color: white;
      font-weight: bold;
      text-align: center; }
  body:not(.fsComposeMode) .hoverBoxes__box a:empty, body:not(.fsComposeMode) .hoverBoxes__box--subtitle a:empty {
    display: none; }

body:not(.fsComposeMode) .hoverBoxes__box--red:before {
  content: '';
  background: rgba(125, 19, 52, 0.8);
  position: absolute;
  height: 100%;
  width: 100%; }

body:not(.fsComposeMode) .hoverBoxes__box--red a:hover {
  color: rgba(125, 19, 52, 0.8); }

body:not(.fsComposeMode) .hoverBoxes__box--blue:before {
  content: '';
  background: rgba(86, 106, 141, 0.8);
  position: absolute;
  height: 100%;
  width: 100%; }

body:not(.fsComposeMode) .hoverBoxes__box--blue a:hover {
  color: rgba(86, 106, 141, 0.8); }

@media screen and (min-width: 1600px) {
  .fsNews.fsSlideshow.panel-home-custom .slick-slider .slick-list,
  .fsNews.fsSlideshow.panel-home-custom .slick-slider .slick-track {
    -ms-transform: none !important;
    transform: none !important; } }

body.news-page .fsNews.fsList article .fsThumbnail.fsNewsPostLink {
  display: inline-block;
  position: absolute; }

body.news-page .fsNews.fsList article .fsDateTime,
body.news-page .fsNews.fsList article .fsSummary,
body.news-page .fsNews.fsList article .fsTitle,
body.news-page .fsNews.fsList article a.fsNewsPostLink.fsReadMoreLink {
  padding-left: 125px; }

body:not(.fsComposeMode) .infographic-container {
  margin-top: -30px !important;
  margin-bottom: 20px !important; }
  body:not(.fsComposeMode) .infographic-container > header {
    display: none; }
  body:not(.fsComposeMode) .infographic-container > footer {
    position: absolute;
    right: 0;
    -ms-transform: translate(0px, -58px);
    transform: translate(0px, -58px); }
    body:not(.fsComposeMode) .infographic-container > footer a {
      text-transform: uppercase;
      color: #566a8d;
      font-weight: bold;
      font-size: 14px;
      color: #fff; }
      body:not(.fsComposeMode) .infographic-container > footer a:hover {
        color: #7d1334; }
      body:not(.fsComposeMode) .infographic-container > footer a:hover {
        color: #cccccc; }
      body:not(.fsComposeMode) .infographic-container > footer a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 7px;
        padding-right: 1px; }
  body:not(.fsComposeMode) .infographic-container > .fsElementContent {
    background: #7d1334; }
    body:not(.fsComposeMode) .infographic-container > .fsElementContent .panel-home-custom {
      padding: 33px 0 10px; }
      body:not(.fsComposeMode) .infographic-container > .fsElementContent .panel-home-custom h2 {
        color: #fff;
        text-align: center;
        float: none; }
      body:not(.fsComposeMode) .infographic-container > .fsElementContent .panel-home-custom p {
        font-family: "baskerville-urw", Georgia, serif;
        color: #fff;
        margin: 40px auto 30px;
        text-align: center;
        letter-spacing: 0.3px;
        max-width: calc(100% - 40px);
        line-height: 25px;
        font-size: 16px; }
        @media (min-width: 800px) {
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .panel-home-custom p {
            max-width: calc(100% - 80px); } }
        @media (min-width: 1200px) {
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .panel-home-custom p {
            line-height: 40px;
            font-size: 25px; } }
    body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout {
      padding-bottom: 20px;
      max-width: 69.75rem; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout {
          padding-bottom: 0; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsDiv {
            padding-right: 24px;
            padding-left: 24px; } }
      body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent {
        background: #fff;
        border-radius: 100%;
        width: 208px;
        height: 208px;
        margin: 0 auto 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent header {
          position: relative; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent header h2 {
            text-align: center;
            font-weight: bold;
            font-size: 44px;
            margin-bottom: 5px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent .fsElementContent {
          text-align: center;
          margin: 0 auto;
          padding: 0 20px;
          color: #000;
          line-height: 20px;
          font-weight: 600; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent .fsElementContent p {
            margin-bottom: 0; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-passport {
          padding-top: 10px; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-passport header:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #969b9f;
            font-size: 48px;
            left: 34px;
            top: 4px;
            position: absolute; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-passport header:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #969b9f;
            font-size: 48px;
            right: 34px;
            top: 4px;
            position: absolute; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-backpack header {
          text-align: center; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-backpack header:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #c08599;
            font-size: 63px;
            position: relative;
            top: 4px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-backpack .fsElementContent {
          padding: 0 55px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-college {
          padding-bottom: 3px; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-college header {
            text-align: center; }
            body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-college header:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              font-size: 46px;
              position: relative;
              top: 3px;
              color: #969b9f; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-college .fsElementContent {
            padding: 0 15px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-diploma header h2 {
          margin-right: 35px;
          text-align: right; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-diploma header:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #c08599;
          font-size: 62px;
          left: 31px;
          bottom: 7px;
          position: absolute; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-diploma .fsElementContent {
          padding: 0 15px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-classroom header {
          text-align: right;
          margin-left: 45px; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-classroom header:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #c08599;
            font-size: 45px;
            position: absolute;
            left: 5px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-classroom .fsElementContent {
          padding: 0 55px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-baseball header {
          text-align: right;
          margin-left: 55px; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-baseball header:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #969b9f;
            font-size: 45px;
            position: absolute;
            left: -15px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-baseball .fsElementContent {
          padding: 0 15px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-beaker header {
          text-align: right;
          margin-left: 45px; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-beaker header:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #969b9f;
            font-size: 45px;
            position: absolute;
            left: 5px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-beaker .fsElementContent {
          padding: 0 55px; }
        body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-scholastic {
          padding-top: 10px; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-scholastic header:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #c08599;
            font-size: 40px;
            left: 25px;
            top: 4px;
            position: absolute; }
          body:not(.fsComposeMode) .infographic-container > .fsElementContent .fsLayout .fsContent.icon-scholastic header:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #c08599;
            font-size: 35px;
            right: 30px;
            top: 4px;
            position: absolute;
            -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
