@charset "UTF-8";
 /**
 *
 * Episcopal Collegiate School - default_16
 * @link https://www.episcopalcollegiate.org/
 * Site Template : 
 * Built By: 
 * Project Manager: Mike Hartzler
 * Designer: Julianne Hamilton
 * ==== Git Info ====
 * Branch Name: clients/episcopal-collegiate
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-386-g1bc324b15a
 * Last build by: Kosha Burnett
 *
 **/

@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: 65.55556em;
  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.11111em;
  margin-left: 1.11111em; }

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default_16/fonts/icomoon.eot");
  src: url("/uploaded/themes/default_16/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_16/fonts/icomoon.woff2") format("woff2"), url("/uploaded/themes/default_16/fonts/icomoon.woff") format("woff"), url("/uploaded/themes/default_16/fonts/icomoon.ttf") format("truetype"), url("/uploaded/themes/default_16/fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsRosterName, .fsTitle, .fsAthleticsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: 600;
  color: #414243; }
  .fsRosterName a, .fsTitle a, .fsAthleticsTitle a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: inherit; }
    .fsRosterName a:hover, .fsTitle a:hover, .fsAthleticsTitle a:hover, .fsFacebookFrom a:hover, .fsVimeoTitle a:hover, .fsYoutubeTitle a:hover {
      color: #777777; }

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  font-family: "goudy-old-style", serif;
  color: #007b5f;
  font-style: italic;
  margin-bottom: 25px; }
  @media (min-width: 600px) {
    h1,
    .alpha {
      font-size: 60px;
      line-height: 68px; } }
  @media (min-width: 600px) {
    h1,
    .alpha {
      margin-bottom: 30px; } }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #e55955;
  font-weight: 600;
  margin-bottom: 20px; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  font-family: "goudy-old-style", serif;
  color: #414243;
  margin-bottom: 20px; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #414243;
  font-weight: 600;
  margin-bottom: 20px; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #b2b1b1;
  font-weight: 600;
  margin-bottom: 10px; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #e55955;
  font-weight: 600;
  font-family: "proxima-nova-condensed", sans-serif;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

b,
strong {
  font-weight: 600; }

a {
  outline: 0;
  text-decoration: none;
  color: #48ac89;
  transition: background .3s, color .3s; }
  a:hover {
    color: #10396d; }

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

table.fs_style_15 {
  margin-bottom: 30px;
  width: 100%; }
  table.fs_style_15 tr {
    background-color: #ececec; }
    table.fs_style_15 tr:nth-of-type(odd) {
      background-color: rgba(178, 177, 177, 0.15); }
  table.fs_style_15 th,
  table.fs_style_15 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.fs_style_15 th {
    padding: 1.11111em;
    text-align: left;
    background: #007b5f;
    color: #fff; }
  table.fs_style_15 td {
    padding: 0.55556em 1.11111em; }

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #48ac89;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: none; }
  .fsLoadMoreButton:hover {
    background: #007b5f;
    color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

.fs_style_9 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #48ac89;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600; }
  .fs_style_9:hover {
    background: #007b5f;
    color: #fff; }
  .fs_style_9 em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #10396d;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600; }
  .color-button:hover {
    background: #007b5f;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: transparent;
  color: #10396d;
  outline: 0;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  border: 0.2em solid #10396d; }
  .hollow-button:hover {
    background: #007b5f;
    color: #10396d; }
  .hollow-button em {
    display: block;
    font-style: normal; }

#fsBannerLeft .fs_style_14, #fsBannerRight .fs_style_14 {
  display: block; }

.fs_style_14, .fs_style_18 {
  display: inline-block;
  padding: 20px 35px;
  text-align: center;
  position: relative;
  z-index: 5;
  transition: .15s;
  border: 1px solid #d9d9d9;
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #e55955;
  font-weight: 600;
  margin-bottom: 20px;
  margin: 35px 10px 45px 0; }
  .fs_style_14:before, .fs_style_18:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url("/uploaded/themes/default_16/images/plaid.jpg");
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -2;
    transition: .15s; }
  .fs_style_14:after, .fs_style_18:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .15s; }
  .fs_style_14:hover, .fs_style_18:hover {
    transition: .15s;
    -webkit-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    transition: .15s;
    color: #e55955; }
    .fs_style_14:hover:before, .fs_style_18:hover:before {
      -webkit-transform: translate(-2px, -2px);
      -ms-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px);
      transition: .15s; }
  .fs_style_14 strong, .fs_style_18 strong {
    display: block;
    color: #10396d;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px; }

@media (min-width: 600px) {
  .fs_style_18 {
    min-width: 500px; } }

body.fsComposeMode .image-button-link {
  pointer-events: none; }

.image-button-link {
  display: block;
  margin: 65px 10px 35px 0;
  padding: 150px 20px 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  transition: .15s;
  border: 1px solid #d9d9d9; }
  .image-button-link:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url("/uploaded/themes/default_16/images/plaid.jpg");
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -2;
    transition: .15s; }
  .image-button-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .15s; }
  .image-button-link:hover {
    transition: .15s;
    -webkit-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    transition: .15s; }
    .image-button-link:hover:before {
      -webkit-transform: translate(-2px, -2px);
      -ms-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px);
      transition: .15s; }
  .image-button-link > header {
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px;
    border: 1px solid #d9d9d9;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    border-radius: 100%; }
    .image-button-link > header img {
      display: none; }
  .image-button-link > .fsElementContent {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #e55955;
    font-weight: 600;
    margin-bottom: 20px;
    margin-bottom: 10px; }
    .image-button-link > .fsElementContent p {
      margin-bottom: 0; }
  .image-button-link a {
    color: #10396d;
    font-weight: 600; }

/*! content - style manger v0.0.1 */
.fs_style_11 {
  font-family: "goudy-old-style", serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #414243; }

blockquote, .fs_style_12 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 35px 0;
  padding: 20px 20px 10px;
  text-align: center;
  color: #007b5f;
  font-family: "goudy-old-style", serif;
  font-size: 36px;
  line-height: 1.2;
  font-style: italic; }
  blockquote:before, blockquote:after, .fs_style_12:before, .fs_style_12:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    width: 240px;
    height: 1px;
    background-color: rgba(178, 177, 177, 0.5); }
  blockquote:after, .fs_style_12:after {
    bottom: 0;
    top: auto; }
  blockquote .quote-icon, .fs_style_12 .quote-icon {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    margin: 0 auto;
    width: 40px;
    height: 30px;
    background-color: #fff;
    color: #92e1c5;
    font-size: 54px;
    line-height: 1;
    font-family: "proxima-nova-condensed", sans-serif;
    font-style: normal;
    font-weight: 600; }
    blockquote .quote-icon:after, .fs_style_12 .quote-icon:after {
      content: "\00201C"; }
  blockquote strong, .fs_style_12 strong {
    display: block;
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #b2b1b1;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2;
    font-family: "proxima-nova-condensed", sans-serif;
    font-style: normal;
    margin-top: 20px; }

.callout, .fs_style_13 {
  padding: 20px 30px;
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  font-family: "goudy-old-style", serif;
  color: #414243;
  margin-bottom: 20px;
  color: #10396d;
  font-size: 24px;
  line-height: 30px; }

.fs_style_10 {
  font-weight: 600;
  position: relative;
  padding-right: 30px; }
  .fs_style_10:after {
    content: '\e910';
    font-family: "IcoMoon";
    margin-left: 10px;
    font-weight: normal;
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    margin-top: -2px; }

.fs_style_16 {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #b2b1b1;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin: 20px auto; }
  @media (min-width: 600px) {
    .fs_style_16 {
      font-size: 18px;
      line-height: 24px; } }
  .fs_style_16:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #b2b1b1;
    opacity: .5; }

.hr-inner {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 8px;
  position: relative; }
  @media (min-width: 600px) {
    .hr-inner {
      padding: 0 15px; } }

.circle-image {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 1000px) {
    .circle-image {
      width: 300px;
      height: 300px; } }
  @media (min-width: 1220px) {
    .circle-image {
      width: 370px;
      height: 370px; } }
  .circle-image img {
    display: none; }

/*! structure - header v0.0.1 */
#fsHeader {
  background-color: #fff;
  border-bottom: solid 1px rgba(178, 177, 177, 0.5);
  opacity: 1;
  visibility: visible;
  transition: .3s; }
  @media (min-width: 600px) {
    .no-touch body:not(.thermometer-treatment) #fsHeader {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 150; }
      .no-touch body:not(.thermometer-treatment) #fsHeader.headroom--not-top {
        opacity: 0;
        visibility: hidden;
        transition: .3s; }
      .no-touch body:not(.thermometer-treatment) #fsHeader.headroom--pinned {
        opacity: 1;
        visibility: visible; } }

.fsComposeMode #fsHeader {
  position: relative !important; }

.logo-nav-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  z-index: 5;
  padding: 0 20px;
  display: none; }
  @media (min-width: 850px) {
    .logo-nav-wrapper {
      display: block; } }
  @media (min-width: 1220px) {
    .logo-nav-wrapper {
      padding: 0; } }
  .logo-nav-wrapper > .fsElementContent {
    zoom: 1; }
    .logo-nav-wrapper > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }

.site-logo {
  display: inline-block;
  float: left;
  width: 20%;
  overflow: hidden; }
  @media (min-width: 980px) {
    .site-logo {
      width: 25%; } }
  @media (min-width: 1180px) {
    .site-logo {
      max-width: 325px;
      width: 27%; } }
  .site-logo a {
    height: 110px;
    display: block;
    padding: 0;
    color: transparent;
    background: url("/uploaded/themes/default_16/images/logo.svg") no-repeat 0 50%; }
    .site-logo a:hover {
      color: transparent; }
  .site-logo h1 {
    margin-bottom: 0; }

.identity-drop-wrapper {
  text-align: center;
  background-color: #10396d;
  color: #fff;
  padding: 80px;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 20;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  display: none; }
  @media (min-width: 850px) {
    .identity-drop-wrapper {
      display: block; } }
  .identity-drop-wrapper .fsFourColumnLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .identity-drop-wrapper.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    opacity: 1;
    visibility: visible; }
  .identity-drop-wrapper h2 {
    color: #fff;
    font-family: "goudy-old-style", serif;
    font-size: 35px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 20px; }
  .identity-drop-wrapper > header, .identity-drop-wrapper > footer, .identity-drop-wrapper > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .identity-drop-wrapper > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2;
    font-family: "goudy-old-style", serif;
    color: #007b5f;
    font-style: italic;
    margin-bottom: 25px;
    color: #fff; }
    @media (min-width: 600px) {
      .identity-drop-wrapper > header h2 {
        font-size: 60px;
        line-height: 68px; } }
    @media (min-width: 600px) {
      .identity-drop-wrapper > header h2 {
        margin-bottom: 30px; } }
  .identity-drop-wrapper .fsElementContent {
    color: #c8ecff; }
    .identity-drop-wrapper .fsElementContent h2:before {
      content: '';
      font-family: "IcoMoon";
      color: #b7f3de;
      display: block;
      font-size: 80px;
      margin-bottom: 10px; }
  .identity-drop-wrapper .fsStyleColumn-1 h2:before {
    content: '\e902'; }
  .identity-drop-wrapper .fsStyleColumn-2 h2:before {
    content: '\e900'; }
  .identity-drop-wrapper .fsStyleColumn-3 h2:before {
    content: '\e903'; }
  .identity-drop-wrapper .fsStyleColumn-4 h2:before {
    content: '\e901'; }

.close-container {
  max-width: 1380px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0; }

.close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer; }
  .close:before {
    content: '\e905';
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-family: "IcoMoon";
    transition: .3s; }
  .close:hover:before {
    color: rgba(255, 255, 255, 0.5);
    transition: .3s; }

/*! structure - footer v0.0.1 */
#fsFooter {
  background-color: #ececec;
  border-top: solid 1px rgba(178, 177, 177, 0.5); }
  #fsFooter .fsBanner {
    zoom: 1; }
    #fsFooter .fsBanner:after {
      display: table;
      clear: both;
      content: ''; }

.footer-info-wrapper {
  padding: 35px 20px 15px;
  border-bottom: solid 1px rgba(178, 177, 177, 0.5);
  background-color: #fff; }
  @media (min-width: 600px) {
    .footer-info-wrapper {
      padding: 35px 20px; } }
  .footer-info-wrapper > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    zoom: 1; }
    .footer-info-wrapper > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }

@media (min-width: 600px) {
  .footer-logo {
    float: left;
    width: 70%;
    position: relative;
    padding-left: 100px; } }

@media (min-width: 800px) {
  .footer-logo {
    padding-left: 185px;
    padding-right: 20px; } }

@media (min-width: 1000px) {
  .footer-logo {
    width: 76%; } }

@media (min-width: 600px) {
  .footer-logo:before {
    content: url("/uploaded/themes/default_16/images/crest.svg");
    position: absolute;
    left: 0;
    top: -10px;
    width: 85px;
    display: block; } }

@media (min-width: 800px) {
  .footer-logo:before {
    width: 165px;
    height: 130px; } }

.footer-logo h1 {
  color: #414243;
  font-family: "goudy-old-style", serif;
  font-size: 24px;
  line-height: 1.2;
  font-style: normal;
  margin-bottom: 15px; }
  @media (min-width: 1000px) {
    .footer-logo h1 {
      font-size: 36px; } }
  .footer-logo h1 a {
    display: block;
    color: inherit; }

.footer-logo > .fsElementContent p {
  margin-bottom: 10px; }

.footer-logo > .fsElementContent br {
  display: none; }
  @media (min-width: 600px) {
    .footer-logo > .fsElementContent br {
      display: block; } }
  @media (min-width: 1000px) {
    .footer-logo > .fsElementContent br {
      display: none; } }

.footer-logo > .fsElementContent span {
  text-transform: uppercase;
  color: #e55955;
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin-right: 5px;
  margin-top: 15px; }
  .footer-logo > .fsElementContent span:last-child {
    margin-top: 10px; }
  @media (min-width: 600px) {
    .footer-logo > .fsElementContent span {
      margin-top: 0; }
      .footer-logo > .fsElementContent span:last-child {
        margin-top: 10px; } }
  @media (min-width: 1000px) {
    .footer-logo > .fsElementContent span {
      display: inline-block; }
      .footer-logo > .fsElementContent span:last-child {
        margin-top: 0; }
        .footer-logo > .fsElementContent span:last-child:before {
          content: '\002022';
          color: #b2b1b1;
          margin-right: 10px;
          margin-left: 5px;
          display: inline-block; } }

.footer-links, .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-links li {
  margin: 0;
  padding: 0; }

@media (min-width: 600px) {
  .footer-links {
    float: right;
    width: 30%; } }

@media (min-width: 1000px) {
  .footer-links {
    width: 24%; } }

.footer-links h2 {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px; }
  @media (min-width: 600px) {
    .footer-links h2 {
      margin-top: 0; } }

.footer-links > .fsElementContent {
  zoom: 1; }
  .footer-links > .fsElementContent:after {
    display: table;
    clear: both;
    content: ''; }
  .footer-links > .fsElementContent a {
    color: #777777;
    display: block;
    margin-bottom: 10px; }
    .footer-links > .fsElementContent a:hover {
      color: #414243; }

.footer-links ul {
  float: left; }
  .footer-links ul:first-child {
    margin-right: 50px; }
    @media (min-width: 600px) {
      .footer-links ul:first-child {
        margin-right: 10px; } }
    @media (min-width: 700px) {
      .footer-links ul:first-child {
        margin-right: 3vw; } }

.footer-social {
  position: relative;
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  zoom: 1;
  max-width: 1220px; }
  .footer-social:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 600px) {
    .footer-social {
      padding: 0 0 0 20px; } }
  .footer-social > header {
    height: 60px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    padding: 0 20px;
    text-align: center; }
    @media (min-width: 600px) {
      .footer-social > header {
        border-bottom: none;
        float: left;
        width: calc(100% - 275px);
        padding: 0;
        text-align: left; } }
    @media (min-width: 1000px) {
      .footer-social > header {
        height: 95px;
        width: calc(100% - 490px); } }
    .footer-social > header h2 {
      display: inline-block;
      color: #777777;
      font-family: "goudy-old-style", serif;
      font-size: 18px;
      line-height: 60px;
      font-weight: normal;
      font-style: italic;
      margin-right: 5px;
      margin-bottom: 0; }
      @media (min-width: 400px) {
        .footer-social > header h2 {
          font-size: 22px; } }
      @media (min-width: 800px) {
        .footer-social > header h2 {
          margin-right: 15px; } }
      @media (min-width: 1000px) {
        .footer-social > header h2 {
          font-size: 36px;
          line-height: 95px; } }
    .footer-social > header .fsElementHeaderContent {
      display: inline-block;
      font-size: 15px;
      font-weight: 600;
      color: #10396d;
      line-height: 60px; }
      @media (min-width: 400px) {
        .footer-social > header .fsElementHeaderContent {
          font-size: 18px; } }
      @media (min-width: 1000px) {
        .footer-social > header .fsElementHeaderContent {
          font-size: 30px;
          line-height: 95px; } }
  .footer-social > .fsElementContent {
    max-width: 100%;
    border-right: solid 1px rgba(178, 177, 177, 0.5);
    text-align: center; }
    .footer-social > .fsElementContent, .footer-social > .fsElementContent ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .footer-social > .fsElementContent li {
      margin: 0;
      padding: 0; }
    @media (min-width: 600px) {
      .footer-social > .fsElementContent {
        float: left;
        width: 275px; } }
    @media (min-width: 1000px) {
      .footer-social > .fsElementContent {
        width: 490px; } }
    .footer-social > .fsElementContent ul {
      zoom: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-social > .fsElementContent ul:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 600px) {
        .footer-social > .fsElementContent ul {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      .footer-social > .fsElementContent ul li {
        float: left;
        width: 25%; }
    .footer-social > .fsElementContent a {
      display: block;
      height: 60px;
      border-left: solid 1px rgba(178, 177, 177, 0.5);
      color: transparent;
      position: relative;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      line-height: 0; }
      @media (min-width: 1000px) {
        .footer-social > .fsElementContent a {
          height: 95px; } }
      .footer-social > .fsElementContent a:before {
        content: '';
        font-family: "IcoMoon";
        color: #10396d;
        font-size: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1); }
        @media (min-width: 600px) {
          .footer-social > .fsElementContent a:before {
            font-size: 28px; } }
        @media (min-width: 1000px) {
          .footer-social > .fsElementContent a:before {
            font-size: 28px; } }
      .footer-social > .fsElementContent a:hover {
        background-color: rgba(0, 0, 0, 0.25); }
        .footer-social > .fsElementContent a:hover:before {
          color: #fff;
          transition: .3s;
          -webkit-transform: translate3d(-50%, -50%, 0) scale(1.2);
          transform: translate3d(-50%, -50%, 0) scale(1.2); }
    .footer-social > .fsElementContent li:first-child a:before {
      content: '\e90b'; }
    .footer-social > .fsElementContent li:first-child a:hover {
      background-color: #3b5998; }
    .footer-social > .fsElementContent li:nth-child(2) a:before {
      content: '\e90a'; }
    .footer-social > .fsElementContent li:nth-child(2) a:hover {
      background-color: #00aced; }
    .footer-social > .fsElementContent li:nth-child(3) a:before {
      content: '\e909'; }
    .footer-social > .fsElementContent li:nth-child(3) a:hover {
      background-color: #517fa4; }
    .footer-social > .fsElementContent li:nth-child(4) a:before {
      content: '\e917'; }
    .footer-social > .fsElementContent li:nth-child(4) a:hover {
      background-color: #1ab7ea; }
    .footer-social > .fsElementContent li:nth-child(5) a:before {
      content: '\e916'; }
    .footer-social > .fsElementContent li:nth-child(5) a:hover {
      background-color: #3b5998; }

.footer-privacy {
  display: block;
  width: 100%;
  background-color: #414243;
  padding: 25px 20px; }
  .footer-privacy p {
    margin: 0;
    display: inline-block; }
  .footer-privacy > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .footer-privacy a {
    color: #b2b1b1;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-weight: 600; }
    .footer-privacy a:hover {
      color: #fff; }

/*! structure - layouts v0.0.1 */
.wf-loading {
  visibility: hidden;
  opacity: 0; }

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 1; }

* {
  box-sizing: border-box; }

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

html {
  font-family: "proxima-nova-condensed", sans-serif;
  background: #414243;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

body {
  font-size: 1.125em;
  line-height: 1.33333;
  color: #777777;
  word-break: break-word; }

html:not(.fsComposerFormEmbed) {
  height: 100%; }
  html:not(.fsComposerFormEmbed) body {
    height: 100%; }

#fsPageWrapper {
  overflow-x: hidden;
  position: relative;
  min-height: 100%; }
  #fsPageWrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 850px) {
      #fsPageWrapper:before {
        display: none; } }

#fsPageBodyWrapper {
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  .no-touch #fsPageBodyWrapper {
    padding-top: 115px; }
    @media (min-width: 850px) {
      .no-touch #fsPageBodyWrapper {
        padding-top: 215px; } }

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

#fsPageContent + #fsBannerRight {
  margin-top: 35px; }
  @media (min-width: 800px) {
    #fsPageContent + #fsBannerRight {
      margin-top: 0; } }

.fsPageLayout .fsElement {
  margin-bottom: 30px; }

.fsPageLayout > .fsDiv > .fsElement:last-child {
  margin-bottom: 0; }

.drawer-is-active #fsPageBody {
  pointer-events: none; }

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

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

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

