 /**
 *
 * The Production Build - build
 * @link http://isboston.redesign.finalsite.com/
 * Built By: Josh Webb
 * Project Manager: Laurie Murphy
 * Designer: Holly Fehr
 *
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts//icomoon.eot");
  src: url("../fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//icomoon.woff2") format("woff2"), url("../fonts//icomoon.woff") format("woff"), url("../fonts//icomoon.ttf") format("truetype"), url("../fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1,
.alpha {
  margin-top: 0;
  font-family: "adrianna", sans-serif;
  font-weight: normal;
  color: #002144;
  font-size: 1.7333333333em;
  line-height: 1.0769230769em;
  margin-bottom: 0.6153846154em;
  font-family: "adonis-web", serif;
  font-weight: 600;
}

h2,
.beta {
  margin-top: 0;
  font-family: "adrianna", sans-serif;
  font-weight: normal;
  color: #002144;
  font-size: 1.5333333333em;
  line-height: 1.0869565217em;
  margin-bottom: 0.6956521739em;
}

h3,
.gamma {
  margin-top: 0;
  font-family: "adrianna", sans-serif;
  font-weight: normal;
  color: #002144;
  font-size: 1.3333333333em;
  line-height: 1.1em;
  margin-bottom: 0.8em;
}

h4,
.delta {
  margin-top: 0;
  font-family: "adrianna", sans-serif;
  font-weight: normal;
  color: #002144;
  font-size: 1.4666666667em;
  line-height: 1.0909090909em;
  margin-bottom: 0.7272727273em;
}

h5,
.epsilon {
  margin-top: 0;
  font-family: "adrianna", sans-serif;
  font-weight: normal;
  color: #002144;
  font-size: 1.1333333333em;
  line-height: 1.1176470588em;
  margin-bottom: 0.9411764706em;
  font-style: italic;
}

h6,
.zeta {
  margin-top: 0;
  font-family: "adrianna", sans-serif;
  font-weight: normal;
  color: #002144;
  font-size: 0.8666666667em;
  line-height: 1.1538461538em;
  margin-bottom: 1em;
  font-family: "adonis-web", serif;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

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

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

table.styled,
table.fs_style_33,
table.fs_style_34 {
  margin-bottom: 1.3333333333em;
  width: 100%;
}
table.styled th,
table.styled td,
table.fs_style_33 th,
table.fs_style_33 td,
table.fs_style_34 th,
table.fs_style_34 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th,
table.fs_style_33 th,
table.fs_style_34 th {
  padding: 1.3333333333em;
  text-align: left;
  background: #002144;
  color: #fff;
}
table.styled td,
table.fs_style_33 td,
table.fs_style_34 td {
  padding: 0.6666666667em 1.3333333333em;
  background: #f4f4f4;
}
table.styled tr:nth-of-type(odd) td {
  background-color: #ffffff;
}
table.fs_style_33 tr:nth-of-type(odd) td {
  background-color: #ffffff;
}
table.fs_style_34 tr:nth-of-type(odd) td {
  background-color: #ffffff;
}

table.fs_style_34 tr:first-child td {
  text-transform: uppercase;
  background: none;
  font-weight: 600;
  color: #002144;
}

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #282828;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #191919;
  color: #fff;
}
#fsBannerRight .fsLoadMoreButton {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fsLoadMoreButton {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fsLoadMoreButton {
  width: 100%;
  text-align: center;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}

.button, .fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #96ca50;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.button:hover,
.fs_style_27:hover {
  background: #88c13a;
  color: #fff;
}
#fsBannerRight .button,
#fsBannerRight .fs_style_27 {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .button, #fsBannerLeft .fs_style_27 {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .button, .fsStyleOneThird .fs_style_27 {
  width: 100%;
  text-align: center;
}
.button em, .fs_style_27 em {
  display: block;
  font-style: normal;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #00205b;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.fs_style_28:hover {
  background: #00153c;
  color: #fff;
}
#fsBannerRight .fs_style_28 {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fs_style_28 {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fs_style_28 {
  width: 100%;
  text-align: center;
}
.fs_style_28 em {
  display: block;
  font-style: normal;
}

.fs_style_39 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #ffd100;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.fs_style_39:hover {
  background: #e0b800;
  color: #fff;
}
#fsBannerRight .fs_style_39 {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fs_style_39 {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fs_style_39 {
  width: 100%;
  text-align: center;
}
.fs_style_39 em {
  display: block;
  font-style: normal;
}

.fs_style_40 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #5c068c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.fs_style_40:hover {
  background: #49056f;
  color: #fff;
}
#fsBannerRight .fs_style_40 {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fs_style_40 {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fs_style_40 {
  width: 100%;
  text-align: center;
}
.fs_style_40 em {
  display: block;
  font-style: normal;
}

.fs_style_41 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #b4035b;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.fs_style_41:hover {
  background: #96024c;
  color: #fff;
}
#fsBannerRight .fs_style_41 {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fs_style_41 {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fs_style_41 {
  width: 100%;
  text-align: center;
}
.fs_style_41 em {
  display: block;
  font-style: normal;
}

.fs_style_42 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #96ca50;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 20px;
  padding: 1em 2em 1.7em;
  position: relative;
  line-height: 1.1em;
}
.fs_style_42:hover {
  background: #88c13a;
  color: #fff;
}
#fsBannerRight .fs_style_42 {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fs_style_42 {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fs_style_42 {
  width: 100%;
  text-align: center;
}
.fs_style_42 em {
  display: block;
  font-style: normal;
}
.fs_style_42:after {
  display: block;
  content: '';
  width: 20%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fs_style_42:hover {
  background: #8ac43c;
}

.fs_style_44 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #ffd100;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 20px;
  padding: 1em 2em 1.7em;
  position: relative;
  line-height: 1.1em;
}
.fs_style_44:hover {
  background: #e0b800;
  color: #fff;
}
#fsBannerRight .fs_style_44 {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fs_style_44 {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fs_style_44 {
  width: 100%;
  text-align: center;
}
.fs_style_44 em {
  display: block;
  font-style: normal;
}
.fs_style_44:after {
  display: block;
  content: '';
  width: 20%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fs_style_44:hover {
  background: #e6bc00;
}

.fs_style_43 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #5c068c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 20px;
  padding: 1em 2em 1.7em;
  position: relative;
  line-height: 1.1em;
}
.fs_style_43:hover {
  background: #49056f;
  color: #fff;
}
#fsBannerRight .fs_style_43 {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fs_style_43 {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fs_style_43 {
  width: 100%;
  text-align: center;
}
.fs_style_43 em {
  display: block;
  font-style: normal;
}
.fs_style_43:after {
  display: block;
  content: '';
  width: 20%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fs_style_43:hover {
  background: #4c0574;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #00205b;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 20px;
  padding: 1em 2em 1.7em;
  position: relative;
  line-height: 1.1em;
}
.fs_style_29:hover {
  background: #00153c;
  color: #fff;
}
#fsBannerRight .fs_style_29 {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fs_style_29 {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fs_style_29 {
  width: 100%;
  text-align: center;
}
.fs_style_29 em {
  display: block;
  font-style: normal;
}
.fs_style_29:after {
  display: block;
  content: '';
  width: 20%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fs_style_29:hover {
  background: #001742;
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #b4035b;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 20px;
  padding: 1em 2em 1.7em;
  position: relative;
  line-height: 1.1em;
}
.fs_style_30:hover {
  background: #96024c;
  color: #fff;
}
#fsBannerRight .fs_style_30 {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fs_style_30 {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fs_style_30 {
  width: 100%;
  text-align: center;
}
.fs_style_30 em {
  display: block;
  font-style: normal;
}
.fs_style_30:after {
  display: block;
  content: '';
  width: 20%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fs_style_30:hover {
  background: #9b034e;
}

body:not(.fsComposeMode) .globe-button {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  color: #fff;
  height: 210px;
  width: 210px;
  overflow: hidden;
  margin: 0 auto 1em;
  background: #002144 url("../images/globe_button.png") no-repeat 50% 50%;
  background-size: 210px 210px;
  transition: all .3s linear;
}
body:not(.fsComposeMode) .globe-button a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 210px;
  display: block;
  height: 100%;
  width: 100%;
}
body:not(.fsComposeMode) .globe-button:hover {
  background-color: #05589e;
}
body:not(.fsComposeMode) .globe-button:hover a {
  color: #fff;
}

body:not(.fsComposeMode) #fsBannerLeft .globe-button,
body:not(.fsComposeMode) #fsBannerRight .globe-button {
  display: block;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_35 {
  font-size: 20px;
  line-height: 28px;
  color: #0d2c6c;
  font-family: "adonis-web", serif;
  font-weight: 600;
}

.fs_style_31, .fs_style_45 {
  position: relative;
  margin: 30px 0;
  padding: 0 20px 0 30px;
  line-height: 1.2em;
  font-family: "adonis-web", serif;
  font-weight: 600;
  font-size: 22px;
  color: #002144;
  font-style: italic;
}
.fs_style_31:before, .fs_style_45:before, .fs_style_31:after, .fs_style_45:after {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  content: '';
  line-height: 1em;
  background: url("../images/quote-icon.svg") no-repeat 50% 50%;
  background-size: 20px 17px;
}
.fs_style_31:before, .fs_style_45:before {
  left: 0;
  top: 0;
}
.fs_style_31:after, .fs_style_45:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
  bottom: 0;
}
.fs_style_31 em, .fs_style_45 em {
  display: block;
  font-weight: normal;
  color: #666;
  font-style: normal;
  font-size: 18px;
}

.fs_style_45 {
  font-size: 17px;
  line-height: 22px;
  padding: 0 18px 0 22px;
}
.fs_style_45:before, .fs_style_45:after {
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  content: '';
  line-height: 1em;
  background: url("../images/quote-icon.svg") no-repeat 50% 50%;
  background-size: 16px 14px;
}
.fs_style_45 em {
  font-size: 16px;
}

.fs_style_36 {
  font-family: "adonis-web", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  color: #666;
}
.fs_style_36.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .fs_style_36.left {
    width: 50%;
  }
}
.fs_style_36.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .fs_style_36.right {
    width: 50%;
  }
}

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #e5e5e5;
}
.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  color: #96ca50;
}

.fsSlideshow .fsPager li button:before {
  color: #e5e5e5;
}

.fsSlideshow .fsPager li button:hover:before {
  color: #96ca50;
}

.fsSlideshow .fsPager li.slick-active button:before {
  color: #002144;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 8px 0 0;
  line-height: 12px;
  font-size: 12px;
  display: inline-block;
}
.slick-dots li button {
  border: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #fff;
  color: transparent;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  overflow: hidden;
  transition: all .3s linear;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #fff;
}

.slick-active {
  outline: none;
}

#fsPageContent .fsPageLayout img[style="float: left;"] {
  margin-right: 20px;
}
#fsPageContent .fsPageLayout img[style="float: right;"] {
  margin-left: 20px;
}

body:not(.fsComposeMode) .globe-buttons {
  padding: 50px 0;
  background: url("../images/dotted-line.gif") 0 0 repeat-x;
}
body:not(.fsComposeMode) .globe-buttons > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  background: #002144 url("../images/continents.svg") 0 0 no-repeat;
  background-size: cover;
  text-align: center;
}
@media (min-width: 750px) {
  body:not(.fsComposeMode) .globe-buttons > .fsElementContent {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body:not(.fsComposeMode) .globe-buttons .fsElement {
  display: block;
  color: #fff;
  position: relative;
  text-align: center;
  transition: all .3s linear;
  border-bottom: 1px solid #fff;
  background: none;
  padding: 10px;
  margin: 0 5px 5px;
}
@media (min-width: 750px) {
  body:not(.fsComposeMode) .globe-buttons .fsElement {
    display: inline-block;
    vertical-align: top;
    height: 210px;
    width: 210px;
    border-radius: 100%;
    border: 0;
    padding: 0;
  }
}
body:not(.fsComposeMode) .globe-buttons .fsElement a {
  color: #fff;
}
@media (min-width: 750px) {
  body:not(.fsComposeMode) .globe-buttons .fsElement a {
    display: block;
  }
}
body:not(.fsComposeMode) .globe-buttons .fsElement a:hover {
  color: #fff;
}
@media (min-width: 750px) {
  body:not(.fsComposeMode) .globe-buttons .fsElement:nth-child(1) {
    background: #002144 url("../images/continents.svg") 0 -30px no-repeat;
    background-size: 1179px 619px;
  }
  body:not(.fsComposeMode) .globe-buttons .fsElement:nth-child(2) {
    background: #002144 url("../images/continents.svg") -235px -40px no-repeat;
    background-size: 1179px 619px;
  }
  body:not(.fsComposeMode) .globe-buttons .fsElement:nth-child(3) {
    background: #002144 url("../images/continents.svg") -470px -40px no-repeat;
    background-size: 1179px 619px;
  }
  body:not(.fsComposeMode) .globe-buttons .fsElement:nth-child(4) {
    background: #002144 url("../images/continents.svg") -705px -40px no-repeat;
    background-size: 1179px 619px;
  }
  body:not(.fsComposeMode) .globe-buttons .fsElement:nth-child(5) {
    background: #002144 url("../images/continents.svg") -940px -40px no-repeat;
    background-size: 1179px 619px;
  }
}
body:not(.fsComposeMode) .globe-buttons .fsElement:hover {
  background-color: #095999;
}
body:not(.fsComposeMode) .globe-buttons .fsElement > .fsElementContent {
  font-size: 16px;
  font-family: "adonis-web", serif;
  line-height: 1.3em;
  font-weight: 600;
}
@media (min-width: 750px) {
  body:not(.fsComposeMode) .globe-buttons .fsElement > .fsElementContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
body:not(.fsComposeMode) .globe-buttons .fsElement > .fsElementContent p {
  margin: 0 0 5px;
}
body:not(.fsComposeMode) .globe-buttons .fsElement > .fsElementContent strong {
  text-transform: uppercase;
  font-family: "adrianna", sans-serif;
}
@media (min-width: 750px) {
  body:not(.fsComposeMode) .globe-buttons .fsElement > .fsElementContent strong {
    font-size: 22px;
  }
}

body:not(.fsComposeMode) .hover-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 300px 350px;
  max-width: 100%;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 400px) {
  body:not(.fsComposeMode) .hover-box {
    width: 300px;
  }
}
body:not(.fsComposeMode) .hover-box header {
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 33, 68, 0.7);
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  position: relative;
  opacity: 0;
  transition: all .3s linear;
}
body:not(.fsComposeMode) .hover-box header:hover {
  opacity: 1;
}
body:not(.fsComposeMode) .hover-box header a:hover {
  color: #fff !important;
}
body:not(.fsComposeMode) .hover-box header > .fsElementHeaderContent {
  position: absolute;
  padding: 20px;
  top: calc(50% - 40px);
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body:not(.fsComposeMode) .hover-box footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #282828;
  padding: 20px 0;
}

body:not(.fsComposeMode) .hover-box.no-footer {
  margin-bottom: 20px;
}
body:not(.fsComposeMode) .hover-box.no-footer header > .fsElementHeaderContent {
  top: 50%;
}

.text-box {
  padding: 20px;
  border: 1px solid #cecece;
  margin-bottom: 20px;
}

#fsFooter .footer-scores {
  background: #fff;
  margin-bottom: 0;
}
#fsFooter .footer-scores .fsElementTitle {
  background: #96ca50;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 14px 25px;
  margin: 0 auto;
  font-size: 17px;
}
#fsFooter .footer-scores .fsElementContent {
  background: #96ca50;
  padding: 30px 20px;
}
#fsFooter .footer-scores article {
  margin-bottom: 0;
  line-height: 1.2em;
}
#fsFooter .footer-scores article .fsDateTime {
  margin-bottom: 12px;
}
#fsFooter .footer-scores article .fsDate {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "adrianna", sans-serif;
}
#fsFooter .footer-scores article .fsDate .fsDayName {
  margin-right: 8px;
}
#fsFooter .footer-scores article a {
  color: #fff;
}
#fsFooter .footer-scores article .fsAthleticsVs {
  display: block;
}
#fsFooter .footer-scores article .fsAthleticsOpponentName {
  font-weight: 700;
}
#fsFooter .footer-scores article .fsAthleticsResultWrapper {
  display: block;
  text-transform: uppercase;
  clear: both;
  font-size: 11px;
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  margin: 14px auto;
}
#fsFooter .footer-scores article .fsAthleticsResult {
  background: #002144;
  padding: 3px 8px 3px 5px;
  margin: 0;
  position: relative;
}
#fsFooter .footer-scores article .fsAthleticsResult:after {
  display: block;
  content: '';
  width: 1px;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#fsFooter .footer-scores article .fsAthleticsScore {
  background: #002144;
  margin: 0 0 0 -4px;
  padding: 3px 5px 3px 8px;
}
#fsFooter .footer-scores article .fsAthleticsScore:before {
  display: inline-block;
  content: 'Score: ';
}
#fsFooter .footer-scores .slick-prev,
#fsFooter .footer-scores .slick-next {
  border: 0;
  padding: 0;
  color: transparent;
  height: 51px;
  width: 51px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 50px;
  background: none;
  outline: none;
}
#fsFooter .footer-scores .slick-prev:hover:before, #fsFooter .footer-scores .slick-prev:hover:after,
#fsFooter .footer-scores .slick-next:hover:before,
#fsFooter .footer-scores .slick-next:hover:after {
  color: #fff;
}
#fsFooter .footer-scores .slick-prev {
  left: 0;
}
#fsFooter .footer-scores .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8);
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
#fsFooter .footer-scores .slick-next {
  right: 0;
}
#fsFooter .footer-scores .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8);
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*Commerce Container iframe styles*/
.commerce-container iframe {
  width: 100%;
  height: 100vh;
}

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0;
  background: #00205b;
}
.landing #fsHeader {
  background: rgba(0, 32, 91, 0.5);
}
#fsHeader .header-top-section {
  position: relative;
  margin: 0 auto;
  max-width: 89.3333333333em;
  max-width: 83.75rem;
  padding-top: 28px;
  height: 110px;
  margin: 0 20px;
}
@media (min-width: 1340px) {
  #fsHeader .header-top-section {
    margin: 0 auto;
  }
}
@media (max-width: 374px) {
  #fsHeader .header-top-section {
    height: 150px;
    padding-top: 68px;
  }
}
#fsHeader .site-info-container {
  overflow: hidden;
  white-space: nowrap;
  width: 303px;
  float: left;
}
@media (max-width: 344px) {
  #fsHeader .site-info-container {
    width: 100%;
  }
}
#fsHeader .site-info-container a {
  display: block;
  padding: 20px 0;
  color: transparent;
  height: 67px;
  background: url("../images/logo.svg") no-repeat 0 50%;
  background-size: 303px 67px;
}
@media (max-width: 344px) {
  #fsHeader .site-info-container a {
    background-size: contain;
  }
}
#fsHeader .site-info-container a:hover {
  color: transparent;
}
#fsHeader .your-portal {
  display: none;
  float: right;
  vertical-align: top;
  margin-left: 30px;
}
@media (min-width: 1100px) {
  #fsHeader .your-portal {
    display: inline-block;
  }
}
#fsHeader .your-portal p {
  margin: 0;
}
#fsHeader .your-portal a {
  display: inline-block;
  color: #96ca50;
  font-family: "adonis-web", serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1em;
}
#fsHeader .your-portal a:after {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 10px;
  font-style: normal;
}
#fsHeader .your-portal a:hover {
  color: #fff;
}
#fsHeader .tagline {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
}
.landing #fsHeader .tagline {
  border: none;
}
#fsHeader .tagline .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  margin: 0 20px;
}
@media (min-width: 1180px) {
  #fsHeader .tagline .fsElementContent {
    margin: 0 auto;
  }
}
#fsHeader .tagline .fsElementContent p {
  color: #96ca50;
  background: url("../images/logo_tagline.svg") no-repeat 50% 15px;
  background-size: 209px 18px;
  font-family: "adonis-web", serif;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  padding: 40px 15px 15px;
  text-align: center;
}
@media (min-width: 500px) {
  #fsHeader .tagline .fsElementContent p {
    text-align: left;
    background: url("../images/logo_tagline.svg") no-repeat left 50%;
    background-size: 209px 18px;
    padding: 15px 0 15px 240px;
  }
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 0;
  text-align: center;
  color: #fff;
  background: #00205b;
}
#fsFooter .top-section {
  background: #fff url("../images/dotted-line.gif") 0 0 repeat-x;
  color: #282828;
  padding: 20px;
}
#fsFooter .top-section > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 66.6666666667em;
  max-width: 62.5rem;
}
#fsFooter .associations {
  text-align: center;
  padding: 0 20px;
}
#fsFooter .associations a {
  opacity: 1;
  transition: opacity .3s linear;
}
#fsFooter .associations a:hover {
  opacity: .7;
}
@media (min-width: 1000px) {
  #fsFooter .associations {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 50px;
  }
}
#fsFooter .associations figure {
  display: inline-block !important;
}
#fsFooter .social-container {
  margin: 30px 0;
}
@media (min-width: 1000px) {
  #fsFooter .social-container {
    display: inline-block;
    vertical-align: top;
  }
}
#fsFooter .copy-privacy {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
#fsFooter .copy-privacy a {
  display: inline-block;
  border-left: 1px solid #e5e5e5;
  padding: 0 0 0 10px;
  margin-left: 10px;
  color: #002144;
}
#fsFooter .copy-privacy a:hover {
  color: #96ca50;
}

