 /**
 *
 * The Hotchkiss School - default_16
 * @link hotchkiss.finalsite.com
 * Built By: Lindsey Noble
 * Project Manager: Mike Hartzler
 * Designer: Julianne Hamilton
 *
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  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.6666666667em;
  margin-left: 1.6666666667em;
}

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default_16/fonts//icomoon.eot");
  src: url("/uploaded/themes/default_16/fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_16/fonts//icomoon.woff2") format("woff2"), url("/uploaded/themes/default_16/fonts//icomoon.woff") format("woff"), url("/uploaded/themes/default_16/fonts//icomoon.ttf") format("truetype"), url("/uploaded/themes/default_16/fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.fsAthleticsRosterList .fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle, .spotlight .fsElementFooterContent {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  margin-bottom: 10px;
}
.fsAthleticsRosterList .fsRosterName a, .fsTitle a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a, .spotlight .fsElementFooterContent a {
  color: inherit;
}
.fsAthleticsRosterList .fsRosterName a:hover, .fsTitle a:hover, .fsFacebookFrom a:hover, .fsVimeoTitle a:hover, .fsYoutubeTitle a:hover, .spotlight .fsElementFooterContent a:hover {
  color: #0072c6;
}

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #0f2b5b;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  h1,
  .alpha {
    font-size: 45px;
    line-height: 54px;
  }
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #0072c6;
  margin-bottom: 20px;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fe7365;
  letter-spacing: .05em;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0072c6;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
}

.fsElementHeaderContent > h6:last-child {
  margin-bottom: 20px;
}

p, .fsElementEmpty {
  margin: 0 0 20px;
}

.fsElementContent p:empty {
  margin: 0;
}

hr {
  margin: 0 auto 30px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #0072c6;
  transition: background .3s, color .3s;
}
a:hover {
  color: #aa599f;
}

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

table.styled, .fs_style_27 {
  margin-bottom: 20px;
  width: 100%;
}
table.styled tr, .fs_style_27 tr {
  background-color: #fff;
}
table.styled tr:nth-of-type(odd), .fs_style_27 tr:nth-of-type(odd) {
  background-color: #f6f5f4;
}
table.styled tr:first-child, .fs_style_27 tr:first-child {
  border-top: 1px solid #ccc;
}
table.styled th,
table.styled td, .fs_style_27 th,
.fs_style_27 td {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
table.styled th, .fs_style_27 th {
  padding: 1.6666666667em;
  text-align: left;
  background: #0f2b5b;
  color: #fff;
}
table.styled td, .fs_style_27 td {
  padding: 7px 20px;
}

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #0072c6;
  border: solid 1px #0072c6;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
  text-shadow: none;
}
.fsLoadMoreButton:first-of-type {
  margin-left: 0;
}
.fsLoadMoreButton:last-of-type {
  margin-right: 0;
}
.fsLoadMoreButton:hover {
  background: #fff;
  color: #0072c6 !important;
  transition: .3s;
}

.button, .fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #0072c6;
  border: solid 1px #0072c6;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
}
.button:first-of-type, .fs_style_29:first-of-type {
  margin-left: 0;
}
.button:last-of-type, .fs_style_29:last-of-type {
  margin-right: 0;
}
.button:hover, .fs_style_29:hover {
  background: #fff;
  color: #0072c6 !important;
  transition: .3s;
}

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #83ae5d;
  border: solid 1px #83ae5d;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
}
.fs_style_31:first-of-type {
  margin-left: 0;
}
.fs_style_31:last-of-type {
  margin-right: 0;
}
.fs_style_31:hover {
  background: #fff;
  color: #83ae5d !important;
  transition: .3s;
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #fe7365;
  border: solid 1px #fe7365;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
}
.fs_style_30:first-of-type {
  margin-left: 0;
}
.fs_style_30:last-of-type {
  margin-right: 0;
}
.fs_style_30:hover {
  background: #fff;
  color: #fe7365 !important;
  transition: .3s;
}

.fs_style_28 {
  display: inline-block;
  padding: 20px;
  font-family: "adobe-garamond-pro", Georgia, serif;
  background-color: #7fa4b5;
  color: #fff;
  border: 1px solid #c8c8c8;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
.fs_style_28 strong {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: "nimbus-sans", sans-serif;
  font-weight: normal;
  opacity: .7;
}
.fs_style_28:hover {
  color: #fff;
  background-color: #95866b;
}

#fsBannerRight .fs_style_28, #fsBannerLeft .fs_style_28, .button-block .fs_style_28, .fsStyleColumn .fs_style_28 {
  display: block;
}

.fsFourColumnLayout.image-button-container:first-of-type {
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .fsFourColumnLayout.image-button-container:first-of-type {
    margin-bottom: 0px;
  }
}
@media (min-width: 800px) {
  .fsFourColumnLayout.image-button-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.fsFourColumnLayout.image-button-container > .fsDiv {
  padding: 0 10px;
  margin-bottom: 0;
}
@media (min-width: 500px) {
  .fsFourColumnLayout.image-button-container > .fsDiv {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1000px) {
  .fsFourColumnLayout.image-button-container > .fsDiv {
    width: 25%;
  }
}

.custom-image-button {
  border-radius: 4px;
  background-position: center;
  background-size: cover;
  min-height: 280px;
  position: relative;
  transform: translateZ(0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-image-button > h2 {
  position: absolute;
  color: #fff;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  bottom: 30px;
  left: 0;
  margin-bottom: 0px;
}
.custom-image-button h2 {
  font-size: 24px;
  line-height: 28px;
}
body:not(.fsComposeMode) .custom-image-button {
  margin-bottom: 20px;
}
body:not(.fsComposeMode) .custom-image-button > header {
  padding: 10px 30px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
body:not(.fsComposeMode) .custom-image-button > header h2, body:not(.fsComposeMode) .custom-image-button > header .fsElementHeaderContent {
  color: #fff;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
}
body:not(.fsComposeMode) .custom-image-button > header h2 a, body:not(.fsComposeMode) .custom-image-button > header .fsElementHeaderContent a {
  color: inherit;
  opacity: .8;
  transition: .3s;
  font-weight: 700;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .075em;
  opacity: 0;
  visibility: hidden;
}
body:not(.fsComposeMode) .custom-image-button > header h2 a:after, body:not(.fsComposeMode) .custom-image-button > header .fsElementHeaderContent a:after {
  content: '\e90d';
  font-family: "IcoMoon";
  margin-left: 5px;
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .custom-image-button > header h2 a:after, body:not(.fsComposeMode) .custom-image-button > header .fsElementHeaderContent a:after {
    font-size: 18px;
    line-height: 20px;
  }
}
body:not(.fsComposeMode) .custom-image-button > header h2 a:hover, body:not(.fsComposeMode) .custom-image-button > header .fsElementHeaderContent a:hover {
  opacity: 1;
}
.custom-image-button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 40%, transparent 80%, transparent 100%);
}
body:not(.fsComposeMode) .custom-image-button:hover > h2 {
  opacity: 0;
  visibility: hidden;
}
body:not(.fsComposeMode) .custom-image-button:hover > header {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s;
}
body:not(.fsComposeMode) .custom-image-button:hover > header:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #aa599f;
  opacity: .9;
  background-image: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
body:not(.fsComposeMode) .custom-image-button:hover > header h2 {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
body:not(.fsComposeMode) .custom-image-button:hover > header .fsElementHeaderContent {
  opacity: 1;
  visibility: visible;
  transition: .2s ease-in .15s;
}
body:not(.fsComposeMode) .custom-image-button:hover > header .fsElementHeaderContent a {
  transition: .2s ease-in .3s;
  opacity: .8;
  visibility: visible;
}
body:not(.fsComposeMode) .custom-image-button:hover > header .fsElementHeaderContent a:hover {
  opacity: 1;
  transition: .2s ease-in 0s;
}

/*! content - style manger v0.0.1 */
.font-normal {
  font-weight: normal;
}

.lead-in, .fs_style_24 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  color: #95866b;
  font-family: "adobe-garamond-pro", Georgia, serif;
}

blockquote, .fs_style_25 {
  font-size: 24px;
  line-height: 29px;
  margin: 30px 0;
  padding: 0 20px;
  color: #999;
  font-family: "adobe-garamond-pro", Georgia, serif;
  position: relative;
}
@media (min-width: 600px) {
  blockquote, .fs_style_25 {
    padding: 0 50px;
  }
}
blockquote:before, .fs_style_25:before {
  content: '';
  width: 3px;
  height: calc(100% + 10px);
  position: absolute;
  left: 30px;
  top: -5px;
  background-color: #aa599f;
}
blockquote strong, .fs_style_25 strong {
  display: block;
  text-align: right;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #7fa4b5;
}
blockquote.has-cite:before, .fs_style_25.has-cite:before {
  display: none;
}

.blockquote-inner {
  position: relative;
  margin-bottom: 20px;
}
.blockquote-inner:before {
  content: '';
  width: 3px;
  height: calc(100% + 10px);
  position: absolute;
  left: -20px;
  top: -5px;
  background-color: #aa599f;
}

.fs_style_37 {
  float: left;
  font-size: 100px;
  font-weight: 400;
  line-height: .75;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #7fa4b5;
  margin-right: 5px;
}

.callout, .fs_style_26 {
  padding: 30px 20px;
  margin: 30px 0;
  color: #999;
  text-align: center;
  font-size: 26px;
  line-height: 33px;
  position: relative;
}
@media (min-width: 600px) {
  .callout, .fs_style_26 {
    padding: 30px 50px;
    margin: 50px 0;
  }
}
.callout:before, .callout:after, .fs_style_26:before, .fs_style_26:after {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #83ae5d;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.callout:before, .fs_style_26:before {
  top: 0;
}
.callout:after, .fs_style_26:after {
  bottom: 0;
}

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

.fs_style_32, .fs_style_33, .fs_style_34 {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(0, 73, 108, 0.5);
  line-height: 44px;
  color: transparent;
  text-align: center;
  position: relative;
  width: 44px;
  height: 44px;
  opacity: 0.5;
  margin: 0 auto;
  margin-right: 20px;
}
.fs_style_32:hover, .fs_style_33:hover, .fs_style_34:hover {
  color: transparent;
}
.fs_style_32:hover:before, .fs_style_33:hover:before, .fs_style_34:hover:before {
  width: 100%;
  height: 100%;
  transition: .3s;
}
.fs_style_32:hover:after, .fs_style_33:hover:after, .fs_style_34:hover:after {
  transition: .3s;
}
.fs_style_32:before, .fs_style_33:before, .fs_style_34:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #0c2249;
  border-radius: 100%;
  transition: .3s;
}
.fs_style_32:after, .fs_style_33:after, .fs_style_34:after {
  color: #fff;
  font-family: "IcoMoon";
  position: absolute;
  top: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 19px;
  line-height: 44px;
  transition: .3s;
}

.fs_style_32:after {
  content: '\e909';
}

.fs_style_34:after {
  content: '\e907';
}

.fs_style_33:after {
  content: '\e90a';
}

.fs_style_35 {
  border: solid 1px #ccc;
}

.fs_style_36 {
  font-size: 14px;
  line-height: 17px;
  color: #aa599f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.border-bottom {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
  1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
  2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
  3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
  4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
  5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
    6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*! structure - header v0.0.1 */
.touch .home .header-toggle, .touch .home .utility-container {
  opacity: 1;
  visibility: visible;
}

#fsHeader {
  width: 100%;
  top: 0;
  z-index: 100;
}
@media (min-width: 1000px) {
  #fsHeader {
    position: fixed;
    height: 50px;
    overflow: hidden;
  }
  #fsHeader.search-active {
    overflow: visible;
  }
}

@media (min-width: 1000px) {
  .header-active #fsHeader {
    height: auto;
    overflow: visible;
  }
}

.fsComposeMode #fsHeader {
  position: relative;
}

.top-drawer {
  padding: 0 30px;
  background-color: #0f2b5b;
}
.top-drawer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 50px;
}
@media (min-width: 1440px) {
  .top-drawer > .fsElementContent {
    padding-right: 0;
  }
}

.header-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
  width: 88px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  width: 88px;
  height: 50px;
  top: 0;
  right: 0;
  transition-duration: 0.3s;
}
.header-toggle:after {
  content: 'MENU';
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  letter-spacing: .075em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-toggle .icon-E {
  transition-duration: 0.3s;
  position: absolute;
  height: 2px;
  width: 12px;
  top: 24px;
  background-color: #fff;
  -ms-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
  transition-delay: 0.3s;
  transition-duration: .3s;
  left: 15px;
}
.header-toggle .icon-E:before {
  transition-duration: 0.3s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -4px;
}
.header-toggle .icon-E:after {
  transition-duration: 0.3s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 4px;
}
.header-toggle .icon-X {
  transition-duration: 0.3s;
  position: absolute;
  height: 0px;
  width: 50px;
  top: 24px;
  background-color: #fff;
  -ms-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  left: -5px;
}
.header-toggle .icon-X:before {
  transition-duration: 0.3s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 0;
  transform: rotateZ(45deg) scaleX(1.25) translate(0, 0);
  left: 20px;
}
.header-toggle .icon-X:after {
  transition-duration: 0.3s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 0;
  transform: rotateZ(-45deg) scaleX(1.25) translate(0, 0);
  left: 20px;
}
.header-toggle.open .icon-E {
  transition-duration: 0.3s;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.header-toggle.open .icon-X {
  transition: 0.3s;
  transition-delay: 0.3s;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.header-toggle:hover {
  cursor: pointer;
}

.site-name {
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.site-name p {
  margin-bottom: 0;
}
.site-name a {
  display: block;
  color: transparent;
  font-size: 0;
  width: 125px;
  height: 20px;
  opacity: .8;
}
.svg .site-name a {
  background: url("/uploaded/themes/default_16/images/Hotchkiss_logo-finalsite.svg") no-repeat 0 50%;
}
.site-name a:hover {
  color: transparent;
}

.utility-container .util, .nav-main {
  opacity: 0;
  visibility: hidden;
}

.header-active .utility-container .util, .header-active .nav-main {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.top-drawer, .nav-main {
  display: none;
}
@media (min-width: 1000px) {
  .top-drawer, .nav-main {
    display: block;
  }
}

/*! structure - footer v0.0.1 */
#fsFooter {
  background-color: #0f2b5b;
  border-top: solid 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 900px) {
  #fsFooter {
    padding: 0 20px;
  }
}
@media (min-width: 1000px) {
  #fsFooter {
    padding: 0 30px;
  }
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
}
#fsFooter .fsThreeColumnLayout {
  margin: 0;
}
@media (min-width: 600px) {
  #fsFooter .fsThreeColumnLayout {
    display: -ms-flexbox;
    display: flex;
  }
}
#fsFooter .fsThreeColumnLayout > .fsDiv {
  padding: 0;
}
#fsFooter .fsThreeColumnLayout .fsStyleColumn-1 {
  display: none;
}
@media (min-width: 900px) {
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-1 {
    display: block;
    width: 36.5%;
  }
}
#fsFooter .fsThreeColumnLayout .fsStyleColumn-3 {
  width: 100%;
}
@media (min-width: 600px) {
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-3 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-3 {
    width: 36.5%;
  }
}
#fsFooter .fsThreeColumnLayout .fsStyleColumn-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 600px) {
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-2 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  #fsFooter .fsThreeColumnLayout .fsStyleColumn-2 {
    width: 27%;
  }
}

.footer-resources, .footer-contact, .footer-social {
  color: #aac0d1;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 18px;
}
.footer-resources p, .footer-contact p, .footer-social p {
  margin-bottom: 15px;
}
.footer-resources a, .footer-contact a, .footer-social a {
  color: inherit;
}
.footer-resources a:hover, .footer-contact a:hover, .footer-social a:hover {
  color: #aa599f;
}
.footer-resources .fsElementTitle, .footer-contact .fsElementTitle, .footer-social .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  font-family: "nimbus-sans", sans-serif;
  color: #83ae5d;
  border-bottom: solid 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.footer-resources {
  zoom: 1;
  padding-right: 20px;
}
.footer-resources:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 1000px) {
  .footer-resources {
    padding-right: 50px;
  }
}
.footer-resources .fsElementTitle {
  margin-bottom: 20px;
}
.footer-resources .fsNavLevel1 {
  width: 50%;
  float: left;
}
.footer-resources .fsNavLevel1, .footer-resources .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-resources .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.footer-resources .fsNavLevel1:first-of-type {
  padding-right: 20px;
}
.footer-resources .fsNavLevel1:last-of-type {
  padding-left: 20px;
}
.footer-resources .fsNavLevel1 a {
  display: block;
  padding: 10px 0;
}

.footer-contact {
  text-align: center;
}
.footer-contact:before {
  content: url("/uploaded/themes/default_16/images/seal.svg");
  opacity: .2;
  max-width: 209px;
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}
@media (min-width: 900px) {
  .footer-contact:before {
    max-width: 130px;
  }
}
@media (min-width: 1000px) {
  .footer-contact:before {
    max-width: 209px;
  }
}
.footer-contact .fsElementTitle {
  display: none;
}
.footer-contact h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  font-family: "nimbus-sans", sans-serif;
  padding-bottom: 10px;
  color: #0072c6;
  border-bottom: none;
}

.footer-social {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
@media (min-width: 700px) {
  .footer-social {
    text-align: left;
  }
}
@media (min-width: 800px) {
  .footer-social {
    padding-left: 50px;
  }
}
@media (min-width: 900px) {
  .footer-social {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .footer-social {
    padding-left: 50px;
  }
}
.footer-social ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.footer-social .fsElementTitle {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .footer-social .bottom {
    position: absolute;
    bottom: 60px;
  }
}
@media (min-width: 1340px) {
  .footer-social .bottom {
    bottom: 15px;
  }
}
.footer-social .fs_style_29 {
  border: 1px solid #0c2249;
  background-color: rgba(12, 34, 73, 0.5);
  color: #0072c6;
}
.footer-social .fs_style_29:hover {
  color: #0f2b5b;
  background-color: #83ae5d;
}

.social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 400px) {
  .social-icons {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 600px) {
  .social-icons {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 700px) {
  .social-icons {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.social-icons > li {
  overflow: hidden;
  width: 20%;
  margin-bottom: 15px;
}
@media (min-width: 400px) {
  .social-icons > li {
    width: auto;
  }
}
@media (min-width: 600px) {
  .social-icons > li {
    width: 20%;
  }
}
@media (min-width: 700px) {
  .social-icons > li {
    width: auto;
  }
}
.social-icons > li > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(12, 34, 73, 0.5);
  line-height: 37px;
  color: transparent;
  border: 1px solid #0c2249;
  text-align: center;
  position: relative;
  width: 37px;
  height: 37px;
  margin: 0 auto;
}
.social-icons > li > a:hover {
  color: transparent;
}
.social-icons > li > a:hover:before {
  width: 100%;
  height: 100%;
  transition: .3s;
}
.social-icons > li > a:hover:after {
  color: #aac0d1;
  transition: .3s;
}
.social-icons > li > a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #0c2249;
  border-radius: 100%;
  transition: .3s;
}
.social-icons > li > a:after {
  color: #0072c6;
  font-family: "IcoMoon";
  position: absolute;
  top: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 19px;
  line-height: 35px;
  transition: .3s;
}
.social-icons .facebook a:after {
  content: '\e909';
}
.social-icons .instagram a:after {
  content: '\e907';
}
.social-icons .twitter a:after {
  content: '\e90a';
}
.social-icons .vimeo a:after {
  content: '\e908';
}
.social-icons .flickr a:after {
  content: '\e912';
}
.social-icons .linkedin a:after {
  content: '\e906';
}
.social-icons .youtube a:after {
  content: '\e913';
}

.site-map, .privacy {
  display: inline-block;
}

.site-map {
  border-right: solid 1px #0072c6;
  padding-right: 10px;
  margin-right: 6px;
}

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

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

* {
  box-sizing: border-box;
}

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

html {
  font-family: "nimbus-sans", sans-serif;
  background: #0f2b5b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  background: #0c2249;
}

body {
  font-size: 1.125em;
  line-height: 1.4444444444;
  color: #333333;
}

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

#fsPageBodyWrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  padding-top: 40px;
}
@media (min-width: 600px) {
  #fsPageBodyWrapper {
    padding-right: 1.6666666667em;
    padding-left: 1.6666666667em;
    padding-top: 60px;
  }
}
@media (min-width: 1000px) {
  #fsPageBodyWrapper {
    padding-top: 110px;
  }
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  font-weight: 300;
}

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

.fsPageLayout {
  font-weight: 300;
}
.fsPageLayout > .fsDiv > .fsElement:last-child {
  margin-bottom: 0;
}
.fsPageLayout > .fsDiv > .fsElement:last-child .fsMediaContainer {
  margin-bottom: 0;
}
.fsPageLayout .fsContent {
  margin-bottom: 30px;
}

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

#fsPageContent {
  width: 100% !important;
  float: none !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 66.1016949153% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.2711864407% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 42.3728813559% !important;
  }
}

#fsBannerRight {
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 80px;
    width: 33.8983050847%;
  }
}

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

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

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

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

.fsLayout .fsStyleTwoThirds {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleTwoThirds {
    width: 66.6666666667%;
  }
}
.fsLayout .fsStyleOneThird {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleOneThird {
    width: 33.3333333333%;
  }
}
.fsLayout .fsStyleOneThird > .fsElement {
  margin-bottom: 30px;
}
.fsLayout .fsStyleOneThird > .fsElement:last-child {
  margin-bottom: 0;
}

.fsLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
    width: 66.1016949153%;
    padding-right: 0;
  }
}
.fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird {
    width: 33.8983050847%;
    padding-left: 80px;
  }
}
.fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird > .fsElement {
  margin-bottom: 30px;
}
.fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird > .fsElement:last-child {
  margin-bottom: 0;
}

body:not(.fsDraftMode) .fsTwoColumnLayout.flex-me {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body:not(.fsDraftMode) .fsTwoColumnLayout.flex-me > .fsDiv {
  display: -ms-flexbox;
  display: flex;
}
body:not(.fsDraftMode) .fsTwoColumnLayout.flex-me > .fsDiv > .fsElement {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

#fsPoweredByFinalsite {
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (min-width: 600px) {
  #fsPoweredByFinalsite {
    position: absolute;
    right: 30px;
    bottom: 30px;
    margin: 0;
    padding-bottom: 0;
  }
}

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
}