@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: 1.11111em;
      padding-left: 1.11111em; } }

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

.fsTwoColumnLayout.left-banner-container {
  margin-left: 0;
  margin-right: 0; }
  .fsTwoColumnLayout.left-banner-container .fsStyleColumn {
    margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsTwoColumnLayout.left-banner-container .fsStyleColumn-1 {
      padding-left: 0;
      width: 310px;
      padding-right: 30px; } }
  @media (min-width: 980px) {
    .fsTwoColumnLayout.left-banner-container .fsStyleColumn-1 {
      width: 340px;
      padding-right: 60px; } }
  .fsTwoColumnLayout.left-banner-container .fsStyleColumn-2 {
    padding: 0; }
    @media (min-width: 800px) {
      .fsTwoColumnLayout.left-banner-container .fsStyleColumn-2 {
        width: calc(100% - 310px); } }
    @media (min-width: 980px) {
      .fsTwoColumnLayout.left-banner-container .fsStyleColumn-2 {
        width: calc(100% - 340px); } }
  @media (min-width: 800px) {
    .fsTwoColumnLayout.left-banner-container.off-top .fsStyleColumn-1 {
      margin-top: -150px; } }

@media (min-width: 800px) {
  .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 {
  float: right; }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main.desktop {
  width: 80%;
  float: right; }
  .nav-main.desktop, .nav-main.desktop ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main.desktop li {
    margin: 0;
    padding: 0; }
  @media (min-width: 980px) {
    .nav-main.desktop {
      width: 75%; } }
  @media (min-width: 1180px) {
    .nav-main.desktop {
      width: 73%; } }
  .nav-main.desktop .fsNavLevel1 {
    margin-right: -12px;
    text-align: right;
    zoom: 1;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .nav-main.desktop .fsNavLevel1:after {
      display: table;
      clear: both;
      content: ''; }
    .nav-main.desktop .fsNavLevel1 > li {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .nav-main.desktop .fsNavLevel1 > li.nav-main-alumni {
        display: none; }
      .nav-main.desktop .fsNavLevel1 > li.fsNavCurrentPage > a,
      .nav-main.desktop .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        color: #e55955; }
        .nav-main.desktop .fsNavLevel1 > li.fsNavCurrentPage > a:before,
        .nav-main.desktop .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:before {
          width: calc(100% - 24px); }
      .nav-main.desktop .fsNavLevel1 > li > a {
        padding: 5px 10px;
        color: #777777;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .025em;
        position: relative; }
        @media (min-width: 940px) {
          .nav-main.desktop .fsNavLevel1 > li > a {
            font-size: 14px; } }
        @media (min-width: 1160px) {
          .nav-main.desktop .fsNavLevel1 > li > a {
            font-size: 16px;
            padding: 5px 12px; } }
        .nav-main.desktop .fsNavLevel1 > li > a:before {
          content: '';
          position: absolute;
          bottom: 0;
          width: 0;
          height: 3px;
          left: 0;
          right: 0;
          margin: 0 auto;
          background-color: rgba(217, 217, 217, 0.75);
          transition: .3s;
          display: block; }
        .nav-main.desktop .fsNavLevel1 > li > a:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 12.5px 16px 12.5px;
          border-color: transparent transparent #10396d transparent;
          opacity: 0;
          visibility: hidden;
          bottom: -43px; }
          @media (min-width: 940px) {
            .nav-main.desktop .fsNavLevel1 > li > a:after {
              bottom: -42px; } }

.nav-main.desktop .fsNavLevel1 > .fsNavParentPage:hover > a {
  color: #e55955; }
  .nav-main.desktop .fsNavLevel1 > .fsNavParentPage:hover > a:before {
    width: calc(100% - 24px);
    transition: .3s; }
  .nav-main.desktop .fsNavLevel1 > .fsNavParentPage:hover > a:after {
    opacity: 1;
    visibility: visible;
    transition: .3s; }

.nav-main li:nth-child(n+3) .fsNavPageInfo {
  left: auto; }

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  width: 12.22222em;
  transition: .3s;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #007b5f;
  text-align: left;
  width: 600px;
  max-width: calc(100vw - 40px);
  background-color: rgba(16, 57, 109, 0.88);
  border: 5px solid #10396d;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px; }
  @media (min-width: 980px) {
    .nav-main .fsNavPageInfo {
      padding: 25px 30px; } }
  @media (min-width: 600px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      opacity: 1;
      visibility: visible;
      z-index: 100; } }

.nav-main .fsNavPageDescription {
  display: none;
  width: 25%;
  color: #c8ecff;
  font-size: 16px;
  padding-right: 20px; }
  @media (min-width: 980px) {
    .nav-main .fsNavPageDescription {
      padding-right: 30px; } }
  .nav-main .fsNavPageDescription h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2; }

.nav-main .fsNavPageThumbnail {
  display: none;
  width: 25%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px; }
  .nav-main .fsNavPageThumbnail img {
    display: none; }
  .nav-main .fsNavPageThumbnail a {
    color: #fff;
    padding-top: 10px;
    display: block; }
    .nav-main .fsNavPageThumbnail a:hover {
      color: #c8ecff; }

.nav-main .mega-img-wrapper {
  border: solid 5px #10396d;
  height: 219px;
  background-size: cover;
  background-position: center;
  width: 100%; }

.nav-main .fsNavLevel2 {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  margin-top: -10px; }
  .nav-main .fsNavLevel2 .sub-list {
    width: 50%;
    display: block;
    float: left; }
    .nav-main .fsNavLevel2 .sub-list:first-child {
      padding-right: 10px;
      padding-left: 20px; }
      @media (min-width: 980px) {
        .nav-main .fsNavLevel2 .sub-list:first-child {
          padding-right: 15px;
          padding-left: 30px; } }
    .nav-main .fsNavLevel2 .sub-list:last-child {
      padding-left: 10px; }
      @media (min-width: 980px) {
        .nav-main .fsNavLevel2 .sub-list:last-child {
          padding-left: 15px; } }
  .nav-main .fsNavLevel2 a {
    padding: 0.55556em;
    color: #fff;
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
    .nav-main .fsNavLevel2 a:hover {
      background: #10396d; }

.mobile-nav .nav-main {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  letter-spacing: .025em; }
  .mobile-nav .nav-main, .mobile-nav .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-nav .nav-main li {
    margin: 0;
    padding: 0; }
  .mobile-nav .nav-main li a {
    display: block;
    padding: 9px 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
    .mobile-nav .nav-main li a:hover {
      background-color: rgba(0, 0, 0, 0.15); }
  .mobile-nav .nav-main li.fsNavCurrentPageAncestor a, .mobile-nav .nav-main li.fsNavCurrentPage a {
    background-color: rgba(0, 0, 0, 0.15); }
  .mobile-nav .nav-main .fsNavPageInfo {
    display: none; }

/*! navigation - off-canvas v0.0.1 */
.mobile-nav {
  background-color: #48ac89;
  color: #fff;
  padding-top: 55px;
  overflow: hidden; }
  .mobile-nav a {
    color: #fff; }
  @media (min-width: 850px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav > header {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #007b5f;
    height: 55px;
    overflow: hidden;
    z-index: 110; }
    .mobile-nav > header > h2 {
      position: absolute;
      right: 0;
      width: 55px;
      height: 100%;
      color: transparent;
      margin: 0; }
    .mobile-nav > header > .fsElementHeaderContent {
      position: absolute;
      width: calc(100% - 55px);
      height: 100%;
      left: 0;
      top: 0;
      overflow: hidden; }
      .mobile-nav > header > .fsElementHeaderContent h1 {
        margin: 0;
        line-height: 55px;
        font-size: 16px;
        padding-left: 20px; }
      .mobile-nav > header > .fsElementHeaderContent a {
        display: block;
        width: 53%;
        height: 50px;
        display: block;
        padding: 0;
        color: transparent; }
        .svg .mobile-nav > header > .fsElementHeaderContent a {
          background: url("/uploaded/themes/default_16/images/logo-white.svg") no-repeat 0 50%; }
        .no-svg .mobile-nav > header > .fsElementHeaderContent a {
          background: url("../images/logo-white.png") no-repeat 0 50%; }
        .mobile-nav > header > .fsElementHeaderContent a:hover {
          color: transparent; }
  .mobile-nav > .fsElementContent {
    position: absolute;
    width: 100%;
    background-color: #48ac89;
    z-index: 110;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: .3s; }

.drawer-is-active #fsPageWrapper:before {
  opacity: 1;
  visibility: visible;
  transition: .3s;
  z-index: 100; }

.drawer-is-active .mobile-nav > .fsElementContent {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: .3s; }

.mobile-nav > header > h2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 55px;
  left: auto;
  cursor: pointer;
  border-left: solid 1px rgba(255, 255, 255, 0.15); }
  .mobile-nav > header > h2:before, .mobile-nav > header > h2:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 30%;
    content: '';
    background: #b7f3de; }
  .mobile-nav > header > h2:before {
    margin-top: -5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, -webkit-transform .3s;
    transition: margin-top .3s, transform .3s; }
  .mobile-nav > header > h2:after {
    box-shadow: 0 0.22222em 0 0 #b7f3de;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, -webkit-transform .3s;
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .mobile-nav > header > h2:before {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .mobile-nav > header > h2:after {
    box-shadow: none;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 3.33333em;
  min-height: 100%;
  max-width: 33.33333em;
  background: #777777; }
  .drawer-is-active .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/*! navigation - sub v0.0.1 */
.nav-sub {
  background-color: #f9f9f9;
  border: 1px solid #e7e7e7;
  padding: 0 20px 0px 23px;
  position: relative;
  margin-bottom: 35px;
  z-index: 6; }
  @media (min-width: 800px) {
    .nav-sub {
      padding: 0 20px 10px 23px; } }
  .nav-sub ul, .nav-sub ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-sub ul li {
    margin: 0;
    padding: 0; }
  .nav-sub:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    height: calc(100% + 2px);
    width: 3px;
    background-color: #e55955; }
  @media (max-width: 799px) {
    .nav-sub > .fsElementContent {
      display: none; } }
  .active-nav > .fsElementContent {
    display: block; }
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li a {
      display: block;
      font-size: 16px;
      color: #777777; }
      .nav-sub .fsNavLevel1 > li a:hover {
        color: #e55955; }
    .nav-sub .fsNavLevel1 > li > a {
      padding: 10px 0px 10px 5px;
      border-bottom: 1px solid #e7e7e7; }
      .nav-sub .fsNavLevel1 > li > a:hover {
        color: #e55955; }
    .nav-sub .fsNavLevel1 > li:last-child > a {
      border-bottom: none; }
  .nav-sub li.fsNavCurrentPage > a,
  .nav-sub li.fsNavCurrentPageAncestor > a {
    color: #e55955; }
  .nav-sub .fsNavLevel2 {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -1px;
    background-color: #e7e7e7;
    padding-left: 17px; }
    .nav-sub .fsNavLevel2 > li:first-child {
      padding-top: 10px; }
    .nav-sub .fsNavLevel2 > li:last-child {
      padding-bottom: 10px; }
    .nav-sub .fsNavLevel2 > li > a {
      padding: 0.55556em 1.11111em;
      display: block; }
  .nav-sub > header {
    display: block; }
    .nav-sub > header > .fsElementTitle {
      position: relative;
      margin: 0;
      cursor: pointer;
      color: #e55955;
      font-weight: 600;
      font-size: 15px;
      line-height: 38px;
      text-transform: uppercase; }
      @media (min-width: 800px) {
        .nav-sub > header > .fsElementTitle {
          cursor: default;
          padding: 25px 20px 10px 5px; } }
      @media (max-width: 799px) {
        .nav-sub > header > .fsElementTitle:after {
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 40px;
          line-height: 38px;
          text-align: center;
          margin-left: 8px;
          color: #777777;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 799px) {
        .active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px; }
  .nav-social, .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--vimeo a {
    display: block; }
    .nav-social .nav-social__item--vimeo a:before {
      content: ""; }
  .nav-social .nav-social__item--flickr a {
    display: block; }
    .nav-social .nav-social__item--flickr 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.77778em;
    line-height: 1;
    text-align: center;
    color: #777777;
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: .1em solid currentColor; }
    .nav-social a:before {
      font-family: "fontawesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

/* Navigation - Utility Container v0.0.1 */
.utility-bar {
  color: #fff;
  background-color: #007b5f;
  height: 40px;
  display: none; }
  @media (min-width: 850px) {
    .utility-bar {
      display: block; } }
  .utility-bar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    width: 100%;
    padding: 0 52px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (min-width: 1220px) {
      .utility-bar > .fsElementContent {
        padding: 0 52px 0 0; } }
    .no-flexbox .utility-bar > .fsElementContent {
      text-align: right;
      display: block; }
    .no-flexbox .utility-bar > .fsElementContent > .fsElement {
      display: inline-block;
      vertical-align: top; }
  .utility-bar a {
    color: #fff; }
  .utility-bar ul li a {
    padding: 0em 0em;
    display: block; }

.utility-bar header h2, .identity-drop-link, .info-link {
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
  padding: 0 20px 0 25px;
  margin: 0;
  transition: .3s;
  color: #fff; }
  @media (min-width: 960px) {
    .utility-bar header h2, .identity-drop-link, .info-link {
      padding: 0 35px 0 40px; } }

.identity-drop-link {
  border-left: solid 1px rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer; }
  @media (min-width: 960px) {
    .identity-drop-link {
      padding: 0 20px; } }
  @media (min-width: 1180px) {
    .identity-drop-link {
      border-right: solid 1px rgba(255, 255, 255, 0.15); } }
  .identity-drop-link:hover {
    background-color: rgba(0, 0, 0, 0.15); }

.programs-drop, .community-drop {
  border-right: solid 1px rgba(255, 255, 255, 0.15); }
  .programs-drop, .programs-drop ul, .community-drop, .community-drop ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .programs-drop li, .community-drop li {
    margin: 0;
    padding: 0; }

.programs-drop, .community-drop, .events-drop {
  position: relative; }
  .programs-drop:before, .community-drop:before, .events-drop:before {
    content: '';
    font-family: "IcoMoon";
    color: #b7f3de;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    font-size: 12px;
    font-weight: normal; }
    @media (min-width: 960px) {
      .programs-drop:before, .community-drop:before, .events-drop:before {
        left: 20px; } }
  .programs-drop:after, .community-drop:after, .events-drop:after {
    content: '\e90c';
    display: inline-block;
    font-family: "IcoMoon";
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    margin-top: -2px; }
    @media (min-width: 960px) {
      .programs-drop:after, .community-drop:after, .events-drop:after {
        right: 20px; } }
  .programs-drop > .fsElementContent, .community-drop > .fsElementContent, .events-drop > .fsElementContent {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 10; }
    @media (min-width: 850px) {
      .programs-drop > .fsElementContent, .community-drop > .fsElementContent, .events-drop > .fsElementContent {
        margin-left: -1px; } }
  .programs-drop:hover, .community-drop:hover, .events-drop:hover {
    background-color: #48ac89; }
    .programs-drop:hover > .fsElementContent, .community-drop:hover > .fsElementContent, .events-drop:hover > .fsElementContent {
      opacity: 1;
      visibility: visible;
      transition: .3s; }
  .programs-drop.show-drop, .community-drop.show-drop, .events-drop.show-drop {
    background-color: #48ac89; }
    .programs-drop.show-drop > .fsElementContent, .community-drop.show-drop > .fsElementContent, .events-drop.show-drop > .fsElementContent {
      opacity: 1;
      visibility: visible;
      transition: .3s; }
  .programs-drop > header, .community-drop > header, .events-drop > header {
    position: relative; }

.programs-drop {
  border-left: solid 1px rgba(255, 255, 255, 0.15); }
  .programs-drop:before {
    content: '\e907';
    margin-top: -2px;
    font-size: 13px; }
    @media (min-width: 960px) {
      .programs-drop:before {
        font-size: 15px; } }
  .programs-drop .fsNavLevel1 {
    width: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: solid 1px #3d9275;
    border-top: solid 1px #3d9275; }
    .programs-drop .fsNavLevel1 > li {
      width: 50%;
      height: 120px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #48ac89;
      border: solid 1px #3d9275;
      border-top: none;
      border-left: none; }
      .programs-drop .fsNavLevel1 > li a {
        font-weight: 600;
        padding: 20px 20px 20px 110px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2; }
        .programs-drop .fsNavLevel1 > li a:hover {
          background-color: rgba(0, 0, 0, 0.15); }
  .programs-drop .fsNavPageInfo {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 80px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    border: solid 2px #009275; }
    .programs-drop .fsNavPageInfo img {
      display: none; }

.community-drop:before {
  content: '\e914'; }

.community-drop.alumni {
  cursor: pointer; }
  .community-drop.alumni:before {
    content: '\e80c';
    margin-top: -2px; }

.community-drop .fsElementContent {
  background-color: #48ac89;
  width: calc(100% + 2px);
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-top: none;
  border-bottom: none; }

.community-drop .fsNavLevel1 {
  border-top: solid 1px #3d9275; }
  .community-drop .fsNavLevel1 > li a {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .025em;
    border-bottom: solid 1px #3d9275;
    border-top: none; }
    .community-drop .fsNavLevel1 > li a:hover {
      background-color: rgba(0, 0, 0, 0.15); }

.events-drop {
  border-right: solid 1px rgba(255, 255, 255, 0.15); }
  .events-drop:before {
    content: '\e913';
    margin-top: -2px; }
  .events-drop > .fsElementContent {
    width: calc(100% + 178px);
    background-color: #48ac89;
    padding: 15px 0px 15px 0;
    border: solid 1px rgba(0, 0, 0, 0.15); }
  .events-drop > footer {
    opacity: 0;
    visibility: hidden; }
  .events-drop.fsCalendar article {
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
  .events-drop.fsCalendar .fsDate {
    left: 5px;
    text-align: center; }
    .events-drop.fsCalendar .fsDate > span.fsMonth {
      color: #b7f3de; }
    .events-drop.fsCalendar .fsDate > span.fsDay {
      color: #fff;
      margin-left: 0; }
  .events-drop.fsCalendar .fsTitle {
    color: #fff; }
    .events-drop.fsCalendar .fsTitle a {
      color: inherit;
      transition: .3s; }
      .events-drop.fsCalendar .fsTitle a:hover {
        color: #b7f3de;
        transition: .3s; }
  .events-drop.fsCalendar .fsEventDetails {
    color: #b7f3de; }
  .events-drop footer {
    background-color: #48ac89; }
    .events-drop footer a {
      padding-left: 20px; }
      .events-drop footer a:hover {
        color: #b7f3de; }

.info-link {
  border-right: solid 1px rgba(255, 255, 255, 0.15);
  background-color: #10396d;
  padding: 0; }
  .info-link:hover {
    background-color: #10396d; }
  .info-link a {
    color: #c8ecff;
    display: block;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 960px) {
      .info-link a {
        padding-left: 20px;
        padding-right: 20px;
        min-width: 176px; } }
    .info-link a:hover {
      background-color: rgba(0, 0, 0, 0.15); }

.mobile-nav .community-drop {
  text-align: center;
  padding: 0;
  background-color: #007b5f;
  cursor: pointer;
  border: none;
  transition: .3s; }
  .mobile-nav .community-drop:hover {
    background-color: #00624b;
    transition: .3s; }
  .mobile-nav .community-drop:before {
    position: relative; }
  .mobile-nav .community-drop:after {
    display: none; }
  .mobile-nav .community-drop > header {
    display: inline-block;
    margin: 0 0 0 10px; }
  .mobile-nav .community-drop h2 {
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 39px;
    position: relative;
    letter-spacing: .05em; }
    .mobile-nav .community-drop h2:after {
      content: '\e90c';
      display: inline-block;
      font-family: "IcoMoon";
      position: absolute;
      right: -15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 13px;
      font-weight: normal;
      line-height: 1;
      margin-top: -2px; }
  .mobile-nav .community-drop > .fsElementContent {
    position: relative;
    background-color: #007b5f;
    opacity: 1;
    visibility: visible;
    display: none; }
    .mobile-nav .community-drop > .fsElementContent a {
      display: block;
      font-size: 13px;
      padding: 12px 20px;
      background-color: rgba(0, 0, 0, 0.15); }
  .mobile-nav .community-drop.open > .fsElementContent {
    display: block; }

.mobile-nav .events-drop {
  border: none;
  border-top: solid 1px rgba(255, 255, 255, 0.15); }
  .mobile-nav .events-drop:before {
    display: none; }
  .mobile-nav .events-drop > .fsElementContent {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    text-align: center;
    padding: 0;
    border: none;
    background-color: #007b5f;
    transition: .3s; }
    .mobile-nav .events-drop > .fsElementContent:hover {
      background-color: #00624b;
      transition: .3s; }
    .mobile-nav .events-drop > .fsElementContent p {
      margin-bottom: 0; }
    .mobile-nav .events-drop > .fsElementContent a {
      font-size: 13px;
      letter-spacing: .05em;
      line-height: 1.2;
      display: block;
      text-transform: uppercase;
      font-weight: 600;
      padding: 12px 20px;
      position: relative; }
      .mobile-nav .events-drop > .fsElementContent a:before {
        content: '\e913';
        margin-top: -2px;
        font-family: "IcoMoon";
        color: #b7f3de;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1;
        font-size: 12px;
        font-weight: normal;
        margin-right: 5px; }

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.11111em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 800px) {
      .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.55556em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 20px;
    background: #48ac89;
    color: #fff;
    outline: 0;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #007b5f;
      color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #007b5f; }
  @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.11111em; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 20px; }

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

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

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

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

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

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

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 800px) {
    .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: 800px) {
    .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: #fff;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #e55955;
    font-weight: 600;
    margin-bottom: 20px;
    margin-bottom: 0;
    display: block;
    font-size: 20px;
    padding: 13px 20px 12px;
    color: #10396d;
    transition: .3s;
    border-top: solid 1px #d9d9d9;
    position: relative; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #f9f9f9;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #10396d;
      transition: .3s;
      padding-left: 50px; }
      .fsAccordion .fsPanel > header:hover h2:before, .fsTabs .fsPanel > header:hover h2:before {
        width: 18px !important;
        transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #fff; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #10396d; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  color: #b2b1b1;
  font-weight: normal;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 12px;
  content: "";
  width: 18px;
  transition: .3s; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  color: #b2b1b1;
  font-weight: normal;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 12px;
  content: "";
  width: 0;
  overflow: hidden;
  display: inline-block;
  transition: .3s; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2 {
  padding-left: 50px; }

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:after {
  right: 15px;
  left: auto; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  margin: 0;
  left: auto;
  right: 15px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header:hover h2, .fsPanelIconAfter.fsTabs .fsPanel > header:hover h2 {
  padding-left: 20px;
  padding-right: 50px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header:hover h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header:hover h2:after {
    width: 18px; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2 {
  padding-left: 20px; }
  .fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2:before, .fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2:after, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2:after {
    width: 0;
    margin: 0; }

.fsAccordion {
  margin-bottom: 30px; }
  .fsAccordion > .fsElementContent > .fsPanel:last-child {
    border-bottom: solid 1px #d9d9d9; }
  .fsAccordion .fsPanel > .fsElementContent {
    padding-top: 8px; }
    .fsAccordion .fsPanel > .fsElementContent > .fsElement:last-of-type {
      margin-bottom: 0; }
  .fsAccordion.fsPanelIconBefore .fsPanel > .fsElementContent {
    padding-left: 50px; }
  .fsAccordion.fsPanelIconAfter .fsPanel > .fsElementContent {
    padding-right: 50px; }

.fsPanelGroup section.fsPanel {
  margin-bottom: 0; }

/*! elements - alert/popup dialog */
.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) {
  max-width: calc(100% - 40px);
  min-width: 0; }
  @media screen and (max-width: 599px) {
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) {
      width: 100% !important; } }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) article {
    color: #777777; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) article a {
      color: #48ac89; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) article a:hover {
        color: #10396d; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) article > div, .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) article > time {
      margin-top: 10px;
      display: block; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) article > div.fsAuthor + .fsDateTime, .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) article > time.fsAuthor + .fsDateTime {
        margin-top: 0; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
    .fsAthleticsEvent .fsElementEventIcon img {
      vertical-align: sub; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 20px;
    background: #48ac89;
    color: #fff;
    outline: 0;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background: #007b5f;
      color: #fff; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }

.fsEventTable .fsTitle {
  display: table-cell; }

.fsEventTable .fsAthleticsOpponents {
  display: table-cell; }

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

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

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

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #b2b1b1; }
  .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; }
    .fsAthleticsTeamDirectory .fsAthleticsTeamIcon img {
      vertical-align: sub; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.ath-bpt-3 #fsPageBodyWrapper {
  padding-top: 0; }
  @media (min-width: 600px) {
    .ath-bpt-3 #fsPageBodyWrapper {
      padding-top: 55px; } }
  @media (min-width: 850px) {
    .ath-bpt-3 #fsPageBodyWrapper {
      padding-top: 150px; } }

.ath-bpt-3 .ath-event-slideshow .fsTitle {
  color: #48ac89; }

.fsPageLayout .ath-landing-slideshow {
  margin-bottom: 0; }

.team-tabs .fsElementTitle {
  font-family: "goudy-old-style", serif; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar article {
  position: relative;
  padding-left: 70px;
  min-height: 82px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: left;
  height: 60px;
  width: 60px;
  color: #777777;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      font-weight: 600;
      letter-spacing: .07em; }
    .fsCalendar .fsDate > span.fsDay {
      font-family: "goudy-old-style", serif;
      color: #e55955;
      font-size: 48px;
      letter-spacing: -3px;
      margin-left: -5px; }
    .fsCalendar .fsDate > span.fsYear {
      display: none; }

.fsCalendar .fsTitle {
  color: #414243;
  font-weight: 600;
  margin-bottom: 10px; }
  .fsCalendar .fsTitle a {
    color: #414243; }
    .fsCalendar .fsTitle a:hover {
      color: #777777; }

.fsCalendar .fsEventDetails {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

.fsCalendar.fsList article .fsYear {
  display: none; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
  height: auto; }

.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; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 123, 95, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 123, 95, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(0, 123, 95, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 123, 95, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #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;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 20px;
    background: #48ac89;
    color: #fff;
    outline: 0;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #007b5f;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -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 */
.fsCalendar.fsSlideshow .fsDate {
  text-align: center; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0; }

.fsListItems article {
  margin-bottom: 20px; }

.element-style-1, .element-style-2 {
  margin-bottom: 35px;
  padding: 20px 20px 30px;
  border: 1px solid #d9d9d9; }
  .element-style-1 > header > .fsElementHeaderContent, .element-style-2 > header > .fsElementHeaderContent {
    margin-bottom: 20px; }
    .element-style-1 > header > .fsElementHeaderContent.has-img, .element-style-2 > header > .fsElementHeaderContent.has-img {
      margin: -20px -20px 20px;
      margin-right: -20px;
      margin-top: -20px;
      background-size: cover;
      background-position: center; }
      .element-style-1 > header > .fsElementHeaderContent.has-img img, .element-style-2 > header > .fsElementHeaderContent.has-img img {
        opacity: 0;
        visibility: hidden;
        width: 100%; }
  .element-style-1 p:last-child, .element-style-2 p:last-child {
    margin-bottom: 0; }
    .element-style-1 p:last-child a:last-child, .element-style-2 p:last-child a:last-child {
      margin-bottom: 0; }

.element-style-2 {
  background-color: #10396d;
  color: #c8ecff;
  border: none; }
  .element-style-2 h1, .element-style-2 h2, .element-style-2 h3, .element-style-2 h4, .element-style-2 h5, .element-style-2 h6 {
    color: #fff; }
  .element-style-2 a:hover {
    color: #fff; }

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed h1, .fsComposerFormEmbed h2, .fsComposerFormEmbed h3, .fsComposerFormEmbed h4, .fsComposerFormEmbed h5, .fsComposerFormEmbed h6 {
    line-height: 1.3; }
  .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: #48ac89;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #10396d; }
    .fsComposerFormEmbed form .required {
      color: #007b5f; }
    .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: #48ac89;
        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: #10396d;
          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 {
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #48ac89 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      border-radius: 4px;
      font-size: 13px;
      letter-spacing: .05em;
      text-transform: uppercase;
      line-height: 1.2; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #007b5f !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova-condensed", 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;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 20px;
    background: #48ac89;
    color: #fff;
    outline: 0;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600; }
    .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: #007b5f;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 20px;
    background: #48ac89;
    color: #fff;
    outline: 0;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600; }
    .fsAccount .fsAccountLogout a:hover {
      background: #007b5f;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-size: cover;
    outline: 0;
    position: relative;
    height: 155px;
    max-height: 100vh;
    overflow: hidden; }
    @media (min-width: 600px) {
      .fsMediaCustomPlayer article {
        height: 500px; } }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer article {
        height: 700px; } }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden;
      display: none; }
    .fsMediaCustomPlayer article.video-slide video {
      max-width: none;
      width: auto;
      height: auto;
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      max-height: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      visibility: hidden; }
      @media (min-width: 600px) {
        .fsMediaCustomPlayer article.video-slide video {
          opacity: 1;
          visibility: visible; } }
  .fsMediaCustomPlayer .video-wrapper, .fsMediaCustomPlayer .universal-img-wrapper {
    height: 155px;
    background-size: cover;
    background-position: center; }
    @media (min-width: 600px) {
      .fsMediaCustomPlayer .video-wrapper, .fsMediaCustomPlayer .universal-img-wrapper {
        height: 500px; } }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .video-wrapper, .fsMediaCustomPlayer .universal-img-wrapper {
        height: 700px; } }
  .fsMediaCustomPlayer .caption-wrapper {
    bottom: 80px;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 18px;
    left: 0;
    line-height: 24px;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    color: #fff;
    text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.25);
    z-index: 5; }
    @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; }
  .fsMediaCustomPlayer .caption-title, .fsMediaCustomPlayer .caption-desc {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .fsMediaCustomPlayer .caption-title {
    display: none;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: "goudy-old-style", serif;
    font-style: italic;
    font-size: 32px;
    text-align: left; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-title {
        font-size: 60px; } }
  .fsMediaCustomPlayer .caption-desc {
    font-weight: 600; }
    .fsMediaCustomPlayer .caption-desc h2 {
      line-height: 1.2;
      margin-bottom: 0;
      font-family: "goudy-old-style", serif;
      font-style: italic;
      font-size: 32px;
      text-align: left;
      color: #fff;
      font-weight: normal; }
      @media (min-width: 800px) {
        .fsMediaCustomPlayer .caption-desc h2 {
          font-size: 60px; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

/*! elements - news v0.0.1 */
.fsNews.circle-thumb .fsThumbnail {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden; }

.fsNews article > div {
  margin-top: 10px; }
  .fsNews article > div:first-child {
    margin-top: 0; }

.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.55556em; }
  .fsNews .fsThumbnail img {
    display: block; }

.fsNews .fsAuthor + .fsDateTime {
  margin-top: 0; }

.fsNews.fsList article {
  border-bottom: solid 1px rgba(178, 177, 177, 0.5);
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .fsNews.fsList article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.fsNews.fsGrid .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.fsNews.fsGrid article {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%; }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; } }

.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1; }
  .no-flexbox .fsNews.fsGrid .fsListItems:after {
    display: table;
    clear: both;
    content: ''; }
  .no-flexbox .fsNews.fsGrid .fsListItems article {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; } }

/*! elements - posts */
.fsPostElement.circle-thumb .fsThumbnail {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden; }

.fsPostElement article > div {
  margin-top: 10px; }
  .fsPostElement article > div:first-child {
    margin-top: 0; }

.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 0.55556em; }
  .fsPostElement .fsThumbnail img {
    display: block; }

.fsPostElement .fsAuthor + .fsDateTime {
  margin-top: 0; }

.fsPostElement.fsList article {
  border-bottom: solid 1px rgba(178, 177, 177, 0.5);
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .fsPostElement.fsList article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.fsPostElement.fsGrid .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.fsPostElement.fsGrid article {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%; }

@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; } }

@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%; } }

@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%; } }

@media (min-width: 1200px) {
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%; } }

.no-flexbox .fsPostElement.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1; }
  .no-flexbox .fsPostElement.fsGrid .fsListItems:after {
    display: table;
    clear: both;
    content: ''; }
  .no-flexbox .fsPostElement.fsGrid .fsListItems article {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px; }

@media (min-width: 800px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

.no-flexbox .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both; }

@media (min-width: 800px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: none; }
    .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; } }

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden; }
  form.gsc-search-box-tools table {
    border: 0; }
  form.gsc-search-box-tools table,
  form.gsc-search-box-tools tbody,
  form.gsc-search-box-tools tr,
  form.gsc-search-box-tools td {
    display: block; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    display: block;
    float: left; }
  form.gsc-search-box-tools table.gsc-search-box {
    margin-bottom: 0; }
  form.gsc-search-box-tools div.gsc-input-box {
    border: 0;
    height: 40px; }
    form.gsc-search-box-tools div.gsc-input-box table,
    form.gsc-search-box-tools div.gsc-input-box tbody,
    form.gsc-search-box-tools div.gsc-input-box tr,
    form.gsc-search-box-tools div.gsc-input-box td {
      overflow: hidden;
      display: block;
      width: 100%;
      border: 0;
      height: 40px; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools input.gsc-input {
    background: transparent !important;
    background-image: none !important;
    width: 100%;
    height: 40px !important;
    color: #fff;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 !important;
    border-radius: 0 !important; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    display: block;
    float: left;
    padding: 0 0 0 0;
    overflow: hidden;
    height: 40px;
    width: auto;
    background: #007b5f;
    position: relative;
    transition: .3s; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: '\e912';
      color: #fff;
      font-family: "IcoMoon";
      opacity: 1;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: #48ac89;
    transition: .3s; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 40px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
  form.gsc-search-box-tools .gsc-input-box {
    background: none; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
.fsSearch.site-search {
  position: absolute;
  right: 0;
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 40px;
  border-right: solid 1px rgba(255, 255, 255, 0.15);
  text-align: center;
  cursor: pointer; }
  .fsSearch.site-search:before {
    content: '\e912';
    position: absolute;
    right: 0;
    width: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: "IcoMoon";
    font-size: 13px;
    line-height: 1; }
  .fsSearch.site-search:hover {
    background-color: #48ac89; }
    .fsSearch.site-search:hover > .fsElementContent {
      opacity: 1;
      visibility: visible;
      width: 755px;
      transition: .3s; }
  .fsSearch.site-search > .fsElementContent {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 40px;
    background-color: #48ac89;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  #fsHeader .fsSearch.site-search {
    display: none; }
    @media (min-width: 850px) {
      #fsHeader .fsSearch.site-search {
        display: block; } }
  .fsSearch.site-search form.gsc-search-box-tools div.gsc-input-box {
    min-width: 703px; }
  .fsSearch.site-search form.gsc-search-box-tools td.gsc-search-button {
    width: 52px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.15); }

/*=================================================================*/
/* Mobile Nav Search & Landing page search                         */
/*=================================================================*/
.mobile-nav .fsSearch, .fsSearch:not(.site-search):not(.fsConstituent) {
  padding: 20px; }
  .mobile-nav .fsSearch > .fsElementContent, .fsSearch:not(.site-search):not(.fsConstituent) > .fsElementContent {
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .mobile-nav .fsSearch form.gsc-search-box-tools tr, .fsSearch:not(.site-search):not(.fsConstituent) form.gsc-search-box-tools tr {
    zoom: 1; }
    .mobile-nav .fsSearch form.gsc-search-box-tools tr:after, .fsSearch:not(.site-search):not(.fsConstituent) form.gsc-search-box-tools tr:after {
      display: table;
      clear: both;
      content: ''; }
  .mobile-nav .fsSearch form.gsc-search-box-tools div.gsc-input-box, .fsSearch:not(.site-search):not(.fsConstituent) form.gsc-search-box-tools div.gsc-input-box {
    min-width: 100%; }
  .mobile-nav .fsSearch form.gsc-search-box-tools input.gsc-input, .fsSearch:not(.site-search):not(.fsConstituent) form.gsc-search-box-tools input.gsc-input {
    background: #b7f3de !important;
    color: #007b5f; }
  .mobile-nav .fsSearch form.gsc-search-box-tools td.gsc-input, .fsSearch:not(.site-search):not(.fsConstituent) form.gsc-search-box-tools td.gsc-input {
    width: calc(100% - 50px); }
  .mobile-nav .fsSearch form.gsc-search-box-tools td.gsc-search-button, .fsSearch:not(.site-search):not(.fsConstituent) form.gsc-search-box-tools td.gsc-search-button {
    width: 50px;
    background-color: #b7f3de; }
  .mobile-nav .fsSearch form.gsc-search-box-tools td.gsc-search-button:after, .fsSearch:not(.site-search):not(.fsConstituent) form.gsc-search-box-tools td.gsc-search-button:after {
    color: #007b5f; }

.fsSearch:not(.site-search) form.gsc-search-box-tools input.gsc-input, .fsSearch.fsSearchFieldWithResults > .fsElementContent form.gsc-search-box-tools input.gsc-input {
  background: #fff !important;
  color: #007b5f; }

.fsSearch:not(.site-search) form.gsc-search-box-tools td.gsc-search-button, .fsSearch.fsSearchFieldWithResults > .fsElementContent form.gsc-search-box-tools td.gsc-search-button {
  width: 50px;
  background-color: #fff; }

.fsSearch:not(.site-search) .gsc-control-cse, .fsSearch.fsSearchFieldWithResults > .fsElementContent .gsc-control-cse {
  padding: 0; }

.fsSearch.fsSearchFieldWithResults > .fsElementContent form.gsc-search-box {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15); }

/*! 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;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #48ac89;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600; }
  .vimeo_view_link a:hover {
    background: #007b5f;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

/*! 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;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 20px;
  background: #48ac89;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600; }
  .Youtube_view_link a:hover {
    background: #007b5f;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! 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: 8px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        color: #e55955;
        font-weight: 600;
        margin-bottom: 20px;
        margin-bottom: 0;
        display: block;
        font-size: 20px;
        padding: 13px 20px 12px;
        color: #10396d;
        transition: .3s;
        border-top: solid 1px #d9d9d9;
        background: transparent;
        color: #777777;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .05em;
        line-height: 1.2;
        padding: 10px 20px; }
        .fsTabs .fsTabsNav li a:hover {
          background: transparent;
          color: #e55955;
          border: 1px solid #e55955; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #e55955;
        color: #fff;
        border: 1px solid #e55955; }
  @media (min-width: 600px) {
    .fsTabs .fsPanel > .fsElementContent {
      padding: 20px 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; } }

/*! treatments - collage slider v0.0.1 */
.college-slideshow-container {
  max-width: 260px;
  margin: 0 auto !important; }
  @media (min-width: 460px) {
    .college-slideshow-container {
      max-width: 400px; } }
  @media (min-width: 660px) {
    .college-slideshow-container {
      max-width: 600px; } }
  @media (min-width: 1000px) {
    .college-slideshow-container {
      max-width: 1180px; } }

body:not(.fsComposeMode) .collage-large-content.image {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff; }
  body:not(.fsComposeMode) .collage-large-content.image .fsElementTitle {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
    font-family: "goudy-old-style", serif; }
  body:not(.fsComposeMode) .collage-large-content.image .fsElementContent {
    font-size: 18px;
    font-weight: 600;
    line-height: 19px; }
    body:not(.fsComposeMode) .collage-large-content.image .fsElementContent .fs_style_10 {
      color: #c8ecff; }
      body:not(.fsComposeMode) .collage-large-content.image .fsElementContent .fs_style_10:hover {
        color: #fff; }
  body:not(.fsComposeMode) .collage-large-content.image .content-inner {
    background-color: rgba(16, 57, 109, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;
    -webkit-transform: perspective(1000px) rotateY(-180deg);
    transform: perspective(1000px) rotateY(-180deg);
    transition: 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    display: none;
    width: 100%; }
    @media (min-width: 460px) {
      body:not(.fsComposeMode) .collage-large-content.image .content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  body:not(.fsComposeMode) .collage-large-content.image:hover .content-inner {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
    visibility: visible; }

body:not(.fsComposeMode) .collage-large-content.video {
  overflow: hidden; }
  body:not(.fsComposeMode) .collage-large-content.video div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 100%;
    height: 100%; }
  body:not(.fsComposeMode) .collage-large-content.video .collage-video-wrapper {
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer; }
    body:not(.fsComposeMode) .collage-large-content.video .collage-video-wrapper:before {
      box-shadow: inset 0 0 0 5px rgba(37, 37, 37, 0.4), inset 0 0 20px 25px rgba(255, 255, 255, 0.3);
      transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
      transition: box-shadow 0.2s ease, transform 0.2s ease;
      border-radius: 50%;
      bottom: 0;
      content: '';
      display: inline-block;
      height: 60px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      z-index: 2; }
    body:not(.fsComposeMode) .collage-large-content.video .collage-video-wrapper:after {
      transition: border 0.3s ease, left 0.1s ease-in;
      border-bottom: 15px solid rgba(0, 0, 0, 0);
      border-left: 20px solid rgba(37, 37, 37, 0.6);
      border-radius: 4px;
      border-top: 15px solid rgba(0, 0, 0, 0);
      bottom: 0;
      content: '';
      display: inline-block;
      height: 0;
      left: 5px;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      -moz-transform: scale(0.9999);
      width: 0;
      z-index: 2; }
    body:not(.fsComposeMode) .collage-large-content.video .collage-video-wrapper.show:before, body:not(.fsComposeMode) .collage-large-content.video .collage-video-wrapper.show:after {
      display: none; }
  body:not(.fsComposeMode) .collage-large-content.video video {
    position: absolute;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    width: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.fsComposeMode .collage-large-content.image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(16, 57, 109, 0.9); }

.fsComposeMode .collage-large-content.image .fsElementTitle, .fsComposeMode .collage-large-content.image .fsElementContent {
  color: #fff;
  text-align: center;
  position: relative; }

.fsElement.college-slider.image-grid .fsMediaCustomPlayer article {
  background-size: cover;
  background-position: center; }
  .fsElement.college-slider.image-grid .fsMediaCustomPlayer article img {
    opacity: 0;
    visibility: hidden; }

/*! treatments - infographic slideshow v0.0.1 */
.infographic-slideshow-container {
  position: relative; }
  .infographic-slideshow-container .slick-slider {
    position: static;
    margin-left: -20px;
    margin-right: -20px; }
  .infographic-slideshow-container > header {
    position: relative;
    margin-bottom: 70px; }
    .infographic-slideshow-container > header:before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1px;
      width: calc(100% - 90px);
      background-color: #b2b1b1;
      opacity: .5; }
    .infographic-slideshow-container > header .fsElementTitle {
      color: #b2b1b1;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase;
      display: inline-block;
      padding-right: 15px;
      background-color: #fff;
      margin-bottom: 0;
      position: relative;
      vertical-align: sub;
      letter-spacing: .05em; }
  .infographic-slideshow-container .slick-arrow {
    position: absolute;
    top: -7px;
    width: 45px;
    border: none;
    color: transparent;
    background-color: #fff;
    padding: 0;
    outline: transparent;
    height: 40px; }
    .infographic-slideshow-container .slick-arrow:hover:after {
      color: #777777;
      transition: .3s; }
    .infographic-slideshow-container .slick-arrow:after {
      content: '';
      font-family: "IcoMoon";
      color: #dcdcdc;
      font-size: 36px;
      line-height: 1;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: .3s; }
    .infographic-slideshow-container .slick-arrow.slick-prev {
      right: 30px;
      border-right: solid 1px #dcdcdc; }
      .infographic-slideshow-container .slick-arrow.slick-prev:after {
        content: '\e90f'; }
    .infographic-slideshow-container .slick-arrow.slick-next {
      right: -15px;
      border-left: solid 1px #dcdcdc; }
      .infographic-slideshow-container .slick-arrow.slick-next:after {
        content: '\e90e'; }
    .infographic-slideshow-container .slick-arrow.slick-disabled:hover:after {
      color: #dcdcdc; }

.infographic-slide {
  text-align: center;
  outline: transparent;
  padding: 0 20px; }
  .infographic-slide .fsElementTitle {
    color: #007b5f;
    font-family: "goudy-old-style", serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 5px; }
  .infographic-slide .fsElementHeaderContent {
    opacity: 0.75;
    color: #777;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
  .infographic-slide:nth-child(2n) .fsElementTitle {
    color: #10396d; }
  .infographic-slide:nth-child(3n) .fsElementTitle {
    color: #e55955; }
  .infographic-slide:nth-child(4n) .fsElementTitle {
    color: #414243; }

/*! treatments - thermometer v0.0.1 */
.no-touch .thermometer-treatment #fsHeader {
  position: relative;
  border-bottom: none; }

.thermometer-treatment #fsPageBodyWrapper {
  padding-top: 50px; }

.thermometer-container {
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ececec;
  border-bottom: 1px solid #b2b1b1;
  border-top: 1px solid #b2b1b1;
  z-index: 10;
  padding: 0 20px; }
  .thermometer-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }

body:not(.fsComposeMode) .thermometer {
  padding: 25px 0;
  position: relative; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .thermometer {
      padding: 24px 240px 20px 0; } }
  body:not(.fsComposeMode) .thermometer > header {
    margin-bottom: 15px; }
    body:not(.fsComposeMode) .thermometer > header .fsElementTitle {
      color: #777;
      letter-spacing: .05em;
      font-size: 15px;
      font-weight: 600;
      line-height: 26px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 0;
      margin-right: 5px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .thermometer > header .fsElementTitle {
          line-height: 38px; } }
    body:not(.fsComposeMode) .thermometer > header .fsElementHeaderContent {
      display: inline-block;
      vertical-align: top;
      color: #414243;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.2; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .thermometer > header .fsElementHeaderContent {
          font-size: 30px; } }
  body:not(.fsComposeMode) .thermometer .fsElementContent {
    height: 38px;
    background-color: #fff;
    border: 1px solid #b2b1b1;
    position: relative;
    margin-bottom: 30px; }
  body:not(.fsComposeMode) .thermometer > footer {
    margin-top: 50px; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .thermometer > footer {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    body:not(.fsComposeMode) .thermometer > footer .fs_style_9 {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px; }
      body:not(.fsComposeMode) .thermometer > footer .fs_style_9:before {
        content: '\e904';
        font-family: "IcoMoon";
        color: #b7f3de;
        margin-right: 7px;
        font-size: 22px;
        font-weight: normal;
        vertical-align: baseline; }
  body:not(.fsComposeMode) .thermometer .fill {
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-left: -1px;
    background-color: #e55955; }
    body:not(.fsComposeMode) .thermometer .fill a {
      color: transparent;
      pointer-events: none; }
  body:not(.fsComposeMode) .thermometer .percents, body:not(.fsComposeMode) .thermometer .dollars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    width: calc(100% + 2px);
    margin-left: -1px !important; }
    body:not(.fsComposeMode) .thermometer .percents, body:not(.fsComposeMode) .thermometer .percents ul, body:not(.fsComposeMode) .thermometer .dollars, body:not(.fsComposeMode) .thermometer .dollars ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsComposeMode) .thermometer .percents li, body:not(.fsComposeMode) .thermometer .dollars li {
      margin: 0;
      padding: 0; }

.fsComposeMode .thermometer .percents {
  display: none; }

/*! treatments - Athletics BPT v3 - Configuration File*/
@font-face {
  font-family: 'BPT-IcoMoon';
  src: url("/uploaded/themes/default_16/fonts/bpt/icomoon.eot");
  src: url("/uploaded/themes/default_16/fonts/bpt/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_16/fonts/bpt/icomoon.woff2") format("woff2"), url("/uploaded/themes/default_16/fonts/bpt/icomoon.woff") format("woff"), url("/uploaded/themes/default_16/fonts/bpt/icomoon.ttf") format("truetype"), url("/uploaded/themes/default_16/fonts/bpt/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

/*! treatments - Athletics BPT v3 */
.ath-bpt-3 #fsPageBodyWrapper {
  padding-left: 0;
  padding-right: 0; }

.ath-bpt-3 #fsPageBody {
  max-width: 100%; }

.ath-bpt-3 .title-bar {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px; }
  .ath-bpt-3 .title-bar > header {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .ath-bpt-3 .title-bar > header {
        margin-bottom: 50px; } }
    .ath-bpt-3 .title-bar > header .fsElementTitle {
      display: block;
      font-size: 13px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .05em;
      color: #b2b1b1;
      font-weight: 600;
      text-align: center;
      position: relative;
      margin: 40px auto 20px; }
      @media (min-width: 600px) {
        .ath-bpt-3 .title-bar > header .fsElementTitle {
          font-size: 18px;
          line-height: 24px;
          margin: 60px auto 20px; } }
      .ath-bpt-3 .title-bar > header .fsElementTitle:before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.15);
        opacity: .5; }
  .ath-bpt-3 .title-bar .title-inner {
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 8px;
    position: relative; }
    @media (min-width: 600px) {
      .ath-bpt-3 .title-bar .title-inner {
        padding: 0 15px; } }
  .ath-bpt-3 .title-bar.image > header {
    margin-top: 40px; }
    @media (min-width: 600px) {
      .ath-bpt-3 .title-bar.image > header {
        margin-top: 70px; } }
  .ath-bpt-3 .title-bar.image .fsElementHeaderContent {
    position: relative; }
    .ath-bpt-3 .title-bar.image .fsElementHeaderContent:before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1px;
      background-color: rgba(0, 0, 0, 0.15);
      opacity: .5; }
    .ath-bpt-3 .title-bar.image .fsElementHeaderContent img {
      background-color: #fff;
      display: inline-block;
      margin: 0 auto;
      padding: 0 8px;
      position: relative;
      max-width: 150px;
      width: 100%; }
      @media (min-width: 600px) {
        .ath-bpt-3 .title-bar.image .fsElementHeaderContent img {
          padding: 0 15px;
          max-width: 230px; } }

.ath-bpt-3 .fsElement.fsNews {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px; }
  .ath-bpt-3 .fsElement.fsNews.featured-news {
    margin-bottom: 45px; }
    .ath-bpt-3 .fsElement.fsNews.featured-news > header {
      text-align: center; }
    .ath-bpt-3 .fsElement.fsNews.featured-news article {
      zoom: 1;
      position: relative; }
      .ath-bpt-3 .fsElement.fsNews.featured-news article:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 700px) {
        .ath-bpt-3 .fsElement.fsNews.featured-news article {
          padding-left: calc(50% + 50px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          min-height: 400px; } }
    .ath-bpt-3 .fsElement.fsNews.featured-news .fsThumbnail {
      background-size: cover;
      background-position: center;
      overflow: hidden;
      border: solid 1px #d9d9d9; }
      @media (min-width: 700px) {
        .ath-bpt-3 .fsElement.fsNews.featured-news .fsThumbnail {
          position: absolute;
          width: 50%;
          height: 100%;
          left: 0;
          top: 0;
          margin: 0; } }
      .ath-bpt-3 .fsElement.fsNews.featured-news .fsThumbnail img {
        opacity: 0;
        visibility: hidden; }
    .ath-bpt-3 .fsElement.fsNews.featured-news .fsTitle {
      margin-top: 0;
      font-size: 26px;
      line-height: 1.2;
      font-weight: normal;
      margin-bottom: 20px;
      position: relative; }
      @media (min-width: 600px) {
        .ath-bpt-3 .fsElement.fsNews.featured-news .fsTitle {
          font-size: 22px; } }
      @media (min-width: 800px) {
        .ath-bpt-3 .fsElement.fsNews.featured-news .fsTitle {
          font-size: 30px; } }
      @media (min-width: 980px) {
        .ath-bpt-3 .fsElement.fsNews.featured-news .fsTitle {
          font-size: 40px;
          line-height: 48px; } }
      .ath-bpt-3 .fsElement.fsNews.featured-news .fsTitle:before {
        content: 'Featured News';
        color: #e55955;
        font-size: 15px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: .05em;
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px; }
      .ath-bpt-3 .fsElement.fsNews.featured-news .fsTitle a {
        color: inherit; }
        .ath-bpt-3 .fsElement.fsNews.featured-news .fsTitle a:hover {
          opacity: .7; }
    .ath-bpt-3 .fsElement.fsNews.featured-news .fsCroppedImage {
      border: 1px solid #d9d9d9; }
    .ath-bpt-3 .fsElement.fsNews.featured-news .fsReadMoreLink {
      font-weight: 600;
      color: #10396d; }
      .ath-bpt-3 .fsElement.fsNews.featured-news .fsReadMoreLink:hover {
        color: #007b5f; }
  .ath-bpt-3 .fsElement.fsNews.recent-news {
    padding-bottom: 40px; }
    @media (min-width: 700px) {
      .ath-bpt-3 .fsElement.fsNews.recent-news {
        padding-bottom: 80px; } }
    .ath-bpt-3 .fsElement.fsNews.recent-news .fsElementTitle {
      color: #e55955;
      font-size: 15px;
      font-weight: 600;
      line-height: 19px;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 25px; }
    @media (min-width: 700px) {
      .ath-bpt-3 .fsElement.fsNews.recent-news .fsListItems {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .ath-bpt-3 .fsElement.fsNews.recent-news article {
      border-bottom: none;
      margin-bottom: 20px;
      padding: 7px 20px;
      position: relative; }
      .ath-bpt-3 .fsElement.fsNews.recent-news article:last-child {
        margin-bottom: 0; }
      @media (min-width: 700px) {
        .ath-bpt-3 .fsElement.fsNews.recent-news article {
          margin-bottom: 0;
          width: 33.33%; } }
      .ath-bpt-3 .fsElement.fsNews.recent-news article:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        display: block;
        background-color: #e55955; }
    .ath-bpt-3 .fsElement.fsNews.recent-news .fsElementFooterContent {
      text-align: center; }
      .ath-bpt-3 .fsElement.fsNews.recent-news .fsElementFooterContent > a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 12px 20px;
        background: #48ac89;
        color: #fff;
        outline: 0;
        border-radius: 4px;
        font-size: 13px;
        letter-spacing: .05em;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: 600;
        margin: 40px auto 0; }
        .ath-bpt-3 .fsElement.fsNews.recent-news .fsElementFooterContent > a:hover {
          background: #007b5f;
          color: #fff; }
        .ath-bpt-3 .fsElement.fsNews.recent-news .fsElementFooterContent > a em {
          display: block;
          font-style: normal; }
        @media (min-width: 700px) {
          .ath-bpt-3 .fsElement.fsNews.recent-news .fsElementFooterContent > a {
            margin: 60px auto 0; } }

.ath-landing-slideshow {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background: none !important; }
  .ath-landing-slideshow > header {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: calc(100% - 40px);
    z-index: 1;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 600px) {
      .ath-landing-slideshow > header {
        padding: 25px 30px 40px;
        width: calc(100% - 100px);
        height: auto; } }
    @media (min-width: 800px) {
      .ath-landing-slideshow > header {
        width: 70%; } }
    @media (min-width: 1180px) {
      .ath-landing-slideshow > header {
        max-width: 580px; } }
    .ath-landing-slideshow > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 30px;
      line-height: 1.2;
      font-family: "goudy-old-style", serif;
      color: #007b5f;
      font-style: italic;
      margin-bottom: 25px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 60px;
          line-height: 68px; } }
      @media (min-width: 600px) {
        .ath-landing-slideshow > header .fsElementTitle {
          margin-bottom: 30px; } }
      @media screen and (max-width: 799px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 36px;
          line-height: 1.2;
          margin-bottom: 20px; } }
      @media screen and (max-width: 599px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 26px;
          margin-bottom: 10px; } }
    @media screen and (max-width: 599px) {
      .ath-landing-slideshow > header .fsElementHeaderContent {
        font-size: 14px;
        line-height: 1.3; } }
    .ath-landing-slideshow > header .fsElementHeaderContent > a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 12px 20px;
      background: #48ac89;
      color: #fff;
      outline: 0;
      border-radius: 4px;
      font-size: 13px;
      letter-spacing: .05em;
      text-transform: uppercase;
      line-height: 1.2;
      font-weight: 600;
      margin-bottom: 0; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a:hover {
        background: #007b5f;
        color: #fff; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a em {
        display: block;
        font-style: normal; }
      @media screen and (max-width: 599px) {
        .ath-landing-slideshow > header .fsElementHeaderContent > a {
          font-size: 12px;
          line-height: 1.2;
          padding: 10px 15px; } }
  .ath-landing-slideshow.start-show:before {
    display: none; }
  .ath-landing-slideshow.start-show > header {
    -webkit-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
  .ath-landing-slideshow .fsMediaCustomPlayer {
    height: 300px;
    position: relative;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 600px) {
      .ath-landing-slideshow .fsMediaCustomPlayer {
        height: 600px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer.show {
      opacity: 1;
      visibility: visible;
      transition: .3s ease-in .3s; }
    .ath-landing-slideshow .fsMediaCustomPlayer:before {
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
    .ath-landing-slideshow .fsMediaCustomPlayer article {
      height: 300px;
      position: relative; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer article {
          height: 600px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer article:before {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute; }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-wrapper {
      display: none;
      position: absolute;
      text-align: left;
      bottom: 20px;
      left: 0;
      right: 0;
      z-index: 1;
      margin: 0 auto;
      padding: 0 30px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-wrapper {
          bottom: 60px;
          max-width: 1280px;
          padding: 0 50px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
      max-width: 100%;
      margin: 0; }
      @media (min-width: 800px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          max-width: 60%; } }
      @media (min-width: 1180px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          max-width: 40%; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
      font-size: 26px;
      font-weight: 400;
      line-height: 1.3;
      font-style: normal;
      text-shadow: none; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
          font-size: 40px;
          line-height: 48px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.3;
      text-shadow: none;
      transition: .3s;
      margin-top: 5px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          font-size: 18px;
          line-height: 24px;
          margin-top: 15px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc:empty {
        margin: 0; }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p {
        margin-bottom: 5px; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p {
            margin-bottom: 15px; } }
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p:last-child, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p:empty {
          margin-bottom: 0; }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: .05em;
        transition: .3s; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a {
            font-size: 13px; } }
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a:hover {
          text-decoration: none;
          opacity: .7;
          transition: .3s; }
    .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow {
      width: 30px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow {
          width: 40px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:hover:before {
        opacity: .7;
        transition: .3s; }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:before {
        font-family: "BPT-IcoMoon";
        font-size: 26px;
        font-weight: 400;
        text-shadow: none;
        line-height: 40px;
        transition: .3s; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:before {
            font-size: 40px; } }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next {
          right: 10px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next:before {
        content: '\e906'; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev {
          left: 10px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev:before {
        content: '\e907'; }

.ath-toggle-container {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .ath-toggle-container > .fsElementContent {
    background-color: rgba(0, 0, 0, 0.07);
    padding: 45px 0; }
    @media (min-width: 600px) {
      .ath-toggle-container > .fsElementContent {
        padding: 0; } }
  body:not(.fsComposeMode) .ath-toggle-container {
    margin-bottom: 0; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-toggle-container {
        height: 145px; } }
  .ath-toggle-container .fsAthleticsEvent {
    margin-bottom: 0; }
    .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      position: relative;
      max-height: 0;
      overflow: hidden; }
      @media (min-width: 600px) {
        .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
          margin-top: 0; } }
      .ath-toggle-container .fsAthleticsEvent > .fsElementContent .fsElementEmpty {
        min-height: 120px;
        padding: 30px; }
    .ath-toggle-container .fsAthleticsEvent.on > header {
      background-color: #e55955;
      cursor: default;
      border: none; }
      .ath-toggle-container .fsAthleticsEvent.on > header h2 {
        color: #fff; }
    .ath-toggle-container .fsAthleticsEvent.on > .fsElementContent {
      opacity: 1;
      visibility: visible;
      z-index: 2;
      max-height: inherit;
      overflow: visible; }
    .ath-toggle-container .fsAthleticsEvent.on > footer {
      display: block; }
    .fsComposeMode .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
      opacity: 1;
      visibility: visible;
      z-index: 2;
      max-height: inherit;
      overflow: visible; }

.ath-event-slideshow {
  width: calc(100% - 78px);
  margin: 0 auto; }
  @media (min-width: 600px) {
    .ath-event-slideshow {
      width: calc(100% - 305px); } }
  body:not(.fsComposeMode) .ath-event-slideshow > footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
    width: calc(100% - 80px);
    height: 40px;
    display: none;
    text-align: center;
    background-color: #10396d;
    border-radius: 4px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-event-slideshow > footer {
        width: 105px;
        height: calc(100% - 10px);
        top: 5px;
        bottom: auto;
        right: 5px;
        left: auto; } }
    body:not(.fsComposeMode) .ath-event-slideshow > footer > div {
      height: 100%; }
    body:not(.fsComposeMode) .ath-event-slideshow > footer a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      color: #fff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: .05em; }
      body:not(.fsComposeMode) .ath-event-slideshow > footer a br {
        display: none; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .ath-event-slideshow > footer a br {
            display: block; } }
  body:not(.fsComposeMode) .ath-event-slideshow > header {
    position: absolute;
    left: 40px;
    width: calc(50% - 45px);
    text-align: center;
    height: 40px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-right: none;
    border-left: none;
    z-index: 15;
    top: 0;
    background-color: #fff;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-event-slideshow > header {
        height: 50px;
        width: 105px;
        left: 5px;
        top: auto;
        height: calc(50% - 8px); } }
    body:not(.fsComposeMode) .ath-event-slideshow.scores > header {
      left: auto;
      right: 40px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .ath-event-slideshow.scores > header {
          top: auto;
          right: auto;
          left: 5px;
          bottom: 5px; } }
    .fsComposeMode .ath-schedules > header {
      height: calc(100% - 30px); }
    .fsComposeMode .ath-scores > header {
      height: calc(100% - 30px);
      bottom: 30px; }
    body:not(.fsComposeMode) .ath-event-slideshow > header h2 {
      color: #777777;
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: .05em; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .ath-event-slideshow > header h2 {
          line-height: 1;
          position: absolute;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%; } }
  .ath-event-slideshow .fsListItems {
    zoom: 1; }
    .ath-event-slideshow .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
    .ath-event-slideshow .fsListItems article {
      padding: 15px;
      margin-bottom: 0;
      min-height: 135px;
      color: #777777;
      background-color: white;
      border: 1px solid rgba(0, 0, 0, 0.15);
      margin: 4px 2px;
      outline: transparent;
      line-height: 1.2;
      font-weight: 600;
      font-size: 16px; }
  .ath-event-slideshow .fsDateTime {
    font-size: 14px;
    margin-bottom: 10px; }
    .ath-event-slideshow .fsDateTime:before {
      content: '\e902';
      font-family: "BPT-IcoMoon";
      font-weight: normal;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      display: inline-block;
      margin-right: 3px; }
    .ath-event-slideshow .fsDateTime .fsSeparator {
      color: rgba(0, 0, 0, 0.3); }
    .ath-event-slideshow .fsDateTime .fsTime:before {
      content: '|'; }
  .ath-event-slideshow .fsTitle {
    font-size: 18px;
    color: #007b5f;
    display: block;
    margin-bottom: 5px; }
    .ath-event-slideshow .fsTitle .fsAthleticsEventDetailLink {
      display: block;
      color: inherit;
      transition: .3s; }
      .ath-event-slideshow .fsTitle .fsAthleticsEventDetailLink:hover {
        opacity: .8;
        transition: .3s; }
  .ath-event-slideshow .fsAthleticsOpponents {
    display: block;
    margin-bottom: 10px; }
  .ath-event-slideshow .fsAthleticsAdvantage {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom; }
    .ath-event-slideshow .fsAthleticsAdvantage:before {
      content: "\e901";
      font-family: "BPT-IcoMoon";
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      font-weight: normal; }
  .ath-event-slideshow .fsAthleticsLocations, .ath-event-slideshow .fsAthleticsStatus {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom; }
    .ath-event-slideshow .fsAthleticsLocations:before, .ath-event-slideshow .fsAthleticsStatus:before {
      content: '|';
      display: inline-block;
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .fsAthleticsStatus {
    color: #e55955; }
  .ath-event-slideshow .fsAthleticsResultWrapper {
    font-size: 14px;
    color: #e55955; }
    .ath-event-slideshow .fsAthleticsResultWrapper .fsAthleticsResult:after {
      content: '|';
      display: inline-block;
      margin-left: 3px;
      color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .slick-arrow {
    position: absolute;
    width: 35px;
    height: calc(100% + 92px);
    min-height: 145px;
    overflow: hidden;
    background-color: #777777;
    border: none;
    padding: 0;
    color: transparent;
    z-index: 10;
    outline: 0;
    top: -46px;
    border: none; }
    @media (min-width: 600px) {
      .ath-event-slideshow .slick-arrow {
        top: -1px;
        height: 100%;
        width: 30px; } }
    .ath-event-slideshow .slick-arrow:after {
      content: '';
      font-family: "BPT-IcoMoon";
      color: #fff;
      position: absolute;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 25px;
      line-height: 1; }
    .ath-event-slideshow .slick-arrow.slick-prev {
      left: -40px; }
      @media (min-width: 600px) {
        .ath-event-slideshow .slick-arrow.slick-prev {
          left: -35px; } }
      .ath-event-slideshow .slick-arrow.slick-prev:after {
        content: '\e907'; }
    .ath-event-slideshow .slick-arrow.slick-next {
      right: -40px; }
      @media (min-width: 600px) {
        .ath-event-slideshow .slick-arrow.slick-next {
          right: -35px; } }
      .ath-event-slideshow .slick-arrow.slick-next:after {
        content: "\e906"; }
  .ath-event-slideshow.scores article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ath-event-slideshow.scores article > div {
      margin-bottom: 0; }

.team-tabs {
  padding: 40px 20px 50px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 600px) {
    .team-tabs {
      min-height: 450px;
      padding: 50px 20px 40px; } }
  .team-tabs a {
    color: inherit; }
  .team-tabs:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background-color: #007b5f; }
    @media (min-width: 600px) {
      .team-tabs:before {
        opacity: .94; } }
  .team-tabs > header, .team-tabs > .fsElementContent, .team-tabs > footer {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .team-tabs .fsElementTitle {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    color: #fff; }
    @media (min-width: 600px) {
      .team-tabs .fsElementTitle {
        font-size: 22px; } }
    @media (min-width: 800px) {
      .team-tabs .fsElementTitle {
        font-size: 30px; } }
    @media (min-width: 980px) {
      .team-tabs .fsElementTitle {
        font-size: 40px;
        line-height: 48px; } }
  @media (min-width: 500px) {
    .team-tabs .fsAthleticsTeamDirectory {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 700px) {
    .team-tabs .fsAthleticsTeamDirectory {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  .team-tabs .fsAthleticsTeamDirectory a {
    opacity: .8;
    transition: .3s; }
    .team-tabs .fsAthleticsTeamDirectory a:hover {
      opacity: 1;
      transition: .3s; }
  .team-tabs .fsTabsNav li.fsStateSelected a {
    color: #777777;
    background-color: #fff;
    border: solid 1px #fff; }
  .team-tabs .fsTabsNav li a {
    color: #fff;
    border: solid 1px #fff; }
    .team-tabs .fsTabsNav li a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #777777; }
  .team-tabs .fsPanel > .fsElementContent {
    padding-top: 35px; }
    .team-tabs .fsPanel > .fsElementContent .fsAthleticsTeam {
      margin-bottom: 0; }

.connect-container .fsTwitter .fsElementTitle {
  margin-bottom: 0; }

.connect-container .fsTwoColumnLayout {
  margin: 0 auto; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
    border: solid 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    padding: 0;
    float: none; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
        margin-bottom: 0;
        width: calc(50% - 10px); } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
        width: calc(50% - 15px); } }
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn > .fsElement:last-child {
      margin-bottom: 0; }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
    padding: 20px 20px 10px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
        margin-right: 20px;
        padding: 30px 30px 10px; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
        margin-right: 30px; } }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d9d9d9;
    margin-bottom: 0; }
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
      width: 100%;
      background-size: cover;
      background-position: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      position: relative;
      padding: 20px; }
      @media (min-width: 400px) {
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
          height: 525px; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
          padding: 0;
          height: auto; } }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent > .fsElementContent {
        position: relative; }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent p {
        margin: 0; }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 12px 20px;
        background: #48ac89;
        color: #fff;
        outline: 0;
        border-radius: 4px;
        font-size: 13px;
        letter-spacing: .05em;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: 600;
        margin: 10px 0; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:hover {
          background: #007b5f;
          color: #fff; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a em {
          display: block;
          font-style: normal; }

body.fsComposeMode .circle-button-link {
  pointer-events: none; }

body.fsComposeMode .circle-button {
  overflow: visible; }

body.ath-bpt-3 .circle-button {
  margin-bottom: 0; }

body.ath-bpt-3:not(.fsComposeMode) .circle-button header .fsElementHeaderContent {
  margin-top: 0; }

body.ath-bpt-3 .fsFourColumnLayout:after {
  display: none; }

body.ath-bpt-3:not(.fsComposeMode) body.ath-bpt-3 .fsFourColumnLayout {
  margin: 0; }
  @media (min-width: 600px) {
    body.ath-bpt-3:not(.fsComposeMode) body.ath-bpt-3 .fsFourColumnLayout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  body.ath-bpt-3:not(.fsComposeMode) body.ath-bpt-3 .fsFourColumnLayout > .fsDiv {
    padding: 0;
    margin: 20px 0; }
    @media (min-width: 600px) {
      body.ath-bpt-3:not(.fsComposeMode) body.ath-bpt-3 .fsFourColumnLayout > .fsDiv {
        width: 50%;
        padding: 0 15px;
        margin: 15px 0; } }
    @media (min-width: 700px) {
      body.ath-bpt-3:not(.fsComposeMode) body.ath-bpt-3 .fsFourColumnLayout > .fsDiv {
        padding: 0; } }
    @media (min-width: 900px) {
      body.ath-bpt-3:not(.fsComposeMode) body.ath-bpt-3 .fsFourColumnLayout > .fsDiv {
        width: auto;
        margin: 0; } }

@media (min-width: 700px) {
  body.ath-bpt-3 .fsFourColumnLayout .circle-button {
    width: 275px;
    height: 275px; } }

@media (min-width: 900px) {
  body.ath-bpt-3 .fsFourColumnLayout .circle-button {
    width: 200px;
    height: 200px; } }

@media (min-width: 1000px) {
  body.ath-bpt-3 .fsFourColumnLayout .circle-button {
    width: 230px;
    height: 230px; } }

@media (min-width: 1180px) {
  body.ath-bpt-3 .fsFourColumnLayout .circle-button {
    width: 275px;
    height: 275px; } }

body.ath-bpt-3 .fsFourColumnLayout .circle-button header h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "proxima-nova-condensed", sans-serif;
  margin-bottom: 0; }
  @media (min-width: 700px) {
    body.ath-bpt-3 .fsFourColumnLayout .circle-button header h2 {
      line-height: 28px;
      padding: 0; } }
  @media (min-width: 900px) {
    body.ath-bpt-3 .fsFourColumnLayout .circle-button header h2 {
      font-size: 20px; } }
  @media (min-width: 1000px) {
    body.ath-bpt-3 .fsFourColumnLayout .circle-button header h2 {
      font-size: 24px; } }

@media (min-width: 800px) {
  body.ath-bpt-3 .fsBannerLeft {
    display: none; } }

body.ath-bpt-3.fsHasLeftBanner #fsPageContent {
  width: 100% !important; }

body:not(.home) {
  /* entire container, keeps perspective */
  /*  UPDATED! flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */ }
  body:not(.home) .circle-button {
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 1;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
    width: 200px;
    height: 200px; }
    @media (min-width: 1000px) {
      body:not(.home) .circle-button {
        width: 300px;
        height: 300px; } }
    @media (min-width: 1220px) {
      body:not(.home) .circle-button {
        width: 370px;
        height: 370px; } }
    body:not(.home) .circle-button:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 100%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.6) 20%, transparent 60%, transparent 100%);
      transition: .6s; }
    body:not(.home) .circle-button header {
      z-index: 5;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: block; }
      body:not(.home) .circle-button header h2, body:not(.home) .circle-button header p, body:not(.home) .circle-button header a {
        position: relative; }
      body:not(.home) .circle-button header h2 {
        margin-top: 0;
        font-weight: normal;
        font-size: 22px;
        line-height: 27px;
        font-family: "goudy-old-style", serif;
        color: #414243;
        margin-bottom: 20px;
        margin-bottom: 0;
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
        padding: 0; }
        @media (min-width: 1000px) {
          body:not(.home) .circle-button header h2 {
            font-size: 32px; } }
        @media (min-width: 1220px) {
          body:not(.home) .circle-button header h2 {
            font-size: 40px;
            line-height: 48px; } }
        body:not(.home) .circle-button header h2 + .fsElementHeaderContent {
          margin-top: 5px; }
          @media (min-width: 1000px) {
            body:not(.home) .circle-button header h2 + .fsElementHeaderContent {
              margin-top: 10px; } }
      body:not(.home) .circle-button header .fsElementHeaderContent {
        display: block;
        font-size: 14px; }
        @media (min-width: 1000px) {
          body:not(.home) .circle-button header .fsElementHeaderContent {
            font-size: 18px; } }
      body:not(.home) .circle-button header a {
        margin-bottom: 0;
        color: #fff;
        display: inline-block;
        margin-top: 10px;
        font-weight: 600;
        position: relative;
        padding-right: 30px; }
        body:not(.home) .circle-button header a:after {
          content: '\e900';
          font-family: "BPT-IcoMoon";
          margin-left: 10px;
          font-weight: normal;
          position: absolute;
          line-height: 1;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 5px;
          margin-top: -2px; }
      body:not(.home) .circle-button header.front {
        display: block;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
        visibility: visible;
        transition: opacity .3s ease-in-out .3s; }
      body:not(.home) .circle-button header:not(.front) {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        color: #fff;
        transition: 0.6s; }
        body:not(.home) .circle-button header:not(.front):before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #10396d;
          opacity: .9;
          border-radius: 100%;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    body:not(.home) .circle-button:hover:before {
      opacity: 0;
      visibility: hidden;
      transition: .6s; }
    body:not(.home) .circle-button:hover header {
      transition: 0.6s; }
    body:not(.home) .circle-button:hover header:not(.front) {
      -webkit-transform: rotateY(0deg) translateY(0);
      transform: rotateY(0deg) translateY(0);
      top: 0; }
    body:not(.home) .circle-button:hover header.front {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
      opacity: 0;
      visibility: hidden; }
  body:not(.home) .circle-button-link {
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 3;
    transition: 0.6s;
    background-color: transparent; }
    body:not(.home) .circle-button-link:hover {
      color: #fff; }
  body:not(.home) .circle-button-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0; }
    body:not(.home) .circle-button-inner p:last-child {
      margin-bottom: 0; }
  body:not(.home) .front .circle-button-inner {
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 40px; }
    @media (min-width: 1000px) {
      body:not(.home) .front .circle-button-inner {
        bottom: 60px; } }
    body:not(.home) .front .circle-button-inner a {
      display: none; }
  body:not(.home) .circle-button {
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  body:not(.home) .circle-button:hover header:not(.front) {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  body:not(.home) .circle-button:hover header.front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  body:not(.home) .circle-button-link {
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    position: relative; }
  body:not(.home) .circle-button header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0; }
  body:not(.home) .circle-button header.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  body:not(.home) .circle-button header:not(.front) {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  body:not(.home).fsComposeMode .circle-button-link {
    pointer-events: none; }
  body:not(.home).fsComposeMode .circle-button {
    overflow: visible; }

/*! pages - arts v0.0.1 */
@media (min-width: 600px) {
  .arts-landing .fsLayout {
    margin-left: -5px;
    margin-right: -5px; }
    .arts-landing .fsLayout .fsDiv {
      padding-left: 5px;
      padding-right: 5px; } }

@media (min-width: 900px) {
  .arts-landing .fsLayout {
    margin-left: -10px;
    margin-right: -10px; }
    .arts-landing .fsLayout .fsDiv {
      padding-left: 10px;
      padding-right: 10px; } }

@media (min-width: 1180px) {
  .arts-landing .fsLayout {
    margin-left: -15px;
    margin-right: -15px; }
    .arts-landing .fsLayout .fsDiv {
      padding-left: 15px;
      padding-right: 15px; } }

.no-touch .arts-landing #fsPageBodyWrapper {
  padding-top: 10px; }
  @media (min-width: 600px) {
    .no-touch .arts-landing #fsPageBodyWrapper {
      padding-top: 67px; } }
  @media (min-width: 800px) {
    .no-touch .arts-landing #fsPageBodyWrapper {
      padding-top: 80px; } }
  @media (min-width: 850px) {
    .no-touch .arts-landing #fsPageBodyWrapper {
      padding-top: 175px; } }
  @media (min-width: 1180px) {
    .no-touch .arts-landing #fsPageBodyWrapper {
      padding-top: 185px; } }

.arts-landing #fsPageBodyWrapper {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px; }
  @media (min-width: 800px) {
    .arts-landing #fsPageBodyWrapper {
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1180px) {
    .arts-landing #fsPageBodyWrapper {
      padding-left: 30px;
      padding-right: 30px; } }

.arts-landing #fsPageBody {
  max-width: 100%; }

.arts-landing #fsPageContent {
  margin-bottom: 0px; }

.arts-landing .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

@media (min-width: 800px) {
  .arts-landing .fsBannerLeft {
    display: none; } }

.arts-landing.fsHasLeftBanner #fsPageContent {
  width: 100% !important; }

.art-banner {
  margin-left: -30px;
  margin-right: -30px;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 50px 40px;
  color: #414243;
  font-family: "goudy-old-style", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2; }
  @media (min-width: 600px) {
    .art-banner {
      padding: 85px;
      font-size: 24px;
      line-height: 30px; } }
  .art-banner > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2;
    font-family: "goudy-old-style", serif;
    color: #007b5f;
    font-style: italic;
    margin-bottom: 25px; }
    @media (min-width: 600px) {
      .art-banner > header .fsElementTitle {
        font-size: 60px;
        line-height: 68px; } }
    @media (min-width: 600px) {
      .art-banner > header .fsElementTitle {
        margin-bottom: 30px; } }
  .art-banner .fsElementContent p:last-child {
    margin-bottom: 0; }

body:not(.fsComposeMode) .arts-title-block {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 105px;
  z-index: 5;
  background-color: #fff;
  text-align: center;
  padding: 15px 15px 5px; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .arts-title-block {
      top: 150px; } }
  @media (min-width: 980px) {
    body:not(.fsComposeMode) .arts-title-block {
      padding: 25px 30px 20px; } }
  body:not(.fsComposeMode) .arts-title-block .fsElementTitle {
    color: #b2b1b1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 0; }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .arts-title-block .fsElementTitle {
        font-size: 18px;
        line-height: 24px; } }
  body:not(.fsComposeMode) .arts-title-block h1 {
    margin-bottom: 0; }

body:not(.fsComposeMode) .tile-container {
  margin-bottom: 10px; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .tile-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 29.5vw; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .tile-container {
      margin-bottom: 20px; } }
  @media (min-width: 1180px) {
    body:not(.fsComposeMode) .tile-container {
      margin-bottom: 30px; } }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout {
      height: calc(29.5vw + 50px);
      min-height: 350px; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout {
      min-height: 475px; } }
  body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-1 {
    position: relative;
    z-index: 1; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-1 {
        height: calc(29.5vw + 100px);
        min-height: 375px; } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-1 {
        min-height: 525px; } }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-1:before {
        content: '';
        width: calc(100% + 5px);
        height: calc(100% + 10px);
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        display: block; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-1:before {
        width: calc(100% + 10px);
        height: calc(100% + 20px); } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-1:before {
        width: calc(100% + 15px);
        height: calc(100% + 30px); } }
  body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-3 {
    position: relative; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-3 {
        height: calc(29.5vw + 100px);
        margin-top: -25px;
        min-height: 375px; } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-3 {
        min-height: 525px;
        margin-top: -50px;
        z-index: 1; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-3 {
        margin-top: -50px; } }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-3:before {
        content: '';
        width: calc(100% + 5px);
        height: calc(100% + 10px);
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #fff;
        display: block; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-3:before {
        width: calc(100% + 10px);
        height: calc(100% + 20px); } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-3:before {
        width: calc(100% + 15px);
        height: calc(100% + 30px); } }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-3 .art-tile > .fsElementContent {
        left: calc(-100% - 5px); } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .fsStyleColumn-3 .art-tile > .fsElementContent {
        left: 5px; } }
  body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout > .fsDiv {
    height: 300px;
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout > .fsDiv {
        width: 33.333%;
        height: auto;
        margin-bottom: 0; } }
  body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .art-tile > .fsElementContent {
    width: 100%; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .art-tile > .fsElementContent {
        width: calc(200% + 10px); } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .tile-container.fsThreeColumnLayout .art-tile > .fsElementContent {
        width: 100%; } }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .tile-container.fsTwoColumnLayout {
      min-height: 325px; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .tile-container.fsTwoColumnLayout {
      min-height: 425px; } }
  body:not(.fsComposeMode) .tile-container.fsTwoColumnLayout > .fsDiv {
    width: 100%;
    min-height: 300px;
    height: 100%;
    margin-bottom: 10px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tile-container.fsTwoColumnLayout > .fsDiv {
        width: 50%;
        margin-bottom: 0; } }
  body:not(.fsComposeMode) .tile-container > .fsDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    height: 100%; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tile-container > .fsDiv {
        height: auto; } }

body:not(.fsComposeMode) .art-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 0; }
  body:not(.fsComposeMode) .art-tile > header, body:not(.fsComposeMode) .art-tile > .fsElementContent {
    position: absolute;
    left: 5px;
    bottom: -5px; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .art-tile > header, body:not(.fsComposeMode) .art-tile > .fsElementContent {
        left: 10px;
        bottom: -10px; } }
  body:not(.fsComposeMode) .art-tile > .fsElementContent {
    width: 100%;
    height: 0;
    transition: .3s;
    overflow: hidden; }
    body:not(.fsComposeMode) .art-tile > .fsElementContent .fsElementTitle {
      padding-top: 15px;
      padding-bottom: 0; }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .art-tile > .fsElementContent .fsElementTitle {
          padding-top: 20px; } }
    body:not(.fsComposeMode) .art-tile > .fsElementContent a {
      opacity: 0;
      visibility: hidden; }
  body:not(.fsComposeMode) .art-tile:hover .fsElementContent {
    height: 100%;
    transition: height .3s;
    z-index: 10;
    overflow: visible; }
    body:not(.fsComposeMode) .art-tile:hover .fsElementContent a {
      opacity: .7;
      visibility: visible;
      transition: visibility .3s ease-in .5s, opacity .3s; }
      body:not(.fsComposeMode) .art-tile:hover .fsElementContent a:hover {
        opacity: 1;
        transition: opacity .3s; }
  body:not(.fsComposeMode) .art-tile:hover > header .fsElementTitle {
    opacity: 0;
    visibility: hidden;
    transition: .2s; }

.art-tile.one > .fsElementContent, .art-tile.one > header, .art-tile.one .art-tile-inner, .art-tile.five > .fsElementContent, .art-tile.five > header, .art-tile.five .art-tile-inner {
  background-color: #007b5f; }

.art-tile.two > .fsElementContent, .art-tile.two > header, .art-tile.two .art-tile-inner, .art-tile.six > .fsElementContent, .art-tile.six > header, .art-tile.six .art-tile-inner {
  background-color: #10396d; }

.art-tile.three > .fsElementContent, .art-tile.three > header, .art-tile.three .art-tile-inner, .art-tile.seven > .fsElementContent, .art-tile.seven > header, .art-tile.seven .art-tile-inner {
  background-color: #e55955; }

.art-tile > .fsElementContent, .art-tile > header, .art-tile .art-tile-inner {
  background-color: #414243; }

.art-tile .fsElementTitle {
  color: #fff;
  margin-bottom: 0;
  padding: 10px 10px 5px;
  opacity: 1;
  visibility: visible;
  transition: .2s ease-in .15s;
  font-size: 18px;
  line-height: 1.25; }
  @media (min-width: 700px) {
    .art-tile .fsElementTitle {
      padding: 10px 15px 5px; } }
  @media (min-width: 800px) {
    .art-tile .fsElementTitle {
      font-size: 20px; } }
  @media (min-width: 1100px) {
    .art-tile .fsElementTitle {
      padding: 10px 20px; } }
  @media (min-width: 1180px) {
    .art-tile .fsElementTitle {
      font-size: 24px;
      line-height: 28px; } }

.art-tile > .fsElementContent {
  color: #fff;
  font-size: 15px;
  line-height: 1.2; }
  @media (min-width: 800px) {
    .art-tile > .fsElementContent {
      font-size: 16px; } }
  @media (min-width: 980px) {
    .art-tile > .fsElementContent {
      font-size: 18px;
      line-height: 24px; } }
  .art-tile > .fsElementContent a {
    opacity: 0.7;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    transition: .3s; }
    .art-tile > .fsElementContent a:hover {
      opacity: 1;
      transition: .3s; }
  .art-tile > .fsElementContent p:last-child {
    margin-bottom: 0; }

.art-tile:hover .art-tile-inner {
  opacity: 1;
  visibility: visible;
  transition: .3s ease-in .3s; }

.art-tile-inner {
  padding: 10px;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 700px) {
    .art-tile-inner {
      padding: 10px 15px; } }
  @media (min-width: 1100px) {
    .art-tile-inner {
      padding: 20px; } }
  .art-tile-inner .fsElementTitle {
    padding: 0;
    margin-bottom: 20px; }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper, .landing-page #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageWrapper, .landing-page #fsPageWrapper {
  background-color: #fff;
  padding-top: 0; }

.home #fsPageBody, .landing-page #fsPageBody {
  max-width: 100%; }

.home:not(.fsComposeMode) #fsHeader, .landing-page:not(.fsComposeMode) #fsHeader {
  background-color: transparent;
  border-bottom: none; }
  @media (min-width: 600px) {
    .home:not(.fsComposeMode) #fsHeader, .landing-page:not(.fsComposeMode) #fsHeader {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 150; }
      .home:not(.fsComposeMode) #fsHeader.headroom--pinned, .landing-page:not(.fsComposeMode) #fsHeader.headroom--pinned {
        background-color: rgba(0, 123, 95, 0.9); }
        .home:not(.fsComposeMode) #fsHeader.headroom--pinned.headroom--top, .landing-page:not(.fsComposeMode) #fsHeader.headroom--pinned.headroom--top {
          background-color: transparent; } }

@media (min-width: 600px) {
  .touch .home:not(.fsComposeMode) #fsHeader {
    position: absolute; } }

.home .utility-bar, .landing-page .utility-bar {
  background-color: rgba(0, 123, 95, 0.8); }

.home .site-logo a, .landing-page .site-logo a {
  background: url("/uploaded/themes/default_16/images/logo-white.svg") no-repeat 0 50%; }

.home .nav-main.desktop .fsNavLevel1 > li:hover a:before, .landing-page .nav-main.desktop .fsNavLevel1 > li:hover a:before {
  width: 0; }

.home .nav-main.desktop .fsNavLevel1 > li > a, .landing-page .nav-main.desktop .fsNavLevel1 > li > a {
  color: #fff;
  text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.25); }

.home .nav-main.desktop .fsNavLevel1 > .fsNavParentPage:hover > a, .landing-page .nav-main.desktop .fsNavLevel1 > .fsNavParentPage:hover > a {
  color: #fff; }

.fsElement.multimedia-slideshow-container {
  position: relative;
  margin-bottom: 45px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  max-height: 700px; }
  @media (min-width: 600px) {
    .fsElement.multimedia-slideshow-container {
      margin-bottom: 70px;
      border-bottom: none; } }
  .fsElement.multimedia-slideshow-container .universal-slide {
    height: auto;
    min-height: 155px; }
    @media (min-width: 600px) {
      .fsElement.multimedia-slideshow-container .universal-slide {
        padding-top: 0;
        height: 500px; } }
    @media (min-width: 800px) {
      .fsElement.multimedia-slideshow-container .universal-slide {
        height: 700px; } }
    .fsElement.multimedia-slideshow-container .universal-slide:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 10%, transparent 40%, transparent 60%, rgba(40, 40, 40, 0.4) 90%, rgba(40, 40, 40, 0.4) 100%);
      z-index: 1; }
    .fsElement.multimedia-slideshow-container .universal-slide .caption-wrapper {
      position: relative;
      bottom: auto;
      background-color: #f9f9f9;
      padding-bottom: 0; }
      @media (min-width: 600px) {
        .fsElement.multimedia-slideshow-container .universal-slide .caption-wrapper {
          position: absolute;
          bottom: 80px;
          background-color: transparent;
          padding-bottom: 10px; } }
      @media screen and (max-width: 599px) {
        .fsElement.multimedia-slideshow-container .universal-slide .caption-wrapper .caption-title {
          text-shadow: none;
          color: #007b5f;
          font-size: 30px;
          text-align: center;
          margin-bottom: 0;
          padding-bottom: 5px; } }
      @media screen and (max-width: 599px) {
        .fsElement.multimedia-slideshow-container .universal-slide .caption-wrapper .caption-desc {
          color: #414243;
          text-shadow: none;
          text-align: center; } }

.multimedia-slideshow-controls {
  width: 100%;
  padding: 0 20px; }
  @media (min-width: 600px) {
    .multimedia-slideshow-controls {
      position: absolute;
      bottom: 30px; } }
  .multimedia-slideshow-controls .slick-dots {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    padding: 0;
    list-style: none;
    text-align: center; }
    @media (min-width: 600px) {
      .multimedia-slideshow-controls .slick-dots {
        text-align: left; } }
    .multimedia-slideshow-controls .slick-dots > li {
      display: inline-block;
      margin: 0 3px; }
      @media (min-width: 600px) {
        .multimedia-slideshow-controls .slick-dots > li {
          margin: 0 10px 0 0; } }
      .multimedia-slideshow-controls .slick-dots > li.slick-active button:before {
        background-color: #e55955; }
    .multimedia-slideshow-controls .slick-dots button {
      width: 50px;
      border: none;
      color: transparent;
      overflow: hidden;
      padding: 0;
      outline: transparent;
      position: relative;
      background: transparent;
      height: 50px; }
      @media (min-width: 600px) {
        .multimedia-slideshow-controls .slick-dots button {
          height: auto; } }
      @media (min-width: 800px) {
        .multimedia-slideshow-controls .slick-dots button {
          width: 80px; } }
      .multimedia-slideshow-controls .slick-dots button:before {
        content: '';
        height: 3px;
        background-color: rgba(178, 177, 177, 0.75);
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (min-width: 600px) {
          .multimedia-slideshow-controls .slick-dots button:before {
            background-color: rgba(255, 255, 255, 0.75);
            top: 0;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); } }

.news-container, .grade-level-container, .college-container, .cta-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1180px; }
  @media (min-width: 1220px) {
    .news-container, .grade-level-container, .college-container, .cta-container {
      padding-left: 0;
      padding-right: 0; } }

.home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > header {
    position: relative;
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > header {
        margin-bottom: 35px; } }
    .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > header:before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1px;
      background-color: #b2b1b1;
      opacity: .5; }
      @media (min-width: 600px) {
        .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > header:before {
          margin-top: -2px; } }
    .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > header h2 {
      color: #b2b1b1;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1.2;
      letter-spacing: .05em;
      display: inline-block;
      margin: 0 auto;
      background-color: #fff;
      padding: 0 8px;
      position: relative; }
      @media (min-width: 600px) {
        .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > header h2 {
          font-size: 18px;
          line-height: 24px;
          padding: 0 15px; } }
  .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > .fsElementContent > .fsContent {
    max-width: 1020px;
    padding: 0 20px;
    margin: 0 auto 25px; }
    @media (min-width: 600px) {
      .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > .fsElementContent > .fsContent {
        margin: 0 auto 60px; } }
  .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > footer {
    text-align: left; }
    @media (min-width: 600px) {
      .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > footer {
        text-align: center; } }
    .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) > footer .fs_style_9 {
      margin-bottom: 0; }
  .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) .fsNews, .home .fsPageLayout .fsContainer:not(.multimedia-slideshow-container) .fsPostElement {
    text-align: left; }

.fsPageLayout .grade-level-container {
  padding-top: 45px; }
  @media (min-width: 600px) {
    .fsPageLayout .grade-level-container {
      padding-top: 60px;
      margin-bottom: 40px; } }

.recent-articles {
  margin-bottom: 30px;
  text-align: left; }
  @media (min-width: 600px) {
    .recent-articles {
      margin-bottom: 60px; } }
  .recent-articles > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #e55955;
    font-weight: 600;
    font-family: "proxima-nova-condensed", sans-serif;
    margin-bottom: 10px;
    margin-bottom: 25px; }
  .recent-articles .fsListItems {
    zoom: 1; }
    .recent-articles .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 600px) {
      .recent-articles .fsListItems {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .recent-articles article {
    vertical-align: top;
    border: none;
    padding: 5px 20px;
    margin-bottom: 20px;
    position: relative; }
    @media (min-width: 600px) {
      .recent-articles article {
        width: 33.33%;
        float: left;
        margin-bottom: 0; } }
    .recent-articles article:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 3px;
      background-color: #e55955; }
    .recent-articles article:last-child {
      padding-right: 0; }
  .recent-articles .fsTitle {
    font-size: 18px; }
    @media (min-width: 600px) {
      .recent-articles .fsTitle {
        font-size: 16px; } }
    @media (min-width: 800px) {
      .recent-articles .fsTitle {
        font-size: 18px; } }

.featured-news .fsTitle {
  font-family: "goudy-old-style", serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 600px) {
    .featured-news .fsTitle {
      font-size: 22px; } }
  @media (min-width: 800px) {
    .featured-news .fsTitle {
      font-size: 30px; } }
  @media (min-width: 980px) {
    .featured-news .fsTitle {
      font-size: 40px;
      line-height: 48px; } }
  .featured-news .fsTitle:before {
    content: 'Featured News';
    margin-top: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #e55955;
    font-weight: 600;
    font-family: "proxima-nova-condensed", sans-serif;
    margin-bottom: 10px;
    display: block;
    margin-bottom: 20px; }

.featured-news.fsThumbnailAlignLeft .fsThumbnail {
  margin-right: 0; }
  @media (min-width: 600px) {
    .featured-news.fsThumbnailAlignLeft .fsThumbnail {
      margin-right: 20px; } }
  @media (min-width: 980px) {
    .featured-news.fsThumbnailAlignLeft .fsThumbnail {
      margin-right: 50px; } }

.featured-news.fsThumbnailRectangle.fsThumbnailXLarge .fsThumbnail {
  max-width: none;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .featured-news.fsThumbnailRectangle.fsThumbnailXLarge .fsThumbnail {
      width: 50%;
      max-width: 590px;
      float: left; } }
  @media (min-width: 1080px) {
    .featured-news.fsThumbnailRectangle.fsThumbnailXLarge .fsThumbnail {
      width: 60%; } }

.featured-news .fsCroppedImage {
  border: 1px solid #d9d9d9; }

.featured-news .fsReadMoreLink {
  font-weight: 600;
  color: #10396d; }
  .featured-news .fsReadMoreLink:hover {
    color: #007b5f; }

.grade-level-container .fsThreeColumnLayout .fsDiv {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .grade-level-container .fsThreeColumnLayout .fsDiv {
      width: 33.33%;
      float: left;
      margin-bottom: 20px; } }

.grade-level-container .circle-button {
  margin-bottom: 6px; }
  @media (min-width: 700px) {
    .grade-level-container .circle-button {
      margin-bottom: 30px; } }

.grade-level-container > footer .fsElementFooterContent {
  text-align: center; }

.grade-level-container .stories-slideshow {
  margin: 0 auto; }

body:not(.home):not(.ath-bpt-3) .circle-button {
  margin: 0 auto 30px; }

.circle-button header a {
  color: #c8ecff; }

@media (min-width: 400px) {
  .home .image-button-link > .fsElementContent {
    font-size: 30px;
    line-height: 1.2; } }

@media (min-width: 800px) {
  .home .image-button-link > .fsElementContent {
    font-size: 24px;
    line-height: 28px; } }

@media (min-width: 900px) {
  .home .image-button-link > .fsElementContent {
    font-size: 30px;
    line-height: 1.2; } }

.stories-slideshow {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: #10396d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: .3s; }
  .stories-slideshow.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: .5s; }
  .stories-slideshow > header {
    display: none; }
  .stories-slideshow > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    width: 100%; }
  .stories-slideshow article {
    height: auto;
    text-align: left;
    padding: 0 50px; }
    @media (min-width: 600px) {
      .stories-slideshow article {
        padding: 0 50px 0 300px;
        min-height: 200px; } }
    @media (min-width: 900px) {
      .stories-slideshow article {
        min-height: 370px;
        padding: 0 80px 0 500px; } }
  .stories-slideshow .img-wrapper {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    overflow: hidden;
    top: 0;
    border: 5px solid rgba(229, 89, 85, 0.8);
    background-size: cover;
    background-position: center; }
    @media (min-width: 600px) {
      .stories-slideshow .img-wrapper {
        position: absolute;
        left: 60px;
        width: 200px;
        height: 200px; } }
    @media (min-width: 900px) {
      .stories-slideshow .img-wrapper {
        width: 370px;
        height: 370px;
        left: 80px; } }
  .stories-slideshow .caption-wrapper {
    position: relative;
    padding: 20px 0;
    bottom: auto; }
    .stories-slideshow .caption-wrapper h6 {
      color: #b7f3de;
      margin-bottom: 30px;
      font-style: normal; }
  .stories-slideshow .caption-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    font-family: "proxima-nova-condensed", sans-serif;
    margin-bottom: 10px;
    font-style: normal; }
  .stories-slideshow .caption-desc {
    color: #c8ecff;
    font-family: "goudy-old-style", serif;
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
    line-height: 32px; }
    .stories-slideshow .caption-desc a, .stories-slideshow .caption-desc h1, .stories-slideshow .caption-desc h2, .stories-slideshow .caption-desc h3, .stories-slideshow .caption-desc h4, .stories-slideshow .caption-desc h5, .stories-slideshow .caption-desc h6 {
      font-style: normal; }
    .stories-slideshow .caption-desc a {
      color: #fff;
      font-family: "proxima-nova-condensed", sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      position: relative;
      padding-right: 30px; }
      .stories-slideshow .caption-desc a:after {
        content: '\e910';
        font-family: "IcoMoon";
        margin-left: 10px;
        font-weight: normal;
        position: absolute;
        line-height: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
        margin-top: -2px; }
      .stories-slideshow .caption-desc a:hover {
        text-decoration: none;
        opacity: .7; }
  .stories-slideshow .slick-arrow:before {
    content: '\e90e';
    font-family: "IcoMoon";
    text-shadow: none;
    font-size: 36px;
    font-weight: 400;
    color: #c8ecff; }
  .stories-slideshow .slick-arrow.slick-prev:before {
    content: '\e90f'; }
  .stories-slideshow .slick-arrow:hover:before {
    color: #fff; }
  .stories-slideshow .close-button {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    position: fixed;
    top: 35px;
    right: 35px;
    padding: 0; }
    .stories-slideshow .close-button:after {
      content: '\e905';
      font-family: "IcoMoon";
      color: #fff;
      font-size: 30px; }

.touch body:not(.fsComposeMode) .numbers-touch {
  display: block; }

.touch body:not(.fsComposeMode) .numbers-container {
  display: none; }

.no-touch body:not(.fsComposeMode) .numbers-touch {
  display: block; }
  @media (min-width: 800px) {
    .no-touch body:not(.fsComposeMode) .numbers-touch {
      display: none; } }

.no-touch body:not(.fsComposeMode) .numbers-container {
  display: none; }
  @media (min-width: 800px) {
    .no-touch body:not(.fsComposeMode) .numbers-container {
      display: block; } }

.numbers-wrapper {
  max-width: none !important;
  overflow: hidden;
  position: relative; }

.numbers-intro {
  padding: 20px 20px 0;
  margin: 0 auto;
  max-width: 1220px; }
  .numbers-intro.stuck {
    position: fixed;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0; }

.numbers-container {
  margin-bottom: 0 !important;
  max-width: none !important;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .home:not(.fsComposeMode) .numbers-container > .fsElementContent {
    display: none; }
  .numbers-container > header {
    position: absolute !important;
    right: 30px;
    width: auto;
    margin-bottom: 0 !important;
    top: calc(100vh - 235px); }
    .numbers-container > header:before {
      display: none; }
    .numbers-container > header a {
      color: rgba(255, 255, 255, 0.75);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .05em; }
      .numbers-container > header a:after {
        content: '\e911';
        font-family: "IcoMoon";
        margin-left: 3px;
        font-size: 13px;
        font-weight: normal; }
      .numbers-container > header a:hover {
        color: #fff; }
  body:not(.fsComposeMode) .numbers-container > footer {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10; }
    body:not(.fsComposeMode) .numbers-container > footer a {
      margin-bottom: 0; }

.numbers-scroll {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 235px);
  min-height: 600px; }
  .numbers-scroll:before {
    content: '';
    color: #414243;
    font-family: "goudy-old-style", serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 220px;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border: 5px solid rgba(229, 89, 85, 0.8);
    margin: -60px auto 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
  .numbers-scroll div {
    height: 100%; }
  .numbers-scroll > .fsElementContent {
    height: 100vh; }
  .numbers-scroll .numbers-slide {
    max-height: none;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    transition: .5s;
    min-height: 600px; }
    .numbers-scroll .numbers-slide.slide-0 {
      top: 0; }
    .numbers-scroll .numbers-slide:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 10%, transparent 40%, transparent 60%, rgba(40, 40, 40, 0.4) 90%, rgba(40, 40, 40, 0.4) 100%); }
    .numbers-scroll .numbers-slide img {
      display: none; }
  .numbers-scroll .content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    height: 100%;
    z-index: 5;
    opacity: 0; }
  .slide-0 .content-wrapper {
    opacity: 1;
    visibility: visible; }
  .numbers-scroll .number-title {
    color: #414243;
    font-family: "goudy-old-style", serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 220px;
    width: 220px;
    height: 220px;
    margin: -60px auto 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5; }
  .numbers-scroll .number-desc {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: "proxima-nova-condensed", sans-serif;
    line-height: 1.2;
    margin: 115px auto 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    height: auto;
    width: 100%;
    padding: 0 20px; }

.numbers-wrapper .numbers-touch {
  min-height: 600px;
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .numbers-wrapper .numbers-touch {
      height: 600px; } }
  .numbers-wrapper .numbers-touch .numbers-touch-slide {
    min-height: 600px;
    position: relative;
    border: none;
    max-height: none;
    padding: 60px 10px 180px;
    height: auto; }
    @media (min-width: 600px) {
      .numbers-wrapper .numbers-touch .numbers-touch-slide {
        height: 600px;
        padding: 0; } }
    .numbers-wrapper .numbers-touch .numbers-touch-slide:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 10%, transparent 40%, transparent 60%, rgba(40, 40, 40, 0.4) 90%, rgba(40, 40, 40, 0.4) 100%); }
    .numbers-wrapper .numbers-touch .numbers-touch-slide .numbers-touch-content {
      max-width: 1180px;
      margin: 0 auto;
      height: auto;
      z-index: 5;
      opacity: 0;
      width: 100%;
      position: relative; }
      .numbers-wrapper .numbers-touch .numbers-touch-slide .numbers-touch-content p:last-child {
        margin-bottom: 0; }
      @media (min-width: 600px) {
        .numbers-wrapper .numbers-touch .numbers-touch-slide .numbers-touch-content {
          width: calc(100% - 180px);
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
      .numbers-wrapper .numbers-touch .numbers-touch-slide.slick-current .numbers-touch-content {
        opacity: 1;
        transition: .3s ease-in-out .5s; }
    .numbers-wrapper .numbers-touch .numbers-touch-slide .numbers-touch-title {
      color: #414243;
      font-family: "goudy-old-style", serif;
      font-size: 72px;
      font-weight: 400;
      line-height: 220px;
      width: 220px;
      height: 220px;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      border: 5px solid rgba(229, 89, 85, 0.8);
      margin: 0 auto 20px; }
    .numbers-wrapper .numbers-touch .numbers-touch-slide .numbers-touch-desc {
      font-size: 30px;
      font-weight: 600;
      color: #fff;
      font-family: "proxima-nova-condensed", sans-serif;
      line-height: 1.2;
      z-index: 5;
      height: auto;
      width: 100%;
      padding: 0 20px; }
  .numbers-wrapper .numbers-touch .numbers-slideshow-controls {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    bottom: 110px; }
    .numbers-wrapper .numbers-touch .numbers-slideshow-controls:after {
      content: '';
      width: 2px;
      height: 100%;
      background-color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: .75; }
    @media (min-width: 600px) {
      .numbers-wrapper .numbers-touch .numbers-slideshow-controls {
        left: 30px;
        right: auto;
        width: 40px;
        height: 120px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto; }
        .numbers-wrapper .numbers-touch .numbers-slideshow-controls:before {
          content: '';
          width: 100vw;
          height: 600px;
          background-image: linear-gradient(to left, transparent 0%, transparent 85%, rgba(0, 0, 0, 0.2) 95%, rgba(0, 0, 0, 0.2) 100%);
          position: absolute;
          top: 50%;
          left: -30px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .numbers-wrapper .numbers-touch .numbers-slideshow-controls:after {
          width: 100%;
          height: 2px;
          right: auto;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .numbers-wrapper .numbers-touch .numbers-slideshow-controls .slick-arrow {
      background-color: transparent;
      border: none;
      width: 60px;
      height: 100%;
      position: absolute;
      left: 0;
      overflow: hidden;
      color: transparent;
      text-align: center;
      outline: transparent;
      padding: 0; }
      @media (min-width: 600px) {
        .numbers-wrapper .numbers-touch .numbers-slideshow-controls .slick-arrow {
          width: 100%;
          height: 60px; } }
      .numbers-wrapper .numbers-touch .numbers-slideshow-controls .slick-arrow:before {
        content: '\e90e';
        font-family: "IcoMoon";
        color: #fff;
        line-height: 40px;
        font-size: 36px;
        display: block;
        top: 0; }
        @media (min-width: 600px) {
          .numbers-wrapper .numbers-touch .numbers-slideshow-controls .slick-arrow:before {
            content: '\e90c';
            line-height: 60px; } }
      .numbers-wrapper .numbers-touch .numbers-slideshow-controls .slick-arrow.slick-prev {
        top: 0; }
        .numbers-wrapper .numbers-touch .numbers-slideshow-controls .slick-arrow.slick-prev:before {
          content: '\e90f'; }
          @media (min-width: 600px) {
            .numbers-wrapper .numbers-touch .numbers-slideshow-controls .slick-arrow.slick-prev:before {
              content: '\e90d'; } }
      .numbers-wrapper .numbers-touch .numbers-slideshow-controls .slick-arrow.slick-next {
        right: 0;
        left: auto; }
        @media (min-width: 600px) {
          .numbers-wrapper .numbers-touch .numbers-slideshow-controls .slick-arrow.slick-next {
            left: 0;
            right: auto;
            bottom: 0;
            top: auto; } }
  body:not(.fsComposeMode) .numbers-touch > footer {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10; }
    body:not(.fsComposeMode) .numbers-touch > footer a {
      margin-bottom: 0; }

.college-slideshow-container {
  position: relative;
  padding: 0 !important; }
  .college-slideshow-container .collage-large-content {
    position: absolute;
    width: 100%;
    height: 180px;
    top: 261px;
    right: 0;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #d9d9d9; }
    @media (min-width: 460px) {
      .college-slideshow-container .collage-large-content {
        height: 400px;
        top: 401px; } }
    @media (min-width: 660px) {
      .college-slideshow-container .collage-large-content {
        top: 201px; } }
    @media (min-width: 1000px) {
      .college-slideshow-container .collage-large-content {
        border-bottom: none;
        width: calc(100% - 602px);
        height: 100%;
        top: 0;
        right: 201px; } }
  .college-slideshow-container .hide {
    display: none; }

.fsPageLayout .college-container {
  padding-top: 30px; }
  .fsPageLayout .college-container .college-slideshow-container {
    max-width: 260px; }
    @media (min-width: 460px) {
      .fsPageLayout .college-container .college-slideshow-container {
        max-width: 400px; } }
    @media (min-width: 660px) {
      .fsPageLayout .college-container .college-slideshow-container {
        max-width: 600px; } }
    @media (min-width: 1000px) {
      .fsPageLayout .college-container .college-slideshow-container {
        max-width: 1180px; } }
  .fsPageLayout .college-container > footer .fsElementFooterContent {
    text-align: center; }

.fsElement.college-slider {
  margin-bottom: 50px; }
  .fsElement.college-slider .fsMediaCustomPlayer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 570px;
    border: 1px solid #d9d9d9; }
    @media (min-width: 460px) {
      .fsElement.college-slider .fsMediaCustomPlayer {
        height: 1000px; } }
    @media (min-width: 660px) {
      .fsElement.college-slider .fsMediaCustomPlayer {
        height: 800px; } }
    @media (min-width: 1000px) {
      .fsElement.college-slider .fsMediaCustomPlayer {
        height: 400px; } }
    .fsElement.college-slider .fsMediaCustomPlayer article {
      height: 130px;
      width: 100%;
      padding: 30px; }
      @media (min-width: 460px) {
        .fsElement.college-slider .fsMediaCustomPlayer article {
          height: 200px; } }
      .fsElement.college-slider .fsMediaCustomPlayer article img {
        opacity: 1;
        visibility: visible;
        display: block;
        position: absolute;
        max-width: calc(100% - 60px);
        max-height: calc(100% - 60px);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .fsElement.college-slider.no-padding .fsMediaCustomPlayer article {
    padding: 0; }
    .fsElement.college-slider.no-padding .fsMediaCustomPlayer article img {
      max-width: 100%;
      max-height: 100%; }

.college-group {
  width: 130px;
  height: 130px;
  position: absolute;
  overflow: hidden;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  max-width: 50%; }
  @media (min-width: 460px) {
    .college-group {
      width: 200px;
      height: 200px; } }
  .college-group:first-child {
    top: 0;
    left: 0; }
  .college-group:nth-child(2) {
    top: 0;
    right: 0;
    border-right: none; }
    @media (min-width: 460px) {
      .college-group:nth-child(2) {
        left: 200px;
        right: auto;
        border-right: 1px solid #d9d9d9; } }
  .college-group:nth-child(3) {
    top: 130px;
    left: 0; }
    @media (min-width: 460px) {
      .college-group:nth-child(3) {
        top: 200px; } }
    @media (min-width: 660px) {
      .college-group:nth-child(3) {
        top: 0;
        right: 0;
        left: auto;
        border-right: none; } }
    @media (min-width: 1000px) {
      .college-group:nth-child(3) {
        border-left: 1px solid #d9d9d9; } }
  .college-group:nth-child(4) {
    top: 130px;
    right: 0;
    border-right: none; }
    @media (min-width: 460px) {
      .college-group:nth-child(4) {
        top: 200px;
        left: 200px;
        right: auto;
        border-right: 1px solid #d9d9d9; } }
    @media (min-width: 660px) {
      .college-group:nth-child(4) {
        top: 600px;
        left: 0;
        border-bottom: none; } }
    @media (min-width: 1000px) {
      .college-group:nth-child(4) {
        top: 200px; } }
  .college-group:nth-child(5) {
    top: 440px;
    left: 0;
    border-bottom: none; }
    @media (min-width: 460px) {
      .college-group:nth-child(5) {
        top: 800px; } }
    @media (min-width: 660px) {
      .college-group:nth-child(5) {
        top: 600px;
        left: 200px; } }
    @media (min-width: 1000px) {
      .college-group:nth-child(5) {
        top: 200px; } }
  .college-group:nth-child(6) {
    top: 440px;
    right: 0;
    border-right: none;
    border-bottom: none; }
    @media (min-width: 460px) {
      .college-group:nth-child(6) {
        top: 800px; } }
    @media (min-width: 660px) {
      .college-group:nth-child(6) {
        top: 600px; } }
    @media (min-width: 1000px) {
      .college-group:nth-child(6) {
        top: 200px;
        border-left: 1px solid #d9d9d9; } }

.cta-container {
  padding-top: 30px; }

@media (min-width: 1220px) {
  .home .fsThreeColumnLayout .circle-button {
    width: 370px;
    height: 370px; } }

.home .circle-button {
  text-align: center;
  position: relative;
  color: #fff;
  z-index: 1;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px; }
  @media (min-width: 700px) {
    .home .circle-button {
      border-radius: 100%;
      border: 1px solid #d9d9d9;
      width: 200px;
      height: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .home .circle-button {
      width: 300px;
      height: 300px; } }
  .home .circle-button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.6) 20%, transparent 60%, transparent 100%);
    transition: .6s; }
  .home .circle-button header {
    display: none; }
    @media (min-width: 700px) {
      .home .circle-button header {
        z-index: 5;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block; } }
    .home .circle-button header h2, .home .circle-button header p, .home .circle-button header a {
      position: relative; }
    .home .circle-button header h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 22px;
      line-height: 27px;
      font-family: "goudy-old-style", serif;
      color: #414243;
      margin-bottom: 20px;
      font-size: 30px;
      line-height: 60px;
      margin-bottom: 0;
      color: #fff; }
      @media (min-width: 700px) {
        .home .circle-button header h2 {
          font-size: 24px;
          line-height: 1.2; } }
      @media (min-width: 1000px) {
        .home .circle-button header h2 {
          font-size: 32px; } }
      @media (min-width: 1220px) {
        .home .circle-button header h2 {
          font-size: 40px;
          line-height: 48px; } }
      @media (min-width: 700px) {
        .home .circle-button header h2 + .fsElementHeaderContent {
          margin-top: 5px; } }
      @media (min-width: 1000px) {
        .home .circle-button header h2 + .fsElementHeaderContent {
          margin-top: 10px; } }
    .home .circle-button header .fsElementHeaderContent {
      display: none; }
      @media (min-width: 700px) {
        .home .circle-button header .fsElementHeaderContent {
          display: block;
          font-size: 14px; } }
      @media (min-width: 1000px) {
        .home .circle-button header .fsElementHeaderContent {
          font-size: 18px; } }
    .home .circle-button header a {
      margin-bottom: 0;
      color: #fff;
      display: inline-block;
      margin-top: 10px;
      font-weight: 600;
      position: relative;
      padding-right: 30px; }
      .home .circle-button header a:after {
        content: '\e900';
        font-family: "BPT-IcoMoon";
        margin-left: 10px;
        font-weight: normal;
        position: absolute;
        line-height: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
        margin-top: -2px; }
    .home .circle-button header.front {
      display: block; }
      @media (min-width: 700px) {
        .home .circle-button header.front {
          -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
          opacity: 1;
          visibility: visible;
          transition: opacity .3s ease-in-out .3s; } }
    @media (min-width: 700px) {
      .home .circle-button header:not(.front) {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        color: #fff;
        transition: 0.6s; }
        .home .circle-button header:not(.front):before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #10396d;
          opacity: .9;
          border-radius: 100%;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
  @media (min-width: 700px) {
    .home .circle-button:hover:before {
      opacity: 0;
      visibility: hidden;
      transition: .6s; }
    .home .circle-button:hover header {
      transition: 0.6s; }
    .home .circle-button:hover header:not(.front) {
      -webkit-transform: rotateY(0deg) translateY(0);
      transform: rotateY(0deg) translateY(0);
      top: 0; }
    .home .circle-button:hover header.front {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
      opacity: 0;
      visibility: hidden; } }

.home .circle-button-link {
  color: #fff;
  background-color: #10396d;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 3; }
  @media (min-width: 700px) {
    .home .circle-button-link {
      transition: 0.6s;
      background-color: transparent; } }
  .home .circle-button-link:hover {
    color: #fff; }
    @media screen and (max-width: 699px) {
      .home .circle-button-link:hover {
        background-color: #007b5f; } }

@media (min-width: 700px) {
  .home .circle-button-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0; } }

.home .circle-button-inner p:last-child {
  margin-bottom: 0; }

.home .front .circle-button-inner {
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  bottom: 40px; }
  @media (min-width: 1000px) {
    .home .front .circle-button-inner {
      bottom: 60px; } }
  .home .front .circle-button-inner a {
    display: none; }

@media (min-width: 700px) {
  .home {
    /* entire container, keeps perspective */
    /*  UPDATED! flip the pane when hovered */
    /* flip speed goes here */
    /* hide back of pane during swap */
    /*  UPDATED! front pane, placed above back */
    /* back, initially hidden pane */ }
    .home .circle-button {
      -webkit-perspective: 1000;
      perspective: 1000;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .home .circle-button:hover header:not(.front) {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .home .circle-button:hover header.front {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .home .circle-button-link {
      transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      width: 100%;
      height: 100%;
      position: relative; }
    .home .circle-button header {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: 0.6s;
      position: absolute;
      top: 0;
      left: 0; }
    .home .circle-button header.front {
      z-index: 2;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .home .circle-button header:not(.front) {
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg); } }

.home.fsComposeMode .circle-button-link {
  pointer-events: none; }

.home.fsComposeMode .circle-button {
  overflow: visible; }

/*! pages - Landing v0.0.1 */
@media (min-width: 600px) {
  .touch .landing-page:not(.fsComposeMode) #fsHeader {
    position: absolute; } }

.fsComposeMode.landing-page #fsPageBody {
  padding-top: 200px; }

.landing-page #fsPageBodyWrapper {
  padding: 50px 20px 30px;
  position: relative;
  z-index: 4; }

.landing-page #fsPageBody {
  max-width: 1180px; }

.fsMedia.landing-slideshow {
  position: relative; }
  .fsMedia.landing-slideshow .fsMediaContainer {
    position: relative; }
    .fsMedia.landing-slideshow .fsMediaContainer:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 10%, transparent 40%, transparent 60%, rgba(40, 40, 40, 0.4) 90%, rgba(40, 40, 40, 0.4) 100%);
      z-index: 1; }
  .fsMedia.landing-slideshow .fsMediaCustomPlayer article {
    /* height: 300px; */ }
    @media (min-width: 600px) {
      .fsMedia.landing-slideshow .fsMediaCustomPlayer article {
        height: 400px; } }
    @media (min-width: 800px) {
      .fsMedia.landing-slideshow .fsMediaCustomPlayer article {
        height: 500px; } }
  .fsMedia.landing-slideshow > header {
    position: absolute;
    bottom: 0;
    width: 1180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    max-width: 100%;
    padding-left: 20px; }
    .fsMedia.landing-slideshow > header .fsPageTitle {
      margin-bottom: 20px;
      color: #fff;
      font-weight: normal;
      line-height: 1.2;
      font-style: italic;
      font-family: "goudy-old-style", serif;
      font-size: 22px;
      text-shadow: 0.6px 0.8px 1px rgba(0, 0, 0, 0.25); }
      @media (min-width: 600px) {
        .fsMedia.landing-slideshow > header .fsPageTitle {
          margin-bottom: 30px;
          font-size: 42px; } }
      @media (min-width: 1080px) {
        .fsMedia.landing-slideshow > header .fsPageTitle {
          font-size: 60px; } }
      .sans-serif .fsMedia.landing-slideshow > header .fsPageTitle {
        font-family: "proxima-nova-condensed", sans-serif; }
  .fsMedia.landing-slideshow.off-top > header {
    padding-left: 20px;
    padding-right: 75px; }
    @media (min-width: 600px) {
      .fsMedia.landing-slideshow.off-top > header {
        padding-right: 120px; } }
    @media (min-width: 800px) {
      .fsMedia.landing-slideshow.off-top > header {
        padding-left: 340px; } }
  .fsMedia.landing-slideshow .slick-arrow {
    position: absolute;
    bottom: 10px;
    width: 30px;
    border: none;
    color: transparent;
    background-color: transparent;
    padding: 0;
    outline: transparent;
    height: 25px;
    left: auto;
    top: auto; }
    @media (min-width: 600px) {
      .fsMedia.landing-slideshow .slick-arrow {
        bottom: 20px;
        width: 45px;
        height: 40px; } }
    .fsMedia.landing-slideshow .slick-arrow:hover:after {
      color: rgba(255, 255, 255, 0.5);
      transition: .3s; }
    .fsMedia.landing-slideshow .slick-arrow:before {
      display: none; }
    .fsMedia.landing-slideshow .slick-arrow:after {
      content: '';
      font-family: "IcoMoon";
      color: #fff;
      font-size: 26px;
      line-height: 1;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: .3s; }
      @media (min-width: 600px) {
        .fsMedia.landing-slideshow .slick-arrow:after {
          font-size: 36px; } }
    .fsMedia.landing-slideshow .slick-arrow.slick-prev {
      right: 40px;
      border-right: solid 1px rgba(255, 255, 255, 0.5); }
      @media (min-width: 600px) {
        .fsMedia.landing-slideshow .slick-arrow.slick-prev {
          right: 60px; } }
      .fsMedia.landing-slideshow .slick-arrow.slick-prev:after {
        content: '\e90f'; }
    .fsMedia.landing-slideshow .slick-arrow.slick-next {
      right: 10px;
      border-left: solid 1px rgba(255, 255, 255, 0.5); }
      @media (min-width: 600px) {
        .fsMedia.landing-slideshow .slick-arrow.slick-next {
          right: 15px; } }
      .fsMedia.landing-slideshow .slick-arrow.slick-next:after {
        content: '\e90e'; }
    .fsMedia.landing-slideshow .slick-arrow.slick-disabled:hover:after {
      color: rgba(255, 255, 255, 0.5); }

.continue-exploring {
  margin-top: 50px; }
  .continue-exploring > .fsElementContent > .fsContent {
    margin-bottom: 0; }
    .continue-exploring > .fsElementContent > .fsContent .fs_style_16 {
      margin-bottom: 0; }
  .continue-exploring .fsThreeColumnLayout {
    margin-bottom: 0; }
  .continue-exploring .fsStyleColumn {
    margin-bottom: 0; }
  .continue-exploring .image-button, .continue-exploring .image-button-link {
    margin-bottom: 0; }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  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: 40%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 20%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 10%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #777777;
      color: #777777; }
      .colors ol li:nth-of-type(1):after {
        content: "#777777"; }
    .colors ol li:nth-of-type(2) {
      background: #414243;
      color: #414243; }
      .colors ol li:nth-of-type(2):after {
        content: "#414243"; }
    .colors ol li:nth-of-type(3) {
      background: #007b5f;
      color: #007b5f; }
      .colors ol li:nth-of-type(3):after {
        content: "#007b5f"; }
    .colors ol li:nth-of-type(4) {
      background: #10396d;
      color: #10396d; }
      .colors ol li:nth-of-type(4):after {
        content: "#10396d"; }
    .colors ol li:nth-of-type(5) {
      background: #e55955;
      color: #e55955; }
      .colors ol li:nth-of-type(5):after {
        content: "#e55955"; }
    .colors ol li:nth-of-type(6) {
      background: #48ac89;
      color: #48ac89; }
      .colors ol li:nth-of-type(6):after {
        content: "#48ac89"; }
    .colors ol li:nth-of-type(7) {
      background: #b7f3de;
      color: #b7f3de; }
      .colors ol li:nth-of-type(7):after {
        content: "#b7f3de"; }
    .colors ol li:nth-of-type(8) {
      background: #c8ecff;
      color: #c8ecff; }
      .colors ol li:nth-of-type(8):after {
        content: "#c8ecff"; }
    .colors ol li:nth-of-type(9) {
      background: #b2b1b1;
      color: #b2b1b1; }
      .colors ol li:nth-of-type(9):after {
        content: "#b2b1b1"; }
    .colors ol li:nth-of-type(10) {
      background: #ececec;
      color: #ececec; }
      .colors ol li:nth-of-type(10):after {
        content: "#ececec"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.27778em;
    padding: 0.27778em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "goudy-old-style", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "goudy-old-style, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "proxima-nova-condensed", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "proxima-nova-condensed, 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: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(6):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 60px / line: 68px"; }

.headers h2:after {
  content: " size: 24px / line: 28px"; }

.headers h3:after {
  content: " size: 22px / line: 27px"; }

.headers h4:after {
  content: " size: 20px / line: 24px"; }

.headers h5:after {
  content: " size: 18px / line: 24px"; }

.headers h6:after {
  content: " size: 15px / line: 19px"; }

body:not(.fsComposeMode).tuition-calculator .tuition-calculator-form-row {
  margin-bottom: 30px; }
  body:not(.fsComposeMode).tuition-calculator .tuition-calculator-form-row h2,
  body:not(.fsComposeMode).tuition-calculator .tuition-calculator-form-row h4 {
    margin: 0; }

body:not(.fsComposeMode).tuition-calculator .tuition-calculator-results-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body:not(.fsComposeMode).tuition-calculator .tuition-calculator-results-row h4 {
    padding-right: 15px;
    color: #10396d;
    font-size: 30px; }

body:not(.fsComposeMode).tuition-calculator.error .tuition-calculator-error {
  background: #c8ecff;
  border-radius: 5px;
  padding: 12px 20px;
  margin-bottom: 20px; }
  body:not(.fsComposeMode).tuition-calculator.error .tuition-calculator-error .fsElementTitle,
  body:not(.fsComposeMode).tuition-calculator.error .tuition-calculator-error p {
    margin: 0; }

body:not(.fsComposeMode).tuition-calculator .tuition-calculator-results, body:not(.fsComposeMode).tuition-calculator .tuition-calculator-results-content, body:not(.fsComposeMode).tuition-calculator .tuition-calculator-error {
  opacity: 0;
  transition: opacity 0.4s ease;
  max-height: 0;
  margin: 0; }

body:not(.fsComposeMode).tuition-calculator.active .tuition-calculator-results,
body:not(.fsComposeMode).tuition-calculator.active .tuition-calculator-results-content, body:not(.fsComposeMode).tuition-calculator.error .tuition-calculator-error {
  opacity: 1;
  max-height: 999px; }

body:not(.fsComposeMode).tuition-calculator.active .tuition-calculator-form {
  display: none; }

body.fsComposeMode.tuition-calculator .tuition-calculator-form,
body.fsComposeMode.tuition-calculator .tuition-calculator-results {
  background: yellow; }

body:not(.fsComposeMode) .panel-discover {
  margin-bottom: 0;
  max-width: 260px;
  margin: 0 auto !important; }
  @media (min-width: 460px) {
    body:not(.fsComposeMode) .panel-discover {
      max-width: 400px; } }
  @media (min-width: 660px) {
    body:not(.fsComposeMode) .panel-discover {
      max-width: 600px; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .panel-discover {
      max-width: 1180px; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .panel-discover {
      max-width: 1180px; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .panel-discover > .fsElementContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 20px; } }
  @media (min-width: 1250px) {
    body:not(.fsComposeMode) .panel-discover > .fsElementContent {
      padding: 0; } }
  body:not(.fsComposeMode) .panel-discover > .fsElementContent > section {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    height: auto;
    max-height: 340px;
    min-height: 180px;
    margin: 0;
    padding: 0 !important;
    position: relative;
    background-color: #666666;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease;
    margin-right: 20px !important; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section {
        margin-bottom: 120px !important; } }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:last-child {
      margin-right: 0 !important; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section {
        margin-bottom: 20px;
        height: 380px;
        max-height: none; } }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:before {
      content: '';
      display: block;
      max-height: 340px;
      min-height: 180px;
      padding-bottom: 106.25%;
      border-style: solid;
      border-width: 0 8px 0 8px;
      border-width: 0 0 10px 0;
      background-color: rgba(0, 0, 0, 0.2);
      transition: background 0.3s ease, border 0.3s ease; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:before {
          max-height: none;
          padding-bottom: 0;
          border-width: 0 0 10px 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1; } }
    .fsComposeMode body:not(.fsComposeMode) .panel-discover > .fsElementContent > section {
      opacity: 1;
      height: auto;
      overflow: visible; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section.fsStateRedactorEditing {
      border: 1px solid #0f0 !important; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section.fsStateRedactorEditing .fsContentEditable {
        background-color: #ffffff; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:hover {
        width: 175%; } }
    @media (min-width: 1400px) {
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:hover {
        width: 100%; } }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:hover .header-placeholder {
      z-index: 2;
      transition: z-index 0s ease 0s; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:hover .header-placeholder header {
        top: 0 !important;
        transition: top 0.3s ease 0s, background 0.3s ease 0s; }
        body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:hover .header-placeholder header:before, body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:hover .header-placeholder header:after {
          opacity: 1; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:hover > .content-wrapper {
      bottom: 50%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:hover > .content-wrapper > header {
        padding-top: 0; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:hover > .content-wrapper > .content-inner {
        max-height: 400px;
        opacity: 1;
        transition: max-height 0.6s ease 0s, opacity 0.6s ease; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .header-placeholder {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      transition: z-index 0s ease 0.6s; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .header-placeholder header {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        transition: top 0.5s ease 0.2s, background 0.5s ease 0.2s; }
        body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .header-placeholder header .fsElementTitle,
        body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .header-placeholder header .fsTitle {
          color: transparent !important; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section header {
      padding-top: 22px;
      padding-bottom: 10px;
      transition: padding 0.3s ease; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section header > .fsElementTitle,
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section header > .fsTitle {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        color: #ffffff;
        font-family: "proxima-nova-condensed", sans-serif;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0;
        font-size: 36px;
        line-height: 42px; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section header > .fsElementHeaderContent {
        display: none; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper {
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      transition: bottom 0.6s ease, -webkit-transform 0.6s ease;
      transition: bottom 0.6s ease, transform 0.6s ease;
      bottom: 50%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper > .content-inner {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.6s ease, opacity 0.6s ease;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper > .content-inner p {
          margin-bottom: 25px; }
        body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper > .content-inner a {
          display: inline-block;
          border: 0;
          margin: 0 0 20px;
          padding: 12px 20px;
          background: #48ac89;
          color: #fff;
          outline: 0;
          border-radius: 4px;
          font-size: 13px;
          letter-spacing: .05em;
          text-transform: uppercase;
          line-height: 1.2;
          font-weight: 600;
          border: 1px solid #fff;
          background: transparent;
          line-height: 1;
          font-weight: normal;
          font-size: 12.5px; }
          body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper > .content-inner a:hover {
            background: #007b5f;
            color: #fff; }
          body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper > .content-inner a em {
            display: block;
            font-style: normal; }
          body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper > .content-inner a:hover {
            background: #fff;
            color: #10396d; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper .fsElementContent,
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper .fsSummary {
        padding: 0 20px;
        color: #ffffff;
        font-size: 16px;
        line-height: 25px;
        font-family: "proxima-nova-condensed", sans-serif;
        text-align: center; }
        body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper .fsElementContent > *:last-child,
        body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper .fsSummary > *:last-child {
          margin-bottom: 0; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper footer {
        padding-top: 11px;
        text-align: center; }
        body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper footer a.fs_style_31,
        body:not(.fsComposeMode) .panel-discover > .fsElementContent > section > .content-wrapper footer a.fsReadMoreLink {
          display: block;
          color: #ffdd80;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.04em;
          font-weight: bold;
          text-transform: uppercase;
          text-align: center; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section .fs_style_35 {
      padding-left: 20px;
      padding-right: 20px; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-1):hover:before {
      border-width: 0;
      border-color: rgba(16, 57, 109, 0);
      background-color: rgba(16, 57, 109, 0.8); }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-1):before {
      border-color: #10396d; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-1) a.fs_style_35 {
      border-color: #ffffff;
      color: #10396d; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-1) a.fs_style_35:hover {
        border-color: #ffffff;
        color: #ffffff;
        background-color: transparent; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-2):hover:before {
      border-width: 0;
      border-color: rgba(221, 54, 55, 0);
      background-color: rgba(221, 54, 55, 0.8); }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-2):before {
      border-color: #dd3637; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-2) a.fs_style_35 {
      border-color: #ffffff;
      color: #dd3637; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-2) a.fs_style_35:hover {
        border-color: #ffffff;
        color: #ffffff;
        background-color: transparent; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-3):hover:before {
      border-width: 0;
      border-color: rgba(0, 123, 95, 0);
      background-color: rgba(0, 123, 95, 0.8); }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-3):before {
      border-color: #007b5f; }
    body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-3) a.fs_style_35 {
      border-color: #ffffff;
      color: #007b5f; }
      body:not(.fsComposeMode) .panel-discover > .fsElementContent > section:nth-of-type(4n-3) a.fs_style_35:hover {
        border-color: #ffffff;
        color: #ffffff;
        background-color: transparent; }

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

@media (min-width: 1300px) {
  .home-19 .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.home-19 .fsElement.multimedia-slideshow-container {
  margin-bottom: 120px; }

.home-19 .news-container .fsElementTitle {
  font-size: 14px;
  line-height: 20px;
  padding: 0 15px;
  letter-spacing: .05em;
  color: #e55955;
  text-transform: uppercase;
  padding-left: 0;
  margin-left: -15px; }
  @media (min-width: 800px) {
    .home-19 .news-container .fsElementTitle {
      margin-bottom: 45px; } }

.home-19 .news-container .fsListItems {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .home-19 .news-container .fsListItems article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 4px solid #e55955;
    border-bottom: 1px solid #d9d9d9; }
    .home-19 .news-container .fsListItems article .fsSharingButtonsContainer, .home-19 .news-container .fsListItems article .fsTitle {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    .home-19 .news-container .fsListItems article .fsSharingButtons {
      margin-bottom: 15px; }
    .home-19 .news-container .fsListItems article .fsSummary {
      margin-top: 0; }
    .home-19 .news-container .fsListItems article:last-child {
      border-bottom: 1px solid transparent;
      margin-bottom: 10px; }

.home-19 .image-button.news-button {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 20px; }
  .home-19 .image-button.news-button .image-button-link {
    padding: 20px 20px 10px 20px;
    margin: 0 10px 60px 0; }
    @media (min-width: 800px) {
      .home-19 .image-button.news-button .image-button-link {
        margin: 65px 10px 100px 0; } }
    .home-19 .image-button.news-button .image-button-link .fsElementContent {
      font-size: 24px;
      line-height: 28px; }
    .home-19 .image-button.news-button .image-button-link header, .home-19 .image-button.news-button .image-button-link footer {
      display: none; }

@media (min-width: 800px) {
  .home-19 .fsFourColumnLayout {
    margin-bottom: 80px; } }

.home-19 .cta-container header {
  margin-bottom: 30px !important; }
  @media (min-width: 800px) {
    .home-19 .cta-container header {
      margin-bottom: 75px !important; } }

.icon-buttons {
  max-width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 800px) {
    .icon-buttons {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .icon-buttons .fsStyleColumn {
    padding: 0;
    margin-right: 10px; }
    @media (min-width: 800px) {
      .icon-buttons .fsStyleColumn {
        margin-right: 20px; } }
  .icon-buttons .fsStyleColumn-last {
    margin-right: 0; }
  .icon-buttons .fsContent {
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px; }
    @media (min-width: 800px) {
      .icon-buttons .fsContent {
        width: 240px;
        height: 185px; } }
    .icon-buttons .fsContent header {
      height: 100%; }
      .icon-buttons .fsContent header .fsElementHeaderContent {
        height: 100%; }
        .icon-buttons .fsContent header .fsElementHeaderContent a {
          display: block;
          display: block;
          border: 1px solid #dddcdc;
          font-size: 12px;
          padding: 15px 7px 15px 7px;
          border-radius: 4px;
          transition: all 0.1s linear;
          font-weight: bold;
          color: #000;
          text-transform: uppercase; }
          @media (min-width: 500px) {
            .icon-buttons .fsContent header .fsElementHeaderContent a {
              font-size: 14px; } }
          @media (min-width: 800px) {
            .icon-buttons .fsContent header .fsElementHeaderContent a {
              padding: 30px;
              font-size: 18px; } }
          .icon-buttons .fsContent header .fsElementHeaderContent a:hover {
            box-shadow: -2px 3px 10px 7px #f5f5f5;
            -webkit-transform: translate(0, -6px);
            -ms-transform: translate(0, -6px);
            transform: translate(0, -6px); }
          .icon-buttons .fsContent header .fsElementHeaderContent a:before {
            display: block;
            color: #fff;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 18px;
            margin: 0 auto;
            margin-bottom: 10px; }
            @media (min-width: 500px) {
              .icon-buttons .fsContent header .fsElementHeaderContent a:before {
                font-size: 24px;
                width: 60px;
                height: 60px;
                margin-bottom: 15px; } }
            @media (min-width: 800px) {
              .icon-buttons .fsContent header .fsElementHeaderContent a:before {
                width: 95px;
                height: 95px;
                font-size: 40px;
                margin-bottom: 20px; } }
          .hp-request header .fsElementHeaderContent a:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            background: #007b5f; }
          .hp-apply header .fsElementHeaderContent a:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            background: #e55955; }
          .hp-visit header .fsElementHeaderContent a:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            background: #10396d; }