.school-details {
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  zoom: 1;
}
.school-details:after {
  display: table;
  clear: both;
  content: '';
}
.school-details #footer-logo {
  display: block;
  color: transparent;
  height: 88px;
  width: 88px;
  background: url("../images/lib-isb-logo.svg") no-repeat 0 50%;
  background-size: 88px 88px;
  margin: 0 auto 1em;
}
@media (min-width: 750px) {
  .school-details #footer-logo {
    margin: 0 30px 0 0;
  }
}
.school-details #footer-logo:hover {
  color: transparent;
}
.school-details > div {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 750px) {
  .school-details > div {
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .school-details .grades-serving {
    display: block;
  }
}
.school-details span.campus1,
.school-details span.campus2 {
  display: block;
  margin-bottom: 1.5em;
}
@media (min-width: 750px) {
  .school-details .campus1 {
    width: calc(50% - 100px);
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .school-details .campus1 {
    top: 10px;
    text-align: center;
  }
}
@media (min-width: 750px) {
  .school-details .campus2 {
    text-align: left;
  }
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-family: "adrianna", sans-serif;
  font-weight: normal;
  color: #002144;
  font-size: 1.4666666667em;
  line-height: 1.0909090909em;
  margin-bottom: 0.7272727273em;
}
.school-details .addressName {
  color: #002144;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .school-details .addressName {
    font-size: 16px;
  }
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
@media (min-width: 1000px) {
  .school-details [itemprop='streetAddress'] {
    display: inline-block;
  }
}
.school-details [itemprop='telephone'] {
  display: inline-block;
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details a {
  color: inherit;
}

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

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

html {
  font-family: "adrianna", sans-serif;
  background: #00205b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

body {
  font-size: 0.9375em;
  line-height: 1.6666666667;
  color: #282828;
}

.load-hider {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  background: #002144;
  transition: all .3s linear;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: 9000;
  /* Higher than anything else in the document */
}
.load-hider.done {
  display: none;
  z-index: -999;
}

#fsPageWrapper {
  overflow: hidden;
  position: relative;
}
.landing #fsPageWrapper {
  background-size: auto 530px !important;
}
@media (min-width: 1560px) {
  .landing #fsPageWrapper {
    background-size: 100% auto !important;
  }
}

#fsPageBodyWrapper {
  padding-right: 1.3333333333em;
  padding-left: 1.3333333333em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
.landing #fsPageBodyWrapper {
  margin-top: 330px;
}
@media (min-width: 600px) {
  .landing #fsPageBodyWrapper {
    margin-top: 360px;
  }
}

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