/*! navigation - main v0.0.1 */
.nav-main {
  position: relative;
  padding: 0 30px;
}
.nav-main:before {
  content: '';
  background-color: #00508a;
  box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.15);
  opacity: .9;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.nav-main ul, .nav-main ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main ul li {
  margin: 0;
  padding: 0;
}
.nav-main > .fsElementContent {
  max-width: 1180px;
  margin: 0 auto;
  text-align: right;
}
.nav-main > .fsElementContent > nav {
  margin-right: -25px;
  display: inline-block;
}
.nav-main > .fsElementContent > nav:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.nav-main > .fsElementContent > nav:hover:before {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.nav-main > .fsElementContent > nav:hover .fsNavLevel1 > li > a {
  color: #0f2b5b;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-main .fsNavLevel1 > li:hover > a:after {
  width: calc(100% - 50px);
  transition: .3s;
}
.nav-main .fsNavLevel1 > li > a {
  padding: 25px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  letter-spacing: .05em;
  position: relative;
}
.nav-main .fsNavLevel1 > li > a:after {
  content: '';
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background-color: #0072c6;
  opacity: .5;
  bottom: 23px;
  width: 0px;
}
.nav-main .fsNavLevel1 > li.fsNavCurrentPage > a:after, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:after {
  width: calc(100% - 50px);
  background-color: #fff;
}
.nav-main > .fsElementContent > nav:hover .fsNavLevel1 > li.fsNavCurrentPage > a:after, .nav-main > .fsElementContent > nav:hover .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:after {
  width: calc(100% - 50px);
  background-color: #0072c6;
}

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  display: none;
  width: 12.2222222222em;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  text-align: left;
  max-width: 1180px;
  padding-bottom: 50px;
  padding-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  padding: 8px 30px 50px;
}
@media (min-width: 1000px) {
  .nav-main .fsNavPageInfo {
    top: calc(100% - 5px);
    padding-top: 13px;
  }
}
@media (min-width: 1240px) {
  .nav-main .fsNavPageInfo {
    padding: 13px 0 50px;
  }
}
.nav-main .fsNavPageInfo:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.nav-main .fsNavPageInfo:after {
  content: url("/uploaded/themes/default_16/images/seal_gray.svg");
  max-width: 200px;
  display: block;
  margin: 0 auto 20px;
  position: absolute;
  z-index: 5;
  left: 30px;
  margin-top: 8px;
  width: 14%;
}
@media (min-width: 1180px) {
  .nav-main .fsNavPageInfo:after {
    width: 16.5%;
  }
}
@media (min-width: 1240px) {
  .nav-main .fsNavPageInfo:after {
    left: 0;
  }
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    opacity: 1;
    visibility: visible;
  }
}
.nav-main .fsNavPageDescription {
  position: relative;
  -ms-flex-order: 3;
  order: 3;
  width: 17%;
  width: 200px;
  margin-left: 20px;
  background-color: #f6f5f4;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  color: #999;
  font-size: 15px;
  line-height: 18px;
  padding: 25px 20px;
  z-index: 5;
}
.nav-main .fsNavPageDescription a {
  display: block;
  color: inherit;
  padding: 10px 0;
}
.nav-main .fsNavPageDescription a:hover {
  color: #333333;
}
.nav-main .fsNavPageDescription a + br {
  display: none;
}
.nav-main .fsNavPageDescription h6 {
  color: #83ae5d;
}
.nav-main .fsNavLevel2 {
  z-index: 5;
  position: relative;
  width: 30.5%;
  vertical-align: top;
  padding: 0 20px;
}
.nav-main .fsNavLevel2 li:last-child a {
  border-bottom: none;
}
.nav-main .fsNavLevel2 a {
  padding: 8px 6px;
  color: #0072c6;
  display: block;
  font-size: 15px;
  line-height: 18px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.nav-main .fsNavLevel2 a:hover {
  color: #aa599f;
}

body .search-toggle {
  margin-right: 2px;
  width: 50px;
}
body .search-toggle:after {
  right: 17px;
}
body .top-drawer > .fsElementContent {
  padding-right: 64px;
}
@media (min-width: 1220px) {
  body .top-drawer {
    padding: 0 140px;
  }
  body .top-drawer > .fsElementContent {
    max-width: none;
    padding-right: 0;
  }
  body .nav-main {
    padding: 0 150px;
  }
  body .nav-main > .fsElementContent {
    max-width: none;
  }
}
body .utility-container .util,
body .utility-container .util.two {
  margin: 0;
}
body.header-active .header-toggle,
body.header-active .search-toggle {
  background-color: #072049;
}
body.header-active .top-drawer {
  background: rgba(12, 87, 142, 0.9);
}
body.header-active .utility-container .fsNavLevel1 > li > a {
  color: white;
}
body.header-active .utility-container .util > header {
  color: white;
}
body.header-active .utility-container .util > header:after {
  content: '';
}
body.header-active .utility-container .util > header a {
  color: white;
}
body.header-active .utility-container .util.two .fsNavLevel1 > li > a {
  border: 0;
}
body.header-active .utility-container .util.two .fsNavLevel1 > li > a:before {
  content: '';
  width: 1px;
  background: #04adee;
  height: 60%;
  top: 20%;
  position: absolute;
  left: 0;
}
body.header-active .utility-container .util.three {
  text-transform: uppercase;
}
body .nav-main:before {
  background: rgba(15, 43, 91, 0.95);
}
@media (min-width: 1300px) {
  body .nav-main .fsNavPageInfo {
    max-width: none;
    padding: 13px 10%;
  }
  body .nav-main .fsNavPageInfo:after {
    left: 10%;
  }
}
body .nav-main .fsNavPageInfo:before {
  background: rgba(255, 255, 255, 0.9);
}
body .nav-main .fsNavLevel1 > li > a {
  padding: 17px 25px;
}
body .nav-main .fsNavLevel1 > li > a:after {
  bottom: 18px;
}
body .nav-main .fsElementContent > nav:hover:before {
  opacity: 0;
  visibility: hidden;
}
body .nav-main .fsElementContent > nav:hover .fsNavLevel1 > li > a {
  color: white;
}
body .nav-main .fsElementContent > nav:hover .fsNavLevel1 > li > a:after {
  background-color: #02aef0;
}

/*! navigation - off-canvas v0.0.1 */
.mobile-menu {
  display: block;
}
@media (min-width: 1000px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .site-name {
  background-color: #0f2b5b;
  padding: 0;
  display: block;
  height: 50px;
}
.mobile-menu .site-name > .fsElementContent {
  display: inline-block;
  padding: 15px 0 15px 10px;
}
@media (min-width: 320px) {
  .mobile-menu .site-name > .fsElementContent {
    padding: 15px 0 15px 20px;
  }
}

.nav-drawer .fsNavPageInfo {
  display: none;
}
.nav-drawer .fsNavigation li {
  position: relative;
}
.nav-drawer .fsNavigation .fsNavLevel1 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-drawer .fsNavigation .fsNavLevel1 > li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  position: relative;
}
.nav-drawer .fsNavigation .fsNavLevel1 > li > a {
  display: block;
  padding: 10px 20px;
}
.nav-drawer .fsNavigation .fsNavLevel1 > li > a:hover {
  color: #aa599f;
}
.nav-drawer .fsNavigation .fsNavLevel1 > li.fsNavParentPage > a {
  width: calc(100% - 50px);
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.nav-drawer .fsNavigation .fsNavLevel2, .nav-drawer .fsNavigation .fsNavLevel3, .nav-drawer .fsNavigation .fsNavLevel4, .nav-drawer .fsNavigation .fsNavLevel5 {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #111;
  font-size: 15px;
  line-height: 19px;
}
.nav-drawer .fsNavigation .fsNavLevel2 a, .nav-drawer .fsNavigation .fsNavLevel3 a, .nav-drawer .fsNavigation .fsNavLevel4 a, .nav-drawer .fsNavigation .fsNavLevel5 a {
  color: #999;
}
.nav-drawer .fsNavigation .fsNavLevel2 a:hover, .nav-drawer .fsNavigation .fsNavLevel3 a:hover, .nav-drawer .fsNavigation .fsNavLevel4 a:hover, .nav-drawer .fsNavigation .fsNavLevel5 a:hover {
  color: #fff;
}
.nav-drawer .fsNavigation .fsNavLevel2 > li > a, .nav-drawer .fsNavigation .fsNavLevel3 > li > a, .nav-drawer .fsNavigation .fsNavLevel4 > li > a, .nav-drawer .fsNavigation .fsNavLevel5 > li > a {
  display: block;
  padding: 10px 20px;
  height: 40px;
}
.nav-drawer .fsNavigation .fsNavLevel2 > li.fsNavParentPage > a, .nav-drawer .fsNavigation .fsNavLevel3 > li.fsNavParentPage > a, .nav-drawer .fsNavigation .fsNavLevel4 > li.fsNavParentPage > a, .nav-drawer .fsNavigation .fsNavLevel5 > li.fsNavParentPage > a {
  width: calc(100% - 50px);
}
.nav-drawer .fsNavigation .fsNavLevel2 > li.fsNavCurrentPage > a, .nav-drawer .fsNavigation .fsNavLevel3 > li.fsNavCurrentPage > a, .nav-drawer .fsNavigation .fsNavLevel4 > li.fsNavCurrentPage > a, .nav-drawer .fsNavigation .fsNavLevel5 > li.fsNavCurrentPage > a {
  color: #aa599f;
}
.nav-drawer .fsNavigation .fsNavLevel2 {
  border-top: solid 1px #393939;
  padding: 10px 0;
}
.nav-drawer .fsNavigation .fsNavLevel3 > li > a {
  padding-left: 40px;
}
.nav-drawer .fsNavigation .fsNavLevel4 > li > a {
  padding-left: 60px;
}
.nav-drawer .fsNavigation .fsNavLevel5 > li > a {
  padding-left: 80px;
}
.nav-drawer .fsNavigation.util {
  font-size: 15px;
  line-height: 19px;
}
.nav-drawer .fsNavigation.util.one .fsNavLevel1 > li > a {
  color: #83ae5d;
}
.nav-drawer .fsNavigation.util.two .fsNavLevel1 > li > a {
  color: #fe7365;
}
.nav-drawer .fsNavigation.util.three .fsNavLevel1 > li > a {
  color: #7fa4b5;
}
.nav-drawer .fsNavigation.util .mobile-toggle:before {
  line-height: 38px;
}

.nav-mobile .fsNavLevel1 > li > a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.mobile-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 45px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: transparent;
}
.mobile-toggle:before {
  content: '\e901';
  font-family: "IcoMoon";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #999;
  font-size: 24px;
  line-height: 43px;
  top: 0;
}

.nav-drawer .open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before, .nav-drawer .fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before {
  content: '\e914';
  margin-top: 1px;
}
.nav-drawer .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo, .nav-drawer .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo {
  display: block !important;
}
.nav-drawer .fsNavLevel2 .mobile-toggle {
  height: 40px;
}
.nav-drawer .fsNavLevel2 .mobile-toggle:before {
  font-size: 20px;
  line-height: 40px;
}

.drawer-ribbon {
  position: relative;
  height: 50px;
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}

.nav-drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 50px;
  background: #222222;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.header-active .nav-drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  background-color: #f6f5f4;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 30px;
}
.nav-sub > .fsElementContent {
  overflow: hidden;
}
.nav-sub > .fsElementContent, .nav-sub > .fsElementContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub > .fsElementContent li {
  margin: 0;
  padding: 0;
}
.nav-sub a, .nav-sub span.back {
  font-size: 16px;
  line-height: 19px;
  color: #999;
  font-weight: normal;
  display: block;
  padding: 10px 40px 10px 20px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}
.nav-sub a:hover, .nav-sub span.back:hover {
  color: #333;
}
.nav-sub li:hover .next-nav {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.nav-sub li:last-child > a {
  border-bottom: none;
}
.nav-sub.default li a {
  padding: 10px 20px;
}
.nav-sub.default li a:hover {
  color: #333;
}
.nav-sub.default .fsNavCurrentPageAncestor a {
  color: #999;
  border-bottom: 1px solid #cccccc;
}
.nav-sub.default .fsNavCurrentPage a {
  color: #333;
}
.nav-sub.sectional .fsNavLevel1 > li {
  display: none;
}
.nav-sub.sectional .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub.sectional .fsNavLevel1 > li.fsNavCurrentPageAncestor {
  display: block;
}
.nav-sub.sectional .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-sub.sectional .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  border-bottom: solid 1px #ccc;
}
.nav-sub.sectional .fsNavLevel1 > li.fsNavCurrentPage > .fsNavPageInfo a, .nav-sub.sectional .fsNavLevel1 > li.fsNavCurrentPageAncestor > .fsNavPageInfo a {
  padding-left: 35px;
}
.nav-sub.sectional .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #999;
}
.nav-sub.sectional .fsNavLevel2 > li.fsNavCurrentPage > .fsNavPageInfo a, .nav-sub.sectional .fsNavLevel2 > li.fsNavCurrentPageAncestor > .fsNavPageInfo a {
  padding-left: 50px;
}
.nav-sub.sectional .fsNavLevel2 > li > .fsNavPageInfo a {
  padding-left: 50px;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a {
  display: block;
  position: relative;
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #333;
}
.nav-sub .fsNavLevel2 > li > a {
  display: block;
}
.nav-sub > header {
  display: block;
  position: relative;
}
.nav-sub > header:before {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  position: absolute;
  left: -1px;
  top: -1px;
  background-color: #0072c6;
  display: block;
  border-radius: 4px 4px 0 0;
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 15px 20px;
  cursor: pointer;
  background: #0072c6;
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: left;
  transition: .3s;
}
.nav-sub > header .fsElementTitle > a {
  border: none;
  color: inherit;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 0;
}
.nav-sub > header .fsElementTitle > a:hover {
  opacity: .7;
  transition: .3s;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}

.library-nav {
  margin-top: -40px;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .library-nav {
    margin-bottom: 60px;
  }
}
.library-nav .fsNavLevel1 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 800px) {
  .library-nav .fsNavLevel1 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
  }
}
@media (min-width: 1000px) {
  .library-nav .fsNavLevel1 {
    margin: 0 -10px;
    height: 180px;
  }
}
.library-nav .fsNavLevel1 > li {
  width: calc(50% - 5px);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  transition: .3s;
  margin-bottom: 10px;
}
@media (min-width: 400px) {
  .library-nav .fsNavLevel1 > li {
    width: calc(33.33% - 7px);
  }
}
@media (min-width: 800px) {
  .library-nav .fsNavLevel1 > li {
    width: 16.6666%;
    margin: 0 5px;
  }
}
@media (min-width: 1000px) {
  .library-nav .fsNavLevel1 > li {
    margin: 0 10px;
  }
}
@media (min-width: 800px) {
  .library-nav .fsNavLevel1 > li:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: .3s;
  }
}
.library-nav .fsNavLevel1 > li > a {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0072c6;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 0;
  color: #7fa4b5;
  padding: 20px 10px;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1000px) {
  .library-nav .fsNavLevel1 > li > a {
    padding: 20px;
    font-size: 15px;
    line-height: 18px;
  }
}
.library-nav .fsNavLevel1 > li > a:before {
  content: '\e91a';
  display: block;
  font-family: "IcoMoon";
  font-size: 32px;
  line-height: 1;
  color: #0f2b5b;
  font-weight: normal;
  margin-bottom: 10px;
  transition: .3s;
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 600px) {
  .library-nav .fsNavLevel1 > li > a:before {
    font-size: 48px;
  }
}
@media (min-width: 1000px) {
  .library-nav .fsNavLevel1 > li > a:before {
    font-size: 67px;
  }
}
.library-nav .fsNavLevel1 > li > a:hover:before {
  color: #0072c6;
  transition: .3s;
}
.library-nav .fsNavLevel1 > li.fsNavCurrentPage {
  -ms-transform: scale(1);
  transform: scale(1);
}
.library-nav .fsNavLevel1 > li.fsNavCurrentPage > a {
  background-color: #0072c6;
  color: #fff;
}
.library-nav .fsNavLevel1 > li.fsNavCurrentPage > a:before {
  color: #fff;
  -ms-transform: scale(1);
  transform: scale(1);
}
.library-nav .fsNavLevel1 > li:nth-child(2) > a:before {
  content: '\e91b';
}
.library-nav .fsNavLevel1 > li:nth-child(3) > a:before {
  content: '\e919';
}
.library-nav .fsNavLevel1 > li:nth-child(4) > a:before {
  content: '\e91c';
}
.library-nav .fsNavLevel1 > li:nth-child(5) > a:before {
  content: '\e91d';
}
.library-nav .fsNavLevel1 > li:nth-child(6) > a:before {
  content: '\e91e';
}

