@charset "UTF-8";
 /**
 *
 * Western Reserve Academy - default
 * @link https://westernreserve.finalsite.com
 * Site Template : 
 * Built By: Tom Schisler
 * Project Manager: Lisa Catania
 * Designer: Kelly Wilson
 * ==== Git Info ====
 * Branch Name: clients/westernreserve
 * Build version: 1.0.0
 * Git Tag: Composer-Build-2.0-403-ga94485fee9
 * Last build by: Jesse Rogers
 *
 **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
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: 78.66667em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.33333em;
  margin-left: 1.33333em; }

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    .parent {
        @include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    }

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default/fonts//icomoon.eot");
  src: url("/uploaded/themes/default/fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts//icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts//icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-family: "open-sans-condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #00629b; }
  .fsRosterName a, .fsTitle a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: inherit; }
    .fsRosterName a:hover, .fsTitle a:hover, .fsFacebookFrom a:hover, .fsVimeoTitle a:hover, .fsYoutubeTitle a:hover {
      color: #007fff; }

h1,
.alpha {
  margin-top: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-family: "museo-slab", Georgia, serif;
  font-weight: 400;
  font-size: 2.66667em;
  line-height: 1.15em;
  color: #000;
  margin-bottom: 0.4em; }

h2,
.beta {
  margin-top: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 2.26667em;
  line-height: 1.11765em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.52941em; }

h3,
.gamma {
  margin-top: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 1.73333em;
  line-height: 1.15385em;
  text-transform: uppercase;
  color: #1b1b1b;
  margin-bottom: 0.19231em; }

h4,
.delta {
  margin-top: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 1.46667em;
  line-height: 1.18182em;
  color: #1b1b1b;
  margin-bottom: 0.22727em; }

h5,
.epsilon {
  margin-top: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.33333em;
  color: #1b1b1b;
  margin-bottom: 0.11111em; }

h6,
.zeta {
  margin-top: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.26667em;
  color: #000;
  margin-bottom: 0.13333em; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #00f;
  transition: background .3s, color .3s; }
  a:hover {
    color: #007fff; }

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

table.styled,
table.fs_style_26 {
  margin-bottom: 1.33333em;
  width: 100%;
  border-bottom: 3px solid #d0d3d4; }
  table.styled th,
  table.styled td,
  table.fs_style_26 th,
  table.fs_style_26 td {
    vertical-align: top; }
  table.styled th,
  table.fs_style_26 th {
    padding: 1.33333em;
    text-align: left;
    font-family: "open-sans-condensed", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    background: #00629b;
    color: #fff; }
  table.styled td,
  table.fs_style_26 td {
    padding: 0.66667em 1.33333em;
    background: transparent; }
    table.styled tr:nth-of-type(odd) td, table.fs_style_26 tr:nth-of-type(odd) td {
      background: #eee; }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable td {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05); }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td {
    vertical-align: top;
    border-bottom: none;
    display: table-cell; }
  .fsAthleticsEvent.fsTable .fsElementTable th {
    padding: 10px 20px;
    text-align: left;
    background: #005c34;
    color: #fff; }

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

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

pre {
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  word-break: normal;
  white-space: pre-wrap; }

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 13.33333px 20px;
  background: #000;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-shadow: none; }
  .fsLoadMoreButton:hover {
    background: #00629b;
    color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

.button, .fs_style_19 {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 13.33333px 20px;
  background: #007a33;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .button:hover, .fs_style_19:hover {
    background: #00629b;
    color: #fff; }
  .button em, .fs_style_19 em {
    display: block;
    font-style: normal; }

.callout-button, .fs_style_20 {
  display: inline-block;
  border: 0;
  margin: 0 0 10px;
  padding: 13.33333px 20px;
  background: #007a33;
  color: #fff;
  outline: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 400px;
  text-align: right;
  font-style: normal;
  font-family: "open-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffc845;
  text-transform: uppercase; }
  .callout-button:hover, .fs_style_20:hover {
    background: #00629b;
    color: #fff; }
  .callout-button em, .fs_style_20 em {
    display: block;
    font-style: normal; }
  .callout-button em, .fs_style_20 em {
    font-family: "museo-slab", Georgia, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    text-transform: none; }
    .callout-button em:after, .fs_style_20 em:after {
      margin-left: 5px;
      content: '\f054';
      font-family: "FontAwesome";
      font-weight: 400;
      font-size: 15px; }
  .callout-button:hover, .fs_style_20:hover {
    color: #ffc845; }
    .callout-button:hover em, .fs_style_20:hover em {
      color: #fff; }

.fs_style_30 {
  display: inline-block;
  padding: 20px 40px;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid currentColor;
  color: #7c878e; }
  .fs_style_30:hover {
    color: #000; }
    .fs_style_30:hover a {
      color: #000; }
  .fs_style_30 a {
    color: #7c878e; }
    .fs_style_30 a:hover {
      color: #000; }

/*! content - style manger v0.0.1 */
.lead-in, .fs_style_16 {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #00629b; }

blockquote, .fs_style_28 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 70px;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #ffc845; }
  blockquote:before, .fs_style_28:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 1;
    color: #d0d3d4;
    content: '\f10d'; }
  blockquote + cite,
  blockquote + .fs_style_18, .fs_style_28 + cite,
  .fs_style_28 + .fs_style_18 {
    padding-left: 70px;
    margin-bottom: 30px; }

cite, .fs_style_18 {
  display: block;
  margin: 0 0 20px;
  font-family: "open-sans-condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #d0d3d4; }

.callout, .fs_style_29 {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #b83a4b; }

/*! structure - header v0.0.1 */
#fsHeader {
  background: #fff; }
  #fsHeader .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    padding-right: 1.33333em;
    padding-left: 1.33333em; }
    @media (min-width: 1220px) {
      #fsHeader .fsBanner {
        padding-right: 0;
        padding-left: 0; } }
    #fsHeader .fsBanner .fsTwoColumnLayout {
      padding-right: 1.33333em;
      padding-left: 1.33333em;
      padding-top: 1.33333em;
      padding-bottom: 1.33333em; }
      #fsHeader .fsBanner .fsTwoColumnLayout .fsStyleColumn {
        padding: 0;
        width: 100%; }
        @media (min-width: 700px) {
          #fsHeader .fsBanner .fsTwoColumnLayout .fsStyleColumn {
            float: left;
            width: 50%; } }
        @media (min-width: 1000px) {
          #fsHeader .fsBanner .fsTwoColumnLayout .fsStyleColumn.fsStyleColumn-1 {
            width: 690px; } }
        @media (min-width: 1100px) {
          #fsHeader .fsBanner .fsTwoColumnLayout .fsStyleColumn.fsStyleColumn-1 {
            width: 600px; } }
        @media (min-width: 1000px) {
          #fsHeader .fsBanner .fsTwoColumnLayout .fsStyleColumn.fsStyleColumn-2 {
            width: calc(100% - 690px); } }
        @media (min-width: 1100px) {
          #fsHeader .fsBanner .fsTwoColumnLayout .fsStyleColumn.fsStyleColumn-2 {
            width: calc(100% - 600px); } }
  .mobile-hero #fsHeader .hero {
    min-height: 100px; }
  #fsHeader .hero {
    background-image: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    height: 24vw;
    min-height: 200px; }

.site-info-container {
  width: 100%; }
  @media (min-width: 700px) {
    .site-info-container {
      display: inline-block;
      vertical-align: middle; } }
  .site-info-container a {
    display: block;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url("/uploaded/themes/default/images/wra_logo.jpg"); }
  .site-info-container .site-logo {
    display: block;
    width: 100%;
    max-width: 140px;
    line-height: 60px;
    margin: 0 auto 10px auto;
    vertical-align: middle;
    color: transparent;
    font-size: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: inherit; }
    @media (min-width: 700px) {
      .site-info-container .site-logo {
        display: inline-block;
        background-position: 0 50%; } }
    @media (min-width: 1000px) {
      .site-info-container .site-logo {
        margin-bottom: 0;
        padding: 10px 0;
        background-size: 100%; } }
  .site-info-container .site-name {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
    color: transparent;
    line-height: 40px;
    text-indent: -9999px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: inherit; }
    @media (min-width: 700px) {
      .site-info-container .site-name {
        background-position: left center; } }
    @media (min-width: 1000px) {
      .site-info-container .site-name {
        display: inline-block;
        max-width: 400px; } }
  .site-info-container .separator {
    display: none; }
    @media (min-width: 1000px) {
      .site-info-container .separator {
        display: block;
        padding: 0;
        margin: 0 10px;
        display: inline-block;
        vertical-align: middle;
        width: 2px;
        height: 66px;
        font-size: 0;
        color: transparent; } }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 10px 0 0 0;
  text-align: center;
  background: #003963;
  color: #fff;
  font-family: "open-sans-condensed", sans-serif; }

.school-details-container {
  margin-bottom: 10px; }
  @media (min-width: 1100px) {
    .school-details-container {
      display: inline-block; } }

.school-details {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .school-details > div {
      display: inline-block; } }
  @media (min-width: 600px) {
    .school-details [itemprop='name']:after {
      display: inline-block;
      margin: 0 .5em;
      content: '/'; } }
  @media (min-width: 600px) {
    .school-details [itemprop='address']:after {
      display: inline-block;
      margin: 0 .5em;
      content: '/'; } }
  .school-details a {
    color: inherit; }

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

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

html {
  font-family: "open-sans", sans-serif;
  background: #1b1b1b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }
  html.wf-loading {
    visibility: hidden;
    opacity: 0; }
  html.wf-active, html .wf-inactive {
    visibility: visible;
    opacity: 1; }

body {
  font-size: 0.9375em;
  line-height: 1.6;
  color: #000; }
  @media (max-width: 600px) {
    body.menu-active {
      overflow: hidden; } }
  body p {
    font-family: "open-sans", sans-serif; }

#fsPageWrapper {
  overflow: hidden;
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff; }

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

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

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important; }
  @media (min-width: 800px) {
    #fsPageContent {
      float: left !important; } }
  body:not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner) #fsPageContent {
    margin: 0 auto;
    max-width: 980px;
    float: none !important; }
  @media (min-width: 800px) {
    .fsHasRightBanner #fsPageContent {
      width: 72.0339% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      width: 72.88136% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 44.91525% !important; } }

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

@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.33333em;
      padding-left: 1.33333em; } }

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

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

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

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

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

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

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
  width: auto;
  background-position: left center;
  text-align: left; }
  #fsPoweredByFinalsite a {
    display: block;
    margin: 0;
    padding: 0;
    width: 132px; }