body:not(.fsComposeMode) .landing-image {
  display: none;
}

.landing .fsPageTitle {
  position: relative;
  top: -80px;
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  margin: -1em 0 0 0;
  line-height: 1em;
  color: #fff;
}

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

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

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

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

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

@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%;
  }
}

#fsPoweredByFinalsite {
  width: 132px;
  margin: 20px auto;
  background-color: red;
}
@media (min-width: 1000px) {
  #fsPoweredByFinalsite {
    position: absolute;
    bottom: 0;
    right: 30px;
  }
}

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

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 1100px) {
  #fsHeader .nav-main {
    display: block;
    width: calc(100% - 406px);
    position: absolute;
    bottom: -56px;
    right: 0;
    z-index: 500;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-main .fsNavLevel1 > li {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.nav-main .fsNavLevel1 > li > a {
  padding: 5px;
  color: #fff;
  display: block;
  padding-bottom: 60px;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #96ca50;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #96ca50;
}
.nav-main .fsNavLevel1 > li:hover > a {
  color: #96ca50;
}

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  display: none;
}
.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  display: block;
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    display: block;
    max-height: 9999px;
  }
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
  width: 100%;
}
.nav-main .fsNavPageInfo {
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  position: relative;
  padding: 40px 0;
  width: 1100px !important;
  left: -410px !important;
}
@media (min-width: 1200px) {
  .nav-main .fsNavPageInfo {
    left: -350px !important;
  }
}
@media (min-width: 1300px) {
  .nav-main .fsNavPageInfo {
    left: -300px !important;
  }
}
@media (min-width: 1400px) {
  .nav-main .fsNavPageInfo {
    left: -256px !important;
  }
}
.nav-main .fsNavPageInfo:before, .nav-main .fsNavPageInfo:after {
  display: block;
  content: '';
  height: 100%;
  width: 3000px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
}
.nav-main .fsNavPageInfo:before {
  left: -3000px;
}
.nav-main .fsNavPageInfo:after {
  right: -3000px;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 1100px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavPageDescription {
  width: 27.2727272727%;
  float: left;
  font-size: 14px;
  line-height: 1.2em;
  font-family: "adrianna", sans-serif;
  color: #002144;
  text-transform: none;
  font-weight: normal;
}
.nav-main .fsNavPageDescription strong {
  display: block;
  font-family: "adonis-web", serif;
  color: #666;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.nav-main .fsNavPageThumbnail {
  width: 28.9090909091%;
  float: left;
  margin: 0 4.5454545455%;
}
.nav-main .fsNavLevel2 {
  width: 31.8181818182%;
  float: left;
  margin: 0;
  min-height: initial;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule: none;
  -moz-column-rule: none;
  column-rule: none;
}
.nav-main .fsNavLevel2 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  background: url("../images/nav-dots.gif") left bottom repeat-x;
  font-size: 16px;
}
.no-csscolumns .nav-main .fsNavLevel2 li {
  display: inline-block;
  float: left;
  width: 50%;
  vertical-align: top;
}
.nav-main .fsNavLevel2 a {
  padding: 0.8888888889em 0;
  color: #002144;
  display: block;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
}
.nav-main .fsNavLevel2 a:hover {
  color: #96ca50;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  z-index: 9000;
}
.drawer-is-active .drawer-ribbon {
  background: #00205b;
  left: 0;
  right: auto;
  width: 320px;
  max-width: 100%;
}
@media (min-width: 1100px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-trigger {
  height: 40px;
  width: 40px;
  border: 0;
  padding: 2px 0 0 0;
  background: url("../images/menu-icon.svg") 50% 50% no-repeat;
  background-size: 21px 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  outline: none;
}
.drawer-trigger:hover {
  color: #ffd100;
}
.drawer-is-active .drawer-trigger {
  height: 40px;
  width: 40px;
  background: url("../images/close-icon.svg") 50% 50% no-repeat;
  background-size: 15px 15px;
  left: auto;
  right: 0;
  padding-left: 0;
  color: transparent;
}

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 50px;
  min-height: 100%;
  width: 320px;
  max-width: 100%;
  background: #00205b;
  z-index: 9000;
}
.drawer-is-active #fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
@media (min-width: 1100px) {
  .drawer-is-active #fsMenu {
    display: none;
  }
}
#fsMenu .off-canvas-search {
  margin: 0 40px;
}
#fsMenu .off-canvas-search form {
  background: #001741;
}
#fsMenu .off-canvas-search form input {
  background: #001741;
  color: #96ca50 !important;
  border: none;
  width: calc(100% - 40px);
}
#fsMenu .off-canvas-search form input:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.4);
}
#fsMenu .off-canvas-search form button {
  background: #001741;
  width: 30px;
  border: none;
}
#fsMenu .off-canvas-search form button .fa-search {
  color: #96ca50;
}
#fsMenu .your-portal {
  margin-top: 20px;
}
#fsMenu .your-portal a {
  display: block;
  padding: 12px 40px;
  color: #96ca50;
  border-top: 1px solid #001741;
  border-bottom: 1px solid #001741;
  font-family: "adonis-web", serif;
  font-style: italic;
  font-weight: bold;
}
#fsMenu .your-portal a:after {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 10px;
  font-style: normal;
}
#fsMenu .nav-main-offcanvas {
  position: relative;
  top: 0;
  margin-top: 60px;
  padding: 20px 0 10px;
}
#fsMenu .nav-main-offcanvas, #fsMenu .nav-main-offcanvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsMenu .nav-main-offcanvas li {
  margin: 0;
  padding: 0;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 {
  display: block;
  margin: 0;
  padding: 0;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 > li {
  text-transform: uppercase;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 > li.fsNavParentPage.active {
  background: #001741;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 li {
  display: block;
  position: relative;
  font-size: 16px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #001741;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 li span.sub-trigger {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 5px;
  right: 0;
  text-align: center;
  cursor: pointer;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 li span.sub-trigger:after {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-weight: normal;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 li span.sub-trigger:hover:after {
  color: #fff;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 > li.active > span.sub-trigger:after {
  content: '\f068' !important;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel2 > li.active > span.sub-trigger:after {
  content: '\f068' !important;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel3 > li.active > span.sub-trigger:after {
  content: '\f068' !important;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > span.sub-trigger:after {
  content: '\f068' !important;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > span.sub-trigger:after {
  content: '\f068' !important;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel3 > li.fsNavCurrentPageAncestor > span.sub-trigger:after {
  content: '\f068' !important;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 li a {
  display: block;
  width: calc(100% - 35px);
  color: #fff;
  padding: 9px 10px 9px 40px;
  font-weight: 700;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 li a:hover {
  background: #001741;
  text-decoration: none;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel2 {
  margin: 0;
  padding: 0;
  background: #001b4e;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel2 li {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 16px;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel2 li > a {
  padding-left: 50;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel2 li.fsNavCurrentPage > a {
  color: #fff;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel2 li.fsNavCurrentPage > a:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}
#fsMenu .nav-main-offcanvas .fsNavPageInfo {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: none;
  overflow: visible;
  max-height: 100%;
  display: none;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 > li.active > .fsNavPageInfo {
  display: block;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel2 > li.active > .fsNavPageInfo {
  display: block;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel3 > li.active > .fsNavPageInfo {
  display: block;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel3 > li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel3 {
  background: #00205d;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel3 li {
  font-size: 16px;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel3 li a {
  padding-left: 70px;
}
#fsMenu .nav-main-offcanvas ul.fsNavLevel4 li a {
  padding-left: 80px;
}
#fsMenu .nav-util-offcanvas {
  margin: 20px 0 !important;
  display: block;
}
#fsMenu .nav-util-offcanvas, #fsMenu .nav-util-offcanvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsMenu .nav-util-offcanvas li {
  margin: 0;
  padding: 0;
}
#fsMenu .nav-util-offcanvas ul li {
  font-size: 15px;
  font-family: "adonis-web", serif;
  font-style: italic;
}
#fsMenu .nav-util-offcanvas ul li a {
  display: block;
  color: #fff;
  padding: 5px 40px;
}
#fsMenu .nav-util-offcanvas ul li a:hover {
  color: #96ca50;
}

/*! navigation - sub v0.0.1 */
.language-buttons {
  zoom: 1;
  margin-bottom: 1em;
}
.language-buttons:after {
  display: table;
  clear: both;
  content: '';
}
.language-buttons a {
  border: 1px solid #fff;
  display: block;
  float: left;
  width: 37px;
  height: 24px;
  text-indent: 100%;
  overflow: hidden;
  transition: all .3s linear;
}
.language-buttons a:hover {
  border-color: #666;
}
.language-buttons a.english {
  margin-right: 20px;
  background: url("../images/us-icon.gif") 0 0 no-repeat;
}
.language-buttons a.french {
  margin-right: 20px;
  background: url("../images/flag_french.gif") 0 0 no-repeat;
}
.language-buttons a.chinese {
  background: url("../images/flag_chinese.gif") 0 0 no-repeat;
}

.nav-sub {
  display: none;
}
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .nav-sub {
    display: block;
  }
}
.nav-sub > .fsElementContent a {
  color: #002144;
}
.nav-sub > .fsElementContent a:hover {
  color: #b4035b;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 0.6666666667em;
  background: url("../images/nav-dots.gif") left bottom repeat-x;
  display: block;
}
.nav-sub .fsNavLevel1 > li:last-child > a {
  background: none;
}
.nav-sub .fsNavLevel1 li.fsNavParentPage > .fsNavPageInfo {
  display: none;
}
.nav-sub .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage > .fsNavPageInfo,
.nav-sub .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block;
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #b4035b;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 0.6666666667em 1.3333333333em;
  display: block;
}
.nav-sub .fsNavLevel3 > li > a {
  padding: 0.4444444444em 1.3333333333em 0.4444444444em 2em;
  display: block;
}
.nav-sub .fsNavLevel4 > li > a {
  padding: 0.3333333333em 1.3333333333em 0.3333333333em 2.6666666667em;
  display: block;
}
.nav-sub > header {
  display: none;
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  background: #002144;
  color: #fff;
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
.nav-sub > header > .fsElementTitle:after {
  display: none;
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

/*! Navigation - Social v0.0.5 */
.nav-social, .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;
  margin: 0 4px;
}
.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--snapchat a {
  display: block;
}
.nav-social .nav-social__item--snapchat a:before {
  content: "";
}
.nav-social .nav-social__item--facebook a:hover {
  background: #96ca50;
  color: #fff;
  border-color: #96ca50;
}
.nav-social .nav-social__item--instagram a:hover {
  background: #96ca50;
  color: #fff;
  border-color: #96ca50;
}
.nav-social .nav-social__item--linkedin a:hover {
  background: #96ca50;
  color: #fff;
  border-color: #96ca50;
}
.nav-social .nav-social__item--pinterest a:hover {
  background: #96ca50;
  color: #fff;
  border-color: #96ca50;
}
.nav-social .nav-social__item--tumblr a:hover {
  background: #96ca50;
  color: #fff;
  border-color: #96ca50;
}
.nav-social .nav-social__item--twitter a:hover {
  background: #96ca50;
  color: #fff;
  border-color: #96ca50;
}
.nav-social .nav-social__item--vine a:hover {
  background: #96ca50;
  color: #fff;
  border-color: #96ca50;
}
.nav-social .nav-social__item--youtube a:hover {
  background: #96ca50;
  color: #fff;
  border-color: #96ca50;
}
.nav-social .nav-social__item--snapchat a:hover {
  background: #96ca50;
  color: #fff;
  border-color: #96ca50;
}
.nav-social a {
  font-size: 21px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  height: 46px;
  width: 46px;
  border-radius: 100%;
  border: .05em solid #fff;
}
.nav-social a:before {
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-social span {
  display: none;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util {
  float: right;
  display: none;
}
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .nav-util {
    display: block;
  }
}
.nav-util ul li {
  display: inline-block;
  font-style: italic;
  font-weight: 700;
  font-family: "adonis-web", serif;
}
.nav-util ul li a {
  padding: 0 10px;
  display: block;
  color: #fff;
}
.nav-util ul li:hover a {
  color: #96ca50;
}
.nav-util .fsNavLevel1 > li {
  position: relative;
}
.nav-util .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  display: none;
}
.nav-util .fsNavLevel1 > li:hover > .fsNavPageInfo {
  display: block;
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-util .fsNavLevel1 > li:focus > .fsNavPageInfo {
    display: block;
    max-height: 9999px;
  }
}
.nav-util .fsNavLevel1 > li > .fsNavPageInfo {
  background: #fff;
  z-index: 9000;
  width: 250px;
  padding: 20px 0;
}
.nav-util .fsNavLevel1 > li > .fsNavPageInfo li {
  background: url("../images/nav-dots.gif") left bottom repeat-x;
  font-size: 16px;
  display: block;
  margin: 0 20px;
  position: relative;
}
.nav-util .fsNavLevel1 > li > .fsNavPageInfo li:last-child {
  background: none;
}
.nav-util .fsNavLevel1 > li > .fsNavPageInfo li a {
  padding: 0.8888888889em 0;
  color: #002144;
  display: block;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
}
.nav-util .fsNavLevel1 > li > .fsNavPageInfo li a:hover {
  color: #96ca50;
}

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.3333333333em;
}
@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.6666666667em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #282828;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #191919;
  color: #fff;
}
#fsBannerRight .fsConstituent.fsSearch .fsConstituentSearchButton {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fsConstituent.fsSearch .fsConstituentSearchButton {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fsConstituent.fsSearch .fsConstituentSearchButton {
  width: 100%;
  text-align: center;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

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

.fsProfileSection {
  margin-bottom: 1.3333333333em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #666;
  margin: 0 0 .5em 0;
  padding: 0 0 .5em 0;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.fsProfileSection .fsProfileSectionData.fsTitle {
  font-weight: normal;
  font-size: 1em;
}

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

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

@media (min-width: 800px) {
  .fsProfileSectionFieldName {
    width: 25%;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 75%;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsBiography .fsProfileSectionFieldName {
    font-weight: bold;
  }
  .fsBiography .fsProfileSectionFieldName,
  .fsBiography .fsProfileSectionFieldValue {
    float: none;
    width: 100%;
  }
}

.fsProfileSectionData.fsEmployedSince {
  width: 100% !important;
}

/*! elements - constituent pinterest option */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px;
}
.fsDirectory .fsConstituentItem {
  float: none;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 800px) {
  .fsDirectory .fsConstituentItem {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }
}
.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 {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.fsDirectory .fsConstituentItem .fsPhoto img {
  display: block;
  width: 100%;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
@media (min-width: 800px) {
  .fsDirectory [class^='fsConstituentColumnLayout'] {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #c8c8c8;
  transition: .3s;
  position: relative;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-family: "adrianna", sans-serif;
  font-weight: normal;
  color: #002144;
  font-size: 1.5333333333em;
  line-height: 1.0869565217em;
  margin-bottom: 0.6956521739em;
  margin-bottom: 2px;
  display: block;
  font-size: 20px;
  padding: 13.3333333333px;
  color: #fff;
  transition: .3s;
  font-family: "adonis-web", serif;
  position: relative;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #96ca50;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #fff;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > .fsElementContent, .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
  margin-bottom: 2px;
  font-size: 16px;
  background: #f6f6f6;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #00205b;
  position: relative;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
  margin-bottom: 0;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "-";
}
.fsPanelIconBefore.fsAccordion .fsPanel > header, .fsPanelIconBefore.fsTabs .fsPanel > header {
  padding-left: 47px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header, .fsPanelIconAfter.fsTabs .fsPanel > header {
  padding-right: 47px;
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-size: 30px;
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  content: "-";
  font-weight: bold;
  width: 47px;
  display: block;
  text-align: center;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-size: 30px;
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  content: "+";
  font-weight: bold;
  width: 47px;
  display: block;
  text-align: center;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header:after, .fsPanelIconAfter.fsTabs .fsPanel > header:after {
  display: block;
  content: '';
  height: 100%;
  width: 47px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header:before, .fsPanelIconBefore.fsTabs .fsPanel > header:before {
  display: block;
  content: '';
  height: 100%;
  width: 47px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  position: absolute;
  width: 47px;
  left: -47px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.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 {
  z-index: 2;
  position: absolute;
  width: 47px;
  right: -47px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent .fsListItems article {
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: #fff url("../images/dotted-line.gif") left bottom repeat-x;
}
.fsAthleticsEvent .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #282828;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsLoadMoreButton:hover {
  background: #191919;
  color: #fff;
}
#fsBannerRight .fsAthleticsEvent .fsLoadMoreButton {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fsAthleticsEvent .fsLoadMoreButton {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fsAthleticsEvent .fsLoadMoreButton {
  width: 100%;
  text-align: center;
}
.fsAthleticsEvent .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}
.fsAthleticsEvent .fsAthleticsStatus {
  font-weight: 700;
  color: #84BD00;
}

/*! 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 #e5e5e5;
}
.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}
.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

h3.fsAthleticsTeamName {
  margin-top: 0;
  font-family: "adrianna", sans-serif;
  font-weight: normal;
  color: #002144;
  font-size: 1.7333333333em;
  line-height: 1.0769230769em;
  margin-bottom: 0.6153846154em;
  font-family: "adonis-web", serif;
  font-weight: 600;
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar {
  margin-bottom: 20px;
}
.fsCalendar article {
  position: relative;
  padding: 15px;
  padding-left: 110px;
  min-height: 100px;
  border: 1px solid #e5e5e5;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 13px;
  height: 13px;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  height: 70px;
  width: 68px;
  color: #002144;
  background: none;
}
.fsCalendar .fsDate span {
  display: inline;
  font-size: 13px;
}
.fsCalendar .fsDate span.fsDayName, .fsCalendar .fsDate span.fsMonth {
  line-height: 1em;
  text-transform: uppercase;
}
.fsCalendar .fsDate span.fsDay {
  display: block;
  font-size: 40px;
  color: #b4035b;
  line-height: 1em;
  border-top: 1px solid #e5e5e5;
  padding-top: 6px;
  font-family: "adonis-web", serif;
  width: 90%;
  margin: 3px auto 0;
}
.fsCalendar .fsTitle {
  font-size: 15px;
}
.fsCalendar .fsEventDetails {
  font-size: 13px;
  color: #666;
}
.fsCalendar .fsTimeRange:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 2px;
}
.fsCalendar .fsLocation:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}
.fsCalendar.fsList .fsElementTitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  background: url("../images/dotted-line.gif") repeat-x left bottom;
}
.fsCalendar.fsList footer a {
  background: url("../images/click-arrow.svg") 0 0 no-repeat;
  padding-left: 20px;
  font-size: 18px;
  background-size: 15px 19px;
  color: #002144;
  font-family: "adonis-web", serif;
  font-weight: 600;
  font-style: italic;
  text-transform: lowercase;
}
.fsCalendar.fsList footer a:hover {
  color: #b4035b;
}

.fsCalendar .fsElementControls {
  margin-bottom: 1em;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
@media (max-width: 800px) {
  .fsCalendarEventGrid .fsCalendarDaybox.has-info {
    background: #002144;
    color: #fff;
  }
  .fsCalendarEventGrid .fsCalendarDaybox.has-info:hover {
    background: #002d5e;
  }
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #282828;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #191919;
  color: #fff;
}
#fsBannerRight .scroll-up span {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .scroll-up span {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .scroll-up span {
  width: 100%;
  text-align: center;
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

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

a[title*="POSTPONED"].fsCalendarEventTitle.fsCalendarEventLink {
  text-decoration: line-through;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow article {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 90px;
  border: none;
}
.fsCalendar.fsSlideshow .fsDate {
  top: 0;
  left: 0;
}

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

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

.module {
  margin-bottom: 1.3333333333em;
  padding: 1.3333333333em;
  color: #fff;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  color: inherit;
}

.module {
  background: #002144;
}

/*! 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: #b4035b;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #002144;
}
.fsComposerFormEmbed form .required {
  color: #002144;
}
.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: #b4035b;
  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: #002144;
  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: #002144 !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: #96ca50 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "adrianna", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #282828;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
  background: #191919;
  color: #fff;
}
#fsBannerRight .fsLogin .fsLoginMainView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginMainView button, #fsBannerRight .fsLogin .fsLoginForgotView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginForgotView button, #fsBannerRight .fsLogin .fsLoginNewView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginNewView button, #fsBannerRight .fsAccount .fsLoginMainView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginMainView button, #fsBannerRight .fsAccount .fsLoginForgotView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginForgotView button, #fsBannerRight .fsAccount .fsLoginNewView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginNewView button {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fsLogin .fsLoginMainView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginMainView button, #fsBannerLeft .fsLogin .fsLoginForgotView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginForgotView button, #fsBannerLeft .fsLogin .fsLoginNewView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginNewView button, #fsBannerLeft .fsAccount .fsLoginMainView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginMainView button, #fsBannerLeft .fsAccount .fsLoginForgotView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginForgotView button, #fsBannerLeft .fsAccount .fsLoginNewView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginNewView button {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fsLogin .fsLoginMainView .fsLoginSubmit, .fsStyleOneThird .fsLogin .fsLoginMainView button, .fsStyleOneThird .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsStyleOneThird .fsLogin .fsLoginForgotView button, .fsStyleOneThird .fsLogin .fsLoginNewView .fsLoginSubmit, .fsStyleOneThird .fsLogin .fsLoginNewView button, .fsStyleOneThird .fsAccount .fsLoginMainView .fsLoginSubmit, .fsStyleOneThird .fsAccount .fsLoginMainView button, .fsStyleOneThird .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsStyleOneThird .fsAccount .fsLoginForgotView button, .fsStyleOneThird .fsAccount .fsLoginNewView .fsLoginSubmit, .fsStyleOneThird .fsAccount .fsLoginNewView button {
  width: 100%;
  text-align: center;
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  display: block;
  font-style: normal;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #282828;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.fsAccount .fsAccountLogout a:hover {
  background: #191919;
  color: #fff;
}
#fsBannerRight .fsAccount .fsAccountLogout a {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .fsAccount .fsAccountLogout a {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .fsAccount .fsAccountLogout a {
  width: 100%;
  text-align: center;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}

.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: "adrianna", sans-serif;
  font-size: 15px;
  left: 0;
  line-height: 25px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-family: "adrianna", sans-serif;
    font-weight: normal;
    color: #002144;
    font-size: 1.5333333333em;
    line-height: 1.0869565217em;
    margin-bottom: 0.6956521739em;
    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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.6666666667em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle {
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: .5em;
}
.fsNews .fsBody a {
  color: #b4035b;
}
.fsNews .fsSummary p {
  margin-bottom: .3em;
}
.fsNews footer a {
  background: url("../images/click-arrow.svg") 0 0 no-repeat;
  padding-left: 20px;
  font-size: 18px;
  background-size: 15px 19px;
  color: #002144;
  font-family: "adonis-web", serif;
  font-weight: 600;
  font-style: italic;
  text-transform: lowercase;
}
.fsNews footer a:hover {
  color: #b4035b;
}
.fsNews .fsReadMoreLink {
  font-family: "adonis-web", serif;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.1em;
  margin-top: .5em;
  padding: 7px 25px;
  color: #282828;
  border: 1px solid #282828;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
}
.fsNews .fsReadMoreLink:hover {
  background: #b4035b;
  color: #fff;
  border-color: #b4035b;
}

.ui-dialog .fsNews h1 {
  font: 26px;
  line-height: 28px;
}
.ui-dialog .fsNews h2 {
  font: 23px;
  line-height: 25px;
}
.ui-dialog .fsNews h3 {
  font: 20px;
  line-height: 22px;
}
.ui-dialog .fsNews h4 {
  font: 22px;
  line-height: 24px;
}
.ui-dialog .fsNews h5 {
  font: 17px;
  line-height: 19px;
}
.ui-dialog .fsNews h6 {
  font: 13px;
  line-height: 15px;
}

.fsNews.fsGrid .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -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;
  }
}

.fsNews.fsThumbnailRectangle.fsSlideshow.fsThumbnailMedium .fsThumbnail,
.fsNews.fsThumbnailSquare.fsSlideshow.fsThumbnailMedium .fsThumbnail {
  max-width: 100% !important;
}
.fsNews.fsThumbnailRectangle.fsSlideshow.fsThumbnailMedium .fsThumbnail img,
.fsNews.fsThumbnailSquare.fsSlideshow.fsThumbnailMedium .fsThumbnail img {
  width: 100%;
}

/*! _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: #96ca50 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #e5e5e5;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 15px;
  font-family: "adrianna", 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: #002144;
  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: "adrianna", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 15px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #0f1506;
  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;
}

.top-search {
  display: none;
  float: right;
  vertical-align: top;
  margin-left: 30px;
  width: 72px;
  height: 30px;
  position: relative;
  margin-top: -3px;
}
@media (min-width: 1100px) {
  .top-search {
    display: inline-block;
  }
}
.search-active .top-search {
  width: auto;
}
.top-search .search-trigger {
  padding: 0;
  background: none;
  border: none;
  font-family: "adonis-web", serif;
  font-weight: 700;
  color: #96ca50;
  font-style: italic;
  font-size: 16px;
  position: absolute;
  top: 2px;
  right: 0;
}
.top-search .search-trigger:hover {
  color: #fff;
}
.top-search .search-trigger i {
  margin-left: 5px;
}
.search-active .top-search .search-trigger {
  display: none;
}
.top-search form {
  background: #001741;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: all .3s linear;
  overflow: hidden;
}
.search-active .top-search form {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.top-search form input {
  background: #001741;
  color: #96ca50 !important;
  border: none;
  width: calc(100% - 40px);
}
.top-search form input:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.4);
}
.top-search form input::-webkit-input-placeholder {
  color: #96ca50;
  font-family: "adonis-web", serif;
  font-style: italic;
}
.top-search form input:-moz-placeholder {
  /* Firefox 18- */
  color: #96ca50;
  font-family: "adonis-web", serif;
  font-style: italic;
}
.top-search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #96ca50;
  font-family: "adonis-web", serif;
  font-style: italic;
}
.top-search form input:-ms-input-placeholder {
  color: #96ca50;
  font-family: "adonis-web", serif;
  font-style: italic;
}
.top-search form input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.top-search form button {
  background: #001741;
  width: 30px;
  border: none;
}
.top-search form button .fa-search {
  color: #96ca50;
}
.top-search form button:hover .fa-search {
  color: #fff;
}

/*! _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 #282828;
}
.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: #282828;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 15px;
  font-family: "adrianna", 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: #282828;
  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: 15px;
  font-family: "adrianna", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #0f1506;
  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: "adrianna", sans-serif;
  font-size: 15px;
}
.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: #282828;
}
.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: #96ca50;
}
.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: #b4035b !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: #002144 !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: 15px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

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

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsFacebookList li {
  margin: 0;
  padding: 0;
}
.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}

.fsFacebookExtras {
  margin-top: 10px;
}
.fsFacebookExtras .fsFacebookThumb {
  margin-bottom: 10px;
  display: block;
}
.fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.fsFacebookFollow {
  margin-top: 20px;
}

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

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px;
}
.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsVimeoList li {
  margin: 0;
  padding: 0;
}
.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}
.fsVimeoList .fsVimeoListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px #dddedf;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  transition: opacity .3s;
}
.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #282828;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.vimeo_view_link a:hover {
  background: #191919;
  color: #fff;
}
#fsBannerRight .vimeo_view_link a {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .vimeo_view_link a {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .vimeo_view_link a {
  width: 100%;
  text-align: center;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

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

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsYoutubeList li {
  margin: 0;
  padding: 0;
}
.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
}
.fsYoutubeList .fsYoutubeListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px #dddedf;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  transition: opacity .3s;
}
.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #282828;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.Youtube_view_link a:hover {
  background: #191919;
  color: #fff;
}
#fsBannerRight .Youtube_view_link a {
  width: 100%;
  text-align: center;
}
#fsBannerLeft .Youtube_view_link a {
  width: 100%;
  text-align: center;
}
.fsStyleOneThird .Youtube_view_link a {
  width: 100%;
  text-align: center;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-family: "adrianna", sans-serif;
  font-weight: normal;
  color: #002144;
  font-size: 1.5333333333em;
  line-height: 1.0869565217em;
  margin-bottom: 0.6956521739em;
  margin-bottom: 2px;
  display: block;
  font-size: 20px;
  padding: 13.3333333333px;
  color: #fff;
  transition: .3s;
  font-family: "adonis-web", serif;
  background: #002144;
  color: #e5e5e5;
}
.fsTabs .fsTabsNav li a:hover {
  background: #0053aa;
  color: #e5e5e5;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #96ca50;
  color: #e5e5e5;
}

.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:not(.fsComposeMode) #fsPageBodyWrapper {
  padding: 0;
  margin: 0;
}
.home:not(.fsComposeMode) #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.home:not(.fsComposeMode) #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.home:not(.fsComposeMode) .fsLayout {
  margin-right: 0px;
  margin-left: 0px;
}
.home:not(.fsComposeMode) .fsLayout .fsDiv {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) #fsHeader {
    position: absolute;
    width: 100%;
    z-index: 500;
    background: rgba(0, 33, 68, 0.7);
  }
}
.home:not(.fsComposeMode) .fsMedia > .fsElementContent {
  margin: 0;
}
.home:not(.fsComposeMode) .main-slideshow {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  background: none;
  max-height: 100vh !important;
  height: 478px !important;
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .main-slideshow {
    height: 690px !important;
  }
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) .main-slideshow {
    height: 100vh !important;
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer {
  padding: 0 !important;
  background: #000;
  position: relative;
}
.home:not(.fsComposeMode) .main-slideshow article {
  width: 100%;
  font-family: "adrianna", sans-serif;
  background-size: cover;
  background-position: 50% 0;
  max-height: 100vh !important;
  height: 478px;
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .main-slideshow article {
    height: 690px;
  }
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) .main-slideshow article {
    height: 100vh;
  }
}
.home:not(.fsComposeMode) .main-slideshow article .caption {
  font-size: 16px;
  color: #fff;
  padding: 20px 65px;
  display: none;
  width: 100%;
  background: rgba(150, 202, 80, 0.7);
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0px;
  display: block;
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .main-slideshow article .caption {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .main-slideshow article .caption {
    font-size: 23px;
  }
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) .main-slideshow article .caption {
    bottom: 130px;
    font-size: 29px;
  }
}
.main-slideshow .fsMediaContainer article:nth-child(1) .caption {
  background: #b4035b;
}
@media (min-width: 750px) {
  .main-slideshow .fsMediaContainer article:nth-child(1) .caption {
    background: rgba(180, 3, 91, 0.7);
  }
}
.main-slideshow .fsMediaContainer article:nth-child(1) .caption a {
  color: #96ca50;
}
.main-slideshow .fsMediaContainer article:nth-child(1) .caption a:hover {
  color: #fff;
}
.main-slideshow .fsMediaContainer article:nth-child(2) .caption {
  background: #5c068c;
}
@media (min-width: 750px) {
  .main-slideshow .fsMediaContainer article:nth-child(2) .caption {
    background: rgba(92, 6, 140, 0.7);
  }
}
.main-slideshow .fsMediaContainer article:nth-child(2) .caption a {
  color: #ffd100;
}
.main-slideshow .fsMediaContainer article:nth-child(2) .caption a:hover {
  color: #fff;
}
.main-slideshow .fsMediaContainer article:nth-child(3) .caption {
  background: #96ca50;
}
@media (min-width: 750px) {
  .main-slideshow .fsMediaContainer article:nth-child(3) .caption {
    background: rgba(150, 202, 80, 0.7);
  }
}
.main-slideshow .fsMediaContainer article:nth-child(3) .caption a {
  color: #002144;
}
.main-slideshow .fsMediaContainer article:nth-child(3) .caption a:hover {
  color: #fff;
}
.main-slideshow .fsMediaContainer article:nth-child(4) .caption {
  color: #002144;
  background: #ffd100;
}
@media (min-width: 750px) {
  .main-slideshow .fsMediaContainer article:nth-child(4) .caption {
    background: rgba(255, 209, 0, 0.7);
  }
}
.main-slideshow .fsMediaContainer article:nth-child(4) .caption a {
  color: #b4035b;
}
.main-slideshow .fsMediaContainer article:nth-child(4) .caption a:hover {
  color: #fff;
}
.main-slideshow .fsMediaContainer article:nth-child(5) .caption {
  background: #002144;
}
@media (min-width: 750px) {
  .main-slideshow .fsMediaContainer article:nth-child(5) .caption {
    background: rgba(0, 33, 68, 0.7);
  }
}
.main-slideshow .fsMediaContainer article:nth-child(5) .caption a {
  color: #96ca50;
}
.main-slideshow .fsMediaContainer article:nth-child(5) .caption a:hover {
  color: #fff;
}
.home:not(.fsComposeMode) .main-slideshow article .caption p:first-child {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.home:not(.fsComposeMode) .main-slideshow article .caption p:first-child:after {
  display: block;
  content: '';
  height: 1px;
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url("../images/dots-white.gif") 0 0 repeat-x;
}
.home:not(.fsComposeMode) .main-slideshow article .caption p:last-child {
  margin: 0;
}
.home:not(.fsComposeMode) .main-slideshow article .caption strong {
  font-weight: bold;
}
.home:not(.fsComposeMode) .main-slideshow article .caption em {
  font-weight: 600;
  display: block;
  font-family: "adonis-web", serif;
  text-transform: none;
  font-size: 20px;
}
.home:not(.fsComposeMode) .main-slideshow .fsElementContent {
  margin-top: 0;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-prev,
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-next {
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: 40px;
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-prev,
  .home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-next {
    bottom: 170px;
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-prev {
  left: 20px;
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-prev {
    left: 5%;
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-next {
  right: 20px;
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-next {
    right: 5%;
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-prev:before,
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-next:before {
  z-index: 2;
  content: '';
  opacity: .8;
  font-size: 60px;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-prev:hover:before,
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-next:hover:before {
  opacity: 1;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-prev:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-next:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-prev:hover:before {
  background: url("../images/arrow-left-sm-icon-hover.svg") 50% 50% no-repeat;
  background-size: 26px 50px;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaCustomPlayer .slick-next:hover:before {
  background: url("../images/arrow-right-sm-icon-hover.svg") 50% 50% no-repeat;
  background-size: 26px 50px;
}
.home:not(.fsComposeMode) #scroll-indicator {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 300;
  opacity: .8;
  text-decoration: none;
  cursor: pointer;
  display: none;
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) #scroll-indicator {
    display: block;
  }
}
.home:not(.fsComposeMode) #scroll-indicator:hover {
  opacity: 1;
}
.home:not(.fsComposeMode) #scroll-indicator:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home:not(.fsComposeMode) .main-intro {
  background: url("../images/dotted-line.gif") 0 80px repeat-x;
  padding: 50px 20px;
  position: relative;
}
@media (min-width: 1180px) {
  .home:not(.fsComposeMode) .main-intro {
    padding: 50px 0;
  }
}
.home:not(.fsComposeMode) .main-intro:before {
  display: block;
  content: '';
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home:not(.fsComposeMode) .main-intro > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  background: url("../images/globe.svg") 50% 0 no-repeat;
  background-size: 58px 58px;
  padding-top: 80px;
}
.home:not(.fsComposeMode) .main-intro p:first-child {
  font-size: 16px;
  line-height: 1.2em;
  color: #002144;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .main-intro p:first-child {
    font-size: 20px;
    line-height: 1.4em;
  }
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) .main-intro p:first-child {
    font-size: 26px;
  }
}
.home:not(.fsComposeMode) .main-intro p:last-child {
  font-size: 14px;
  line-height: 20px;
  color: #b4035b;
  font-family: "adonis-web", serif;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .main-intro p:last-child {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) .main-intro p:last-child {
    font-size: 22px;
    line-height: 35px;
  }
}
.home:not(.fsComposeMode) .main-intro p:last-child strong {
  color: #00205b;
}
.home:not(.fsComposeMode) .isb-difference {
  background: url("../images/dotted-line.gif") 0 0 repeat-x;
  padding: 50px 0;
}
.home:not(.fsComposeMode) .isb-difference .fsElementTitle {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  padding: 50px 0;
  background: #fff;
  padding: 0 30px;
}
.home:not(.fsComposeMode) .isb-difference > .fsElementContent {
  zoom: 1;
}
.home:not(.fsComposeMode) .isb-difference > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
.home:not(.fsComposeMode) .home-grid {
  width: 100%;
  position: relative;
}
body:not(.fsComposeMode) .home-grid .fsElementTitle {
  display: none;
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .home-grid {
    overflow: hidden;
  }
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .home-grid {
    width: 50%;
    float: left;
  }
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .home-grid:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .home-grid > .fsElementContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement {
  position: relative;
  width: 100vw;
  height: 70vw;
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement {
    overflow: hidden;
    margin: 0 0 1px 0.1390820584% !important;
    width: 33.1015299026%;
    height: auto;
    display: block;
    float: left;
  }
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement > .fsElementContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.smallvideo iframe {
  height: 100%;
  width: 100%;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.bigvideo {
  width: 66.4812239221%;
  position: relative;
  height: calc(66.6666% - 4px);
  background: black;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.bigvideo:after {
  padding: 0;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.bigvideo .fsPlayer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.bigvideo > .fsElementContent .fsMediaContainer {
  height: 100% !important;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox {
  zoom: 1;
  transition: background .3s linear;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox:after {
  display: table;
  clear: both;
  content: '';
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox > .fsElementContent {
  color: #fff;
  font-family: "adonis-web", serif;
  line-height: 1.1em;
  font-weight: 600;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox > .fsElementContent p {
  margin: 0;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox > .fsElementContent a {
  display: block;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 120px 20px;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox > .fsElementContent a:hover {
  color: #fff;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox > .fsElementContent strong {
  display: block;
  text-transform: uppercase;
  position: relative;
  font-family: "adrianna", sans-serif;
  line-height: 1.3em;
  padding-bottom: 12px;
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox > .fsElementContent strong {
    font-size: 20px;
  }
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox > .fsElementContent strong:after {
  display: block;
  content: '';
  height: 3px;
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox.gold {
  background: #ffd100;
  color: #666;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox.gold:hover {
  background: #997d00;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox.purple {
  background: #5c068c;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox.purple:hover {
  background: #1c022a;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox.blue {
  background: #002144;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox.blue:hover {
  background: black;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox.green {
  background: #96ca50;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox.green:hover {
  background: #618a2a;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox.pink {
  background: #b4035b;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-textbox.pink:hover {
  background: #500128;
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-imgbox {
  display: none;
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-imgbox {
    display: block;
  }
}
.home:not(.fsComposeMode) .home-grid > .fsElementContent > .fsElement.grid-imgbox img {
  width: 100%;
}
.home:not(.fsComposeMode) .bigvideo,
.home:not(.fsComposeMode) .mobile-video {
  position: relative;
}
.home:not(.fsComposeMode) .bigvideo.active header,
.home:not(.fsComposeMode) .mobile-video.active header {
  display: none;
}
.home:not(.fsComposeMode) .bigvideo header,
.home:not(.fsComposeMode) .mobile-video header {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #fff;
  z-index: 300;
  text-shadow: 1px 1px #000;
  display: none;
}
@media (min-width: 1100px) {
  .home:not(.fsComposeMode) .bigvideo header,
  .home:not(.fsComposeMode) .mobile-video header {
    font-size: 25px;
    font-weight: bold;
  }
}
.home:not(.fsComposeMode) .bigvideo header strong,
.home:not(.fsComposeMode) .mobile-video header strong {
  color: #b4035b;
}
.home:not(.fsComposeMode) .bigvideo .fsElementTitle,
.home:not(.fsComposeMode) .mobile-video .fsElementTitle {
  display: none;
}
body.fsComposeMode .bigvideo .fsElementTitle {
  display: block !important;
}
.home:not(.fsComposeMode) .bigvideo .fsMediaControlsTop,
.home:not(.fsComposeMode) .mobile-video .fsMediaControlsTop {
  display: none;
}
.home:not(.fsComposeMode) .mobile-video header {
  top: 25%;
}
.home:not(.fsComposeMode) .events-section > header {
  padding: 40px 0;
  text-align: center;
  background: url("../images/dotted-line.gif") 0 50% repeat-x;
}
.home:not(.fsComposeMode) .events-section > header .fsElementTitle {
  font-size: 30px;
  text-transform: uppercase;
  background: #fff;
  padding: 0 20px;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  color: #00205b;
}
.home:not(.fsComposeMode) .events-section > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
}
.home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems {
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 1180px) {
  .home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems {
    padding: 0;
  }
}
.home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems article {
  overflow: hidden;
  width: 180px;
  margin: 0 auto 10px;
  padding: 30px 15px;
}
@media (min-width: 600px) {
  .home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems article {
    margin: 0 0 10px;
    width: calc(50% - 6px);
    padding: 15px;
  }
}
@media (min-width: 750px) {
  .home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems article {
    width: calc(33% - 6px);
  }
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems article {
    width: calc(16% - 6px);
  }
}
.home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems article .fsDate {
  position: relative;
  top: 0;
  left: 0;
}
.home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems article .fsDay {
  font-size: 50px;
  width: 50%;
}
.home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems article .fsTitle {
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
  font-size: 15px;
  line-height: 22px;
}
.home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems article .fsTitle a {
  color: #002144;
}
.home:not(.fsComposeMode) .events-section > .fsElementContent .fsListItems article .fsTitle a:hover {
  color: #b4035b;
}
.home:not(.fsComposeMode) .events-section footer {
  padding: 20px;
  text-align: center;
}
.home:not(.fsComposeMode) .featured-news-container {
  zoom: 1;
  padding: 50px 0 30px 0;
}
.home:not(.fsComposeMode) .featured-news-container:after {
  display: table;
  clear: both;
  content: '';
}
.home:not(.fsComposeMode) .featured-news-container > header {
  padding: 40px 0;
  text-align: center;
  background: url("../images/dotted-line.gif") 0 50% repeat-x;
}
.home:not(.fsComposeMode) .featured-news-container > header .fsElementTitle {
  font-size: 30px;
  text-transform: uppercase;
  background: #fff;
  padding: 0 20px;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  color: #00205b;
}
.home:not(.fsComposeMode) .featured-news-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 91.4666666667em;
  max-width: 85.75rem;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .featured-news-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.home:not(.fsComposeMode) .featured-news-container footer {
  padding: 20px;
  text-align: center;
}
.home:not(.fsComposeMode) .featured-news-container footer a {
  background: url("../images/click-arrow.svg") 0 0 no-repeat;
  padding-left: 20px;
  font-size: 18px;
  background-size: 15px 19px;
  color: #002144;
  font-family: "adonis-web", serif;
  font-weight: 600;
  font-style: italic;
  text-transform: lowercase;
}
.home:not(.fsComposeMode) .featured-news-container footer a:hover {
  color: #b4035b;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews {
  position: relative;
  background-size: cover;
  background-repeat: none;
  position: relative;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .featured-news-container .fsNews {
    display: inline-block;
    width: 31.5%;
    min-height: 430px;
  }
}
.home:not(.fsComposeMode) .featured-news-container .fsNews:before {
  display: block;
  content: '';
  opacity: .7;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews header {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews header .fsElementTitle {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
  font-family: "adonis-web", serif;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .featured-news-container .fsNews .fsElementContent {
    position: absolute;
    bottom: 0;
  }
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.featured-events {
  color: #fff;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.featured-events:before {
  background: #002144;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.featured-events a {
  color: #fff;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.featured-events .fsReadMoreLink {
  border-color: #fff;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.featured-events .fsReadMoreLink:hover {
  background: #fff;
  color: #002144;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.student-achievements:before {
  background: #fff;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.student-achievements a {
  color: #282828;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.student-achievements header .fsElementTitle {
  color: #282828;
  border-color: #282828;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.student-achievements .fsReadMoreLink:hover {
  background: #fff;
  color: #282828;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.athletics-news {
  color: #fff;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.athletics-news:before {
  background: #b4035b;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.athletics-news a {
  color: #fff;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.athletics-news .fsReadMoreLink {
  border-color: #fff;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews.athletics-news .fsReadMoreLink:hover {
  background: #fff;
  color: #b4035b;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews article {
  position: relative;
  z-index: 2;
  padding: 20px 40px;
}
.home:not(.fsComposeMode) .featured-news-container .fsNews article .fsThumbnail {
  display: none;
}

.home.fsComposeMode .fsNews {
  background-repeat: no-repeat;
}

.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a {
  color: #002144;
}
.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a:hover {
  color: #b4035b;
}

.portal:not(.fsComposeMode) .portal-news .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsNextButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsPager, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager {
  padding-top: 20px;
}
.portal:not(.fsComposeMode) .portal-news .fsPager li button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before {
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before {
  color: #dedede;
}

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 15px;
  font-family: "adrianna", sans-serif;
  height: 40px;
}
#fsAccountBar > ul > li {
  height: 40px;
  padding: 10px 12px 8px;
}
#fsAccountBar a {
  color: #fff;
  font-size: 15px;
  font-family: "adrianna", sans-serif;
}
#fsAccountBar a:hover {
  color: #002144;
}
#fsAccountBar .fsAccountBarAvatar {
  height: 40px;
}
#fsAccountBar .fsAccountBarMenu a {
  color: #282828;
  font-size: 15px;
  font-family: "adrianna", sans-serif;
}
#fsAccountBar .fsAccountBarMenu a:hover {
  color: #002144;
}

.portal a.files:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal a.pops:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #b4035b;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate span {
  display: inline;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .portal:not(.fsComposeMode) #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative;
  background-position: 50% 0;
  background-size: cover;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero {
    height: 200px;
  }
}
.portal:not(.fsComposeMode) .portal-hero header {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
  position: relative;
  right: 0;
  left: -14px;
  top: 265px;
  margin-bottom: 0px;
  text-align: left;
  color: #fff;
  font-family: "adrianna", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
}
@media (max-width: 1200px) {
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    padding: 0 20px;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    font-size: 42px;
    left: 0;
    text-align: center;
  }
}
.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
  margin-bottom: 30px;
}
.portal:not(.fsComposeMode) .portal-news {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    position: absolute;
    right: 0;
    top: 10px;
    margin-bottom: 0px;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
  width: 300px;
  height: 240px;
  margin-right: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    display: block;
    float: none;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  color: #162f50;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  clear: both;
}
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
  color: #002144;
}
.portal:not(.fsComposeMode) .portal-news .fsDateTime {
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #282828;
}
.portal:not(.fsComposeMode) .portal-news .fsSummary {
  font-size: 15px;
  color: #282828;
  line-height: 25px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
  display: inline-block;
  font-family: "adrianna", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-news article {
  max-width: 100%;
  border: 0px;
}
@media (max-width: 480px) {
  .portal:not(.fsComposeMode) .portal-news article {
    padding: 0px !important;
  }
}
.portal:not(.fsComposeMode) .portal-directory-search {
  border-bottom: 0px;
}
.portal:not(.fsComposeMode) .portal-directory-search form label {
  font-family: "adrianna", sans-serif;
  font-size: 15px;
  color: #b4035b;
  display: block;
}
.portal:not(.fsComposeMode) .portal-directory-search form label > span {
  display: inline-block;
  min-width: 100px;
  text-align: right;
}
.portal:not(.fsComposeMode) .portal-directory-search form label > input,
.portal:not(.fsComposeMode) .portal-directory-search form label > select {
  display: inline-block;
  max-width: 190px;
  height: 30px;
  padding: 2px;
  margin-left: 10px;
}
.portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
  font-family: "adrianna", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
  min-width: 190px;
  margin-left: 125px;
  transition: background 0.15s linear;
}
.portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important;
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
  display: none;
}
.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px;
}
.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav {
    display: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
  padding: 0.6666666667em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPage > a,
.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPageAncestor > a {
  color: #002144;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.6666666667em 1.3333333333em;
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav > header {
  display: block;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header {
    display: none;
  }
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header {
    display: block;
  }
}
.portal:not(.fsComposeMode) .portal-sub-nav > header a {
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 8px;
}
.portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  background: #002144;
  color: #fff;
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    cursor: default;
  }
}
.portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
  display: none;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c;
}
.portal:not(.fsComposeMode) .portal-sub-mobile a {
  color: #fff !important;
}
.portal:not(.fsComposeMode) .portal-sub-mobile header,
.portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
  max-width: 480px;
  margin: 0 auto;
  display: block !important;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-mobile {
    display: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile.active {
  height: auto;
  max-height: 900px;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
  border-bottom: 1px solid #b7b7b7;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
.portal:not(.fsComposeMode) .rsrc-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.portal:not(.fsComposeMode) .rsrc-box ul li {
  display: block;
}
.portal:not(.fsComposeMode) .rsrc-box.qls ul li {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px;
}
.portal:not(.fsComposeMode) .portal-student-announcements {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  width: 100%;
}
.portal:not(.fsComposeMode) .portal-student-announcements header {
  text-align: center;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
  color: #6c6c6c;
  font-size: 15px;
  max-width: 100%;
  border: 0px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
    padding-left: 30px;
  }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
  color: #002144;
}
.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px;
}
.portal:not(.fsComposeMode) .portal-photos ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.portal:not(.fsComposeMode) .portal-photos ul li {
  display: inline-block;
  width: 20%;
  margin-left: -2px;
  margin-right: -2px;
  padding: 0 4px;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-photos ul li {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .portal:not(.fsComposeMode) .portal-photos ul li {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .portal:not(.fsComposeMode) .portal-photos ul li {
    width: 100%;
  }
}

/*! pages - map v0.0.1 */
.blue-dot-sample,
.red-dot-sample {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.blue-dot-sample {
  background: #003b79;
}

.red-dot-sample {
  background: #cc2127;
}

.campus-map {
  font-family: "adrianna", sans-serif;
}
@font-face {
  .campus-map {
    font-family: "fontello";
    src: url("/uploaded/themes/2015_map/fonts/fontello/font/isboston.eot");
    src: url("/uploaded/themes/2015_map/fonts/fontello/font/isboston.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/2015_map/fonts/fontello/font/isboston.woff") format("woff"), url("/uploaded/themes/2015_map/fonts/fontello/font/isboston.ttf") format("truetype"), url("/uploaded/themes/2015_map/fonts/fontello/font/isboston.svg#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
.campus-map #fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 63.2666666667em;
  max-width: 59.3125rem;
}
.campus-map #fsPageBodyWrapper {
  background: #fff url("/uploaded/images2/isbBG3.jpg") top center no-repeat;
}
.campus-map.map-pop-active .map-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  content: '';
  z-index: 200;
}
.campus-map .map-container {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 1.5em;
}
.campus-map .map-container > .fsElementContent {
  position: relative;
}
.campus-map .map-container > .fsElementContent img.map-image {
  display: block;
  width: 100%;
  height: auto;
}
.campus-map .map-container img[class*='hover'] {
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s;
  display: none;
}
@media (min-width: 989px) {
  .campus-map .map-container img[class*='hover'] {
    display: block;
  }
}
.campus-map .map-container img[class*='hover'].show {
  opacity: 1;
}
.campus-map .map-container .hover-0 {
  top: 462px;
  left: 498px;
}
.campus-map .map-container .hover-1 {
  top: 489px;
  left: 497px;
}
.campus-map .map-container .hover-2 {
  top: 613px;
  left: 736px;
}
.campus-map .map-container .hover-3 {
  top: 544px;
  left: 381px;
}
.campus-map .map-container .hover-4 {
  top: 407px;
  left: 513px;
}
.campus-map .map-container .hover-5 {
  top: 73px;
  left: 507px;
}
.campus-map .map-container .hover-6 {
  top: 105px;
  left: 914px;
}
.campus-map .map-container .hover-7 {
  top: 120px;
  left: 69px;
}
.campus-map .map-container .hover-8 {
  top: 110px;
  left: 386px;
}
.campus-map .map-container .hover-9 {
  top: 509px;
  left: 461px;
}
.campus-map .map-container .hover-10 {
  top: 258px;
  left: 777px;
}
.campus-map .map-container .hover-11 {
  top: 317px;
  left: 671px;
}
.campus-map .map-container .hover-12 {
  top: 130px;
  left: 710px;
}
.campus-map .map-container .hover-13 {
  top: 38px;
  left: 811px;
}
.campus-map .map-container .hover-14 {
  top: 516px;
  left: 415px;
}
.campus-map .map-container .hover-15 {
  top: 495px;
  left: 44px;
}
.campus-map .map-container .hover-16 {
  top: 646px;
  left: 688px;
}
.campus-map .map-container .hover-17 {
  top: 491px;
  left: 460px;
}
.campus-map .map-container .hover-18 {
  top: 74px;
  left: 567px;
}
.campus-map .map-points {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 0.625rem;
}
.campus-map .map-points li {
  position: absolute;
  z-index: 0;
  counter-increment: li;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  /*
   &.pin-1 { top: cp(465,744); left: cp(507,949); } // Main Building
   &.pin-2 { top: cp(509,744); left: cp(515,949); } // Lower School
   &.pin-3 { top: cp(537,744); left: cp(383,949); } // Administration Building
   &.pin-4 { top: cp(426,744); left: cp(546,949);  } // Athletic Fields
   &.pin-5 { top: cp(505,744); left: cp(473,949); } // Gymnasium Recess
   &.pin-6 { top: cp(513,744); left: cp(429,949); } // Theater
   &.pin-7 { top: cp(469,744); left: cp(565,949); } // Lower School Annex
   &.pin-8 { top: cp(625,744); left: cp(762,949); } // Maternelle
   &.pin-9 { top: cp(665,744); left: cp(709,949); } // Playground
   &.pin-10 { top: cp(76,744); left: cp(554,949); } // Boston Common
   &.pin-11 { top: cp(107,744); left: cp(913,949); } // Boston University
   &.pin-12 { top: cp(139,744); left: cp(74,949); } // Bunker Hill
   &.pin-13 { top: cp(110,744); left: cp(599,949); } // Charles River
   &.pin-14 { top: cp(278,744); left: cp(841,949); }  // Harvard University
   &.pin-15 { top: cp(322,744); left: cp(697,949); } // Lesley University
   &.pin-16 { top: cp(138,744); left: cp(775,949);  }// Massachusetts Institute for Technology
   &.pin-17 { top: cp(44,744); left: cp(876,949); } // Northeastern
   &.pin-18 { top: cp(511,744); left: cp(69,949);  } // Tufts University
   &.pin-19 { top: cp(100,744); left: cp(94,949); } // USS Constitution
   */
}
.campus-map .map-points li.blue-dot {
  background: #003b79;
}
.campus-map .map-points li.red-dot {
  background: #cc2127;
}
.campus-map .map-points li:hover {
  z-index: 1;
}
.campus-map .map-points li.pin-1 {
  top: 72.1774193548%;
  left: 40.3582718651%;
}
.campus-map .map-points li.pin-2 {
  top: 68.4139784946%;
  left: 54.2676501581%;
}
.campus-map .map-points li.pin-3 {
  top: 62.5%;
  left: 53.4246575342%;
}
.campus-map .map-points li.pin-4 {
  top: 63.0376344086%;
  left: 59.5363540569%;
}
.campus-map .map-points li.pin-5 {
  top: 65.4569892473%;
  left: 55.7428872497%;
}
.campus-map .map-points li.pin-6 {
  top: 68.9516129032%;
  left: 45.2054794521%;
}
.campus-map .map-points li.pin-7 {
  top: 67.876344086%;
  left: 49.841938883%;
}
.campus-map .map-points li.pin-8 {
  top: 57.2580645161%;
  left: 57.5342465753%;
}
.campus-map .map-points li.pin-9 {
  top: 10.2150537634%;
  left: 58.3772391992%;
}
.campus-map .map-points li.pin-10 {
  top: 14.3817204301%;
  left: 96.2065331928%;
}
.campus-map .map-points li.pin-11 {
  top: 18.6827956989%;
  left: 7.7976817703%;
}
.campus-map .map-points li.pin-12 {
  top: 14.7849462366%;
  left: 63.1190727081%;
}
.campus-map .map-points li.pin-13 {
  top: 37.3655913978%;
  left: 88.6195995785%;
}
.campus-map .map-points li.pin-14 {
  top: 43.2795698925%;
  left: 73.4457323498%;
}
.campus-map .map-points li.pin-15 {
  top: 18.5483870968%;
  left: 81.664910432%;
}
.campus-map .map-points li.pin-16 {
  top: 5.9139784946%;
  left: 92.3076923077%;
}
.campus-map .map-points li.pin-17 {
  top: 68.6827956989%;
  left: 7.2708113804%;
}
.campus-map .map-points li.pin-18 {
  top: 13.4408602151%;
  left: 9.9051633298%;
}
.campus-map .map-points li .hover-0 {
  top: 62.0967741935%;
  left: 52.4762908325%;
}
.campus-map .map-points li .hover-1 {
  top: 65.7258064516%;
  left: 52.3709167545%;
}
.campus-map .map-points li .hover-2 {
  top: 82.3924731183%;
  left: 77.5553213909%;
}
.campus-map .map-points li .hover-3 {
  top: 73.1182795699%;
  left: 40.1475237092%;
}
.campus-map .map-points li .hover-4 {
  top: 54.7043010753%;
  left: 54.0569020021%;
}
.campus-map .map-points li .hover-5 {
  top: 9.811827957%;
  left: 53.4246575342%;
}
.campus-map .map-points li .hover-6 {
  top: 14.1129032258%;
  left: 96.3119072708%;
}
.campus-map .map-points li .hover-7 {
  top: 16.1290322581%;
  left: 7.2708113804%;
}
.campus-map .map-points li .hover-8 {
  top: 14.7849462366%;
  left: 40.6743940991%;
}
.campus-map .map-points li .hover-9 {
  top: 68.4139784946%;
  left: 48.5774499473%;
}
.campus-map .map-points li .hover-10 {
  top: 34.6774193548%;
  left: 81.875658588%;
}
.campus-map .map-points li .location-11 {
  top: 43.2795698925%;
  left: 73.4457323498%;
}
.campus-map .map-points li a {
  display: block;
  position: relative;
  height: 23px;
  width: 23px;
  border-radius: 100%;
  line-height: 1;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.campus-map .map-points li a:hover .map-text {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1) translate(-50%, 0%);
  -ms-transform: scale(1) translate(-50%, 0%);
  transform: scale(1) translate(-50%, 0%);
  opacity: 1;
  visibility: visible;
}
.campus-map .map-points li a .map-text {
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.35);
  bottom: 400%;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  color: #333;
  position: absolute;
  left: 50%;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-transform: scale(0.95) translate(-50%, 100%);
  -ms-transform: scale(0.95) translate(-50%, 100%);
  transform: scale(0.95) translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s ease;
}
.campus-map .map-points li a .map-text:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% - 1px);
  -webkit-filter: drop-shadow(0px 10px 2px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0px 10px 2px rgba(0, 0, 0, 0.35));
}
.campus-map .map-legend > header .fsElementTitle {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #00205b;
}
@media (min-width: 750px) {
  .campus-map .map-legend > header .fsElementTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #9abccf;
  }
}
@media (min-width: 768px) {
  .campus-map .map-legend .fsTwoColumnLayout .fsDiv {
    width: 50%;
    float: left;
  }
}
.campus-map .map-key {
  margin: 0 0 20px 0;
  padding: 0;
}
.campus-map .map-key .fsElementTitle {
  color: #4e758b;
  text-transform: none;
  font-size: 20px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #4e758b;
}
.campus-map .map-key .fsElementTitle:after {
  font-size: 15px;
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0;
  right: 0;
}
.map-key.active .fsElementTitle:after {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
@media (min-width: 750px) {
  .campus-map .map-key .fsElementTitle {
    font-size: 30px;
    border: none;
  }
  .campus-map .map-key .fsElementTitle:after {
    content: '';
    display: none;
  }
}
@media (max-width: 750px) {
  .campus-map .map-key > .fsElementContent {
    display: none;
  }
  .map-key.active > .fsElementContent {
    display: block;
  }
}
@media (min-width: 900px) {
  .campus-map .map-key > .fsElementContent {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
    min-height: initial;
  }
}
.campus-map .map-key.blue-dots a {
  color: #003b79;
}
.campus-map .map-key.blue-dots a:hover {
  color: #0060c6;
}
.campus-map .map-key.red-dots a {
  color: #cc2127;
}
.campus-map .map-key.red-dots a:hover {
  color: #e4565b;
}
.campus-map .map-key .fsNavLevel1 {
  list-style-type: none;
  padding-left: 0;
}
.campus-map .map-key .fsNavLevel1 li {
  font-weight: 700;
  line-height: 1.3em;
  counter-increment: li;
  margin-bottom: 5px;
}
.campus-map .map-key .fsNavLevel1 li:before {
  content: " " counter(li) ") ";
}
@media (min-width: 600px) {
  .campus-map .map-key .fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  .no-csscolumns .campus-map .map-key .fsNavLevel1 li li {
    float: left;
    display: block;
    width: 50%;
    vertical-align: top;
  }
}
.campus-map .map-detail .fsMediaCustomPlayer {
  font-family: "adrianna", sans-serif;
  color: #6d6d6d;
  font-size: 15px;
}
.campus-map .map-detail .slick-dots {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: none !important;
  text-align: center;
}
@media (min-width: 800px) {
  .campus-map .map-detail .slick-dots {
    display: block !important;
  }
}
.campus-map .map-detail .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
}
.campus-map .map-detail .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.campus-map .map-detail .slick-dots li.slick-active button {
  background: #35c9d7;
  opacity: 1;
}
.campus-map .map-detail .slick-dots li button {
  padding: 0;
  opacity: 0.6;
  background: #b2b2b2;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 100%;
  transition: 0.3s background;
}
.campus-map .map-detail .slick-dots li button:hover {
  background: #35c9d7;
  opacity: 1;
}
.campus-map .map-detail .fsSlideImage {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.campus-map .map-detail .fsSlideImage img {
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
}
.campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
  font-weight: 500;
  color: #FFF;
}
.campus-map .map-detail .fsCaptionDescWrapper {
  padding: 20px;
  line-height: 1.5;
}
.campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
  margin-bottom: 0;
}
.campus-map.map-pop-active .map-pop-wrapper {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1, 1);
  -ms-transform: translate(-50%, 0) scale(1, 1);
  transform: translate(-50%, 0) scale(1, 1);
}
.campus-map .map-pop-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  background: #FFF;
  opacity: 0;
  z-index: 500;
  transition: all 0.3s ease;
  width: 100%;
  -webkit-transform: translate(-50%, 0) scale(0, 0);
  -ms-transform: translate(-50%, 0) scale(0, 0);
  transform: translate(-50%, 0) scale(0, 0);
  max-width: 700px;
}
.campus-map .map-pop-wrapper .map-pop-container {
  padding: 10px;
  box-shadow: 0 0 20px -3px #404004;
}
.campus-map .map-pop-wrapper .map-pop-container > .fsLayout,
.campus-map .map-pop-wrapper .map-pop-container > .fsLayout > .fsDiv {
  margin: 0 !important;
  padding: 0 !important;
}
.campus-map .map-pop-wrapper .map-close {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #002144;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 400;
  transition: 0.3s color, 0.3s border;
}
.campus-map .map-pop-wrapper .map-close:hover {
  cursor: pointer;
  color: rgba(150, 202, 80, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
}
.campus-map .map-pop-wrapper .map-close:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.1875rem;
  line-height: 2;
}
.campus-map .map-pop-container.multiple .fsElement {
  display: none;
}
.campus-map .map-pop-container.multiple .fsElement:first-child {
  display: block;
}
@media (min-width: 949px) {
  .campus-map .map-pop-container.multiple .fsElement .fsElementContent {
    width: auto;
    display: inline-block;
    float: right;
    width: 69%;
  }
}
@media (min-width: 949px) {
  .campus-map .map-pop-container .modal-list {
    width: 30%;
    float: left;
  }
}
.campus-map .map-pop-container .modal-list .fsElementTitle {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding: 5px 10px;
  zoom: 1;
  position: relative;
  width: calc(100% - 14px);
}
.campus-map .map-pop-container .modal-list .fsElementTitle:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 949px) {
  .campus-map .map-pop-container .modal-list .fsElementTitle {
    display: block;
  }
}
.campus-map .map-pop-container .modal-list .fsElementTitle.active, .campus-map .map-pop-container .modal-list .fsElementTitle:hover {
  color: #fff;
  background: #002144;
}
.campus-map .map-pop-container .modal-list .fsElementTitle.active:after, .campus-map .map-pop-container .modal-list .fsElementTitle:hover:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #002144;
  border-width: 14px;
  margin-top: -14px;
}
.campus-map .map-pop-container .fsElement .fsElementContent {
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-left: 8px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.3;
  color: #4e758d;
}
.campus-map .map-pop-container .fsElement header {
  position: relative;
}
.campus-map .map-pop-container .fsElement header .fsElementTitle {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 59, 121, 0.8);
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 10px 20px;
  z-index: 2;
}
.campus-map .map-pop-container .fsElement header ul {
  padding: 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.campus-map .map-pop-container .fsElement header ul li, .campus-map .map-pop-container .fsElement header ul img {
  width: 100%;
}
@-webkit-keyframes panoramic {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}
@keyframes panoramic {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}
.campus-map .pan-img {
  -webkit-animation: panoramic 25s linear infinite;
  animation: panoramic 25s linear infinite;
  background-size: cover;
}
.campus-map .pan-img img {
  height: 389px;
  visibility: hidden;
}
.campus-map .fs_style_24 {
  width: auto !important;
}
.campus-map ul.slick-dots {
  text-align: center;
  margin: 20px 0 0 0 !important;
}
.campus-map ul.slick-dots, .campus-map ul.slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.campus-map ul.slick-dots li {
  margin: 0;
  padding: 0;
}
.campus-map ul.slick-dots li {
  display: block;
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 5px;
  border-radius: 100%;
  overflow: hidden;
  transition: all .3s linear;
}
.campus-map ul.slick-dots li.slick-active {
  background: #ffd100;
  outline: none;
}
.campus-map ul.slick-dots li:hover {
  background: #002144;
}
.campus-map ul.slick-dots li button {
  padding: 0;
  border: 0;
  background: none;
  color: transparent;
  height: 100%;
  width: 100%;
}
.campus-map .slick-next, .campus-map .slick-prev {
  background: none;
  border: none;
  color: transparent;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
  background-color: rgba(0, 59, 121, 0.8);
  height: 30px;
  width: 30px;
  text-align: center;
}
.campus-map .slick-next:hover, .campus-map .slick-prev:hover {
  background-color: #003b79;
}
.campus-map .slick-next:before, .campus-map .slick-prev:before {
  color: #fff;
  display: block;
  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);
}
.campus-map .slick-next {
  left: auto;
  right: 0;
}
.campus-map .slick-next:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
}
.campus-map .slick-prev {
  left: 0;
  right: auto;
}
.campus-map .slick-prev:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.6666666667em;
  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: 36.3636363636%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 18.1818181818%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 9.0909090909%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #282828;
  color: #282828;
}
.colors ol li:nth-of-type(1):after {
  content: "#282828";
}
.colors ol li:nth-of-type(2) {
  background: #002144;
  color: #002144;
}
.colors ol li:nth-of-type(2):after {
  content: "#002144";
}
.colors ol li:nth-of-type(3) {
  background: #96ca50;
  color: #96ca50;
}
.colors ol li:nth-of-type(3):after {
  content: "#96ca50";
}
.colors ol li:nth-of-type(4) {
  background: #ffd100;
  color: #ffd100;
}
.colors ol li:nth-of-type(4):after {
  content: "#ffd100";
}
.colors ol li:nth-of-type(5) {
  background: #b4035b;
  color: #b4035b;
}
.colors ol li:nth-of-type(5):after {
  content: "#b4035b";
}
.colors ol li:nth-of-type(6) {
  background: #5c068c;
  color: #5c068c;
}
.colors ol li:nth-of-type(6):after {
  content: "#5c068c";
}
.colors ol li:nth-of-type(7) {
  background: #00205b;
  color: #00205b;
}
.colors ol li:nth-of-type(7):after {
  content: "#00205b";
}
.colors ol li:nth-of-type(8) {
  background: #001741;
  color: #001741;
}
.colors ol li:nth-of-type(8):after {
  content: "#001741";
}
.colors ol li:nth-of-type(9) {
  background: #001b4e;
  color: #001b4e;
}
.colors ol li:nth-of-type(9):after {
  content: "#001b4e";
}
.colors ol li:nth-of-type(10) {
  background: #e5e5e5;
  color: #e5e5e5;
}
.colors ol li:nth-of-type(10):after {
  content: "#e5e5e5";
}
.colors ol li:nth-of-type(11) {
  background: #666;
  color: #666;
}
.colors ol li:nth-of-type(11):after {
  content: "#666";
}

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

.headers h1:after {
  content: " size: 26px / line: 28px";
}
.headers h2:after {
  content: " size: 23px / line: 25px";
}
.headers h3:after {
  content: " size: 20px / line: 22px";
}
.headers h4:after {
  content: " size: 22px / line: 24px";
}
.headers h5:after {
  content: " size: 17px / line: 19px";
}
.headers h6:after {
  content: " size: 13px / line: 15px";
}