.college-advising-nav {
  margin-top: -40px;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .college-advising-nav {
    margin-bottom: 60px;
  }
}
.college-advising-nav .fsNavLevel1 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 980px) {
  .college-advising-nav .fsNavLevel1 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
  }
}
@media (min-width: 1000px) {
  .college-advising-nav .fsNavLevel1 {
    margin: 0 -10px;
    height: 180px;
  }
}
.college-advising-nav .fsNavLevel1 > li {
  width: calc(50% - 10px);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  transition: .3s;
  margin: 0 5px 10px;
}
@media screen and (min-width: 400px) and (max-width: 599px) {
  .college-advising-nav .fsNavLevel1 > li:first-child, .college-advising-nav .fsNavLevel1 > li:nth-child(2), .college-advising-nav .fsNavLevel1 > li:nth-child(3) {
    width: calc(33.333% - 10px);
  }
}
@media (min-width: 600px) {
  .college-advising-nav .fsNavLevel1 > li {
    width: calc(25% - 10px);
    margin: 0 5px 10px;
  }
}
@media (min-width: 980px) {
  .college-advising-nav .fsNavLevel1 > li {
    width: 14.2857%;
    margin: 0 5px;
  }
}
@media (min-width: 1100px) {
  .college-advising-nav .fsNavLevel1 > li {
    margin: 0 10px;
  }
}
@media (min-width: 980px) {
  .college-advising-nav .fsNavLevel1 > li:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: .3s;
  }
}
.college-advising-nav .fsNavLevel1 > li > a {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0072c6;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 0;
  color: #7fa4b5;
  padding: 20px 10px;
  font-size: 11px;
  line-height: 14px;
}
@media (min-width: 600px) {
  .college-advising-nav .fsNavLevel1 > li > a {
    font-size: 12px;
  }
}
@media (min-width: 1000px) {
  .college-advising-nav .fsNavLevel1 > li > a {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 1220px) {
  .college-advising-nav .fsNavLevel1 > li > a {
    padding: 10px;
    font-size: 15px;
    line-height: 18px;
  }
}
.college-advising-nav .fsNavLevel1 > li > a:before {
  content: '\e922';
  display: block;
  font-family: "IcoMoon";
  font-size: 32px;
  line-height: 1;
  color: #0f2b5b;
  font-weight: normal;
  margin-bottom: 10px;
  transition: .3s;
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 600px) {
  .college-advising-nav .fsNavLevel1 > li > a:before {
    font-size: 48px;
  }
}
@media (min-width: 1000px) {
  .college-advising-nav .fsNavLevel1 > li > a:before {
    font-size: 67px;
  }
}
.college-advising-nav .fsNavLevel1 > li > a:hover:before {
  color: #0072c6;
  transition: .3s;
}
.college-advising-nav .fsNavLevel1 > li.fsNavCurrentPage {
  -ms-transform: scale(1);
  transform: scale(1);
}
.college-advising-nav .fsNavLevel1 > li.fsNavCurrentPage > a {
  background-color: #0072c6;
  color: #fff;
}
.college-advising-nav .fsNavLevel1 > li.fsNavCurrentPage > a:before {
  color: #fff;
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 1000px) {
  .college-advising-nav .fsNavLevel1 > li:first-child > a:before {
    font-size: 96px;
    line-height: 54px;
    margin-bottom: 20px;
  }
}
.college-advising-nav .fsNavLevel1 > li:nth-child(2) > a:before {
  content: '\e923';
}
@media (min-width: 1000px) {
  .college-advising-nav .fsNavLevel1 > li:nth-child(2) > a:before {
    font-size: 89px;
    margin-top: -25px;
    margin-bottom: 15px;
  }
}
.college-advising-nav .fsNavLevel1 > li:nth-child(3) > a:before {
  content: '\e921';
}
@media (min-width: 1000px) {
  .college-advising-nav .fsNavLevel1 > li:nth-child(3) > a:before {
    font-size: 85px;
    line-height: 60px;
    margin-bottom: 15px;
  }
}
.college-advising-nav .fsNavLevel1 > li:nth-child(4) > a:before {
  content: '\e924';
}
@media (min-width: 1000px) {
  .college-advising-nav .fsNavLevel1 > li:nth-child(4) > a:before {
    margin-bottom: 15px;
    font-size: 60px;
  }
}
.college-advising-nav .fsNavLevel1 > li:nth-child(5) > a:before {
  content: '\e91f';
}
@media (min-width: 1000px) {
  .college-advising-nav .fsNavLevel1 > li:nth-child(5) > a:before {
    font-size: 92px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}
.college-advising-nav .fsNavLevel1 > li:nth-child(6) > a:before {
  content: '\e920';
}
@media (min-width: 1000px) {
  .college-advising-nav .fsNavLevel1 > li:nth-child(6) > a:before {
    font-size: 79px;
    margin-bottom: 20px;
    margin-top: -10px;
  }
}
.college-advising-nav .fsNavLevel1 > li:nth-child(7) > a:before {
  content: '\e91b';
}
@media (min-width: 1000px) {
  .college-advising-nav .fsNavLevel1 > li:nth-child(7) > a:before {
    margin-bottom: 15px;
  }
}

body[data-pageid="132"] .college-advising-nav .fsNavLevel1 > li:first-child > a {
  background-color: #0072c6;
  color: #fff;
}
body[data-pageid="132"] .college-advising-nav .fsNavLevel1 > li:first-child > a:before {
  color: #fff;
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Required styles; changing these may break the menu */
.slinky-menu nav {
  transform: translateZ(0);
  position: initial;
}

.slinky-menu > ul {
  left: 0;
  position: relative;
}

.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}

.slinky-menu ul {
  width: 100%;
  background-color: #f6f5f4;
}

.slinky-menu li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.slinky-menu li.on ul {
  transition: .3s ease-in .05s;
  margin-left: 0 !important;
  opacity: 1;
  visibility: visible;
}

.slinky-menu a {
  display: block;
  width: calc(100% - 40px);
  border-bottom: none;
}

.slinky-menu li ul {
  left: 0 !important;
  position: fixed;
  top: 0;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  display: block !important;
}
.slinky-menu li ul.on {
  left: 0;
}

.slinky-menu ul[class*="fsNavLevel"].on {
  opacity: 1;
  visibility: visible;
}

/* Default theme */
.slinky-menu .next-nav:after {
  content: '\e90d';
  font-family: "IcoMoon";
  width: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0072c6;
  transition: .3s;
}
.slinky-menu .next-nav:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  background-color: rgba(0, 114, 198, 0.1);
  border-left: solid 1px #ccc;
  transition: .3s;
}
.no-touch .slinky-menu .next-nav:hover:before {
  background-color: #0072c6;
  transition: .3s;
}
.no-touch .slinky-menu .next-nav:hover:after {
  color: #fff;
  transition: .3s;
}

.next-nav {
  position: absolute;
  width: 40px;
  height: 40px;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
}

.slinky-menu span.back {
  color: #fe7365;
}
.slinky-menu span.back:hover {
  color: #0072c6;
}
.slinky-menu span.back:before {
  content: '\e90c';
  font-family: "IcoMoon";
  margin-right: 1em;
  float: left;
  color: #0072c6;
}

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

/* Navigation - Utility Container v0.0.1 */
.utility-container {
  height: 50px;
}
.utility-container > .fsElementContent {
  height: 100%;
  padding-right: 40px;
}
@media (min-width: 1330px) {
  .utility-container > .fsElementContent {
    padding-right: 0;
  }
}
.utility-container .util {
  display: inline-block;
}
.utility-container .util, .utility-container .util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.utility-container .util li {
  margin: 0;
  padding: 0;
}
.utility-container .util .fsNavLevel1 {
  zoom: 1;
}
.utility-container .util .fsNavLevel1:after {
  display: table;
  clear: both;
  content: '';
}
.utility-container .util .fsNavLevel1 > li {
  float: left;
}
.utility-container .util .fsNavLevel1 > li > a {
  font-size: 15px;
  color: #aac0d1;
  padding: 0px 14px;
  line-height: 50px;
}
@media (min-width: 1100px) {
  .utility-container .util .fsNavLevel1 > li > a {
    padding: 0px 20px;
  }
}
.utility-container .util .fsNavLevel1 > li:hover > a {
  color: #fff;
}
.utility-container .util .fsNavLevel1 > li.fsNavParentPage > a {
  position: relative;
}
.utility-container .util .fsNavLevel1 > li.fsNavParentPage > a:after {
  content: '\e90b';
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  font-family: "IcoMoon";
  text-shadow: 0 -1px 0 black;
  color: #0072c6;
  line-height: 5px;
  font-size: 15px;
}
.utility-container .util .fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.utility-container .util .fsNavLevel1 .fsNavPageInfo {
  position: absolute;
  width: 200px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
}
.utility-container .util .fsNavLevel2 {
  padding: 10px 0;
}
.utility-container .util .fsNavLevel2 > li {
  display: block;
}
.utility-container .util .fsNavLevel2 > li > a {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 18px;
}
.utility-container .util ul li {
  display: inline-block;
}
.utility-container .util ul li a {
  padding: 0em 0em;
  display: block;
}
@media (min-width: 1130px) {
  .utility-container .util.two {
    margin: 0 25px;
  }
}
.utility-container .util.two .fsNavLevel1 > li {
  position: relative;
}
.utility-container .util.two .fsNavLevel1 > li > a {
  font-size: 13px;
  text-transform: uppercase;
  border-left: solid 1px rgba(0, 0, 0, 0.3);
  letter-spacing: .075em;
}
.utility-container .util.two .fsNavLevel1 > li:last-child > a {
  border-right: solid 1px rgba(0, 0, 0, 0.3);
}
.utility-container .util.two .fsNavLevel1 .fsNavPageInfo {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.utility-container .util.four, .utility-container .util.three {
  vertical-align: top;
}
.utility-container .util.four > header, .utility-container .util.three > header {
  display: inline-block;
  font-size: 15px;
  color: #aac0d1;
  padding: 0px 15px;
  line-height: 50px;
  position: relative;
}
.utility-container .util.four > header:after, .utility-container .util.three > header:after {
  content: '\e90b';
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  font-family: "IcoMoon";
  text-shadow: 0 -1px 0 black;
  color: #0072c6;
  line-height: 5px;
  font-size: 15px;
}
.utility-container .util.four > header a, .utility-container .util.three > header a {
  color: inherit;
}
.utility-container .util.four > .fsElementContent, .utility-container .util.three > .fsElementContent {
  position: absolute;
  width: 200px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
}
.utility-container .util.four > .fsElementContent > nav, .utility-container .util.three > .fsElementContent > nav {
  display: none;
}
.utility-container .util.four:hover > .fsElementContent, .utility-container .util.three:hover > .fsElementContent {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s;
  z-index: 110;
}
.utility-container .util.four:hover > .fsElementContent > nav, .utility-container .util.three:hover > .fsElementContent > nav {
  display: block;
}
.utility-container .util.four .fsNavLevel1, .utility-container .util.three .fsNavLevel1 {
  padding: 10px 0;
}
.utility-container .util.four .fsNavLevel1 > li, .utility-container .util.three .fsNavLevel1 > li {
  display: block;
  float: none;
}
.utility-container .util.four .fsNavLevel1 > li > a, .utility-container .util.three .fsNavLevel1 > li > a {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #0072c6;
}
.utility-container .util.four .fsNavLevel1 > li > a:hover, .utility-container .util.three .fsNavLevel1 > li > a:hover {
  color: #aa599f;
}
.utility-container .util.three {
  position: relative;
}
.utility-container .util.three > .fsElementContent {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.utility-container .util.three > .fsElementContent a:after {
  display: none;
}
.utility-container .util.three > .fsElementContent .fsNavPageInfo {
  display: none;
}
.utility-container .util.four > .fsElementContent {
  width: 660px;
  right: 0;
}
.utility-container .util.four .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding: 20px 15px 10px;
}
.utility-container .util.four .fsNavLevel1 > li {
  width: 33.33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 5px;
}
.utility-container .util.four .fsNavLevel1 > li > a {
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-weight: 700;
}
.utility-container .util.four .fsNavLevel1 > li > .fsNavPageInfo {
  position: relative;
  width: auto;
  opacity: 1;
  visibility: visible;
  border: none;
}
.utility-container .util.four .fsNavLevel1 .fsNavPageThumbnail {
  background-size: cover;
  background-position: center;
}
.utility-container .util.four .fsNavLevel1 .fsNavPageThumbnail img {
  opacity: 0;
  visibility: hidden;
}

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dddedf;
}
.fsConstituent.fsSearch.alumni-search .fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch.alumni-search .fsConstituentSearchForm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.fsConstituent.fsSearch.alumni-search label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: 5;
  order: 5;
  font-weight: normal;
  margin-bottom: 20px;
}
.fsConstituent.fsSearch.alumni-search label:not(.const-drop) {
  -ms-flex-order: 7;
  order: 7;
}
@media (min-width: 600px) {
  .fsConstituent.fsSearch.alumni-search label:not(.const-drop) {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch.alumni-search label:not(.const-drop) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .fsConstituent.fsSearch.alumni-search label:not(.const-drop) {
    margin-bottom: 0;
  }
}
.fsConstituent.fsSearch.alumni-search label.const-drop > span {
  display: none;
}
@media (min-width: 600px) {
  .fsConstituent.fsSearch.alumni-search label {
    vertical-align: top;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch.alumni-search label {
    margin-right: 0;
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .fsConstituent.fsSearch.alumni-search label {
    width: 300px;
    max-width: 26%;
    margin-bottom: 0;
  }
}
.fsConstituent.fsSearch.alumni-search label > span {
  display: block;
  margin-bottom: 5px;
}
.fsConstituent.fsSearch.alumni-search label > input {
  background-color: white;
  border: 1px solid #c8c8c8;
  padding: 7px 10px;
  height: 40px;
}
@media (min-width: 600px) {
  .fsConstituent.fsSearch.alumni-search label > input {
    padding: 5px 15px;
  }
}
.fsConstituent.fsSearch.alumni-search .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #fe7365;
  border: solid 1px #fe7365;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
  margin: 0;
  width: auto;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 10;
  order: 10;
  padding-left: 20px;
  padding-right: 20px;
}
.fsConstituent.fsSearch.alumni-search .fsConstituentSearchButton:first-of-type {
  margin-left: 0;
}
.fsConstituent.fsSearch.alumni-search .fsConstituentSearchButton:last-of-type {
  margin-right: 0;
}
.fsConstituent.fsSearch.alumni-search .fsConstituentSearchButton:hover {
  background: #fff;
  color: #fe7365 !important;
  transition: .3s;
}
.fsConstituent.fsSearch .fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
.fsConstituent.fsSearch label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: 5;
  order: 5;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .fsConstituent.fsSearch label {
    vertical-align: top;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    width: calc(33.33% - 20px);
  }
}
.fsConstituent.fsSearch label > span {
  display: block;
  margin-bottom: 5px;
}
.fsConstituent.fsSearch label > input {
  background-color: white;
  border: 1px solid #c8c8c8;
  padding: 7px 10px;
  height: 40px;
}
@media (min-width: 600px) {
  .fsConstituent.fsSearch label > input {
    padding: 5px 15px;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch select {
  -webkit-appearance: button;
  -moz-appearance: button;
  background-color: white;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 40px;
  outline: 0;
  height: 40px;
  color: #999;
}
@media (min-width: 600px) {
  .fsConstituent.fsSearch select {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }
}
.fsConstituent.fsSearch .const-drop {
  position: relative;
}
.fsConstituent.fsSearch .const-drop > span {
  display: none;
}
.fsConstituent.fsSearch .const-drop:after {
  content: '\e925';
  font-family: "IcoMoon";
  position: absolute;
  right: 10px;
  line-height: 38px;
  bottom: 1px;
  color: #999;
}
.fsConstituent.fsSearch .const-drop:before {
  content: '';
  width: 30px;
  height: 38px;
  position: absolute;
  right: 0;
  bottom: 1px;
  background: #fff;
  border-radius: 4px;
  border-right: 1px solid #c8c8c8;
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #fe7365;
  border: solid 1px #fe7365;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
  margin: 0 0 20px;
  width: auto;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 10;
  order: 10;
  padding-left: 20px;
  padding-right: 20px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:first-of-type {
  margin-left: 0;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:last-of-type {
  margin-right: 0;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #fff;
  color: #fe7365 !important;
  transition: .3s;
}
.fsConstituent .fsElementPagination {
  margin: 30px 0;
}
.fsConstituent ::-webkit-input-placeholder {
  color: #333333;
}
.fsConstituent :-moz-placeholder {
  color: #333333;
}
.fsConstituent ::-moz-placeholder {
  color: #333333;
}
.fsConstituent :-ms-input-placeholder {
  color: #333333;
}

/*! elements - constituent search */
/*! elements - constituent profile */
.fsConstituent.fsProfile {
  position: relative;
  margin-bottom: 30px;
}
.fsConstituent.fsProfile .fsConstituentItem {
  float: none;
  background-color: #f6f5f4;
  border: 1px solid #ccc;
  padding: 30px;
}
.fsConstituent.fsProfile .fsConstituentItem > div {
  margin-bottom: 10px;
}
.fsConstituent.fsProfile .fsConstituentItem > div:last-of-type {
  margin-bottom: 0;
}
.fsConstituent.fsProfile .fsEmail div[id*="fsEmail"] {
  display: inline-block;
}
.fsConstituent.fsProfile .fsProfileImage {
  display: block;
  margin-bottom: 30px;
}
.fsConstituent.fsProfile .fsFullName {
  color: #0f2b5b;
}
@media (min-width: 600px) {
  .fsConstituent.fsProfile .fsProfileImage {
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .fsConstituent.fsProfile .fsProfileImage {
    max-width: 25%;
  }
}

.fsProfileSection {
  margin-bottom: 1.6666666667em;
  font-weight: 300;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 30px;
}
.fsProfileSection > div:last-child {
  margin-bottom: 0;
}
.fsProfileSection .fsTitle {
  font-family: "nimbus-sans", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}
.fsProfileSection h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #0072c6;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.2;
}
.fsProfileSection h4 + .fsSpacer {
  margin-bottom: 0;
}

.fsProfileSectionSpecialData {
  margin-bottom: 20px;
}
.fsProfileSectionSpecialData > div:first-child {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #aa599f;
  margin-bottom: 5px;
}

.fsProfileSectionFieldName {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #aa599f;
  margin-bottom: 5px;
}

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none;
  display: block;
}

.fsProfileSectionFieldName, .fsProfileSectionFieldValue {
  width: auto;
  float: none;
}

.fsStyleOneThird .fsConstituent .fsProfileImage {
  max-width: 100%;
}

/*! elements - constituent default layout */
.fsPageLayout > .fsDiv > .fsElement.alumni-search:last-child {
  margin-bottom: 20px;
}

.fsDirectory {
  word-break: break-word;
  margin-bottom: 30px;
}
.fsDirectory .fsElementTitle {
  margin-bottom: 25px;
}
.fsDirectory .fsConstituentItem {
  padding: 30px 0 20px;
  background-color: #f6f5f4;
  border: 1px solid #ccc;
}
.fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 12px;
  padding-top: 0;
}
.fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
  margin-bottom: 0;
}
.fsDirectory .fsConstituentItem > h3 {
  font-size: 24px;
  line-height: 28px;
}
.fsDirectory .fsConstituentItem .fsClassOf {
  color: #999;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
.fsDirectory .fsConstituentItem .fsViewProfileLink {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.fsDirectory .fsConstituentItem .fsPhoto img {
  display: block;
}
.fsDirectory.alumni {
  margin-bottom: 45px;
}
.fsDirectory.alumni .fsBiography {
  overflow: hidden;
  height: 80px;
}
.fsDirectory.alumni .fsBiography > strong {
  display: none;
}
.fsDirectory.alumni .fsBiography > strong + br {
  display: none;
}
.fsDirectory.alumni .fsBiography p {
  display: none;
  margin-bottom: 0;
}
.fsDirectory.alumni .fsBiography p:first-of-type {
  display: block;
}
.fsDirectory.alumni .fsBiography > p:last-child {
  margin-bottom: 0;
}
.fsDirectory.alumni .fsElementPagination:not(.has-pages) {
  margin: 0;
}
.fsDirectory.alumni .fsConstituentItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fsDirectory.alumni .fsConstituentItem > div, .fsDirectory.alumni .fsConstituentItem > h3 {
  -ms-flex-order: 5;
  order: 5;
}
.fsDirectory.alumni .fsConstituentItem > div.fsPhoto, .fsDirectory.alumni .fsConstituentItem > h3.fsPhoto {
  -ms-flex-order: 1;
  order: 1;
}
.fsDirectory.alumni .fsConstituentItem > div.fsTitles, .fsDirectory.alumni .fsConstituentItem > h3.fsTitles {
  -ms-flex-order: 2;
  order: 2;
}
.fsDirectory.alumni .fsConstituentItem .fsTitles {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #aa599f;
  margin-top: 5px;
}
.fsDirectory.alumni .fsConstituentItem .fsTitles > strong {
  display: none;
}

div[class*="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

@media (min-width: 600px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -15px;
  }
}
.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 30px);
  }
  .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% - 30px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
    clear: both;
  }
}

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: transparent;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #0072c6;
  margin-bottom: 20px;
  margin-bottom: 0;
  display: block;
  padding: 13px 20px 12px;
  color: #0f2b5b;
  transition: .3s;
  border-top: solid 1px #ccc;
  font-family: "nimbus-sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: transparent;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #0f2b5b;
  transition: .3s;
  padding-left: 50px;
}
.fsAccordion .fsPanel > header:hover h2:before, .fsTabs .fsPanel > header:hover h2:before {
  width: 18px !important;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: transparent;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #aa599f;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  color: #aa599f;
  font-weight: normal;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 12px;
  content: "";
  width: 18px;
  transition: .3s;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  color: #aa599f;
  font-weight: normal;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 12px;
  content: "";
  width: 0;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2 {
  padding-left: 50px;
}
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:after {
  right: 15px;
  left: auto;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  margin: 0;
  left: auto;
  right: 15px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header:hover h2, .fsPanelIconAfter.fsTabs .fsPanel > header:hover h2 {
  padding-left: 20px;
  padding-right: 50px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header:hover h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header:hover h2:after {
  width: 18px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2 {
  padding-left: 20px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2:before, .fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2:after, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header:hover h2:after {
  width: 0;
  margin: 0;
}

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

body.fsAccountBarVisible #fsHeader {
  top: 45px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent:not(.fsTable) {
  margin-bottom: 30px;
}
.fsAthleticsEvent:not(.fsTable) .fsAlertFeeds {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent:not(.fsTable) .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent:not(.fsTable) .fsListItems article {
  margin-bottom: 30px;
}
.fsAthleticsEvent:not(.fsTable) .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent:not(.fsTable) .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent:not(.fsTable) .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent:not(.fsTable) .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent:not(.fsTable) .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #0072c6;
  border: solid 1px #0072c6;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
  padding: 15px 30px;
}
.fsAthleticsEvent:not(.fsTable) .fsLoadMoreButton:first-of-type {
  margin-left: 0;
}
.fsAthleticsEvent:not(.fsTable) .fsLoadMoreButton:last-of-type {
  margin-right: 0;
}
.fsAthleticsEvent:not(.fsTable) .fsLoadMoreButton:hover {
  background: #fff;
  color: #0072c6 !important;
  transition: .3s;
}
.fsAthleticsEvent:not(.fsTable) .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent:not(.fsTable) .fsAthleticsOpponentNames {
  display: inline;
}
.fsAthleticsEvent:not(.fsTable) .fsAthleticsResultWrapper > span {
  display: block;
}
.fsAthleticsEvent:not(.fsTable) .fsAthleticsResultWrapper > span.fsAthleticsResult {
  color: #0072c6;
}

.fsTable {
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
}
.fsTable .fsAlertFeeds {
  margin-bottom: 10px;
}
.fsTable > .fsElementContent {
  overflow-x: scroll;
}
@media (min-width: 800px) {
  .fsTable > .fsElementContent {
    overflow-x: auto;
  }
}

.fsEventTable td, table.fsTable td {
  padding: 11px 10px;
}
.fsEventTable td.fsAthleticsDate, table.fsTable td.fsAthleticsDate {
  padding-left: 20px;
}
.fsEventTable td:last-of-type, table.fsTable td:last-of-type {
  padding-right: 20px;
}

.fsEventTable {
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
@media (min-width: 800px) {
  .fsEventTable {
    min-width: 0;
  }
}
.fsEventTable .fsAthleticsVs, .fsEventTable .fsAthleticsOpponentNames {
  display: inline-block;
}
.fsEventTable .fsTitle {
  display: none;
}
.fsEventTable tr {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}
.fsEventTable thead {
  background-color: #0f2b5b;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.fsEventTable thead th {
  padding: 16px 10px;
  color: #fff;
}
.fsEventTable thead th.fsAthleticsDate {
  padding-left: 20px;
}
.fsEventTable thead th:last-of-type {
  padding-right: 20px;
}
.fsEventTable tbody {
  border-bottom: solid 1px #ccc;
}
.fsEventTable tbody tr:nth-of-type(odd) {
  background-color: #f6f5f4;
}
.fsEventTable tbody tr {
  border-bottom: solid 1px #ccc;
}
@media (max-width: 768px) {
  .fsEventTable thead {
    display: none;
  }
  .fsEventTable tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .fsEventTable tr td {
    display: inline-block;
    width: 33%;
    padding: 0 10px !important;
  }
  .fsEventTable tr td:first-child {
    padding-top: 10px !important;
  }
  .fsEventTable tr td:last-child {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 500px) {
  .fsEventTable td {
    width: 100% !important;
    text-align: center;
  }
}

.fsEventTable tr:nth-of-type(odd) td, table.fsTable tr:nth-of-type(odd) td,
.fsEventTable td, table.fsTable td {
  background: transparent;
}

.fsEventTable td, .fsEventTable th, table.fsTable td, table.fsTable th {
  border-bottom: none;
}

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

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

.fsAthleticsRosterContent {
  margin-bottom: 30px;
}
.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: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #f6f5f4;
}
.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsAthleticsRosterList li > div {
  margin-bottom: 15px;
}
.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .fsAthleticsRoster {
    border-bottom: solid 1px #ccc;
  }
}
.fsAthleticsRoster .fsTable td, .fsAthleticsRoster table.fsTable td,
.fsAthleticsRoster .fsElementTable td, .fsAthleticsRoster table.fsElementTable td {
  padding: 2px 10px;
}
@media (min-width: 769px) {
  .fsAthleticsRoster .fsTable td, .fsAthleticsRoster table.fsTable td,
  .fsAthleticsRoster .fsElementTable td, .fsAthleticsRoster table.fsElementTable td {
    padding: 7px 10px;
  }
}
.fsAthleticsRoster .fsTable td.fsAthleticsDate, .fsAthleticsRoster table.fsTable td.fsAthleticsDate,
.fsAthleticsRoster .fsElementTable td.fsAthleticsDate, .fsAthleticsRoster table.fsElementTable td.fsAthleticsDate {
  padding-left: 20px;
}
.fsAthleticsRoster .fsTable td:last-of-type, .fsAthleticsRoster table.fsTable td:last-of-type,
.fsAthleticsRoster .fsElementTable td:last-of-type, .fsAthleticsRoster table.fsElementTable td:last-of-type {
  padding-right: 20px;
}
.fsAthleticsRoster .fsTable,
.fsAthleticsRoster .fsElementTable {
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 0;
  border-bottom: none;
  width: 100%;
}
@media (min-width: 769px) {
  .fsAthleticsRoster .fsTable,
  .fsAthleticsRoster .fsElementTable {
    overflow: hidden;
  }
}
@media (min-width: 800px) {
  .fsAthleticsRoster .fsTable,
  .fsAthleticsRoster .fsElementTable {
    min-width: 0;
  }
}
.fsAthleticsRoster .fsTable tr,
.fsAthleticsRoster .fsElementTable tr {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}
.fsAthleticsRoster .fsTable thead,
.fsAthleticsRoster .fsElementTable thead {
  background-color: #0f2b5b;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .075em;
}
.fsAthleticsRoster .fsTable thead th,
.fsAthleticsRoster .fsElementTable thead th {
  padding: 16px 10px;
  color: #fff;
}
.fsAthleticsRoster .fsTable thead th.fsRosterPlayerNumber:before,
.fsAthleticsRoster .fsElementTable thead th.fsRosterPlayerNumber:before {
  content: 'Jersey ';
}
.fsAthleticsRoster .fsTable thead th:first-of-type,
.fsAthleticsRoster .fsElementTable thead th:first-of-type {
  padding-left: 20px;
}
.fsAthleticsRoster .fsTable thead th:last-of-type,
.fsAthleticsRoster .fsElementTable thead th:last-of-type {
  padding-right: 20px;
}
.fsAthleticsRoster .fsTable tbody tr:nth-of-type(odd),
.fsAthleticsRoster .fsElementTable tbody tr:nth-of-type(odd) {
  background-color: #f6f5f4;
}
.fsAthleticsRoster .fsTable tbody tr,
.fsAthleticsRoster .fsElementTable tbody tr {
  border-bottom: solid 1px #ccc;
}
@media (max-width: 768px) {
  .fsAthleticsRoster .fsTable thead,
  .fsAthleticsRoster .fsElementTable thead {
    display: none;
  }
  .fsAthleticsRoster .fsTable tr,
  .fsAthleticsRoster .fsElementTable tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 7px 0;
  }
  .fsAthleticsRoster .fsTable tr td,
  .fsAthleticsRoster .fsElementTable tr td {
    display: inline-block;
    width: 33%;
  }
  .fsAthleticsRoster .fsTable tr td:empty,
  .fsAthleticsRoster .fsElementTable tr td:empty {
    width: 0;
  }
  .fsAthleticsRoster .fsTable .fsRosterName,
  .fsAthleticsRoster .fsElementTable .fsRosterName {
    font-weight: bold;
  }
  .fsAthleticsRoster .fsTable .fsRosterPlayerNumber:before,
  .fsAthleticsRoster .fsElementTable .fsRosterPlayerNumber:before {
    content: 'Jersey #: ';
  }
  .fsAthleticsRoster .fsTable .fsRosterPosition:before,
  .fsAthleticsRoster .fsElementTable .fsRosterPosition:before {
    content: 'Position: ';
  }
  .fsAthleticsRoster .fsTable .fsRosterClass:before,
  .fsAthleticsRoster .fsElementTable .fsRosterClass:before {
    content: 'Class: ';
  }
  .fsAthleticsRoster .fsTable .fsRosterHometown,
  .fsAthleticsRoster .fsElementTable .fsRosterHometown {
    width: 66.666%;
  }
  .fsAthleticsRoster .fsTable .fsRosterHometown:before,
  .fsAthleticsRoster .fsElementTable .fsRosterHometown:before {
    content: 'Hometown: ';
  }
}
@media (max-width: 500px) {
  .fsAthleticsRoster .fsTable td,
  .fsAthleticsRoster .fsElementTable td {
    width: 100% !important;
    text-align: center;
  }
}
.fsAthleticsRoster .fsTable tr:nth-of-type(odd) td, .fsAthleticsRoster table.fsTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsTable td, .fsAthleticsRoster table.fsTable td {
  background: transparent;
}
.fsAthleticsRoster .fsTable td, .fsAthleticsRoster .fsTable th, .fsAthleticsRoster table.fsTable td, .fsAthleticsRoster table.fsTable th {
  border-bottom: none;
}

@media (min-width: 769px) {
  .fsAthleticsRoster table.fsTable .roster-row td:first-child {
    padding-left: 20px;
  }
}

.fsAthleticsRosterList .fsRosterPlayerNumber:before {
  content: 'Number: ';
}
.fsAthleticsRosterList .fsRosterPosition:before {
  content: 'Position: ';
}
.fsAthleticsRosterList .fsRosterHeight:before {
  content: 'Height: ';
}
.fsAthleticsRosterList .fsRosterWeight:before {
  content: 'Weight: ';
}
.fsAthleticsRosterList .fsRosterBio p:last-child {
  margin-bottom: 0;
}

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

.athletics-landing .fsTwoColumnLayout.wide-left .news-styled {
  min-height: 570px;
}

body:not(.fsComposeMode) .fsAccordion.teams .fsPanel > .fsElementContent {
  padding-left: 5px;
  padding-right: 3px;
  padding-bottom: 25px;
}

.fsAccordion.teams {
  margin-bottom: 0;
}
.fsAccordion.teams > .fsElementContent .fsPanel.fsStateOpen > header ~ .fsElementContent {
  zoom: 1;
}
.fsAccordion.teams > .fsElementContent .fsPanel.fsStateOpen > header ~ .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
.fsAccordion.teams .fsContent {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 25px;
}
.fsAccordion.teams .fsContent > header {
  background-size: cover;
  background-position: center;
  height: 155px;
}
body:not(.fsComposeMode) .fsAccordion.teams .fsContent > header img {
  display: none;
}
@media (min-width: 400px) {
  body:not(.fsComposeMode) .fsAccordion.teams .fsContent {
    float: left;
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .fsAccordion.teams .fsContent {
    width: calc(33.33% - 30px);
  }
}
@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsAccordion.teams .fsContent {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .fsAccordion.teams .fsContent {
    width: calc(33.33% - 30px);
  }
}
.fsAccordion.teams .fsContent p {
  margin: 0;
}
.fsAccordion.teams .fsContent a {
  display: block;
  padding-top: 12px;
}
.fsAccordion.teams .fsContent > .fsElementContent {
  zoom: 1;
}
.fsAccordion.teams .fsContent > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}

.custom-ath-record {
  position: relative;
  max-width: calc(100% - 50px);
  margin-bottom: 0;
}
.custom-ath-record > .fsElementContent {
  position: absolute;
  bottom: -20px;
}
.custom-ath-record .fsAthleticsTeamName {
  display: none;
}
.custom-ath-record .fsAthleticsTeamDirectory > li {
  margin-bottom: 0;
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar article {
  margin-bottom: 35px;
}
.fsCalendar .fsTitle {
  margin-bottom: 15px;
}
.fsCalendar .fsDate {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #0072c6;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
}
.fsCalendar .fsDate .fsDayName {
  color: #0f2b5b;
}
.fsCalendar .fsTimeRange, .fsCalendar .fsLocation {
  color: #999;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.fsCalendar .fsLocation + div {
  margin-top: 10px;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}
.fsCalendar .fsReadMoreLink {
  margin-top: 10px;
  display: block;
}

/*! _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.fsCalendarWeekendDayBox > div {
  height: auto;
}
.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;
  }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 30px 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;
    font-size: 14px;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: #0f2b5b;
    color: #fff;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: #f6f5f4;
    color: #999;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange.has-info {
    background-color: #f6f5f4;
    color: #0072c6;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(15, 43, 91, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(15, 43, 91, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
    background-color: #e6f1f9;
    color: #0072c6;
  }
  .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-right: 1px solid #c2c2c2;
    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 #c2c2c2;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #c2c2c2;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }

  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#event-view {
  margin: 30px auto 0;
}
#event-view .fsCalendarDaybox {
  height: auto !important;
}
#event-view .fsCalendarDaybox > div {
  margin-bottom: 30px;
}
#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 10px 30px;
  padding: 12px 30px;
  background: #0072c6;
  border: solid 1px #0072c6;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
  padding: 15px 30px;
}
.scroll-up span:first-of-type {
  margin-left: 0;
}
.scroll-up span:last-of-type {
  margin-right: 0;
}
.scroll-up span:hover {
  background: #fff;
  color: #0072c6 !important;
  transition: .3s;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 30px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 60px;
}
.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: 30px;
}
@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 {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (min-width: 600px) {
  .fsCalendar.fsSlideshow {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1300px) {
  .fsCalendar.fsSlideshow {
    width: 100%;
  }
}
.fsCalendar.fsSlideshow > .fsElementContent {
  margin-left: -10px;
  margin-right: -10px;
}
.fsCalendar.fsSlideshow article {
  width: 220px;
  padding: 65px 20px 25px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  margin: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: 260px;
  height: auto;
  outline: transparent;
  position: relative;
  color: #999;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  .fsCalendar.fsSlideshow article {
    margin: 0 10px;
  }
}
.fsCalendar.fsSlideshow .fsEventDetails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fsCalendar.fsSlideshow .fsEventDetails .fsTimeRange {
  -ms-flex-order: 5;
  order: 5;
  margin-top: 10px;
}
.fsCalendar.fsSlideshow .fsTitle {
  margin-bottom: 15px;
}
.fsCalendar.fsSlideshow .fsDate {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  color: #fff;
  background-color: #0072c6;
}
.fsCalendar.fsSlideshow .fsDate > span {
  display: inline-block;
  padding: 13px 0;
}
.fsCalendar.fsSlideshow .fsDate .fsDayName {
  padding: 13px 20px;
  background-color: #00508a;
  color: #fff;
  margin-right: 15px;
}

.fsSlideshow > .fsElementContent {
  position: relative;
}
.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: 0;
}
.fsSlideshow .slick-arrow {
  position: absolute;
  width: 40px;
  height: 100%;
  background-color: transparent;
  border: none;
  color: transparent;
  overflow: hidden;
  padding: 0;
  z-index: 10;
  font-size: 26px;
  outline: transparent;
}
@media (min-width: 600px) {
  .fsSlideshow .slick-arrow {
    width: 50px;
  }
}
.fsSlideshow .slick-arrow:before {
  display: none;
}
.fsSlideshow .slick-arrow:after {
  content: '\e915';
  font-family: "IcoMoon";
  color: #7fa4b5;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  transition: .3s;
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.fsSlideshow .slick-arrow.fsPrevButton {
  left: -40px;
}
@media screen and (max-width: 599px) {
  .fsSlideshow .slick-arrow.fsPrevButton:after {
    left: 5px;
  }
}
.fsSlideshow .slick-arrow.fsNextButton {
  right: -40px;
}
.fsSlideshow .slick-arrow.fsNextButton:after {
  content: '\e916';
  right: 5px;
}
@media (min-width: 600px) {
  .fsSlideshow .slick-arrow.fsNextButton:after {
    right: 0;
  }
}
.fsSlideshow .slick-arrow:hover:after {
  transition: .3s;
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
  color: #0f2b5b;
}

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

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

.custom-element {
  margin-bottom: 40px;
  padding: 30px 20px;
  border-radius: 4px;
  background-color: #f6f5f4;
  border: solid 1px #ccc;
  font-weight: 300;
}
.custom-element p:last-child {
  margin-bottom: 0;
}
.custom-element ol {
  margin-bottom: 30px;
}
.custom-element ol li {
  margin-bottom: 10px;
}
.custom-element > footer {
  margin-top: 20px;
}
.custom-element > footer a:last-child {
  margin-bottom: 0;
}
.custom-element img {
  width: 100%;
}

.custom-element .fs_style_29, .custom-element .fs_style_30, .custom-element .fs_style_31 {
  margin-left: 0;
  margin-right: 0;
}
.custom-element.gray, .custom-element.news-styled, .custom-element.white {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
}
.custom-element.gray:before, .custom-element.news-styled:before, .custom-element.white:before {
  content: '';
  width: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  height: 4px;
  background-color: #0072c6;
}
.custom-element.white {
  background-color: #fff;
}
.custom-element.gray.fsTwitter {
  background-color: #fff;
  padding-bottom: 20px;
}
.custom-element.gray.fsTwitter .fsElementTitle {
  margin-bottom: 10px;
}
body:not(.fsComposeMode) .custom-element.blue {
  color: #fff;
  background-color: #0f2b5b;
}
body:not(.fsComposeMode) .custom-element.blue h1, body:not(.fsComposeMode) .custom-element.blue h2, body:not(.fsComposeMode) .custom-element.blue h3, body:not(.fsComposeMode) .custom-element.blue h4, body:not(.fsComposeMode) .custom-element.blue h5, body:not(.fsComposeMode) .custom-element.blue h6 {
  color: inherit;
}
body:not(.fsComposeMode) .custom-element.blue a:not([class*="fs_style"]) {
  color: #fe7365;
}
body:not(.fsComposeMode) .custom-element.blue a:not([class*="fs_style"]):hover {
  color: #aa599f;
}
.custom-element.news-styled {
  border-radius: 0;
  background-color: #fff;
  text-align: center;
}

.news-styled {
  border-radius: 0;
  background-color: #fff;
  text-align: center;
}
.news-styled .fsElementHeaderContent h2 {
  font-style: italic;
  color: #95866b;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .news-styled .fsElementHeaderContent h2 {
    font-size: 36px;
  }
}
.news-styled .fsElementHeaderContent h2 em {
  font-style: normal;
  -ms-transform: skew(-16deg, 0);
  transform: skew(-16deg, 0);
  display: inline-block;
}
.news-styled .fsElementHeaderContent a {
  color: inherit;
  transition: .3s;
}
.news-styled .fsElementHeaderContent a:hover {
  opacity: .75;
  transition: .3s;
}
.news-styled.fsNews .fsListItems article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.news-styled.fsNews .fsListItems article > div, .news-styled.fsNews .fsListItems article > a, .news-styled.fsNews .fsListItems article > ul {
  -ms-flex-order: 10;
  order: 10;
}
.news-styled.fsNews .fsListItems article .fsTitle + .fsDateTime {
  -ms-flex-order: 5;
  order: 5;
  margin-bottom: 10px;
}

.events-styled {
  border-radius: 0;
}
.events-styled .fsElementTitle {
  font-style: italic;
  color: #95866b;
  border-bottom: solid 2px rgba(0, 73, 108, 0.2);
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .events-styled .fsElementTitle {
    font-size: 36px;
  }
}

/*! 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: 30px;
}
.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 30px;
  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: 15px !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: 15px;
}
.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: #0072c6;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #aa599f;
}
.fsComposerFormEmbed form .required {
  color: #0f2b5b;
}
.fsComposerFormEmbed form .pageControls {
  padding: 15px 0 !important;
  margin-bottom: 15px;
}
.fsComposerFormEmbed form .pageControls .userConfirmation {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .userConfirmation {
  margin-bottom: 30px;
}
.fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
  margin-right: 5px;
}
.fsComposerFormEmbed form .userConfirmation > label {
  display: block;
}
.fsComposerFormEmbed form .elementColumn {
  zoom: 1;
  margin-bottom: 30px;
  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: #0072c6;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 15px 0;
}
.fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #aa599f;
  transition: .3s;
}
.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 15px;
}
.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 15px;
  padding: 15px 0;
}
.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}
.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 15px 30px;
  outline: 0;
  background: #0f2b5b !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: #0072c6 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "nimbus-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: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

/*! 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: 30px;
}
.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 10px 30px;
  padding: 12px 30px;
  background: #0072c6;
  border: solid 1px #0072c6;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
  margin-left: 0;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:first-of-type, .fsLogin .fsLoginMainView button:first-of-type, .fsLogin .fsLoginForgotView .fsLoginSubmit:first-of-type, .fsLogin .fsLoginForgotView button:first-of-type, .fsLogin .fsLoginNewView .fsLoginSubmit:first-of-type, .fsLogin .fsLoginNewView button:first-of-type, .fsAccount .fsLoginMainView .fsLoginSubmit:first-of-type, .fsAccount .fsLoginMainView button:first-of-type, .fsAccount .fsLoginForgotView .fsLoginSubmit:first-of-type, .fsAccount .fsLoginForgotView button:first-of-type, .fsAccount .fsLoginNewView .fsLoginSubmit:first-of-type, .fsAccount .fsLoginNewView button:first-of-type {
  margin-left: 0;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:last-of-type, .fsLogin .fsLoginMainView button:last-of-type, .fsLogin .fsLoginForgotView .fsLoginSubmit:last-of-type, .fsLogin .fsLoginForgotView button:last-of-type, .fsLogin .fsLoginNewView .fsLoginSubmit:last-of-type, .fsLogin .fsLoginNewView button:last-of-type, .fsAccount .fsLoginMainView .fsLoginSubmit:last-of-type, .fsAccount .fsLoginMainView button:last-of-type, .fsAccount .fsLoginForgotView .fsLoginSubmit:last-of-type, .fsAccount .fsLoginForgotView button:last-of-type, .fsAccount .fsLoginNewView .fsLoginSubmit:last-of-type, .fsAccount .fsLoginNewView button:last-of-type {
  margin-right: 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: #fff;
  color: #0072c6 !important;
  transition: .3s;
}
.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: 15px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 15px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 30px;
}
.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: 15px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 30px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 30px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #0072c6;
  border: solid 1px #0072c6;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
}
.fsAccount .fsAccountLogout a:first-of-type {
  margin-left: 0;
}
.fsAccount .fsAccountLogout a:last-of-type {
  margin-right: 0;
}
.fsAccount .fsAccountLogout a:hover {
  background: #fff;
  color: #0072c6 !important;
  transition: .3s;
}

.custom-media-slideshow .fsMediaCustomPlayer {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .custom-media-slideshow .fsMediaCustomPlayer .caption-wrapper {
    bottom: 60px;
  }
}
.custom-media-slideshow .fsMediaCustomPlayer .caption-wrapper .caption-desc {
  margin-top: 0;
}
.custom-media-slideshow .fsMediaCustomPlayer .caption-wrapper .caption-title {
  display: none;
}

.custom-media-slideshow + .fsElement {
  margin-top: 30px;
}

.fsMediaCustomPlayer, .featured-image-slideshow {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article, .featured-image-slideshow article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img, .featured-image-slideshow article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer article.video-slide video, .featured-image-slideshow article.video-slide video {
  max-width: none;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer article.video-slide video, .featured-image-slideshow article.video-slide video {
    opacity: 1;
    visibility: visible;
  }
}
.fsMediaCustomPlayer article:not(.video-slide), .fsMediaCustomPlayer .image-wrapper, .featured-image-slideshow article:not(.video-slide), .featured-image-slideshow .image-wrapper {
  position: relative;
}
.fsMediaCustomPlayer article:not(.video-slide):before, .fsMediaCustomPlayer .image-wrapper:before, .featured-image-slideshow article:not(.video-slide):before, .featured-image-slideshow .image-wrapper:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 25%, transparent 40%, transparent 80%, transparent 100%);
}
.fsMediaCustomPlayer .hero-image-slide, .featured-image-slideshow .hero-image-slide {
  height: auto;
  min-height: 155px;
  height: 230px;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .hero-image-slide, .featured-image-slideshow .hero-image-slide {
    padding-top: 0;
    height: 400px;
  }
}
@media (min-width: 1000px) {
  .fsMediaCustomPlayer .hero-image-slide, .featured-image-slideshow .hero-image-slide {
    height: 570px;
  }
}
.fsMediaCustomPlayer .hero-image-slide:after, .featured-image-slideshow .hero-image-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 40%, transparent 80%, rgba(0, 0, 0, 0.5) 100%);
}
.fsMediaCustomPlayer .hero-image-slide.slick-current, .featured-image-slideshow .hero-image-slide.slick-current {
  z-index: 1;
}
.fsMediaCustomPlayer .caption-wrapper, .featured-image-slideshow .caption-wrapper {
  position: absolute;
  bottom: 45px;
  background-color: transparent;
  padding-bottom: 0;
  max-width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  z-index: 5;
  font-family: "nimbus-sans", sans-serif;
  word-break: break-word;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .caption-wrapper, .featured-image-slideshow .caption-wrapper {
    bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.fsMediaCustomPlayer .caption-wrapper .caption-title, .featured-image-slideshow .caption-wrapper .caption-title {
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 1px 1px 3px #000;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .caption-wrapper .caption-title, .featured-image-slideshow .caption-wrapper .caption-title {
    font-size: 45px;
    line-height: 54px;
    text-shadow: none;
  }
}
.fsMediaCustomPlayer .caption-wrapper .caption-desc, .featured-image-slideshow .caption-wrapper .caption-desc {
  color: #fff;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .caption-wrapper .caption-desc, .featured-image-slideshow .caption-wrapper .caption-desc {
    margin-top: 15px;
    font-size: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper .caption-desc:empty, .featured-image-slideshow .caption-wrapper .caption-desc:empty {
  margin: 0;
}
.fsMediaCustomPlayer .caption-wrapper .caption-desc p:last-child, .featured-image-slideshow .caption-wrapper .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-wrapper .caption-desc p:last-child a, .featured-image-slideshow .caption-wrapper .caption-desc p:last-child a {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-wrapper .caption-desc a, .featured-image-slideshow .caption-wrapper .caption-desc a {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0072c6;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  transition: .3s;
  display: block;
  text-decoration: none;
  opacity: .8;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .caption-wrapper .caption-desc a, .featured-image-slideshow .caption-wrapper .caption-desc a {
    font-size: 14px;
    line-height: 19px;
  }
}
.fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover, .featured-image-slideshow .caption-wrapper .caption-desc a:hover {
  opacity: 1;
}
.fsMediaCustomPlayer .caption-wrapper .caption-desc a:after, .featured-image-slideshow .caption-wrapper .caption-desc a:after {
  content: '\e90d';
  font-family: "IcoMoon";
  margin-left: 5px;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  vertical-align: text-bottom;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .caption-wrapper .caption-desc a:after, .featured-image-slideshow .caption-wrapper .caption-desc a:after {
    font-size: 18px;
    font-weight: normal;
  }
}
.fsMediaCustomPlayer .caption-wrapper .caption-desc p, .featured-image-slideshow .caption-wrapper .caption-desc p {
  margin-bottom: 5px;
}
.fsMediaCustomPlayer .slick-arrow, .featured-image-slideshow .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  color: transparent;
  overflow: hidden;
  padding: 0;
  z-index: 10;
  font-size: 26px;
  outline: transparent;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .slick-arrow, .featured-image-slideshow .slick-arrow {
    width: 40px;
  }
}
.fsMediaCustomPlayer .slick-arrow:before, .featured-image-slideshow .slick-arrow:before {
  display: none;
}
.fsMediaCustomPlayer .slick-arrow:after, .featured-image-slideshow .slick-arrow:after {
  content: '\e915';
  font-family: "IcoMoon";
  color: #7fa4b5;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  transition: .3s;
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  width: 100%;
}
.fsMediaCustomPlayer .slick-arrow.slick-prev, .featured-image-slideshow .slick-arrow.slick-prev {
  right: 70px;
}
@media screen and (max-width: 599px) {
  .fsMediaCustomPlayer .slick-arrow.slick-prev:after, .featured-image-slideshow .slick-arrow.slick-prev:after {
    left: 5px;
  }
}
.fsMediaCustomPlayer .slick-arrow.slick-next, .featured-image-slideshow .slick-arrow.slick-next {
  right: 30px;
}
.fsMediaCustomPlayer .slick-arrow.slick-next:after, .featured-image-slideshow .slick-arrow.slick-next:after {
  content: '\e916';
  right: 5px;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .slick-arrow.slick-next:after, .featured-image-slideshow .slick-arrow.slick-next:after {
    right: 0;
  }
}
.fsMediaCustomPlayer .slick-arrow:hover:after, .featured-image-slideshow .slick-arrow:hover:after {
  transition: .3s;
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
  color: #0f2b5b;
}
.fsMediaCustomPlayer .slick-dots, .featured-image-slideshow .slick-dots {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  max-width: 1240px;
  padding: 0;
  list-style: none;
  text-align: left;
  height: 12px;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .slick-dots, .featured-image-slideshow .slick-dots {
    padding: 0 30px;
    bottom: 30px;
  }
}
.fsMediaCustomPlayer .slick-dots > li, .featured-image-slideshow .slick-dots > li {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media (min-width: 600px) {
  .fsMediaCustomPlayer .slick-dots > li, .featured-image-slideshow .slick-dots > li {
    margin: 0 20px 0 0;
  }
}
.fsMediaCustomPlayer .slick-dots > li.slick-active button, .featured-image-slideshow .slick-dots > li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid white;
}
.fsMediaCustomPlayer .slick-dots button, .featured-image-slideshow .slick-dots button {
  width: 8px;
  border: none;
  color: transparent;
  padding: 0;
  outline: transparent;
  position: relative;
  background: transparent;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  opacity: .8;
  overflow: visible;
}

.hide-title .caption-wrapper {
  display: none;
}

.video-wrapper, .multimedia-img-wrapper {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.feature-media-container > header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0072c6;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #aa599f;
  font-size: 14px;
  margin-bottom: 15px;
}
.feature-media-container .fsFourColumnLayout {
  margin: 0 -3px 40px;
}
@media (min-width: 600px) {
  .feature-media-container .fsFourColumnLayout {
    margin-bottom: 0;
  }
}
.feature-media-container .fsFourColumnLayout > .fsDiv {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
  width: 50%;
  float: left;
}
@media (min-width: 1000px) {
  .feature-media-container .fsFourColumnLayout > .fsDiv {
    width: 25%;
  }
}
.feature-media-container .fsFourColumnLayout .fsContent {
  height: 120px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.feature-media-container .fsFourColumnLayout .fsContent:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: .5;
  transition: .3s;
}
.feature-media-container .fsFourColumnLayout .fsContent:hover:after {
  opacity: 0;
}
.feature-media-container .fsFourColumnLayout .fsContent.active {
  pointer-events: none;
}
.feature-media-container .fsFourColumnLayout .fsContent.active:after {
  opacity: 0;
}
body:not(.fsComposeMode) .feature-media-container .fsFourColumnLayout .fsContent {
  cursor: pointer;
}
body:not(.fsComposeMode) .feature-media-container .fsFourColumnLayout .fsContent a {
  display: none;
}
.feature-media-container .featured-title {
  color: #999;
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 400;
}
.feature-media-container .featured-title:before {
  content: 'Now Viewing: ';
  color: #333;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-weight: 700;
}
.feature-media-container .featured-content.image-slide .image-wrapper {
  height: 295px;
  display: block;
  background-size: cover;
  width: 100%;
  background-position: center;
}
@media (min-width: 600px) {
  .feature-media-container .featured-content.image-slide .image-wrapper {
    height: 495px;
  }
}

.featured-image-slideshow {
  width: 100%;
  overflow: hidden;
}
.featured-image-slideshow .slick-dots {
  bottom: auto;
  top: 260px;
}
@media (min-width: 600px) {
  .featured-image-slideshow .slick-dots {
    top: 450px;
  }
}

.featured-media-box {
  position: relative;
  min-height: 355px;
}
@media (min-width: 600px) {
  .featured-media-box {
    min-height: 555px;
  }
}
.featured-media-box video {
  display: block;
  height: 495px;
  max-width: none;
  margin-left: 50%;
  position: relative;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 295px;
}
@media (min-width: 600px) {
  .featured-media-box video {
    height: 495px;
  }
}

.featured-video-wrapper {
  overflow: hidden;
}
.featured-video-wrapper.on video {
  max-width: 100%;
}
.touch .featured-video-wrapper.on video {
  max-width: none;
}
.featured-video-wrapper .video-play {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 120px;
}
@media (min-width: 600px) {
  .featured-video-wrapper .video-play {
    top: 218px;
  }
}

video.feature-vid::-webkit-media-controls-start-playback-button {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  background: rgba(254, 115, 101, 0.8);
  border: none;
  padding: 0;
  outline: transparent;
  transition: .3s;
  -webkit-clip-path: none;
  -webkit-appearance: block;
}
@media (min-width: 600px) {
  video.feature-vid::-webkit-media-controls-start-playback-button {
    width: 60px;
    height: 60px;
  }
}
video.feature-vid::-webkit-media-controls-start-playback-button:after {
  content: '';
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(1);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #ffffff;
  transition: .3s;
}
video.feature-vid::-webkit-media-controls-start-playback-button:hover {
  background: #fe7365;
  transition: .3s;
}
video.feature-vid::-webkit-media-controls-start-playback-button:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
  transition: .3s;
}

.custom-tab-slideshow-wrapper {
  padding-bottom: 30px !important;
  padding-top: 25px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .custom-tab-slideshow-wrapper {
    overflow: visible;
  }
}
.custom-tab-slideshow-wrapper > header {
  width: calc(100% - 100px);
  position: relative;
  z-index: 10;
}
.custom-tab-slideshow-wrapper > header .fsElementTitle {
  color: #333;
  font-size: 30px;
  font-style: italic;
  line-height: 44px;
  margin-bottom: 0;
}
.custom-tab-slideshow-wrapper > .fsElementContent {
  width: 100%;
  position: relative;
  padding-top: 25px;
}
@media (min-width: 600px) {
  .custom-tab-slideshow-wrapper > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.custom-tab-slideshow-wrapper > .fsElementContent:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100vw;
  background-color: #fff;
  right: 100%;
  z-index: 5;
}
@media (min-width: 600px) {
  .custom-tab-slideshow-wrapper > .fsElementContent:before {
    right: calc(100% - 300px);
  }
}
@media (min-width: 600px) {
  .custom-tab-slideshow-wrapper > .fsElementContent > .fsPanel {
    width: calc(100% - 300px);
  }
}
@media (min-width: 600px) {
  .custom-tab-slideshow-wrapper > .fsElementContent > .fsPanel > .fsElementContent {
    padding: 0;
  }
}
.custom-tab-slideshow-wrapper .fsTabsNav {
  width: 300px;
  position: relative;
  z-index: 10;
  margin-top: 20px;
  padding-left: 50px !important;
  height: 100%;
}
.custom-tab-slideshow-wrapper .fsTabsNav:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: 2px;
  background-color: #999;
  opacity: .5;
  display: block;
}
.custom-tab-slideshow-wrapper .fsTabsNav > .fsTabsNavItem {
  position: relative;
  display: block;
  margin: 0;
}
.custom-tab-slideshow-wrapper .fsTabsNav > .fsTabsNavItem.fsStateSelected a {
  color: #aa599f;
  background: none;
}
.custom-tab-slideshow-wrapper .fsTabsNav > .fsTabsNavItem.fsStateSelected:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #aa599f;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -49px;
}
.custom-tab-slideshow-wrapper .fsTabsNav > .fsTabsNavItem a {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #999;
  cursor: pointer;
  margin-bottom: 0;
  transition: .3s;
  padding: 10px 0;
  background: none;
  border: none;
  font-size: 15px;
  line-height: 1.2;
}
.custom-tab-slideshow-wrapper .fsTabsNav > .fsTabsNavItem a:hover {
  color: #aa599f;
  background: none;
  transition: .3s;
}

.custom-tab-slideshow .fsMediaContainer, .custom-tab-slideshow .slick-list {
  overflow: visible;
}
.custom-tab-slideshow article {
  width: 360px;
  height: 360px;
  background-size: cover;
  background-position: center;
  margin-right: 2px;
}
.custom-tab-slideshow article img {
  display: none;
}

.arrow-container {
  height: 40px;
  margin-bottom: 20px;
  top: -45px;
  display: none;
}
@media (min-width: 600px) {
  .arrow-container {
    width: 100vw;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
  }
}
.fsStateOpen .arrow-container {
  display: block;
}
.arrow-container .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  color: transparent;
  overflow: hidden;
  padding: 0;
  z-index: 10;
  font-size: 18px;
  outline: transparent;
  background-color: #f6f5f4;
  border: 1px solid #ccc;
}
@media (min-width: 600px) {
  .arrow-container .slick-arrow {
    width: 40px;
  }
}
.arrow-container .slick-arrow:before {
  display: none;
}
.arrow-container .slick-arrow:after {
  content: '\e915';
  font-family: "IcoMoon";
  color: #7fa4b5;
  top: 0;
  line-height: 40px;
  display: block;
  transition: .3s;
  width: 100%;
  position: absolute;
}
.arrow-container .slick-arrow.slick-prev {
  right: 40px;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 600px) {
  .arrow-container .slick-arrow.slick-prev {
    right: 70px;
  }
}
.arrow-container .slick-arrow.slick-next {
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-width: 600px) {
  .arrow-container .slick-arrow.slick-next {
    right: 30px;
  }
}
.arrow-container .slick-arrow.slick-next:after {
  content: '\e916';
}
.arrow-container .slick-arrow:hover {
  background-color: rgba(204, 204, 204, 0.3);
  transition: .3s;
}

/*! elements - news v0.0.1 */
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.8333333333em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsDateTime {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #7fa4b5;
  line-height: 14px;
}
.fsNews .fsSummary {
  color: #999;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.fsNews .fsListItems + .fsLoadMoreButton {
  margin-top: 30px;
}
.fsNews article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fsNews article > div {
  -ms-flex-order: 2;
  order: 2;
}
.fsNews article > div.fsDateTime {
  -ms-flex-order: 1;
  order: 1;
}
.fsNews article > div.fsTitle + .fsDateTime {
  margin-bottom: 0;
}
.fsNews article > div.fsDateTime:last-child {
  margin-bottom: 10px;
}

.fsNews.fsList article {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.fsNews.fsList article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsNews.fsList article > .fsTitle:last-child {
  margin-bottom: 0;
}

.fsNews.mag-news-featured {
  text-align: center;
}
.fsNews.mag-news-featured > header, .fsNews.mag-news-featured > footer {
  text-align: left;
}
.fsNews.mag-news-featured .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}
.fsNews.mag-news-featured .fsListItems > article {
  display: block;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .fsNews.mag-news-featured .fsListItems > article {
    width: calc(50% - 15px);
  }
}
@media (min-width: 800px) {
  .fsNews.mag-news-featured .fsListItems > article {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .fsNews.mag-news-featured .fsListItems > article {
    width: calc(50% - 15px);
  }
}
.fsNews.mag-news-featured .fsListItems .fsThumbnail {
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  height: 200px;
}
@media (min-width: 760px) {
  .fsNews.mag-news-featured .fsListItems .fsThumbnail {
    height: 280px;
  }
}
@media (min-width: 900px) {
  .fsNews.mag-news-featured .fsListItems .fsThumbnail {
    height: 200px;
  }
}
@media (min-width: 1000px) {
  .fsNews.mag-news-featured .fsListItems .fsThumbnail {
    height: 280px;
  }
}
.fsNews.mag-news-featured .fsListItems .fsThumbnail img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fsNews.mag-news-featured .fsListItems .fsThumbnail + .fsTitle + .fsDateTime:before {
  display: none;
}
.fsNews.mag-news-featured .fsListItems .fsTitle {
  margin-top: 5px;
}
.fsNews.mag-news-featured .fsListItems .fsDateTime:before {
  content: '';
  background-image: url("/uploaded/themes/default_16/images/thumb-bg.jpg");
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
  height: 200px;
  margin-bottom: 15px;
}
@media (min-width: 400px) {
  .fsNews.mag-news-featured .fsListItems .fsDateTime:before {
    height: 280px;
  }
}
@media (min-width: 600px) {
  .fsNews.mag-news-featured .fsListItems .fsDateTime:before {
    height: 200px;
  }
}
@media (min-width: 700px) {
  .fsNews.mag-news-featured .fsListItems .fsDateTime:before {
    height: 280px;
  }
}
.fsNews.mag-news-featured .fsListItems + .fsLoadMoreButton {
  margin-top: 0;
}
.fsNews.mag-news-featured.border-bottom {
  padding-bottom: 5px;
}

.mag-post-page:not(.fsComposeMode) .mobile-menu {
  position: fixed;
  width: 100%;
  z-index: 110;
}
.mag-post-page:not(.fsComposeMode) .search-toggle, .mag-post-page:not(.fsComposeMode) .header-toggle {
  position: fixed;
  z-index: 110;
}
.mag-post-page:not(.fsComposeMode) .mobile-search.search-only {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 110;
}
.mag-post-page:not(.fsComposeMode) #fsPageBodyWrapper {
  padding-top: 60px;
  margin-top: 230px;
}
@media (min-width: 600px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-top: 400px;
  }
}
@media (min-width: 800px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-top: 570px;
  }
}
@media (min-width: 1000px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-top: 620px;
  }
}
@media (min-width: 600px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBody {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 800px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBody {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1000px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBody {
    padding-left: 180px;
    padding-right: 180px;
  }
}

.mag-post-thumbnail {
  height: 230px;
}
@media (min-width: 600px) {
  .mag-post-thumbnail {
    height: 400px;
  }
}
@media (min-width: 800px) {
  .mag-post-thumbnail {
    height: 570px;
  }
}
body:not(.fsComposeMode) .mag-post-thumbnail {
  position: fixed;
  width: 100vw;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  z-index: -1;
}
.mag-post-thumbnail article {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  display: block;
}
@media (min-width: 600px) {
  .mag-post-thumbnail article {
    height: 400px;
  }
}
@media (min-width: 800px) {
  .mag-post-thumbnail article {
    height: 570px;
  }
}

@media (min-width: 600px) {
  .mag-post-body .image-outset-wrapper {
    margin: 40px -50px;
  }
}
@media (min-width: 800px) {
  .mag-post-body .image-outset-wrapper {
    margin: 40px -80px;
  }
}
@media (min-width: 1000px) {
  .mag-post-body .image-outset-wrapper {
    margin: 40px -180px;
  }
}
.mag-post-body .image-outset-wrapper img {
  width: 100%;
}
.mag-post-body .image-outset-wrapper .image-caption-inner {
  max-width: none !important;
}
.mag-post-body .image-caption-wrapper {
  display: block;
}
.mag-post-body .image-caption-wrapper img {
  margin: 0 auto;
}
.mag-post-body .image-caption-inner {
  display: inline-block;
}
.mag-post-body .image-caption {
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
  font-weight: normal;
}
.mag-post-body article .fsTitle {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .mag-post-body article .fsTitle {
    font-size: 45px;
  }
}
.mag-post-body article .fsAuthor:before {
  content: 'By ';
}

.mag-more-stories {
  text-align: center;
}
.mag-more-stories > header {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  padding-top: 40px;
}
@media (min-width: 700px) {
  .mag-more-stories > header {
    padding-top: 0;
  }
}
.mag-more-stories > header .fsElementHeaderContent {
  position: absolute;
  right: 0;
  top: -20px;
}
@media (min-width: 700px) {
  .mag-more-stories > header .fsElementHeaderContent {
    top: -14px;
  }
}
.mag-more-stories > header .fsElementTitle {
  margin-bottom: 0;
}
.mag-more-stories .fsListItems {
  text-align: left;
}
@media (min-width: 700px) {
  .mag-more-stories .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.mag-more-stories .fsListItems article {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .mag-more-stories .fsListItems article {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 700px) {
  .mag-more-stories .fsListItems article {
    width: calc(50% - 15px);
  }
  .mag-more-stories .fsListItems article:nth-child(5) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.mag-more-stories .fsListItems article .fsThumbnail {
  width: 120px;
  height: 80px;
  background-size: cover;
  background-position: center;
}
body:not(.fsComposeMode) .mag-more-stories .fsListItems article .fsThumbnail img {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 600px) {
  .mag-more-stories .fsListItems article .fsThumbnail {
    margin-bottom: 0;
  }
}
.mag-more-stories .fsListItems + .fsLoadMoreButton {
  margin-top: 50px;
}
.mag-more-stories .fsListItems + .fsListItems > article:first-child {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #ccc;
}
@media (min-width: 700px) {
  .mag-more-stories .fsListItems + .fsListItems > article:nth-child(2) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #ccc;
  }
}

.custom-news-tab-container {
  display: none;
}
@media (min-width: 800px) {
  .custom-news-tab-container {
    display: block;
  }
}
.custom-news-tab-container article .fsTitle:before {
  content: '';
  background-image: url("/uploaded/themes/default_16/images/thumb-bg.jpg");
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
  height: 200px;
  margin-bottom: 15px;
}
@media (min-width: 400px) {
  .custom-news-tab-container article .fsTitle:before {
    height: 280px;
  }
}
@media (min-width: 600px) {
  .custom-news-tab-container article .fsTitle:before {
    height: 200px;
  }
}
@media (min-width: 700px) {
  .custom-news-tab-container article .fsTitle:before {
    height: 280px;
  }
}
.custom-news-tab-container article .fsThumbnail + .fsTitle:before {
  display: none;
}

.custom-news-tabs {
  display: none;
}
@media (min-width: 800px) {
  .custom-news-tabs {
    display: block;
  }
}
.custom-news-tabs.mobile {
  display: block;
}
@media (min-width: 800px) {
  .custom-news-tabs.mobile {
    display: none;
  }
}
.custom-news-tabs > header .fsElementTitle {
  font-style: italic;
  color: #333333;
}
body:not(.fsComposeMode) .custom-news-tabs:not(.mobile) > .fsElementContent > .fsPanel {
  position: relative;
  height: 0;
  overflow: hidden;
}
.custom-news-tabs .fsTabsNav {
  width: 300px;
  position: relative;
  z-index: 10;
  margin-top: 20px;
  padding-left: 50px !important;
  height: 100%;
}
.custom-news-tabs .fsTabsNav:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: 2px;
  background-color: #999;
  opacity: .5;
  display: block;
}
.custom-news-tabs .fsTabsNav > .fsTabsNavItem {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}
.custom-news-tabs .fsTabsNav > .fsTabsNavItem.fsStateSelected a {
  color: #aa599f;
  background: none;
}
.custom-news-tabs .fsTabsNav > .fsTabsNavItem.fsStateSelected:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #aa599f;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -49px;
}
.custom-news-tabs .fsTabsNav > .fsTabsNavItem a {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2;
  color: #999;
  cursor: pointer;
  margin-bottom: 0;
  transition: .3s;
  padding: 10px 0;
  background: none;
  border: none;
}
.custom-news-tabs .fsTabsNav > .fsTabsNavItem a:hover {
  color: #aa599f;
  background: none;
  transition: .3s;
}

.fsComposeMode .wide-left .fsStyleColumn-last .fsTabs .fsTabsNav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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 15px;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
}
@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
}
@media (min-width: 600px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
}
.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1;
}
.no-flexbox .fsNews.fsGrid .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.no-flexbox .fsNews.fsGrid .fsListItems article {
  margin: 0 0 30px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 600px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 600px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 600px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 600px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: both;
  }
}

