 /**
 *
 * Choate Rosemary Hall - default_15
 * @link http://choate.redesign.finalsite.com/
 * Built By: Stephen Petrus
 * Project Manager: David Lopes
 * Designer: Brittany Murray
 *
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use: 
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "alto-pro";
  src: url("../fonts/AltoPro-BlackItalic.eot");
  src: url("../fonts/AltoPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AltoPro-BlackItalic.woff") format("woff"), url("../fonts/AltoPro-BlackItalic.ttf") format("truetype"), url("../fonts/AltoPro-BlackItalic.svg#alto-pro") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "alto-pro";
  src: url("../fonts/AltoPro-Bold.eot");
  src: url("../fonts/AltoPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AltoPro-Bold.woff") format("woff"), url("../fonts/AltoPro-Bold.ttf") format("truetype"), url("../fonts/AltoPro-Bold.svg#alto-pro") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "alto-pro";
  src: url("../fonts/AltoPro-SemiBold.eot");
  src: url("../fonts/AltoPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AltoPro-SemiBold.woff") format("woff"), url("../fonts/AltoPro-SemiBold.ttf") format("truetype"), url("../fonts/AltoPro-SemiBold.svg#alto-pro") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "alto-pro";
  src: url("../fonts/AltoPro-Medium.eot");
  src: url("../fonts/AltoPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AltoPro-Medium.woff") format("woff"), url("../fonts/AltoPro-Medium.ttf") format("truetype"), url("../fonts/AltoPro-Medium.svg#alto-pro") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "alto-pro";
  src: url("../fonts/AltoPro-Normal.eot");
  src: url("../fonts/AltoPro-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/AltoPro-Normal.woff") format("woff"), url("../fonts/AltoPro-Normal.ttf") format("truetype"), url("../fonts/AltoPro-Normal.svg#alto-pro") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "alto-pro";
  src: url("../fonts/AltoPro-NormalItalic.eot");
  src: url("../fonts/AltoPro-NormalItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AltoPro-NormalItalic.woff") format("woff"), url("../fonts/AltoPro-NormalItalic.ttf") format("truetype"), url("../fonts/AltoPro-NormalItalic.svg#alto-pro") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "alto-pro-con";
  src: url("../fonts/AltoProCon-Bold.eot");
  src: url("../fonts/AltoProCon-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AltoProCon-Bold.woff") format("woff"), url("../fonts/AltoProCon-Bold.ttf") format("truetype"), url("../fonts/AltoProCon-Bold.svg#alto-pro-con") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "alto-pro-con";
  src: url("../fonts/AltoProCon-SemiBoldItalic.eot");
  src: url("../fonts/AltoProCon-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AltoProCon-SemiBoldItalic.woff") format("woff"), url("../fonts/AltoProCon-SemiBoldItalic.ttf") format("truetype"), url("../fonts/AltoProCon-SemiBoldItalic.svg#alto-pro-con") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "alto-pro-con";
  src: url("../fonts/AltoProCon-MediumItalic.eot");
  src: url("../fonts/AltoProCon-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AltoProCon-MediumItalic.woff") format("woff"), url("../fonts/AltoProCon-MediumItalic.ttf") format("truetype"), url("../fonts/AltoProCon-MediumItalic.svg#alto-pro-con") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "alto-pro-con";
  src: url("../fonts/AltoProCon-NormalItalic.eot");
  src: url("../fonts/AltoProCon-NormalItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AltoProCon-NormalItalic.woff") format("woff"), url("../fonts/AltoProCon-NormalItalic.ttf") format("truetype"), url("../fonts/AltoProCon-NormalItalic.svg#alto-pro-con") format("svg");
  font-weight: 400;
  font-style: italic;
}
.fsRosterName {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  color: #005596;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 10px;
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 6px;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  color: #005596;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 7px;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  color: #0093b2;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 7px;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 6px;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  color: #a6a5a5;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
}

main .fsElement header {
  margin-bottom: 22px;
}
main h2.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  color: #005596;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 7px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #1593d1;
  transition: background .3s, color .3s;
}
a:hover {
  color: #056cb6;
  text-decoration: none;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

table.styled, table.fs_style_66 {
  margin-bottom: 20px;
  width: 100%;
}
table.styled tr:nth-child(odd) td, table.fs_style_66 tr:nth-child(odd) td {
  background-color: #f3f4f4;
}
table.styled td, table.fs_style_66 td {
  vertical-align: top;
  padding: 9px 20px 8px;
  background: none;
}

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

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

/*! content - buttons v0.0.1 */
.fs_style_67 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 40px 15px 40px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.fs_style_72 {
  background-color: #f36f21;
  color: #ffffff;
}
.fs_style_72:hover {
  background-color: #ee600d;
  color: #ffffff;
}

.fs_style_73 {
  background-color: #6c4099;
  color: #ffffff;
}
.fs_style_73:hover {
  background-color: #5f3887;
  color: #ffffff;
}

.fs_style_74 {
  background-color: #0093b2;
  color: #ffffff;
}
.fs_style_74:hover {
  background-color: #007e99;
  color: #ffffff;
}

.fs_style_79 {
  background-color: #fdb81f;
  color: #ffffff;
}
.fs_style_79:hover {
  background-color: #fdb006;
  color: #ffffff;
}

.fs_style_80 {
  background-color: #f3f3f3;
  color: #ffffff;
  color: #a7a9ac;
}
.fs_style_80:hover {
  background-color: #e6e6e6;
  color: #ffffff;
}
.fs_style_80:hover {
  color: #1c1c1c;
}

.fs_style_81 {
  background-color: #005696;
  color: #ffffff;
}
.fs_style_81:hover {
  background-color: #00477d;
  color: #ffffff;
}

.fs_style_82 {
  background-color: #0093d5;
  color: #ffffff;
}
.fs_style_82:hover {
  background-color: #0081bc;
  color: #ffffff;
}

.fs_style_75 {
  background-color: #ffffff;
  color: #a7a9ac;
  padding: 18px 38px 13px 38px;
  border: 2px solid #e1e1e1;
  transition: opacity 0.3s ease, border 0.3s ease, background 0.3s ease;
}
.fs_style_75:hover {
  background-color: #f2f2f2;
  color: #a7a9ac;
}
.fs_style_75:hover {
  color: #ffffff;
  background-color: #fdb81f;
  border-color: #fdb81f;
}

.fs_style_68 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 40px 15px 40px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  padding-bottom: 19px;
}
.fs_style_68 em {
  font-weight: normal;
  font-style: normal;
  display: block;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}

.view-all {
  display: inline-block;
  margin: 0 0 20px;
  padding: 9px 23px 6px;
  border: 2px solid #e1e1e1;
  border-radius: 3px;
  outline: 0;
  color: #a7a9ac;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.fsLoadMoreButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 9px 23px 6px;
  border: 2px solid #e1e1e1;
  border-radius: 3px;
  outline: 0;
  color: #a7a9ac;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: none;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_4 {
  font-size: 20px;
  line-height: 32px;
}

blockquote,
.fs_style_6 {
  display: block;
  margin: 0 0 20px;
  padding: 34px 46px 34px;
  border-top: 1px solid #ececeb;
  border-bottom: 1px solid #ececeb;
  position: relative;
  color: #000104;
  font-family: "freight-display-pro", Georgia, serif;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  background: none;
  border-radius: 0;
}

cite,
.fs_style_65 {
  display: block;
  margin: 26px 0 5px;
  color: #9d9a9a;
  font-family: "alto-pro", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.115em;
  line-height: 24px;
  font-weight: bold;
}
cite:before,
.fs_style_65:before {
  content: '- ';
}

.callout,
.fs_style_64 {
  color: #f89728;
  font-size: 22px;
  line-height: 32px;
  font-family: 'alto-pro-con', sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.013em;
}
@media (min-width: 500px) {
  .callout.right, .callout.left,
  .fs_style_64.right,
  .fs_style_64.left {
    width: 270px;
  }
}
@media (min-width: 500px) {
  .callout.left,
  .fs_style_64.left {
    float: left;
    margin-right: 60px;
  }
}
@media (min-width: 500px) {
  .callout.right,
  .fs_style_64.right {
    float: right;
    margin-left: 60px;
  }
}

#fsMenu .fsNavPageDescription .fs_style_76 {
  display: block;
  text-transform: uppercase;
  color: inherit;
  font-size: 15px;
  padding-top: 14px;
}

.fs_style_78 {
  display: inline-block;
  padding: 23px 40px 42px 31px;
  color: #ffffff;
  font-size: 44px;
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: -0.02em;
  background-color: #7da7d9;
}
.fs_style_78[style*="text-align: right"] {
  padding-right: 82px;
}
.fs_style_78 em {
  display: block;
  padding-left: 38px;
  margin-bottom: -2px;
  text-transform: uppercase;
  font-family: "alto-pro", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.03em;
}
.fs_style_78:hover {
  background-color: #699ad3;
}

/*! structure - header v0.0.1 */
#fsHeader {
  background-color: #ffffff;
}
#fsHeader > .fsBanner {
  position: relative;
}

/*
  .header-float {

    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 10;

    transition: top 0.3s ease;

    @at-root body.nav-float-up .header-float {
      top: 0;
    }

    @at-root .nav-float-top .header-float {
      transition: none;
      top: -100px;
    }

    @at-root .nav-float-near-top.nav-float-down .header-float {
      transition: none;
      top: -100px;
    }

    .site-info-container {
      white-space: nowrap;
      background-color: rgba(#005596, 0.85);

      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;

      a {
        display: block;
        width: 250px;
        height: auto;
        padding: 15px 0;

        img {
          margin: 0 auto 0 17px;
        }
      }

      .logo-mobile {
        display: block;
      }
    }

    .header-compact {
      border: 1px solid #e1e1e1;
      border-top: 0;
      border-right: 0;
    }
  }
*/
.header-top {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
html:not(.has-hero) .header-top > .fsContainer {
  background: none !important;
}
.header-top > .fsContainer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-top > .fsContainer > .fsElementContent,
.header-top > .fsElementContent {
  position: relative;
}
@media (min-width: 900px) {
  .header-top > .fsContainer > .fsElementContent,
  .header-top > .fsElementContent {
    min-height: 500px;
  }
}

.site-info-container {
  white-space: nowrap;
  background-color: rgba(0, 85, 150, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: top 0.3s ease;
}
.site-info-container a {
  display: block;
  width: 250px;
  height: 90px;
  padding: 15px 0;
  overflow: hidden;
  color: transparent;
  transition: width 0.3s ease, height 0.3s ease, padding 0.3s ease;
}
@media (min-width: 900px) {
  html .nav-float-top .site-info-container a,
  html .nav-float-near-top .site-info-container a {
    width: 210px;
    height: 250px;
    padding-top: 39px;
  }
}
.site-info-container a:hover {
  color: transparent;
}
.site-info-container a > img {
  position: absolute;
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease;
}
.site-info-container .logo-shield {
  width: 51px;
  top: 15px;
  left: 22px;
}
@media (min-width: 900px) {
  html .nav-float-top .logo-shield,
  html .nav-float-near-top .logo-shield {
    width: 107px;
    top: 39px;
    left: 51px;
  }
}
.site-info-container .logo-choate {
  width: 112px;
  top: 29px;
  left: 85px;
}
@media (min-width: 900px) {
  html .nav-float-top .logo-choate,
  html .nav-float-near-top .logo-choate {
    width: 115px;
    top: 179px;
    left: 46px;
  }
}
.site-info-container .logo-rosemary-hall {
  width: 143px;
  top: 51px;
  left: 85px;
}
@media (min-width: 900px) {
  html .nav-float-top .logo-rosemary-hall,
  html .nav-float-near-top .logo-rosemary-hall {
    width: 150px;
    top: 201px;
    left: 31px;
  }
}
body.nav-float-up .site-info-container {
  position: fixed;
  top: 0;
}
body.nav-float-up.fsAccountBarVisible .site-info-container {
  top: 45px;
}
body.nav-float-down .site-info-container {
  position: absolute;
  top: -100px;
}
body.nav-float-down.nav-float-top .site-info-container {
  top: 0;
}
body.nav-float-down.nav-float-near-top .site-info-container {
  top: 0;
}

.header-compact {
  height: 90px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #e1e1e1;
  border-top: 0;
  border-right: 0;
  background-color: #ffffff;
  transition: top 0.3s ease, width 0.1s ease 0s, height 0.1s ease 0s, background 0.1s ease 0.1s;
}
@media (min-width: 500px) {
  .header-compact {
    width: 200px;
    padding-right: 120px;
  }
}
@media (min-width: 900px) {
  html .nav-float-top .logo-rosemary-hall,
  html .nav-float-near-top .logo-rosemary-hall {
    width: 150px;
    top: 201px;
    left: 31px;
  }
}
body.nav-float-top .header-compact {
  border-color: transparent;
}
body.nav-float-near-top .header-compact {
  border-color: transparent;
}
body.nav-float-up .header-compact {
  position: fixed;
  top: 0;
}
body.nav-float-up.fsAccountBarVisible .header-compact {
  top: 45px;
}
body.nav-float-down .header-compact {
  position: absolute;
  top: -100px;
}
body.nav-float-down.nav-float-top .header-compact {
  top: 0;
}
body.nav-float-down.nav-float-near-top .header-compact {
  top: 0;
}
.off-canvas-active .header-compact {
  width: 100%;
  height: 100vh;
  background-color: #005596;
  transition: width 0.1s ease 0s, height 0.1s ease 0s, background 0.1s ease;
  border-color: transparent;
}
@media (min-width: 600px) {
  .off-canvas-active .header-compact {
    width: 320px;
  }
}
@media (min-width: 960px) {
  .off-canvas-active .header-compact {
    width: 50%;
  }
}
.off-canvas-active .header-compact > .fsElementContent {
  display: none;
}
.header-compact > .fsElementContent {
  zoom: 1;
}
.header-compact > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
.header-compact > .fsElementContent > a {
  float: left;
  height: 90px;
}

.header-login {
  display: none;
  width: 69px;
  padding-left: 29px;
  font-size: 1px;
  color: transparent;
}
@media (min-width: 500px) {
  .header-login {
    display: block;
  }
}
.header-login:hover:before {
  color: #fdb81f;
}
.header-login:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a7a9ac;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  transition: color 0.3s ease;
}

.off-canvas-toggle {
  display: block;
  width: 60px;
  height: 90px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 399;
  font-size: 17px;
  line-height: 40px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: top 0.3s ease;
}
@media (min-width: 500px) {
  .off-canvas-toggle {
    width: 131px;
    padding: 28px 57px 0 0;
  }
}
#fsPageWrapper > .off-canvas-toggle {
  transition: z-index 0s 0s, opacity 0.3s 0s, top 0.3s ease;
}
.off-canvas-active #fsPageWrapper > .off-canvas-toggle {
  z-index: -1;
  opacity: 0;
  transition: z-index 0s 0.3s, opacity 0.3s 0s, top 0.3s ease;
}
.off-canvas-toggle > span {
  display: none;
}
.off-canvas-active .off-canvas-toggle > span {
  display: none;
}
@media (min-width: 500px) {
  .off-canvas-toggle > span {
    display: inline-block;
  }
}

body.fsHasTheme2.nav-float-top .off-canvas-toggle, body.fsHasTheme38.nav-float-top .off-canvas-toggle {
  border-color: transparent;
}
body.fsHasTheme2.nav-float-near-top .off-canvas-toggle, body.fsHasTheme38.nav-float-near-top .off-canvas-toggle {
  border-color: transparent;
}
body.fsHasTheme2.nav-float-up .off-canvas-toggle, body.fsHasTheme38.nav-float-up .off-canvas-toggle {
  position: fixed;
  top: 0;
}
body.fsHasTheme2.nav-float-up.fsAccountBarVisible .off-canvas-toggle, body.fsHasTheme38.nav-float-up.fsAccountBarVisible .off-canvas-toggle {
  top: 45px;
}
body.fsHasTheme2.nav-float-down .off-canvas-toggle, body.fsHasTheme38.nav-float-down .off-canvas-toggle {
  position: absolute;
  top: -100px;
}
body.fsHasTheme2.nav-float-down.nav-float-top .off-canvas-toggle, body.fsHasTheme38.nav-float-down.nav-float-top .off-canvas-toggle {
  top: 0;
}
body.fsHasTheme2.nav-float-down.nav-float-near-top .off-canvas-toggle, body.fsHasTheme38.nav-float-down.nav-float-near-top .off-canvas-toggle {
  top: 0;
}

/* Icon 3 */
.off-canvas-toggle-icon {
  width: 16px;
  height: 15px;
  margin: 0 auto;
  padding: 0 5px;
  position: absolute;
  top: 39px;
  right: 23px;
  cursor: pointer;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}
@media (min-width: 500px) {
  .off-canvas-toggle-icon {
    right: 31px;
  }
}
.off-canvas-toggle-icon span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 1px;
  position: absolute;
  left: 0;
  background: #000104;
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.off-canvas-toggle-icon span:nth-child(1) {
  top: 0px;
}
.off-canvas-toggle-icon span:nth-child(2), .off-canvas-toggle-icon span:nth-child(3) {
  top: 6px;
}
.off-canvas-toggle-icon span:nth-child(4) {
  top: 12px;
}
.off-canvas-active .off-canvas-toggle-icon span {
  background-color: #ffffff;
}
.off-canvas-active .off-canvas-toggle-icon span:nth-child(1) {
  width: 0%;
  top: 6px;
  left: 50%;
}
.off-canvas-active .off-canvas-toggle-icon span:nth-child(2) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.off-canvas-active .off-canvas-toggle-icon span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.off-canvas-active .off-canvas-toggle-icon span:nth-child(4) {
  width: 0%;
  top: 6px;
  left: 50%;
}

.header-bottom {
  background-color: #005596;
  position: relative;
}
.header-bottom > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  position: static;
}

.nav-tier-two {
  display: none;
}
@media (min-width: 960px) {
  .nav-tier-two {
    display: block;
  }
}
.nav-tier-two nav {
  text-align: left;
}
.nav-tier-two ul, .nav-tier-two li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-tier-two ul.fsNavLevel1 > li {
  display: none;
}
.nav-tier-two ul.fsNavLevel1 > li.fsNavCurrentPage, .nav-tier-two ul.fsNavLevel1 > li.fsNavCurrentPageAncestor {
  display: block;
}
@media (min-width: 700px) {
  .nav-tier-two ul.fsNavLevel1 > li.fsNavCurrentPage > a, .nav-tier-two ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
    display: block;
    padding: 20px 45px 24px 37px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -170px;
    color: #ffffff;
    font-size: 60px;
    line-height: 66px;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
    text-transform: lowercase;
    letter-spacing: -0.0225em;
    background-color: #fdb81f;
  }
}
.nav-tier-two ul.fsNavLevel2 {
  display: block;
  text-align: center;
  margin: 0 15px;
}
.nav-tier-two ul.fsNavLevel2 ul {
  display: none;
}
.nav-tier-two ul.fsNavLevel2 > li {
  display: inline-block;
}
.nav-tier-two ul.fsNavLevel2 > li.fsNavCurrentPage > a:after, .nav-tier-two ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > a:after {
  left: 15px;
  right: 15px;
  background-color: #7ea7d8;
  opacity: 1;
}
.nav-tier-two ul.fsNavLevel2 > li > a {
  display: block;
  height: 60px;
  padding: 0 25px;
  position: relative;
  color: #ffffff;
  font-size: 17px;
  line-height: 60px;
}
.nav-tier-two ul.fsNavLevel2 > li > a:hover:after {
  left: 15px;
  right: 15px;
  opacity: 1;
  transition: left 0.3s ease, right 0.3s ease;
}
.nav-tier-two ul.fsNavLevel2 > li > a:after {
  display: block;
  height: 4px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  background-color: #fdb81f;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding-left: 30px;
  padding-right: 30px;
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-top: 37px;
}

.fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1, .fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
  width: 100%;
}
@media (min-width: 340px) {
  .fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1, .fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
    min-width: 280px;
  }
}
@media (min-width: 400px) {
  .fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1, .fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1000px) {
  .fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1, .fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
    width: 33.3333333333%;
  }
}
.fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 760px) {
  .fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 760px) {
  .fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
  float: none;
  width: 100%;
  clear: both;
}
@media (min-width: 1000px) {
  .fsFooter > .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
}

.footer-quicklinks {
  padding-top: 13px;
}
@media (min-width: 400px) {
  .footer-quicklinks {
    -ms-transform: translateX(11%);
    transform: translateX(11%);
  }
}
@media (min-width: 1000px) {
  .footer-quicklinks {
    -ms-transform: none;
    transform: none;
  }
}
.footer-quicklinks ul, .footer-quicklinks li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-quicklinks ul {
  padding-left: calc(22% + 20px);
}
@media (min-width: 340px) {
  .footer-quicklinks ul {
    padding-left: 92px;
  }
}
@media (min-width: 400px) {
  .footer-quicklinks ul {
    padding-left: 0;
    -moz-columns: 2;
    columns: 2;
  }
}
.footer-quicklinks a {
  display: block;
  padding: 5px 0;
  line-height: 20px;
  font-size: 16px;
  color: #8db7e2;
}
.footer-quicklinks a:hover {
  color: #ffffff;
}

.footer-social {
  padding-top: 25px;
}
.footer-social ul, .footer-social li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social ul {
  margin: 0 -3px;
  text-align: center;
}
@media (min-width: 1000px) {
  .footer-social ul {
    text-align: left;
  }
}
.footer-social li {
  display: inline-block;
  margin: 0 3px;
}
.footer-social a {
  display: block;
  font-size: 1px;
  color: transparent;
  width: 45px;
  height: 45px;
  background-color: #00427a;
  border-radius: 100%;
}
.footer-social a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 45px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
}
.footer-social a:hover {
  background-color: #003461;
}
.footer-social a[href*="facebook.com"]:before {
  content: '\f09a';
}
.footer-social a[href*="twitter.com"]:before {
  content: '\f099';
}
.footer-social a[href*="instagram.com"]:before {
  content: '\f16e';
}
.footer-social a[href*="youtube.com"]:before {
  content: '\f16a';
}

.school-details {
  margin-bottom: 20px;
  font-family: "freight-display-pro", Georgia, serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.school-details .school-details-inner {
  padding-left: calc(22% + 20px);
  margin-top: -4px;
}
@media (min-width: 340px) {
  .school-details .school-details-inner {
    padding-left: 92px;
  }
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  color: #0093b2;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 7px;
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
.school-details [itemprop='telephone'] {
  display: inline-block;
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details span {
  display: block;
}
.school-details img {
  display: block;
}
.school-details a {
  display: block;
  color: inherit;
}

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

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

html {
  font-family: "alto-pro", sans-serif;
  background: #005696;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  overflow-y: scroll;
}
html.off-canvas-active {
  overflow: hidden;
}
html.off-canvas-active body {
  overflow-y: scroll;
}

body {
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
}

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

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

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

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 3;
  order: 3;
}
@media (min-width: 800px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerLeft {
    -ms-flex: none;
    flex: none;
    padding-right: 40px;
    width: 23.7288135593%;
  }
}
#fsBannerLeft > .fsBanner > .fsElement + .fsElement {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  #fsPageContent {
    -ms-flex: none;
    flex: none;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 67.7966101695% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.2711864407% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 44.0677966102% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    -ms-flex: none;
    flex: none;
    padding-left: 100px;
    width: 32.2033898305%;
  }
}

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

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsTwoColumnLayout.two-thirds-left .fsStyleColumn-1 {
    width: 66.6666666667%;
  }
}
@media (min-width: 800px) {
  .fsTwoColumnLayout.two-thirds-left .fsStyleColumn-2 {
    width: 33.3333333333%;
  }
}
@media (min-width: 800px) {
  .fsTwoColumnLayout.two-thirds-right .fsStyleColumn-1 {
    width: 33.3333333333%;
  }
}
@media (min-width: 800px) {
  .fsTwoColumnLayout.two-thirds-right .fsStyleColumn-2 {
    width: 66.6666666667%;
  }
}

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

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

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

#fsPoweredByFinalsite {
  display: none;
}

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