.fsBreadcrumb {
  margin-bottom: 20px; }
  .fsBreadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsBreadcrumb li {
    display: inline-block;
    color: #ffc845;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    list-height: 14px; }
    .fsBreadcrumb li:first-child:before {
      margin-right: 6px;
      font-family: "FontAwesome";
      content: '\f015';
      color: #7c878e; }
  .fsBreadcrumb .fsNavBreadcrumbSeperator {
    color: #7c878e; }
  .fsBreadcrumb a {
    color: #7c878e; }
    .fsBreadcrumb a:hover {
      color: #007fff; }

/*! navigation - main v0.0.1 */
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-main li {
  margin: 0;
  padding: 0; }

#fsHeader .nav-main {
  display: none; }
  @media (min-width: 700px) {
    #fsHeader .nav-main {
      display: block;
      background: #d0d3d4;
      box-shadow: inset 0 -5px 0 0 #fff; } }

@media (min-width: 700px) {
  .nav-main .fsNavLevel1 {
    zoom: 1;
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    text-align: center; }
    .nav-main .fsNavLevel1:after {
      display: table;
      clear: both;
      content: ''; } }

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.nav-main .fsNavLevel1 > li {
  position: relative;
  font-family: "open-sans-condensed", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase; }
  @media (min-width: 700px) and (max-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      float: left;
      width: 25%;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto;
      margin: 0 2px; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #fff; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li:hover > a {
        color: #54585a;
        box-shadow: inset 0 -5px 0 0 #ffc845; } }
  .nav-main .fsNavLevel1 > li > a {
    padding: 12px 0 17px;
    color: #fff;
    display: block; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li > a {
        box-shadow: inset 0 -5px 0 0 transparent;
        transition: box-shadow 0.3s ease; } }
    .nav-main .fsNavLevel1 > li > a:hover {
      color: #000; }
      @media (min-width: 700px) {
        .nav-main .fsNavLevel1 > li > a:hover {
          color: #ffc845; } }
      @media (min-width: 1000px) {
        .nav-main .fsNavLevel1 > li > a:hover {
          color: #54585a; } }
    .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
    .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
      color: #54585a; }
      @media (min-width: 700px) {
        .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
        .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
          color: #54585a; } }
      @media (min-width: 1000px) {
        .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
        .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
          box-shadow: inset 0 -5px 0 0 #ffc845; } }
      .nav-main .fsNavLevel1 > .fsNavCurrentPage > a:hover,
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a:hover {
        color: #000; }
        @media (min-width: 700px) {
          .nav-main .fsNavLevel1 > .fsNavCurrentPage > a:hover,
          .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a:hover {
            color: #ffc845; } }
        @media (min-width: 1000px) {
          .nav-main .fsNavLevel1 > .fsNavCurrentPage > a:hover,
          .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a:hover {
            color: #54585a; } }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s ease 0.25s, opacity 0.5s ease 0.25s; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }
  @media (max-width: 599px) {
    .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    z-index: 300; }

.nav-main .fsNavPageInfo {
  background: #ffc845;
  text-align: left;
  width: 450px; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:nth-last-child(3) .fsNavPageInfo, .nav-main .fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo, .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2 {
  padding: 10px 20px;
  margin: 0;
  width: 100%;
  min-height: initial;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-rule: none;
  column-rule: none; }
  .nav-main .fsNavLevel2 li {
    page-break-inside: avoid;
    break-inside: avoid-column;
    font-size: 18px;
    line-height: 22px; }
    .nav-main .fsNavLevel2 li.fsNavCurrentPage > a {
      color: #54585a; }
      .nav-main .fsNavLevel2 li.fsNavCurrentPage > a:hover {
        color: #000; }
  .nav-main .fsNavLevel2 a {
    padding: 5px 0;
    color: #fff;
    display: block; }
    .nav-main .fsNavLevel2 a:hover {
      color: #000; }

.menu-ribbon {
  position: relative;
  height: 50px; }
  #fsMenu .menu-ribbon {
    margin-bottom: 10px; }
  @media (min-width: 700px) {
    .menu-ribbon {
      display: none; } }

.menu-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 60px;
  background: #ffc845;
  transition: all 0.3s ease; }
  .menu-trigger:hover {
    background: #ffb912; }
  .menu-trigger:before, .menu-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 50%;
    content: '';
    background: #fff; }
  .menu-trigger:before {
    margin-top: -0.26667em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .menu-trigger:after {
    box-shadow: 0 0.26667em 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .menu-active .menu-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .menu-active .menu-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  padding: 0 20px 20px 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffc845;
  opacity: 0;
  visibility: hidden;
  z-index: 8999; }
  .fsAccountBarVisible #fsMenu {
    margin-top: 45px !important; }
  .menu-active #fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media (min-width: 700px) {
    #fsMenu {
      display: none; } }

/*! navigation - sub v0.0.1 */
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-sub li {
  margin: 0;
  padding: 0; }

#fsHeader .nav-sub {
  display: block; }
  @media (min-width: 800px) {
    #fsHeader .nav-sub {
      display: none; } }

#fsBannerLeft .nav-sub {
  display: none; }
  @media (min-width: 800px) {
    #fsBannerLeft .nav-sub {
      display: block;
      border-top: 3px solid #000; } }

.nav-sub.nav-sub-empty {
  display: none !important; }

@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    border-bottom: 3px solid transparent;
    padding: 0 20px;
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; } }

.active-nav > .fsElementContent {
  border-bottom: 3px solid #000;
  max-height: 5000px;
  visibility: visible;
  opacity: 1; }

.nav-sub ul {
  margin: 0;
  padding: 10px 15px; }
  .nav-sub ul li a {
    display: block;
    color: #000; }
    .nav-sub ul li a:hover {
      color: #007fff; }
  .nav-sub ul li[class*="fsNavCurrentPage"] > a {
    color: #ffc845; }

.nav-sub .fsNavLevel1 {
  position: relative;
  padding: 5px 0; }
  .nav-sub .fsNavLevel1 > li {
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "museo-slab", Georgia, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px; }
    .nav-sub .fsNavLevel1 > li.fsNavParentPage > a:after {
      font-family: "FontAwesome";
      content: '\f107';
      float: right; }
    .nav-sub .fsNavLevel1 > li:last-child > a,
    .nav-sub .fsNavLevel1 > li:last-child ul {
      box-shadow: none; }

.nav-sub .fsNavLevel2 > li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "open-sans-condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase; }
  .nav-sub .fsNavLevel2 > li:last-child {
    padding-bottom: 0; }

.nav-sub .fsNavLevel3 > li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-transform: none; }
  .nav-sub .fsNavLevel3 > li:last-child {
    padding-bottom: 0; }

.nav-sub > header {
  display: block; }
  @media (min-width: 800px) {
    .nav-sub > header {
      display: none; } }
  .nav-sub > header > .fsElementTitle {
    font-family: "museo-slab", Georgia, serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    position: relative;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    background: #d0d3d4;
    color: #1b1b1b; }
    @media (min-width: 800px) {
      .nav-sub > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .nav-sub > header > .fsElementTitle:after {
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

/*! Navigation - Social v0.0.5 */
.nav-social {
  background: #000; }
  .nav-social, .nav-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social li {
    margin: 0;
    padding: 0; }
  .nav-social > header {
    display: block;
    padding: 10px 0; }
    @media (min-width: 1000px) {
      .nav-social > header {
        display: none; } }
    .nav-social > header .fsElementTitle {
      margin-top: 0;
      font-family: "open-sans", sans-serif;
      font-weight: 700;
      font-size: 1.73333em;
      line-height: 1.15385em;
      text-transform: uppercase;
      color: #1b1b1b;
      margin-bottom: 0.19231em;
      margin-bottom: 0;
      color: #ffc845; }
  .nav-social ul {
    zoom: 1; }
    .nav-social ul:after {
      display: table;
      clear: both;
      content: ''; }
  .nav-social li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 16.66%; }
    @media (min-width: 1000px) {
      .nav-social li {
        width: 14.28%;
        border-left: 1px solid rgba(255, 255, 255, 0.2); } }
    .nav-social li:first-child {
      display: none; }
      @media (min-width: 1000px) {
        .nav-social li:first-child {
          display: block; } }
      .nav-social li:first-child a {
        margin: 20px;
        position: relative;
        font-size: 18px;
        width: 100%;
        width: calc(100% - 40px);
        height: auto;
        min-height: 150px;
        min-height: calc(150px - 40px);
        border: 2px solid currentColor;
        color: #fff;
        vertical-align: middle; }
        .nav-social li:first-child a:hover {
          color: #ffc845; }
        .nav-social li:first-child a:before {
          display: none;
          content: ''; }
      .nav-social li:first-child span {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 23px;
        text-transform: uppercase; }
        .nav-social li:first-child span strong {
          display: block;
          font-size: 30px; }
    .nav-social li:last-child {
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .nav-social [href*='facebook']:before {
    content: ""; }
  .nav-social [href*='instagram']:before {
    content: ""; }
  .nav-social [href*='linkedin']:before {
    content: ""; }
  .nav-social [href*='pinterest']:before {
    content: ""; }
  .nav-social [href*='tumblr']:before {
    content: ""; }
  .nav-social [href*='twitter']:before {
    content: ""; }
  .nav-social [href*='vine']:before {
    content: ""; }
  .nav-social [href*='vimeo']:before {
    content: ""; }
  .nav-social [href*='youtube']:before {
    content: ""; }
  .nav-social [href*='facebook']:hover {
    color: #3b5998; }
    @media (min-width: 1000px) {
      .nav-social [href*='facebook']:hover {
        color: #fff; } }
    .nav-social [href*='facebook']:hover:after {
      background: #3b5998; }
  .nav-social [href*='instagram']:hover {
    color: #517fa4; }
    @media (min-width: 1000px) {
      .nav-social [href*='instagram']:hover {
        color: #fff; } }
    .nav-social [href*='instagram']:hover:after {
      background: #517fa4; }
  .nav-social [href*='linkedin']:hover {
    color: #007bb6; }
    @media (min-width: 1000px) {
      .nav-social [href*='linkedin']:hover {
        color: #fff; } }
    .nav-social [href*='linkedin']:hover:after {
      background: #007bb6; }
  .nav-social [href*='pinterest']:hover {
    color: #cb2027; }
    @media (min-width: 1000px) {
      .nav-social [href*='pinterest']:hover {
        color: #fff; } }
    .nav-social [href*='pinterest']:hover:after {
      background: #cb2027; }
  .nav-social [href*='tumblr']:hover {
    color: #32506d; }
    @media (min-width: 1000px) {
      .nav-social [href*='tumblr']:hover {
        color: #fff; } }
    .nav-social [href*='tumblr']:hover:after {
      background: #32506d; }
  .nav-social [href*='twitter']:hover {
    color: #00aced; }
    @media (min-width: 1000px) {
      .nav-social [href*='twitter']:hover {
        color: #fff; } }
    .nav-social [href*='twitter']:hover:after {
      background: #00aced; }
  .nav-social [href*='vimeo']:hover {
    color: #1ab7ea; }
    @media (min-width: 1000px) {
      .nav-social [href*='vimeo']:hover {
        color: #fff; } }
    .nav-social [href*='vimeo']:hover:after {
      background: #1ab7ea; }
  .nav-social [href*='vine']:hover {
    color: #00a478; }
    @media (min-width: 1000px) {
      .nav-social [href*='vine']:hover {
        color: #fff; } }
    .nav-social [href*='vine']:hover:after {
      background: #00a478; }
  .nav-social [href*='youtube']:hover {
    color: #b00; }
    @media (min-width: 1000px) {
      .nav-social [href*='youtube']:hover {
        color: #fff; } }
    .nav-social [href*='youtube']:hover:after {
      background: #b00; }
  .nav-social a {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 1;
    text-align: center;
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
    width: auto;
    height: auto;
    min-height: 40px;
    overflow: hidden;
    text-align: center;
    transition: box-shadow .2s, color .2s; }
    @media (min-width: 1000px) {
      .nav-social a {
        min-height: 150px; } }
    .nav-social a:hover:after {
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
    .nav-social a:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 200;
      height: auto;
      width: 22px;
      font-family: "FontAwesome";
      font-size: 22px;
      line-height: 1;
      color: inherit;
      background: transparent;
      border-radius: 100%;
      transition: color 0.25s; }
      @media (min-width: 1000px) {
        .nav-social a:before {
          font-size: 28px; } }
    .nav-social a:after {
      display: none;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      height: 300px;
      width: 300px;
      border-radius: 100%;
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      transition: transform .3s; }
      @media (min-width: 1000px) {
        .nav-social a:after {
          display: block; } }

.nav-utility-hdr {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
  .nav-utility-hdr, .nav-utility-hdr ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-hdr li {
    margin: 0;
    padding: 0; }
  #fsHeader .nav-utility-hdr {
    display: none; }
    @media (min-width: 700px) {
      #fsHeader .nav-utility-hdr {
        display: inline-block;
        margin-top: 15px; } }
  .nav-utility-hdr .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  .nav-utility-hdr .fsElementFooterContent {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .nav-utility-hdr .fsElementFooterContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        float: right; } }
    .nav-utility-hdr .fsElementFooterContent > a {
      display: inline-block;
      margin-right: 15px;
      font-family: "open-sans-condensed", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      width: 100%;
      color: #00629b;
      text-align: right; }
      .nav-utility-hdr .fsElementFooterContent > a:hover {
        color: #005c34; }
      @media (min-width: 800px) {
        .nav-utility-hdr .fsElementFooterContent > a {
          width: auto;
          text-align: center; } }
      .nav-utility-hdr .fsElementFooterContent > a:before {
        margin-right: 6px;
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 400;
        color: inherit; }
      .nav-utility-hdr .fsElementFooterContent > a.summer:hover:before {
        animation-play-state: running; }
      .nav-utility-hdr .fsElementFooterContent > a.summer:before {
        content: '';
        background-image: url("/uploaded/themes/default/images/WRA_sun_icon.png");
        background-size: 20px 20px;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-bottom: -4px;
        animation: rotate 4s linear infinite;
        animation-play-state: paused; }
      .nav-utility-hdr .fsElementFooterContent > a.open-house:before {
        content: '\f015'; }
  @media (min-width: 700px) {
    .nav-utility-hdr ul {
      text-align: right; } }
  .nav-utility-hdr ul .text-links {
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 1100px) {
      .nav-utility-hdr ul .text-links {
        display: inline-block;
        margin-bottom: 0; } }
  .nav-utility-hdr ul li {
    margin: 0;
    padding: 0; }
    @media (min-width: 700px) {
      .nav-utility-hdr ul li {
        display: inline-block;
        vertical-align: middle;
        width: auto; } }
    .nav-utility-hdr ul li.inquire > a, .nav-utility-hdr ul li.apply > a, .nav-utility-hdr ul li.give > a {
      margin-right: 15px;
      font-family: "open-sans-condensed", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase; }
      @media (min-width: 600px) {
        .nav-utility-hdr ul li.inquire > a, .nav-utility-hdr ul li.apply > a, .nav-utility-hdr ul li.give > a {
          color: #7c878e; }
          .nav-utility-hdr ul li.inquire > a:hover, .nav-utility-hdr ul li.apply > a:hover, .nav-utility-hdr ul li.give > a:hover {
            color: #1b1b1b; } }
      .nav-utility-hdr ul li.inquire > a:before, .nav-utility-hdr ul li.apply > a:before, .nav-utility-hdr ul li.give > a:before {
        margin-right: 6px;
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 400;
        color: inherit; }
    .nav-utility-hdr ul li.inquire > a:before {
      content: '\f05a'; }
    .nav-utility-hdr ul li.apply > a:before {
      content: '\f040'; }
    .nav-utility-hdr ul li.give > a:before {
      content: '\f004'; }
    .nav-utility-hdr ul li.search > a {
      display: none; }
      @media (min-width: 700px) {
        .nav-utility-hdr ul li.search > a {
          display: block; } }
    .nav-utility-hdr ul li.contact > a, .nav-utility-hdr ul li.login > a, .nav-utility-hdr ul li.search > a, .nav-utility-hdr ul li.happening > a {
      position: relative;
      font-family: "open-sans-condensed", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      width: auto;
      height: auto; }
      @media (min-width: 600px) {
        .nav-utility-hdr ul li.contact > a, .nav-utility-hdr ul li.login > a, .nav-utility-hdr ul li.search > a, .nav-utility-hdr ul li.happening > a {
          color: #005c34; }
          .nav-utility-hdr ul li.contact > a:hover, .nav-utility-hdr ul li.login > a:hover, .nav-utility-hdr ul li.search > a:hover, .nav-utility-hdr ul li.happening > a:hover {
            color: #00629b; } }
      @media (min-width: 700px) {
        .nav-utility-hdr ul li.contact > a, .nav-utility-hdr ul li.login > a, .nav-utility-hdr ul li.search > a, .nav-utility-hdr ul li.happening > a {
          font-size: 0;
          background: #005c34;
          width: 50px;
          height: 50px; } }
      @media (min-width: 700px) {
        .nav-utility-hdr ul li.contact > a:hover, .nav-utility-hdr ul li.login > a:hover, .nav-utility-hdr ul li.search > a:hover, .nav-utility-hdr ul li.happening > a:hover {
          background: #ffc845; }
          .nav-utility-hdr ul li.contact > a:hover:before, .nav-utility-hdr ul li.login > a:hover:before, .nav-utility-hdr ul li.search > a:hover:before, .nav-utility-hdr ul li.happening > a:hover:before {
            color: #fff; } }
      .nav-utility-hdr ul li.contact > a:before, .nav-utility-hdr ul li.login > a:before, .nav-utility-hdr ul li.search > a:before, .nav-utility-hdr ul li.happening > a:before {
        display: inline-block;
        margin-right: 8px;
        font-family: "FontAwesome";
        font-weight: 400;
        font-size: 20px;
        line-height: 1;
        color: inherit; }
        @media (min-width: 700px) {
          .nav-utility-hdr ul li.contact > a:before, .nav-utility-hdr ul li.login > a:before, .nav-utility-hdr ul li.search > a:before, .nav-utility-hdr ul li.happening > a:before {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            color: rgba(255, 255, 255, 0.6); } }
    .search-active .nav-utility-hdr li.search > a {
      background: #ffc845; }
      .search-active .nav-utility-hdr li.search > a:before {
        content: '\f00d'; }
    .nav-utility-hdr ul li.contact > a:before {
      content: '\f0e0'; }
    .nav-utility-hdr ul li.login > a:before {
      content: '\f0c0'; }
    .nav-utility-hdr ul li.search > a:before {
      content: '\f002'; }
    .nav-utility-hdr ul li.happening > a:before {
      content: '\f1e0'; }
    .nav-utility-hdr ul li a {
      display: block;
      color: rgba(0, 0, 0, 0.6); }
      .nav-utility-hdr ul li a:hover {
        color: rgba(0, 0, 0, 0.95); }

#fsHeader .nav-utility-hdr {
  margin-top: 15px; }
  #fsHeader .nav-utility-hdr li.contact > a, #fsHeader .nav-utility-hdr li.login > a, #fsHeader .nav-utility-hdr li.search > a, #fsHeader .nav-utility-hdr li.happening > a {
    background: none;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #7c878e;
    margin-right: 15px; }
    #fsHeader .nav-utility-hdr li.contact > a:before, #fsHeader .nav-utility-hdr li.login > a:before, #fsHeader .nav-utility-hdr li.search > a:before, #fsHeader .nav-utility-hdr li.happening > a:before {
      position: static;
      -ms-transform: none;
      transform: none;
      margin-right: 6px;
      display: inline-block;
      font-family: "FontAwesome";
      font-weight: 400;
      color: inherit; }

.nav-utility-ftr {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  background: #000; }
  .nav-utility-ftr, .nav-utility-ftr ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-ftr li {
    margin: 0;
    padding: 0; }
  @media (min-width: 600px) {
    .nav-utility-ftr {
      background: transparent; } }
  @media (min-width: 1100px) {
    .nav-utility-ftr {
      display: inline-block; } }
  .nav-utility-ftr ul {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 600px) {
      .nav-utility-ftr ul {
        padding-top: 0; } }
    @media (min-width: 1100px) {
      .nav-utility-ftr ul {
        padding-bottom: 0; } }
    .nav-utility-ftr ul li {
      display: block; }
      @media (min-width: 600px) {
        .nav-utility-ftr ul li {
          display: inline-block; } }
      .nav-utility-ftr ul li:last-child a:after {
        display: none;
        content: ''; }
      .nav-utility-ftr ul li a {
        padding: 0em 0em;
        display: block;
        color: #fff; }
        .nav-utility-ftr ul li a:hover {
          color: #007fff; }
        @media (min-width: 600px) {
          .nav-utility-ftr ul li a:after {
            display: inline-block;
            margin: 0 .5em;
            content: '/';
            color: #fff; } }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul li {
    margin: 0;
    padding: 0;
    font-weight: 400; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; } }
    .nav-site-map ul.fsNavLevel1 > li {
      margin-bottom: 20px;
      font-weight: 700;
      page-break-inside: avoid;
      break-inside: avoid-column; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map 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.33333em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.66667em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 10px;
    padding: 13.33333px 20px;
    background: #000;
    color: #fff;
    outline: 0;
    border-radius: 0;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #00629b;
      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: #005c34; }
  @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.33333em; }
  .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; } }

.ui-widget .fsConstituentCustom > div {
  margin-top: 10px; }
  .ui-widget .fsConstituentCustom > div.fsProfileImage {
    margin-top: 0; }

.ui-widget .fsConstituentCustom a {
  color: #00f; }
  .ui-widget .fsConstituentCustom a:hover {
    color: #007fff; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    position: relative;
    padding: 0;
    margin: 0 0 10px 0; }
    .fsDirectory .fsConstituentItem > div strong, .fsDirectory .fsConstituentItem > div br {
      display: none; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding: 0;
      margin: 0 0 4px; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto {
      padding: 0;
      margin: 0 20px 10px 0;
      float: left; }
      .fsDirectory .fsConstituentItem .fsPhoto img {
        display: block;
        width: 100%;
        height: auto; }
    .fsDirectory .fsConstituentItem .fsFullName {
      margin-top: 0;
      font-family: "open-sans", sans-serif;
      font-weight: 700;
      font-size: 1.2em;
      line-height: 1.33333em;
      color: #1b1b1b;
      margin-bottom: 0.11111em;
      text-transform: none; }
      .fsDirectory .fsConstituentItem .fsFullName a {
        color: #000; }
        .fsDirectory .fsConstituentItem .fsFullName a:hover {
          color: #007fff; }
    .fsDirectory .fsConstituentItem .fsEmail {
      display: inline-block;
      vertical-align: middle; }
    .fsDirectory .fsConstituentItem .fsPhones {
      display: inline-block;
      vertical-align: middle;
      margin-left: 6px;
      padding-left: 8px;
      border-left: 1px solid #d0d3d4; }

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  margin-bottom: 2px; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    background: #e3e4e3; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      font-style: normal;
      font-family: "open-sans-condensed", sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      display: block;
      padding: 12px 0;
      margin: 0;
      color: #7c878e;
      transition: all .3s ease; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background: #d0d3d4; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #7c878e;
        transition: all .3s ease; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    height: auto;
    background: #00629b; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #fff; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
        content: ''; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    margin: 0;
    padding: 10px 20px; }
    .fsAccordion .fsPanel > .fsElementContent p, .fsTabs .fsPanel > .fsElementContent p {
      margin-bottom: 20px; }
      .fsAccordion .fsPanel > .fsElementContent p:last-child, .fsTabs .fsPanel > .fsElementContent p:last-child {
        margin-bottom: 0; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2:before {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "FontAwesome";
  font-size: 12px;
  content: '';
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 30px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    border: none;
    width: auto;
    height: auto;
    font-family: "FontAwesome";
    font-size: 12px;
    content: '';
    content: "";
    left: 20px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:after, .fsPanelIconBefore.fsTabs .fsPanel > header h2:after {
    display: none; }

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:after {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "FontAwesome";
  font-size: 12px;
  content: '';
  content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 30px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    border: none;
    width: auto;
    height: auto;
    font-family: "FontAwesome";
    font-size: 12px;
    content: '';
    content: "";
    right: 20px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - account bar */
body.fsAccountBarVisible {
  margin-top: 45px !important; }

#fsAccountBar {
  background-color: #ffc845; }
  #fsAccountBar > ul:first-child > li {
    cursor: pointer;
    position: relative;
    padding-right: 15px; }
    #fsAccountBar > ul:first-child > li:hover > span, #fsAccountBar > ul:first-child > li:hover:after {
      opacity: .5;
      transition: .3s; }
    #fsAccountBar > ul:first-child > li:first-child:after {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 1;
      font-size: 14px; }
  #fsAccountBar .fsAccountBarMenu {
    background-color: #ffc02c;
    padding: 10px 0; }
    #fsAccountBar .fsAccountBarMenu > li {
      padding-top: 10px;
      padding-bottom: 10px; }

@media screen and (max-width: 599px) {
  #fsAccountBar > ul:last-child .fsAccountBarLogoutButton span::after {
    border: 3px solid #A5AAAC;
    border-radius: 10px;
    content: ' ';
    display: block;
    height: 15px;
    left: 2px;
    position: absolute;
    top: -7px;
    width: 10px; }
  #fsAccountBar > ul:last-child .fsAccountBarLogoutButton span {
    background: #A5AAAC;
    border-radius: 2px;
    display: inline-block;
    height: 11px;
    margin-top: 6px;
    position: relative;
    text-indent: 9999px;
    vertical-align: top;
    width: 14px; }
  .fsAccountBarName span {
    display: none; } }

/*! 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 .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    display: inline-block;
    border: 0;
    margin: 0 0 10px;
    padding: 13.33333px 20px;
    background: #000;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background: #00629b;
      color: #fff; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }

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

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

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

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

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

.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #1b1b1b; }
  .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 events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

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

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar {
  padding-top: 10px;
  border-top: 3px solid #1b1b1b; }
  .fsCalendar article {
    position: relative;
    min-height: 70px;
    padding-right: 100px;
    padding-left: 0;
    margin: 0; }
    .fsCalendar article .fsElementEventColorIcon {
      width: 12px;
      height: 12px; }
  .fsCalendar .fsDate {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    height: 60px;
    width: 60px;
    color: #000;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    .fsCalendar .fsDate > span {
      display: block;
      font-family: "open-sans-condensed", sans-serif;
      font-weight: 600;
      font-size: 15px;
      line-height: 18px;
      text-transform: uppercase; }
      .fsCalendar .fsDate > span.fsDay {
        font-family: "museo-slab", Georgia, serif;
        font-weight: 400;
        font-size: 40px;
        line-height: 0.9;
        color: #ffc845; }
  .fsCalendar .fsDayContainer {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d0d3d4; }
    .fsCalendar .fsDayContainer:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  .fsCalendar article {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .fsCalendar article:not(:nth-of-type(1)) .fsDate {
      display: none; }
  .fsCalendar .fsEventDetails {
    font-size: 13px;
    line-height: 18px; }
  .fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
    margin-bottom: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

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

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

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 10px;
    padding: 13.33333px 20px;
    background: #000;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #00629b;
      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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow article {
  padding-left: 100px; }
  .fsCalendar.fsSlideshow article:not(:nth-of-type(1)) .fsDate {
    display: block;
    float: left;
    position: absolute;
    top: 0;
    left: 0; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
#fsBannerLeft .fsElement,
#fsBannerRight .fsElement {
  margin-bottom: 30px; }

.fsElement header .fsElementTitle {
  font-family: "museo-slab", Georgia, serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  text-transform: none; }

.fsElement header p {
  margin-bottom: 0; }

.module {
  margin: 0 0 50px !important;
  padding: 20px;
  color: #fff;
  background-color: #00629b;
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-size: 150%;
  background-image: url("/uploaded/themes/default/images/seal.svg"); }
  .module header {
    text-align: center; }
    .module header .fsElementTitle {
      padding: 0 0 6px;
      font-family: "open-sans-condensed", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }
  .module a {
    color: #fff; }
    .module a:hover {
      color: #007fff; }

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #00f;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #007fff; }
    .fsComposerFormEmbed form .required {
      color: #005c34; }
    .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: #00f;
        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: #007fff;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #005c34 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #ffc845 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "open-sans", 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: currentColor; }

:-moz-placeholder {
  color: currentColor; }

::-moz-placeholder {
  color: currentColor; }

:-ms-input-placeholder {
  color: currentColor; }

/*! 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 10px;
    padding: 13.33333px 20px;
    background: #000;
    color: #fff;
    outline: 0;
    border-radius: 0; }
    .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: #00629b;
      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 10px;
    padding: 13.33333px 20px;
    background: #000;
    color: #fff;
    outline: 0;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover {
      background: #00629b;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    position: relative;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    outline: 0; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    width: 100%; }
  .fsMediaCustomPlayer .caption-title {
    margin-bottom: 0; }
  .fsMediaCustomPlayer .caption-desc p {
    margin-bottom: 10px; }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
  .fsMediaCustomPlayer .caption-desc:empty {
    display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

.fsNews {
  padding-top: 10px; }
  .fsNews article {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d0d3d4; }
    .fsNews article:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  .fsNews .fsThumbnail {
    position: relative;
    display: block;
    margin-bottom: 10px; }
    .fsNews .fsThumbnail img {
      display: block;
      width: 100%;
      height: auto; }
  .fsNews .fsDateTime,
  .fsNews .fsAuthor,
  .fsNews .fsSummary,
  .fsNews .fsBody,
  .fsNews .fsReadMoreLink {
    font-size: 13px;
    line-height: 18px; }

.fsNews.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.fsNews.fsGrid article {
  padding: 0 20px 20px 20px;
  margin-bottom: 20px;
  width: 100%; }
  .fsNews.fsGrid article .fsReadMoreLink {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsNews.fsSlideshow article {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.fsNews.fsPost .fsThumbnail img {
  max-width: 300px; }

.fsSearchSimple {
  display: none;
  width: 100%;
  background: #ffc845; }
  @media (min-width: 700px) {
    #fsHeader .fsSearchSimple {
      display: block;
      height: auto;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease; }
      .search-active #fsHeader .fsSearchSimple {
        max-height: 500px;
        visibility: visible;
        opacity: 1; } }
  #fsMenu .fsSearchSimple {
    display: block;
    padding: 0 20px;
    margin: 0 0 10px 0;
    background: #ffb912; }
    @media (min-width: 700px) {
      #fsMenu .fsSearchSimple {
        display: none; } }
  .fsSearchSimple .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  .fsSearchSimple form {
    position: relative;
    width: 100%;
    color: #000;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px; }
    @media (min-width: 400px) {
      .fsSearchSimple form {
        font-size: 16px; } }
    .fsSearchSimple form:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 16px;
      color: inherit;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 2px solid currentColor; }
  .fsSearchSimple input {
    position: relative;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 20px 20px 20px 45px;
    font-family: "open-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .fsSearchSimple button {
    display: none; }

.gsc-control-cse {
  font-family: "open-sans", sans-serif !important;
  border: none !important;
  background: none !important;
  color: #000 !important; }
  .gsc-control-cse a {
    color: #00f !important; }
    .gsc-control-cse a b {
      color: inherit !important; }
    .gsc-control-cse a:hover {
      color: #007fff !important; }
  .gsc-control-cse div {
    color: inherit !important; }

.gsc-control-cse .gsc-table-result {
  font-family: "open-sans", sans-serif !important; }

.gsc-tabHeader.gsc-tabhInactive {
  border: none !important;
  background: none !important; }

.gsc-tabHeader.gsc-tabhActive {
  border: none !important;
  background: none !important; }

.gsc-tabsArea {
  border: none !important;
  background: none !important; }

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  border: none !important;
  background: none !important; }

/* slick slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%; }

.slick-track {
  zoom: 1;
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:after {
    display: table;
    clear: both;
    content: ''; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  outline: 0;
  z-index: 300;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-slide {
    outline: 0 !important;
    z-index: 300; }

.slick-arrow {
  position: absolute !important;
  top: 50% !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
  display: block;
  height: 80px !important;
  width: 40px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: #1b1b1b !important;
  opacity: 1 !important;
  outline: 0;
  cursor: pointer;
  z-index: 300; }
  .slick-arrow:hover, .slick-arrow:focus {
    background: transparent;
    color: rgba(27, 27, 27, 0.5) !important;
    outline: none; }
    .slick-arrow:hover:before, .slick-arrow:focus:before {
      color: inherit !important; }
  .slick-arrow:before {
    display: block !important;
    height: 80px !important;
    width: 40px !important;
    font-family: "FontAwesome" !important;
    font-size: 40px !important;
    line-height: 80px !important;
    text-align: center !important;
    color: inherit !important; }
  .slick-arrow.slick-prev, .slick-arrow.fsLeftArrow {
    left: 0 !important; }
    .slick-arrow.slick-prev:before, .slick-arrow.fsLeftArrow:before {
      content: "" !important; }
  .slick-arrow.slick-next, .slick-arrow.fsRightArrow {
    right: 0 !important; }
    .slick-arrow.slick-next:before, .slick-arrow.fsRightArrow:before {
      content: "" !important; }
  .slick-arrow.slick-disabled:before {
    display: none; }

.slick-dots {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  width: 100%; }
  .slick-dots, .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .slick-dots li {
    margin: 0;
    padding: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
    outline: 0;
    color: rgba(124, 135, 142, 0.5); }
    .slick-dots li button {
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent;
      display: block;
      height: 15px;
      width: 15px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: rgba(124, 135, 142, 0.5);
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        color: rgba(124, 135, 142, 0.25); }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          content: "";
          font-family: "FontAwesome";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
      .slick-dots li button:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 15px;
        line-height: 15px; }
    .slick-dots li.slick-active button {
      color: rgba(124, 135, 142, 0.95); }
      .slick-dots li.slick-active button:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }

/*! 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 10px;
  padding: 13.33333px 20px;
  background: #000;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .vimeo_view_link a:hover {
    background: #00629b;
    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 10px;
  padding: 13.33333px 20px;
  background: #000;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .Youtube_view_link a:hover {
    background: #00629b;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - social facebook custom - optional partial*/
.facebookCustom {
  margin-bottom: 20px; }

.facebook-post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

/*! elements - social feeds custom - optional partial*/
/*! elements - social twitter custom - optional partial*/
.fsTwitterCustom {
  margin-bottom: 20px; }

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

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

.tweets .timeline-TweetList-tweet {
  zoom: 1; }
  .tweets .timeline-TweetList-tweet:after {
    display: table;
    clear: both;
    content: ''; }

.tweets .timeline-Tweet-brand {
  display: none; }
  .tweets .timeline-Tweet-brand.u-floatRight {
    float: right; }
  .tweets .timeline-Tweet-brand.u-floatLeft {
    float: left; }
  .tweets .timeline-Tweet-brand .Icon--twitter:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.tweets .timeline-Tweet-author {
  zoom: 1;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; }
  .tweets .timeline-Tweet-author:after {
    display: table;
    clear: both;
    content: ''; }
  .tweets .timeline-Tweet-author .TweetAuthor .TweetAuthor-avatar {
    display: block;
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px; }
    .tweets .timeline-Tweet-author .TweetAuthor .TweetAuthor-avatar img {
      width: 100%;
      height: auto; }
  .tweets .timeline-Tweet-author .TweetAuthor .TweetAuthor-name {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #1b1b1b; }
  .tweets .timeline-Tweet-author .TweetAuthor .TweetAuthor-screenName {
    display: block;
    margin: 0;
    padding: 0; }

.tweets .timeline-Tweet-text a.link {
  display: none; }

.tweets .timeline-Tweet-media {
  display: none;
  background: red; }

.tweets .timeline-Tweet-metadata {
  margin-top: 3px;
  float: left;
  font-family: "open-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #1b1b1b;
  text-transform: uppercase; }
  .tweets .timeline-Tweet-metadata .timeline-Tweet-timestamp {
    color: inherit; }
    .tweets .timeline-Tweet-metadata .timeline-Tweet-timestamp abbr {
      border-bottom: none; }

.tweets .timeline-Tweet-actions {
  zoom: 1;
  width: 100%;
  text-align: center; }
  .tweets .timeline-Tweet-actions:after {
    display: table;
    clear: both;
    content: ''; }
  .tweets .timeline-Tweet-actions .timeline-Tweet-action {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 2px; }
    .tweets .timeline-Tweet-actions .timeline-Tweet-action:first-child {
      margin-left: 0; }
    .tweets .timeline-Tweet-actions .timeline-Tweet-action:last-child {
      margin-right: 0; }
    .tweets .timeline-Tweet-actions .timeline-Tweet-action.timeline-ShareMenu:hover .timeline-ShareMenu-container {
      visibility: visible;
      opacity: 1; }
    .tweets .timeline-Tweet-actions .timeline-Tweet-action .TweetAction:before {
      font-size: 16px;
      line-height: 20px; }
    .tweets .timeline-Tweet-actions .timeline-Tweet-action .TweetAction--heart:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .tweets .timeline-Tweet-actions .timeline-Tweet-action .TweetAction--share:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container {
      display: block;
      position: absolute;
      top: 50%;
      left: 20px;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 100%;
      min-width: 120px;
      min-height: 28px;
      padding: 5px;
      margin: 0;
      background: rgba(27, 27, 27, 0.05);
      border-radius: 5px;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease; }
      .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container h3.timeline-ShareMenu-title {
        display: none; }
      .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul {
        zoom: 1;
        text-align: center; }
        .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul:after {
          display: table;
          clear: both;
          content: ''; }
        .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li {
          display: inline-block;
          float: left;
          margin: 0;
          padding: 0 5px; }
          .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li:first-child {
            padding-left: 0; }
          .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li:last-child {
            padding-right: 0; }
          .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a {
            display: block;
            font-size: 0;
            width: 18px;
            height: 18px; }
            .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a:before {
              font-size: 16px;
              line-height: 20px;
              width: 100%;
              height: auto; }
            .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a[href*="twitter"]:before {
              content: "";
              font-family: "FontAwesome";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a[href*="facebook"]:before {
              content: "";
              font-family: "FontAwesome";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a[href*="linkedin"]:before {
              content: "";
              font-family: "FontAwesome";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            .tweets .timeline-Tweet-actions .timeline-Tweet-action .timeline-ShareMenu-container ul li a[href*="tumblr"]:before {
              content: "";
              font-family: "FontAwesome";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }

.vimeoCustom {
  zoom: 1;
  background: transparent;
  margin: 0 auto;
  padding: 0; }
  .vimeoCustom:after {
    display: table;
    clear: both;
    content: ''; }
  .vimeoCustom .vimeo-embed {
    zoom: 1;
    position: relative;
    display: block;
    margin: 0 auto 40px auto;
    width: 100%;
    height: 0;
    padding: 0 0 56.89% 0;
    background: transparent;
    vertical-align: top; }
    .vimeoCustom .vimeo-embed:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 800px) {
      .vimeoCustom .vimeo-embed {
        display: inline-block;
        display: table-cell;
        float: left;
        width: 66.66%;
        margin: 0;
        padding: 0 50px 37.5% 0; } }
    .vimeoCustom .vimeo-embed iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.vimeo-thumbs {
  display: block;
  padding: 0;
  height: auto;
  width: 100%;
  vertical-align: top; }
  .vimeo-thumbs, .vimeo-thumbs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .vimeo-thumbs li {
    margin: 0;
    padding: 0; }
  @media (min-width: 800px) {
    .vimeo-thumbs {
      display: inline-block;
      float: left;
      padding: 0;
      width: 33.33%;
      min-height: 300px;
      max-height: 450px;
      overflow-x: hidden;
      overflow-y: auto;
      display: table-cell; } }
  .vimeo-thumbs ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 800px) {
      .vimeo-thumbs ul {
        padding-left: 20px; } }
  .vimeo-thumbs li {
    display: inline-block;
    position: relative;
    margin: 0 0 5px 0;
    padding: 0;
    height: auto;
    min-height: 150px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 50%;
    float: left;
    border-right: 5px solid #fff; }
    @media (min-width: 800px) {
      .vimeo-thumbs li {
        width: 100%;
        float: none;
        border-right: none; } }
    .vimeo-thumbs li:last-child {
      margin-bottom: 0; }
    .vimeo-thumbs li.vimeo-active .vimeo-title {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      visibility: visible;
      opacity: 1; }
      .vimeo-thumbs li.vimeo-active .vimeo-title a {
        color: #ffc845; }
        .vimeo-thumbs li.vimeo-active .vimeo-title a:hover {
          color: rgba(255, 200, 69, 0.75); }
        .vimeo-thumbs li.vimeo-active .vimeo-title a:before {
          content: "";
          font-family: "FontAwesome";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-right: 6px; }
    .vimeo-thumbs li:hover .vimeo-title {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      visibility: visible;
      opacity: 1; }
    .vimeo-thumbs li a {
      display: block;
      margin: 0;
      padding: 0;
      font-family: "open-sans", sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 24px;
      color: #005c34; }
      .vimeo-thumbs li a:hover {
        color: #00629b; }
    .vimeo-thumbs li .vimeo-title {
      margin: 0;
      padding: 10px;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.75);
      -ms-transform: translate(0, 100%);
      transform: translate(0, 100%);
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease; }
      .vimeo-thumbs li .vimeo-title a {
        color: #fff; }
        .vimeo-thumbs li .vimeo-title a:hover {
          color: rgba(255, 255, 255, 0.75); }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0 0 20px 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin: 0 2px 0 0;
      padding: 0; }
      .fsTabs .fsTabsNav li:first-child {
        padding-left: 0; }
      .fsTabs .fsTabsNav li:last-child {
        padding-right: 0; }
      .fsTabs .fsTabsNav li a {
        font-style: normal;
        font-family: "open-sans-condensed", sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        display: block;
        padding: 12px 0;
        margin: 0;
        color: #7c878e;
        transition: all .3s ease;
        display: block;
        margin: 0;
        padding: 12px 20px;
        border: none;
        background: #e3e4e3;
        color: #7c878e; }
        .fsTabs .fsTabsNav li a:hover {
          background: #d0d3d4;
          color: #7c878e; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #00629b;
        color: #fff; }
  @media (min-width: 600px) {
    .fsTabs .fsPanel > .fsElementContent {
      margin: 0;
      padding: 0;
      border: none; } }

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

.fsPanel > header ~ .fsElementContent {
  display: none; }

.fsPanel.fsStateOpen > header ~ .fsElementContent {
  display: block; }

.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100%;
  padding: 0; }

.home #fsPageContent {
  margin: 0;
  padding: 0; }

.home .fsPageLayout {
  margin: 0;
  padding: 0; }
  .home .fsPageLayout .fsDiv {
    margin: 0;
    padding: 0; }

.home .homepage-slideshow .fsMediaCustomPlayer {
  position: relative; }
  .home .homepage-slideshow .fsMediaCustomPlayer > div {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .home .homepage-slideshow .fsMediaCustomPlayer > div {
        margin-bottom: 0; } }
  @media (min-width: 600px) {
    .home .homepage-slideshow .fsMediaCustomPlayer .slick-dots {
      position: absolute;
      top: 50%;
      right: 20px;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 20px;
      height: auto; } }
  @media (min-width: 600px) and (min-width: 1220px) {
    .home .homepage-slideshow .fsMediaCustomPlayer .slick-dots {
      right: 20px; } }
  @media (min-width: 600px) {
    .home .homepage-slideshow .fsMediaCustomPlayer .slick-dots li {
      display: block;
      margin: 2px 0; } }
  .home .homepage-slideshow .fsMediaCustomPlayer .slick-dots li.slick-active button {
    color: #54585a; }
    @media (min-width: 600px) {
      .home .homepage-slideshow .fsMediaCustomPlayer .slick-dots li.slick-active button {
        color: #fff; } }
  .home .homepage-slideshow .fsMediaCustomPlayer .slick-dots li button {
    color: #d0d3d4; }
    @media (min-width: 600px) {
      .home .homepage-slideshow .fsMediaCustomPlayer .slick-dots li button {
        color: rgba(255, 255, 255, 0.5);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); } }

.home .homepage-slideshow article.home-slide {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 45vw; }
  @media (min-width: 600px) {
    .home .homepage-slideshow article.home-slide:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.25);
      z-index: 0; } }
  .home .homepage-slideshow article.home-slide .home-img {
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible; }
    @media (min-width: 600px) {
      .home .homepage-slideshow article.home-slide .home-img {
        display: none;
        opacity: 0;
        visibility: hidden; } }

.home .homepage-slideshow .caption-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background: none; }
  @media (min-width: 600px) {
    .home .homepage-slideshow .caption-wrapper {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      padding: 20px 50px 20px;
      z-index: 1; } }
  @media (min-width: 1220px) {
    .home .homepage-slideshow .caption-wrapper {
      padding-right: 10px;
      padding-left: 0; } }

.home .homepage-slideshow .caption-inner {
  margin: 0;
  padding: 20px;
  background: #00629b; }
  @media (min-width: 600px) {
    .home .homepage-slideshow .caption-inner {
      float: right;
      padding: 0;
      background: transparent;
      max-width: 320px; } }

.home .homepage-slideshow .caption-title {
  margin-bottom: 10px;
  font-family: "museo-slab", Georgia, serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  text-transform: none; }

.home .homepage-slideshow .caption-desc {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #fff; }
  .home .homepage-slideshow .caption-desc a {
    color: #ffc845; }
    .home .homepage-slideshow .caption-desc a:hover {
      color: #fff; }

.home .fsFourColumnLayout {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  padding: 40px 20px; }
  @media (min-width: 600px) {
    .home .fsFourColumnLayout {
      padding-right: 0;
      padding-left: 0; } }
  .home .fsFourColumnLayout .fsStyleColumn {
    width: 100%; }
    @media (min-width: 600px) {
      .home .fsFourColumnLayout .fsStyleColumn {
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
        float: left;
        width: 50%; } }
    @media (min-width: 1000px) {
      .home .fsFourColumnLayout .fsStyleColumn {
        width: 25%; } }

.home .fsNews header {
  zoom: 1;
  position: relative; }
  .home .fsNews header:after {
    display: table;
    clear: both;
    content: ''; }
  .home .fsNews header .fsElementTitle {
    display: inline-block;
    float: left;
    width: 33.33%; }
  .home .fsNews header .slick-dots {
    display: inline-block !important;
    float: left;
    width: 33.33%;
    line-height: 32px; }
  .home .fsNews header .fsElementHeaderContent {
    display: inline-block;
    float: right;
    width: 33.33%;
    text-align: right;
    line-height: 32px; }
    .home .fsNews header .fsElementHeaderContent a {
      font-family: "open-sans-condensed", sans-serif;
      font-weight: 600;
      font-size: 15px;
      line-height: 20px;
      text-transform: uppercase;
      color: #d0d3d4; }
      .home .fsNews header .fsElementHeaderContent a:hover {
        color: #7c878e; }

.home .fsNews article {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.home .fsCalendar header {
  zoom: 1;
  position: relative; }
  .home .fsCalendar header:after {
    display: table;
    clear: both;
    content: ''; }
  .home .fsCalendar header .fsElementTitle {
    display: inline-block;
    float: left;
    width: 70%; }
  .home .fsCalendar header .fsElementHeaderContent {
    display: inline-block;
    float: left;
    width: 30%;
    text-align: right;
    line-height: 32px; }
    .home .fsCalendar header .fsElementHeaderContent a {
      font-family: "open-sans-condensed", sans-serif;
      font-weight: 600;
      font-size: 15px;
      line-height: 20px;
      text-transform: uppercase;
      color: #d0d3d4; }
      .home .fsCalendar header .fsElementHeaderContent a:hover {
        color: #7c878e; }

.home .mission header {
  margin-bottom: 10px; }
  .home .mission header .fsElementTitle {
    margin-bottom: 0; }
  .home .mission header .fsElementHeaderContent {
    font-family: "museo-slab", Georgia, serif;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    text-transform: none; }

.home .mission .fsElementContent {
  font-size: 13px;
  line-height: 18px; }

.home .mission footer .fsElementFooterContent a {
  display: block;
  padding: 20px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.4);
  font-family: "open-sans-condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #fff; }
  .home .mission footer .fsElementFooterContent a:hover {
    color: #007fff; }

.home .tour-container {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .home .tour-container .fsElementContent {
    position: relative;
    margin: 0;
    padding: 30px 10px;
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 160px; }
    @media (min-width: 700px) {
      .home .tour-container .fsElementContent {
        padding: 30px;
        min-height: 32vw; } }
    .home .tour-container .fsElementContent:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(27, 27, 27, 0.4);
      z-index: -1; }
  .home .tour-container a {
    text-align: center;
    font-size: 150%;
    background: transparent;
    max-width: 100%; }
    @media (min-width: 700px) {
      .home .tour-container a {
        max-width: 400px;
        text-align: right; } }
    .home .tour-container a em {
      font-size: 150%; }

.at-a-glance .fsContainer .fsElement.academic-courses .fsElementContent, .at-a-glance .fsContainer .fsElement.located, .at-a-glance .fsContainer .fsElement.matriculation, .at-a-glance .fsContainer .fsElement.interscholastic strong, .at-a-glance .fsContainer .fsElement.ratio > .fsElementContent, .at-a-glance .fsContainer .fsElement.campus {
  background-color: transparent;
  background-size: inherit;
  background-repeat: no-repeat; }

.at-a-glance .fsContainer .fsElement.founded, .at-a-glance .fsContainer .fsElement.located, .at-a-glance .fsContainer .fsElement.located strong, .at-a-glance .fsContainer .fsElement.interscholastic, .at-a-glance .fsContainer .fsElement.ratio {
  font-family: "open-sans-condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #d0d3d4;
  text-transform: uppercase; }
  @media (min-width: 800px) {
    .at-a-glance .fsContainer .fsElement.founded, .at-a-glance .fsContainer .fsElement.located, .at-a-glance .fsContainer .fsElement.located strong, .at-a-glance .fsContainer .fsElement.interscholastic, .at-a-glance .fsContainer .fsElement.ratio {
      font-size: 26px; } }

.at-a-glance .fsContainer .fsElement.academic-courses, .at-a-glance .fsContainer .fsElement.campus {
  font-family: "museo-slab", Georgia, serif;
  font-size: 24px;
  line-height: 1;
  color: #005c34;
  text-transform: lowercase; }
  @media (min-width: 800px) {
    .at-a-glance .fsContainer .fsElement.academic-courses, .at-a-glance .fsContainer .fsElement.campus {
      font-size: 44px; } }

.at-a-glance .fsContainer .fsElement.intro-text, .at-a-glance .fsContainer .fsElement.ratio strong, .at-a-glance .fsContainer .fsElement.campus strong {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  color: #ffc845;
  text-transform: uppercase; }
  @media (min-width: 800px) {
    .at-a-glance .fsContainer .fsElement.intro-text, .at-a-glance .fsContainer .fsElement.ratio strong, .at-a-glance .fsContainer .fsElement.campus strong {
      font-size: 24px; } }

.at-a-glance .fsContainer .fsElement.academic-courses strong, .at-a-glance .fsContainer .fsElement.matriculation strong {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #00629b; }
  @media (min-width: 800px) {
    .at-a-glance .fsContainer .fsElement.academic-courses strong, .at-a-glance .fsContainer .fsElement.matriculation strong {
      font-size: 40px; } }

.at-a-glance .fsContainer {
  margin: 0 auto 20px;
  padding: 0;
  border: 1px solid #d0d3d4;
  width: 100%;
  height: auto; }
  @media (min-width: 800px) {
    .at-a-glance .fsContainer {
      max-width: 800px; } }
  @media (min-width: 1200px) {
    .at-a-glance .fsContainer {
      position: relative;
      max-width: 1180px;
      min-height: 1120px; } }
  .at-a-glance .fsContainer .fsElementContent {
    zoom: 1; }
    .at-a-glance .fsContainer .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
  .at-a-glance .fsContainer .fsElement {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px;
    text-align: center;
    min-height: 100px;
    width: 100%;
    border-bottom: 1px solid #d0d3d4; }
    @media (min-width: 800px) {
      .at-a-glance .fsContainer .fsElement {
        padding: 20px;
        float: left;
        min-height: 200px; } }
    @media (min-width: 1200px) {
      .at-a-glance .fsContainer .fsElement {
        position: absolute;
        float: none; } }
    .at-a-glance .fsContainer .fsElement > .fsElementContent {
      display: block;
      width: 100%;
      width: calc(100% - 20px);
      height: auto;
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media (min-width: 800px) {
        .at-a-glance .fsContainer .fsElement > .fsElementContent {
          width: 100%;
          width: calc(100% - 40px); } }
    @media (min-width: 800px) {
      .at-a-glance .fsContainer .fsElement.intro-text {
        text-align: left;
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .at-a-glance .fsContainer .fsElement.intro-text {
        top: 0;
        left: 0;
        width: 66.66%;
        height: 20%; } }
    .at-a-glance .fsContainer .fsElement.intro-text strong {
      display: block;
      font-family: "open-sans-condensed", sans-serif;
      font-weight: 600;
      font-size: 32px;
      line-height: 1;
      color: #00629b; }
      @media (min-width: 800px) {
        .at-a-glance .fsContainer .fsElement.intro-text strong {
          font-size: 50px; } }
    @media (min-width: 800px) {
      .at-a-glance .fsContainer .fsElement.founded {
        float: left;
        width: 33.33%;
        border-right: 1px solid #d0d3d4; } }
    @media (min-width: 1200px) {
      .at-a-glance .fsContainer .fsElement.founded {
        top: 20%;
        left: 0;
        width: 25%;
        height: 25%; } }
    .at-a-glance .fsContainer .fsElement.founded strong {
      font-family: "museo-slab", Georgia, serif;
      font-weight: 400;
      font-size: 50px;
      line-height: 1;
      color: #005c34; }
    .at-a-glance .fsContainer .fsElement.academic-courses {
      min-height: 200px; }
      @media (min-width: 800px) {
        .at-a-glance .fsContainer .fsElement.academic-courses {
          float: left;
          width: 66.66%; } }
      @media (min-width: 1200px) {
        .at-a-glance .fsContainer .fsElement.academic-courses {
          top: 20%;
          left: 25%;
          width: 41.66%;
          height: 25%; } }
      .at-a-glance .fsContainer .fsElement.academic-courses .fsElementContent {
        background-position: center bottom;
        background-image: url("/uploaded/themes/default/images/infographics/books.svg");
        padding-bottom: 75px; }
      .at-a-glance .fsContainer .fsElement.academic-courses em {
        display: block;
        font-style: normal;
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        color: #00629b; }
    .at-a-glance .fsContainer .fsElement.located {
      background-position: center center;
      background-image: url("/uploaded/themes/default/images/infographics/map.png");
      background-size: 80%;
      min-height: 320px;
      color: #fff; }
      @media (min-width: 800px) {
        .at-a-glance .fsContainer .fsElement.located {
          float: left;
          width: 66.66%;
          min-height: 300px;
          background-size: 45%;
          border-right: 1px solid #d0d3d4; } }
      @media (min-width: 1200px) {
        .at-a-glance .fsContainer .fsElement.located {
          top: 45%;
          left: 0;
          width: 41.66%;
          height: 35%;
          background-size: 95%; } }
      .at-a-glance .fsContainer .fsElement.located .fsElementContent {
        text-align: center; }
      @media (min-width: 800px) {
        .at-a-glance .fsContainer .fsElement.located {
          font-size: 16px; } }
      .at-a-glance .fsContainer .fsElement.located strong {
        display: block;
        color: #00629b; }
        @media (min-width: 800px) {
          .at-a-glance .fsContainer .fsElement.located strong {
            font-size: 16px; } }
    .at-a-glance .fsContainer .fsElement.matriculation {
      background-position: center center;
      background-image: url("/uploaded/themes/default/images/infographics/college.png");
      min-height: 250px;
      font-size: 0; }
      @media (min-width: 800px) {
        .at-a-glance .fsContainer .fsElement.matriculation {
          float: left;
          width: 33.33%;
          min-height: 300px; } }
      @media (min-width: 1200px) {
        .at-a-glance .fsContainer .fsElement.matriculation {
          top: 45%;
          left: 41.66%;
          width: 25%;
          height: 35%; } }
    .at-a-glance .fsContainer .fsElement.interscholastic {
      min-height: 250px; }
      @media (min-width: 800px) {
        .at-a-glance .fsContainer .fsElement.interscholastic {
          float: left;
          width: 50%;
          min-height: 300px;
          border-right: 1px solid #d0d3d4; } }
      @media (min-width: 1200px) {
        .at-a-glance .fsContainer .fsElement.interscholastic {
          top: 0;
          left: 66.66%;
          width: 33.33%;
          height: 45%;
          border-right: none;
          border-left: 1px solid #d0d3d4; } }
      .at-a-glance .fsContainer .fsElement.interscholastic strong {
        display: block;
        margin-bottom: 10px;
        background-position: center top;
        background-size: contain;
        background-image: url("/uploaded/themes/default/images/infographics/team.svg");
        min-height: 100px;
        font-size: 0; }
      .at-a-glance .fsContainer .fsElement.interscholastic em {
        font-style: normal;
        font-family: "museo-slab", Georgia, serif;
        color: #00629b;
        text-transform: lowercase; }
    .at-a-glance .fsContainer .fsElement.ratio {
      min-height: 300px; }
      @media (min-width: 800px) {
        .at-a-glance .fsContainer .fsElement.ratio {
          float: left;
          width: 50%;
          text-align: left; } }
      @media (min-width: 1200px) {
        .at-a-glance .fsContainer .fsElement.ratio {
          top: 45%;
          left: 66.66%;
          width: 33.33%;
          height: 35%;
          border-left: 1px solid #d0d3d4; } }
      .at-a-glance .fsContainer .fsElement.ratio > .fsElementContent {
        background-size: 100%;
        background-position: center bottom;
        background-size: contain;
        background-image: url("/uploaded/themes/default/images/infographics/people.jpg");
        min-height: 180px; }
      .at-a-glance .fsContainer .fsElement.ratio strong {
        display: block; }
    .at-a-glance .fsContainer .fsElement.campus {
      background-position: right bottom;
      background-image: url("/uploaded/themes/default/images/infographics/landscape.svg");
      border-bottom: none;
      min-height: 125px; }
      @media (min-width: 800px) {
        .at-a-glance .fsContainer .fsElement.campus {
          text-align: left;
          min-height: 200px; } }
      @media (min-width: 1200px) {
        .at-a-glance .fsContainer .fsElement.campus {
          top: 80%;
          left: 0;
          width: 100%;
          height: 20%;
          border-left: 1px solid #d0d3d4; } }
      .at-a-glance .fsContainer .fsElement.campus > .fsElementContent {
        padding-bottom: 65px; }
        @media (min-width: 800px) {
          .at-a-glance .fsContainer .fsElement.campus > .fsElementContent {
            padding-bottom: 100px; } }
      .at-a-glance .fsContainer .fsElement.campus strong {
        display: block; }

.at-a-glance.fsComposeMode .fsContainer .fsElement {
  padding: 0;
  display: block;
  float: none;
  width: 100%;
  height: auto; }
  .at-a-glance.fsComposeMode .fsContainer .fsElement > .fsElementContent {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.campus-map .map-container {
  margin: 0 0 20px;
  width: 100%;
  height: auto; }
  .campus-map .map-container > .fsElementContent {
    position: relative; }
  .campus-map .map-container img {
    display: block;
    width: 100%;
    height: auto; }

.campus-map .map-points {
  display: none; }
  @media (min-width: 600px) {
    .campus-map .map-points {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute !important;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: relative;
      text-align: center;
      font-family: "open-sans", sans-serif;
      font-size: 10px;
      line-height: 20px;
      opacity: 1;
      visibility: visible; } }
  .campus-map .map-points li {
    display: block;
    position: absolute;
    list-style-type: none;
    counter-increment: li;
    z-index: 0;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }
    .campus-map .map-points li:hover {
      z-index: 1; }
    .campus-map .map-points li.pin-1 {
      left: 60.3%;
      bottom: 95.7%; }
    .campus-map .map-points li.pin-2 {
      left: 45.2%;
      bottom: 89.2%; }
    .campus-map .map-points li.pin-3 {
      left: 83.4%;
      bottom: 93.6%; }
    .campus-map .map-points li.pin-4 {
      left: 70.0%;
      bottom: 86.3%; }
    .campus-map .map-points li.pin-5 {
      left: 13.1%;
      bottom: 93.9%; }
    .campus-map .map-points li.pin-6 {
      left: 28.5%;
      bottom: 88.0%; }
    .campus-map .map-points li.pin-7 {
      left: 29.0%;
      bottom: 48.2%; }
    .campus-map .map-points li.pin-8 {
      left: 24.1%;
      bottom: 70.2%; }
    .campus-map .map-points li.pin-9 {
      left: 28.2%;
      bottom: 68.2%; }
    .campus-map .map-points li.pin-10 {
      left: 33.3%;
      bottom: 70.5%; }
    .campus-map .map-points li.pin-11 {
      left: 46.6%;
      bottom: 69.2%; }
    .campus-map .map-points li.pin-12 {
      left: 20.0%;
      bottom: 65.6%; }
    .campus-map .map-points li.pin-13 {
      left: 34.4%;
      bottom: 60.5%; }
    .campus-map .map-points li.pin-14 {
      left: 47.2%;
      bottom: 61.9%; }
    .campus-map .map-points li.pin-15 {
      left: 67.8%;
      bottom: 71.0%; }
    .campus-map .map-points li.pin-16 {
      left: 60.9%;
      bottom: 61.0%; }
    .campus-map .map-points li.pin-17 {
      left: 44.5%;
      bottom: 82.8%; }
    .campus-map .map-points li.pin-18 {
      left: 78.5%;
      bottom: 68.0%; }
    .campus-map .map-points li.pin-19 {
      left: 84%;
      bottom: 63%; }
    .campus-map .map-points li.pin-20 {
      left: 91.8%;
      bottom: 55.6%; }
    .campus-map .map-points li.pin-21 {
      left: 56.9%;
      bottom: 62.8%; }
    .campus-map .map-points li.pin-22 {
      left: 64.7%;
      bottom: 59.4%; }
    .campus-map .map-points li.pin-23 {
      left: 73.1%;
      bottom: 55.5%; }
    .campus-map .map-points li.pin-24 {
      left: 81.5%;
      bottom: 49.6%; }
    .campus-map .map-points li.pin-25 {
      left: 89.7%;
      bottom: 46.8%; }
    .campus-map .map-points li.pin-26 {
      left: 82.2%;
      bottom: 39.6%; }
    .campus-map .map-points li.pin-27 {
      left: 23.7%;
      bottom: 76.5%; }
    .campus-map .map-points li.pin-28 {
      left: 3.8%;
      bottom: 60.6%; }
    .campus-map .map-points li.pin-29 {
      left: 24.6%;
      bottom: 59.1%; }
    .campus-map .map-points li.pin-30 {
      left: 56.8%;
      bottom: 73.6%; }
    .campus-map .map-points li.pin-31 {
      left: 65.1%;
      bottom: 26.4%; }
    .campus-map .map-points li.pin-32 {
      left: 29.3%;
      bottom: 93.9%; }
    .campus-map .map-points li.pin-32-2 {
      left: 17.7%;
      bottom: 80.5%; }
    .campus-map .map-points li.pin-32-3 {
      left: 5.1%;
      bottom: 50.6%; }
    .campus-map .map-points li.pin-32-4 {
      left: 63.8%;
      bottom: 74.8%; }
    .campus-map .map-points li.pin-32-5 {
      left: 52.5%;
      bottom: 65.2%; }
    .campus-map .map-points li.pin-32-6 {
      left: 61.2%;
      bottom: 52.0%; }
    .campus-map .map-points li.pin-32-7 {
      left: 82.5%;
      bottom: 70.0%; }
    .campus-map .map-points li.pin-33 {
      left: 52.5%;
      bottom: 79.0%; }
    .campus-map .map-points li.pin-34 {
      left: 88.8%;
      bottom: 54.7%;
      counter-increment: li -7; }
    .campus-map .map-points li.pin-35 {
      left: 65.2%;
      bottom: 56.2%; }
    .campus-map .map-points li.pin-36 {
      left: 70.3%;
      bottom: 63.8%; }
    .campus-map .map-points li.pin-37 {
      left: 29.2%;
      bottom: 63.8%; }
    .campus-map .map-points li.pin-38 {
      left: 37%;
      bottom: 78.5%; }
    .campus-map .map-points li.pin-1 a:before, .campus-map .map-points li.pin-2 a:before, .campus-map .map-points li.pin-3 a:before, .campus-map .map-points li.pin-4 a:before, .campus-map .map-points li.pin-5 a:before, .campus-map .map-points li.pin-6 a:before, .campus-map .map-points li.pin-7 a:before {
      background: #005c34;
      background: rgba(0, 92, 52, 0.75); }
    .campus-map .map-points li.pin-1 a:hover .map-text, .campus-map .map-points li.pin-2 a:hover .map-text, .campus-map .map-points li.pin-3 a:hover .map-text, .campus-map .map-points li.pin-4 a:hover .map-text, .campus-map .map-points li.pin-5 a:hover .map-text, .campus-map .map-points li.pin-6 a:hover .map-text, .campus-map .map-points li.pin-7 a:hover .map-text {
      background: #005c34;
      background: rgba(0, 92, 52, 0.75); }
    .campus-map .map-points li.pin-8 a:before, .campus-map .map-points li.pin-9 a:before, .campus-map .map-points li.pin-10 a:before, .campus-map .map-points li.pin-11 a:before, .campus-map .map-points li.pin-12 a:before, .campus-map .map-points li.pin-13 a:before, .campus-map .map-points li.pin-14 a:before, .campus-map .map-points li.pin-15 a:before, .campus-map .map-points li.pin-16 a:before {
      background: #ffc845;
      background: rgba(255, 200, 69, 0.75); }
    .campus-map .map-points li.pin-8 a:hover .map-text, .campus-map .map-points li.pin-9 a:hover .map-text, .campus-map .map-points li.pin-10 a:hover .map-text, .campus-map .map-points li.pin-11 a:hover .map-text, .campus-map .map-points li.pin-12 a:hover .map-text, .campus-map .map-points li.pin-13 a:hover .map-text, .campus-map .map-points li.pin-14 a:hover .map-text, .campus-map .map-points li.pin-15 a:hover .map-text, .campus-map .map-points li.pin-16 a:hover .map-text {
      background: #ffc845;
      background: rgba(255, 200, 69, 0.75); }
    .campus-map .map-points li.pin-17 a:before, .campus-map .map-points li.pin-18 a:before, .campus-map .map-points li.pin-19 a:before, .campus-map .map-points li.pin-20 a:before, .campus-map .map-points li.pin-21 a:before, .campus-map .map-points li.pin-22 a:before, .campus-map .map-points li.pin-23 a:before, .campus-map .map-points li.pin-24 a:before, .campus-map .map-points li.pin-25 a:before, .campus-map .map-points li.pin-26 a:before, .campus-map .map-points li.pin-27 a:before, .campus-map .map-points li.pin-28 a:before, .campus-map .map-points li.pin-29 a:before {
      background: #00629b;
      background: rgba(0, 98, 155, 0.75); }
    .campus-map .map-points li.pin-17 a:hover .map-text, .campus-map .map-points li.pin-18 a:hover .map-text, .campus-map .map-points li.pin-19 a:hover .map-text, .campus-map .map-points li.pin-20 a:hover .map-text, .campus-map .map-points li.pin-21 a:hover .map-text, .campus-map .map-points li.pin-22 a:hover .map-text, .campus-map .map-points li.pin-23 a:hover .map-text, .campus-map .map-points li.pin-24 a:hover .map-text, .campus-map .map-points li.pin-25 a:hover .map-text, .campus-map .map-points li.pin-26 a:hover .map-text, .campus-map .map-points li.pin-27 a:hover .map-text, .campus-map .map-points li.pin-28 a:hover .map-text, .campus-map .map-points li.pin-29 a:hover .map-text {
      background: #00629b;
      background: rgba(0, 98, 155, 0.75); }
    .campus-map .map-points li.pin-32 a:before {
      content: 'F';
      border-color: #00629b;
      background: #fff;
      background: rgba(255, 255, 255, 0.75);
      color: #00629b; }
    .campus-map .map-points li.pin-32 a:hover .map-text {
      background: #fff;
      background: rgba(255, 255, 255, 0.75);
      color: #00629b; }
    .campus-map .map-points li.pin-33 a:before {
      content: 'P';
      border-color: #b83a4b;
      background: #fff;
      background: rgba(255, 255, 255, 0.75);
      color: #b83a4b; }
    .campus-map .map-points li.pin-33 a:hover .map-text {
      background: #fff;
      background: rgba(255, 255, 255, 0.75);
      color: #b83a4b; }
    .campus-map .map-points li.pin-34 a:before, .campus-map .map-points li.pin-35 a:before, .campus-map .map-points li.pin-36 a:before, .campus-map .map-points li.pin-37 a:before, .campus-map .map-points li.pin-38 a:before {
      background: rgba(184, 58, 75, 0.75); }
    .campus-map .map-points li.pin-34 a:hover .map-text, .campus-map .map-points li.pin-35 a:hover .map-text, .campus-map .map-points li.pin-36 a:hover .map-text, .campus-map .map-points li.pin-37 a:hover .map-text, .campus-map .map-points li.pin-38 a:hover .map-text {
      background: rgba(184, 58, 75, 0.75); }
  .campus-map .map-points a {
    display: block;
    color: #fff; }
    .campus-map .map-points a:hover {
      color: #fff; }
      .campus-map .map-points a:hover:before {
        background: #ffc845;
        background: rgba(255, 200, 69, 0.75); }
      .campus-map .map-points a:hover .map-text {
        background: #ffc845;
        background: rgba(255, 200, 69, 0.75);
        -ms-transform: scale(1) translate(-50%, -10%);
        transform: scale(1) translate(-50%, -10%);
        opacity: 1;
        visibility: visible; }
    .campus-map .map-points a:before {
      margin: 0;
      padding: 0;
      content: counter(li);
      display: inline-block;
      width: 20px;
      height: 20px;
      font-weight: 700;
      font-size: 12px;
      line-height: 20px;
      border-radius: 5px;
      color: #fff;
      background: #005c34;
      background: rgba(0, 92, 52, 0.75);
      border: 1px solid #fff;
      text-align: center;
      transition: all 0.3s ease; }
  .campus-map .map-points .map-text {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: auto;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    background: transparent;
    -ms-transform: scale(0.95) translate(-50%, 100%);
    transform: scale(0.95) translate(-50%, 100%);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: all 0.3s ease; }

.campus-map .map-key h6 {
  color: #00629b; }

.campus-map .map-names {
  list-style: none;
  font-weight: 700; }
  .campus-map .map-names li:nth-of-type(1) h6 {
    color: #005c34; }
  .campus-map .map-names li:nth-of-type(1) ol li:before {
    background: #005c34; }
  .campus-map .map-names li:nth-of-type(2) h6 {
    color: #ffc845; }
  .campus-map .map-names li:nth-of-type(2) ol li:before {
    background: #ffc845; }
  .campus-map .map-names li:nth-of-type(3) h6 {
    color: #00629b; }
  .campus-map .map-names li:nth-of-type(3) ol li:before {
    background: #00629b; }
  .campus-map .map-names li:nth-of-type(4) ol li:before {
    content: 'F';
    border: 1px solid #00629b;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    color: #00629b; }
  .campus-map .map-names li:nth-of-type(5) ol li:before {
    content: 'P';
    border: 1px solid #b83a4b;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    color: #b83a4b; }
  .campus-map .map-names li:nth-of-type(6) ol {
    counter-increment: li -2; }
    .campus-map .map-names li:nth-of-type(6) ol li:before {
      border: 1px solid #b83a4b;
      background: #b83a4b; }
  .campus-map .map-names ol {
    margin-bottom: 20px;
    font-weight: 400; }
    .campus-map .map-names ol li {
      list-style-type: none;
      counter-increment: li;
      margin-bottom: 2px; }
      .campus-map .map-names ol li:before {
        margin: 0;
        padding: 0;
        content: counter(li);
        display: inline-block;
        width: 20px;
        height: 20px;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        border-radius: 5px;
        color: #fff;
        background: #005c34;
        text-align: center; }
  @media (min-width: 600px) {
    .campus-map .map-names {
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-gap: 0;
      column-gap: 0;
      -moz-column-rule: 0;
      column-rule: 0;
      min-height: initial; }
      .campus-map .map-names li {
        page-break-inside: avoid;
        break-inside: avoid-column; }
      .no-csscolumns .campus-map .map-names li {
        float: left;
        display: block;
        width: 100%;
        vertical-align: top; } }

.map-detail {
  background: transparent;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: auto; }
  .map-detail .fsElementContent,
  .map-detail .fsMediaCustomPlayer,
  .map-detail .slick-list {
    height: 100% !important; }
  .map-detail .fsSlideImage {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    width: 100%;
    min-width: 400px;
    height: auto; }
    .map-detail .fsSlideImage img {
      display: block;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      height: auto; }
  .map-detail .fsCaptionWrapper {
    margin: 0;
    padding: 0;
    background: #000; }
    @media (min-width: 600px) {
      .map-detail .fsCaptionWrapper {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background: rgba(0, 0, 0, 0.5); } }
  .map-detail .fsCaptionInner {
    margin: 0;
    padding: 20px 20px 10px 20px;
    width: 100%;
    height: auto;
    text-align: left;
    color: #fff;
    font-family: "open-sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-shadow: 0 0 2px #000; }
    .map-detail .fsCaptionInner p {
      margin: 0 0 10px 0;
      padding: 0; }
      .map-detail .fsCaptionInner p:last-child {
        margin-bottom: 0; }
  .map-detail .fsSlideTitle {
    display: block;
    margin: 0 0 4px 0;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px; }
  .map-detail .fsSlideDescription {
    display: block;
    margin: 0 0 20px 0;
    padding: 0; }
    .map-detail .fsSlideDescription p {
      margin-bottom: 0; }
  .map-detail .slick-arrow {
    color: #d0d3d4 !important; }
    .map-detail .slick-arrow:hover, .map-detail .slick-arrow:focus {
      color: #7c878e !important; }
  .map-detail .slick-dots {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4px 10px; }
    .map-detail .slick-dots li button {
      color: rbga(#d0d3d4, 0.5); }
      .map-detail .slick-dots li button:hover, .map-detail .slick-dots li button:focus {
        color: rbga(#d0d3d4, 0.75); }
    .map-detail .slick-dots li.slick-active button {
      color: rbga(#d0d3d4, 0.95); }

.map-pop-active {
  overflow: hidden; }

.map-pop-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 92, 52, 0.85);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.5s ease; }
  .map-pop-active .map-pop-container {
    opacity: 1;
    visibility: visible;
    z-index: 500; }
  .map-pop-container .map-pop-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    padding: 30px 20px;
    margin: 0;
    transition: all 0.25s ease; }
  .map-pop-container .map-pop-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; }
    .map-pop-active .map-pop-container .map-pop-inner {
      max-height: 5000px;
      opacity: 1;
      visibility: visible; }
  .map-pop-container .map-close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    max-width: 800px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    text-align: right;
    font-size: 0;
    font-weight: 400; }
    .map-pop-container .map-close:hover {
      cursor: pointer;
      color: rgba(255, 255, 255, 0.75); }
    .map-pop-container .map-close:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      line-height: 30px; }
  .map-pop-container .map-detail {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
    box-shadow: 0 0 2px 2px #1b1b1b; }

.campus-store .campus-store-embed iframe {
  width: 100%;
  height: auto; }

.mashup .fsPageLayout .fsContainer.social [class*="instagramCustom-"] .insta-entry, .mashup .fsPageLayout .fsContainer.social [class*="pinterestCustom-"] .pinterest-entry, .mashup .top-stories .fsListItems article {
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] .facebook-post .read-more:before, .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets .read-more:before, .mashup .fsPageLayout .fsContainer.social [class*="instagramCustom-"] .insta-link:before, .mashup .fsPageLayout .fsContainer.social [class*="pinterestCustom-"] .pinterest-link:before {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  font-size: 30px;
  line-height: 50px;
  color: #fff; }
  .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] .facebook-post .read-more:hover:before, .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets .read-more:hover:before, .mashup .fsPageLayout .fsContainer.social [class*="instagramCustom-"] .insta-link:hover:before, .mashup .fsPageLayout .fsContainer.social [class*="pinterestCustom-"] .pinterest-link:hover:before {
    opacity: 0.85; }

.mashup:not(.fsComposeMode) .fsElementContent header {
  display: none; }

.mashup #fsPageContent {
  max-width: 100% !important; }

.mashup .fsPageTitle {
  text-align: center; }

.mashup #fsHeader .fsContent.hero {
  position: relative;
  height: auto;
  min-height: auto; }
  .mashup #fsHeader .fsContent.hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00629b; }
    @media (min-width: 600px) {
      .mashup #fsHeader .fsContent.hero:before {
        background: rgba(0, 0, 0, 0.35); } }
  .mashup #fsHeader .fsContent.hero > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "open-sans-condensed", sans-serif;
    font-size: 67px;
    line-height: 1; }
    @media (min-width: 600px) {
      .mashup #fsHeader .fsContent.hero > .fsElementContent {
        text-align: right; } }
    @media (min-width: 1220px) {
      .mashup #fsHeader .fsContent.hero > .fsElementContent {
        padding-right: 0;
        padding-left: 0; } }
    .mashup #fsHeader .fsContent.hero > .fsElementContent strong {
      display: block;
      font-weight: 700;
      font-size: 90px; }

.mashup .fsPageLayout .fsContainer.social {
  zoom: 1;
  margin: 0 auto 50px;
  padding: 0;
  width: 100%;
  max-width: 340px; }
  .mashup .fsPageLayout .fsContainer.social:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 600px) {
    .mashup .fsPageLayout .fsContainer.social {
      max-width: 600px; } }
  @media (min-width: 900px) {
    .mashup .fsPageLayout .fsContainer.social {
      max-width: 100%; } }
  .mashup .fsPageLayout .fsContainer.social .fsElement {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-bottom: 5px solid #fff; }
    @media (min-width: 600px) {
      .mashup .fsPageLayout .fsContainer.social .fsElement {
        width: 50%;
        float: left;
        border-right: 5px solid #fff; } }
    @media (min-width: 900px) {
      .mashup .fsPageLayout .fsContainer.social .fsElement {
        width: 33.33%; } }
    @media (min-width: 1200px) {
      .mashup .fsPageLayout .fsContainer.social .fsElement {
        width: 25%; } }
    .mashup .fsPageLayout .fsContainer.social .fsElement > .fsElementContent {
      height: 100%;
      text-align: center; }
  .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] {
    background: #3b5998; }
    .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] > .fsElementContent {
      padding: 10px 30px;
      color: #fff; }
    .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] .fsElementContent .facebook-post {
      display: none; }
    .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"].facebookCustom-1 .fsElementContent .facebook-post:nth-of-type(1) {
      display: block; }
    .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"].facebookCustom-2 .fsElementContent .facebook-post:nth-of-type(2) {
      display: block; }
    .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"].facebookCustom-3 .fsElementContent .facebook-post:nth-of-type(3) {
      display: block; }
    .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] .facebook-post {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      padding-bottom: 20px; }
      .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] .facebook-post:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        display: block;
        width: 100%;
        height: 30px;
        box-shadow: inset 0 -20px 20px 0 #3b5998; }
      .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] .facebook-post .entry-photo {
        display: none; }
      .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] .facebook-post .entry-time {
        font-family: "open-sans-condensed", sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        color: #1b1b1b;
        text-transform: uppercase; }
      .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] .facebook-post .read-more {
        font-size: 0; }
        .mashup .fsPageLayout .fsContainer.social [class*="facebookCustom-"] .facebook-post .read-more:before {
          content: "";
          font-family: "FontAwesome";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          background: #3b5998; }
  .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] {
    background: #00aced; }
    .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] > .fsElementContent {
      padding: 10px 30px;
      color: #fff; }
    .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      padding-bottom: 20px; }
      .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets li.timeline-TweetList-tweet {
        display: none;
        color: #fff;
        height: 100%; }
        .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets li.timeline-TweetList-tweet:after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          display: block;
          width: 100%;
          height: 30px;
          box-shadow: inset 0 -20px 20px 0 #00aced; }
      .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets .timeline-Tweet-metadata {
        float: none; }
      .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets .timeline-Tweet-brand,
      .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets .timeline-Tweet-author,
      .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets .timeline-Tweet-actions {
        display: none; }
      .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets .read-more {
        font-size: 0; }
        .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"] .tweets .read-more:before {
          content: "";
          font-family: "FontAwesome";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          background: #00aced; }
    .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"].twitterCustom-1 .tweets li.timeline-TweetList-tweet:nth-of-type(1) {
      display: block; }
    .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"].twitterCustom-2 .tweets li.timeline-TweetList-tweet:nth-of-type(2) {
      display: block; }
    .mashup .fsPageLayout .fsContainer.social [class*="twitterCustom-"].twitterCustom-3 .tweets li.timeline-TweetList-tweet:nth-of-type(3) {
      display: block; }
  .mashup .fsPageLayout .fsContainer.social [class*="instagramCustom-"] {
    background: #517fa4; }
    .mashup .fsPageLayout .fsContainer.social [class*="instagramCustom-"] .insta-entry {
      padding: 10px;
      box-shadow: inset 0 -10px 0 0 #517fa4; }
    .mashup .fsPageLayout .fsContainer.social [class*="instagramCustom-"] .insta-link {
      font-size: 0; }
      .mashup .fsPageLayout .fsContainer.social [class*="instagramCustom-"] .insta-link:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        background: #517fa4; }
  .mashup .fsPageLayout .fsContainer.social [class*="pinterestCustom-"] {
    background: #cb2027; }
    .mashup .fsPageLayout .fsContainer.social [class*="pinterestCustom-"] .pinterest-entry {
      padding: 10px;
      box-shadow: inset 0 -10px 0 0 #cb2027; }
    .mashup .fsPageLayout .fsContainer.social [class*="pinterestCustom-"] .pinterest-link {
      font-size: 0; }
      .mashup .fsPageLayout .fsContainer.social [class*="pinterestCustom-"] .pinterest-link:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        background: #cb2027; }

.mashup .top-stories {
  margin: 0 auto 50px;
  padding: 0;
  border-top: none; }
  .mashup .top-stories > header {
    text-align: center; }
    .mashup .top-stories > header .fsElementTitle {
      margin-top: 0;
      font-family: "open-sans", sans-serif;
      font-weight: 700;
      font-size: 2.26667em;
      line-height: 1.11765em;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 0.52941em; }
  .mashup .top-stories > footer .fsElementFooterContent {
    text-align: center; }
  .mashup .top-stories .fsElementContent {
    zoom: 1;
    margin-bottom: 20px; }
    .mashup .top-stories .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
  .mashup .top-stories .fsListItems article {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 225px;
    overflow: hidden;
    border-bottom: 5px solid #fff; }
    @media (min-width: 600px) {
      .mashup .top-stories .fsListItems article {
        width: 50%;
        float: left;
        border-right: 5px solid #fff; } }
    @media (min-width: 800px) {
      .mashup .top-stories .fsListItems article {
        height: 350px; } }
    @media (min-width: 900px) {
      .mashup .top-stories .fsListItems article {
        width: 33.33%; } }
    .mashup .top-stories .fsListItems article .fsTitle {
      margin: 0;
      padding: 20px;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      font-family: "open-sans-condensed", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      transition: all 0.3s ease; }
      .mashup .top-stories .fsListItems article .fsTitle:hover {
        background: rgba(0, 0, 0, 0.5); }
      .mashup .top-stories .fsListItems article .fsTitle a {
        color: inherit; }

.mashup .fsContainer.action {
  margin: 0 auto;
  padding: 0; }
  .mashup .fsContainer.action > header {
    text-align: center; }
    .mashup .fsContainer.action > header .fsElementTitle {
      margin-top: 0;
      font-family: "open-sans", sans-serif;
      font-weight: 700;
      font-size: 2.26667em;
      line-height: 1.11765em;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 0.52941em; }
  .mashup .fsContainer.action > footer .fsElementFooterContent {
    text-align: center; }
  .mashup .fsContainer.action .fsElementContent {
    zoom: 1;
    margin-bottom: 20px; }
    .mashup .fsContainer.action .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }

.mashup .j-initialized .feed-item a {
  color: #c5e2ff; }
  .mashup .j-initialized .feed-item a:hover {
    color: #b1cce8; }

.mashup .j-initialized .feed-item.j-twitter {
  background: #00aced !important; }

.mashup .j-initialized .feed-item.j-facebook {
  background: #3b5998 !important; }

.mashup .j-initialized .feed-item.j-instagram {
  background: #517fa4 !important; }

.mashup .j-initialized .j-poster h3,
.mashup .j-initialized .j-poster .j-date,
.mashup .j-initialized .j-message {
  color: #fff; }

.mashup .j-initialized .j-meta a {
  color: #fff !important; }

.colors ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  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: 33.33333%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 16.66667%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 8.33333%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #000;
      color: #000; }
      .colors ol li:nth-of-type(1):after {
        content: "#000"; }
    .colors ol li:nth-of-type(2) {
      background: #005c34;
      color: #005c34; }
      .colors ol li:nth-of-type(2):after {
        content: "#005c34"; }
    .colors ol li:nth-of-type(3) {
      background: #ffc845;
      color: #ffc845; }
      .colors ol li:nth-of-type(3):after {
        content: "#ffc845"; }
    .colors ol li:nth-of-type(4) {
      background: #00629b;
      color: #00629b; }
      .colors ol li:nth-of-type(4):after {
        content: "#00629b"; }
    .colors ol li:nth-of-type(5) {
      background: #b83a4b;
      color: #b83a4b; }
      .colors ol li:nth-of-type(5):after {
        content: "#b83a4b"; }
    .colors ol li:nth-of-type(6) {
      background: #007a33;
      color: #007a33; }
      .colors ol li:nth-of-type(6):after {
        content: "#007a33"; }
    .colors ol li:nth-of-type(7) {
      background: #1b1b1b;
      color: #1b1b1b; }
      .colors ol li:nth-of-type(7):after {
        content: "#1b1b1b"; }
    .colors ol li:nth-of-type(8) {
      background: #54585a;
      color: #54585a; }
      .colors ol li:nth-of-type(8):after {
        content: "#54585a"; }
    .colors ol li:nth-of-type(9) {
      background: #7c878e;
      color: #7c878e; }
      .colors ol li:nth-of-type(9):after {
        content: "#7c878e"; }
    .colors ol li:nth-of-type(10) {
      background: #d0d3d4;
      color: #d0d3d4; }
      .colors ol li:nth-of-type(10):after {
        content: "#d0d3d4"; }
    .colors ol li:nth-of-type(11) {
      background: #00f;
      color: #00f; }
      .colors ol li:nth-of-type(11):after {
        content: "#00f"; }
    .colors ol li:nth-of-type(12) {
      background: #007fff;
      color: #007fff; }
      .colors ol li:nth-of-type(12):after {
        content: "#007fff"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.33333em;
    padding: 0.33333em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "museo-slab", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "museo-slab, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "open-sans", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "open-sans, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "open-sans-condensed", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "open-sans-condensed, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(5):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(6):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 40px / line: 46px"; }

.headers h2:after {
  content: " size: 34px / line: 38px"; }

.headers h3:after {
  content: " size: 26px / line: 30px"; }

.headers h4:after {
  content: " size: 22px / line: 26px"; }

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

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

.home-buttons {
  padding: 0 20px; }
  .home-buttons .fs_style_19 {
    color: white;
    font-size: 24px;
    font-weight: 200;
    padding: 15px 40px;
    width: 100%; }
    @media (min-width: 800px) {
      .home-buttons .fs_style_19 {
        width: auto; } }
    .home-buttons .fs_style_19 a {
      color: white; }

body:not(.fsComposeMode) .home-grid {
  display: block;
  margin: 0; }
  body:not(.fsComposeMode) .home-grid:after {
    content: none; }

body:not(.fsComposeMode) .home-grid .home-grid-container {
  position: relative;
  height: 320px;
  overflow: hidden; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .home-grid .home-grid-container {
      height: 480px; } }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .home-grid .home-grid-container {
      height: 640px; } }
  body:not(.fsComposeMode) .home-grid .home-grid-container:hover .home-grid-image, body:not(.fsComposeMode) .home-grid .home-grid-container:active .home-grid-image {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  body:not(.fsComposeMode) .home-grid .home-grid-container:hover .home-grid-caption, body:not(.fsComposeMode) .home-grid .home-grid-container:active .home-grid-caption {
    background: rgba(0, 92, 52, 0.8); }
    body:not(.fsComposeMode) .home-grid .home-grid-container:hover .home-grid-caption .fsElementContent, body:not(.fsComposeMode) .home-grid .home-grid-container:active .home-grid-caption .fsElementContent {
      max-height: 999px;
      opacity: 1;
      width: 100%; }

body:not(.fsComposeMode) .home-grid .home-grid-container .home-grid-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s; }
  body:not(.fsComposeMode) .home-grid .home-grid-container .home-grid-image .fsElementContent {
    height: 100%; }
    body:not(.fsComposeMode) .home-grid .home-grid-container .home-grid-image .fsElementContent img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

body:not(.fsComposeMode) .home-grid .home-grid-container .home-grid-caption {
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  padding: 20px; }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .home-grid .home-grid-container .home-grid-caption {
      padding: 60px; } }
  body:not(.fsComposeMode) .home-grid .home-grid-container .home-grid-caption .fsElementTitle {
    color: white;
    font-size: 40px;
    text-align: center;
    margin-bottom: 5px;
    font-family: "crimson", serif; }
  body:not(.fsComposeMode) .home-grid .home-grid-container .home-grid-caption .fsElementHeaderContent {
    font-style: italic;
    text-align: center;
    margin-bottom: 5px; }
  body:not(.fsComposeMode) .home-grid .home-grid-container .home-grid-caption .fsElementContent {
    transition: all 0.5s;
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
    body:not(.fsComposeMode) .home-grid .home-grid-container .home-grid-caption .fsElementContent h2 {
      color: white; }

body.fsDraftMode:not(.fsComposeMode) .home-grid .fsElementActionButtonContainer {
  display: none; }

.home-news.fsSlideshow .fsElementTitle {
  padding-left: 48px;
  padding-top: 48px; }

.home-news.fsSlideshow .fsElementSlideshow {
  padding-top: 0;
  margin: 0; }

.home-ranking-banner {
  clear: both; }

.description-callout {
  padding: 40px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto; }
  .description-callout header {
    position: relative;
    margin-bottom: 20px; }
    .description-callout header .fsElementTitle {
      position: relative;
      font-size: 40px;
      line-height: 48px;
      font-family: "crimson", serif;
      background: white;
      color: #007a33;
      z-index: 10;
      display: inline;
      padding: 0 5px; }
      @media (min-width: 800px) {
        .description-callout header .fsElementTitle {
          width: auto;
          font-size: 48px;
          padding: 0 40px; } }
    @media (min-width: 800px) {
      .description-callout header:after {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        background: #ccc; } }
  .description-callout .fsElementContent {
    font-size: 20px;
    line-height: 30px;
    color: #7c878e; }

body:not(.fsComposeMode) .video-tiles {
  position: relative;
  white-space: nowrap;
  overflow: visible;
  width: 100%;
  margin: 0; }
  body:not(.fsComposeMode) .video-tiles header .fsElementTitle {
    font-family: "open-sans", sans-serif;
    text-align: center;
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    padding: 20px;
    color: #00629b; }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .video-tiles header .fsElementTitle {
        padding: 40px;
        padding-top: 96px; } }
  body:not(.fsComposeMode) .video-tiles .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .video-tiles .fsElementContent {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

body:not(.fsComposeMode) .video-tiles .video-tile {
  position: relative;
  height: auto;
  height: 40vw;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .video-tiles .video-tile {
      width: 33%; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .video-tiles .video-tile:hover, body:not(.fsComposeMode) .video-tiles .video-tile:active {
      width: 50%; } }
  body:not(.fsComposeMode) .video-tiles .video-tile:hover .caption .description, body:not(.fsComposeMode) .video-tiles .video-tile:active .caption .description {
    opacity: 1;
    max-height: 999px; }
  body:not(.fsComposeMode) .video-tiles .video-tile video {
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .video-tiles .video-tile video {
        max-width: none; } }
  body:not(.fsComposeMode) .video-tiles .video-tile .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, 0);
    text-align: center; }
    body:not(.fsComposeMode) .video-tiles .video-tile .caption .title {
      font-family: "crimson", serif;
      font-size: 40px; }
    body:not(.fsComposeMode) .video-tiles .video-tile .caption .description {
      transition: all 0.3s;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      font-size: 15px; }
      body:not(.fsComposeMode) .video-tiles .video-tile .caption .description a.fs_style_30 {
        font-size: 15px;
        margin: 10px 0;
        padding: 10px 20px;
        color: white;
        transition: all 0.3s; }
        body:not(.fsComposeMode) .video-tiles .video-tile .caption .description a.fs_style_30:hover {
          opacity: 0.7; }

@font-face {
  font-family: 'bpa-font-icons';
  src: url("/uploaded/themes/default/fonts/bpa-icon-library.eot");
  src: url("/uploaded/themes/default/fonts/bpa-icon-library.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/bpa-icon-library.woff2") format("woff2"), url("/uploaded/themes/default/fonts/bpa-icon-library.woff") format("woff"), url("/uploaded/themes/default/fonts/bpa-icon-library.ttf") format("truetype"), url("/uploaded/themes/default/fonts/bpa-icon-library.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsGrid.bpa-image-slideshow-1 {
  margin-bottom: 50px; }
  .fsGrid.bpa-image-slideshow-1 .fsElementContent {
    max-width: 980px; }
  .fsGrid.bpa-image-slideshow-1 .fsListItems {
    margin: 0 auto;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.2); }
    body:not(.fsComposeMode) .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      height: 580px;
      opacity: 0;
      visibility: hidden; }
  .fsGrid.bpa-image-slideshow-1 article {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: auto; }
    @media (min-width: 700px) {
      .fsGrid.bpa-image-slideshow-1 article {
        padding-top: 64px;
        min-height: calc-vw(580px, 1220px); } }
    @media (min-width: 900px) {
      .fsGrid.bpa-image-slideshow-1 article {
        padding-top: 84px; } }
    @media (min-width: 1220px) {
      .fsGrid.bpa-image-slideshow-1 article {
        min-height: 580px; } }
    .fsGrid.bpa-image-slideshow-1 article .fsTitle {
      margin-top: 0;
      font-family: "open-sans", sans-serif;
      font-weight: 700;
      font-size: 1.73333em;
      line-height: 1.15385em;
      text-transform: uppercase;
      color: #1b1b1b;
      margin-bottom: 0.19231em;
      text-align: center;
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 24px;
      padding-top: 64px; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article .fsTitle {
          width: 50%;
          padding-top: 0; } }
      .fsGrid.bpa-image-slideshow-1 article .fsTitle:after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        bottom: 0;
        width: 40px;
        height: 4px;
        background-color: rgba(0, 0, 0, 0.2); }
      .fsGrid.bpa-image-slideshow-1 article .fsTitle a {
        color: inherit; }
      .fsGrid.bpa-image-slideshow-1 article .fsTitle.fsResourceName {
        display: none; }
    .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
          padding-left: 0;
          padding-right: 0;
          width: calc(50% - 40px);
          margin-left: 20px; } }
      @media (min-width: 900px) {
        .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
          width: calc(50% - 60px);
          margin-left: 30px; } }
    .fsGrid.bpa-image-slideshow-1 article figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article figure {
          display: block; } }
    .fsGrid.bpa-image-slideshow-1 article picture {
      background-size: cover;
      background-position: center;
      display: block;
      width: 100%; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article picture {
          overflow: hidden;
          position: absolute;
          width: 50%;
          height: 100%;
          right: 0;
          top: 0; } }
      .fsGrid.bpa-image-slideshow-1 article picture img {
        display: block;
        width: 100%; }
        @media (min-width: 700px) {
          .fsGrid.bpa-image-slideshow-1 article picture img {
            display: block;
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            white-space: nowrap;
            width: 1px; } }
    .fsGrid.bpa-image-slideshow-1 article figcaption {
      margin-top: 0;
      text-align: center;
      padding: 0 20px 30px;
      color: #000;
      font-family: "open-sans", sans-serif;
      font-size: 15px;
      line-height: 24px;
      font-weight: 400; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption {
          width: 50%;
          padding: 0 20px 72px 20px;
          width: calc(50% - 10px);
          max-height: calc(calc-vw(580px, 1220px) - 44px - 40px);
          overflow: auto; } }
      @media (min-width: 900px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption {
          padding: 0 20px 72px 30px;
          max-height: calc(calc-vw(580px, 1220px) - 44px - 70px); } }
      @media (min-width: 1220px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption {
          max-height: 466px; } }
      .fsGrid.bpa-image-slideshow-1 article figcaption h2 {
        padding-bottom: 0; }
        .fsGrid.bpa-image-slideshow-1 article figcaption h2:before {
          display: none; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
    @media (min-width: 700px) {
      .fsGrid.bpa-image-slideshow-1 article.has-caption {
        position: relative; } }
    @media (min-width: 700px) {
      .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
        content: '';
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #fff 100%);
        height: 100px;
        width: calc(50% - 50px);
        left: 20px;
        bottom: 20px;
        z-index: 10;
        height: 72px; } }
    @media (min-width: 900px) {
      .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
        width: calc(50% - 60px);
        left: 30px;
        bottom: 30px; } }
    .fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
      padding-top: 64px; }
      @media (min-width: 900px) {
        .fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
          padding-top: 84px; } }
    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
          display: block; } }
      .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure {
        -ms-flex-order: 2;
        order: 2; }
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure + .fsTitle {
          margin-bottom: 20px; }
      .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle {
        margin-bottom: 0;
        padding-bottom: 0; }
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle:after {
          display: none; }
    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
      padding-top: 0;
      min-height: auto; }
      .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture {
        width: 100%;
        position: relative;
        height: auto; }
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture img {
          height: auto;
          width: 100%;
          position: relative;
          margin: 0; }
  .fsGrid.bpa-image-slideshow-1 .slick-arrow {
    width: 44px !important;
    height: 44px !important;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.42);
    position: absolute;
    left: 0;
    top: 0 !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 20;
    transition: .3s;
    cursor: pointer;
    color: transparent;
    overflow: hidden;
    white-space: nowrap; }
    .fsGrid.bpa-image-slideshow-1 .slick-arrow:before {
      color: #fff;
      font-size: 24px;
      line-height: 1;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      left: 0;
      width: 100%;
      text-align: center; }
    .fsGrid.bpa-image-slideshow-1 .slick-arrow:hover, .fsGrid.bpa-image-slideshow-1 .slick-arrow:focus {
      background: rgba(0, 0, 0, 0.5);
      transition: .3s; }
    .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-prev:before {
      content: "" !important;
      font-family: "bpa-font-icons" !important;
      font-weight: normal;
      speak: none; }
    .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next {
      left: 45px; }
      .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next:before {
        content: "" !important;
        font-family: "bpa-font-icons" !important;
        font-weight: normal;
        speak: none; }
  .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article,
  .fsBannerRight .fsGrid.bpa-image-slideshow-1 article,
  .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article,
  .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
  .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
  .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
  .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article,
  .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 64px;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    min-height: auto; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
      padding-top: 0; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:before,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article:before,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:before,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article:before,
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article:before {
      display: none; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article .fsTitle {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0;
      margin-left: 0; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figure,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figure,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figure,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article figure,
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-order: 2;
      order: 2; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article figcaption,
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article figcaption {
      padding: 0 20px 30px;
      width: 100%;
      max-height: 100%; }
      .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
        padding-left: 0;
        padding-right: 0; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
    .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
    .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article picture,
    .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article picture {
      width: 100%;
      height: auto;
      position: relative;
      overflow: visible; }
      body.fsComposeMode .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article picture {
        width: 100%; }
      .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
      .wide-left > .fsStyleColumn-last .fsGrid.bpa-image-slideshow-1 article picture img,
      .wide-right > .fsStyleColumn-1 .fsGrid.bpa-image-slideshow-1 article picture img {
        height: auto;
        width: 100%;
        margin: 0;
        position: relative; }
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article,
  .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article,
  .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article {
    min-height: auto; }
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article:before {
      display: none; }
      @media (min-width: 1000px) {
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before,
        .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article:before,
        .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article:before {
          display: block;
          width: calc(50% - 40px);
          left: 20px;
          bottom: 20px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article,
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article {
        min-height: calc-vw(422.71186px, 1220px);
        padding-top: 64px; } }
    @media (min-width: 1220px) {
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article,
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article {
        min-height: 422.71186px; } }
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure,
    .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article figure,
    .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article figure {
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1000px) {
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure,
        .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article figure,
        .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article figure {
          display: block; } }
    @media (max-width: 999px) {
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article picture,
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article picture {
        width: 100%;
        height: auto;
        position: relative; }
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture img,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture img,
        .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article picture img,
        .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article picture img {
          height: auto;
          width: 100%;
          margin: 0;
          position: relative;
          opacity: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 10px 72px 20px;
        max-height: calc(calc-vw(422.71186px, 1220px) - 44px - 40px); } }
    @media (min-width: 1220px) {
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article figcaption {
        max-height: calc(422.71186px - 44px - 40px); } }
    @media (max-width: 999px) {
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article figcaption {
        width: 100%;
        max-height: 100%;
        padding: 0 20px 30px; } }
    @media (max-width: 999px) {
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
      .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
      .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) {
        display: -ms-flexbox;
        display: flex; }
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
        .fsHasTwoColumnWideLeftLayout .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
        .fsHasTwoColumnWideRightLayout .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle {
          margin-left: 0;
          margin-right: 0;
          padding-left: 20px;
          padding-right: 20px;
          width: 100%; } }
  body.fsComposeMode .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) article {
    min-height: auto; }

.fsGrid.bpa-image-slideshow-1.dark .fsListItems {
  border: none; }

.fsGrid.bpa-image-slideshow-1.dark .slick-arrow:before {
  color: #fff !important; }

.fsGrid.bpa-image-slideshow-1.dark article {
  background: #005c34; }
  .fsGrid.bpa-image-slideshow-1.dark article .fsTitle {
    color: #fff; }
    .fsGrid.bpa-image-slideshow-1.dark article .fsTitle:after {
      background-color: rgba(255, 255, 255, 0.2); }
  .fsGrid.bpa-image-slideshow-1.dark article figcaption {
    color: #fff; }
    .fsGrid.bpa-image-slideshow-1.dark article figcaption a {
      color: #fff;
      text-decoration: underline;
      -webkit-text-decoration-style: solid;
      -moz-text-decoration-style: solid;
      text-decoration-style: solid; }
      .fsGrid.bpa-image-slideshow-1.dark article figcaption a:hover, .fsGrid.bpa-image-slideshow-1.dark article figcaption a:focus {
        -webkit-text-decoration-style: dotted;
        -moz-text-decoration-style: dotted;
        text-decoration-style: dotted; }
  .fsGrid.bpa-image-slideshow-1.dark article.has-caption:before {
    background: linear-gradient(180deg, rgba(0, 92, 52, 0) 0%, rgba(0, 92, 52, 0.85) 51.8%, #005c34 100%); }

body:not(.fsComposeMode) .bpa-image-buttons-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  height: 0;
  margin: 0 auto;
  padding: 0 0 100%;
  color: #ffffff;
  background-size: cover;
  background-position: top center;
  text-align: center;
  border-radius: 100%;
  cursor: pointer; }
  body:not(.fsComposeMode) .bpa-image-buttons-1 .image-button-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 2; }
    body:not(.fsComposeMode) .bpa-image-buttons-1 .image-button-content > header {
      margin-bottom: 15px; }
      body:not(.fsComposeMode) .bpa-image-buttons-1 .image-button-content > header h2.fsElementTitle {
        color: #fff;
        margin-bottom: 0; }
      body:not(.fsComposeMode) .bpa-image-buttons-1 .image-button-content > header > .fsElementHeaderContent {
        margin-top: 5px;
        margin-bottom: 0; }
        body:not(.fsComposeMode) .bpa-image-buttons-1 .image-button-content > header > .fsElementHeaderContent p {
          margin-bottom: 0; }
    body:not(.fsComposeMode) .bpa-image-buttons-1 .image-button-content > .fsElementContent {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      height: auto;
      transition: all 0.3s ease-in-out;
      margin-bottom: 15px; }
      body:not(.fsComposeMode) .bpa-image-buttons-1 .image-button-content > .fsElementContent p:last-child {
        margin: 0; }
    body:not(.fsComposeMode) .bpa-image-buttons-1 .image-button-content > footer {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      height: auto;
      transition: all 0.3s ease-in-out; }
      body:not(.fsComposeMode) .bpa-image-buttons-1 .image-button-content > footer > .fsElementFooterContent {
        margin-top: 15px; }
        body:not(.fsComposeMode) .bpa-image-buttons-1 .image-button-content > footer > .fsElementFooterContent p {
          margin: 0; }
  body:not(.fsComposeMode) .bpa-image-buttons-1:hover .image-button-content > .fsElementContent,
  body:not(.fsComposeMode) .bpa-image-buttons-1:hover .image-button-content > footer {
    opacity: 1;
    transition: all 0.8s ease-in-out; }
  body:not(.fsComposeMode) .bpa-image-buttons-1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 50%);
    left: 0;
    transition: 0.3s;
    z-index: 1; }
  body:not(.fsComposeMode) .bpa-image-buttons-1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1; }
  body:not(.fsComposeMode) .bpa-image-buttons-1:hover:after {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    height: 100%; }
  body:not(.fsComposeMode) .bpa-image-buttons-1:hover .image-button-content > .fsElementContent,
  body:not(.fsComposeMode) .bpa-image-buttons-1:hover .image-button-content > footer {
    max-height: 500px; }
  body:not(.fsComposeMode) .bpa-image-buttons-1 > .image-button-content {
    padding: 20px 40px 40px;
    padding-bottom: 15%;
    width: 100%; }
    body:not(.fsComposeMode) .bpa-image-buttons-1 > .image-button-content > header {
      position: relative;
      padding-bottom: 12px; }
      body:not(.fsComposeMode) .bpa-image-buttons-1 > .image-button-content > header:after {
        content: '';
        width: 50px;
        height: 2px;
        background: #ffc845;
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      body:not(.fsComposeMode) .bpa-image-buttons-1 > .image-button-content > header h2.fsElementTitle {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px; }
      body:not(.fsComposeMode) .bpa-image-buttons-1 > .image-button-content > header .fsElementHeaderContent {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase; }
    body:not(.fsComposeMode) .bpa-image-buttons-1 > .image-button-content > .fsElementContent {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500; }
    body:not(.fsComposeMode) .bpa-image-buttons-1 > .image-button-content > footer > .fsElementFooterContent {
      margin-top: 5px; }
      body:not(.fsComposeMode) .bpa-image-buttons-1 > .image-button-content > footer > .fsElementFooterContent a {
        color: #ffffff;
        font-weight: 600; }
        body:not(.fsComposeMode) .bpa-image-buttons-1 > .image-button-content > footer > .fsElementFooterContent a:hover {
          text-decoration: underline; }

body:not(.fsComposeMode) .fsPanel .bpa-image-buttons-1 > .image-button-content {
  padding-left: 15%;
  padding-right: 15%; }
  body:not(.fsComposeMode) .fsPanel .bpa-image-buttons-1 > .image-button-content > .fsElementContent {
    line-height: 1em; }

.bpa-college-slider-1 {
  opacity: 0;
  width: 100%;
  max-width: 100%;
  margin: 50px 0; }
  .bpa-college-slider-1.element-loaded, .bpa-college-slider-1.element-empty {
    opacity: 1; }
  body.fsComposeMode .bpa-college-slider-1 {
    opacity: 1; }
  .bpa-college-slider-1 .js-marquee {
    display: -ms-flexbox;
    display: flex; }
  .bpa-college-slider-1 > .fsElementContent > .fsListItems {
    height: 90px;
    background: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1; }
    .bpa-college-slider-1 > .fsElementContent > .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
    body.fsComposeMode .bpa-college-slider-1 > .fsElementContent > .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      white-space: nowrap; }
    .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource {
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0;
      padding: 0 20px;
      height: 90px;
      position: relative; }
      body.fsComposeMode .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource {
        width: auto; }
      .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource figure {
        display: block;
        margin: auto; }
      .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource img {
        display: block;
        max-height: 90px;
        width: auto;
        opacity: 1; }
      body:not(.fsComposeMode) .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: transparent;
        white-space: nowrap;
        background: transparent;
        transition: .3s; }
        body:not(.fsComposeMode) .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource a:focus {
          box-shadow: inset 0 0 0 1px #00f; }
  .bpa-college-slider-1.dark > .fsElementContent {
    padding: 20px 0;
    background-color: #d0d3d4; }

.videoPhotoSlider {
  display: block; }
  .videoPhotoSlider .muteButton {
    display: none; }

.videoPhotoSlider__slide {
  background-size: cover;
  background-position: center; }
  .videoPhotoSlider__slide video {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100%; }
    @media (min-width: 800px) {
      .videoPhotoSlider__slide video {
        visibility: visible;
        opacity: 1; } }
  .videoPhotoSlider__slide .caption {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: "crimson", serif; }
    .videoPhotoSlider__slide .caption h1 {
      font-size: 3.3em;
      position: relative; }
      .videoPhotoSlider__slide .caption h1:after {
        left: auto;
        right: -60px; }
    .videoPhotoSlider__slide .caption p, .videoPhotoSlider__slide .caption h1,
    .videoPhotoSlider__slide .caption h2,
    .videoPhotoSlider__slide .caption h3,
    .videoPhotoSlider__slide .caption h4,
    .videoPhotoSlider__slide .caption h5,
    .videoPhotoSlider__slide .caption h6 {
      color: white; }
    .videoPhotoSlider__slide .caption h1,
    .videoPhotoSlider__slide .caption h2,
    .videoPhotoSlider__slide .caption h3 {
      font-family: "crimson", serif; }
    @media (min-width: 800px) {
      .videoPhotoSlider__slide .caption {
        display: block; } }
  .videoPhotoSlider__slide .caption-button {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
    .videoPhotoSlider__slide .caption-button:hover {
      color: rgba(255, 255, 255, 0.7); }
    @media (min-width: 800px) {
      .videoPhotoSlider__slide .caption-button {
        display: block;
        top: auto;
        bottom: 80px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.accordion-mix-content .fsAccordion {
  clear: both;
  padding-top: 20px; }

.image-top.nav-utility-hdr .fsElementFooterContent {
  margin-bottom: -26px;
  margin-top: 10px; }
  @media (min-width: 600px) {
    .image-top.nav-utility-hdr .fsElementFooterContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      width: 69%;
      float: right; } }
  @media (min-width: 1240px) {
    .image-top.nav-utility-hdr .fsElementFooterContent {
      margin-right: -50px; } }
  @media (min-width: 1100px) and (max-width: 1199px) {
    .image-top.nav-utility-hdr .fsElementFooterContent {
      margin-right: -10px;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media (min-width: 1200px) and (max-width: 1239px) {
    .image-top.nav-utility-hdr .fsElementFooterContent {
      margin-right: -15px;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

@media (min-width: 1280px) {
  .image-top.nav-utility-hdr a.banner-text {
    font-size: 24px !important;
    line-height: 26px !important; } }

@media (min-width: 1101px) {
  .image-top.nav-utility-hdr a.banner-text {
    position: relative;
    width: 50%;
    font-size: 20px;
    line-height: 22px;
    text-transform: none;
    font-family: "crimson", serif;
    color: #000;
    top: -5px;
    white-space: nowrap; }
  .image-top.nav-utility-hdr a.image-banner {
    background: url(/uploaded/seymourhall3.jpg);
    background-size: cover !important;
    background-position: center 60%;
    height: 71px;
    width: 53% !important;
    position: relative;
    margin-left: -44px; }
    .image-top.nav-utility-hdr a.image-banner:before {
      content: "";
      display: inline-block;
      position: absolute;
      height: 1px;
      width: 1px;
      padding: 36px;
      left: 160px;
      pointer-events: all; } }

@media (min-width: 700px) and (max-width: 1100px) {
  .image-top.nav-utility-hdr a.banner-text {
    position: relative;
    top: -5px;
    width: 100%;
    text-align: right; }
  .image-top.nav-utility-hdr a.image-banner {
    display: none; } }