.post-page #fsPageBodyWrapper {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .post-page #fsPageBodyWrapper {
    padding-top: 50px;
  }
}
.post-page .fsPost .fsThumbnail {
  width: 100vw;
  position: relative;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-page .fsPost .fsThumbnail.hide-thumbnail {
  display: none;
}
.post-page .fsPost .fsThumbnail img {
  display: block;
  width: 100%;
}
.post-page .fsPost .fsTitle {
  margin-top: 50px;
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .post-page .fsPost .fsTitle {
    font-size: 45px;
  }
}
.post-page .fsPost article {
  max-width: 780px;
  margin: 0 auto;
}

.fsPost .fsAuthor {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fe7365;
  letter-spacing: .05em;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px;
  margin-bottom: 0;
  margin-top: 15px;
}
.fsPost .fsDateTime {
  margin-top: 10px;
  margin-bottom: 0;
}
.fsPost .fsBody {
  margin-top: 30px;
}

/*! elements - news v0.0.1 */
.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 0.8333333333em;
}
.fsPostElement .fsThumbnail img {
  display: block;
}
.fsPostElement .fsDateTime {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #7fa4b5;
  line-height: 14px;
}
.fsPostElement .fsSummary {
  color: #999;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.fsPostElement .fsListItems + .fsLoadMoreButton {
  margin-top: 30px;
}
.fsPostElement article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fsPostElement article table {
  table-layout: fixed;
  width: 100%;
}
.fsPostElement article > div {
  -ms-flex-order: 2;
  order: 2;
}
body:not(.post-page) .fsPostElement article > div.fsDateTime {
  -ms-flex-order: 1;
  order: 1;
}
.fsPostElement article > div.fsTitle + .fsDateTime {
  margin-bottom: 0;
}
.fsPostElement article > div.fsDateTime:last-child {
  margin-bottom: 10px;
}