/*! navigation - main v0.0.1 */
.nav-main-full {
  padding-bottom: 32px;
}
.nav-main-full ul, .nav-main-full li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-main-full .menu-toggle {
  width: 52px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media (min-width: 960px) {
  .nav-main-full .menu-toggle {
    display: none;
  }
}
.nav-main-full .menu-toggle:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 18px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffcd05;
  line-height: 11px;
  font-size: 13px;
  text-align: center;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media (max-width: 959px) {
  .nav-main-full li.fsNavParentPage {
    position: relative;
  }
}
.nav-main-full .fsNavLevel1 {
  position: relative;
}
@media (min-width: 960px) {
  .nav-main-full .fsNavLevel1 {
    width: 50%;
    padding-right: 30px;
  }
}
.nav-main-full .fsNavLevel1 ul .menu-toggle {
  height: 37px;
}
.nav-main-full .fsNavLevel1 ul .menu-toggle:before, .nav-main-full .fsNavLevel1 ul .menu-toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #7da7d9;
}
.nav-main-full .fsNavLevel1 ul .menu-toggle:before {
  height: 2px;
  width: 10px;
}
.nav-main-full .fsNavLevel1 ul .menu-toggle:after {
  height: 10px;
  width: 2px;
}
.nav-main-full .fsNavLevel1 ul li.menu-open > .menu-toggle:after {
  display: none;
}
@media (min-width: 960px) {
  .nav-main-full .fsNavLevel1 > li {
    max-width: 262px;
  }
}
.nav-main-full .fsNavLevel1 > li:last-of-type > a {
  border-bottom: 0;
}
@media (max-width: 959px) {
  .nav-main-full .fsNavLevel1 > li.menu-open > .menu-toggle {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (min-width: 960px) {
  .nav-main-full .fsNavLevel1 > li.active > .fsNavPageInfo {
    display: block !important;
  }
}
.nav-main-full .fsNavLevel1 > li.active > a:after {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-main-full .fsNavLevel1 > li > a {
  display: block;
  margin: 0 auto;
  padding: 14px 0 9px 4px;
  position: relative;
  left: -20px;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #00427a;
  opacity: 0;
  transition: none;
}
@media (min-width: 960px) {
  .nav-main-full .fsNavLevel1 > li > a {
    max-width: 211px;
  }
}
.nav-main-full .fsNavLevel1 > li > a:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: none;
  position: absolute;
  right: 0;
  top: 12px;
  color: #ffcd05;
  font-size: 13px;
}
@media (min-width: 960px) {
  .nav-main-full .fsNavLevel1 > li > a:after {
    opacity: 0;
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}
@media (min-width: 960px) {
  .nav-main-full .fsNavLevel1 > li > a:after {
    display: block;
  }
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(1) > a {
  transition: all 0.3s ease, opacity 0.3s ease 0s, left 0.3s ease 0.075s;
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(2) > a {
  transition: all 0.3s ease, opacity 0.3s ease 0.075s, left 0.3s ease 0.15s;
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(3) > a {
  transition: all 0.3s ease, opacity 0.3s ease 0.15s, left 0.3s ease 0.225s;
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(4) > a {
  transition: all 0.3s ease, opacity 0.3s ease 0.225s, left 0.3s ease 0.3s;
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(5) > a {
  transition: all 0.3s ease, opacity 0.3s ease 0.3s, left 0.3s ease 0.375s;
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(6) > a {
  transition: all 0.3s ease, opacity 0.3s ease 0.375s, left 0.3s ease 0.45s;
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(7) > a {
  transition: all 0.3s ease, opacity 0.3s ease 0.45s, left 0.3s ease 0.525s;
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(8) > a {
  transition: all 0.3s ease, opacity 0.3s ease 0.525s, left 0.3s ease 0.6s;
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(9) > a {
  transition: all 0.3s ease, opacity 0.3s ease 0.6s, left 0.3s ease 0.675s;
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(10) > a {
  transition: all 0.3s ease, opacity 0.3s ease 0.675s, left 0.3s ease 0.75s;
}
.off-canvas-active .nav-main-full .fsNavLevel1 > li > a {
  left: 0;
  opacity: 1;
}

@media (min-width: 960px) {
  .nav-main-full .fsNavLevel1 > li.active > .fsNavPageInfo {
    z-index: 1;
    opacity: 1;
    transition: z-index 0.3s ease 0s, opacity 0.3s ease;
  }
}
.nav-main-full .fsNavLevel1 > li > .fsNavPageInfo {
  width: 100%;
  display: none;
}
@media (max-width: 959px) {
  .nav-main-full .fsNavLevel1 > li > .fsNavPageInfo > ul {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .nav-main-full .fsNavLevel1 > li > .fsNavPageInfo {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    opacity: 0;
    transition: z-index 0.3s ease 0.3s, opacity 0.3s ease;
  }
}
.nav-main-full .fsNavPageInfo {
  text-align: left;
}
.nav-main-full .fsNavPageDescription {
  display: none;
}
.nav-main-full .fsNavPageThumbnail {
  display: none;
}
.nav-main-full .fsNavLevel2 {
  padding-top: 4px;
}
.nav-main-full .fsNavLevel2 .fsNavPageInfo {
  display: none;
}
.nav-main-full .fsNavLevel2 li {
  display: block;
}
.nav-main-full .fsNavLevel2 a {
  padding: 9px 0 10px 0;
  margin-right: 32px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  line-height: 22px;
  position: relative;
}
@media (min-width: 960px) {
  .nav-main-full .fsNavLevel2 a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.nav-main-full .fsNavLevel2 a:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  right: 50%;
  opacity: 0;
  background-color: #ffffff;
  transition: opacity 0.3s ease, left 0.6s ease, right 0.6s ease;
}
.nav-main-full .fsNavLevel2 a:hover:after {
  opacity: 0.3;
  left: 0;
  right: 0;
}
@media (min-width: 960px) {
  .nav-main-full .fsNavLevel2 a:hover:after {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 959px) {
  .nav-main-full .fsNavLevel2 > li > a {
    padding-left: 4px;
  }
  .nav-main-full .fsNavLevel2 > li > a:hover:after {
    left: 4px;
  }
}
.nav-main-full .fsNavLevel3 {
  padding-left: 20px;
}
.nav-main-full .fsNavLevel4 {
  padding-left: 20px;
}

/*! navigation - off-canvas v0.0.1 */
#fsMenu {
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.off-canvas-active #fsMenu {
  z-index: 100;
}
.fsAccountBarVisible #fsMenu {
  top: 45px;
}

.off-canvas-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: #000000;
  transition: opacity 0.4s ease;
}
.off-canvas-active .off-canvas-overlay {
  z-index: 99;
  opacity: 0.5;
}

.fsMenu {
  width: 100%;
  height: 100vh;
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
  position: absolute;
  right: 0;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  background-color: #005596;
}
.fsAccountBarVisible .fsMenu {
  height: calc(100vh - 45px);
}
.off-canvas-active .fsMenu {
  opacity: 1;
  z-index: 100;
  transition: z-index 0s ease 0.2s, opacity 0.3s ease 0.2s;
}
@media (min-width: 600px) {
  .fsMenu {
    width: 320px;
  }
}
@media (min-width: 960px) {
  .fsMenu {
    width: 50%;
    padding-top: 47px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.fsMenu:before {
  display: none;
  content: '';
  width: 2px;
  position: absolute;
  top: 145px;
  left: 50%;
  bottom: calc(100% - 145px);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #004c89;
  transition: bottom 0s ease 0s;
}
.off-canvas-active .fsMenu:before {
  bottom: 64px;
  transition: bottom 0.8s ease 0.2s;
}
@media (min-width: 960px) {
  .fsMenu:before {
    display: block;
  }
}

.off-canvas-watermark {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .off-canvas-watermark {
    width: 320px;
  }
}
@media (min-width: 700px) {
  .off-canvas-watermark {
    width: 50%;
  }
}
.off-canvas-watermark:after {
  display: block;
  content: '';
  width: calc(50% - 30px);
  min-width: 160px;
  max-width: 330px;
  padding-bottom: 123.2558139535%;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/watermark.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
  transition: opacity 0s ease;
}
.off-canvas-active .off-canvas-watermark:after {
  opacity: 0.1;
  transition: opacity 2s ease 0.3s;
}
@media (min-width: 600px) {
  .off-canvas-active .off-canvas-watermark:after {
    opacity: 0.15;
  }
}

.off-canvas-close {
  display: block;
  width: 62px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 110;
  cursor: pointer;
}
@media (min-width: 960px) {
  .off-canvas-close {
    width: 90px;
    height: 100px;
  }
}

.off-canvas-close-icon {
  width: 17px;
  height: 18px;
  position: absolute;
  top: 27px;
  right: 32px;
}
@media (min-width: 960px) {
  .off-canvas-close-icon {
    top: 27px;
    right: 32px;
  }
}
.off-canvas-close-icon:before, .off-canvas-close-icon:after {
  display: block;
  content: '';
  width: 2px;
  height: 16px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media (min-width: 960px) {
  .off-canvas-close-icon:before, .off-canvas-close-icon:after {
    width: 3px;
    height: 20px;
  }
}
.off-canvas-close-icon:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.off-canvas-close-icon:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fsMenu .search-custom {
  margin-right: 40px;
  padding-bottom: 31px;
}
@media (min-width: 960px) {
  .fsMenu .search-custom {
    padding-bottom: 50px;
  }
}

.nav-constituents {
  position: relative;
  z-index: 100;
}
@media (min-width: 960px) {
  .nav-constituents {
    width: 50%;
  }
}
.nav-constituents ul, .nav-constituents li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .nav-constituents ul {
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .nav-constituents li {
    max-width: 262px;
  }
}
.nav-constituents a {
  display: block;
  color: #7da7d9;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  padding: 5px 0 5px 4px;
}
@media (min-width: 960px) {
  .nav-constituents a {
    max-width: 211px;
    margin: 0 auto;
  }
}
.nav-constituents a:hover {
  color: #ffffff;
}

.tierInfo {
  display: none;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0px;
  list-style: none;
  line-height: 22px;
  opacity: 0;
}
.off-canvas-active .tierInfo {
  opacity: 1;
}
@media (min-width: 600px) {
  .tierInfo {
    width: calc(100% - 320px);
    display: block;
  }
}
@media (min-width: 960px) {
  .tierInfo {
    width: 50%;
  }
}
.tierInfo li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tierInfo .item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s ease;
}
.tierInfo .item.active {
  opacity: 1;
}
.tierInfo .item.active .fsNavPageDescription {
  left: 0;
}
.tierInfo .item.active .fsNavPageDescription > * {
  opacity: 1;
}
.tierInfo .fsNavPageThumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 800px) {
  .tierInfo .fsNavPageThumbnail {
    bottom: 0;
  }
}
.tierInfo .fsNavPageDescription {
  padding: 38px 40px 48px 40px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0px;
  color: #ffffff;
  background-color: #fdb81f;
  opacity: 0;
  transition: opacity 0s ease 0s, bottom 0s ease 0s;
}
.off-canvas-active .tierInfo .fsNavPageDescription {
  opacity: 1;
  transition: opacity 0.8s ease 1s, bottom 1s ease 1s;
}
@media (min-width: 800px) {
  .off-canvas-active .tierInfo .fsNavPageDescription {
    bottom: 40px;
  }
}
.tierInfo .fsNavPageDescription > * {
  opacity: 0;
  transition: opacity 0s ease;
}
.tierInfo .fsNavPageDescription > *:nth-child(1) {
  transition-duration: 1s;
}
.tierInfo .fsNavPageDescription > *:nth-child(2) {
  transition-duration: 2s;
}
.tierInfo .fsNavPageDescription > *:nth-child(3) {
  transition-duration: 3s;
}
.tierInfo .fsNavPageDescription > *:nth-child(4) {
  transition-duration: 4s;
}
.tierInfo .fsNavPageDescription > *:nth-child(5) {
  transition-duration: 5s;
}
.tierInfo .fsNavPageDescription > *:nth-child(6) {
  transition-duration: 6s;
}
.tierInfo .fsNavPageDescription > *:nth-child(7) {
  transition-duration: 7s;
}
.tierInfo .fsNavPageDescription > *:nth-child(8) {
  transition-duration: 8s;
}
.tierInfo .fsNavPageDescription > *:nth-child(9) {
  transition-duration: 9s;
}
.tierInfo .fsNavPageDescription > *:nth-child(10) {
  transition-duration: 10s;
}
@media (min-width: 800px) {
  .tierInfo .fsNavPageDescription {
    top: auto;
    left: 0;
    bottom: 46px;
    width: calc(100% - 40px);
  }
}
.tierInfo .fsNavPageDescription h1, .tierInfo .fsNavPageDescription h2, .tierInfo .fsNavPageDescription h3, .tierInfo .fsNavPageDescription h4, .tierInfo .fsNavPageDescription h5, .tierInfo .fsNavPageDescription h6 {
  color: inherit;
  letter-spacing: 0.03em;
  font-weight: 400;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  display: none;
  background-color: #f3f3f3;
}
@media (min-width: 1000px) {
  .nav-sub {
    display: block;
  }
}
.nav-sub ul, .nav-sub li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-sub li.fsNavCurrentPage > a, .nav-sub li.fsNavCurrentPageAncestor > a {
  color: #0093d5;
}
.nav-sub li:last-of-type > a {
  border-bottom: 0;
}
.nav-sub a {
  padding: 8px 4px 6px;
  border-bottom: 1px dotted #d8d8d8;
  display: block;
  color: #414141;
  font-weight: 500;
}
.nav-sub a:hover {
  color: #005696;
}
.nav-sub .fsNavLevel1 {
  position: relative;
  padding: 23px 37px 21px;
}
.nav-sub .fsNavLevel2 > li > a {
  padding-left: 21px;
}
.nav-sub .fsNavLevel3 > li > a {
  padding-left: 38px;
}
.nav-sub .fsNavLevel4 > li > a {
  padding-left: 55px;
}
.nav-sub .fsNavLevel5 > li > a {
  padding-left: 72px;
  display: block;
}

.nav-sub-mobile {
  border: 10px solid #ffffff;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 35px;
  padding-right: 30px;
  padding-bottom: 0;
  background-color: #005596;
}
@media (min-width: 960px) {
  .nav-sub-mobile {
    display: none;
  }
}
.nav-sub-mobile .fsNavLevel1 > li {
  display: none;
}
.nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
  display: block;
}
.nav-sub-mobile .fsNavLevel1 > li > a {
  transition: none;
  opacity: 1;
}
.nav-sub-mobile .fsNavLevel2 li a:hover:after {
  left: 0;
  right: 0;
}

.nav-sub-mobile-test {
  display: none;
}

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

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

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 40px 15px 40px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  background-color: #ffffff;
  color: #a7a9ac;
  padding: 18px 38px 13px 38px;
  border: 2px solid #e1e1e1;
  display: block;
  margin: 0 10px;
  transition: background 0.3s ease;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background-color: #f2f2f2;
  color: #a7a9ac;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

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

.fsProfileSection {
  margin-bottom: 1.25em;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background-color: #056cb6;
  transition: all 0.3s ease;
  margin: 0;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  display: block;
  margin-bottom: 2px;
  padding: 10px 18px 6px 18px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  transition: none;
  text-transform: none;
}
.fsAccordion .fsPanel > header h2:before, .fsTabs .fsPanel > header h2:before, .fsAccordion .fsPanel > header h2:after, .fsTabs .fsPanel > header h2:after {
  color: #ffcd05;
  transition: color 0.3s ease, transform 0.3s ease;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background-color: #00427a;
}
.fsAccordion .fsPanel > header:hover h2:before, .fsTabs .fsPanel > header:hover h2:before, .fsAccordion .fsPanel > header:hover h2:after, .fsTabs .fsPanel > header:hover h2:after {
  color: #ffcd05;
}
.fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
  padding: 19px 40px 5px;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background-color: #005696;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #ffffff;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
  color: #ffcd05;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  margin: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 17px;
  font-size: 19px;
  line-height: 13px;
  text-align: center;
  border: none;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 17px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 15px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion.alt-1 .fsPanel > header {
  background: none;
}
.fsAccordion.alt-1 .fsPanel > header h2.fsElementTitle {
  color: #005596;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
}
.fsAccordion.alt-1 .fsPanel > header h2.fsElementTitle:before {
  top: 8px;
}
.fsAccordion.alt-1 .fsPanel > .fsElementContent {
  padding-top: 5px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent .fsLoadMoreButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 40px 15px 40px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}

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

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

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

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsAthleticsRosterList li {
  margin: 0;
  padding: 0;
}
.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}
.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}
.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsRosterPlayerNumber:before {
  content: 'Number: ';
}

.fsRosterPosition:before {
  content: 'Position: ';
}

.fsRosterHeight:before {
  content: 'Height: ';
}

.fsRosterWeight:before {
  content: 'Weight: ';
}

.fsRosterBio p:last-child {
  margin-bottom: 0;
}

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar > header > .fsElementTitle {
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000104;
  letter-spacing: 0.11em;
  font-weight: 500;
  text-align: left;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.fsCalendar > header > .fsElementTitle:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fsCalendar .fsTitle {
  font-weight: 600;
  padding-bottom: 12px;
}
.fsCalendar .fsDate {
  display: block;
  padding-bottom: 23px;
  font-size: 36px;
  font-family: "freight-display-pro", Georgia, serif;
  font-weight: 400;
}
.fsCalendar .fsEventDetails {
  color: #808080;
}
.fsCalendar .fsTimeRange,
.fsCalendar .fsLocation {
  display: block;
  line-height: 22px;
  font-weight: 500;
}
.fsCalendar .fsTimeRange time {
  display: inline-block;
}
.fsCalendar .fsTimeRange time span {
  display: inline-block;
}
.fsCalendar .fsMeridian {
  text-transform: lowercase;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

.fsCalendar.fsList article {
  margin: 0;
  padding: 30px 0 28px;
}
.fsCalendar.fsList .fsDayContainer + .fsDayContainer {
  border-top: 1px dotted #b7b7b7;
}
.fsCalendar.fsList .fsElementFooterContent {
  padding-top: 30px;
  border-top: 1px dotted #b7b7b7;
}
.fsCalendar.fsList.condensed .fsDayContainer article .fsTitle {
  padding-bottom: 0;
}
.fsCalendar.fsList.condensed .fsDayContainer article .fsEventDetails > div:first-child {
  padding-top: 12px;
}
.fsCalendar.fsList.condensed .fsDayContainer article:not(:first-of-type) {
  padding-top: 10px;
}
.fsCalendar.fsList.condensed .fsDayContainer article:not(:first-of-type) .fsDate {
  display: none;
}
.fsCalendar.fsList.condensed .fsDayContainer article:not(:last-of-type) {
  padding-bottom: 10px;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 40px 15px 40px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  padding: 10px 20px;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}
.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}
.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

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

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

.module {
  margin-bottom: 1.25em;
  padding: 16px 15px 17px;
  border-radius: 3px;
  color: #404040;
  font-weight: 500;
}
.module > .fsElementContent {
  padding: 13px 16px 0;
  line-height: 22px;
}

.module {
  background-color: #f3f3f3;
}

@media (min-width: 900px) {
  .has-hero .header-top .fsElementContent {
    min-height: 0;
  }
}

.hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.header-top.fsSharedContainer > .fsContainer > .fsElementContent > .hero-image {
  display: block;
}
.hero-image:before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 93.5483870968%;
}
@media (min-width: 500px) {
  .hero-image:before {
    padding-bottom: 56.839309429%;
  }
}
@media (min-width: 900px) {
  .hero-image:before {
    height: calc(100vh - 60px);
    padding-bottom: 0;
  }
}
.hero-image:after {
  display: block;
  content: '';
  height: 180px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.hero-image.hero-holder {
  max-height: 590px;
}
@media (min-width: 900px) {
  .hero-image.hero-holder:before {
    padding-bottom: 56.839309429%;
    height: auto;
  }
}
body.fsDraftMode .hero-image .fsElementContent, body.fsComposeMode .hero-image .fsElementContent {
  pointer-events: none;
}
body.fsDraftMode .hero-image .fsElementContent .fsContentOverlay,
body.fsDraftMode .hero-image .fsElementContent .fsEditable,
body.fsDraftMode .hero-image .fsElementContent .redactor-box, body.fsComposeMode .hero-image .fsElementContent .fsContentOverlay,
body.fsComposeMode .hero-image .fsElementContent .fsEditable,
body.fsComposeMode .hero-image .fsElementContent .redactor-box {
  display: none;
}

.explore-wrapper {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 40px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  padding-bottom: 42px;
  z-index: 50;
}
@media (min-width: 900px) {
  .explore-wrapper {
    display: block;
  }
}
.explore-wrapper:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 37px;
  width: 32px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 35px;
  line-height: 37px;
  text-align: center;
}
.explore-wrapper > header .fsElementTitle {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.125em;
  margin-bottom: 0;
}
.explore-wrapper > .fsElementContent {
  height: 25px;
  width: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 6px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.explore-wrapper > .fsElementContent > * {
  display: none;
}
.explore-wrapper > .fsElementContent:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  color: #fed400;
  font-size: 15px;
  line-height: 18px;
  animation: rollover 3s infinite;
}
@keyframes rollover {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  20% {
    transform: translateY(0%);
    opacity: 1;
  }
  80% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}
body:not(.fsComposeMode) .panel-full-width {
  max-width: 0vw;
  margin: 0 auto;
}
body:not(.fsComposeMode) .panel-full-width > .fsElementContent {
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
body:not(.fsComposeMode) .panel-full-width.fsSharedContainer > .fsContainer {
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent {
  padding: 0 20px;
}
body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent > .fsElement {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer {
  padding: 0 20px;
}
body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

.slider-infographic.fsSharedContainer .fsContainer {
  padding-bottom: 108px;
}
.slider-infographic.fsSharedContainer .fsContainer > header .fsElementTitle {
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000104;
  letter-spacing: 0.11em;
  font-weight: 500;
  text-align: center;
}
.slider-infographic.fsSharedContainer .fsContainer > header .fsElementTitle:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide {
  position: relative;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide > header {
  margin-bottom: 0;
  max-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1000px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide > header {
    width: calc(100% - 200px);
  }
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide > header:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 57.1601941748%;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide > header .fsElementHeaderContent {
  display: none;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile {
  min-height: 380px;
}
@media (min-width: 520px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile {
    margin-left: 98px;
    margin-right: 98px;
    margin-top: -31px;
  }
}
@media (min-width: 1000px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile {
    width: 380px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 60px;
    z-index: 150;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile .fsElementContent {
  height: 380px;
  width: 100%;
  padding-left: 55px;
  padding-right: 60px;
  padding-top: 54px;
  position: absolute;
  right: 0;
  color: #a1c0e5;
  font-size: 17px;
  font-weight: 500;
  background-color: #005596;
}
@media (min-width: 1000px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile .fsElementContent {
    width: 320px;
    margin-left: 0;
    margin-right: 0;
  }
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile .fsElementContent:before {
  content: '';
  display: block;
  width: 306px;
  height: 335px;
  background-image: url("../images/curl.svg");
  opacity: 0.3;
  position: absolute;
  bottom: 23px;
  left: -50px;
}
@media (min-width: 400px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile .fsElementContent:before {
    display: none;
  }
}
@media (min-width: 1000px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile .fsElementContent:before {
    display: block;
  }
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile .fsElementContent h1 {
  font-size: 55px;
  line-height: 27px;
  color: #ffffff;
  font-weight: normal;
  font-family: "freight-display-pro", Georgia, serif;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile .fsElementContent h1 em {
  margin-left: 10px;
  font-size: 17px;
  font-weight: 500;
  font-family: "alto-pro", sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer {
  max-height: 0;
  padding-left: 70px;
  padding-right: 60px;
  position: relative;
  z-index: 150;
  color: #ffffff;
  opacity: 0;
  background-color: #005596;
  transition: max-height 0.4s ease, opacity 0.2s ease;
}
@media (min-width: 520px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer {
    max-height: none;
    height: 380px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: top 0.5s ease, opacity 0.3s ease;
  }
}
@media (min-width: 1000px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer {
    width: 410px;
    top: 50%;
    left: 100%;
    right: 0;
    bottom: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: left 0.3s ease, opacity 0.4s ease;
  }
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer > .fsElementFooterContent {
  padding-top: 53px;
  padding-bottom: 53px;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer ul, .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer li {
  position: relative;
  font-size: 17px;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer li:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fdb81f;
  position: absolute;
  top: 6px;
  left: -21px;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer h1, .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer h2, .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer h3, .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer h4, .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer h5, .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-tile > footer h6 {
  display: inline-block;
  color: #ffffff;
  font-size: 17.5px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide.active footer {
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  min-height: 380px;
  max-height: 600px;
}
@media (min-width: 1000px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide.active footer {
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide.active .slide-toggle-icon {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-toggle {
  width: 30px;
  height: 30px;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 160;
  border-radius: 100%;
  cursor: pointer;
  background-color: #fdb81f;
}
@media (min-width: 520px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-toggle {
    bottom: 15px;
    right: 15px;
  }
}
@media (min-width: 1000px) {
  .slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-toggle {
    bottom: 15px;
    right: 15px;
  }
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-toggle .slide-toggle-icon {
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-toggle .slide-toggle-icon:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 10px;
  height: 10px;
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
}
.slider-infographic.fsSharedContainer .fsContainer .slider-infographic-slide .slide-toggle .slide-toggle-icon:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slider-infographic.fsSharedContainer .fsContainer .slideshow-arrows {
  margin: 0 auto;
  padding-top: 15px;
}
@media (min-width: 1000px) {
  .slider-infographic.fsSharedContainer .fsContainer .slideshow-arrows {
    position: absolute;
    right: 100px;
    bottom: 23px;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.slider-infographic.fsSharedContainer .fsContainer .slideshow-index {
  padding: 28px 20px 0;
  display: none;
}
@media (min-width: 1000px) {
  .slider-infographic.fsSharedContainer .fsContainer .slideshow-index {
    display: block;
  }
}
.slider-infographic.fsSharedContainer .fsContainer .slideshow-index .slick-dots {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

.slideshow-arrows {
  zoom: 1;
  width: 90px;
}
.slideshow-arrows:after {
  display: table;
  clear: both;
  content: '';
}
.slideshow-arrows .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
  position: relative;
  -ms-transform: none;
  transform: none;
}
.slideshow-arrows .slick-arrow.slick-disabled {
  cursor: default;
}
.slideshow-arrows .slick-arrow.slick-disabled:before {
  opacity: 0.25;
}
.slideshow-arrows .slick-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
  color: #030406;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.slideshow-arrows .slick-arrow.slick-prev {
  float: left;
}
.slideshow-arrows .slick-arrow.slick-prev:before {
  content: '\e902';
}
.slideshow-arrows .slick-arrow.slick-next {
  float: right;
}
.slideshow-arrows .slick-arrow.slick-next:before {
  content: '\e901';
}

.slideshow-index {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slideshow-index ul, .slideshow-index li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slideshow-index .slick-dots {
  zoom: 1;
}
.slideshow-index .slick-dots:after {
  display: table;
  clear: both;
  content: '';
}
.slideshow-index li {
  display: block;
  float: left;
  height: 4px;
  width: 50px;
  margin-right: 4px;
  background-color: #ebebeb;
  cursor: pointer;
}
@media (min-width: 900px) {
  .slideshow-index li {
    height: 6px;
    width: 80px;
    margin-right: 5px;
  }
}
.slideshow-index li.slick-active {
  background-color: #fdb81f;
}
.slideshow-index button {
  display: block;
  height: 0;
  width: 0;
  font-size: 1px;
  color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: none;
}

.button-grid > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.button-grid > .fsElementContent.fsStateEditable {
  display: block;
}
.button-grid > .fsElementContent.fsStateEditable > .fsContentEditable {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-grid > .fsElementContent [class*="fs_style"] {
  display: block;
  margin: 0 10px 10px;
  -ms-flex: 1 auto;
  flex: 1 auto;
  max-width: 280px;
}

.hero-multimedia-custom {
  opacity: 0;
}
.fsComposeMode .hero-multimedia-custom {
  opacity: 1;
}
.hero-multimedia-custom.element-loaded {
  opacity: 1;
}
.hero-multimedia-custom .fsMedia > header {
  display: none;
}
.hero-multimedia-custom .multimedia-slide.slick-current {
  transition: margin-left 0s, opacity 2s ease;
}
.hero-multimedia-custom .multimedia-slide.slick-current + .slick-slide {
  margin-left: -60px;
  opacity: 0.75;
  z-index: 999;
  transition: margin-left 0.75s cubic-bezier(0.77, 0, 0.175, 1) 1s;
}
.hero-multimedia-custom .slick-slide:after {
  content: '';
  width: 30px;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  background-color: #ffffff;
  transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1) 1.25s;
}

.hero-multimedia.fsMediaCustomPlayer {
  position: relative;
}
.has-hero-multimedia .header-top {
  background: none !important;
}
.has-hero-multimedia .explore-wrapper {
  display: none;
}
.hero-multimedia.fsMediaCustomPlayer article.multimedia-slide.slick-transitioning.slick-slide {
  opacity: 0 !important;
}
.hero-multimedia.fsMediaCustomPlayer .multimedia-slide {
  opacity: 0;
}
.hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current {
  opacity: 1;
}
.hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current .caption-wrapper {
  width: 58.8235%;
}
@media (min-width: 360px) {
  .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current .caption-wrapper {
    width: 200px;
  }
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current .caption-wrapper {
    width: 350px;
  }
}
.hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current:after {
  right: 0;
  opacity: 1;
}
.hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slideout .caption-wrapper {
  width: 0px !important;
  left: 0px;
  right: auto;
}
@media (min-width: 500px) {
  .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slideout .caption-wrapper {
    left: calc(100% - 200px);
    right: auto;
  }
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slideout .caption-wrapper {
    left: calc(100% - 350px);
  }
}
.hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slideout .caption-desc {
  left: 0;
  right: auto;
}
.hero-multimedia.fsMediaCustomPlayer .fsElementTitle {
  display: none;
}
.hero-multimedia.fsMediaCustomPlayer .slick-list {
  overflow: visible;
}
@media (min-width: 500px) {
  .hero-multimedia.fsMediaCustomPlayer .slick-list {
    overflow: hidden;
  }
}
.hero-multimedia.fsMediaCustomPlayer .slick-slide {
  position: relative;
}
.hero-multimedia.fsMediaCustomPlayer .slick-slide img {
  display: none;
}
.hero-multimedia.fsMediaCustomPlayer .video-wrapper {
  background-size: cover;
  background-repeat: center center;
}
.hero-multimedia.fsMediaCustomPlayer .video-wrapper:before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 93.5483870968%;
}
@media (min-width: 500px) {
  .hero-multimedia.fsMediaCustomPlayer .video-wrapper:before {
    padding-bottom: 56.839309429%;
  }
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .video-wrapper:before {
    height: calc(100vh - 50px);
    padding-bottom: 0;
  }
}
.hero-multimedia.fsMediaCustomPlayer .video-wrapper video {
  display: 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%);
  z-index: 15;
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .video-wrapper video {
    display: block;
  }
}
.hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 93.5483870968%;
}
@media (min-width: 500px) {
  .hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper:before {
    padding-bottom: 56.839309429%;
  }
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper:before {
    height: calc(100vh - 50px);
    padding-bottom: 0;
  }
}
.hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 7.8125%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.hero-multimedia.fsMediaCustomPlayer .caption-wrapper {
  width: 0px;
  height: 90px;
  padding: 0;
  position: absolute;
  left: 0;
  left: auto;
  right: 41.1765%;
  bottom: -55px;
  z-index: 999999;
  background: none;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 360px) {
  .hero-multimedia.fsMediaCustomPlayer .caption-wrapper {
    left: auto;
    right: calc(100% - 200px);
  }
}
@media (min-width: 500px) {
  .hero-multimedia.fsMediaCustomPlayer .caption-wrapper {
    left: auto;
    right: 0;
    bottom: 33px;
  }
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .caption-wrapper {
    bottom: 80px;
    height: 124px;
  }
}
.hero-multimedia.fsMediaCustomPlayer .caption-title {
  display: none;
}
.hero-multimedia.fsMediaCustomPlayer .caption-desc {
  display: inline-block;
  padding: 23px 40px 42px 31px;
  color: #ffffff;
  font-size: 44px;
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: -0.02em;
  background-color: #fdb81f;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  font-size: 34px;
  width: 58.8235vw;
  text-align: center;
}
.hero-multimedia.fsMediaCustomPlayer .caption-desc[style*="text-align: right"] {
  padding-right: 82px;
}
.hero-multimedia.fsMediaCustomPlayer .caption-desc em {
  display: block;
  padding-left: 38px;
  margin-bottom: -2px;
  text-transform: uppercase;
  font-family: "alto-pro", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.03em;
}
@media (min-width: 360px) {
  .hero-multimedia.fsMediaCustomPlayer .caption-desc {
    width: 200px;
  }
}
@media (max-width: 899px) {
  .hero-multimedia.fsMediaCustomPlayer .caption-desc {
    height: 90px;
    padding: 21px 0 0 0;
    line-height: 19px;
  }
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .caption-desc {
    font-size: 60px;
    text-align: left;
    width: 350px;
  }
}
.hero-multimedia.fsMediaCustomPlayer .caption-desc em {
  margin: 0 auto;
  padding-left: 0;
  padding-bottom: 5px;
  text-align: center;
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .caption-desc em {
    text-align: left;
    margin: 0;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.hero-multimedia.fsMediaCustomPlayer .caption-desc h1 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
.hero-multimedia.fsMediaCustomPlayer .slick-dots {
  display: none !important;
  position: absolute;
  left: 20px;
  bottom: 18px;
  right: 164px;
}
.hero-multimedia.fsMediaCustomPlayer .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero-multimedia.fsMediaCustomPlayer .slick-dots ul, .hero-multimedia.fsMediaCustomPlayer .slick-dots li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero-multimedia.fsMediaCustomPlayer .slick-dots .slick-dots {
  zoom: 1;
}
.hero-multimedia.fsMediaCustomPlayer .slick-dots .slick-dots:after {
  display: table;
  clear: both;
  content: '';
}
.hero-multimedia.fsMediaCustomPlayer .slick-dots li {
  display: block;
  float: left;
  height: 4px;
  width: 50px;
  margin-right: 4px;
  background-color: #ebebeb;
  cursor: pointer;
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .slick-dots li {
    height: 6px;
    width: 80px;
    margin-right: 5px;
  }
}
.hero-multimedia.fsMediaCustomPlayer .slick-dots li.slick-active {
  background-color: #fdb81f;
}
.hero-multimedia.fsMediaCustomPlayer .slick-dots button {
  display: block;
  height: 0;
  width: 0;
  font-size: 1px;
  color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: none;
}
@media (min-width: 500px) {
  .hero-multimedia.fsMediaCustomPlayer .slick-dots {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 600px) {
  .hero-multimedia.fsMediaCustomPlayer .slick-dots {
    width: 100%;
    max-width: 400px;
    right: auto;
  }
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .slick-dots {
    left: 51px;
    bottom: 40px;
  }
}
.hero-multimedia.fsMediaCustomPlayer .slick-dots li {
  float: none;
}
.hero-multimedia.fsMediaCustomPlayer .slideshow-arrows {
  zoom: 1;
  width: 90px;
  width: 140px;
  padding: 20px 26px 0 24px;
  position: absolute;
  right: 0;
  bottom: -38px;
  background-color: #ffffff;
}
.hero-multimedia.fsMediaCustomPlayer .slideshow-arrows:after {
  display: table;
  clear: both;
  content: '';
}
.hero-multimedia.fsMediaCustomPlayer .slideshow-arrows .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
  position: relative;
  -ms-transform: none;
  transform: none;
}
.hero-multimedia.fsMediaCustomPlayer .slideshow-arrows .slick-arrow.slick-disabled {
  cursor: default;
}
.hero-multimedia.fsMediaCustomPlayer .slideshow-arrows .slick-arrow.slick-disabled:before {
  opacity: 0.25;
}
.hero-multimedia.fsMediaCustomPlayer .slideshow-arrows .slick-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
  color: #030406;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.hero-multimedia.fsMediaCustomPlayer .slideshow-arrows .slick-arrow.slick-prev {
  float: left;
}
.hero-multimedia.fsMediaCustomPlayer .slideshow-arrows .slick-arrow.slick-prev:before {
  content: '\e902';
}
.hero-multimedia.fsMediaCustomPlayer .slideshow-arrows .slick-arrow.slick-next {
  float: right;
}
.hero-multimedia.fsMediaCustomPlayer .slideshow-arrows .slick-arrow.slick-next:before {
  content: '\e901';
}
@media (max-width: 359px) {
  .hero-multimedia.fsMediaCustomPlayer .slideshow-arrows {
    padding-top: 20px;
    padding-left: calc( ( 41.1765% - 90px) / 2 );
    padding-right: calc( ( 41.1765% - 90px) / 2 );
    left: 58.8235%;
    width: auto;
  }
}
@media (min-width: 900px) {
  .hero-multimedia.fsMediaCustomPlayer .slideshow-arrows {
    width: 200px;
    padding: 29px 56px 0 54px;
    bottom: -19px;
  }
}

.calendar-custom {
  opacity: 0;
  padding-top: 17px;
}
.fsComposeMode .calendar-custom {
  opacity: 1;
}
@media (min-width: 900px) {
  .calendar-custom {
    padding-top: 0px;
  }
}
.calendar-custom.element-loaded {
  opacity: 1;
}
.calendar-custom:not(.calendar-slider) .fsListItems {
  zoom: 1;
}
.calendar-custom:not(.calendar-slider) .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.calendar-custom:not(.calendar-slider) .fsListItems article {
  display: none;
  float: left;
}
.calendar-custom:not(.calendar-slider) .fsListItems article:nth-of-type(1), .calendar-custom:not(.calendar-slider) .fsListItems article:nth-of-type(2), .calendar-custom:not(.calendar-slider) .fsListItems article:nth-of-type(3), .calendar-custom:not(.calendar-slider) .fsListItems article:nth-of-type(4) {
  display: block;
}
.calendar-custom.fsCalendar.fsList {
  margin-bottom: 44px;
}
.calendar-custom.fsCalendar.fsList .fsElementTitle {
  text-align: center;
}
.calendar-custom.fsCalendar.fsList .fsElementTitle:after {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.calendar-custom.fsCalendar.fsList .fsElementContent {
  padding-top: 22px;
}
@media (min-width: 700px) {
  .calendar-custom.fsCalendar.fsList .fsElementContent {
    padding-right: 74px;
    padding-left: 74px;
  }
}
@media (min-width: 1000px) {
  .calendar-custom.fsCalendar.fsList .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}
.calendar-custom.fsCalendar.fsList .fsListItems {
  zoom: 1;
}
.calendar-custom.fsCalendar.fsList .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.calendar-custom.fsCalendar.fsList .fsDate {
  font-size: 44px;
  line-height: 32px;
  padding-bottom: 28px;
}
.calendar-custom.fsCalendar.fsList article {
  width: 100%;
  padding: 0 29px 20px 29px;
  margin-bottom: 35px;
  position: relative;
}
@media (min-width: 700px) {
  .calendar-custom.fsCalendar.fsList article {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .calendar-custom.fsCalendar.fsList article {
    width: 25%;
  }
}
.calendar-custom.fsCalendar.fsList article:before {
  display: block;
  content: '';
  width: 1px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  background-color: #e1e1e1;
}
@media (min-width: 400px) {
  .calendar-custom.fsCalendar.fsList article:before {
    left: 5px;
  }
}
@media (min-width: 700px) {
  .calendar-custom.fsCalendar.fsList article:before {
    left: 10px;
  }
}
.calendar-custom.fsCalendar.fsList .fsTitle {
  font-size: 20px;
  padding-bottom: 15px;
}
.calendar-custom .slideshow-controls {
  zoom: 1;
  position: relative;
}
.calendar-custom .slideshow-controls:after {
  display: table;
  clear: both;
  content: '';
}
.calendar-custom .slideshow-arrows {
  float: right;
}
.calendar-custom .slideshow-index {
  width: calc( 100% - 110px );
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.calendar-custom .slideshow-index .slick-active {
  background-color: #bad86c;
}
.calendar-custom .slideshow-index li {
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 699px) {
  .calendar-custom .slideshow-index li {
    min-width: 10px;
    width: 8.5%;
  }
}

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  z-index: 99;
}

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 40px 15px 40px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 40px 15px 40px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-family: "alto-pro", sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 26px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-bottom: 0;
  }
}
.fsMediaCustomPlayer .caption-desc {
  display: none;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-desc {
    display: block;
  }
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 22px;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.fsNews.fsList > header > .fsElementTitle {
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000104;
  letter-spacing: 0.11em;
  font-weight: 500;
  text-align: left;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.fsNews.fsList > header > .fsElementTitle:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fsNews.fsList article {
  border-top: 1px dotted #b7b7b7;
  margin: 0;
  padding: 19px 0 20px;
}
.fsNews.fsList article:first-of-type {
  border-top: 0;
}
.fsNews.fsList .fsElementFooterContent {
  padding-top: 30px;
  border-top: 1px dotted #b7b7b7;
}

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

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit;
}
.fsSearch form.gsc-search-box-tools table {
  border: 0;
}
.fsSearch form.gsc-search-box-tools > table.gsc-search-box {
  margin-bottom: 0;
}
.fsSearch form.gsc-search-box-tools td.gsib_a {
  padding: 0;
}
.fsSearch form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}
.fsSearch form.gsc-search-box-tools table.gsc-branding {
  display: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px;
}
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #163052 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #eee;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "alto-pro", sans-serif;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #363636;
  position: relative;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "alto-pro", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.search-custom .fsElementContent {
  position: relative;
  padding-left: 5px;
  padding-bottom: 4px;
}
@media (min-width: 960px) {
  .search-custom .fsElementContent {
    border-bottom: 1px solid #00427a;
    padding-left: 20px;
  }
}
.search-custom .fsElementContent:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  top: 0;
  left: -17px;
  color: #ffffff;
  font-size: 18px;
}
@media (min-width: 960px) {
  .search-custom .fsElementContent:before {
    left: -2px;
  }
}
.search-custom input {
  background: none;
  outline: 0;
  border: 0;
  color: #7da7d9;
  width: 100%;
}
.search-custom input::-webkit-input-placeholder {
  color: #7da7d9;
  opacity: 0.5;
  font-style: italic;
  letter-spacing: 0.03em;
}
.search-custom input:-moz-placeholder {
  color: #7da7d9;
  opacity: 0.5;
  font-style: italic;
  letter-spacing: 0.03em;
}
.search-custom input::-moz-placeholder {
  color: #7da7d9;
  opacity: 0.5;
  font-style: italic;
  letter-spacing: 0.03em;
}
.search-custom input:-ms-input-placeholder {
  color: #7da7d9;
  opacity: 0.5;
  font-style: italic;
  letter-spacing: 0.03em;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #1c1c1c;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #1c1c1c;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "alto-pro", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #1c1c1c;
  position: relative;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
  font-family: "alto-pro", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}
.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "alto-pro", sans-serif;
  font-size: 16px;
}
.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%;
}
.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}
.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #1c1c1c;
}
.fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
  color: #163052;
}
.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0;
}
.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px;
}
.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #1593d1 !important;
  outline: transparent;
}
.fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #056cb6 !important;
}
.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

/*! elements - social main */
/* 
@import
  'facebook',
  'twitter',
  'vimeo', 
  'youtube'; 
*/
.pattern-hashtag {
  display: none;
}
.pattern-hashtag.element-loaded {
  display: block;
}

.pattern-social .fsLayout {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.pattern-social .fsLayout > .fsDiv {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .pattern-social .fsLayout.fsTwoColumnLayout {
    display: -ms-flexbox;
    display: flex;
  }
}
.pattern-social .fsLayout.fsTwoColumnLayout > .fsDiv {
  width: 100%;
}
@media (min-width: 1000px) {
  .pattern-social .fsLayout.fsTwoColumnLayout > .fsDiv {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
  }
}
@media (min-width: 1000px) {
  .pattern-social .fsLayout.fsTwoColumnLayout > .fsDiv .social-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .pattern-social .fsLayout.fsTwoColumnLayout > .fsDiv .social-block > .fsElementContent {
    width: 100%;
  }
}
.pattern-social .fsLayout.fsThreeColumnLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv {
  float: none;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 700px) {
  .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
    width: 33.3333333333%;
  }
}
.pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
  -ms-flex-order: 3;
  order: 3;
}
@media (min-width: 1000px) {
  .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
    -ms-flex-order: 2;
    order: 2;
    width: 33.3333333333%;
  }
}
.pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 700px) {
  .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
    -ms-flex-order: 3;
    order: 3;
    width: 33.3333333333%;
  }
}
.pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 .social-block:not(.social-instagram) {
  position: relative;
}
.pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 .social-block:not(.social-instagram):before {
  content: '';
  display: none;
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 700px) {
  .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 .social-block:not(.social-instagram):before {
    display: block;
  }
}
@media (min-width: 700px) {
  .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 .social-block:not(.social-instagram) > .fsElementContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.pattern-social .fsLayout.fsThreeColumnLayout .social-block:not(.social-instagram) {
  position: relative;
}
.pattern-social .fsLayout.fsThreeColumnLayout .social-block:not(.social-instagram):before {
  content: '';
  display: none;
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 1000px) {
  .pattern-social .fsLayout.fsThreeColumnLayout .social-block:not(.social-instagram):before {
    display: block;
  }
}
@media (min-width: 1000px) {
  .pattern-social .fsLayout.fsThreeColumnLayout .social-block:not(.social-instagram) > .fsElementContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.social-add-more-container {
  text-align: center;
}
.social-add-more-container .social-add-more {
  cursor: pointer;
  margin: 0 auto;
}

.social-block {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.social-block > header {
  display: none;
}
.social-block > .fsElementContent {
  padding: 19px;
  position: relative;
}
.social-block.element-loaded .social-overlay-wrapper {
  z-index: -1;
}
.social-block.element-loaded .social-overlay span {
  opacity: 0;
}
.social-block .entry-content {
  word-wrap: break-word;
}
@media (min-width: 400px) {
  .social-block .entry-content {
    word-wrap: normal;
  }
}
.social-block .entry-content a {
  word-wrap: break-all;
}
@media (min-width: 400px) {
  .social-block .entry-content a {
    word-wrap: normal;
  }
}
.social-block .entry-avatar {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: -6px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  background-color: #ffffff;
}
.social-block .entry-avatar .entry-avatar-arc {
  display: block;
  height: 8px;
  overflow: hidden;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  z-index: 20;
}
.social-block .entry-avatar .entry-avatar-arc:before {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  border: 2px solid #005596;
  border-radius: 100%;
}
.social-block .entry-avatar .entry-avatar-image {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-block .entry-avatar:before {
  content: '';
  display: block;
  width: 60px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
}
.social-block .entry-avatar:after {
  content: '';
  display: block;
  width: 60px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2MHB4IiBoZWlnaHQ9IjUuOTM4cHgiIHZpZXdCb3g9IjAgMCA2MCA1LjkzOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjAgNS45MzgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDUuOTM4QzAsMi42NTgsMTMuNDMyLDAsMzAsMEgwVjUuOTM4eiIvPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zMCwwYzE2LjU2OCwwLDMwLDIuNjU4LDMwLDUuOTM4VjBIMzB6Ii8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center top;
}
.social-block .entry-content {
  text-align: center;
  color: #ffffff;
  font-size: 17.5px;
  line-height: 25px;
  word-wrap: break-word;
}
.social-block .entry-content a {
  color: inherit;
}
.social-block .entry-author {
  position: absolute;
  left: 20px;
  right: 52px;
  bottom: 13px;
  z-index: 10;
  color: #5191cd;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 400px) {
  .social-block .entry-author {
    right: auto;
    padding-right: 52px;
  }
}
.social-block .entry-author a {
  color: inherit;
}
.social-block .entry-author .entry-screenname,
.social-block .entry-author .entry-username {
  word-wrap: break-word;
}
@media (min-width: 400px) {
  .social-block .entry-author .entry-screenname,
  .social-block .entry-author .entry-username {
    word-wrap: normal;
  }
}
.social-block .entry-icon {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 6px;
  bottom: 8px;
  z-index: 10;
  text-align: center;
}
.social-block .entry-icon:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 38px;
}
.social-block > footer {
  display: none;
}

.row-one .social-overlay-wrapper span,
.row-two .social-overlay-wrapper span {
  transition: transform 1s cubic-bezier(0.84, 0.015, 0.98, -0.075);
}
.row-one.fsThreeColumnLayout .fsStyleColumn-2 .social-block .social-overlay-wrapper,
.row-two.fsThreeColumnLayout .fsStyleColumn-2 .social-block .social-overlay-wrapper {
  transition: z-index 0s 1.2s;
}
.row-one.fsThreeColumnLayout .fsStyleColumn-2 .social-block .social-overlay-wrapper span,
.row-two.fsThreeColumnLayout .fsStyleColumn-2 .social-block .social-overlay-wrapper span {
  transition: transform 1s cubic-bezier(0.84, 0.015, 0.98, -0.075) 0.2s;
}
.row-one.fsThreeColumnLayout .fsStyleColumn-3 .social-block .social-overlay-wrapper,
.row-two.fsThreeColumnLayout .fsStyleColumn-3 .social-block .social-overlay-wrapper {
  transition: z-index 0s 1.1s;
}
.row-one.fsThreeColumnLayout .fsStyleColumn-3 .social-block .social-overlay-wrapper span,
.row-two.fsThreeColumnLayout .fsStyleColumn-3 .social-block .social-overlay-wrapper span {
  transition: transform 1s cubic-bezier(0.84, 0.015, 0.98, -0.075) 0.1s;
}
.row-one .social-block.element-loaded .social-overlay-wrapper,
.row-two .social-block.element-loaded .social-overlay-wrapper {
  z-index: -1;
}
.row-one .social-block.element-loaded .social-overlay span,
.row-two .social-block.element-loaded .social-overlay span {
  opacity: 1;
}
.row-one .social-block.element-loaded .social-overlay span:nth-of-type(1),
.row-two .social-block.element-loaded .social-overlay span:nth-of-type(1) {
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.row-one .social-block.element-loaded .social-overlay span:nth-of-type(2),
.row-two .social-block.element-loaded .social-overlay span:nth-of-type(2) {
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.row-one .social-block.element-loaded .social-overlay span:nth-of-type(3),
.row-two .social-block.element-loaded .social-overlay span:nth-of-type(3) {
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.row-one .social-block.element-loaded .social-overlay span:nth-of-type(4),
.row-two .social-block.element-loaded .social-overlay span:nth-of-type(4) {
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.social-overlay-wrapper {
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: 101;
  transition: z-index 0s 1s;
}
.social-overlay-wrapper span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  transition: opacity 0.3s;
}
.fsThreeColumnLayout .fsStyleColumn-2 .social-overlay-wrapper span {
  transition: opacity 0.3s 0.2s;
}
.fsThreeColumnLayout .fsStyleColumn-3 .social-overlay-wrapper span {
  transition: opacity 0.3s 0.1s;
}
.social-overlay-wrapper span:nth-of-type(1), .social-overlay-wrapper span:nth-of-type(3) {
  height: 500px;
  width: 800px;
}
.social-overlay-wrapper span:nth-of-type(2), .social-overlay-wrapper span:nth-of-type(4) {
  width: 500px;
  height: 800px;
}
.social-overlay-wrapper span:nth-of-type(1) {
  top: 50%;
  bottom: auto;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.social-overlay-wrapper span:nth-of-type(2) {
  left: 50%;
  right: auto;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.social-overlay-wrapper span:nth-of-type(3) {
  top: auto;
  bottom: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.social-overlay-wrapper span:nth-of-type(4) {
  left: auto;
  right: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* ================================= */
/* ----------- INSTAGRAM ----------- */
/* ================================= */
.social-instagram > .fsElementContent {
  padding: 0;
}
.social-instagram .entry-image {
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-instagram .entry-image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.social-instagram .entry-image:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 17.1052631579%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.social-instagram .entry-icon {
  right: 6px;
  bottom: 8px;
}
.social-instagram .entry-icon:after {
  content: '\f16e';
}
.social-instagram .instagram-desc {
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
  font-size: 17.5px;
  line-height: 25px;
}
.social-instagram .instagram-desc a {
  color: inherit;
}
.social-instagram .entry-author {
  color: #ffffff;
}
.social-instagram .entry-icon:after {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.social-instagram:not(.social-instagram-caption) .instagram-entry {
  position: relative;
}
.social-instagram:not(.social-instagram-caption) .entry-content {
  padding: 50px 30px 100px 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease;
}
@media (min-width: 400px) {
  .social-instagram:not(.social-instagram-caption) .entry-content {
    padding-top: 80px;
  }
}
.social-instagram:not(.social-instagram-caption):hover .entry-content {
  opacity: 1;
}
.social-instagram img {
  display: block;
}
.social-instagram.social-instagram-caption .entry-image {
  max-width: 380px;
  margin: 10px auto;
  z-index: 10;
  position: relative;
}
@media (min-width: 700px) {
  .social-instagram.social-instagram-caption .entry-image {
    margin-left: 0;
    margin-right: 0;
    margin-top: -77px;
    max-width: 276px;
    position: relative;
    left: calc(50% - 276px - 10px);
  }
}
@media (min-width: 1000px) {
  .social-instagram.social-instagram-caption .entry-image {
    left: 20px;
    max-width: 380px;
    width: 74.3639921722%;
  }
}
.social-instagram.social-instagram-caption .entry-content {
  padding: 50px 30px 50px 30px;
  padding-top: 51px;
  padding-bottom: 85px;
  position: relative;
  z-index: 10;
  background-color: #fdb81f;
}
@media (min-width: 400px) {
  .social-instagram.social-instagram-caption .entry-content {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 700px) {
  .social-instagram.social-instagram-caption .entry-content {
    padding-top: 50px;
    padding-bottom: 135px;
  }
}
@media (min-width: 1000px) {
  .social-instagram.social-instagram-caption .entry-content {
    width: auto;
    height: auto;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    top: auto;
    right: auto;
  }
}
.social-instagram.social-instagram-caption .entry-content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: auto;
  right: 20px;
  bottom: -69px;
  z-index: -1;
  border-top: 69px solid transparent;
  border-bottom: 69px solid transparent;
  border-left: 69px solid #fdb81f;
}
@media (min-width: 700px) {
  .social-instagram.social-instagram-caption .entry-content:after {
    left: calc(50% + 10px);
    right: auto;
  }
}
@media (min-width: 1000px) {
  .social-instagram.social-instagram-caption .entry-content:after {
    left: auto;
    right: 20px;
  }
}
@media (min-width: 1100px) {
  .social-instagram.social-instagram-caption .entry-content:after {
    left: 422px;
    right: auto;
  }
}

/* ================================= */
/* ------------ TWITTER -------------*/
/* ================================= */
.social-twitter.element-loaded > .fsElementContent {
  background-color: #0093d5;
}
.social-twitter > .fsElementContent {
  padding: 80px 30px 100px 30px;
}
@media (min-width: 1000px) {
  .social-twitter > .fsElementContent {
    width: 100%;
  }
}
.social-twitter .entry-avatar .entry-avatar-arc:before {
  border-color: #0093d5;
}
.social-twitter .entry-author {
  color: #84d5f7;
}
.social-twitter .entry-icon {
  right: 3px;
  bottom: 5px;
}
.social-twitter .entry-icon:after {
  content: '\f099';
  font-size: 24px;
  line-height: 38px;
}
.social-twitter.social-alt.element-loaded > .fsElementContent {
  background-color: #0093b2;
}
.social-twitter.social-alt .entry-avatar .entry-avatar-arc:before {
  border-color: #0093b2;
}
.social-twitter.social-alt .entry-author a {
  color: #96d8e7;
}

/* ================================= */
/* ----------- FACEBOOK -------------*/
/* ================================= */
.social-facebook.element-loaded > .fsElementContent {
  background-color: #005596;
}
.social-facebook > .fsElementContent {
  padding-top: 80px;
  padding-bottom: 96px;
}
@media (min-width: 400px) {
  .social-facebook > .fsElementContent {
    padding-bottom: 76px;
  }
}
@media (min-width: 1260px) {
  .social-facebook > .fsElementContent {
    padding-bottom: 76px;
  }
}
.social-facebook .entry-author {
  line-height: 20px;
}
.social-facebook .entry-author .facebook-hashtag {
  display: block;
}
.social-facebook .entry-icon {
  right: 7px;
  bottom: 7px;
}
.social-facebook .entry-icon:after {
  content: '\f082';
  font-size: 26px;
  line-height: 38px;
}
.social-facebook footer {
  display: none;
}
.social-facebook.social-alt.element-loaded > .fsElementContent {
  background-color: #f36f21;
}
.social-facebook.social-alt .entry-avatar .entry-avatar-arc:before {
  border-color: #f36f21;
}
.social-facebook.social-alt .entry-author a {
  color: #ffd9a3;
}

/* ================================= */
/* ------------ YOUTUBE ------------ */
/* ================================= */
.social-youtube > .fsElementContent {
  padding: 0;
}
.social-youtube > .fsElementContent:hover .entry-title {
  bottom: 0px;
  opacity: 1;
}
.social-youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.social-youtube .entry-content {
  overflow: hidden;
}
.social-youtube .entry-content:before {
  content: '';
  display: block;
  width: 100%;
}
.social-youtube .entry-title {
  display: none;
}
.social-youtube footer {
  display: none;
}

.social-truncate {
  display: block;
  width: 380px;
  position: absolute;
  top: -9999em;
  left: -9999em;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0 0 6px;
  padding: 0;
  display: none;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 35px;
}
.fsTabs .fsTabsNav li:last-of-type {
  margin-right: 0;
}
.fsTabs .fsTabsNav li a {
  display: block;
  background: none;
  padding: 8px 16px;
  position: relative;
  color: #121314;
  font-size: 16px;
  font-weight: bold;
}
.fsTabs .fsTabsNav li a:after {
  display: block;
  content: '';
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.fsTabs .fsTabsNav li a:hover {
  background: none;
  color: #121314;
}
.fsTabs .fsTabsNav li a:hover:after {
  background-color: #bdd8f1;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: none;
  color: #232426;
}
.fsTabs .fsTabsNav li.fsStateSelected a:after {
  background-color: #fdb81f;
}
.fsTabs .fsPanel {
  color: #4c4c4c;
}
.fsTabs .fsPanel > .fsElementContent {
  padding-left: 0;
  padding-right: 0;
}

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

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding-top: 87px;
  padding-bottom: 0;
}
.home #fsPageContent {
  margin-bottom: 0;
}
.home .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}
.home .header-top > .fsContainer {
  background: none !important;
}
.home .hero-multimedia-custom .hero-multimedia-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .hero-multimedia-custom .hero-multimedia-background .caption-wrapper {
  display: none;
}
.home .hero-multimedia-custom .hero-multimedia-background video {
  display: none;
}
.home .hero-multimedia-custom .hero-multimedia-background article {
  margin-left: 0 !important;
  transition: none !important;
}
.home .hero-multimedia-custom .hero-multimedia-background article:after {
  display: none;
}
.home .hero-multimedia-custom .hero-multimedia-background article.slick-current {
  opacity: 1;
}
.home .hero-multimedia-custom .hero-multimedia-content .caption-wrapper {
  display: none;
}
.home .hero-multimedia-custom .hero-multimedia-captions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .hero-multimedia-custom .hero-multimedia-captions .multimedia-img-wrapper {
  background: none !important;
}
.home .hero-multimedia-custom .hero-multimedia-captions article {
  opacity: 1 !important;
}
.home .hero-multimedia-custom .hero-multimedia-captions article:after {
  display: none;
}
.home .hero-multimedia-custom .hero-multimedia-captions article + .slick-slide {
  margin-left: 0;
}
.home .calendar-custom.element-shown article {
  opacity: 1;
}
.home .calendar-custom article {
  opacity: 0;
}
.home.fsComposeMode .calendar-custom .fsListItems article {
  opacity: 1;
}
.home .calendar-custom article:nth-of-type(1) {
  transition: opacity 0.3s ease 0s;
}
.home .calendar-custom article:nth-of-type(2) {
  transition: opacity 0.3s ease 0.075s;
}
.home .calendar-custom article:nth-of-type(3) {
  transition: opacity 0.3s ease 0.15s;
}
.home .calendar-custom article:nth-of-type(4) {
  transition: opacity 0.3s ease 0.225s;
}

.news-custom.fsTwoColumnLayout {
  margin: 0;
  position: relative;
}
@media (min-width: 1000px) {
  .news-custom.fsTwoColumnLayout {
    margin-right: 82px;
    margin-left: 82px;
  }
}
@media (min-width: 1260px) {
  .news-custom.fsTwoColumnLayout {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.news-custom.fsTwoColumnLayout .fsElementContent .fs_style_67 {
  margin: 0 10px;
}
.news-custom.fsTwoColumnLayout > .fsDiv {
  padding-left: 0;
  padding-right: 0;
  float: none;
}
.news-custom.fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
  width: 100%;
}
@media (min-width: 1000px) {
  .news-custom.fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
    width: calc(60% - 10px);
    padding-top: 44px;
  }
}
@media (min-width: 1260px) {
  .news-custom.fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
    width: calc(50% - 10px);
    padding-top: 0;
  }
}
.news-custom.fsTwoColumnLayout > .fsDiv.fsStyleColumn-last {
  width: 100%;
}
@media (min-width: 1000px) {
  .news-custom.fsTwoColumnLayout > .fsDiv.fsStyleColumn-last {
    width: calc(40% + 30px);
    position: absolute;
    top: 0px;
    right: 0;
  }
}
@media (min-width: 1260px) {
  .news-custom.fsTwoColumnLayout > .fsDiv.fsStyleColumn-last {
    width: calc(50% + 30px);
    position: absolute;
    top: 23px;
    right: 0;
  }
}

@media (min-width: 700px) {
  .news-featured.fsList > .fsElementContent {
    padding-right: 74px;
    padding-left: 74px;
  }
}
@media (min-width: 1000px) {
  .news-featured.fsList > .fsElementContent {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.news-featured.fsList article {
  padding: 0;
}
.news-featured.fsList a.fsThumbnail {
  display: block;
  margin-bottom: 0;
}
.news-featured.fsList a.fsThumbnail .fsCroppedImage {
  display: block;
  padding-bottom: 55.6896551724%;
  background-position: center center;
}
.news-featured.fsList .fsTitle {
  padding-top: 13px;
  padding-left: 20px;
  padding-bottom: 11px;
  border-left: 1px solid #e1e1e1;
  font-size: 25px;
}
.news-featured.fsList .fsTitle:before {
  display: block;
  content: 'Featured';
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1px;
  color: #808080;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.news-top-stories.fsList {
  padding: 26px 29px 40px;
  width: calc(100% + 20px);
  margin-left: -10px;
  background-color: rgba(245, 245, 245, 0.7);
}
@media (min-width: 400px) {
  .news-top-stories.fsList {
    padding: 26px 74px 40px;
    width: auto;
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .news-top-stories.fsList {
    padding-right: 49px;
    padding-left: 68px;
    padding-top: 40px;
  }
}
@media (min-width: 1260px) {
  .news-top-stories.fsList {
    padding-top: 26px;
  }
}
.news-top-stories.fsList > header {
  margin-bottom: 0;
}
.news-top-stories.fsList > header > .fsElementTitle {
  color: #808080;
  letter-spacing: 0;
  font-size: 15px;
}
.news-top-stories.fsList > header > .fsElementTitle:after {
  display: none;
}
.news-top-stories.fsList article {
  padding: 13px 0 6px;
}

.news-calendar-buttons > .fsElementContent a[class*="fs_style"] {
  margin-left: 5px;
  margin-right: 5px;
}

.at-a-glance {
  padding-top: 30px;
  opacity: 0;
}
@media (min-width: 700px) {
  .at-a-glance {
    padding-top: 48px;
  }
}
@media (min-width: 1000px) {
  .at-a-glance {
    padding-top: 58px;
  }
}
.at-a-glance.element-loaded {
  opacity: 1;
}
.fsComposeMode .at-a-glance.element-loaded {
  opacity: 1;
}
.at-a-glance.element-shown > .fsContainer .slick-list:before {
  opacity: 1;
}
.at-a-glance > .fsContainer {
  padding-bottom: 120px;
}
.at-a-glance > .fsContainer .slick-list:before {
  content: '';
  display: block;
  height: 380px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #005596;
  opacity: 0;
  transition: opacity 0s ease 2.05s;
}
@media (min-width: 520px) {
  .at-a-glance > .fsContainer .slick-list:before {
    left: 98px;
    right: 98px;
  }
}
@media (min-width: 1000px) {
  .at-a-glance > .fsContainer .slick-list:before {
    width: 320px;
    min-height: 380px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.at-a-glance .fsContent > header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.75s;
}
.at-a-glance .fsContent .slide-tile {
  max-width: 0px;
  position: relative;
  right: 0;
  transition: max-width 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.25s;
}
@media (min-width: 520px) {
  .at-a-glance .fsContent .slide-tile {
    overflow: hidden;
  }
}
.at-a-glance.element-shown .fsContent > header:after {
  right: 100%;
}
.at-a-glance.element-shown .fsContent .slide-tile {
  opacity: 1;
  max-width: 1000px;
}

.live-choate {
  padding-bottom: 71px;
}
@media (min-width: 700px) {
  .live-choate {
    padding-bottom: 114px;
  }
}
.live-choate > .fsContainer {
  max-width: 680px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .live-choate > .fsContainer {
    max-width: none;
  }
}
.live-choate > .fsContainer > header {
  padding-bottom: 23px;
}
.live-choate > .fsContainer > header .fsElementTitle {
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000104;
  letter-spacing: 0.11em;
  font-weight: 500;
  text-align: center;
}
.live-choate > .fsContainer > header .fsElementTitle:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.live-choate > .fsContainer > .fsElementContent {
  zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 20px;
  position: relative;
}
.live-choate > .fsContainer > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
.live-choate .fsTwoColumnLayout {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1000px) {
  .live-choate .fsTwoColumnLayout {
    display: -ms-flexbox;
    display: flex;
  }
}
.live-choate .fsTwoColumnLayout > .fsDiv {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.live-choate .fsTwoColumnLayout .fsStyleColumn-1 {
  width: 100%;
}
@media (min-width: 1000px) {
  .live-choate .fsTwoColumnLayout .fsStyleColumn-1 {
    width: 66.6666666667%;
  }
}
@media (min-width: 1260px) {
  .live-choate .fsTwoColumnLayout .fsStyleColumn-1 {
    width: 58.3333333333%;
  }
}
.live-choate .fsTwoColumnLayout .fsStyleColumn-2 {
  width: 100%;
  position: relative;
}
@media (min-width: 1000px) {
  .live-choate .fsTwoColumnLayout .fsStyleColumn-2 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1260px) {
  .live-choate .fsTwoColumnLayout .fsStyleColumn-2 {
    width: 41.6666666667%;
  }
}
.live-choate .social-block {
  padding-left: 10px;
  padding-right: 10px;
}
.live-choate .social-instagram > .fsElementContent {
  padding: 0;
}
@media (min-width: 700px) {
  .live-choate .social-instagram.social-instagram-1 {
    float: left;
    width: 50%;
  }
}
.live-choate .social-instagram.social-instagram-1 > .fsElementContent:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
@media (min-width: 1000px) {
  .live-choate .social-instagram.social-instagram-1 > .fsElementContent {
    width: auto;
  }
}
@media (min-width: 1260px) {
  .live-choate .social-instagram.social-instagram-1 > .fsElementContent {
    width: 330px;
  }
}
@media (min-width: 1260px) {
  .live-choate .social-instagram.social-instagram-1 .entry-image {
    max-height: none;
  }
}
@media (min-width: 1000px) {
  .live-choate .social-instagram.social-instagram-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1260px) {
  .live-choate .social-instagram.social-instagram-caption {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.live-choate .social-instagram.social-instagram-caption > .fsElementContent {
  height: auto;
}
@media (min-width: 1000px) {
  .live-choate .social-instagram.social-instagram-caption > .fsElementContent {
    position: static;
  }
}
@media (min-width: 1260px) {
  .live-choate .social-instagram.social-instagram-caption .social-overlay-wrapper {
    bottom: -330px;
  }
}
.live-choate .social-instagram.social-instagram-caption .entry-content {
  padding-top: 51px;
  padding-bottom: 85px;
}
@media (min-width: 400px) {
  .live-choate .social-instagram.social-instagram-caption .entry-content {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 700px) {
  .live-choate .social-instagram.social-instagram-caption .entry-content {
    padding-top: 72px;
    padding-bottom: 135px;
  }
}
@media (min-width: 1000px) {
  .live-choate .social-instagram.social-instagram-caption .entry-content {
    position: relative;
    height: 400px;
  }
}
@media (min-width: 1260px) {
  .live-choate .social-instagram.social-instagram-caption .entry-content {
    padding-bottom: 142px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
  }
}
.live-choate .social-instagram.social-instagram-caption .entry-content:after {
  left: auto;
  right: 20px;
}
@media (min-width: 700px) {
  .live-choate .social-instagram.social-instagram-caption .entry-content:after {
    left: calc(50% + 10px);
    right: auto;
  }
}
@media (min-width: 1000px) {
  .live-choate .social-instagram.social-instagram-caption .entry-content:after {
    left: auto;
    right: calc(50vw - 436px);
  }
}
@media (min-width: 1260px) {
  .live-choate .social-instagram.social-instagram-caption .entry-content:after {
    left: auto;
    right: 70px;
  }
}
.live-choate .social-instagram.social-instagram-caption .entry-image {
  margin-top: 10px;
  position: relative;
  z-index: 99;
}
.off-canvas-active .live-choate .social-instagram.social-instagram-caption .entry-image {
  z-index: 1;
}
@media (min-width: 700px) {
  .live-choate .social-instagram.social-instagram-caption .entry-image {
    margin-top: -77px;
    margin-right: calc(50% + 10px);
    width: auto;
  }
}
@media (min-width: 1000px) {
  .live-choate .social-instagram.social-instagram-caption .entry-image {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    left: calc(-50% + 10px);
    width: 308px;
    position: absolute;
    bottom: -10px;
  }
}
@media (min-width: 1260px) {
  .live-choate .social-instagram.social-instagram-caption .entry-image {
    width: 280px;
    height: 280px;
    position: absolute;
    left: 30px;
    bottom: -200px;
    z-index: 20;
  }
}
@media (min-width: 700px) {
  .live-choate .social-twitter {
    float: left;
    width: 50%;
    position: relative;
  }
}
.live-choate .social-twitter:before {
  content: '';
  display: none;
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 700px) {
  .live-choate .social-twitter:before {
    display: block;
  }
}
@media (min-width: 700px) {
  .live-choate .social-twitter > .fsElementContent {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  .live-choate .social-twitter > .fsElementContent {
    width: auto;
  }
}
@media (min-width: 1260px) {
  .live-choate .social-twitter > .fsElementContent {
    width: 330px;
    height: 330px;
  }
}
@media (min-width: 700px) {
  .live-choate .social-facebook {
    float: left;
    clear: left;
  }
}
@media (min-width: 1000px) {
  .live-choate .social-facebook {
    width: 75%;
  }
}
@media (min-width: 1260px) {
  .live-choate .social-facebook {
    width: 100%;
  }
}
.live-choate .social-facebook > .fsElementContent {
  padding-top: 80px;
  padding-bottom: 76px;
}
@media (min-width: 1000px) {
  .live-choate .social-facebook > .fsElementContent {
    height: 308px;
    padding-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .live-choate .social-facebook > .fsElementContent {
    padding-bottom: 76px;
  }
}

.freedom-to-explore {
  margin-bottom: 33px;
}
@media (min-width: 1260px) {
  .freedom-to-explore {
    margin-bottom: 120px;
  }
}
.freedom-to-explore > header .fsElementTitle {
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000104;
  letter-spacing: 0.11em;
  font-weight: 500;
  text-align: center;
}
.freedom-to-explore > header .fsElementTitle:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.freedom-to-explore > .fsElementContent {
  position: relative;
}
@media (min-width: 700px) {
  .freedom-to-explore > .fsElementContent {
    padding-right: 74px;
    padding-left: 74px;
  }
}
@media (min-width: 1000px) {
  .freedom-to-explore > .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}
.freedom-to-explore .explore-captions {
  position: relative;
  padding-bottom: 80px;
  padding-top: 58px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) {
  .freedom-to-explore .explore-captions {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .freedom-to-explore .explore-captions {
    padding-top: 38px;
    padding-right: 150px;
    padding-left: 163px;
  }
}
@media (min-width: 1260px) {
  .freedom-to-explore .explore-captions {
    padding-top: 58px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 43px;
  }
}
@media (min-width: 1260px) {
  .freedom-to-explore .explore-captions .fsMediaContainer {
    width: 40%;
  }
}
.freedom-to-explore .explore-captions:before {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f2f3f3;
}
@media (min-width: 1000px) {
  .freedom-to-explore .explore-captions:before {
    left: auto;
    -ms-transform: none;
    transform: none;
    right: 70px;
  }
}
.freedom-to-explore .explore-captions article {
  background: none !important;
}
.freedom-to-explore .explore-captions .caption-title {
  font-size: 31px;
  line-height: 34px;
  padding-bottom: 20px;
}
.freedom-to-explore .explore-captions .caption-wrapper {
  position: static;
  padding: 0;
  color: #000104;
  background: none;
  padding-bottom: 32px;
}
@media (min-width: 1260px) {
  .freedom-to-explore .explore-captions .caption-wrapper {
    padding-bottom: 0;
  }
}
.freedom-to-explore .explore-captions .caption-wrapper .fs_style_76 {
  display: block;
  color: #1293d1;
  font-weight: 600;
}
.freedom-to-explore .explore-captions .caption-wrapper .fs_style_76:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 8px;
  padding-bottom: 2px;
  color: #fdb81f;
  position: absolute;
}
.freedom-to-explore .explore-photos {
  margin-top: -80px;
  position: relative;
}
@media (min-width: 1000px) {
  .freedom-to-explore .explore-photos {
    margin-left: 163px;
    padding-right: 163px;
  }
}
@media (min-width: 1260px) {
  .freedom-to-explore .explore-photos {
    position: absolute;
    left: calc(50% - 60px);
    top: 60px;
    margin-top: 0;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .freedom-to-explore .explore-photos .explore-photos-inner {
    width: 100vw;
    overflow: hidden;
  }
}
@media (min-width: 1000px) {
  .freedom-to-explore .explore-photos .fsMediaCustomPlayer {
    width: 648px;
  }
}
@media (min-width: 1260px) {
  .freedom-to-explore .explore-photos .fsMediaCustomPlayer {
    width: 648px;
  }
}
@media (min-width: 1000px) {
  .freedom-to-explore .explore-photos .slick-slider {
    overflow: visible !important;
  }
}
@media (min-width: 1000px) {
  .freedom-to-explore .explore-photos .slick-list {
    overflow: visible !important;
  }
}
@media (min-width: 1000px) {
  .freedom-to-explore .explore-photos article {
    max-width: 648px;
    max-height: 360px;
    margin-right: 19px;
  }
}
@media (min-width: 1260px) {
  .freedom-to-explore .explore-photos article {
    max-width: 648px;
    max-height: 360px;
    margin-right: 19px;
  }
}
.freedom-to-explore .explore-photos article:before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 55.5555555556%;
}
.freedom-to-explore .explore-photos .caption-wrapper {
  display: none;
}
.freedom-to-explore .explore-photos .slideshow-arrows {
  width: 90px;
  margin: 0 auto;
  margin-top: 25px;
}
@media (min-width: 1260px) {
  .freedom-to-explore .explore-photos .slideshow-arrows {
    position: absolute;
    right: 100%;
    right: calc(100% + 39px);
    bottom: -11px;
  }
}

.home .button-grid {
  clear: both;
  padding-bottom: 67px;
}
.home .button-grid > .fsElementContent a[class*="fs_style"] {
  max-width: 280px;
  padding: 16px 40px 14px 40px;
}

.campusbird {
  height: 275px;
  padding-top: 145px;
  overflow: hidden;
  position: relative;
  background-color: #e8e0d8;
}
@media (min-width: 700px) {
  .campusbird {
    height: 400px;
    padding-top: 200px;
  }
}
@media (min-width: 1000px) {
  .campusbird {
    padding-top: 140px;
  }
}
.campusbird > header {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: campusbird 40s infinite;
  animation-timing-function: cubic-bezier(0.31, 0.01, 0.69, 0.98);
}
.campusbird > header > .fsElementHeaderContent img {
  display: block;
  width: 2546px;
  height: 918px;
  max-width: none;
}
.campusbird > .fsElementContent {
  position: relative;
}
.campusbird a {
  color: #ffffff;
}
.campusbird a:hover {
  color: #ffffff;
}
@keyframes campusbird {
  0% {
    transform: translate(-57.1995%, -59.934%);
  }
  33.3333% {
    transform: translate(-45.1021%, -27.1834%);
  }
  66.6666% {
    transform: translate(-40.9387%, -72.7074%);
  }
  100% {
    transform: translate(-57.1995%, -59.934%);
  }
}
/*! pages - home v0.0.1 */
body.athletics.fsComposeMode .panel-events .fsTabsNav {
  position: static;
  text-align: center;
  max-width: 260px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
body.athletics.fsComposeMode .panel-events .fsTabsNav li {
  display: block;
  width: 50%;
  float: left;
}
body.athletics.fsComposeMode .panel-events .fsTabsNav li a {
  width: 100%;
}
body.athletics.fsComposeMode .panel-events .fsTabsNav li a:after {
  width: auto;
  height: 3px;
  left: 50%;
  right: 50%;
  top: auto;
  bottom: 0;
  transition: left 0.3s ease, right 0.3s ease;
}
body.athletics.fsComposeMode .panel-events .fsTabsNav li a:hover:after {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
body.athletics.fsComposeMode .panel-events .fsTabsNav li.fsStateSelected a:after {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.athletics #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 59px;
}
.athletics .panel-events {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.athletics .panel-events:not(.element-loaded) {
  opacity: 0;
}
.athletics .panel-events:not(.element-loaded) .fsPanel {
  display: block !important;
}
.athletics .panel-events:not(.element-loaded) .fsPanel > * {
  display: block !important;
}
.athletics .panel-events > .fsElementContent,
.athletics .panel-events > .fsContainer {
  background-color: #00427a;
  position: relative;
}
@media (min-width: 520px) {
  .athletics .panel-events > .fsElementContent,
  .athletics .panel-events > .fsContainer {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}
.athletics .panel-events .fsPanel {
  background: none !important;
}
.athletics .panel-events .fsPanel > header {
  display: none !important;
}
.athletics .panel-events .fsPanel > .fsElementContent {
  padding-top: 0;
  padding-bottom: 70px;
}
@media (min-width: 520px) {
  .athletics .panel-events .fsPanel > .fsElementContent {
    padding-top: 50px;
  }
}
.athletics .panel-events .fsPanel.fsStateOpen .slideshow-arrows {
  display: block;
}
.athletics .panel-events .slideshow-arrows {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 15px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.athletics .panel-events .slick-arrow:before {
  color: #ffffff;
}
.athletics .panel-events .fsTabs {
  position: static !important;
}
.athletics .panel-events .fsTabsNav {
  zoom: 1;
  display: block;
  border: 0;
}
.athletics .panel-events .fsTabsNav:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 520px) {
  .athletics .panel-events .fsTabsNav {
    position: absolute;
    left: 0px;
    top: 50px;
  }
}
.athletics .panel-events .fsTabsNav li {
  display: block;
  opacity: 0.65;
  margin-right: 0;
}
.athletics .panel-events .fsTabsNav li.fsStateSelected {
  opacity: 1;
}
.athletics .panel-events .fsTabsNav li.fsStateSelected a {
  color: #ffffff;
}
.athletics .panel-events .fsTabsNav li.fsStateSelected a:after {
  top: 0;
  bottom: 0;
}
.athletics .panel-events .fsTabsNav a {
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 100px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.athletics .panel-events .fsTabsNav a:hover {
  color: #ffffff;
}
.athletics .panel-events .fsTabsNav a:hover:after {
  top: 0;
  bottom: 0;
}
.athletics .panel-events .fsTabsNav a img {
  -ms-flex: 0 100%;
  flex: 0 100%;
}
.athletics .panel-events .fsTabsNav a span {
  -ms-flex: 0 100%;
  flex: 0 100%;
  display: block;
  font-style: italic;
}
.athletics .panel-events .fsTabsNav a:after {
  width: 3px;
  height: auto;
  top: 50%;
  right: auto;
  bottom: 50%;
  transition: top 0.3s ease, bottom 0.3s ease;
}
@media (max-width: 519px) {
  .athletics .panel-events .fsTabsNav {
    position: static;
    text-align: center;
    max-width: 260px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .athletics .panel-events .fsTabsNav li {
    display: block;
    width: 50%;
    float: left;
  }
  .athletics .panel-events .fsTabsNav li a {
    width: 100%;
  }
  .athletics .panel-events .fsTabsNav li a:after {
    width: auto;
    height: 3px;
    left: 50%;
    right: 50%;
    top: auto;
    bottom: 0;
    transition: left 0.3s ease, right 0.3s ease;
  }
  .athletics .panel-events .fsTabsNav li a:hover:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .athletics .panel-events .fsTabsNav li.fsStateSelected a:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.athletics .fs_style_67 {
  font-weight: 900;
  font-size: 20px;
  font-style: italic;
}
.athletics .fsAthleticsEvent {
  margin-bottom: 0;
}
.athletics .fsAthleticsEvent article,
.athletics .fsAthleticsEvent .fsElementEmpty {
  position: relative;
  height: 200px;
  margin: 0 10px;
  padding: 26px 30px 29px;
  border-radius: 4px;
  background-color: #ffffff;
}
.athletics .fsAthleticsEvent .fsElementEmpty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a3adbf;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.athletics .fsAthleticsEvent .fsDateTime {
  zoom: 1;
  display: block;
  padding-bottom: 13px;
}
.athletics .fsAthleticsEvent .fsDateTime:after {
  display: table;
  clear: both;
  content: '';
}
.athletics .fsAthleticsEvent .fsDateTime time {
  display: block;
  color: #a3adbf;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.athletics .fsAthleticsEvent .fsDate {
  float: left;
}
.athletics .fsAthleticsEvent .fsTime {
  float: right;
}
.athletics .fsAthleticsEvent .fsTitle {
  display: block;
}
.athletics .fsAthleticsEvent .fsAthleticsOpponents {
  display: block;
  color: #828a99;
  font-size: 15px;
  line-height: 22px;
  line-height: 18px;
}
.athletics .fsAthleticsEvent .fsAthleticsOpponents div,
.athletics .fsAthleticsEvent .fsAthleticsOpponents span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.athletics .fsAthleticsEvent .fsAthleticsEventDetailLink {
  display: block;
  color: #174578;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
.athletics .fsAthleticsEvent .fsAthleticsAdvantage {
  line-height: 16px;
  position: absolute;
  bottom: 29px;
}
.athletics .fsAthleticsEvent .fsAthleticsResultWrapper {
  position: absolute;
  bottom: 29px;
}
.athletics .fsAthleticsEvent .fsAthleticsResult,
.athletics .fsAthleticsEvent .fsAthleticsAdvantage {
  padding: 5px 8px 4px;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: -1px -1px 0.5px #000000, 1px -1px 0.5px #000000, -1px 1px 0.5px #000000, 1px 1px 0.5px #000000;
  background-color: #fed401;
}
.athletics .fsAthleticsEvent .fsAthleticsScore {
  padding: 0 5px;
  color: #000104;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.athletics .athletics-duo-title {
  padding-top: 72px;
}
.athletics .athletics-duo-title header {
  margin-bottom: 27px;
}
.athletics .athletics-duo-title .fsElementTitle {
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000104;
  letter-spacing: 0.11em;
  font-weight: 500;
  text-align: center;
}
.athletics .athletics-duo-title .fsElementTitle:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.athletics .athletics-duo {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 11px;
}
.athletics .athletics-duo > .fsDiv {
  padding-left: 10px;
  padding-right: 10px;
}
.athletics .athletics-news-featured {
  margin-bottom: 28px;
}
.athletics .athletics-news-featured article {
  padding: 0;
}
.athletics .athletics-news-featured .fsThumbnail {
  margin-bottom: 0;
}
.athletics .athletics-news-featured .fsTitle {
  padding-top: 17px;
  padding-left: 29px;
  padding-bottom: 8px;
  border-left: 1px solid #e1e1e1;
  font-size: 25px;
}
.athletics .athletics-news-featured .fsTitle:before {
  display: block;
  content: 'Highlights';
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1px;
  color: #808080;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.athletics .athletics-news {
  padding: 22px 50px 23px 30px;
  background-color: #edf3f9;
}
.athletics .athletics-news .fsListItems article:first-of-type {
  display: none;
}
.athletics .athletics-news .fsListItems article:nth-of-type(2) {
  border-top: 0;
}
.athletics .athletics-news article {
  padding: 11px 0 8px 0;
}
.athletics .athletics-news a.fsNewsPostLink {
  padding-left: 22px;
  position: relative;
  display: block;
}
.athletics .athletics-news a.fsNewsPostLink:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #c8cddb;
  line-height: 10px;
}
.athletics .athletics-twitter header {
  height: 55px;
  border-radius: 4px 4px 0 0;
  margin: 0;
  padding-left: 20px;
  background-color: #0093d5;
}
.athletics .athletics-twitter header h2 {
  color: #ffffff;
  line-height: 55px;
  font-style: italic;
  font-weight: 900;
  padding-left: 34px;
  margin: 0;
  position: relative;
}
.athletics .athletics-twitter header h2:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-weight: normal;
}
.athletics .athletics-twitter header h2 a {
  color: inherit;
}
.athletics .athletics-twitter header h2 a:hover {
  color: inherit;
}
.athletics .athletics-twitter .fsElementContent {
  border: 1px solid #e2e2e2;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.athletics .athletics-twitter .fsElementContent iframe {
  width: 100% !important;
}
.athletics .athletics-twitter .tweets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.athletics .athletics-twitter .tweets .hashtag {
  color: #fdb81f;
}
.athletics .athletics-twitter .tweets > li {
  display: block;
  padding: 20px 0;
  margin: 0 30px;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px dotted #dcdbdb;
}
.athletics .athletics-twitter .timeline-Tweet {
  padding-bottom: 20px;
  position: relative;
}
.athletics .athletics-twitter .TweetAuthor-link {
  display: block;
  padding-left: 40px;
}
.athletics .athletics-twitter .TweetAuthor-avatar {
  display: block;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 0;
  left: -14px;
}
.athletics .athletics-twitter .TweetAuthor-avatar img {
  height: 48px;
  width: 48px;
  display: block;
}
.athletics .athletics-twitter .TweetAuthor-name {
  display: block;
  padding-top: 5px;
  color: #000000;
  font-size: 17px;
  line-height: 18px;
  font-weight: 600;
}
.athletics .athletics-twitter .TweetAuthor-screenName {
  display: block;
  padding-top: 2px;
  color: #828a99;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
.athletics .athletics-twitter .timeline-Tweet-text {
  padding-top: 12px;
}
.athletics .athletics-twitter .timeline-Tweet-actions {
  display: none;
}
.athletics .athletics-twitter .timeline-Tweet-metadata {
  position: absolute;
  right: 0;
  bottom: 0;
}
.athletics .athletics-twitter .timeline-Tweet-metadata a {
  color: #a3adbf;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

@media (min-width: 900px) {
  .nav-tier-two .fsNavLevel2 > li:hover .panel-teams {
    display: block;
  }
}

.panel-teams {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 1000;
}
.panel-teams > .fsElementContent {
  background-color: #00427a;
}
.panel-teams .athletics-teams {
  padding-top: 49px;
  padding-bottom: 37px;
  background-repeat: no-repeat;
  background-position: bottom 80px right;
  background-size: calc(33.3333333333% - 50px) auto;
  text-align: left;
}
.panel-teams .athletics-teams .athletics-teams-inner {
  zoom: 1;
  position: relative;
  margin-left: -36px;
  margin-right: -36px;
}
.panel-teams .athletics-teams .athletics-teams-inner:after {
  display: table;
  clear: both;
  content: '';
}
.panel-teams .athletics-teams .athletics-teams-inner:before {
  content: '';
  display: block;
  width: 33.3333333333%;
  border: 1px solid #26649c;
  border-top: 0;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: 6px;
  bottom: 20px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.panel-teams .athletics-teams .fsDiv {
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}
.panel-teams .athletics-teams .fsDirectory > header {
  margin-bottom: 7px;
}
.panel-teams .athletics-teams .fsDirectory > header > .fsElementTitle {
  color: #fdb81f;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory {
  display: block;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory > li {
  zoom: 1;
  margin-bottom: 0;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory > li:after {
  display: table;
  clear: both;
  content: '';
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory > li > a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  line-height: 25px;
  text-transform: uppercase;
  position: relative;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory > li > a:after {
  display: block;
  content: '';
  background-color: #fdb81f;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory > li > a:hover {
  color: #fdb81f;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul {
  zoom: 1;
  display: block;
  width: 75px;
  float: right;
  line-height: 20px;
  font-size: 0px;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul:after {
  display: table;
  clear: both;
  content: '';
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul li {
  display: none;
  float: left;
  font-size: 0px;
  line-height: 20px;
  height: 20px;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul li:nth-of-type(1) {
  display: block;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul li:nth-of-type(1).placeholder a:before {
  content: '';
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul li:nth-of-type(1) a {
  width: 48px;
  margin-right: 13px;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul li:nth-of-type(1) a:before {
  content: 'Varsity';
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul li:nth-of-type(2) {
  display: block;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul li:nth-of-type(2) a {
  width: 13px;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul li:nth-of-type(2) a:before {
  content: 'JV';
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul span {
  font-size: 0px;
  line-height: 0px;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul a {
  display: block;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul a:before {
  display: inline-block;
  color: #7da7d9;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: color 0.3s ease;
}
.panel-teams .athletics-teams .fsAthleticsTeamDirectory ul a:hover:before {
  color: #ffffff;
}

/*! pages - estimator v0.0.1 */
.financial-aid-estimator form.aidCalc > div {
  margin-bottom: 40px;
}
.financial-aid-estimator form.aidCalc label {
  display: block;
  margin-bottom: 10px;
}
.financial-aid-estimator form.aidCalc label span {
  display: inline-block;
  margin-right: 10px;
}
.financial-aid-estimator form.aidCalc label input {
  display: inline-block;
}
.financial-aid-estimator form.aidCalc label input.error {
  border: 2px solid red !important;
}
.financial-aid-estimator form.aidCalc label.error {
  color: red;
}
.financial-aid-estimator form.aidCalc input.submit {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 40px 15px 40px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  background-color: #0093b2;
  color: #ffffff;
}
.financial-aid-estimator form.aidCalc input.submit:hover {
  background-color: #007e99;
  color: #ffffff;
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #1c1c1c;
  color: #1c1c1c;
}
.colors ol li:nth-of-type(1):after {
  content: "#1c1c1c";
}
.colors ol li:nth-of-type(2) {
  background: #363636;
  color: #363636;
}
.colors ol li:nth-of-type(2):after {
  content: "#363636";
}
.colors ol li:nth-of-type(3) {
  background: #163052;
  color: #163052;
}
.colors ol li:nth-of-type(3):after {
  content: "#163052";
}
.colors ol li:nth-of-type(4) {
  background: #eee;
  color: #eee;
}
.colors ol li:nth-of-type(4):after {
  content: "#eee";
}
.colors ol li:nth-of-type(5) {
  background: #333;
  color: #333;
}
.colors ol li:nth-of-type(5):after {
  content: "#333";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "freight-display-pro", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "freight-display-pro, Georgia, serif";
}
.fonts ol li:nth-of-type(2) {
  font-family: Georgia, serif;
}
.fonts ol li:nth-of-type(2):after {
  content: "Georgia, serif";
}
.fonts ol li:nth-of-type(3) {
  font-family: "alto-pro", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "alto-pro, sans-serif";
}
.fonts ol li:nth-of-type(4) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(4):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(5) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(5):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 40px / line: 44px";
}
.headers h2:after {
  content: " size: 30px / line: 34px";
}
.headers h3:after {
  content: " size: 23px / line: 28px";
}
.headers h4:after {
  content: " size: 18px / line: 26px";
}
.headers h5:after {
  content: " size: 16px / line: 26px";
}
.headers h6:after {
  content: " size: 15px / line: 24px";
}

/*! pages - Live@Choate v0.0.1 */
.livechoate .choate-now .fsContainer > header > .fsElementTitle {
  display: none;
}

.fsHasTheme5 .hero-image {
  max-height: 590px;
}
.fsHasTheme5 .explore-wrapper {
  display: none;
}
.fsHasTheme5 .nav-tier-two ul.fsNavLevel1 > li {
  display: none;
}
.fsHasTheme5 .nav-tier-two ul.fsNavLevel1 > li.fsNavCurrentPage, .fsHasTheme5 .nav-tier-two ul.fsNavLevel1 > li.fsNavCurrentPageAncestor {
  display: block;
}
@media (min-width: 700px) {
  .fsHasTheme5 .nav-tier-two ul.fsNavLevel1 > li.fsNavCurrentPage > a, .fsHasTheme5 .nav-tier-two ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
    display: block;
    padding: 20px 45px 24px;
    margin: 0;
    position: absolute;
    top: -300px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 60px;
    line-height: 66px;
    font-family: "alto-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.0225em;
    background: none;
  }
}
.fsHasTheme5 .nav-hashtags {
  display: none;
  margin-bottom: 25px;
  overflow: hidden;
  opacity: 0;
  background-color: #edf3f9;
  max-height: 60px;
  transition: max-height 0.3s ease;
}
.fsHasTheme5 .fsPageLayout .nav-hashtags {
  opacity: 1;
}
.fsHasTheme5 .fsPageLayout .nav-hashtags.element-loaded {
  display: block;
}
.fsHasTheme5 .nav-hashtags.expanded {
  max-height: 500px;
}
@media (max-width: 399px) {
  .fsHasTheme5 .nav-hashtags.expanded .nav-hashtags-more > label:after {
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@media (min-width: 400px) {
  .fsHasTheme5 .nav-hashtags {
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }
}
.fsHasTheme5 .nav-hashtags ul, .fsHasTheme5 .nav-hashtags li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fsHasTheme5 .nav-hashtags .fsNavLevel1 {
  text-align: center;
}
.fsHasTheme5 .nav-hashtags li {
  display: none;
}
.fsHasTheme5 .nav-hashtags li.visible {
  display: inline-block;
}
.fsHasTheme5 .nav-hashtags li.fsNavCurrentPage a, .fsHasTheme5 .nav-hashtags li.fsNavCurrentAncestor a {
  color: #1b93d1;
}
.fsHasTheme5 .nav-hashtags li:first-of-type a:before {
  display: none;
}
.fsHasTheme5 .nav-hashtags a {
  display: block;
  padding: 0 30px 0 30px;
  position: relative;
  color: #666666;
  font-size: 17px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.01em;
}
.fsHasTheme5 .nav-hashtags a:before {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: -4px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #bbbbbb;
}
.fsHasTheme5 .nav-hashtags a:hover {
  color: #005696;
}
.fsHasTheme5 .nav-hashtags-more {
  display: none;
}
@media (min-width: 400px) {
  .fsHasTheme5 .nav-hashtags-more.visible {
    display: inline-block;
    position: relative;
  }
}
.fsHasTheme5 .nav-hashtags-more:hover ul {
  top: calc(100% - 1px);
  right: 0;
  left: auto;
}
.fsHasTheme5 .nav-hashtags-more:hover label {
  color: #005696;
}
.fsHasTheme5 .nav-hashtags-more > label {
  display: block;
  height: 60px;
  padding: 0 48px 0 30px;
  cursor: pointer;
  position: relative;
  color: #666666;
  font-size: 17px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.01em;
}
.fsHasTheme5 .nav-hashtags-more > label:before {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: -4px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #bbbbbb;
}
.fsHasTheme5 .nav-hashtags-more > label:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 32px;
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  color: #b4b8bc;
  font-size: 14px;
  line-height: 14px;
  transition: transform 0.3s ease;
}
@media (min-width: 400px) {
  .fsHasTheme5 .nav-hashtags-more > label:after {
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
.fsHasTheme5 .nav-hashtags-more ul {
  zoom: 1;
  display: block;
  background-color: #edf3f9;
}
.fsHasTheme5 .nav-hashtags-more ul:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 400px) {
  .fsHasTheme5 .nav-hashtags-more ul {
    display: inline-block;
    position: absolute;
    top: -9999em;
    left: -9999em;
    z-index: 300;
  }
}
.fsHasTheme5 .nav-hashtags-more ul a {
  display: block;
}
.fsHasTheme5 .nav-hashtags-more ul a:after {
  display: none;
}
.fsHasTheme5 .nav-hashtags-more li {
  display: none;
}
@media (min-width: 400px) {
  .fsHasTheme5 .nav-hashtags-more li {
    float: left;
    clear: both;
    text-align: left;
  }
}
.fsHasTheme5 .nav-hashtags-more li.visible {
  display: block;
}

/*! pages - Portals v0.0.1 */
@media (min-width: 900px) {
  .fsHasTheme38.nav-float-top .site-info-container a, .fsHasTheme38.nav-float-near-top .site-info-container a {
    width: 250px;
    height: 90px;
    padding: 15px 0;
  }
  .fsHasTheme38.nav-float-top .logo-shield, .fsHasTheme38.nav-float-near-top .logo-shield {
    width: 51px;
    top: 15px;
    left: 22px;
  }
  .fsHasTheme38.nav-float-top .logo-choate, .fsHasTheme38.nav-float-near-top .logo-choate {
    width: 112px;
    top: 29px;
    left: 85px;
  }
  .fsHasTheme38.nav-float-top .logo-rosemary-hall, .fsHasTheme38.nav-float-near-top .logo-rosemary-hall {
    width: 143px;
    top: 51px;
    left: 85px;
  }
}
.fsHasTheme38 .fs_style_67 {
  padding: 11px 25px 8px;
  margin-bottom: 10px;
  margin-right: 6px;
  letter-spacing: 0.04em;
}
.fsHasTheme38 .hero-image {
  display: none !important;
}
.fsHasTheme38 .header-bottom {
  display: block;
}
.fsHasTheme38 .header-bottom .nav-tier-two .fsNavLevel1 > li > a {
  display: none;
}
.fsHasTheme38 .header-bottom .nav-tier-two .fsNavLevel2 {
  padding-top: 18px;
}
.fsHasTheme38 .portal-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (min-width: 800px) {
  .fsHasTheme38 .portal-title {
    display: block;
    zoom: 1;
  }
  .fsHasTheme38 .portal-title:after {
    display: table;
    clear: both;
    content: '';
  }
}
.fsHasTheme38.fsComposeMode .portal-title {
  display: block;
}
.fsHasTheme38 .portal-title > header {
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
}
@media (min-width: 800px) {
  .fsHasTheme38 .portal-title > header {
    width: auto;
    float: left;
  }
}
.fsHasTheme38 .portal-title > header > .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  color: #005596;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: none;
}
.fsHasTheme38 .portal-title > .fsElementContent {
  -ms-flex-order: -2;
  order: -2;
}
@media (min-width: 800px) {
  .fsHasTheme38 .portal-title > .fsElementContent {
    float: right;
    position: relative;
    top: -25px;
  }
}
.fsHasTheme38 .portal-title > .fsElementContent > div {
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.03em;
  font-family: "freight-display-pro", Georgia, serif;
}
.fsHasTheme38 .portal-title > .fsElementContent > div:before {
  content: 'Today';
  display: block;
  padding-bottom: 4px;
  color: #a7a9ac;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "alto-pro", sans-serif;
}
.fsHasTheme38 .fsElement.fsLayout.fsTwoColumnLayout {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 400px) {
  .fsHasTheme38 .fsElement.fsLayout.fsTwoColumnLayout {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.fsHasTheme38 .fsElement.fsLayout.fsTwoColumnLayout > .fsDiv {
  padding-left: 10px;
  padding-right: 10px;
}
.fsHasTheme38 .nav-tier-two {
  display: block;
}
.fsHasTheme38 .nav-tier-two .fsNavLevel1 {
  min-height: 90px;
}
.fsHasTheme38 .nav-tier-two .fsNavLevel1 > li > .fsNavPageInfo {
  text-align: center;
}
.fsHasTheme38 .nav-tier-two .fsNavLevel1 > li > .fsNavPageInfo > .tier-spacer-left,
.fsHasTheme38 .nav-tier-two .fsNavLevel1 > li > .fsNavPageInfo > .tier-spacer-right {
  height: 68px;
  width: 50%;
}
.fsHasTheme38 .nav-tier-two .fsNavLevel1 > li > .fsNavPageInfo > .tier-spacer-left {
  float: left;
}
@media (min-width: 600px) {
  .fsHasTheme38 .nav-tier-two .fsNavLevel1 > li > .fsNavPageInfo > .tier-spacer-left {
    width: 250px;
  }
}
.fsHasTheme38 .nav-tier-two .fsNavLevel1 > li > .fsNavPageInfo > .tier-spacer-right {
  float: right;
}
@media (min-width: 600px) {
  .fsHasTheme38 .nav-tier-two .fsNavLevel1 > li > .fsNavPageInfo > .tier-spacer-right {
    width: 200px;
  }
}
.fsHasTheme38 .nav-tier-two .fsNavLevel2 {
  display: none;
}
@media (min-width: 960px) {
  .fsHasTheme38 .nav-tier-two .fsNavLevel2 {
    display: inline-block;
  }
}
.fsHasTheme38 .nav-tier-two .fsNavLevel2 a {
  text-transform: uppercase;
}
.fsHasTheme38 .nav-sub ul.fsNavLevel1 {
  margin-bottom: 40px;
}
.fsHasTheme38 .nav-sub-mobile {
  opacity: 0;
}
.fsHasTheme38 .nav-sub-mobile.element-loaded {
  opacity: 1;
}
.fsHasTheme38.fsComposeMode .nav-sub-mobile {
  opacity: 1;
}
.fsHasTheme38 #fsPageBodyWrapper {
  padding-top: 72px;
}
.fsHasTheme38 #fsBannerLeft {
  -ms-flex-order: 3;
  order: 3;
}
@media (max-width: 799px) {
  .fsHasTheme38 #fsBannerLeft {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 800px) {
  .fsHasTheme38 #fsBannerLeft {
    padding-top: 4px;
    padding-right: 40px;
    width: 27.1186440678%;
  }
}
.fsHasTheme38 #fsBannerLeft > .fsBanner > .fsElement + .fsElement {
  margin-top: 40px;
}
.fsHasTheme38 #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 799px) {
  .fsHasTheme38 #fsPageContent {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 800px) {
  .fsHasTheme38 #fsPageContent {
    -ms-flex: none;
    flex: none;
  }
}
@media (min-width: 800px) {
  .fsHasTheme38.fsHasRightBanner #fsPageContent {
    width: 67.7966101695% !important;
  }
}
@media (min-width: 800px) {
  .fsHasTheme38.fsHasLeftBanner #fsPageContent {
    width: 72.8813559322% !important;
  }
}
@media (min-width: 800px) {
  .fsHasTheme38.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 40.6779661017% !important;
  }
}
.fsHasTheme38 #fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  .fsHasTheme38 #fsBannerRight {
    float: left;
  }
}
@media (max-width: 799px) {
  .fsHasTheme38 #fsBannerRight {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 800px) {
  .fsHasTheme38 #fsBannerRight {
    -ms-flex: none;
    flex: none;
    padding-left: 100px;
    width: 32.2033898305%;
  }
}

.panel-choate-photos.fsContainer > .fsElementContent, .panel-choate-photos.fsSharedElement > .fsContainer > .fsElementContent {
  background-color: #edf3f9;
  text-align: center;
}
@media (max-width: 399px) {
  .panel-choate-photos.fsContainer > .fsElementContent, .panel-choate-photos.fsSharedElement > .fsContainer > .fsElementContent {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}
#fsFooter > .fsBanner > .panel-choate-photos:first-child {
  margin-top: -37px !important;
  margin-bottom: 37px !important;
}

.choate-photos > header {
  padding-top: 40px;
  padding-bottom: 4px;
}
.choate-photos > header h1 {
  color: #005696;
  font-size: 38px;
  line-height: 43.78px;
  letter-spacing: -0.03em;
}
.choate-photos > header h1 em {
  font-size: 38px;
  font-family: Georgia, serif !important;
  letter-spacing: 0;
}
.choate-photos > header h1 strong {
  color: #1d7bc0;
  font-weight: inherit;
}
.choate-photos > .fsElementContent {
  zoom: 1;
  margin-left: -7px;
  margin-right: -7px;
  padding-bottom: 30px;
}
.choate-photos > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
.choate-photos > footer {
  padding-bottom: 25px;
}
.choate-photos article {
  width: 100%;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease;
}
.choate-photos article.image-loaded {
  opacity: 1;
}
.choate-photos article:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.choate-photos article .image-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
}
@media (min-width: 700px) {
  .choate-photos article:nth-of-type(1), .choate-photos article:nth-of-type(3), .choate-photos article:nth-of-type(7) {
    width: 66.6666666667%;
  }
}
@media (min-width: 900px) {
  .choate-photos article:nth-of-type(1), .choate-photos article:nth-of-type(3), .choate-photos article:nth-of-type(7) {
    width: 33.3333333333%;
  }
}
.choate-photos article:nth-of-type(1):before, .choate-photos article:nth-of-type(3):before {
  padding-bottom: 50%;
}
@media (min-width: 700px) {
  .choate-photos article:nth-of-type(2), .choate-photos article:nth-of-type(4), .choate-photos article:nth-of-type(5), .choate-photos article:nth-of-type(6) {
    width: 33.3333333333%;
  }
}
@media (min-width: 900px) {
  .choate-photos article:nth-of-type(2), .choate-photos article:nth-of-type(4), .choate-photos article:nth-of-type(5), .choate-photos article:nth-of-type(6) {
    width: 16.6666666667%;
  }
}
.choate-photos article:nth-of-type(1), .choate-photos article:nth-of-type(2), .choate-photos article:nth-of-type(3), .choate-photos article:nth-of-type(4) {
  float: left;
}
.choate-photos article:nth-of-type(3) {
  clear: left;
}
.choate-photos article:nth-of-type(5), .choate-photos article:nth-of-type(6), .choate-photos article:nth-of-type(7) {
  float: right;
}
.choate-photos article:nth-of-type(6) {
  clear: right;
}
@media (min-width: 900px) {
  .choate-photos article:nth-of-type(5) {
    margin-top: -16.6666666667%;
  }
}
@media (min-width: 700px) {
  .choate-photos article:nth-of-type(7) {
    margin-top: -33.3333333333%;
  }
}
@media (min-width: 900px) {
  .choate-photos article:nth-of-type(7) {
    margin-top: -16.6666666667%;
  }
}
.choate-photos article img {
  display: none;
}

.portal-events.fsCalendar.fsList .fsListItems {
  padding-bottom: 24px;
}
.portal-events.fsCalendar.fsList .fsDayContainer {
  border: 0;
}
.portal-events.fsCalendar.fsList .fsDayContainer:last-child article:last-of-type {
  padding-bottom: 0;
}
.portal-events.fsCalendar.fsList article {
  padding: 0 0 17px;
}
.portal-events.fsCalendar.fsList article .fsTitle {
  padding-bottom: 1px;
  line-height: 22px;
}
.portal-events.fsCalendar.fsList article .fsTitle a {
  display: block;
}
.portal-events.fsCalendar.fsList article .fsDate {
  padding-bottom: 0;
  color: #808080;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: "alto-pro", sans-serif;
}

.portal-news.fsNews.fsList article {
  padding: 11px 0 8px;
}
.portal-news.fsNews.fsList article:first-of-type {
  padding-top: 0;
}
.portal-news.fsNews.fsList article .fsTitle {
  font-size: 16px;
  line-height: 22px;
}
.portal-news.fsNews.fsList article .fsTitle a {
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}

.portal-border.fsElement {
  border: 1px solid #e2e2e1;
  border-radius: 4px;
  padding-top: 24px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 22px;
}
@media (min-width: 400px) {
  .portal-border.fsElement {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.portal-border.fsElement > footer > .fsElementFooterContent {
  padding-top: 26px;
  border: 0;
}
.portal-border.fsElement.portal-events.fsCalendar.fsList .fsListItems {
  padding-bottom: 5px;
}

.portal-top {
  padding-bottom: 37px;
}

.portal-bottom .fsDiv > .fsElement > footer {
  border-top: 1px dotted #b7b7b7;
}

.portal-orange.fsNews.fsList > header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f36f21;
}
.portal-orange.fsNews.fsList > header > .fsElementTitle {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 1px;
  padding-bottom: 10px;
  color: #f36f21;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.portal-orange.fsNews.fsList > header > .fsElementTitle:after {
  display: none;
}
.portal-orange.fsNews.fsList > header > .fsElementHeaderContent {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 9px;
}

.portal-yellow.portal-events.fsCalendar.fsList > header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fdb81f;
}
.portal-yellow.portal-events.fsCalendar.fsList > header > .fsElementTitle {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 1px;
  padding-bottom: 10px;
  color: #fdb81f;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.portal-yellow.portal-events.fsCalendar.fsList > header > .fsElementTitle:after {
  display: none;
}
.portal-yellow.portal-events.fsCalendar.fsList > header > .fsElementHeaderContent {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 9px;
}
.portal-yellow.portal-events.fsCalendar.fsList article {
  padding: 0 0 14px;
}

.portal-purple > header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #6c4099;
}
.portal-purple > header > .fsElementTitle {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 1px;
  padding-bottom: 10px;
  color: #6c4099;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.portal-purple > header > .fsElementTitle:after {
  display: none;
}
.portal-purple > header > .fsElementHeaderContent {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 9px;
}

.portal-aqua > header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #0093b2;
}
.portal-aqua > header > .fsElementTitle {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 1px;
  padding-bottom: 10px;
  color: #0093b2;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.portal-aqua > header > .fsElementTitle:after {
  display: none;
}
.portal-aqua > header > .fsElementHeaderContent {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 9px;
}

.portal-blue > header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #005596;
}
.portal-blue > header > .fsElementTitle {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 1px;
  padding-bottom: 10px;
  color: #005596;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.portal-blue > header > .fsElementTitle:after {
  display: none;
}
.portal-blue > header > .fsElementHeaderContent {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 9px;
}

.portal-nav-buttons.fsNavigation {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border: 0 !important;
}
.portal-nav-buttons.fsNavigation ul, .portal-nav-buttons.fsNavigation li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portal-nav-buttons.fsNavigation ul {
  zoom: 1;
  margin-left: -5px;
  margin-right: -5px;
}
.portal-nav-buttons.fsNavigation ul:after {
  display: table;
  clear: both;
  content: '';
}
.portal-nav-buttons.fsNavigation li {
  float: left;
  display: block;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.portal-nav-buttons.fsNavigation li:nth-of-type(8n-7) a, .portal-nav-buttons.fsNavigation li:nth-of-type(8n-6) a {
  background-color: #0093d5;
  color: #ffffff;
}
.portal-nav-buttons.fsNavigation li:nth-of-type(8n-7) a:hover, .portal-nav-buttons.fsNavigation li:nth-of-type(8n-6) a:hover {
  background-color: #0081bc;
  color: #ffffff;
}
.portal-nav-buttons.fsNavigation li:nth-of-type(8n-5) a, .portal-nav-buttons.fsNavigation li:nth-of-type(8n-4) a {
  background-color: #005596;
  color: #ffffff;
}
.portal-nav-buttons.fsNavigation li:nth-of-type(8n-5) a:hover, .portal-nav-buttons.fsNavigation li:nth-of-type(8n-4) a:hover {
  background-color: #00477d;
  color: #ffffff;
}
.portal-nav-buttons.fsNavigation li:nth-of-type(8n-3) a, .portal-nav-buttons.fsNavigation li:nth-of-type(8n-2) a {
  background-color: #fdb81f;
  color: #ffffff;
}
.portal-nav-buttons.fsNavigation li:nth-of-type(8n-3) a:hover, .portal-nav-buttons.fsNavigation li:nth-of-type(8n-2) a:hover {
  background-color: #fdb006;
  color: #ffffff;
}
.portal-nav-buttons.fsNavigation li:nth-of-type(8n-1) a, .portal-nav-buttons.fsNavigation li:nth-of-type(8n) a {
  background-color: #f36f21;
  color: #ffffff;
}
.portal-nav-buttons.fsNavigation li:nth-of-type(8n-1) a:hover, .portal-nav-buttons.fsNavigation li:nth-of-type(8n) a:hover {
  background-color: #ee600d;
  color: #ffffff;
}
.portal-nav-buttons.fsNavigation li:nth-last-of-type(1) a, .portal-nav-buttons.fsNavigation li:nth-last-of-type(2) a {
  margin-bottom: 0;
}
.portal-nav-buttons.fsNavigation a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 40px 15px 40px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  display: block;
  width: auto;
  min-width: 0;
  padding: 10px 10px 10px;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.portal-nav-container {
  background-color: #edf3f9;
  border: 0 !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 41px;
}
.portal-nav-container > .fsElementContent > .fsElement {
  margin-bottom: 29px;
}
.portal-nav-container > .fsElementContent > .fsElement > header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
}
.portal-nav-container > .fsElementContent > .fsElement > header > .fsElementTitle {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 1px;
  padding-bottom: 10px;
  color: #005596;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.portal-nav-container > .fsElementContent > .fsElement > header > .fsElementTitle:after {
  display: none;
}
.portal-nav-container > .fsElementContent > .fsElement > header > .fsElementHeaderContent {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 9px;
}
.portal-nav-container > .fsElementContent > .fsElement > header > .fsElementTitle {
  margin-bottom: 2px;
}
.portal-nav-container > .fsElementContent > div:last-child,
.portal-nav-container > .fsElementContent > section:last-child {
  margin-bottom: 0;
}

.portal-student-updates.fsNavigation ul, .portal-student-updates.fsNavigation li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portal-student-updates.fsNavigation ul {
  color: #414141;
  font-size: 16px;
  line-height: 27px;
}
.portal-student-updates.fsNavigation li {
  display: block;
  padding-left: 14px;
  position: relative;
}
.portal-student-updates.fsNavigation li:before {
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 20px;
  position: absolute;
  top: 0.6em;
  left: 0;
  background-color: #c8cddb;
}
.portal-student-updates.fsNavigation a {
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}
.portal-student-updates.fsNavigation a:hover {
  color: #005696;
}

.portal-operating-hours.fsCalendar article {
  padding: 0;
}
.portal-operating-hours.fsCalendar .fsDate {
  display: none;
}
.portal-operating-hours.fsCalendar .fsTitle {
  display: block;
  padding-left: 14px;
  padding-bottom: 0;
  position: relative;
  color: #414141;
  font-size: 16px;
  line-height: 27px;
}
.portal-operating-hours.fsCalendar .fsTitle:before {
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 20px;
  position: absolute;
  top: 0.6em;
  left: 0;
  background-color: #c8cddb;
}
.portal-operating-hours.fsCalendar .fsTitle a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.portal-operating-hours.fsCalendar .fsTitle a:hover {
  color: #005696;
}

.portal-birthdays.fsCalendar {
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 36px;
  color: #ffffff;
}
#fsBannerLeft > .fsBanner > .portal-birthdays.fsCalendar {
  padding-top: 23px;
}
.portal-birthdays.fsCalendar > header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ffea00;
  margin-bottom: 12px;
}
.portal-birthdays.fsCalendar > header > .fsElementTitle {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 1px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.portal-birthdays.fsCalendar > header > .fsElementTitle:after {
  display: none;
}
.portal-birthdays.fsCalendar > header > .fsElementHeaderContent {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 9px;
}
.portal-birthdays.fsCalendar article {
  padding: 0;
}
.portal-birthdays.fsCalendar article .fsTitle {
  padding-bottom: 1px;
}
.portal-birthdays.fsCalendar article .fsDayName {
  display: none;
}
.portal-birthdays.fsCalendar article .fsDate {
  padding-bottom: 7px;
  padding-left: 2px;
  font-size: 44px;
  line-height: normal;
}
.portal-birthdays.fsCalendar article:nth-of-type(n+2) .fsDate {
  display: none;
}

/*! pages - PMAC Theme & Microsite Homepage v0.0.1 */
.pmac #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.pmac #fsPageContent {
  margin-bottom: 0;
}
.pmac .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}
.pmac .hero-multimedia.fsMediaCustomPlayer {
  position: relative;
  background-color: #000105;
}
.pmac .hero-multimedia.fsMediaCustomPlayer .multimedia-slide {
  opacity: 0;
  transition: opacity 2s ease;
}
.pmac .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current {
  opacity: 1;
}
.pmac .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current .caption-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 360px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current .caption-wrapper {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current .caption-wrapper {
    width: 100%;
  }
}
.pmac .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current:after {
  right: 0;
  opacity: 1;
}
.pmac .hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper:before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 93.5483870968%;
}
@media (min-width: 500px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper:before {
    padding-bottom: 56.839309429%;
  }
}
@media (min-width: 900px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper:before {
    height: 100vh;
    padding-bottom: 0;
  }
}
.pmac .hero-multimedia.fsMediaCustomPlayer .caption-wrapper {
  padding: 0;
  max-width: 0px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 33px;
  z-index: 999999;
  background: none;
  overflow: hidden;
  transition: max-width 1s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 360px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .caption-wrapper {
    left: 0;
    right: auto;
  }
}
@media (min-width: 500px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .caption-wrapper {
    bottom: 33px;
  }
}
@media (min-width: 900px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .caption-wrapper {
    bottom: 120px;
  }
}
.pmac .hero-multimedia.fsMediaCustomPlayer .caption-title {
  display: none;
}
.pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc {
  zoom: 1;
  width: 100vw;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 20px;
  left: 0;
  top: auto;
  bottom: 0;
  font-family: "alto-pro", sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  background: none;
}
.pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc:after {
  display: table;
  clear: both;
  content: '';
}
@media (max-width: 899px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc {
    padding: 21px 0 0 0;
    line-height: 19px;
  }
}
@media (min-width: 900px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc {
    font-size: 60px;
    text-align: left;
  }
}
.pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc > * {
  clear: both;
}
.pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc h1 {
  display: block;
  float: left;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  font-size: 40px;
  line-height: 40px;
  font-family: 'alto-pro-con', sans-serif;
}
.pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 7px;
  z-index: 0;
  background-color: #6c4099;
}
@media (min-width: 900px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc h1:before {
    top: 16px;
    bottom: 14px;
  }
}
.pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc h1 span {
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc h1 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 900px) {
  .pmac .hero-multimedia.fsMediaCustomPlayer .caption-desc h1 {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: -5px;
    font-size: 80px;
    line-height: 80px;
  }
}
.pmac .calendar-custom {
  zoom: 1;
  padding-top: 48px;
}
.pmac .calendar-custom:after {
  display: table;
  clear: both;
  content: '';
}
.pmac .panel-orange > .fsElementContent {
  background-color: #f68820;
}
@media (max-width: 699px) {
  body:not(.fsComposeMode) .panel-full-boundry.panel-orange > .fsElementContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pmac .panel-orange > .fsElementContent:before {
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
}
@media (min-width: 900px) {
  .pmac .panel-orange > .fsElementContent:before {
    height: 55px;
  }
}
.pmac .panel-orange .fsTwoColumnLayout:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 170px;
  width: 105px;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
  color: #f79334;
  font-size: 170px;
  line-height: 170px;
}
@media (min-width: 700px) {
  .pmac .panel-orange .fsTwoColumnLayout:before {
    height: 270px;
    width: 294px;
    right: -302px;
    font-size: 270px;
    line-height: 270px;
  }
}
@media (max-width: 699px) {
  .pmac .panel-orange .fsStyleColumn {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 700px) {
  .pmac .panel-orange .fsStyleColumn {
    float: left;
    padding-right: 1.25em;
    padding-left: 1.25em;
    margin-bottom: 60px;
  }
}
.pmac .panel-orange .fsStyleColumn-1 {
  padding-top: 46px;
}
@media (min-width: 700px) {
  .pmac .panel-orange .fsStyleColumn-1 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .pmac .panel-orange .fsStyleColumn-1 {
    width: calc(100% - 400px);
    padding-left: 48px;
  }
}
.pmac .panel-orange .fsStyleColumn-2 {
  padding-top: 25px;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .pmac .panel-orange .fsStyleColumn-2 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .pmac .panel-orange .fsStyleColumn-2 {
    width: 400px;
    margin-bottom: 0px;
  }
}
.pmac .panel-orange .fsStyleColumn-2 img {
  display: block;
}
.pmac .panel-orange .fsStyleColumn-2 br {
  display: none;
}
.pmac .panel-orange .fsStyleColumn-2 p {
  margin: 0;
}
.pmac .panel-green {
  padding-top: 60px;
}
.pmac .panel-green > .fsElementContent {
  background-color: #0293b2;
}
@media (max-width: 699px) {
  body:not(.fsComposeMode) .panel-full-boundry.panel-green > .fsElementContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pmac .panel-green > .fsElementContent:before {
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
@media (min-width: 700px) {
  .pmac .panel-green > .fsElementContent:before {
    display: none;
  }
}
@media (max-width: 699px) {
  .pmac .panel-green .fsTwoColumnLayout {
    padding-bottom: 52px;
  }
}
.pmac .panel-green .fsTwoColumnLayout:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 170px;
  width: 105px;
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: -1;
  color: #00a2be;
  font-size: 170px;
  line-height: 170px;
}
@media (min-width: 700px) {
  .pmac .panel-green .fsTwoColumnLayout:before {
    height: 270px;
    width: 294px;
    right: -302px;
    font-size: 270px;
    line-height: 270px;
  }
}
@media (max-width: 699px) {
  .pmac .panel-green .fsStyleColumn {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 700px) {
  .pmac .panel-green .fsStyleColumn {
    float: left;
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
@media (min-width: 700px) {
  .pmac .panel-green .fsStyleColumn-1 {
    margin-top: -60px;
  }
}
@media (min-width: 700px) {
  .pmac .panel-green .fsStyleColumn-1 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .pmac .panel-green .fsStyleColumn-1 {
    width: 400px;
  }
}
.pmac .panel-green .fsStyleColumn-1 img {
  display: block;
}
.pmac .panel-green .fsStyleColumn-1 br {
  display: none;
}
.pmac .panel-green .fsStyleColumn-1 p {
  margin: 0;
}
.pmac .panel-green .fsStyleColumn-2 {
  padding-top: 26px;
}
@media (min-width: 700px) {
  .pmac .panel-green .fsStyleColumn-2 {
    padding-top: 46px;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .pmac .panel-green .fsStyleColumn-2 {
    width: calc(100% - 400px);
    padding-left: 48px;
  }
}
.pmac .panel-featured-content {
  color: #ffffff;
}
.pmac .panel-featured-content .fsElementTitle {
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000104;
  letter-spacing: 0.11em;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.0835em;
}
.pmac .panel-featured-content .fsElementTitle:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pmac .panel-featured-content .fsElementTitle:after {
  opacity: 0.2;
}
.pmac .panel-featured-content header {
  margin-bottom: 24px;
}
.pmac .panel-featured-content .fsElementContent > *:last-child {
  margin-bottom: 0;
}
.pmac .panel-featured-content h1, .pmac .panel-featured-content h2, .pmac .panel-featured-content h3, .pmac .panel-featured-content h4, .pmac .panel-featured-content h5, .pmac .panel-featured-content h6 {
  color: #ffffff;
}
.pmac .panel-featured-content h1 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'alto-pro-con', sans-serif;
  margin-bottom: 14px;
}
.pmac .panel-featured-content ul {
  list-style: none;
  padding-left: 0;
}
.pmac .panel-featured-content .fs_style_76 {
  display: inline-block;
  margin-top: 9px;
  position: relative;
  color: #fee900;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pmac .panel-featured-content .fs_style_76:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fee900;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pmac .panel-featured-content .fs_style_76:hover:after {
  opacity: 1;
}

.fsHasTheme3.fsComposeMode #fsHeader {
  position: static;
}
@media (min-width: 900px) {
  .has-hero:not(.has-hero-holder) .fsHasTheme3 #fsPageWrapper {
    padding-top: 0px;
  }
}
.fsHasTheme3 .nav-sub-mobile.nav-main-full {
  display: none;
}
.fsHasTheme3 #fsPageWrapper {
  padding-top: 100px;
  background-color: #ffffff;
}
@media (min-width: 1180px) {
  .fsHasTheme3 #fsPageWrapper {
    padding-top: 136px;
  }
}
.fsHasTheme3 #fsPageWrapper > .off-canvas-toggle {
  position: fixed;
  z-index: 101;
}
.fsHasTheme3.fsAccountBarVisible #fsPageWrapper > .off-canvas-toggle {
  top: 45px;
}
.fsHasTheme3 #fsHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 1, 5, 0.85);
}
.fsHasTheme3.fsAccountBarVisible #fsHeader {
  top: 45px;
}
.fsHasTheme3 #fsFooter {
  background-color: #000105;
}
.fsHasTheme3 #fsFooter .fsBanner {
  padding-top: 50px;
}
.fsHasTheme3 .nav-sub-mobile.nav-main-full {
  background-color: #f3f3f3;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-width: 20px;
}
.fsHasTheme3 .nav-sub-mobile.nav-main-full .menu-toggle {
  display: block;
}
.fsHasTheme3 .nav-sub-mobile.nav-main-full .fsNavLevel1 > li {
  background-color: #000105;
}
.fsHasTheme3 .nav-sub-mobile.nav-main-full .fsNavLevel1 > li > a {
  padding: 21px 24px 18px;
}
.fsHasTheme3 .nav-sub-mobile.nav-main-full .fsNavLevel1 > li > .menu-toggle {
  height: 60px;
  width: 60px;
  top: 0px;
  right: 0px;
}
.fsHasTheme3 .nav-sub-mobile.nav-main-full .fsNavLevel1 > li > .menu-toggle:before {
  content: '\f0da';
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #808080;
  font-size: 18px;
}
.fsHasTheme3 .nav-sub-mobile.nav-main-full .fsNavLevel1 > li > .fsNavPageInfo {
  padding-left: 35px;
  padding-right: 35px;
  background-color: #f3f3f3;
}
.fsHasTheme3 .nav-sub-mobile.nav-main-full .fsNavLevel1 > li > .fsNavPageInfo > ul {
  padding-top: 21px;
  padding-bottom: 37px;
}
.fsHasTheme3 .nav-sub-mobile.nav-main-full .fsNavLevel1 > li > .fsNavPageInfo a {
  color: #414141;
  padding: 13px 3px 9px;
  border-bottom: 1px dotted #d8d8d8;
}
@media (min-width: 1180px) {
  .fsHasTheme3 .off-canvas-toggle {
    display: none;
  }
}
.fsHasTheme3 .off-canvas-toggle > span {
  color: #ffffff;
}
.fsHasTheme3 .off-canvas-toggle-icon {
  right: 31px;
}
.fsHasTheme3 .off-canvas-toggle-icon span {
  background-color: #ffffff;
}
.off-canvas-active body.fsHasTheme3 .off-canvas-toggle-icon span {
  background-color: #808080;
}
.fsHasTheme3 #fsMenu .tierInfo {
  display: none;
}
.fsHasTheme3 .fsMenu {
  padding-top: 64px;
  background-color: #000105;
}
@media (min-width: 960px) {
  .fsHasTheme3 .fsMenu {
    width: 320px;
  }
}
.fsHasTheme3 .fsMenu:before {
  display: none;
}
.fsHasTheme3 .fsMenu .pmac-quicklinks {
  padding-bottom: 40px;
}
.fsHasTheme3 .fsMenu .pmac-quicklinks ul {
  -moz-columns: 1;
  columns: 1;
}
.fsHasTheme3 .fsMenu .pmac-buy-tickets {
  float: none;
  margin-bottom: 40px;
}
.fsHasTheme3 .fsMenu .pmac-back {
  margin-left: -20px;
  width: calc(100% + 40px);
  text-align: center;
}
@media (min-width: 320px) {
  .fsHasTheme3 .fsMenu .pmac-back {
    width: auto;
    margin-left: 0;
    text-align: left;
  }
}
@media (min-width: 600px) {
  .fsHasTheme3 .fsMenu .pmac-back {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.fsHasTheme3 .fsMenu .pmac-back a {
  display: inline-block;
}
@media (min-width: 320px) {
  .fsHasTheme3 .fsMenu .pmac-back a {
    display: block;
  }
}
.fsHasTheme3 .pmac-back a {
  display: block;
  position: relative;
  padding-left: 23px;
  color: #a7a9ac;
  font-size: 14px;
  font-style: italic;
}
.fsHasTheme3 .pmac-back a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
}
.fsHasTheme3 .pmac-back a em {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  padding-left: 3px;
}
.fsHasTheme3 .nav-main-full {
  padding-bottom: 43px;
}
.fsHasTheme3 .nav-main-full .menu-toggle {
  display: none;
}
@media (min-width: 960px) {
  .fsHasTheme3 .nav-main-full .fsNavLevel1 {
    width: auto;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .fsHasTheme3 .nav-main-full .fsNavLevel1 > li {
    max-width: none;
  }
}
.fsHasTheme3 .nav-main-full .fsNavLevel1 > li > a {
  display: block;
  margin: 0 auto;
  padding: 15px 0 13px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.065em;
  border-bottom: 1px solid #3f4142;
}
.fsHasTheme3 .nav-main-full .fsNavLevel1 > li > a:after {
  display: none;
}
.fsHasTheme3 .off-canvas-watermark {
  display: none;
}

.header-pmac {
  zoom: 1;
  padding-right: 60px;
}
.header-pmac:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 1180px) {
  .header-pmac {
    padding-right: 0;
  }
}
.header-pmac .pmac-buy-tickets {
  float: right;
  display: none;
}
@media (min-width: 1180px) {
  .header-pmac .pmac-buy-tickets {
    display: block;
  }
}

.header-pmac-top {
  background: #000105;
  display: none;
}
@media (min-width: 1180px) {
  .header-pmac-top {
    display: block;
  }
}
.header-pmac-top > .fsElementContent {
  padding-left: 20px;
  padding-right: 20px;
}
.header-pmac-top .pmac-back a {
  padding-top: 6px;
  padding-bottom: 4px;
  color: #a1a3a5;
}
.header-pmac-top .pmac-back a:hover {
  color: #ffffff;
}

.header-pmac-bottom {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-pmac-bottom > .fsElementContent {
  zoom: 1;
}
.header-pmac-bottom > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}

.pmac-logo {
  float: left;
}
.pmac-logo img {
  display: block;
}
.pmac-logo a {
  display: block;
}

.nav-main-pmac {
  float: right;
  display: none;
}
@media (min-width: 1180px) {
  .nav-main-pmac {
    display: block;
  }
}
.nav-main-pmac ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-main-pmac ul.fsNavLevel1 {
  display: block;
}
.nav-main-pmac li {
  display: inline-block;
}
.nav-main-pmac a {
  display: inline-block;
  height: 50px;
  padding-top: 17px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nav-main-pmac a:after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 25px;
  bottom: 10px;
  right: 25px;
  opacity: 0;
  background: #ffffff;
  transition: opacity 0.3s ease;
}
.nav-main-pmac a:hover:after {
  opacity: 0.3;
}

.footer-pmac {
  padding-bottom: 30px;
}
.footer-pmac .fsStyleColumn {
  float: none;
  margin-bottom: 25px;
}
@media (min-width: 900px) {
  .footer-pmac .fsStyleColumn {
    float: left;
  }
}
@media (min-width: 900px) {
  .footer-pmac .fsStyleColumn-1 {
    width: 35.2459016393%;
  }
}
.footer-pmac .fsStyleColumn-2 {
  margin-bottom: 39px;
}
@media (min-width: 900px) {
  .footer-pmac .fsStyleColumn-2 {
    margin-bottom: 20px;
    width: 40.6557377049%;
  }
}
@media (min-width: 900px) {
  .footer-pmac .fsStyleColumn-3 {
    width: 24.0983606557%;
  }
}
.footer-pmac .pmac-buy-tickets {
  float: left;
  clear: right;
}
@media (min-width: 900px) {
  .footer-pmac .pmac-buy-tickets {
    float: right;
  }
}

.school-details-pmac {
  color: #ffffff;
}

.pmac-quicklinks {
  padding-top: 8px;
}
.pmac-quicklinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 400px) {
  .pmac-quicklinks ul {
    -moz-columns: 2;
    columns: 2;
  }
}
.pmac-quicklinks li {
  display: block;
}
.pmac-quicklinks a {
  display: block;
  padding: 2px 0;
  color: #a7a9ac;
  font-size: 16px;
  font-weight: 600;
}
.pmac-quicklinks a:hover {
  color: #ffffff;
}

.pmac-buy-tickets p {
  margin: 0;
}
.pmac-buy-tickets a.fs_style_67 {
  display: block;
  height: 50px;
  padding: 13px 33px 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.pmac-buy-tickets a.fs_style_75 {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  background-color: transparent;
  transition: all 0.3s ease;
}
.pmac-buy-tickets a.fs_style_75:hover {
  border-color: #6c4099;
  background-color: #6c4099;
}

figure {
  margin: 0 !important;
}

.fsResourceElement.fsGrid .fsListItems {
  -ms-flex-pack: center;
  justify-content: center;
}
.fsResourceElement.fsGrid .fsResource.fsResourceTypeImage {
  margin: 15px;
  vertical-align: top;
  width: 200px;
  height: 132px;
  position: relative;
  background-color: #C3C5CC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.fsResourceElement.fsGrid .fsResource.fsResourceTypeImage img {
  opacity: 0;
  visibility: hidden;
}

.fsDialogCloseButton:focus:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fsDialogCloseButton:focus:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