.fsPostElement.fsList article {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.fsPostElement.fsList article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsPostElement.fsList article > .fsTitle:last-child {
  margin-bottom: 0;
}

.fsPostElement.mag-news-featured {
  text-align: center;
}
.fsPostElement.mag-news-featured > header, .fsPostElement.mag-news-featured > footer {
  text-align: left;
}
.fsPostElement.mag-news-featured .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}
.fsPostElement.mag-news-featured .fsListItems > article {
  display: block;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .fsPostElement.mag-news-featured .fsListItems > article {
    width: calc(50% - 15px);
  }
}
@media (min-width: 800px) {
  .fsPostElement.mag-news-featured .fsListItems > article {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .fsPostElement.mag-news-featured .fsListItems > article {
    width: calc(50% - 15px);
  }
}
.fsPostElement.mag-news-featured .fsListItems .fsThumbnail {
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  height: 200px;
}
@media (min-width: 760px) {
  .fsPostElement.mag-news-featured .fsListItems .fsThumbnail {
    height: 280px;
  }
}
@media (min-width: 900px) {
  .fsPostElement.mag-news-featured .fsListItems .fsThumbnail {
    height: 200px;
  }
}
@media (min-width: 1000px) {
  .fsPostElement.mag-news-featured .fsListItems .fsThumbnail {
    height: 280px;
  }
}
.fsPostElement.mag-news-featured .fsListItems .fsThumbnail img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fsPostElement.mag-news-featured .fsListItems .fsThumbnail + .fsTitle + .fsDateTime:before {
  display: none;
}
.fsPostElement.mag-news-featured .fsListItems .fsTitle {
  margin-top: 5px;
}
.fsPostElement.mag-news-featured .fsListItems .fsDateTime:before {
  content: '';
  background-image: url("/uploaded/themes/default_16/images/thumb-bg.jpg");
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
  height: 200px;
  margin-bottom: 15px;
}
@media (min-width: 400px) {
  .fsPostElement.mag-news-featured .fsListItems .fsDateTime:before {
    height: 280px;
  }
}
@media (min-width: 600px) {
  .fsPostElement.mag-news-featured .fsListItems .fsDateTime:before {
    height: 200px;
  }
}
@media (min-width: 700px) {
  .fsPostElement.mag-news-featured .fsListItems .fsDateTime:before {
    height: 280px;
  }
}
.fsPostElement.mag-news-featured .fsListItems + .fsLoadMoreButton {
  margin-top: 0;
}
.fsPostElement.mag-news-featured.border-bottom {
  padding-bottom: 5px;
}

.mag-post-page:not(.fsComposeMode) .mobile-menu {
  position: fixed;
  width: 100%;
  z-index: 110;
}
.mag-post-page:not(.fsComposeMode) .search-toggle, .mag-post-page:not(.fsComposeMode) .header-toggle {
  position: fixed;
  z-index: 110;
}
.mag-post-page:not(.fsComposeMode) .mobile-search.search-only {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 110;
}
.mag-post-page:not(.fsComposeMode) #fsPageBodyWrapper {
  padding-top: 60px;
  margin-top: 230px;
}
@media (min-width: 600px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-top: 400px;
  }
}
@media (min-width: 800px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-top: 570px;
  }
}
@media (min-width: 1000px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-top: 620px;
  }
}
@media (min-width: 600px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBody {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 800px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBody {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1000px) {
  .mag-post-page:not(.fsComposeMode) #fsPageBody {
    padding-left: 180px;
    padding-right: 180px;
  }
}

.mag-post-thumbnail {
  height: 230px;
}
@media (min-width: 600px) {
  .mag-post-thumbnail {
    height: 400px;
  }
}
@media (min-width: 800px) {
  .mag-post-thumbnail {
    height: 570px;
  }
}
body:not(.fsComposeMode) .mag-post-thumbnail {
  position: fixed;
  width: 100vw;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  z-index: -1;
}
.mag-post-thumbnail article {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  display: block;
}
@media (min-width: 600px) {
  .mag-post-thumbnail article {
    height: 400px;
  }
}
@media (min-width: 800px) {
  .mag-post-thumbnail article {
    height: 570px;
  }
}

@media (min-width: 600px) {
  .mag-post-body .image-outset-wrapper {
    margin: 40px -50px;
  }
}
@media (min-width: 800px) {
  .mag-post-body .image-outset-wrapper {
    margin: 40px -80px;
  }
}
@media (min-width: 1000px) {
  .mag-post-body .image-outset-wrapper {
    margin: 40px -180px;
  }
}
.mag-post-body .image-outset-wrapper img {
  width: 100%;
}
.mag-post-body .image-outset-wrapper .image-caption-inner {
  max-width: none !important;
}
.mag-post-body .image-caption-wrapper {
  display: block;
}
.mag-post-body .image-caption-wrapper img {
  margin: 0 auto;
}
.mag-post-body .image-caption-inner {
  display: inline-block;
}
.mag-post-body .image-caption {
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
  font-weight: normal;
}
.mag-post-body article .fsTitle {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .mag-post-body article .fsTitle {
    font-size: 45px;
  }
}
.mag-post-body article .fsAuthor:before {
  content: 'By ';
}

.mag-more-stories {
  text-align: center;
}
.mag-more-stories > header {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  padding-top: 40px;
}
@media (min-width: 700px) {
  .mag-more-stories > header {
    padding-top: 0;
  }
}
.mag-more-stories > header .fsElementHeaderContent {
  position: absolute;
  right: 0;
  top: -20px;
}
@media (min-width: 700px) {
  .mag-more-stories > header .fsElementHeaderContent {
    top: -14px;
  }
}
.mag-more-stories > header .fsElementTitle {
  margin-bottom: 0;
}
.mag-more-stories .fsListItems {
  text-align: left;
}
@media (min-width: 700px) {
  .mag-more-stories .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.mag-more-stories .fsListItems article {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .mag-more-stories .fsListItems article {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 700px) {
  .mag-more-stories .fsListItems article {
    width: calc(50% - 15px);
  }
  .mag-more-stories .fsListItems article:nth-child(5) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.mag-more-stories .fsListItems article .fsThumbnail {
  width: 120px;
  height: 80px;
  background-size: cover;
  background-position: center;
}
body:not(.fsComposeMode) .mag-more-stories .fsListItems article .fsThumbnail img {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 600px) {
  .mag-more-stories .fsListItems article .fsThumbnail {
    margin-bottom: 0;
  }
}
.mag-more-stories .fsListItems + .fsLoadMoreButton {
  margin-top: 50px;
}
.mag-more-stories .fsListItems + .fsListItems > article:first-child {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #ccc;
}
@media (min-width: 700px) {
  .mag-more-stories .fsListItems + .fsListItems > article:nth-child(2) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #ccc;
  }
}

.custom-news-tab-container {
  display: none;
}
@media (min-width: 800px) {
  .custom-news-tab-container {
    display: block;
  }
}
.custom-news-tab-container article .fsTitle:before {
  content: '';
  background-image: url("/uploaded/themes/default_16/images/thumb-bg.jpg");
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
  height: 200px;
  margin-bottom: 15px;
}
@media (min-width: 400px) {
  .custom-news-tab-container article .fsTitle:before {
    height: 280px;
  }
}
@media (min-width: 600px) {
  .custom-news-tab-container article .fsTitle:before {
    height: 200px;
  }
}
@media (min-width: 700px) {
  .custom-news-tab-container article .fsTitle:before {
    height: 280px;
  }
}
.custom-news-tab-container article .fsThumbnail + .fsTitle:before {
  display: none;
}

.custom-news-tabs {
  display: none;
}
@media (min-width: 800px) {
  .custom-news-tabs {
    display: block;
  }
}
.custom-news-tabs.mobile {
  display: block;
}
@media (min-width: 800px) {
  .custom-news-tabs.mobile {
    display: none;
  }
}
.custom-news-tabs > header .fsElementTitle {
  font-style: italic;
  color: #333333;
}
body:not(.fsComposeMode) .custom-news-tabs:not(.mobile) > .fsElementContent > .fsPanel {
  position: relative;
  height: 0;
  overflow: hidden;
}
.custom-news-tabs .fsTabsNav {
  width: 300px;
  position: relative;
  z-index: 10;
  margin-top: 20px;
  padding-left: 50px !important;
  height: 100%;
}
.custom-news-tabs .fsTabsNav:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: 2px;
  background-color: #999;
  opacity: .5;
  display: block;
}
.custom-news-tabs .fsTabsNav > .fsTabsNavItem {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}
.custom-news-tabs .fsTabsNav > .fsTabsNavItem.fsStateSelected a {
  color: #aa599f;
  background: none;
}
.custom-news-tabs .fsTabsNav > .fsTabsNavItem.fsStateSelected:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #aa599f;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -49px;
}
.custom-news-tabs .fsTabsNav > .fsTabsNavItem a {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2;
  color: #999;
  cursor: pointer;
  margin-bottom: 0;
  transition: .3s;
  padding: 10px 0;
  background: none;
  border: none;
}
.custom-news-tabs .fsTabsNav > .fsTabsNavItem a:hover {
  color: #aa599f;
  background: none;
  transition: .3s;
}

.fsComposeMode .wide-left .fsStyleColumn-last .fsTabs .fsTabsNav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fsPostElement.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.fsPostElement.fsGrid article {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
@media (min-width: 600px) {
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
}
@media (min-width: 600px) {
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
}
.no-flexbox .fsPostElement.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1;
}
.no-flexbox .fsPostElement.fsGrid .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.no-flexbox .fsPostElement.fsGrid .fsListItems article {
  margin: 0 0 30px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 600px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
.no-flexbox .fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 600px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 600px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 600px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .no-flexbox .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: both;
  }
}

.post-page #fsPageBodyWrapper {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .post-page #fsPageBodyWrapper {
    padding-top: 50px;
  }
}
.post-page .fsPost .fsThumbnail {
  width: 100vw;
  position: relative;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-page .fsPost .fsThumbnail img {
  display: block;
  width: 100%;
}
.post-page .fsPost .fsTitle {
  margin-top: 50px;
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .post-page .fsPost .fsTitle {
    font-size: 45px;
  }
}
.post-page .fsPost article {
  max-width: 780px;
  margin: 0 auto;
}

.fsPost .fsAuthor {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fe7365;
  letter-spacing: .05em;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px;
  margin-bottom: 0;
  margin-top: 15px;
}
.fsPost .fsDateTime {
  margin-top: 10px;
  margin-bottom: 0;
}
.fsPost .fsBody {
  margin-top: 30px;
}

.custom-news-panel.fsPostElement .fsThumbnail {
  padding-right: 10px;
}
@media (min-width: 800px) {
  .custom-news-panel.fsPostElement .fsThumbnail > div {
    height: 280px;
  }
}

.fsResourceElement.fsSlideshow article {
  position: relative;
  padding: 0;
}
.fsResourceElement.fsSlideshow article:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 25%, transparent 40%, transparent 80%, transparent 100%);
}
.fsResourceElement.fsSlideshow .fsResourceTitle {
  position: absolute;
  bottom: 30px;
  margin: 30px;
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-size: 16px;
  word-break: break-word;
}
@media (min-width: 600px) {
  .fsResourceElement.fsSlideshow .fsResourceTitle {
    max-width: 515px;
    font-size: 20px;
  }
}
.fsResourceElement.fsSlideshow .fsPager {
  position: absolute;
  bottom: 10px;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}
.fsResourceElement.fsSlideshow .fsPager li button:before {
  color: #fff;
  opacity: .8;
  font-size: 30px;
}
.fsResourceElement.fsSlideshow .fsPager li.slick-active button:before {
  color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 4px;
}

/*=======================*/
/* Search Variables      */
/*=======================*/
.search-toggle {
  width: 40px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 88px;
  top: 0;
}
.search-toggle:hover:after {
  opacity: 1;
  transition: .3s;
}
.search-toggle:after {
  content: '\e90e';
  font-family: "IcoMoon";
  color: #fff;
  font-size: 15px;
  opacity: .8;
  position: absolute;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
  width: 15px;
  line-height: 50px;
}

.mobile-search {
  width: 100%;
  background-color: #333333;
  height: 45px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
}
.mobile-search:before {
  content: '\e90e';
  font-family: "IcoMoon";
  color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  opacity: .8;
  font-size: 14px;
  line-height: 1;
  margin-top: -2px;
}
.mobile-search form.gsc-search-box-tools {
  border: none;
  border-radius: 0;
}
.mobile-search form.gsc-search-box-tools input.gsc-input {
  height: 43px !important;
  padding-left: 45px !important;
  font-size: 15px;
  line-height: 19px;
  font-family: "nimbus-sans", sans-serif;
}
.mobile-search form.gsc-search-box-tools td.gsc-search-button {
  width: 50px;
}
.mobile-search form.gsc-search-box-tools td.gsc-search-button:before {
  height: calc(100% - 20px);
}
.mobile-search form.gsc-search-box-tools td.gsc-search-button:after {
  font-size: 18px;
}
.mobile-search.search-only {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.mobile-search.search-only.show {
  opacity: 1;
  visibility: visible;
  transition: .3s;
  z-index: 5;
}
@media (min-width: 1000px) {
  .mobile-search.search-only {
    display: none;
  }
}

/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #333333;
}
form.gsc-search-box-tools table {
  border: none;
}
form.gsc-search-box-tools td.gsc-input {
  padding: 0 !important;
  width: 100%;
  width: calc(100% - 80px);
}
form.gsc-search-box-tools table.gsc-search-box {
  margin-bottom: 0;
}
form.gsc-search-box-tools div.gsc-input-box {
  border: 0;
  height: auto;
  background: #333333;
}
form.gsc-search-box-tools div.gsc-input-box table,
form.gsc-search-box-tools div.gsc-input-box tbody,
form.gsc-search-box-tools div.gsc-input-box tr,
form.gsc-search-box-tools div.gsc-input-box td {
  overflow: hidden;
  display: block;
  width: 100%;
  border: 0;
}
form.gsc-search-box-tools td.gsib_a {
  padding: 0;
  display: inline-block;
}
form.gsc-search-box-tools td.gsib_b {
  padding: 0;
  display: none !important;
}
form.gsc-search-box-tools input.gsc-input {
  background: #333333 !important;
  background-image: none !important;
  width: 100%;
  color: #fff;
  padding-left: 30px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  height: 120px !important;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 60px;
  line-height: 1;
  border: none !important;
  border-radius: 0 !important;
}
form.gsc-search-box-tools table.gsc-branding {
  display: none;
}
form.gsc-search-box-tools td.gsc-search-button {
  width: 80px;
  background: #333333;
  position: relative;
  transition: .3s;
  padding: 0;
}
form.gsc-search-box-tools td.gsc-search-button:before {
  content: '';
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #999;
  opacity: .2;
}
form.gsc-search-box-tools td.gsc-search-button:after {
  content: '\e916';
  font-family: "IcoMoon";
  color: #83ae5d;
  opacity: 1;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  transition: .3s;
}
form.gsc-search-box-tools td.gsc-search-button:hover {
  background: #999;
  transition: .3s;
}
form.gsc-search-box-tools td.gsc-search-button:hover:after {
  color: #333333;
  transition: .3s;
}
form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
}

/*=======================*/
/* Custom Styles         */
/*=======================*/
.search-container {
  position: fixed;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, width 0s ease-out .3s, height 0s ease-out .3s;
  display: none;
}
@media (min-width: 1000px) {
  .search-container {
    display: block;
  }
}
.search-container > header, .search-container > .fsElementContent {
  opacity: 0;
  visibility: hidden;
}
.search-container.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.search-container.open > header, .search-container.open > .fsElementContent {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease-in .4s, top .3s ease-in .4s;
}
.search-container.open > .fsElementContent {
  top: 50%;
}
.search-container.open > .fsElementContent .site-search {
  margin-bottom: 60px;
  transition: .3s ease-in .5s;
}
.search-container > header {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 40px;
  right: 40px;
  z-index: 125;
  color: transparent;
  cursor: pointer;
}
.search-container > header:before {
  content: '\e902';
  font-family: "IcoMoon";
  color: #aac0d1;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
  font-size: 40px;
  transition: .3s;
}
.search-container > header:hover:before {
  transition: .3s;
  color: #fff;
}
.search-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
}
.search-container > .fsElementContent .site-search {
  margin-bottom: 30px;
}

.search-pages {
  color: #fff;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 36px;
  line-height: 1.2;
}
.search-pages, .search-pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-pages li {
  margin: 0;
  padding: 0;
}
.search-pages .fsElementTitle {
  text-transform: uppercase;
  font-family: "nimbus-sans", sans-serif;
  color: #83ae5d;
  letter-spacing: .075em;
  font-size: 20px;
  line-height: 1.2;
}
.search-pages a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
.search-pages a:hover {
  color: #999;
}
.search-pages > .fsElementContent > ul {
  -moz-column-count: 3;
  column-count: 3;
}

.fsSearch.site-search {
  margin-bottom: 30px;
}
.fsSearch.site-search .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0072c6;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  font-family: "nimbus-sans", sans-serif;
  color: #fe7365;
  position: relative;
}
.fsSearch.site-search .fsElementTitle:before {
  content: '\e90e';
  display: inline-block;
  color: #fff;
  opacity: .8;
  font-family: "IcoMoon";
  font-weight: normal;
  margin-right: 10px;
}

.ui-autocomplete {
  border-radius: none;
}

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 30px;
}

.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: 15px;
}
.fsFacebookExtras .fsFacebookThumb {
  margin-bottom: 15px;
  display: block;
}
.fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.fsFacebookFollow {
  margin-top: 30px;
}

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 30px;
}

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 40px;
}
.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: 30px;
  margin-bottom: 30px;
  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: 30px;
  opacity: 1;
  transition: opacity .3s;
}
.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 15px;
  margin-right: 30px;
}
@media (min-width: 600px) {
  .fsVimeoThumb {
    float: left;
    margin-bottom: 0;
  }
}

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #0072c6;
  border: solid 1px #0072c6;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
}
.vimeo_view_link a:first-of-type {
  margin-left: 0;
}
.vimeo_view_link a:last-of-type {
  margin-right: 0;
}
.vimeo_view_link a:hover {
  background: #fff;
  color: #0072c6 !important;
  transition: .3s;
}

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 30px;
}
.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 30px;
}

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsYoutubeList li {
  margin: 0;
  padding: 0;
}
.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 30px;
  margin-bottom: 30px;
  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: 30px;
  opacity: 1;
  transition: opacity .3s;
}
.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 15px;
  margin-right: 30px;
  float: none;
}
@media (min-width: 600px) {
  .fsYoutubeThumb {
    float: left;
    margin-bottom: 0;
  }
}

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #0072c6;
  border: solid 1px #0072c6;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
}
.Youtube_view_link a:first-of-type {
  margin-left: 0;
}
.Youtube_view_link a:last-of-type {
  margin-right: 0;
}
.Youtube_view_link a:hover {
  background: #fff;
  color: #0072c6 !important;
  transition: .3s;
}

.fsSharingButtonsContainer {
  position: fixed;
  left: 0;
  top: 20%;
  z-index: 200;
}
.fsSharingButtonsContainer a.fsSharingLink {
  display: block;
}

/*! elements - tabs */
body.fsComposeMode .fsTabs .fsTabsNav {
  display: -ms-flexbox;
  display: flex;
}

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 30px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 10px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #fefefe;
  letter-spacing: .05em;
  line-height: 14px;
  background: #999;
  color: #f6f5f4;
  border: 1px solid #ccc;
  padding: 12px 15px;
}
.fsTabs .fsTabsNav li a:hover {
  background: #fe7365;
  color: #f6f5f4;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #aa599f;
  color: #f6f5f4;
}
.fsTabs .fsPanel > .fsElementContent {
  padding: 20px 0;
}
.fsTabs .fsCalendar.fsList > .fsElementContent {
  padding-left: 20px;
}

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

/*! pages - home v0.0.1 */
.home.fsComposeMode #fsHeader {
  height: 50px;
  overflow: hidden;
}
.home #fsPageBodyWrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.home #fsPageBody {
  max-width: none;
}

.video-image-slideshow {
  position: relative;
  background-color: #f9f9f9;
  background-position: top center;
  background-size: cover;
  height: 230px;
}
@media (min-width: 600px) {
  .video-image-slideshow {
    height: 670px;
  }
}
@media (min-width: 1000px) {
  .video-image-slideshow {
    height: 100vh;
  }
}

body:not(.fsComposeMode) .multimedia-slide {
  height: auto;
  min-height: 155px;
  height: 230px;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .multimedia-slide {
    padding-top: 0;
    height: 670px;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .multimedia-slide {
    height: 100vh;
  }
}
body:not(.fsComposeMode) .multimedia-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 40%, transparent 80%, rgba(0, 0, 0, 0.5) 100%);
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .multimedia-slide:after {
    background-color: transparent;
  }
}
body:not(.fsComposeMode) .multimedia-slide.slick-current {
  z-index: 1;
}
body:not(.fsComposeMode) .multimedia-slide .caption-wrapper {
  position: absolute;
  bottom: 45px;
  background-color: transparent;
  padding-bottom: 0;
  max-width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  z-index: 5;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .multimedia-slide .caption-wrapper {
    bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-title {
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 1px 1px 3px #000;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-title {
    font-size: 45px;
    line-height: 54px;
    text-shadow: none;
  }
}
body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-desc {
  color: #fff;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-desc {
    margin-top: 15px;
    font-size: 20px;
  }
}
body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-desc:empty {
  display: none;
}
body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-desc a {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0072c6;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  transition: .3s;
  display: block;
  text-decoration: none;
  opacity: .8;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-desc a {
    font-size: 14px;
    line-height: 19px;
  }
}
body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-desc a:hover {
  opacity: 1;
}
body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-desc a:after {
  content: '\e90d';
  font-family: "IcoMoon";
  margin-left: 5px;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  vertical-align: text-bottom;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-desc a:after {
    font-size: 18px;
    font-weight: normal;
  }
}
body:not(.fsComposeMode) .multimedia-slide .caption-wrapper .caption-desc p {
  margin-bottom: 5px;
}

.multimedia-img-wrapper {
  display: none;
}

.video-image-slideshow-controls {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  bottom: 20px;
}
@media (min-width: 600px) {
  .video-image-slideshow-controls {
    padding: 0 30px;
    bottom: 40px;
  }
}
.video-image-slideshow-controls .slick-dots {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  padding: 0;
  list-style: none;
  text-align: left;
  height: 12px;
  bottom: 0;
}
.video-image-slideshow-controls .slick-dots > li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.video-image-slideshow-controls .slick-dots > li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid white;
}
.video-image-slideshow-controls .slick-dots button {
  width: 8px;
  border: none;
  color: transparent;
  padding: 0;
  outline: transparent;
  position: relative;
  background: transparent;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  opacity: .8;
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 3.3333333333em;
  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.3333333333%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 16.6666666667%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 8.3333333333%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #333333;
  color: #333333;
}
.colors ol li:nth-of-type(1):after {
  content: "#333333";
}
.colors ol li:nth-of-type(2) {
  background: #0f2b5b;
  color: #0f2b5b;
}
.colors ol li:nth-of-type(2):after {
  content: "#0f2b5b";
}
.colors ol li:nth-of-type(3) {
  background: #0072c6;
  color: #0072c6;
}
.colors ol li:nth-of-type(3):after {
  content: "#0072c6";
}
.colors ol li:nth-of-type(4) {
  background: #00508a;
  color: #00508a;
}
.colors ol li:nth-of-type(4):after {
  content: "#00508a";
}
.colors ol li:nth-of-type(5) {
  background: #fe7365;
  color: #fe7365;
}
.colors ol li:nth-of-type(5):after {
  content: "#fe7365";
}
.colors ol li:nth-of-type(6) {
  background: #aa599f;
  color: #aa599f;
}
.colors ol li:nth-of-type(6):after {
  content: "#aa599f";
}
.colors ol li:nth-of-type(7) {
  background: #83ae5d;
  color: #83ae5d;
}
.colors ol li:nth-of-type(7):after {
  content: "#83ae5d";
}
.colors ol li:nth-of-type(8) {
  background: #7fa4b5;
  color: #7fa4b5;
}
.colors ol li:nth-of-type(8):after {
  content: "#7fa4b5";
}
.colors ol li:nth-of-type(9) {
  background: #aac0d1;
  color: #aac0d1;
}
.colors ol li:nth-of-type(9):after {
  content: "#aac0d1";
}
.colors ol li:nth-of-type(10) {
  background: #95866b;
  color: #95866b;
}
.colors ol li:nth-of-type(10):after {
  content: "#95866b";
}
.colors ol li:nth-of-type(11) {
  background: #f6f5f4;
  color: #f6f5f4;
}
.colors ol li:nth-of-type(11):after {
  content: "#f6f5f4";
}
.colors ol li:nth-of-type(12) {
  background: #999;
  color: #999;
}
.colors ol li:nth-of-type(12):after {
  content: "#999";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 3.3333333333em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.4166666667em;
  padding: 0.4166666667em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "adobe-garamond-pro", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "adobe-garamond-pro, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "nimbus-sans", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "nimbus-sans, sans-serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(6) {
  font-family: "FontAwesome";
}
.fonts ol li:nth-of-type(6):after {
  content: "FontAwesome";
}
.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 45px / line: 54px";
}
.headers h2:after {
  content: " size: 30px / line: 36px";
}
.headers h3:after {
  content: " size: 26px / line: 32px";
}
.headers h4:after {
  content: " size: 20px / line: 24px";
}
.headers h5:after {
  content: " size: 15px / line: 18px";
}
.headers h6:after {
  content: " size: 12px / line: 15px";
}

/*! pages - home v0.0.1 */
.panel-wrapper {
  padding: 0 20px;
}
@media (min-width: 600px) {
  .panel-wrapper {
    padding: 0 30px;
  }
}
.panel-wrapper.bg-grey {
  background-color: #f6f5f4;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.panel-wrapper.bg-grey .panel > header h2 {
  background-color: #f6f5f4;
}
.panel-wrapper.bg-grey.title-bar {
  padding-top: 40px;
}
.panel-wrapper.bg-grey.title-bar > header {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
.panel-wrapper.bg-grey.title-bar > header h2 {
  display: inline-block;
  background-color: #f3f3f3;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 600px) {
  .panel-wrapper.bg-grey.title-bar > header h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.panel-wrapper.bg-grey.title-bar > header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fe7365;
  letter-spacing: .05em;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px;
  margin-bottom: 0;
  line-height: 1;
}
.panel-wrapper.bg-grey.title-bar > header:before {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #00496c;
  opacity: .2;
  margin-top: -2px;
}
.panel-wrapper.social {
  padding: 0;
}
.panel-wrapper.social:last-child {
  padding-bottom: 65px;
}
.panel-wrapper .panel-wrapper {
  padding: 0;
}
body:not(.home) .panel-wrapper:last-of-type > .panel:not(.bottom-padding) {
  padding-bottom: 0;
  margin-bottom: 0;
}

.panel {
  max-width: 1180px;
  margin: 0 auto 25px;
  padding: 45px 0;
}
.panel.fsThreeColumnLayout {
  max-width: 1210px;
  margin: 0 -15px 0px;
}
@media (min-width: 900px) {
  .panel.fsThreeColumnLayout {
    margin: 0 -15px 25px;
  }
}
@media (min-width: 1270px) {
  .panel.fsThreeColumnLayout {
    margin: 0 auto 25px;
  }
}
@media (min-width: 600px) {
  .panel.fsThreeColumnLayout .fsDiv {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .panel.fsThreeColumnLayout .fsDiv {
    width: 33.333%;
  }
}
.panel.fsThreeColumnLayout .fsDiv.fsStyleColumn-3 {
  width: 100%;
  margin-top: 35px;
}
@media (min-width: 900px) {
  .panel.fsThreeColumnLayout .fsDiv.fsStyleColumn-3 {
    width: 33.333%;
    margin-top: 0;
  }
}
.panel.fsThreeColumnLayout.social {
  margin: 0 auto 25px;
}
.panel .fsDiv {
  padding: 0 15px;
}
@media (min-width: 900px) {
  .panel .fsStyleColumn-last .news-styled {
    margin-top: -120px;
  }
  body.home .panel .fsStyleColumn-last .news-styled {
    min-height: 427px;
  }
}
.panel .fsStyleColumn-last > .fsElement:last-child {
  margin-bottom: 0;
}
.panel > header {
  text-align: center;
  width: 100%;
  position: relative;
}
.panel > header h2 {
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.panel > header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fe7365;
  letter-spacing: .05em;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px;
  margin-bottom: 0;
  line-height: 1;
}
.panel > header:before {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #00496c;
  opacity: .2;
  margin-top: -2px;
}
.panel.full-width {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.panel.full-width > header {
  margin-bottom: 30px;
}
.panel.full-width > .fsElementContent {
  width: 100%;
}

body:not(.fsComposeMode) .panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#fsPageBodyWrapper + .panel-wrapper.bottom > header {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
#fsPageBodyWrapper + .panel-wrapper.bottom > header h2 {
  display: inline-block;
  background-color: #f3f3f3;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 600px) {
  #fsPageBodyWrapper + .panel-wrapper.bottom > header h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#fsPageBodyWrapper + .panel-wrapper.bottom > header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fe7365;
  letter-spacing: .05em;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px;
  margin-bottom: 0;
  line-height: 1;
}
#fsPageBodyWrapper + .panel-wrapper.bottom > header:before {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #00496c;
  opacity: .2;
  margin-top: -2px;
}
#fsPageBodyWrapper + .panel-wrapper.bottom > header {
  max-width: 1180px;
  margin: 0 auto 35px;
}

.has-offset-panel #fsPageBodyWrapper {
  padding-top: 0;
}
.has-offset-panel .panel-wrapper {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.has-offset-panel .panel-wrapper.bg-grey {
  padding: 0 20px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 600px) {
  .has-offset-panel .panel-wrapper.bg-grey {
    padding: 0 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1240px) {
  .has-offset-panel .panel-wrapper.bg-grey {
    width: 100vw;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
.has-offset-panel .panel-wrapper .cal-tab {
  margin-left: 0;
}
.has-offset-panel .panel {
  max-width: 1240px;
}
.has-offset-panel .cal-tab-wrapper {
  max-width: 1180px;
}

.panel-wrapper.full-width {
  padding: 30px 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .panel-wrapper.full-width {
    padding: 40px 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1240px) {
  .panel-wrapper.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto 60px;
  }
}
.panel-wrapper.full-width > .fsElementContent, .panel-wrapper.full-width > header, .panel-wrapper.full-width > footer {
  max-width: 1180px;
  margin: 0 auto;
}
.panel-wrapper.full-width + .panel-wrapper .social-container {
  padding-top: 0;
}

@media (min-width: 900px) {
  .fsTwoColumnLayout.wide-left .news-styled {
    margin-top: -140px;
  }
}
@media (min-width: 900px) {
  .fsComposeMode .fsTwoColumnLayout.wide-left .news-styled {
    margin-top: 0;
  }
}
.fsTwoColumnLayout.wide-left.no-offset .news-styled {
  margin-top: 0;
}
.fsTwoColumnLayout.wide-left > .fsDiv {
  width: 100%;
}
@media (min-width: 800px) {
  .fsTwoColumnLayout.wide-left > .fsDiv {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
    width: 66.66%;
    padding-right: 50px;
  }
}
.fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 .fsTwoColumnLayout {
  margin-left: -15px;
  margin-right: -15px;
}
.fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 .fsTwoColumnLayout > .fsDiv {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 600px) {
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 .fsTwoColumnLayout > .fsDiv {
    width: 50%;
    float: left;
  }
}
@media (min-width: 800px) {
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 .fsTwoColumnLayout > .fsDiv {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 .fsTwoColumnLayout > .fsDiv {
    width: 50%;
  }
}
.fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
  margin-top: 30px;
}
@media (min-width: 800px) {
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
    width: 33.33%;
    padding-left: 30px;
  }
}
.fsTwoColumnLayout.wide-left.has-feature > .fsDiv {
  width: 100%;
}
@media (min-width: 600px) {
  .fsTwoColumnLayout.wide-left.has-feature > .fsDiv {
    width: 50%;
    width: 100%;
  }
}
@media (min-width: 800px) {
  .fsTwoColumnLayout.wide-left.has-feature > .fsDiv.fsStyleColumn-1 {
    width: 60%;
  }
}
@media (min-width: 1000px) {
  .fsTwoColumnLayout.wide-left.has-feature > .fsDiv.fsStyleColumn-1 {
    width: 66.66%;
    padding-right: 50px;
  }
}
@media (min-width: 800px) {
  .fsTwoColumnLayout.wide-left.has-feature > .fsDiv.fsStyleColumn-2 {
    width: 40%;
  }
}
@media (min-width: 1000px) {
  .fsTwoColumnLayout.wide-left.has-feature > .fsDiv.fsStyleColumn-2 {
    width: 33.33%;
    padding-left: 30px;
  }
}
.custom-news-panel + .fsTwoColumnLayout.wide-left {
  margin-top: 40px;
}
.fsTwoColumnLayout.wide-left.border-bottom {
  margin-bottom: 40px;
}

.spotlight .fsElementTitle, .closer-look .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #aa599f;
  font-size: 14px;
  line-height: 1.2;
}
.spotlight article, .closer-look article {
  margin-bottom: 0;
}

.cl-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  height: 280px;
}
.cl-wrapper:hover .cl-content {
  width: 100%;
  height: 100%;
  transition: .3s;
  opacity: 1;
  visibility: visible;
}
.cl-wrapper:hover .cl-inner {
  opacity: 1;
  visibility: visible;
  transition: .3s ease-in .3s;
}
.cl-wrapper .fsThumbnail {
  opacity: 0;
  visibility: hidden;
  display: block;
  margin: 0 auto;
}

.cl-content {
  position: absolute;
  background-color: #aa599f;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.cl-content a {
  color: inherit;
}
.cl-content .fsSummary {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.cl-content .fsReadMoreLink {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0072c6;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  transition: .3s;
  opacity: .8;
}
.cl-content .fsReadMoreLink:after {
  content: '\e90d';
  font-family: "IcoMoon";
  margin-left: 5px;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  vertical-align: text-bottom;
}
.cl-content .fsReadMoreLink:hover {
  opacity: 1;
  transition: .3s;
}

.cl-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  width: calc(100% - 80px);
  transform: translate3d(-50%, -50%, 0);
}

.spotlight {
  padding-left: 5px;
  position: relative;
}
.spotlight .fsElementHeaderContent {
  position: absolute;
  left: 0;
  top: 40px;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  line-height: 14px;
  margin-bottom: 0;
  padding: 9px 25px 9px 15px;
  background-image: url("/uploaded/themes/default_16/images/flag.png");
  background-size: cover;
  background-position: center right;
}
.spotlight .fsElementHeaderContent:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #005b9e transparent;
  position: absolute;
  left: 0;
  top: -5px;
}
.spotlight > .fsElementContent {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
body:not(.fsComposeMode) .spotlight > .fsElementContent {
  height: 280px;
}
body:not(.fsComposeMode) .spotlight img {
  display: none;
}

body:not(.home) .calendar-tab {
  padding: 50px 0;
}

.calendar-tab {
  padding-top: 45px;
  max-width: 1180px;
  margin: 0 -20px;
}
@media (min-width: 600px) {
  .calendar-tab {
    margin: 0 auto;
  }
}
.calendar-tab .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fe7365;
  letter-spacing: .05em;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px;
  margin-bottom: 0;
  line-height: 1;
  color: #999;
  transition: .3s;
}
.calendar-tab > .fsElementContent {
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media (min-width: 1300px) {
  .calendar-tab > .fsElementContent {
    width: 100%;
  }
}

.cal-tab-wrapper {
  display: block;
  text-align: center;
  width: calc(100% - 40px);
  position: relative;
  margin: 0 auto 35px;
}
@media (min-width: 600px) {
  .cal-tab-wrapper {
    width: 100%;
  }
}
.cal-tab-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #00496c;
  opacity: .2;
  margin-top: -2px;
}
.cal-tab-wrapper > header {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 600px) {
  .cal-tab-wrapper > header {
    display: inline-block;
    background-color: #f6f5f4;
  }
}
.cal-tab-wrapper > header:hover .fsElementTitle, .cal-tab-wrapper > header.on .fsElementTitle {
  color: #fe7365;
  transition: .3s;
}
@media (min-width: 600px) {
  .cal-tab-wrapper > header:first-child {
    border-right: solid 2px rgba(149, 134, 107, 0.3);
    padding-left: 35px;
  }
}
@media screen and (max-width: 599px) {
  .cal-tab-wrapper > header:first-child h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .cal-tab-wrapper > header:first-child h2:before {
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 2px);
    top: 0;
    left: -15px;
    display: block;
    background-color: #f6f5f4;
    z-index: -1;
  }
  .cal-tab-wrapper > header:first-child h2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #95866b;
    opacity: .3;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 600px) {
  .cal-tab-wrapper > header:last-child {
    padding-right: 35px;
  }
}
.cal-tab-wrapper h2 {
  margin-bottom: 0;
  display: inline-block;
  background-color: #f6f5f4;
  position: relative;
  z-index: 5;
}
@media (min-width: 600px) {
  .cal-tab-wrapper h2 {
    display: block;
    padding: 0;
  }
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode) .cal-tab {
    margin-left: -10px;
  }
}
body:not(.fsComposeMode) .cal-tab.on > .fsElementContent {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  max-height: inherit;
  overflow: visible;
}
body:not(.fsComposeMode) .cal-tab.on > footer {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 40px;
}
body:not(.fsComposeMode) .cal-tab > .fsElementContent {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: relative;
  max-height: 0;
  overflow: hidden;
}
body:not(.fsComposeMode) .cal-tab > footer {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  display: none;
}
body:not(.fsComposeMode) .cal-tab > footer a {
  margin-bottom: 0;
}
body:not(.fsComposeMode) .cal-tab .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body:not(.fsComposeMode) .cal-tab .slick-track:before {
  display: none;
}
body:not(.fsComposeMode) .cal-tab .slick-arrow {
  position: absolute;
  width: 40px;
  background-color: transparent;
  border: none;
  top: 50%;
  color: transparent;
  overflow: hidden;
  padding: 0;
  z-index: 10;
  font-size: 26px;
  outline: transparent;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .cal-tab .slick-arrow {
    width: 50px;
  }
}
body:not(.fsComposeMode) .cal-tab .slick-arrow:after {
  font-family: "IcoMoon";
  color: #7fa4b5;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  transition: .3s;
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
body:not(.fsComposeMode) .cal-tab .slick-arrow.slick-prev {
  left: -40px;
}
body:not(.fsComposeMode) .cal-tab .slick-arrow.slick-prev:after {
  content: '\e915';
}
@media screen and (max-width: 599px) {
  body:not(.fsComposeMode) .cal-tab .slick-arrow.slick-prev:after {
    left: 5px;
  }
}
body:not(.fsComposeMode) .cal-tab .slick-arrow.slick-next {
  right: -40px;
}
body:not(.fsComposeMode) .cal-tab .slick-arrow.slick-next:after {
  content: '\e916';
  right: 5px;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .cal-tab .slick-arrow.slick-next:after {
    right: 0;
  }
}
body:not(.fsComposeMode) .cal-tab .slick-arrow:hover:after {
  transition: .3s;
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
  color: #0f2b5b;
}
body:not(.fsComposeMode) .cal-tab .fsListItems {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .cal-tab .fsListItems {
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  body:not(.fsComposeMode) .cal-tab .fsListItems {
    width: calc(100% + 20px);
  }
}
body:not(.fsComposeMode) .cal-tab article {
  width: 220px;
  display: block;
  float: none;
  padding: 65px 20px 25px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: 260px;
  height: auto;
  outline: transparent;
  position: relative;
  color: #999;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
@media (min-width: 600px) {
  body:not(.fsComposeMode) .cal-tab article {
    margin: 0 10px !important;
  }
}
body:not(.fsComposeMode) .cal-tab .fsDate {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  color: #fff;
  background-color: #0072c6;
}
body:not(.fsComposeMode) .cal-tab .fsDate > span {
  display: inline-block;
  padding: 13px 0;
}
body:not(.fsComposeMode) .cal-tab .fsDate .fsDayName {
  padding: 13px 20px;
  background-color: #00508a;
  color: #fff;
  margin-right: 15px;
}
body:not(.fsComposeMode) .cal-tab .fsEventDetails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
body:not(.fsComposeMode) .cal-tab .fsEventDetails .fsTimeRange {
  -ms-flex-order: 5;
  order: 5;
  margin-top: 10px;
}
body:not(.fsComposeMode) .cal-tab .fsTitle {
  margin-bottom: 15px;
}
body:not(.fsComposeMode) .cal-tab .fsAthleticsOpponents {
  margin-bottom: 15px;
}
body:not(.fsComposeMode) .cal-tab.fsAthleticsEvent {
  margin-bottom: 0;
}
body:not(.fsComposeMode) .cal-tab.fsAthleticsEvent .fsDateTime {
  height: 0;
  color: transparent;
}
body:not(.fsComposeMode) .cal-tab.fsAthleticsEvent .time-wrapper {
  margin-top: 10px;
}
body:not(.fsComposeMode) .cal-tab.fsAthleticsEvent .time-wrapper .fsTime:nth-child(2):before {
  content: '-';
  display: inline-block;
  margin: 0 3px;
}

body:not(.home) .social-container > header {
  width: 100%;
}
body:not(.home) .fsThreeColumnLayout.panel.social {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 600px) {
  body:not(.home) .fsThreeColumnLayout.panel.social {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 900px) {
  body:not(.home) .fsThreeColumnLayout.panel.social {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1100px) {
  body:not(.home) .fsThreeColumnLayout.panel.social {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1260px) {
  body:not(.home) .fsThreeColumnLayout.panel.social {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.social-container {
  max-width: 1260px;
}
@media (min-width: 600px) {
  .social-container {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 900px) {
  .social-container {
    font-size: 18px;
    line-height: 26px;
  }
}
.social-container > header {
  max-width: 1180px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 600px) {
  .social-container > header {
    width: calc(100% - 60px);
  }
}
.social-container .fsThreeColumnLayout {
  max-width: none;
}
.social-container > .fsElementContent {
  width: 100%;
}

.fsThreeColumnLayout.panel.social {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 600px) {
  .fsThreeColumnLayout.panel.social {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 900px) {
  .fsThreeColumnLayout.panel.social {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1100px) {
  .fsThreeColumnLayout.panel.social {
    padding-left: 0;
    padding-right: 0;
  }
}
body:not(.fsDraftMode) .fsThreeColumnLayout.panel.social > .fsDiv {
  float: none;
  display: -ms-flexbox;
  display: flex;
}
body.fsDraftMode .fsThreeColumnLayout.panel.social > .fsDiv {
  height: 340px;
}
.fsThreeColumnLayout.panel.social > .fsDiv {
  padding: 0 10px;
  width: 100%;
  margin: 0 auto 100px;
  height: 333px;
  max-width: 333px;
}
@media (min-width: 600px) {
  .fsThreeColumnLayout.panel.social > .fsDiv {
    width: 50%;
    height: auto;
    max-width: none;
  }
}
@media (min-width: 800px) {
  .fsThreeColumnLayout.panel.social > .fsDiv {
    margin: 0 auto;
  }
}
.fsThreeColumnLayout.panel.social > .fsDiv.fsStyleColumn-3 {
  height: 333px;
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .fsThreeColumnLayout.panel.social > .fsDiv.fsStyleColumn-3 {
    height: auto;
  }
}
@media (min-width: 800px) {
  .fsThreeColumnLayout.panel.social > .fsDiv {
    width: 33.333%;
  }
}
@media (min-width: 900px) {
  .fsThreeColumnLayout.panel.social > .fsDiv {
    padding: 0 15px;
  }
}
@media (min-width: 1100px) {
  .fsThreeColumnLayout.panel.social > .fsDiv {
    padding: 0 30px;
  }
}
@media (min-width: 1260px) {
  .fsThreeColumnLayout.panel.social > .fsDiv {
    padding: 0 40px;
  }
}
.fsThreeColumnLayout.panel.social .fsElement {
  border: 1px solid #c8c8c8;
  width: 100%;
}
body:not(.fsComposeMode) .fsThreeColumnLayout.panel.social .fsElement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fsThreeColumnLayout.panel.social .fsElementTitle, .fsThreeColumnLayout.panel.social .TweetAuthor-name {
  color: #0072c6;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 1100px) {
  .fsThreeColumnLayout.panel.social .fsElementTitle, .fsThreeColumnLayout.panel.social .TweetAuthor-name {
    font-size: 20px;
    line-height: 26px;
  }
}
.fsThreeColumnLayout.panel.social .fsFacebook, .fsThreeColumnLayout.panel.social .fsContent.facebook {
  padding: 25px 10px 30px 20px;
}
.fsThreeColumnLayout.panel.social .fsFacebookFrom {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  margin-left: -5px;
}

.social-element {
  transform: translate3d(0, 0, 0);
}
.social-element > footer {
  position: absolute;
  width: 100%;
  top: calc(100% + 20px);
  left: 0;
  height: 44px;
  z-index: 10;
  text-align: center;
}
.social-element > footer:hover {
  height: calc(100% + 65px);
  top: 0;
}
.social-element > footer:hover .fsElementFooterContent {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.social-element > footer:hover:after {
  background-color: #0f2b5b;
  transition: .3s;
}
.social-element > footer:after {
  content: '\e909';
  font-family: "IcoMoon";
  width: 44px;
  height: 44px;
  background-color: #7fa4b5;
  border-radius: 100%;
  text-align: center;
  line-height: 44px;
  color: #fff;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(100% + 20px);
  position: fixed;
}
.social-element > footer h2 {
  color: #83ae5d;
  margin: 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  line-height: 1.2;
  font-size: 24px;
}
@media (min-width: 950px) {
  .social-element > footer h2 {
    font-size: 30px;
  }
}
.social-element > footer a {
  color: #fff;
  transition: .3s;
  -ms-flex-item-align: center;
  align-self: center;
}
.social-element > footer a:hover {
  color: #aac0d1;
  transition: .3s;
}
.social-element > footer a:not(.fs_style_29) {
  width: 100%;
}
.social-element > footer a.fs_style_29 {
  margin: 20px auto 0;
  height: 42px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 12px;
}
@media (min-width: 950px) {
  .social-element > footer a.fs_style_29 {
    padding: 12px 22px;
  }
}
.social-element > footer a.fs_style_29:hover {
  color: #0072c6;
}
.social-element .fsElementFooterContent {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  padding: 30px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0f2b5b;
  position: fixed;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
}
.social-element .fsElementFooterContent:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 13px 0 13px;
  border-color: #0f2b5b transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
}
.social-element.facebook {
  position: relative;
  margin-bottom: 0;
}
.social-element.facebook > header {
  width: 100%;
}
.social-element.facebook:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 105px;
  background-image: linear-gradient(to top, white 0%, white 30%, white 50%, rgba(255, 255, 255, 0) 100%);
}
.social-element.facebook > .fsElementContent {
  height: 245px;
  overflow: auto;
  position: relative;
  display: block;
}
.social-element.facebook .fsFacebookLikes, .social-element.facebook .fsFacebookFollow {
  display: none;
}
.social-element.facebook .fsFacebookListItem:nth-child(5) {
  border-bottom: none;
  margin-bottom: 50px;
}
.social-element.facebook .mCSB_scrollTools {
  z-index: 5;
}
.social-element.facebook .mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: rgba(119, 119, 119, 0.25);
}
.social-element.facebook .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #7fa4b5;
}
.social-element.instagram {
  position: relative;
}
.social-element.instagram, .social-element.instagram ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-element.instagram li {
  margin: 0;
  padding: 0;
}
.social-element.instagram li a {
  display: block;
  width: 100%;
}
.social-element.instagram li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
}
.social-element.instagram .insta-entry {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.social-element.instagram .insta-entry img {
  display: none;
}
.social-element.instagram .insta-entry:hover .insta-content {
  width: 100%;
  height: 100%;
  transition: .3s;
}
.social-element.instagram .insta-entry:hover .insta-desc {
  transition: .3s ease-in .3s;
  opacity: 1;
  visibility: visible;
}
.social-element.instagram .insta-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(170, 89, 159, 0.9);
  color: #fff;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: .3s;
}
.social-element.instagram .insta-desc {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1100px) {
  .social-element.instagram .insta-desc {
    padding: 20px 40px;
  }
}
.social-element.instagram > footer:after {
  content: '\e907';
}
.social-element.twitter {
  margin-bottom: 0;
  word-break: break-word;
  position: relative;
}
.social-element.twitter, .social-element.twitter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-element.twitter li {
  margin: 0;
  padding: 0;
}
.social-element.twitter #twitter-widget-0 {
  opacity: 0;
  visibility: hidden;
}
.social-element.twitter ul.tweets {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px 20px 20px;
  overflow: hidden;
}
.social-element.twitter ul.tweets > li {
  display: none;
}
.social-element.twitter ul.tweets > li:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.social-element.twitter ul.tweets > li:first-child .timeline-Tweet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.social-element.twitter ul.tweets > li > div {
  width: 100%;
}
.social-element.twitter div[class*="metadata"] {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.social-element.twitter .dt-updated {
  font-size: 13px;
  line-height: 1.2;
  color: #777;
  font-weight: normal;
  margin-bottom: 10px;
}
.social-element.twitter .timeline-Tweet-retweetCredit, .social-element.twitter .timeline-Tweet-text > .link.customisable, .social-element.twitter .timeline-Tweet-brand,
.social-element.twitter div[class*="retweetCredit"], .social-element.twitter div[class*="text"] > .link.customisable, .social-element.twitter div[class*="brand"] {
  display: none;
}
.social-element.twitter div[class*="author"] {
  position: relative;
  padding-left: 60px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 600px) {
  .social-element.twitter div[class*="author"] {
    padding-left: 40px;
  }
}
@media (min-width: 900px) {
  .social-element.twitter div[class*="author"] {
    padding-left: 60px;
  }
}
@media (min-width: 1110px) {
  .social-element.twitter div[class*="author"] {
    padding-left: 80px;
    min-height: 70px;
  }
}
.social-element.twitter div[class*="author"] span[class*="avatar"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
@media (min-width: 600px) {
  .social-element.twitter div[class*="author"] span[class*="avatar"] {
    width: 35px;
  }
}
@media (min-width: 900px) {
  .social-element.twitter div[class*="author"] span[class*="avatar"] {
    width: 50px;
  }
}
@media (min-width: 1100px) {
  .social-element.twitter div[class*="author"] span[class*="avatar"] {
    width: 60px;
  }
}
.social-element.twitter div[class*="author"] span[class*="avatar"] img {
  width: 100%;
}
.social-element.twitter div[class*="author"] span[class*="name"] {
  display: block;
  margin-bottom: 5px;
}
.social-element.twitter div[class*="author"] span[class*="screenName"] {
  color: #999;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .075em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.social-element.twitter .timeline-Tweet-text {
  font-family: "adobe-garamond-pro", Georgia, serif;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 1100px) {
  .social-element.twitter .timeline-Tweet-text {
    font-size: 22px;
    line-height: 28px;
  }
}
.social-element.twitter .timeline-Tweet-text b {
  font-weight: normal;
}
.social-element.twitter ul[class*="actions"] {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.social-element.twitter div[class*="tweetIdInfo"] > div[class*="media"] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.social-element.twitter div[class*="tweetIdInfo"] > div[class*="media"] img {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-element.twitter div[class*="tweetIdInfo"] > div[class*="media"]:after {
  content: '\e917';
  font-family: "IcoMoon";
  font-size: 24px;
  color: #83ae5d;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.social-element.twitter div[class*="tweetIdInfo"] > div[class*="media"] > article {
  opacity: 0;
  visibility: hidden;
}
.social-element.twitter div[class*="tweetIdInfo"] > div[class*="media"] > article a {
  pointer-events: none;
}
.social-element.twitter div[class*="tweetIdInfo"] > div[class*="media"].showPic {
  width: 100%;
  height: 100%;
}
.social-element.twitter div[class*="tweetIdInfo"] > div[class*="media"].showPic .MediaCard, .social-element.twitter div[class*="tweetIdInfo"] > div[class*="media"].showPic > article {
  opacity: 1;
  visibility: visible;
}
.social-element.twitter div[class*="tweetIdInfo"] > div[class*="media"].showPic:after {
  color: #fff;
}
.social-element.twitter li[class*="action"] {
  display: inline-block;
  margin-right: 10px;
}
.social-element.twitter li[class*="action"] div[class*="container"] {
  display: none;
}
.social-element.twitter li[class*="action"] a {
  display: block;
  width: 20px;
  height: 15px;
  color: rgba(119, 119, 119, 0.5);
  position: relative;
}
.social-element.twitter li[class*="action"] a:after {
  content: '';
  font-family: "IcoMoon";
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-element.twitter li[class*="action"] a[class*="--share"]:after {
  content: '\e911';
}
.social-element.twitter li[class*="action"] a[class*="--heart"]:after {
  content: '\e90f';
}
.social-element.twitter li[class*="action"] a > b {
  display: none;
}
.social-element.twitter > footer:after {
  content: '\e90a';
}

.panel-wrapper.grid {
  padding: 0;
  border-bottom: none;
}

.image-grid {
  max-width: 100%;
  background-color: #f6f5f4;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}
.image-grid > header {
  max-width: 1180px;
  width: calc(100% - 40px);
  margin: 0 auto 35px;
}
@media (min-width: 600px) {
  .image-grid > header {
    width: calc(100% - 60px);
  }
}

.grid-slide {
  background-size: cover;
  background-position: center;
  display: none;
  position: relative;
  width: 50%;
  height: 160px;
  zoom: 1;
  border: solid 1px #fff;
}
.grid-slide:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 600px) {
  .grid-slide {
    height: 360px;
  }
}
@media (min-width: 800px) {
  .grid-slide {
    height: 250px;
    width: 25%;
  }
}
@media (min-width: 1100px) {
  .grid-slide {
    height: 300px;
  }
}
@media (min-width: 1300px) {
  .grid-slide {
    height: 360px;
  }
}
.grid-slide:hover .caption-wrapper {
  width: 100%;
  height: 100%;
  transition: .3s;
}
.grid-slide:hover .caption-inner {
  transition: .3s ease-in .3s;
  opacity: 1;
  visibility: visible;
}
.grid-slide .caption-wrapper {
  background-color: rgba(170, 89, 159, 0.9);
  height: 100%;
  padding: 0;
  color: #fff;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  transition: .3s;
}
.grid-slide .caption-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1300px) {
  .grid-slide .caption-inner {
    max-width: calc(100% - 80px);
  }
}
.grid-slide .caption-inner .caption-title {
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .grid-slide .caption-inner .caption-title {
    font-size: 24px;
  }
}
@media (min-width: 800px) {
  .grid-slide .caption-inner .caption-title {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .grid-slide .caption-inner .caption-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.grid-slide .caption-inner .caption-desc {
  font-weight: 300;
  line-height: 1.2;
  font-size: 16px;
  display: none;
}
@media (min-width: 600px) {
  .grid-slide .caption-inner .caption-desc {
    display: block;
  }
}
.grid-slide .caption-inner .caption-desc p {
  margin-bottom: 10px;
}
@media (min-width: 1100px) {
  .grid-slide .caption-inner .caption-desc {
    font-size: 18px;
  }
  .grid-slide .caption-inner .caption-desc p {
    margin-bottom: 20px;
  }
}
.grid-slide .caption-inner .caption-link:empty {
  display: none;
}
.grid-slide .caption-inner a {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0072c6;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  transition: .3s;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  opacity: .8;
}
@media (min-width: 600px) {
  .grid-slide .caption-inner a {
    font-size: 14px;
  }
}
.grid-slide .caption-inner a:after {
  content: '\e90d';
  font-family: "IcoMoon";
  margin-left: 5px;
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1;
}
@media (min-width: 600px) {
  .grid-slide .caption-inner a:after {
    font-size: 18px;
    line-height: 20px;
  }
}
.grid-slide .caption-inner a:hover {
  opacity: 1;
  transition: .3s;
}
.grid-slide:first-of-type, .grid-slide:nth-child(2), .grid-slide:nth-child(3), .grid-slide:nth-child(4), .grid-slide:nth-child(5), .grid-slide:nth-child(6), .grid-slide:nth-child(7), .grid-slide:nth-child(8) {
  display: block;
  position: relative;
  float: left;
}
.grid-slide:first-of-type, .grid-slide:nth-child(2), .grid-slide:nth-child(3), .grid-slide:nth-child(4) {
  border-left: none;
  border-top: none;
}
.grid-slide:first-of-type:hover .caption-wrapper, .grid-slide:nth-child(2):hover .caption-wrapper, .grid-slide:nth-child(3):hover .caption-wrapper, .grid-slide:nth-child(4):hover .caption-wrapper {
  height: 100%;
}
.grid-slide:nth-child(2), .grid-slide:nth-child(6) {
  border-right: none;
}
@media (min-width: 800px) {
  .grid-slide:nth-child(2), .grid-slide:nth-child(6) {
    border-right: solid 1px #fff;
  }
}
@media (min-width: 800px) {
  .grid-slide:nth-child(3), .grid-slide:nth-child(4) {
    border-top: none;
  }
}
.grid-slide:nth-child(4), .grid-slide:nth-child(8) {
  border-right: none;
}
.grid-slide:nth-child(5), .grid-slide:nth-child(6), .grid-slide:nth-child(7), .grid-slide:nth-child(8) {
  border-bottom: none;
  border-top: none;
  border-left: none;
}
.grid-slide:nth-child(7), .grid-slide:nth-child(8) {
  border-top: solid 1px #fff;
}
@media (min-width: 800px) {
  .grid-slide:nth-child(7), .grid-slide:nth-child(8) {
    border-top: none;
  }
}

.panel-wrapper.bottom {
  padding: 45px 20px;
  border-top: 1px solid #ccc;
}
@media (min-width: 600px) {
  .panel-wrapper.bottom {
    padding: 60px 30px;
  }
}
.panel-wrapper.bottom > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
}
.panel-wrapper.bottom.gray {
  background-color: #f3f3f3;
}

.bottom-text > header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
}
.bottom-text > header .fsElementHeaderContent {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #0072c6;
  margin-bottom: 20px;
}

.rounded-image {
  background-size: cover;
  background-position: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .rounded-image {
    margin-bottom: 0;
  }
}
.rounded-image img {
  opacity: 0;
  visibility: hidden;
}
.rounded-image > .fsElementContent {
  display: none;
}

.custom-news-panel {
  background-color: #f3f3f3;
  padding: 20px 15px;
  border: solid 1px #ccc;
  text-align: center;
}
@media (min-width: 600px) {
  .custom-news-panel {
    padding: 35px 30px;
  }
}
.panel-wrapper .custom-news-panel {
  background: transparent;
  padding: 0;
  border: none;
}
.fsPageLayout .custom-news-panel {
  margin-top: 50px;
}
.fsPageTitle + .fsPageLayout .custom-news-panel {
  margin-top: 0;
}
.custom-news-panel > header {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
.custom-news-panel > header h2 {
  display: inline-block;
  background-color: #f3f3f3;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 600px) {
  .custom-news-panel > header h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.custom-news-panel > header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fe7365;
  letter-spacing: .05em;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px;
  margin-bottom: 0;
  line-height: 1;
}
.custom-news-panel > header:before {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #00496c;
  opacity: .2;
  margin-top: -2px;
}
@media (min-width: 600px) {
  .custom-news-panel .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .custom-news-panel.fsItemCount_3 .fsListItems article {
    width: calc(33.333% - 20px);
  }
}
.custom-news-panel.fsItemCount_3 .fsListItems article:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .custom-news-panel.fsItemCount_3 .fsListItems article:last-child {
    display: none;
  }
}
@media (min-width: 900px) {
  .custom-news-panel.fsItemCount_3 .fsListItems article:last-child {
    display: -ms-flexbox;
    display: flex;
  }
}
.custom-news-panel .fsListItems article {
  text-align: left;
  border-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 600px) {
  .custom-news-panel .fsListItems article {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
.custom-news-panel .fsListItems article:last-child {
  margin-bottom: 0;
}
.custom-news-panel .fsListItems article:before {
  content: '';
  background-image: url("/uploaded/themes/default_16/images/thumb-bg.jpg");
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
  height: 200px;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .custom-news-panel .fsListItems article:before {
    height: 280px;
  }
}
@media (min-width: 900px) {
  .custom-news-panel .fsListItems article:before {
    height: 200px;
  }
}
@media (min-width: 1000px) {
  .custom-news-panel .fsListItems article:before {
    height: 280px;
  }
}
@media screen and (max-width: 799px) {
  .wide-left .custom-news-panel .fsListItems article {
    width: 100%;
  }
}
.custom-news-panel .fsListItems .fsThumbnail {
  position: relative;
  overflow: hidden;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
@media (min-width: 760px) {
  .custom-news-panel .fsListItems .fsThumbnail {
    height: 280px;
  }
}
@media (min-width: 900px) {
  .custom-news-panel .fsListItems .fsThumbnail {
    height: 200px;
  }
}
@media (min-width: 1000px) {
  .custom-news-panel .fsListItems .fsThumbnail {
    height: 280px;
  }
}
.custom-news-panel .fsListItems .fsThumbnail img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-news-panel .fsListItems .fsThumbnail + .fsTitle {
  margin-top: 0;
}
.custom-news-panel .fsListItems .fsThumbnail + .fsTitle:before {
  display: none;
}
.custom-news-panel .fsListItems + .fsListItems {
  margin-top: 20px;
}
.custom-news-panel .fsLoadMoreButton {
  margin: 25px auto 15px;
  padding: 12px 15px;
  display: block;
}
@media (min-width: 600px) {
  .custom-news-panel .fsLoadMoreButton {
    display: inline-block;
    padding: 12px 30px;
  }
}

.fiftyfiftySlider {
  margin-bottom: 30px;
}
.fiftyfiftySlider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 350px;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  transition: 0.3s background;
  display: block !important;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 500px) {
  .fiftyfiftySlider .slick-arrow {
    bottom: 470px;
  }
}
@media (min-width: 700px) {
  .fiftyfiftySlider .slick-arrow {
    top: 1px;
    bottom: auto;
  }
}
.fiftyfiftySlider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
.fiftyfiftySlider .slick-arrow:before {
  display: block;
  font-size: 1.625rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #FFF;
}
.fiftyfiftySlider .slick-arrow.slick-prev {
  left: 1px;
}
.fiftyfiftySlider .slick-arrow.slick-prev:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: '\e915';
  color: white;
}
.fiftyfiftySlider .slick-arrow.slick-prev:hover {
  -ms-transform: none;
  transform: none;
}
.fiftyfiftySlider .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 500px) {
  .fiftyfiftySlider .slick-arrow.slick-next {
    left: 52px;
    right: auto;
  }
}
.fiftyfiftySlider .slick-arrow.slick-next:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: '\e916';
  color: white;
}
.fiftyfiftySlider .slick-arrow.slick-next:hover {
  -ms-transform: none;
  transform: none;
}
.fiftyfiftySlider .bpa-slide {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
}
.fiftyfiftySlider .bpa-slide:focus {
  outline: 0;
}
@media (min-width: 700px) {
  .fiftyfiftySlider .bpa-slide {
    min-height: 480px;
  }
}
.fiftyfiftySlider .bpa-slide .caption-wrapper {
  position: static;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  -ms-transform: none;
  transform: none;
  text-align: center;
  padding: 65px 30px 65px;
  font-weight: normal;
  font-family: "nimbus-sans", sans-serif;
  background: transparent;
}
@media (min-width: 700px) {
  .fiftyfiftySlider .bpa-slide .caption-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    padding-bottom: 30px;
  }
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title, .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc {
  text-align: center;
  text-shadow: none;
  font-size: 1.125rem;
  line-height: 1.2;
  display: block;
  color: #777777;
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 2px;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc h2 {
  color: #0f2b5b;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #0f2b5b;
}
.fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc p {
  line-height: 1.4;
}
.fiftyfiftySlider .bpa-slide article {
  top: 0;
  right: 0;
  position: static;
  height: 350px;
}
@media (min-width: 500px) {
  .fiftyfiftySlider .bpa-slide article {
    height: 470px;
  }
}
@media (min-width: 700px) {
  .fiftyfiftySlider .bpa-slide article {
    height: 100%;
    width: 50%;
    position: absolute;
  }
}

.postHeaderImage {
  width: 100%;
}

/*! pages - landing hero options v0.0.1 */
body:not(.fsComposeMode) .landing-hero-image {
  opacity: 0;
  visibility: hidden;
}
body:not(.fsComposeMode) #fsHeader + .landing-hero-image {
  opacity: 1;
  visibility: visible;
}

.landing-hero-video + #fsPageBodyWrapper {
  padding-top: 60px;
}

@media (min-width: 1000px) {
  #fsHeader + .landing-hero-video {
    margin-top: 50px;
  }
}

.landing-hero-video {
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 230px;
}
@media (min-width: 600px) {
  .landing-hero-video .caption-wrapper > div {
    margin: 0;
    width: calc(100% - 300px);
  }
}
@media (min-width: 1000px) {
  .landing-hero-video .caption-wrapper > div {
    width: calc(100% - 350px);
  }
}
body.fsComposeMode .landing-hero-video > footer {
  position: relative;
}
.landing-hero-video > footer {
  position: absolute;
  top: 10px;
  margin: 0 auto;
  left: 20px;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  .landing-hero-video > footer {
    right: 30px;
    max-width: calc(50% - 30px);
    bottom: 40px;
    top: auto;
    right: 20px;
    left: auto;
  }
}
@media (min-width: 1180px) {
  .landing-hero-video > footer {
    width: calc(50% - 30px);
    left: 0;
    right: 0;
    max-width: 1180px;
    margin-right: 112px;
  }
}
.landing-hero-video > footer > .fsElementFooterContent {
  text-align: left;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #f3f3f3;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 600px) {
  .landing-hero-video > footer > .fsElementFooterContent {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 1000px) {
  .landing-hero-video > footer > .fsElementFooterContent {
    min-width: 27%;
    font-size: 30px;
    line-height: 44px;
    width: 320px;
  }
}
.landing-hero-video > footer > .fsElementFooterContent a {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 8px 15px;
}
@media (min-width: 600px) {
  .landing-hero-video > footer > .fsElementFooterContent a {
    padding: 12px 30px;
  }
}
@media (min-width: 1000px) {
  .landing-hero-video > footer > .fsElementFooterContent a {
    height: 60px;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 600px) {
  .landing-hero-video {
    height: 400px;
  }
}
@media (min-width: 800px) {
  .landing-hero-video {
    height: 570px;
  }
}
.landing-hero-video > header {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  margin-top: -45px;
  width: 100%;
  max-width: 1180px;
}
@media (min-width: 600px) {
  .landing-hero-video > header {
    margin-top: -60px;
  }
}
@media (min-width: 800px) {
  .landing-hero-video > header {
    margin-top: -80px;
  }
}
.landing-hero-video > header .fsElementTitle, .landing-hero-video > header h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #0f2b5b;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 800px) {
  .landing-hero-video > header .fsElementTitle, .landing-hero-video > header h1 {
    font-size: 45px;
    line-height: 54px;
  }
}
@media screen and (max-width: 399px) {
  .landing-hero-video > header .fsElementTitle, .landing-hero-video > header h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 599px) {
  .landing-hero-video > footer {
    color: transparent;
    left: 0;
    right: 0;
    top: auto;
    bottom: 15px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .landing-hero-video > footer > .fsElementFooterContent {
    color: transparent;
  }
}

.touch .video-hero.short-vid > video {
  display: none;
}

.video-hero.short-vid {
  position: relative;
  width: 100%;
  opacity: .8;
  height: 230px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 600px) {
  .video-hero.short-vid {
    height: 400px;
  }
}
@media (min-width: 800px) {
  .video-hero.short-vid {
    height: 570px;
  }
}
.video-hero.short-vid:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  background-image: url("/uploaded/themes/default_16/images/stripe.png");
}
.video-hero.short-vid > video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-hero.full-vid {
  display: block;
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000 !important;
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.video-hero.full-vid.show {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.video-hero.full-vid > video {
  height: 100%;
}

video.feature-vid::-webkit-media-controls-start-playback-background,
video.feature-vid::-webkit-media-controls-start-playback-tint,
video.feature-vid::-webkit-media-controls-start-playback-glyph {
  opacity: 0;
}

.video-play {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  background: rgba(254, 115, 101, 0.8);
  border: none;
  padding: 0;
  outline: transparent;
  transition: .3s;
  -webkit-clip-path: none;
  -webkit-appearance: block;
}
@media (min-width: 600px) {
  .video-play {
    width: 60px;
    height: 60px;
  }
}
.video-play:after {
  content: '';
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #ffffff;
  transition: .3s;
}
.video-play:hover {
  background: #fe7365;
  transition: .3s;
}
.video-play:hover:after {
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  transition: .3s;
}

.video-close {
  display: inline-block;
  border: 0;
  margin: 0 10px 30px;
  padding: 12px 30px;
  background: #fe7365;
  border: solid 1px #fe7365;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #999;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 14px;
  color: #fff !important;
  outline: 0;
  border-radius: 4px;
  transition: .3s;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 110;
  padding: 12px 20px;
  display: none;
}
.video-close:first-of-type {
  margin-left: 0;
}
.video-close:last-of-type {
  margin-right: 0;
}
.video-close:hover {
  background: #fff;
  color: #fe7365 !important;
  transition: .3s;
}
.video-close.show {
  display: block;
}

@media (min-width: 1000px) {
  #fsHeader + .landing-hero-image-slideshow {
    margin-top: 50px;
  }
}

.landing-hero-image-slideshow + #fsPageBodyWrapper {
  padding-top: 60px;
}
.landing-hero-image-slideshow + #fsPageBodyWrapper .fsPageLayout > .fsDiv > .panel-wrapper:first-child {
  margin-top: -60px;
}
.landing-hero-image-slideshow + #fsPageBodyWrapper .fsPageLayout > .fsDiv > .panel-wrapper > .wide-left {
  padding-top: 60px;
}

.landing-hero-image-slideshow {
  position: relative;
}
@media (min-width: 600px) {
  .landing-hero-image-slideshow .caption-wrapper > div {
    margin: 0;
    width: calc(100% - 300px);
  }
}
@media (min-width: 1000px) {
  .landing-hero-image-slideshow .caption-wrapper > div {
    width: calc(100% - 350px);
  }
}
body.fsComposeMode .landing-hero-image-slideshow > footer {
  position: relative;
}
.landing-hero-image-slideshow > footer {
  position: absolute;
  top: 10px;
  margin: 0 auto;
  left: 20px;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  .landing-hero-image-slideshow > footer {
    right: 30px;
    max-width: calc(50% - 30px);
    bottom: 40px;
    top: auto;
    right: 20px;
    left: auto;
  }
}
@media (min-width: 1180px) {
  .landing-hero-image-slideshow > footer {
    width: calc(50% - 30px);
    left: 0;
    right: 0;
    max-width: 1180px;
    margin-right: 112px;
  }
}
.landing-hero-image-slideshow > footer > .fsElementFooterContent {
  text-align: left;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #f3f3f3;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 600px) {
  .landing-hero-image-slideshow > footer > .fsElementFooterContent {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 1000px) {
  .landing-hero-image-slideshow > footer > .fsElementFooterContent {
    min-width: 27%;
    font-size: 30px;
    line-height: 44px;
    width: 320px;
  }
}
.landing-hero-image-slideshow > footer > .fsElementFooterContent a {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 8px 15px;
}
@media (min-width: 600px) {
  .landing-hero-image-slideshow > footer > .fsElementFooterContent a {
    padding: 12px 30px;
  }
}
@media (min-width: 1000px) {
  .landing-hero-image-slideshow > footer > .fsElementFooterContent a {
    height: 60px;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.fsComposeMode .landing-hero-image-slideshow:before {
  content: 'Custom Landing Image Slideshow - edit here with compose mode turned on';
  display: block;
}

@media (min-width: 1000px) {
  #fsHeader + .landing-hero-image {
    margin-top: 50px;
  }
}

.hero-image #fsPageContent .fsPageTitle {
  display: none;
}

.landing-hero-image {
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 230px;
}
@media (min-width: 600px) {
  .landing-hero-image .caption-wrapper > div {
    margin: 0;
    width: calc(100% - 300px);
  }
}
@media (min-width: 1000px) {
  .landing-hero-image .caption-wrapper > div {
    width: calc(100% - 350px);
  }
}
body.fsComposeMode .landing-hero-image > footer {
  position: relative;
}
.landing-hero-image > footer {
  position: absolute;
  top: 10px;
  margin: 0 auto;
  left: 20px;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  .landing-hero-image > footer {
    right: 30px;
    max-width: calc(50% - 30px);
    bottom: 40px;
    top: auto;
    right: 20px;
    left: auto;
  }
}
@media (min-width: 1180px) {
  .landing-hero-image > footer {
    width: calc(50% - 30px);
    left: 0;
    right: 0;
    max-width: 1180px;
    margin-right: 112px;
  }
}
.landing-hero-image > footer > .fsElementFooterContent {
  text-align: left;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #f3f3f3;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 600px) {
  .landing-hero-image > footer > .fsElementFooterContent {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 1000px) {
  .landing-hero-image > footer > .fsElementFooterContent {
    min-width: 27%;
    font-size: 30px;
    line-height: 44px;
    width: 320px;
  }
}
.landing-hero-image > footer > .fsElementFooterContent a {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 8px 15px;
}
@media (min-width: 600px) {
  .landing-hero-image > footer > .fsElementFooterContent a {
    padding: 12px 30px;
  }
}
@media (min-width: 1000px) {
  .landing-hero-image > footer > .fsElementFooterContent a {
    height: 60px;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.fsComposeMode .landing-hero-image {
  overflow: visible;
  height: auto;
  min-height: 230px;
}
@media (min-width: 600px) {
  .landing-hero-image {
    height: 400px;
  }
}
@media (min-width: 800px) {
  .landing-hero-image {
    height: 570px;
  }
}
.landing-hero-image:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 40%, transparent 80%, transparent 100%);
}
.landing-hero-image .fsPageTitle {
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 0;
  max-width: 1180px;
  bottom: 20px;
  width: calc(100% - 40px);
  text-align: left;
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .landing-hero-image .fsPageTitle {
    width: calc(100% - 60px);
    bottom: 40px;
    font-size: 36px;
    line-height: 44px;
  }
}
.landing-hero-image + #fsPageBodyWrapper {
  padding-top: 60px;
}
.landing-hero-image + #fsPageBodyWrapper .fsTwoColumnLayout.wide-left > .fsDiv {
  width: 100%;
}
@media (min-width: 600px) {
  .landing-hero-image + #fsPageBodyWrapper .fsTwoColumnLayout.wide-left > .fsDiv {
    width: 50%;
    float: left;
  }
}
@media (min-width: 700px) {
  .landing-hero-image + #fsPageBodyWrapper .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
    width: 66.66%;
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .landing-hero-image + #fsPageBodyWrapper .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
    padding-right: 20px;
  }
}
.landing-hero-image + #fsPageBodyWrapper .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .landing-hero-image + #fsPageBodyWrapper .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
    padding-left: 30px;
    margin-top: 0;
  }
}
@media (min-width: 700px) {
  .landing-hero-image + #fsPageBodyWrapper .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .landing-hero-image + #fsPageBodyWrapper .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
    padding-left: 60px;
  }
}
.landing-hero-image > header {
  position: absolute;
  margin: 0 auto;
  left: 20px;
  text-align: left;
  bottom: 10px;
  max-width: calc(100% - 40px);
}
@media (min-width: 600px) {
  .landing-hero-image > header {
    left: 30px;
    width: 100%;
    max-width: 50%;
    bottom: 40px;
  }
}
@media (min-width: 700px) {
  .landing-hero-image > header {
    bottom: 30px;
    max-width: calc(70% - 60px);
  }
}
@media (min-width: 900px) {
  .landing-hero-image > header {
    bottom: 25px;
  }
}
@media (min-width: 1180px) {
  .landing-hero-image > header {
    width: calc(100% - 40px);
    left: 0;
    right: 0;
    max-width: 1180px;
  }
}
.landing-hero-image > header > .fsElementTitle, .landing-hero-image > header h1 {
  text-align: left;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .landing-hero-image > header > .fsElementTitle, .landing-hero-image > header h1 {
    font-size: 32px;
  }
}
@media (min-width: 700px) {
  .landing-hero-image > header > .fsElementTitle, .landing-hero-image > header h1 {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  .landing-hero-image > header > .fsElementTitle, .landing-hero-image > header h1 {
    font-size: 45px;
  }
}
@media (min-width: 600px) {
  .landing-hero-image.portal {
    height: 300px;
  }
}

.posts__categoryFilter ul.fsToolsList {
  position: relative;
  padding-left: 48px;
}
.posts__categoryFilter ul.fsToolsList li {
  position: relative;
  width: 100%;
  margin: 0;
}
.posts__categoryFilter ul.fsToolsList li a {
  font-family: "nimbus-sans", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.posts__categoryFilter .fsElementTitle {
  font-style: italic;
  color: #333333;
}
.posts__categoryFilter ul.fsToolsList li a {
  color: #999;
  background: none;
}
.posts__categoryFilter ul.fsToolsList li.fsStateSelected a {
  color: #aa599f;
}
.posts__categoryFilter ul.fsToolsList li.fsStateSelected:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #aa599f;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -47px;
}
.posts__categoryFilter ul.fsToolsList:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: 2px;
  background-color: #999;
  opacity: .5;
  display: block;
}

@media (max-width: 800px) {
  .postPageContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .postPageContainer .fsStyleColumn-2 {
    -ms-flex-order: -1;
    order: -1;
  }
}

.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;
  background-image: none !important;
}
.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 #0072c6;
}
.bpa-college-slider-1.dark > .fsElementContent {
  padding: 20px 0;
  background-color: #f6f5f4;
}

@font-face {
  font-family: 'bpa-font-icons';
  src: url("../fonts/bpa-icon-library.eot");
  src: url("../fonts/bpa-icon-library.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-icon-library.woff2") format("woff2"), url("../fonts/bpa-icon-library.woff") format("woff"), url("../fonts/bpa-icon-library.ttf") format("truetype"), url("../fonts/bpa-icon-library.svg#IcoMoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bpa-infographic-3 section:before, .icon-list li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bpa-font-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bell:before {
  content: "\e900";
}

.icon-bicycle:before {
  content: "\e901";
}

.icon-books:before {
  content: "\e902";
}

.icon-bus:before {
  content: "\e903";
}

.icon-earth:before {
  content: "\e904";
}

.icon-family:before {
  content: "\e905";
}

.icon-gift:before {
  content: "\e906";
}

.icon-graduate:before {
  content: "\e907";
}

.icon-heart:before {
  content: "\e908";
}

.icon-ipad:before {
  content: "\e909";
}

.icon-leaf:before {
  content: "\e90a";
}

.icon-marker:before {
  content: "\e90b";
}

.icon-mortarboard:before {
  content: "\e90c";
}

.icon-note:before {
  content: "\e90d";
}

.icon-pencil:before {
  content: "\e90e";
}

.icon-pie-chart:before {
  content: "\e90f";
}

.icon-robot:before {
  content: "\e910";
}

.icon-skyscraper-icon:before {
  content: "\e911";
}

.icon-skyscraper:before {
  content: "\e911";
}

.icon-star:before {
  content: "\e912";
}

.icon-trophy:before {
  content: "\e913";
}

.icon-university:before {
  content: "\e914";
}

.icon-open-book:before {
  content: '\e962';
}

.icon-exam:before {
  content: '\e93f';
}

.icon-books1:before {
  content: '\e924';
}

.icon-diploma:before {
  content: '\e937';
}

.icon-earth-globe:before {
  content: '\e93d';
}

.icon-professor:before {
  content: '\e96b';
}

.icon-library:before {
  content: '\e955';
}

.icon-student:before {
  content: '\e97a';
}

.icon-blackboard:before {
  content: '\e922';
}

.icon-charity:before {
  content: '\e92d';
}

.icon-coin:before {
  content: '\e932';
}

.icon-donation:before {
  content: '\e93a';
}

.icon-charity-1:before {
  content: '\e92c';
}

.icon-city-hall:before {
  content: '\e930';
}

.icon-trophy-1:before {
  content: '\e982';
}

.icon-podium:before {
  content: '\e969';
}

.icon-medal-1:before {
  content: '\e95e';
}

.icon-laptop:before {
  content: '\e953';
}

.icon-family:before {
  content: '\e905';
}

.icon-father:before {
  content: '\e942';
}

.icon-hipster:before {
  content: '\e950';
}

.icon-mother:before {
  content: '\e960';
}

.icon-parents:before {
  content: '\e964';
}

.icon-son:before {
  content: '\e975';
}

.icon-daughter:before {
  content: '\e936';
}

.icon-grandmother:before {
  content: '\e94a';
}

.icon-grandfather:before {
  content: '\e949';
}

.icon-silo:before {
  content: '\e973';
}

.icon-barn:before {
  content: '\e920';
}

.icon-tractor:before {
  content: '\e97f';
}

.icon-cow:before {
  content: "";
}

.icon-building:before {
  content: '\e926';
}

.bpa-infographic-3 {
  position: relative;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px;
}
body:not(.fsHasLeftBanner) .bpa-infographic-3,
.bpa-infographic-3 body:not(.fsHasRightBanner) {
  width: 100vw;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate3d(-50%, 0, 0);
  position: relative;
}
body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1,
.bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-1 {
  width: 38%;
}
body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-2,
.bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-2 {
  width: 24%;
}
body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3,
.bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-3 {
  width: 38%;
}
@media (max-width: 1179px) {
  body:not(.fsHasLeftBanner) .bpa-infographic-3,
  .bpa-infographic-3 body:not(.fsHasRightBanner) {
    position: relative;
    margin: 0 auto;
    max-width: 43.3333333333em;
    max-width: 48.75rem;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3.dark-theme:before,
  .bpa-infographic-3 body:not(.fsHasRightBanner).dark-theme:before {
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: 0;
    background: #0f2b5b;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3.dark-theme:after,
  .bpa-infographic-3 body:not(.fsHasRightBanner).dark-theme:after {
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    -ms-transform: translateX(99%);
    transform: translateX(99%);
    top: 0;
    right: 0;
    background: #0f2b5b;
    visibility: visible;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3 > .fsElement,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-1 > .fsElement,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-3 > .fsElement {
    padding-top: 80px;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-1 > .fsElement:before,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-3 > .fsElement:before {
    font-size: 25px;
    height: 70px;
    width: 70px;
    line-height: 67px;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1 .fsElementTitle,
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3 .fsElementTitle,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-1 .fsElementTitle,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-3 .fsElementTitle {
    font-size: 33px;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1 .fsElementContent,
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3 .fsElementContent,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-1 .fsElementContent,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-3 .fsElementContent {
    font-size: 14px;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-1 {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-2,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-2 {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-3 {
    width: 100%;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 699px) {
  body:not(.fsHasLeftBanner) .bpa-infographic-3,
  .bpa-infographic-3 body:not(.fsHasRightBanner) {
    padding: 20px 0;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-1 {
    width: 100%;
  }
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3,
  .bpa-infographic-3 body:not(.fsHasRightBanner) .fsStyleColumn-3 {
    width: 100%;
  }
}
body.fsHasLeftBanner .bpa-infographic-3, body.fsHasRightBanner .bpa-infographic-3 {
  position: relative;
  margin: 0 auto;
  max-width: 43.3333333333em;
  max-width: 48.75rem;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement, body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement {
  padding-top: 80px;
}
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before, body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before {
  font-size: 25px;
  height: 70px;
  width: 70px;
  line-height: 67px;
}
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1 .fsElementTitle,
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3 .fsElementTitle, body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 .fsElementTitle,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 .fsElementTitle {
  font-size: 33px;
}
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1 .fsElementContent,
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3 .fsElementContent, body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 .fsElementContent,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 .fsElementContent {
  font-size: 14px;
}
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1, body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 {
  width: 100%;
  -ms-flex-order: 2;
  order: 2;
}
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-2, body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-2 {
  width: 100%;
  -ms-flex-order: 1;
  order: 1;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3, body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 {
  width: 100%;
  -ms-flex-order: 3;
  order: 3;
}
@media (max-width: 999px) {
  body.fsHasLeftBanner .bpa-infographic-3, body.fsHasRightBanner .bpa-infographic-3 {
    padding: 20px 0;
  }
  body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1, body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 {
    width: 100%;
  }
  body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3, body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 {
    width: 100%;
  }
}
.bpa-infographic-3 > header {
  text-align: center;
  padding-bottom: 30px;
}
.bpa-infographic-3 > header .fsElementTitle {
  color: #0f2b5b;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.bpa-infographic-3 > .fsStyleColumn {
  padding-left: 10px;
  padding-right: 10px;
}
body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bpa-infographic-3 > .fsStyleColumn > .fsElement {
  color: #0f2b5b;
  position: relative;
  text-align: center;
}
body.fsDraftMode .bpa-infographic-3 > .fsStyleColumn > .fsElement:before {
  position: relative !important;
  top: 0 !important;
}
body.fsDraftMode .bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent,
body.fsDraftMode .bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementTitle {
  text-align: center !important;
}
body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1;
  flex: 1 1;
  margin: 0 !important;
  min-height: 185px;
  min-width: 50%;
  padding: 110px 8px 40px;
}
body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent,
body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement header {
  width: 100%;
  padding: 0 5px;
}
.bpa-infographic-3 > .fsStyleColumn > .fsElement:before {
  color: #fff;
  background: #0f2b5b;
  display: inline-block;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  top: 0;
  border-radius: 50%;
  line-height: 86px;
  font-size: 37px;
}
.bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementTitle {
  display: block;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  font-family: "adobe-garamond-pro", Georgia, serif;
  line-height: 1.1;
  color: #0f2b5b;
  margin: 0;
}
.bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent {
  font-family: "adobe-garamond-pro", Georgia, serif;
  line-height: 1.2;
  text-align: center;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 6px !important;
}
.bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent p {
  margin: 0;
}
.bpa-infographic-3 > .fsStyleColumn.fsStyleColumn-2 {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-bottom-width: 0;
}
body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn.fsStyleColumn-2 > .fsElement {
  padding-top: 300px;
}
.bpa-infographic-3 > .fsStyleColumn.fsStyleColumn-2 > .fsElement:before {
  top: 20px;
  width: 250px;
  height: 250px;
  font-size: 130px;
  line-height: 220px;
}
.bpa-infographic-3.dark-theme {
  background-color: #0f2b5b;
}
.bpa-infographic-3.dark-theme > header > .fsElementTitle {
  color: #fff;
}
.bpa-infographic-3.dark-theme .fsStyleColumn-2 {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
  border-left-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
}
.bpa-infographic-3.dark-theme > .fsStyleColumn > .fsElement {
  color: #fff;
}
.bpa-infographic-3.dark-theme > .fsStyleColumn > .fsElement:before {
  color: #0f2b5b;
  background: #fff;
}
.bpa-infographic-3.dark-theme > .fsStyleColumn > .fsElement .fsElementTitle {
  color: #fff;
}

.icon-list, .icon-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.icon-list li {
  margin: 0;
  padding: 0;
}
.icon-list li {
  margin: 6px 0;
}
.icon-list li:before {
  font-size: 30px;
  margin-right: 14px;
}

@font-face {
  font-family: 'bpa-font-icons';
  src: url("../fonts/bpa-icon-library.eot");
  src: url("../fonts/bpa-icon-library.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-icon-library.woff2") format("woff2"), url("../fonts/bpa-icon-library.woff") format("woff"), url("../fonts/bpa-icon-library.ttf") format("truetype"), url("../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 .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;
  background-image: none !important;
  margin-bottom: 0;
}
@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-weight: normal;
  font-size: 30px;
  line-height: 36px;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #0072c6;
  margin-bottom: 20px;
  color: #333333;
  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%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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%;
  cursor: default;
  pointer-events: none;
}
.fsGrid.bpa-image-slideshow-1 article picture .popup-slider {
  display: block;
  width: 75px;
}
.fsGrid.bpa-image-slideshow-1 article picture .popup-slider:before {
  content: '\e90e';
  font-family: "IcoMoon";
  color: #fff;
  font-size: 80px;
  opacity: .8;
  position: absolute;
  left: 50%;
  top: 75%;
  -ms-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
  width: 75px;
  line-height: 1;
  text-shadow: #000 0 0 5px;
  cursor: pointer;
  pointer-events: all;
  display: block;
  transition: 0.3s opacity;
}
@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article picture .popup-slider:before {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.fsGrid.bpa-image-slideshow-1 article picture .popup-slider:hover:before {
  opacity: 1;
}
@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: #333333;
  font-family: "nimbus-sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    width: 50%;
    padding: 0 20px 78px 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 78px 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: 78px;
  }
}
@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;
  height: 44px;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.42);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  z-index: 20;
  transition: 0.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%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.fsGrid.bpa-image-slideshow-1 .slick-arrow:focus, .fsGrid.bpa-image-slideshow-1 .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-prev:before {
  font-family: "IcoMoon";
  content: "\e915";
}
.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next {
  left: 45px;
}
.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next:before {
  font-family: "IcoMoon";
  content: "\e916";
}
.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article, .fsBannerRight .fsGrid.bpa-image-slideshow-1 article, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article, .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .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), .fsFourColumnLayout > .fsDiv .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), .fsThreeColumnLayout > .fsDiv .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), .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, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:before, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before, .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .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, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article .fsTitle, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle, .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .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, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figure, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure, .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .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, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption, .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .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, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle, .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .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, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .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 .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode .fsThreeColumnLayout > .fsDiv .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 .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, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture img, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img, .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .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.7118644068px, 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.7118644068px;
  }
}
.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 78px 20px;
    max-height: calc(calc-vw(422.7118644068px, 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.7118644068px - 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 {
  background: #0f2b5b;
  border: none;
}
.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;
}
.fsGrid.bpa-image-slideshow-1.dark article figcaption a:focus, .fsGrid.bpa-image-slideshow-1.dark article figcaption a:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  -moz-text-decoration-style: solid;
  text-decoration-style: solid;
}
.fsGrid.bpa-image-slideshow-1.dark article.has-caption:before {
  background: linear-gradient(180deg, rgba(15, 43, 91, 0) 0%, rgba(15, 43, 91, 0.85) 51.8%, #0f2b5b 100%);
}

@font-face {
  font-family: 'IcoMoon2';
  src: url("/uploaded/themes/default_16/fonts//bpa-publications-2/icomoon.eot");
  src: url("/uploaded/themes/default_16/fonts//bpa-publications-2/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_16/fonts//bpa-publications-2/icomoon.woff2") format("woff2"), url("/uploaded/themes/default_16/fonts//bpa-publications-2/icomoon.woff") format("woff"), url("/uploaded/themes/default_16/fonts//bpa-publications-2/icomoon.ttf") format("truetype"), url("/uploaded/themes/default_16/fonts//bpa-publications-2/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.pub-drawer-ribbon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 332px;
  max-width: 100%;
  z-index: 9000;
  margin: 0;
}
@media (min-width: 900px) {
  .pub-drawer-ribbon {
    display: none;
  }
}
.pub-drawer-ribbon .pub-drawer-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  padding-top: 10px;
  position: absolute;
  top: 0;
  right: 20px;
}
.pub-drawer-ribbon .pub-drawer-trigger:before {
  content: "";
  font-family: "IcoMoon2";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 36px;
  color: #fff;
  transition: color .3s;
}
.drawer-active .pub-drawer-ribbon {
  background: #0072c6;
}
.drawer-active .pub-drawer-ribbon .pub-drawer-trigger:before {
  content: '\e901';
  color: rgba(255, 255, 255, 0.6);
}

body:not(.fsComposeMode).publications-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #333333;
}
body:not(.fsComposeMode).publications-2 #fsPageWrapper {
  overflow: hidden;
}
body:not(.fsComposeMode).publications-2 .hideme {
  display: none !important;
}
body:not(.fsComposeMode).publications-2 .pub-skip-link {
  margin: 0;
}
body:not(.fsComposeMode).publications-2 .pub-skip-link p {
  margin: 0;
}
body:not(.fsComposeMode).publications-2 .pub-skip-link a {
  position: absolute;
  top: -150px;
  left: 0px;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 9999;
  text-decoration: none;
}
body:not(.fsComposeMode).publications-2 .pub-skip-link a:after {
  content: "";
  font-family: "IcoMoon2";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 5px;
  font-size: 8px;
}
body:not(.fsComposeMode).publications-2 .pub-skip-link a:focus {
  left: 0px;
  top: 0px;
  background: #0f2b5b;
  color: #FFF;
  transition: top .1s ease-in, background .5s linear;
}
body:not(.fsComposeMode).publications-2 .pub-skip-link a:hover {
  background: #fff;
  color: #0f2b5b;
}
body:not(.fsComposeMode).publications-2 #fsHeader {
  position: relative;
  height: auto;
  overflow: visible !important;
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section {
  background: #0072c6;
  height: 50px;
  margin: 0;
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
    padding-right: 1.6666666667em;
    padding-left: 1.6666666667em;
  }
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
  margin: 0;
  display: none;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
    width: auto;
    text-align: left;
  }
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a {
  display: block;
  font-family: "nimbus-sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 16px 0;
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a:hover {
  color: #0f2b5b;
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 {
  display: none;
}
@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 {
    display: block;
  }
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1, body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li {
  display: inline-block;
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a {
  display: block;
  font-family: "nimbus-sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.6);
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a:hover {
  color: #fff;
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a {
  font-size: 0;
  color: transparent;
  width: 24px;
  position: relative;
  line-height: 1;
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:before {
  content: "";
  font-family: "IcoMoon2";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: -2px;
  left: 0;
  transition: color .3s;
}
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:hover:before {
  color: #0f2b5b;
}
body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:before {
  content: '\e901';
  color: rgba(255, 255, 255, 0.8);
}
body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:hover:before {
  color: #0f2b5b;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead {
  background: #0f2b5b;
  height: 100px;
  margin: 0;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
  position: relative;
}
@media (max-width: 1240px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
    padding-right: 1.6666666667em;
    padding-left: 1.6666666667em;
  }
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner {
  margin: 0;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
}
@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement {
  height: 100px;
  margin: 0;
}
@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement * {
  margin: 0;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse {
  width: 28%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  cursor: pointer;
}
@media (max-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse {
    display: none;
  }
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse > .fsElementContent:before {
  content: "";
  font-family: "IcoMoon2";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 49px;
  width: 49px;
  border: 1px solid #fff;
  font-size: 26px;
  text-align: center;
  line-height: 49px;
  float: left;
  margin-right: 20px;
  color: #fff;
  transition: background .4s;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse > .fsElementContent:after {
  display: inline-block;
  content: 'Browse Issues';
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse:hover > .fsElementContent:before {
  background: #fff;
  color: #333333;
}
.issue-browser-open .pub-browse > .fsElementContent:before {
  background: #fff !important;
  color: #333333 !important;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsName,
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsSubtitle {
  display: inline-block;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  width: calc(100% - 70px);
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
    width: 44%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-top: 0;
  }
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 {
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 a {
  color: #fff;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
  width: 28%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  cursor: pointer;
}
@media (max-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
    display: none;
  }
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent:after {
  content: "";
  font-family: "IcoMoon2";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 49px;
  width: 49px;
  border: 1px solid #fff;
  font-size: 26px;
  text-align: center;
  line-height: 49px;
  float: right;
  margin-left: 20px;
  color: #fff;
  transition: background .4s;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent:hover:after {
  background: #fff;
  color: #333333;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle p {
  display: inline-block;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  font-family: "adobe-garamond-pro", Georgia, serif;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  text-align: right;
}
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle button em {
  display: block;
  font-style: normal;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
  display: none;
  background: #0072c6;
  padding: 0 25px;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: all .3s;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
    display: block;
    max-height: 0;
    overflow: hidden;
  }
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.issue-browser-open #fsHeader .fsSlideshow.issue-browser {
    max-height: 335px;
    overflow: visible;
  }
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  background: #fff;
  -ms-transform: translate(0, 25px);
  transform: translate(0, 25px);
  padding: calc(30px - 1em) calc(20px - 1em) 0 calc(20px - 1em);
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsElementSlideshow {
  padding-bottom: 20px !important;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton,
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton {
  height: 50px;
  width: 50px;
  border-radius: 0;
  background: #40434E;
  transition: all .3s;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton:before,
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton:before {
  color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 42px;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton:hover,
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton:hover {
  background: #0f2b5b;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton {
  left: -25px;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton {
  right: -25px;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article {
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsIssueTitle {
  color: #9D9FA5;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail {
  margin: 0 auto 10px;
  border: 5px solid #E1E1E1;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail img {
  margin: 0;
}
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article:hover .fsIssueTitle {
  color: #0072c6;
}
body:not(.fsComposeMode).publications-2 .pub-categories {
  background: #0072c6;
  padding: 0 20px;
  width: 330px;
  max-width: 100%;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 500;
  max-height: 0;
  overflow: hidden;
}
body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 {
  background: #fff;
  padding: 20px !important;
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1, body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li {
  text-transform: uppercase;
  font-size: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
}
body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li:not(:last-child) {
  border-bottom: 2px solid #E1E1E1;
}
body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a {
  color: #0072c6;
}
body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a:hover {
  color: #0f2b5b;
}
body:not(.fsComposeMode).publications-2.category-menu-open .pub-categories {
  max-height: 1000px;
  overflow: visible;
}
.category-menu-open .cat-toggle > .fsElementContent:after {
  background: #fff !important;
  color: #333333 !important;
}
body:not(.fsComposeMode).publications-2 .fsLoadMoreButton {
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 40px;
  background: #ADAFB4;
  display: block;
  width: 288px;
  max-width: 100%;
  transition: background .3s;
}
body:not(.fsComposeMode).publications-2 .fsLoadMoreButton:hover {
  background: #0072c6;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article {
  position: relative;
  padding-bottom: 28px;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article:before {
  display: block;
  content: '';
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 2px;
  background: #E1E1E1;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsCategory,
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsDateTime {
  color: #0072c6;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #9D9FA5;
  margin-bottom: 18px;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle {
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle a {
  color: #31333D;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle a:hover {
  color: #0072c6;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsReadMoreLink {
  color: #0072c6;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsReadMoreLink:hover {
  color: #0f2b5b;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid .fsLoadMoreButton {
  margin-top: 65px;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsTitle {
  color: #31333D;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin: 0 0 20px !important;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsBody {
  margin-top: 0 !important;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsAuthor,
body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsDateTime {
  color: #9D9FA5;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsAuthor {
  padding-right: 10px;
  border-right: 2px solid #E1E1E1;
}
body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsThumbnail {
  -ms-transform: none;
  transform: none;
  margin: 0 0 20px;
}
body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button {
  height: 50px;
  width: 150px;
  background: #ADAFB4;
}
body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button.fsPreviousButton {
  margin-right: 10px;
}
body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  color: #ADAFB4;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ADAFB4;
}
body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount:hover {
  color: #0f2b5b;
}
body:not(.fsComposeMode).publications-2 .fsComments .fsMyComment {
  margin-top: 20px;
}
body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 12px;
  background-color: #ADAFB4;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment:hover {
  background: #0072c6;
}
body:not(.fsComposeMode).publications-2 .fsTags {
  margin: 50px 0;
}
body:not(.fsComposeMode).publications-2 .fsTags li {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 12px;
  background-color: #ADAFB4;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 15px;
}
body:not(.fsComposeMode).publications-2 .related-articles {
  padding-top: 40px;
  border-top: 1px solid #E1E1E1;
}
body:not(.fsComposeMode).publications-2 .related-articles .fsElementTitle {
  color: #0072c6;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 40px;
}
body:not(.fsComposeMode).publications-2 .fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 50px;
  min-height: 100%;
  background: #40434E;
  z-index: 9000;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2 .fsMenu {
    max-width: 332px;
  }
}
@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 .fsMenu {
    display: none !important;
  }
}
body:not(.fsComposeMode).publications-2.drawer-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow {
  background: #0f2b5b;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow > header {
  padding-top: 30px;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsElementTitle {
  color: #0072c6;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article {
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsIssueTitle {
  color: #9D9FA5;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 40px !important;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail {
  margin: 0 auto 10px;
  border: 5px solid #E1E1E1;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail img {
  margin: 0;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article:hover .fsIssueTitle {
  color: #0072c6;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton,
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton {
  height: 50px;
  width: 50px;
  border-radius: 0;
  background: #40434E;
  transition: all .3s;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:before,
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:before {
  color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 42px;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:hover,
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:hover {
  background: #0072c6;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton {
  left: 0;
}
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton {
  right: 0;
}
body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories > header {
  text-align: center;
  padding-top: 30px;
}
body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories > header .fsElementTitle {
  color: #0072c6;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}
body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories .fsNavLevel1 li a {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
body:not(.fsComposeMode).publications-2 .publication2-search {
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: -50px;
  margin: 0;
  width: calc(100% - 70px);
}
body:not(.fsComposeMode).publications-2 .publication2-search label {
  font-size: 0;
  color: transparent;
}
body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField {
  height: 50px;
  background: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  width: calc(100% - 50px);
  float: right;
}
body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5) !important;
}
body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField:-moz-placeholder {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5) !important;
}
body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField::-moz-placeholder {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5) !important;
}
body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField:-ms-input-placeholder {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5) !important;
}
body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  height: 50px;
  width: 50px;
  float: left;
}
body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton:before {
  content: "";
  font-family: "IcoMoon2";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 30px;
}
body:not(.fsComposeMode).publications-2 .publication2-search .fsButtonClear {
  display: none;
}
.fsMenu body:not(.fsComposeMode).publications-2 .publication2-search {
  top: -50px;
  left: 10px;
  width: calc(100% - 80px);
}
body:not(.fsComposeMode).publications-2 #fsHeader .publication2-search {
  width: 350px;
  top: -100px;
  right: 45px;
  background: #0072c6;
  transition: all .3s;
}
body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .publication2-search {
  top: 0;
}

body:not(.fsComposeMode).publications-2.post-page .post-page-nav {
  margin-bottom: 30px;
}
body:not(.fsComposeMode).publications-2.post-page .post-page-nav > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body:not(.fsComposeMode).publications-2.post-page .post-page-nav > .fsElementContent .fsElement {
  margin-bottom: 0;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box {
  display: inline-block;
  color: #9D9FA5;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box > .fsElementContent {
  text-align: right;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box > .fsElementContent > div {
  display: inline-block;
  padding-top: 10px;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share {
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  transition: color .3s;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share:hover {
  color: #0072c6;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share:before {
  content: "";
  font-family: "IcoMoon2";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: all .3s;
  z-index: 500;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer .fsSharingButtons {
  margin: 0;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer .fsSharingButtons a {
  display: block;
  width: 60px;
  margin-bottom: 1px;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share.open .fsSharingButtonsContainer {
  max-height: 100vh;
}
body:not(.fsComposeMode).publications-2.post-page .share-comment-box .comment-count:before {
  content: "";
  font-family: "IcoMoon2";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}
body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsSearch {
  margin-bottom: 30px;
}
body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsNavigation {
  width: 310px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 40px;
}
body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsNavigation button {
  margin-bottom: 0;
}
body:not(.fsComposeMode).publications-2.post-page .fsCategories li.fsCategory {
  color: #0072c6;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.post-page .fsMyCommentName {
    margin-right: 20px;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home #fsPageBodyWrapper {
  margin: 0;
  padding: 0;
  background: none;
}
body:not(.fsComposeMode).publications-2.pub2-home #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body:not(.fsComposeMode).publications-2.pub2-home #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}
body:not(.fsComposeMode).publications-2.pub2-home #fsPageContent .fsLayout {
  margin-right: 0px;
  margin-left: 0px;
}
body:not(.fsComposeMode).publications-2.pub2-home #fsPageContent .fsLayout .fsDiv {
  padding: 0;
  margin-bottom: 0;
}
body:not(.fsComposeMode).publications-2.pub2-home #fsPageContent .fsLayout .fsDiv > .fsElement:not(.fsSlideshow) {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
}
body:not(.fsComposeMode).publications-2.pub2-home .fsPageLayout {
  padding-bottom: 100px;
}
body:not(.fsComposeMode).publications-2.pub2-home #fsHeader {
  z-index: 8999;
  width: 100%;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home #fsHeader {
    position: absolute;
    top: 0;
    left: 0;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home #fsHeader .masthead {
  background: #0f2b5b;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home #fsHeader .masthead {
    background: rgba(15, 43, 91, 0.5);
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories {
  background: #0f2b5b;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories {
    margin-top: 50px;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
  background-size: cover;
  height: auto;
  position: relative;
  padding: 0;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
    height: 570px;
    overflow: hidden;
  }
}
@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
    height: 750px;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail {
  margin: 0;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail img {
  position: relative;
  width: 100%;
  margin: 0;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail img {
    visibility: hidden;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption {
  display: block;
  background: #40434E;
  color: #fff;
  position: relative;
  padding: 30px 20px 100px;
  text-align: center;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption {
    text-align: left;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
  width: 100%;
  max-width: 1180px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
    padding-right: 30px;
    position: absolute;
    bottom: 130px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1240px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
    padding-right: 1.6666666667em;
    padding-left: 1.6666666667em;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle {
  color: #fff;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 20px;
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle:before {
  display: block;
  content: 'Top Stories';
  color: #0072c6;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  margin-bottom: 20px;
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle a {
  color: #fff;
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink {
  font-weight: bold;
  color: #fff;
}
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink:hover {
  text-decoration: underline;
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle,
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink {
    display: block;
    width: 580px;
    float: right;
    clear: both;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .paging-wrapper {
  width: 100%;
  max-width: 1180px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .paging-wrapper {
    bottom: 130px;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
    left: auto;
    bottom: 0;
    right: 20px;
    width: auto;
  }
}
@media (min-width: 1240px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
    right: 0;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .fsPager li {
  height: 16px;
  width: 16px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPager li {
    display: block;
    margin-bottom: 10px;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .fsPager li button {
  border: 1px solid transparent;
  border-radius: 100%;
  position: relative;
}
body:not(.fsComposeMode).publications-2.pub2-home .fsPager li button:before {
  color: transparent;
  font-size: 0;
  background-color: #fff;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
body:not(.fsComposeMode).publications-2.pub2-home .fsPager li.slick-active button {
  border-color: #fff;
}
body:not(.fsComposeMode).publications-2.pub2-home .fsPager li.slick-active button:before {
  color: transparent;
  color: #fff;
}
body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
  display: block;
  zoom: 1;
  padding-bottom: 30px;
}
body:not(.fsComposeMode).publications-2.pub2-home .issue-description:after {
  display: table;
  clear: both;
  content: '';
}
@media (max-width: 1240px) {
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
    padding-right: 1.6666666667em;
    padding-left: 1.6666666667em;
  }
}
@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
    margin-bottom: 50px !important;
    border-bottom: 2px solid #E1E1E1;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsIssueTitle,
body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsIssueTitle div {
  font-size: 0;
  color: transparent;
}
body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
  margin: 0 auto 20px;
  max-width: 258px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
    float: left;
    margin: 0 50px 20px 0;
  }
}
@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
    -ms-transform: translate(0, -160px);
    transform: translate(0, -160px);
    margin-bottom: -160px;
  }
}
body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail img {
  border: 10px solid #FFFFFF;
  box-shadow: inset 0 1px 1px 5px #000000, 0 0 0 2px #E1E1E1;
}
body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsDescription:before {
  display: block;
  content: 'About This Issue';
  text-transform: uppercase;
  color: #0072c6;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 15px;
}
@media (max-width: 1240px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid {
    padding-right: 1.6666666667em;
    padding-left: 1.6666666667em;
  }
}

.ui-widget-content a {
  color: #0072c6;
}
.ui-widget-content a:hover {
  color: #aa599f;
}

.juicer-button {
  color: #fff !important;
  background-color: #0072c6 !important;
  border: 2px solid #0072c6 !important;
}
.juicer-button:hover {
  background-color: #333333 !important;
  border: 2px solid #333333 !important;
}

.anchor,
body:not(.fsComposeMode) .fs_style_59 {
  padding-top: 100px;
}

body[data-pageid="1240"] .fsDialog .fsDepartment,
body[data-pageid="565"] .fsDialog .fsDepartment {
  display: none;
}

.fsDialog.fsResourceElement.fsSlideshow article {
  overflow: hidden;
}
.fsDialog.fsResourceElement.fsSlideshow article figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
.fsDialog.fsResourceElement.fsSlideshow article figure picture {
  position: relative;
}
.fsDialog.fsResourceElement.fsSlideshow article figure picture .caption-wrap {
  width: auto;
  display: inline-block;
}
.fsDialog.fsResourceElement.fsSlideshow article figure img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 600px;
  margin-bottom: 5px;
}
@media (min-width: 1300px) {
  .fsDialog.fsResourceElement.fsSlideshow article figure {
    width: 66%;
  }
  .fsDialog.fsResourceElement.fsSlideshow article figure img {
    max-height: 800px;
  }
}
.fsDialog.fsResourceElement.fsSlideshow article figure figcaption {
  position: relative;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
}
.fsDialog.fsResourceElement.fsSlideshow article figure figcaption .fsResourceTitle {
  bottom: auto;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: none;
  text-align: left;
  pointer-events: none;
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0072c6;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}
.fsDialog.fsResourceElement.fsSlideshow article:before {
  display: none;
}
