@charset "UTF-8";
 /**
 *
 * St. Mark's School - default
 * @link http://stmarksschool.finalsite.com
 * Site Template : newclientcustom
 * Built By: Al Ramos
 * Project Manager: Shanda Cuscovitch
 * Designer: Heidi Beutel
 * ==== Git Info ====
 * Branch Name: clients/stmarksschool
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-390-g2a3262b2af
 * Last build by: Kosha Burnett
 *
 **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

figure {
  margin: 0; }
  figure.fsStateFloatLeft {
    margin: 0 10px 0 0; }
  figure.fsstateFloatRight {
    margin: 0 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts//icomoon.eot");
  src: url("../fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//icomoon.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-weight: normal;
  font-family: "Andada", Georgia, serif;
  font-size: 2.8125em;
  line-height: 1.11111em;
  color: #003057;
  margin-bottom: 0.35556em; }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Andada", Georgia, serif;
  font-size: 2.5em;
  line-height: 1.125em;
  color: #3c557c;
  margin-bottom: 0.4em; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-family: "Andada", Georgia, serif;
  font-size: 2.1875em;
  line-height: 1.14286em;
  color: #3c557c;
  margin-bottom: 0.28571em; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Andada", Georgia, serif;
  font-size: 1.875em;
  line-height: 1.16667em;
  color: #c49313;
  margin-bottom: 0.33333em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-family: "Andada", Georgia, serif;
  font-size: 1.5625em;
  line-height: 1.2em;
  color: #3c557c;
  margin-bottom: 0.4em; }

h6, .module .fsElementTitle, .module-light .fsElementTitle, .module-dark .fsElementTitle, .athletics-2 .module-athletics .fsElementTitle,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Andada", Georgia, serif;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #3c557c;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #3c557c;
  font-weight: 600;
  transition: background .3s, color .3s; }
  a:hover {
    color: #c49313; }

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

ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAP0lEQVQIW2NkwAIYD08RSmP4x5jGwPj/LMO/v7Ns8z+eZTw8SfgMIyODMUjDf4b/s2xz36XjEMSmHatFRAsCAMxnIgmulVV1AAAAAElFTkSuQmCC); }

table.styled, table.fs_style_37, table.fs_style_38 {
  margin-bottom: 1.25em;
  width: 100%; }
  table.styled tr:nth-of-type(odd) td, table.fs_style_37 tr:nth-of-type(odd) td, table.fs_style_38 tr:nth-of-type(odd) td {
    background-color: #fff; }
  table.fs_style_37 tr:first-child td {
    display: table-cell !important; }
  table.fs_style_37 tr:nth-of-type(odd) td {
    background-color: #f3e9d0; }
  table.fs_style_37 tr:nth-of-type(even) td {
    background-color: #fff; }
  table.styled th,
  table.styled td, table.fs_style_37 th,
  table.fs_style_37 td, table.fs_style_38 th,
  table.fs_style_38 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th, table.fs_style_37 th, table.fs_style_38 th {
    padding: 1.25em;
    text-align: left;
    background: #003057;
    color: #fff; }
  table.styled td, table.fs_style_37 td, table.fs_style_38 td {
    padding: 7px 1.25em;
    background: #f3e9d0; }

.fs_style_36, table.fs_style_37 tr:first-child td {
  background-color: #003057;
  color: #fff;
  font-size: 18px;
  padding: 7px 21px;
  display: block;
  margin-bottom: 0;
  font-weight: 600; }

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: #003057;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-shadow: none; }
  .fsLoadMoreButton:hover {
    background: #00223e;
    color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "raleway", sans-serif;
    margin-top: 5px; }
  .fsLoadMoreButton #fsBannerRight, .fsLoadMoreButton #fsBannerLeft {
    width: 100%; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: #3c557c;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .color-button:hover {
    background: #34496b;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "raleway", sans-serif;
    margin-top: 5px; }
  .color-button #fsBannerRight, .color-button #fsBannerLeft {
    width: 100%; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: transparent;
  color: #3c557c;
  outline: 0;
  border-radius: 0;
  border: 0.2em solid #3c557c; }
  .hollow-button:hover {
    background: rgba(0, 0, 0, 0);
    color: #3c557c; }
  .hollow-button em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "raleway", sans-serif;
    margin-top: 5px; }
  .hollow-button #fsBannerRight, .hollow-button #fsBannerLeft {
    width: 100%; }

.fs_style_23, .side-cal footer a, .side-news footer a, .fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: #3c557c;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .fs_style_23:hover, .side-cal footer a:hover, .side-news footer a:hover, .fs_style_33:hover {
    background: #34496b;
    color: #fff; }
  .fs_style_23 em, .side-cal footer a em, .side-news footer a em, .fs_style_33 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "raleway", sans-serif;
    margin-top: 5px; }
  .fs_style_23 #fsBannerRight, .side-cal footer a #fsBannerRight, .side-news footer a #fsBannerRight, .fs_style_23 #fsBannerLeft, .side-cal footer a #fsBannerLeft, .side-news footer a #fsBannerLeft, .fs_style_33 #fsBannerRight, .fs_style_33 #fsBannerLeft {
    width: 100%; }

.fs_style_31, .fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: #c49313;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .fs_style_31:hover, .fs_style_34:hover {
    background: #ad8211;
    color: #fff; }
  .fs_style_31 em, .fs_style_34 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "raleway", sans-serif;
    margin-top: 5px; }
  .fs_style_31 #fsBannerRight, .fs_style_31 #fsBannerLeft, .fs_style_34 #fsBannerRight, .fs_style_34 #fsBannerLeft {
    width: 100%; }

.fs_style_32, .fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: #003057;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .fs_style_32:hover, .fs_style_35:hover {
    background: #00223e;
    color: #fff; }
  .fs_style_32 em, .fs_style_35 em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "raleway", sans-serif;
    margin-top: 5px; }
  .fs_style_32 #fsBannerRight, .fs_style_32 #fsBannerLeft, .fs_style_35 #fsBannerRight, .fs_style_35 #fsBannerLeft {
    width: 100%; }

.fs_style_33, .fs_style_34, .fs_style_35 {
  font-size: 25px;
  font-family: "Andada", Georgia, serif;
  font-weight: 400;
  text-align: center;
  padding: 19px 28px;
  max-width: 280px;
  line-height: 1.2; }

/*! content - style manger v0.0.1 */
.lead-in, .fs_style_24 {
  font-size: 20px;
  line-height: 28px;
  color: #c49313;
  font-weight: 600; }

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 20px;
  line-height: 28px;
  border: 2px solid #c49313;
  text-align: center;
  color: #003057;
  font-weight: 600;
  padding: 62px 30px; }
  blockquote:before, blockquote:after {
    position: absolute;
    font-family: "Andada", Georgia, serif;
    font-size: 63px;
    background-color: #c49313;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 83px;
    display: block;
    color: #fff;
    font-weight: 400; }
  blockquote:before {
    content: '\201c';
    left: 0;
    top: 0; }
  blockquote:after {
    content: '\201D';
    right: 0;
    bottom: 0; }

cite, .fs_style_39 {
  display: block;
  margin: 18px 0 0;
  font-style: normal;
  font-size: 16px;
  color: #404040;
  font-weight: 400; }
  cite:before, .fs_style_39:before {
    content: '- '; }

.callout {
  font-weight: 600;
  color: #003057;
  font-size: 20px;
  line-height: 28px; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #003057; }
  body.fsAccountBarVisible #fsHeader {
    top: 45px; }
    @media (max-width: 599px) {
      body.fsAccountBarVisible #fsHeader {
        top: 0; } }
  body.fsComposeMode #fsHeader {
    position: relative; }
  body.fsComposeMode.fsBannerEditMode #fsHeader {
    position: static; }
  #fsHeader .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 87.5em;
    max-width: 87.5rem;
    position: static; }
    #fsHeader .fsBanner.fsBannerEdit {
      z-index: 100001;
      position: relative; }
  body.fsComposeMode.fsBannerEditMode #fsHeader .fsBanner {
    position: relative; }
  @media (max-width: 999px) {
    #fsHeader {
      position: relative; } }
  @media (max-width: 599px) {
    #fsHeader {
      padding-right: 20px; } }

.site-info-container {
  overflow: hidden;
  white-space: nowrap;
  width: 400px;
  float: left;
  margin-top: 20px;
  margin-left: 32px;
  max-width: 100%; }
  .site-info-container h1 {
    margin: 0; }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    font-size: 0;
    background: url("../images/logo.svg") no-repeat 0 50%;
    background-size: contain;
    height: 90px; }
    .site-info-container a:hover {
      color: transparent; }
    .giving-top .site-info-container a {
      background: url("../images/GDfinalsite-header-2021.png") no-repeat 15% 50%;
      background-size: contain; }
    .annual-report .site-info-container a {
      background-image: url("../images/annual-report-logo.png");
      background-repeat: no-repeat;
      background-size: contain; }
  .site-info-container.vindex a {
    background: url("../images/Vindex-Logo.png") no-repeat 0 50%;
    background-size: contain; }
  @media (max-width: 1399px) {
    .site-info-container {
      margin-left: 0; } }
  @media (max-width: 1359px) {
    .site-info-container {
      margin-top: 0;
      width: 270px; }
      .site-info-container a {
        padding: 10px 0; } }
  @media (max-width: 999px) {
    .site-info-container {
      width: 400px; }
      .site-info-container a {
        padding: 40px 0; } }

.util-nav {
  float: right;
  position: relative;
  padding-right: 112px; }
  .util-nav ul, .util-nav ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .util-nav ul li {
    margin: 0;
    padding: 0; }
  .util-nav .fsContainer > .fsElementContent > * {
    display: inline-block;
    vertical-align: top; }
  .util-nav .fsEmbed {
    line-height: 1;
    padding: 18px 14px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999; }
    .util-nav .fsEmbed input {
      border: 0;
      background: transparent;
      font-size: 15px;
      width: 50px;
      padding: 0;
      color: #fff;
      display: none; }
      .util-nav .fsEmbed input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .util-nav .fsEmbed input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .util-nav .fsEmbed input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .util-nav .fsEmbed input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
    .util-nav .fsEmbed:before {
      content: "Search";
      display: inline-block;
      color: rgba(255, 255, 255, 0.7);
      font-size: 15px; }
    .util-nav .fsEmbed button {
      background: transparent;
      border: 0; }
      .util-nav .fsEmbed button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.7);
        display: inline-block; }
    .util-nav .fsEmbed .fsElementContent {
      display: inline-block; }
    .util-nav .fsEmbed:hover {
      background: #3c557c; }
      .util-nav .fsEmbed:hover:before {
        display: none; }
      .util-nav .fsEmbed:hover input {
        width: 230px;
        display: inline-block; }
        .util-nav .fsEmbed:hover input::-webkit-input-placeholder {
          color: #fff; }
        .util-nav .fsEmbed:hover input:-moz-placeholder {
          color: #fff; }
        .util-nav .fsEmbed:hover input::-moz-placeholder {
          color: #fff; }
        .util-nav .fsEmbed:hover input:-ms-input-placeholder {
          color: #fff; }
      .util-nav .fsEmbed:hover button:before {
        color: #fff; }
    @media (max-width: 1359px) {
      .util-nav .fsEmbed {
        padding: 25px 14px; } }
  @media (max-width: 999px) {
    .util-nav {
      display: none; } }

.header-login li {
  display: inline-block; }

.header-login a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 15px 20px; }
  .header-login a:hover {
    background-color: #c49313;
    color: #fff; }
  .header-login a:after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; }

@media (max-width: 1359px) {
  .header-login a {
    padding: 22px 20px; } }

@media (max-width: 999px) {
  .header-login {
    margin-top: 10px; }
    .header-login li {
      display: block; }
    .header-login a {
      padding: 10px 0; } }

@media (min-width: 1000px) {
  .header-resource {
    position: relative;
    z-index: 9999; }
    .header-resource .fsElementContent {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden;
      visibility: visible; }
    .header-resource:hover .fsElementContent {
      max-height: 9999px; } }
  @media (min-width: 1000px) and (max-width: 599px) {
    .header-resource:focus .fsElementContent {
      max-height: 9999px; } }

@media (min-width: 1000px) {
    .header-resource:hover {
      background: #c49313; }
    .header-resource:hover .fsElementTitle {
      color: #fff; }
    .header-resource:hover .fsElementTitle:after {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); } }

.header-resource .fsElementTitle {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
  margin-bottom: 0;
  padding: 19px; }
  .header-resource .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px; }

.header-resource .fsElementContent {
  width: 100%;
  padding: 0 20px; }
  .header-resource .fsElementContent ul, .header-resource .fsElementContent ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .header-resource .fsElementContent ul li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1000px) {
    .header-resource .fsElementContent {
      background: rgba(196, 147, 19, 0.98);
      padding: 0; } }

.header-resource a {
  color: #ccd6dd;
  font-weight: 400;
  display: block;
  padding: 5px 19px; }
  @media (min-width: 1000px) {
    .header-resource a {
      color: #fff; }
      .header-resource a:hover {
        color: #003057; } }

@media (max-width: 1359px) {
  .header-resource .fsElementTitle {
    padding: 26px 19px; } }

/*! structure - footer v0.0.1 */
#fsFooter {
  text-align: left;
  color: #fff; }
  #fsFooter .fsBanner {
    position: relative; }
    body:not(.home) #fsFooter .fsBanner:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 100%;
      width: 385px;
      height: 390px;
      background: url(../images/footer-lion.svg);
      background-size: cover;
      opacity: 0.1; }
  #fsFooter .goog-te-menu-value span {
    font-family: "raleway", sans-serif; }
  #fsFooter .goog-te-gadget img {
    display: none; }
  #fsFooter .goog-te-gadget a {
    color: #fff !important; }
  #fsFooter .goog-te-gadget-simple .goog-te-menu-value span {
    border: 0 !important;
    font-size: 14px; }
  #fsFooter .goog-te-gadget-simple .goog-te-menu-value span:last-child {
    display: none; }
  #fsFooter .goog-te-gadget-simple {
    padding: 10px 18px;
    background-color: #003057;
    border: 0;
    color: #fff; }
    #fsFooter .goog-te-gadget-simple:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
    #fsFooter .goog-te-gadget-simple:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      vertical-align: middle;
      margin-left: 6px; }

.footer-content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
  background-position: center; }
  .footer-content ul, .footer-content ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-content ul li {
    margin: 0;
    padding: 0; }
  .footer-content > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    font-size: 0; }
    .footer-content > .fsElementContent > * {
      font-size: 16px; }
    @media (max-width: 1179px) {
      .footer-content > .fsElementContent {
        padding: 0 20px; } }
  .footer-content:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 48, 87, 0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .footer-content .fsFourColumnLayout {
    margin-top: 44px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .footer-content .fsFourColumnLayout .fsElementTitle {
      font-family: "Andada", Georgia, serif;
      color: #c49313;
      font-size: 18px;
      font-weight: 400;
      text-transform: none;
      margin-bottom: 0; }
    .footer-content .fsFourColumnLayout .fsElementContent {
      margin-top: 15px; }
    .footer-content .fsFourColumnLayout .fsStyleColumn {
      margin-bottom: 0;
      position: relative;
      padding: 0 40px; }
    .footer-content .fsFourColumnLayout .fsStyleColumn-1 {
      padding-left: 0 !important; }
    .footer-content .fsFourColumnLayout .fsStyleColumn + .fsStyleColumn:before {
      content: "";
      position: absolute;
      width: 1px;
      background-color: rgba(60, 85, 124, 0.6);
      height: 115px;
      top: -12px;
      left: 0; }
    .footer-content .fsFourColumnLayout ul {
      display: inline-block;
      vertical-align: top; }
    .footer-content .fsFourColumnLayout .col-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .footer-content .fsFourColumnLayout .fsStyleColumn-4 {
      padding-right: 0 !important; }
    @media (max-width: 1179px) {
      .footer-content .fsFourColumnLayout .fsStyleColumn {
        padding: 0 30px; } }
    @media (max-width: 899px) {
      .footer-content .fsFourColumnLayout {
        text-align: center; }
        .footer-content .fsFourColumnLayout .fsStyleColumn {
          text-align: left;
          width: auto;
          display: inline-block;
          min-width: 33%; }
        .footer-content .fsFourColumnLayout .fsStyleColumn-4 {
          margin-top: 80px; } }
    @media (max-width: 799px) {
      .footer-content .fsFourColumnLayout .fsStyleColumn-3 {
        padding-left: 0; }
        .footer-content .fsFourColumnLayout .fsStyleColumn-3:before {
          display: none; } }
    @media (max-width: 699px) {
      .footer-content .fsFourColumnLayout .fsStyleColumn {
        width: 100%;
        padding: 0;
        text-align: center; }
        .footer-content .fsFourColumnLayout .fsStyleColumn:before {
          display: none; }
        .footer-content .fsFourColumnLayout .fsStyleColumn .fsElement {
          display: inline-block;
          min-width: 80%;
          margin: 0 auto; }
        .footer-content .fsFourColumnLayout .fsStyleColumn + .fsStyleColumn {
          margin-top: 25px; } }
  .footer-content a {
    font-weight: 400;
    color: #fff; }
    .footer-content a:hover {
      color: #c49313; }
  .footer-content .fsContent:nth-child(3) {
    margin-top: 60px;
    width: 50%;
    display: inline-block; }
    .footer-content .fsContent:nth-child(3) .fsElementContent {
      display: inline-block;
      vertical-align: top; }
    .footer-content .fsContent:nth-child(3) footer {
      display: inline-block;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.5);
      width: calc(100% - 190px);
      padding-left: 18px; }
    @media (max-width: 999px) {
      .footer-content .fsContent:nth-child(3) {
        width: 100%; } }
    @media (max-width: 699px) {
      .footer-content .fsContent:nth-child(3) {
        margin-top: 30px; }
        .footer-content .fsContent:nth-child(3) .fsElementContent, .footer-content .fsContent:nth-child(3) footer {
          display: block;
          width: 100%;
          text-align: center; }
        .footer-content .fsContent:nth-child(3) footer {
          margin-top: 10px; }
        .footer-content .fsContent:nth-child(3) #google_translate_element {
          display: inline-block; } }
  .footer-content .fsContent:nth-child(4) {
    width: 50%;
    display: inline-block;
    text-align: right;
    padding-right: 170px; }
    .footer-content .fsContent:nth-child(4) li {
      display: inline-block; }
      .footer-content .fsContent:nth-child(4) li + li {
        margin-left: 24px; }
    .footer-content .fsContent:nth-child(4) a {
      font-size: 15px;
      color: rgba(255, 255, 255, 0.5); }
      .footer-content .fsContent:nth-child(4) a:hover {
        color: #c49313; }
    @media (max-width: 999px) {
      .footer-content .fsContent:nth-child(4) {
        width: 100%;
        display: block;
        margin-top: 10px; } }
    @media (max-width: 699px) {
      .footer-content .fsContent:nth-child(4) {
        padding-right: 0;
        text-align: center; } }
  @media (max-width: 699px) {
    .footer-content {
      padding-bottom: 60px; } }

.footer-address {
  text-align: center; }
  .footer-address li {
    display: inline-block; }
  .footer-address header {
    margin-bottom: 20px; }
  .footer-address header a {
    background: url(../images/footer-logo.svg) no-repeat 0 50%;
    background-size: cover;
    font-size: 0;
    color: transparent;
    display: inline-block;
    width: 260px;
    height: 20px; }
  .footer-address .fsElementContent ul {
    font-size: 0; }
  .footer-address .fsElementContent li {
    line-height: 1.6;
    font-size: 16px; }
    .footer-address .fsElementContent li:before {
      color: #c49313;
      display: inline-block;
      margin-right: 11px;
      vertical-align: middle; }
    .footer-address .fsElementContent li + li {
      border-left: 1px solid #fff;
      margin-left: 20px;
      padding-left: 20px; }
    .footer-address .fsElementContent li a {
      font-weight: 400;
      color: #fff; }
      .footer-address .fsElementContent li a:hover {
        color: #c49313; }
    .footer-address .fsElementContent li:first-child:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .footer-address .fsElementContent li:nth-child(2):before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .footer-address .fsElementContent li:nth-child(3):before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 10px; }
    @media (max-width: 999px) {
      .footer-address .fsElementContent li:last-child {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
        display: block; } }
  .footer-address footer {
    margin-top: 27px; }
    .footer-address footer ul {
      display: inline-block; }
    .footer-address footer li {
      line-height: 1;
      display: inline-block; }
    .footer-address footer li + li {
      margin-left: 30px; }
    .footer-address footer a {
      font-size: 0;
      color: transparent;
      font-weight: 400;
      display: inline-block;
      width: 15px; }
      .footer-address footer a[href*='facebook']:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .footer-address footer a[href*='twitter']:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .footer-address footer a[href*='instagram']:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .footer-address footer a[href*='linkedin']:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .footer-address footer a[href*='smugmug']:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .footer-address footer a:before {
        color: #fff;
        font-size: 19px;
        display: inline-block;
        transition: color 0.3s; }
      .footer-address footer a:hover:before {
        color: #c49313; }
  @media (max-width: 699px) {
    .footer-address .fsElementContent li {
      display: block; }
      .footer-address .fsElementContent li + li {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        margin-top: 10px; } }

.footer-extra, .athletics-2 .footer-extra {
  background-color: #f3e9d0;
  padding: 50px 0; }
  .footer-extra > .fsElementContent, .athletics-2 .footer-extra > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 68.75em;
    max-width: 68.75rem; }
  .footer-extra .fsStyleColumn-1 .fsContent, .athletics-2 .footer-extra .fsStyleColumn-1 .fsContent {
    border: 1px solid #3c557c; }
    .footer-extra .fsStyleColumn-1 .fsContent .fsElementTitle, .athletics-2 .footer-extra .fsStyleColumn-1 .fsContent .fsElementTitle {
      background-color: #3c557c; }
  .footer-extra .fsStyleColumn-2 .fsContent, .athletics-2 .footer-extra .fsStyleColumn-2 .fsContent {
    border: 1px solid #c49313; }
    .footer-extra .fsStyleColumn-2 .fsContent .fsElementTitle, .athletics-2 .footer-extra .fsStyleColumn-2 .fsContent .fsElementTitle {
      background-color: #c49313; }
  .footer-extra .fsStyleColumn-3 .fsContent, .athletics-2 .footer-extra .fsStyleColumn-3 .fsContent {
    border: 1px solid #003057; }
    .footer-extra .fsStyleColumn-3 .fsContent .fsElementTitle, .athletics-2 .footer-extra .fsStyleColumn-3 .fsContent .fsElementTitle {
      background-color: #003057; }
  .footer-extra .fsElementTitle, .athletics-2 .footer-extra .fsElementTitle {
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-family: "Andada", Georgia, serif;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    padding: 10px 0; }
  .footer-extra .fsContent .fsElementContent, .athletics-2 .footer-extra .fsContent .fsElementContent {
    padding: 20px; }
    .footer-extra .fsContent .fsElementContent p:last-child, .athletics-2 .footer-extra .fsContent .fsElementContent p:last-child {
      margin-bottom: 0; }
  .footer-extra .fsLayout, .athletics-2 .footer-extra .fsLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0; }
    .footer-extra .fsLayout:after, .athletics-2 .footer-extra .fsLayout:after {
      display: none; }
  .footer-extra .fsLayout.fsStateEditable, .athletics-2 .footer-extra .fsLayout.fsStateEditable {
    display: block; }
  .footer-extra .fsLayout .fsDiv, .athletics-2 .footer-extra .fsLayout .fsDiv {
    padding-left: 0;
    padding-right: 0;
    color: #003057;
    text-align: center;
    margin-bottom: 0;
    width: 30.90909%; }
  .footer-extra .fsContent > a, .athletics-2 .footer-extra .fsContent > a {
    font-weight: 400;
    color: #003057; }
  @media (max-width: 1119px) {
    .footer-extra .fsLayout, .athletics-2 .footer-extra .fsLayout {
      padding: 0 20px; } }
  @media (max-width: 999px) {
    .footer-extra .fsLayout, .athletics-2 .footer-extra .fsLayout {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer-extra .fsLayout .fsStyleColumn, .athletics-2 .footer-extra .fsLayout .fsStyleColumn {
      width: 45%; }
    .footer-extra .fsLayout .fsStyleColumn-last, .athletics-2 .footer-extra .fsLayout .fsStyleColumn-last {
      width: 100%;
      margin-top: 50px; } }
  @media (max-width: 699px) {
    .footer-extra .fsLayout .fsStyleColumn, .athletics-2 .footer-extra .fsLayout .fsStyleColumn {
      width: 100%; }
      .footer-extra .fsLayout .fsStyleColumn + .fsStyleColumn, .athletics-2 .footer-extra .fsLayout .fsStyleColumn + .fsStyleColumn {
        margin-top: 40px; } }

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

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

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

body {
  font-size: 1em;
  line-height: 1.625;
  color: #404040; }

#fsPageWrapper {
  overflow: hidden;
  position: relative;
  transition: left 0.5s;
  left: 0; }
  .menu-is-active #fsPageWrapper {
    left: -320px; }
    @media (max-width: 599px) {
      .menu-is-active #fsPageWrapper {
        left: calc(-100% + 55px); } }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  .home #fsPageBodyWrapper {
    padding: 0 !important; }
  @media (max-width: 999px) {
    #fsPageBodyWrapper {
      margin-top: 0 !important; } }

body:not(.home):not(.fsBannerEditMode) #fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  z-index: 1; }

.home #fsPageContent, .home #fsPageContent > .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 800px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 22.0339%; } }
  .fsHasLeftBanner #fsBannerLeft {
    padding-right: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 36.5%; } }
    @media (min-width: 900px) {
      .fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 22.0339%; } }

#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.88136% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      width: 77.9661% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      width: 63.5% !important;
      float: right; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner #fsPageContent {
      width: 77.9661% !important;
      float: left; } }
  @media (max-width: 999px) {
    .fsHasLeftBanner #fsPageContent {
      width: 77.9661% !important;
      float: left; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 50.84746% !important; } }
  @media (max-width: 999px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 100% !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.11864%; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
      padding-left: 0;
      width: 63.5%;
      float: right; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 27.11864%; } }
  @media (max-width: 999px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
      width: 100%; } }

@media (min-width: 800px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  position: absolute;
  bottom: 20px;
  right: calc(50% - (1180px/2));
  width: 132px; }
  @media (max-width: 1179px) {
    #fsPoweredByFinalsite {
      right: 20px; } }
  @media (max-width: 699px) {
    #fsPoweredByFinalsite {
      right: auto;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main {
  border-top: 1px solid #3c557c;
  float: right; }
  #fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      #fsHeader .nav-main {
        display: block; } }
  .nav-main, .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      position: static;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -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 {
    position: relative; }
    .nav-main .fsNavLevel1 > li > a {
      padding: 23px 28px;
      color: #fff;
      display: block;
      font-size: 18px;
      font-family: "Andada", Georgia, serif;
      font-weight: 400; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
        background: #3c557c; }
    .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      background-color: #3c557c; }
  @media (max-width: 1359px) {
    .nav-main {
      float: none;
      clear: both;
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 999px) {
    .nav-main {
      display: none; } }

.nav-main .fsNavLevel1 > li {
  position: static; }
  .nav-main .fsNavLevel1 > li:not(.fsNavCurrentPageAncestor):not(.fsNavCurrentPage) {
    position: relative;
    position: static;
    z-index: 301; }
    .nav-main .fsNavLevel1 > li:not(.fsNavCurrentPageAncestor):not(.fsNavCurrentPage) > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden;
      visibility: visible;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    .nav-main .fsNavLevel1 > li:not(.fsNavCurrentPageAncestor):not(.fsNavCurrentPage):hover > .fsNavPageInfo {
      max-height: 9999px;
      transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
    @media (max-width: 599px) {
      .nav-main .fsNavLevel1 > li:not(.fsNavCurrentPageAncestor):not(.fsNavCurrentPage):focus > .fsNavPageInfo {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    z-index: 300;
    right: 0;
    background: rgba(0, 48, 87, 0.95);
    visibility: hidden; }

.nav-main .mm-wrap {
  padding: 40px 0;
  height: 280px;
  border-top: 2px solid #3c557c; }
  .nav-main .mm-wrap:before {
    content: "";
    position: absolute;
    height: 220px;
    width: 300px;
    background: url(../images/lion.svg) no-repeat;
    right: calc(50% - ((1400px / 2) - 50px));
    bottom: 0;
    opacity: .05;
    background-size: cover; }
  @media (max-width: 1359px) {
    .nav-main .mm-wrap {
      padding: 40px 20px;
      text-align: left; } }

.nav-main .fsNavPageThumbnail {
  display: inline-block;
  vertical-align: top; }

.nav-main .fsNavLevel2 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  height: 100%;
  text-align: left;
  vertical-align: middle;
  width: 31%;
  margin-left: 90px; }
  @media (max-width: 1359px) {
    .nav-main .fsNavLevel2 {
      margin-left: 20px; } }

.nav-main .fsNavPageInfo {
  background: #003057;
  text-align: center; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: 0;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }

.nav-main .fsNavLevel2 li {
  display: block;
  margin: 0 20px;
  max-width: 200px; }

.nav-main .fsNavLevel2 a {
  padding: 8px 10px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400; }
  .nav-main .fsNavLevel2 a:hover {
    color: #c49313; }

.nav-main .fsNavLevel1 > .fsNavCurrentPage .fsNavPageInfo, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #3c557c; }

.nav-main .fsNavLevel1 > .fsNavCurrentPage .fsNavPageThumbnail, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor .fsNavPageThumbnail {
  display: none; }

.nav-main .fsNavLevel1 > .fsNavCurrentPage .fsNavLevel2, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor .fsNavLevel2 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: auto;
  margin-left: -20px;
  padding: 8px 0; }
  .nav-main .fsNavLevel1 > .fsNavCurrentPage .fsNavLevel2 li, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor .fsNavLevel2 li {
    display: inline-block;
    margin: 0;
    max-width: none; }
  .nav-main .fsNavLevel1 > .fsNavCurrentPage .fsNavLevel2 a, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor .fsNavLevel2 a {
    padding: 10px 20px; }

.nav-main .fsNavLevel1 > .fsNavCurrentPage li.fsNavCurrentPage > a, .nav-main .fsNavLevel1 > .fsNavCurrentPage li.fsNavCurrentPageAncestor > a, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor li.fsNavCurrentPage > a, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor li.fsNavCurrentPageAncestor > a {
  color: #c49313; }

.nav-main .fsNavLevel1 > .fsNavCurrentPage:hover .fsNavPageInfo, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor:hover .fsNavPageInfo {
  visibility: visible; }

#fsHeader .nav-main .fsNavLevel2 .fsNavPageInfo {
  display: none; }

#fsMenu .nav-main {
  display: block;
  margin-left: 0;
  margin-right: 0; }
  #fsMenu .nav-main .fsNavPageThumbnail {
    display: none; }
  #fsMenu .nav-main ul, #fsMenu .nav-main ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #fsMenu .nav-main ul li {
    margin: 0;
    padding: 0; }
  #fsMenu .nav-main a {
    color: #fff;
    background: transparent !important; }
    #fsMenu .nav-main a:hover {
      color: #c49313; }
  #fsMenu .nav-main .fsNavPageInfo .fsNavCurrentPageAncestor > a, #fsMenu .nav-main .fsNavPageInfo .fsNavCurrentPage > a {
    color: #c49313; }
  #fsMenu .nav-main .fsNavLevel1 > li {
    border-bottom: 1px solid #3c557c;
    padding: 13px 20px; }
    #fsMenu .nav-main .fsNavLevel1 > li > a {
      font-size: 18px;
      font-family: "Andada", Georgia, serif;
      font-weight: 400;
      display: inline-block;
      width: calc(100% - 35px);
      padding: 0; }
  #fsMenu .nav-main .fsNavParentPage {
    position: relative; }
    #fsMenu .nav-main .fsNavParentPage > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden;
      visibility: visible; }
    .active #fsMenu .nav-main .fsNavParentPage > .fsNavPageInfo {
      max-height: 9999px; }
    #fsMenu .nav-main .fsNavParentPage.active > .fsNavPageInfo {
      max-height: 9999px; }
    #fsMenu .nav-main .fsNavParentPage > .fsNavPageInfo {
      position: static;
      transition: none; }
  #fsMenu .nav-main .mobile-sub-btn {
    border: 0;
    background: transparent;
    float: right;
    width: 26px;
    display: inline-block; }
    #fsMenu .nav-main .mobile-sub-btn:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 18px; }
  #fsMenu .nav-main .active > .mobile-sub-btn:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  #fsMenu .nav-main .fsNavCurrentPageAncestor > a, #fsMenu .nav-main .fsNavCurrentPage > a {
    color: #c49313; }
  #fsMenu .nav-main .fsNavPageInfo a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    width: calc(100% - 30px);
    padding: 5px 0; }
  #fsMenu .nav-main .fsNavPageInfo {
    padding-left: 20px;
    clear: both;
    background: transparent; }
  #fsMenu .nav-main .fsNavLevel2 {
    display: block;
    width: 100%; }
    #fsMenu .nav-main .fsNavLevel2 li {
      display: block; }

/*! navigation - off-canvas v0.0.1 */
#fsMenu {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100%;
  width: 320px;
  transition: transform 0.5s;
  overflow-y: scroll; }
  .fsAccountBarVisible #fsMenu {
    top: 45px; }
  #fsMenu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 20px;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.5); }
  .menu-is-active #fsMenu {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  #fsMenu .fsEmbed {
    background: #3c557c;
    padding: 14px 20px; }
    #fsMenu .fsEmbed input {
      border: 0;
      background: transparent;
      font-size: 15px;
      padding: 0;
      color: #fff; }
      #fsMenu .fsEmbed input::-webkit-input-placeholder {
        color: #fff; }
      #fsMenu .fsEmbed input:-moz-placeholder {
        color: #fff; }
      #fsMenu .fsEmbed input::-moz-placeholder {
        color: #fff; }
      #fsMenu .fsEmbed input:-ms-input-placeholder {
        color: #fff; }
    #fsMenu .fsEmbed button {
      background: transparent;
      border: 0;
      float: right; }
      #fsMenu .fsEmbed button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 15px;
        color: #fff;
        display: inline-block; }
  @media (max-width: 599px) {
    #fsMenu {
      width: calc(100% - 55px); } }

.menu-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .menu-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    color: #c49313;
    font-size: 21px;
    vertical-align: middle; }
  .menu-trigger:after {
    content: "Menu";
    font-family: "Andada", Georgia, serif;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle; }
  .menu-is-active .menu-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 24px; }
  .menu-is-active .menu-trigger:after {
    display: none; }
  .athletics-2 .menu-trigger {
    display: none; }
  @media (max-width: 999px) {
    .menu-trigger {
      display: inline-block; } }
  @media (max-width: 599px) {
    .menu-trigger {
      position: static;
      float: right; } }

.menu-is-active {
  height: 100%;
  overflow: hidden; }

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

.mobile-login ul li {
  margin: 0;
  padding: 0; }

.mobile-login a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 15px 20px; }
  .mobile-login a:hover {
    color: #fff; }
  .mobile-login a:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; }

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 1000px) {
    .drawer-ribbon {
      display: none; } }

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

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

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

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

@media (max-width: 799px) {
  .nav-sub {
    margin-left: -20px;
    margin-right: -20px; } }

@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    display: none; } }

.active-nav > .fsElementContent {
  display: block; }

@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    padding: 0 20px;
    background: #003057; }
    .nav-sub > .fsElementContent nav {
      padding-bottom: 20px; } }

.nav-sub:not(.portal-nav) .fsNavLevel1, .nav-sub.portal-nav .fsNavLevel2 {
  position: relative; }
  .nav-sub:not(.portal-nav) .fsNavLevel1 > li, .nav-sub.portal-nav .fsNavLevel2 > li {
    border-bottom: 2px solid #e5eaee; }
    @media (max-width: 799px) {
      .nav-sub:not(.portal-nav) .fsNavLevel1 > li, .nav-sub.portal-nav .fsNavLevel2 > li {
        border-bottom-color: #002848; } }
    .nav-sub:not(.portal-nav) .fsNavLevel1 > li > a, .nav-sub.portal-nav .fsNavLevel2 > li > a {
      padding: 0.625em 0;
      display: block; }
    @media (max-width: 799px) {
      .nav-sub:not(.portal-nav) .fsNavLevel1 > li a, .nav-sub.portal-nav .fsNavLevel2 > li a {
        color: #fff; }
        .nav-sub:not(.portal-nav) .fsNavLevel1 > li a:hover, .nav-sub.portal-nav .fsNavLevel2 > li a:hover {
          color: #c49313; } }

.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #c49313; }

.nav-sub:not(.portal-nav) .fsNavLevel2 > li > a, .nav-sub.portal-nav .fsNavLevel3 > li > a {
  display: block; }

.nav-sub:not(.portal-nav) .fsNavLevel2 li, .nav-sub.portal-nav .fsNavLevel3 li {
  padding: 0.625em 1.25em; }

.nav-sub > header {
  display: block; }
  @media (min-width: 800px) {
    .nav-sub > header {
      display: none; } }
  .nav-sub > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    background: #003057;
    color: #fff;
    font-family: "raleway", 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; } }
    @media (max-width: 799px) {
      .nav-sub > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.nav-sub.portal-nav .fsNavLevel1 > li:not(.fsNavCurrentPage):not(.fsNavCurrentPageAncestor) {
  display: none; }

.nav-sub.portal-nav .fsNavLevel1 > li > a {
  font-size: 20px;
  display: none; }
  @media (max-width: 799px) {
    .nav-sub.portal-nav .fsNavLevel1 > li > a {
      display: block; } }

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

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

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

.nav-util ul li a {
  padding: 0em 0em;
  display: block; }

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 28px;
    background: #404040;
    color: #fff;
    outline: 0;
    border-radius: 0;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #333333;
      color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      font-family: "raleway", sans-serif;
      margin-top: 5px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton #fsBannerRight, .fsConstituent.fsSearch .fsConstituentSearchButton #fsBannerLeft {
      width: 100%; }

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

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

.fsProfileSection {
  margin-bottom: 1.25em; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 20px; }
  .fsProfileSection .fsEmail div[id*=fsEmail] {
    display: inline; }

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

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

.fsProfileSectionFieldName:after, .fsProfileSectionSpecialData > div:first-child:after {
  content: ":";
  display: inline-block;
  margin-right: 5px; }

.profile_details .fsProfileImage {
  float: none !important; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem h3.fsFullName {
      font-size: 2em; }
    .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 .fsTitles strong {
      font-size: 0px; }
      .fsDirectory .fsConstituentItem .fsTitles strong:after {
        font-size: 16px;
        content: "Title(s):"; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block;
      width: 100%; }
    .fsDirectory .fsConstituentItem .fsPhones strong {
      font-size: 0px; }
      .fsDirectory .fsConstituentItem .fsPhones strong:after {
        font-size: 16px;
        content: "Phone Number(s):"; }

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header {
  cursor: pointer;
  background: transparent !important; }
  .fsAccordion .fsPanel > header h2 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 13.33333px;
    color: #003057;
    font-family: "raleway", sans-serif;
    position: relative;
    margin-bottom: 0; }

.fsAccordion .fsPanel {
  border-bottom: 2px solid #ccd6dd;
  transition: border-bottom .3s; }
  .fsAccordion .fsPanel:hover {
    border-bottom-color: #c49313; }
    .fsAccordion .fsPanel:hover > header h2 {
      color: #c49313; }

.fsAccordion .fsPanel:nth-child(2) {
  border-top: 2px solid #ccd6dd; }

.fsAccordion .fsPanel.fsStateOpen {
  border-bottom-color: #ccd6dd; }
  .fsAccordion .fsPanel.fsStateOpen > header {
    background: #3c557c; }
    .fsAccordion .fsPanel.fsStateOpen > header h2 {
      color: #003057; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before {
        content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  transition: .3s;
  content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  transition: .3s;
  content: ""; }


.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before {
  margin: -3px 20px 0 0; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after {
  margin: 0 0 0 20px;
  float: right; }

.fsAccordion: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; }
  .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: 12px 28px;
    background: #404040;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background: #333333;
      color: #fff; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      font-family: "raleway", sans-serif;
      margin-top: 5px; }
    .fsAthleticsEvent .fsLoadMoreButton #fsBannerRight, .fsAthleticsEvent .fsLoadMoreButton #fsBannerLeft {
      width: 100%; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable thead {
      display: none; }
    .fsAthleticsEvent.fsTable tr {
      display: block;
      background-color: rgba(0, 0, 0, 0.05);
      padding: .5em .8em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
      .fsAthleticsEvent.fsTable tr td {
        display: block;
        width: 100%;
        background: none;
        border: 0 none;
        padding: 0; }
        .fsAthleticsEvent.fsTable tr td .fsAthleticsVs {
          display: none; }
        .fsAthleticsEvent.fsTable tr td .fsAthleticsOpponentNames:before {
          content: 'Opponent: ';
          font-weight: bold; }
        .fsAthleticsEvent.fsTable tr td .fsDate:before {
          content: 'Date: ';
          font-weight: bold; }
        .fsAthleticsEvent.fsTable tr td .fsTime:before {
          content: 'Time: ';
          font-weight: bold; }
        .fsAthleticsEvent.fsTable tr td.fsAthleticsLocations:before {
          content: 'Location: ';
          font-weight: bold; }
        .fsAthleticsEvent.fsTable tr td.fsAthleticsAdvantage:before {
          content: 'Advantage: ';
          font-weight: bold; }
      .fsAthleticsEvent.fsTable tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0.1); } }

.fsEventTable td, .fsEventTable .fsTitle, .fsEventTable .fsAthleticsOpponents {
  display: table-cell; }

.fsAthleticsStatusCancelled td {
  text-decoration: line-through; }

span.fsAthleticsStatusCancelled {
  display: inline-block;
  font-weight: bold; }

.fsAthleticsStatusCancelled a {
  pointer-events: none; }

/*! 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 #ccd6dd; }
  .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; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.side-cal footer a {
  margin-top: 15px; }

.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #003057;
  border-radius: 100%;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      font-size: 13px;
      text-transform: uppercase;
      margin-top: 3px; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 35px;
      font-family: "Andada", Georgia, serif;
      line-height: 1; }

.fsCalendar .fsDayContainer article + article .fsDate {
  opacity: 0; }

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

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

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

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

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 28px;
    background: #404040;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #333333;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      font-family: "raleway", sans-serif;
      margin-top: 5px; }
    .scroll-up span #fsBannerRight, .scroll-up span #fsBannerLeft {
      width: 100%; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fund-thermometer {
  color: #003057; }

.fund-thermometer-inner {
  background-repeat: no-repeat; }
  body:not(.fsComposeMode) .fund-thermometer-inner {
    height: 126px;
    margin: 10px;
    width: 162px;
    position: relative; }
    body:not(.fsComposeMode) .fund-thermometer-inner > .fsElementContent {
      border-top: 1px solid #900;
      bottom: 0;
      position: absolute;
      right: 0;
      width: 130px;
      max-height: 100% !important;
      background: transparent url(../images/chart-full.gif) no-repeat right bottom;
      font-size: 1.6em;
      line-height: 1.2; }
      body:not(.fsComposeMode) .fund-thermometer-inner > .fsElementContent p {
        color: #900;
        left: -40px;
        position: absolute;
        top: -12px; }

.fsElementTitle {
  font-size: 20px;
  font-weight: 700;
  font-family: "raleway", sans-serif;
  text-transform: uppercase; }
  .fsElementTitle p {
    margin-bottom: 0; }

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

.module, .module-light, .module-dark, .athletics-2 .module-athletics {
  margin-bottom: 1.25em;
  padding: 25px 30px;
  color: #fff; }

.module {
  background: #f3e9d0;
  color: #404040; }

.module-light {
  background: #3c557c; }
  .module-light h1, .module-light h2, .module-light h3, .module-light h4, .module-light h5, .module-light h6, .module-light .fsElementTitle {
    color: #fff; }
  .module-light a {
    color: #f3e9d0;
    word-break: break-word; }
    .module-light a:hover {
      color: #c49313; }

.module-dark {
  background: #003057; }
  .module-dark h1, .module-dark h2, .module-dark h3, .module-dark h4, .module-dark h5, .module-dark h6, .module-dark .fsElementTitle {
    color: #fff; }
  .module-dark a {
    color: #ccd6dd;
    word-break: break-word; }
    .module-dark a:hover {
      color: #c49313; }

/*! 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: #3c557c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #c49313; }
    .fsComposerFormEmbed form .required {
      color: #003057; }
    .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: #3c557c;
        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: #c49313;
          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: #003057 !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: #3c557c !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "raleway", 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); }

.paymentOptionTitle {
  font-size: 30px;
  line-height: 35px;
  color: #c49313; }

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 28px;
    background: #404040;
    color: #fff;
    outline: 0;
    border-radius: 0; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: #333333;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      font-family: "raleway", sans-serif;
      margin-top: 5px; }
    .fsLogin .fsLoginMainView .fsLoginSubmit #fsBannerRight, .fsLogin .fsLoginMainView .fsLoginSubmit #fsBannerLeft, .fsLogin .fsLoginMainView button #fsBannerRight, .fsLogin .fsLoginMainView button #fsBannerLeft, .fsLogin .fsLoginForgotView .fsLoginSubmit #fsBannerRight, .fsLogin .fsLoginForgotView .fsLoginSubmit #fsBannerLeft, .fsLogin .fsLoginForgotView button #fsBannerRight, .fsLogin .fsLoginForgotView button #fsBannerLeft, .fsLogin .fsLoginNewView .fsLoginSubmit #fsBannerRight, .fsLogin .fsLoginNewView .fsLoginSubmit #fsBannerLeft, .fsLogin .fsLoginNewView button #fsBannerRight, .fsLogin .fsLoginNewView button #fsBannerLeft, .fsAccount .fsLoginMainView .fsLoginSubmit #fsBannerRight, .fsAccount .fsLoginMainView .fsLoginSubmit #fsBannerLeft, .fsAccount .fsLoginMainView button #fsBannerRight, .fsAccount .fsLoginMainView button #fsBannerLeft, .fsAccount .fsLoginForgotView .fsLoginSubmit #fsBannerRight, .fsAccount .fsLoginForgotView .fsLoginSubmit #fsBannerLeft, .fsAccount .fsLoginForgotView button #fsBannerRight, .fsAccount .fsLoginForgotView button #fsBannerLeft, .fsAccount .fsLoginNewView .fsLoginSubmit #fsBannerRight, .fsAccount .fsLoginNewView .fsLoginSubmit #fsBannerLeft, .fsAccount .fsLoginNewView button #fsBannerRight, .fsAccount .fsLoginNewView button #fsBannerLeft {
      width: 100%; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 28px;
    background: #404040;
    color: #fff;
    outline: 0;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover {
      background: #333333;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      font-family: "raleway", sans-serif;
      margin-top: 5px; }
    .fsAccount .fsAccountLogout a #fsBannerRight, .fsAccount .fsAccountLogout a #fsBannerLeft {
      width: 100%; }

.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: "raleway", sans-serif;
    font-size: 16px;
    left: 0;
    line-height: 26px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      font-weight: normal;
      font-family: "Andada", Georgia, serif;
      font-size: 2.5em;
      line-height: 1.125em;
      color: #3c557c;
      margin-bottom: 0.4em;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat; }

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

.fsNews.fsThumbnailRectangle.fsThumbnailLarge .fsCroppedImage {
  height: 200px;
  padding-bottom: 0; }

.side-news footer a {
  margin-top: 15px; }

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

.fsNews.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-news .fsNews .fsThumbnail {
  width: 100%; }
  .about-news .fsNews .fsThumbnail img {
    height: 160px; }

.fsPostElement .fsListItems article .fsReadMoreLink {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: #003057;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .fsPostElement .fsListItems article .fsReadMoreLink:hover {
    background: #00223e;
    color: #fff; }
  .fsPostElement .fsListItems article .fsReadMoreLink em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "raleway", sans-serif;
    margin-top: 5px; }
  .fsPostElement .fsListItems article .fsReadMoreLink #fsBannerRight, .fsPostElement .fsListItems article .fsReadMoreLink #fsBannerLeft {
    width: 100%; }

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin-bottom: 0 !important;
  overflow: hidden; }
  form.gsc-search-box-tools table {
    border: 0; }
  form.gsc-search-box-tools table,
  form.gsc-search-box-tools tbody,
  form.gsc-search-box-tools tr,
  form.gsc-search-box-tools td {
    display: block; }
  form.gsc-search-box-tools td.gsc-input {
    padding: 0 !important;
    display: block;
    float: left; }
  form.gsc-search-box-tools table.gsc-search-box {
    margin-bottom: 0; }
  form.gsc-search-box-tools div.gsc-input-box {
    min-width: 140px;
    border: 0;
    height: 24px; }
    form.gsc-search-box-tools div.gsc-input-box table,
    form.gsc-search-box-tools div.gsc-input-box tbody,
    form.gsc-search-box-tools div.gsc-input-box tr,
    form.gsc-search-box-tools div.gsc-input-box td {
      overflow: hidden;
      display: block;
      width: 100%;
      border: 0;
      height: 24px; }
  form.gsc-search-box-tools td.gsib_a {
    padding: 0;
    display: inline-block; }
  form.gsc-search-box-tools td.gsib_b {
    padding: 0;
    display: none !important; }
  form.gsc-search-box-tools input.gsc-input {
    background: #3c557c !important;
    background-image: none !important;
    width: 100%;
    height: 24px !important;
    color: #ccd6dd;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 !important; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    display: block;
    float: left;
    padding: 0 10px 0 10px;
    overflow: hidden;
    height: 24px;
    width: auto;
    background: #003057;
    position: relative; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: #2b3d5a; }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    height: 24px;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
.fsSearch.site-search {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }
  #fsHeader .fsSearch.site-search {
    display: none; }
    @media (min-width: 1000px) {
      #fsHeader .fsSearch.site-search {
        display: block; } }

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

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

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

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: #404040;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .vimeo_view_link a:hover {
    background: #333333;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "raleway", sans-serif;
    margin-top: 5px; }
  .vimeo_view_link a #fsBannerRight, .vimeo_view_link a #fsBannerLeft {
    width: 100%; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: #404040;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .Youtube_view_link a:hover {
    background: #333333;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "raleway", sans-serif;
    margin-top: 5px; }
  .Youtube_view_link a #fsBannerRight, .Youtube_view_link a #fsBannerLeft {
    width: 100%; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none;
    border-bottom: 2px solid #ccd6dd; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-size: 18px;
        font-weight: 600;
        display: block;
        padding: 13.33333px;
        color: #003057;
        font-family: "raleway", sans-serif;
        color: #404040 !important;
        padding: 10px 13px;
        background: transparent !important;
        position: relative; }
        .fsTabs .fsTabsNav li a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 2px;
          background-color: #c49313;
          -ms-transform: scale(0);
          transform: scale(0);
          transition: .3s;
          width: 100%;
          display: block; }
        .fsTabs .fsTabsNav li a:hover:before {
          -ms-transform: scale(1);
          transform: scale(1); }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: transparent;
        color: #404040; }
        .fsTabs .fsTabsNav li.fsStateSelected a:before {
          -ms-transform: scale(1);
          transform: scale(1);
          background-color: #003057; }
  .fsTabs .fsPanel > .fsElementContent {
    padding: 1em 0; }

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

/*! pages - home v0.0.1 */
.home #fsPageContent > .fsPageLayout > .fsDiv > *:first-child {
  padding-top: 54px; }

.home-slider {
  width: 100%;
  position: fixed; }
  body.fsComposeMode .home-slider {
    position: static; }
    body.fsComposeMode .home-slider + #fsPageBodyWrapper {
      margin-top: 0 !important; }
  .home-slider + #fsPageBodyWrapper {
    margin-top: 731px !important;
    position: relative;
    z-index: 1; }
  .home-slider .fsDiv {
    height: 600px;
    margin-bottom: 0;
    padding: 0;
    font-size: 0;
    float: left; }
  .home-slider .fsLayout {
    margin-left: 0;
    margin-right: 0; }
  .home-slider .fsDiv:first-child {
    width: 35%; }
    .home-slider .fsDiv:first-child .fsContent {
      height: 100%; }
  .home-slider .fsContent {
    background-size: cover;
    background-position: center; }
  .home-slider .fsDiv:nth-child(2) {
    width: calc(100% - 35%);
    border-left: 2px solid #fff; }
    .home-slider .fsDiv:nth-child(2) .fsContent:first-child {
      height: 55%;
      border-bottom: 2px solid #fff; }
    .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(2), .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(3) {
      height: calc(100% - 55%);
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(3) {
      width: calc(100% - 460px); }
    .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(2) {
      font-size: 23px;
      color: #fff;
      border-right: 2px solid #fff;
      font-weight: 400;
      font-family: "futura-pt";
      width: 460px; }
      .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(2) .fsElementContent {
        padding: 25px 35px;
        background-color: #c49313;
        height: 100%;
        transition: background 0.5s; }
      .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(2) > a {
        display: block;
        height: 100%;
        color: #fff; }
        .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(2) > a:hover .fsElementContent {
          background: #ad8211; }
      body.fsComposeMode .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(2) a {
        color: #003057; }
        body.fsComposeMode .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(2) a:hover {
          color: #fff; }
  .home-slider .slick-arrow {
    border: 0;
    background: rgba(0, 0, 0, 0.3);
    font-size: 0.1px;
    color: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    line-height: 44px;
    transition: background 0.5s;
    text-align: center; }
    .home-slider .slick-arrow:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .home-slider .slick-arrow:before {
      font-size: 38px;
      color: #fff;
      font-family: "Andada", Georgia, serif;
      display: inline-block;
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      line-height: 1; }
    .home-slider .slick-arrow.slick-next {
      right: 0; }
      .home-slider .slick-arrow.slick-next:before {
        content: "\00bb"; }
    .home-slider .slick-arrow.slick-prev {
      left: 0; }
      .home-slider .slick-arrow.slick-prev:before {
        content: "\00ab"; }
  @media (max-width: 999px) {
    .home-slider {
      margin-top: 0 !important; }
      .home-slider .fsDiv:first-child {
        width: 40.36458%; }
      .home-slider .fsDiv:nth-child(2) {
        width: calc(100% - 40.36458%); }
        .home-slider .fsDiv:nth-child(2) .fsContent:first-child {
          height: 160px; }
        .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(2), .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(3) {
          height: 220px;
          width: 100%; }
        .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(2) {
          border-bottom: 2px solid #fff;
          border-right: 0;
          font-size: 20px; } }
  @media (max-width: 699px) {
    .home-slider .fsDiv {
      height: auto; }
    .home-slider .fsDiv:first-child {
      display: none; }
    .home-slider .fsDiv:nth-child(2) {
      width: 100%;
      border-left: 0; }
      .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(2), .home-slider .fsDiv:nth-child(2) .fsContent:nth-child(3) {
        display: none; }
      .home-slider .fsDiv:nth-child(2) .fsContent:first-child {
        border-bottom: 0;
        width: 100%;
        height: 115px; }
    .home-slider .slick-arrow {
      display: none !important; } }
  @media (max-width: 1359px) {
    .home-slider {
      position: static; }
      .home-slider + #fsPageBodyWrapper {
        margin-top: 0 !important; } }

.fixed-bg {
  height: 420px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .fixed-bg {
      background-attachment: scroll; } }
  @media (max-width: 799px) {
    .fixed-bg {
      height: 230px;
      background-attachment: scroll; } }
  @media (max-width: 699px) {
    .fixed-bg {
      height: 100px; } }

.home .fsNews {
  background-color: #ccd6dd; }
  .home .fsNews .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .home .fsNews .slick-slider {
    margin-bottom: 0;
    padding-top: 6px; }
  .home .fsNews .news-wrap {
    width: calc(100% - 20px);
    margin: -40px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: margin 0.5s; }
  .home .fsNews .fsTitle {
    -ms-flex-order: 2;
    order: 2; }
  .home .fsNews .fsDateTime {
    -ms-flex-order: 3;
    order: 3;
    font-size: 14px;
    margin-bottom: 4px; }
  .home .fsNews .fsReadMoreLink {
    -ms-flex-order: 1;
    order: 1;
    display: block;
    background-color: #3c557c;
    color: #fff;
    text-align: right;
    font-weight: 400;
    padding: 0 12px;
    height: 0;
    transition: all 0.5s;
    margin: 10px -20px -15px -20px; }
    .home .fsNews .fsReadMoreLink:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .home .fsNews .fsReadMoreLink:after {
      content: "\00bb";
      font-family: "raleway", sans-serif;
      display: inline-block;
      margin-left: 3px; }
    .home .fsNews .fsReadMoreLink:hover {
      background-color: #2f4261; }
  .home .fsNews .fsThumbnail {
    margin-bottom: 0; }
  .home .fsNews.fsThumbnailRectangle.fsThumbnailLarge .fsCroppedImage {
    display: block;
    height: 250px; }
  .home .fsNews article {
    padding-left: 20px;
    padding-right: 20px; }
    .home .fsNews article:hover .news-wrap {
      margin-top: -90px; }
    .home .fsNews article:hover .fsReadMoreLink {
      height: 50px; }

.home .fsNews, .home .fsCalendar {
  padding-top: 54px;
  padding-bottom: 60px; }
  .home .fsNews .fsElementTitle, .home .fsCalendar .fsElementTitle {
    font-family: "Andada", Georgia, serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    color: #003057; }
  .home .fsNews .slick-arrow, .home .fsCalendar .slick-arrow {
    color: #003057;
    font-size: 0;
    color: transparent;
    height: 33px;
    width: 18px; }
    .home .fsNews .slick-arrow:before, .home .fsCalendar .slick-arrow:before {
      color: #003057;
      font-family: "Andada", Georgia, serif;
      font-size: 40px;
      height: 33px;
      width: 18px; }
    .home .fsNews .slick-arrow:hover:before, .home .fsCalendar .slick-arrow:hover:before {
      color: #c49313; }
  .home .fsNews .fsPrevButton:before, .home .fsCalendar .fsPrevButton:before {
    content: "\00ab"; }
  .home .fsNews .fsNextButton:before, .home .fsCalendar .fsNextButton:before {
    content: "\00bb"; }
  .home .fsNews footer, .home .fsCalendar footer {
    text-align: center; }
  .home .fsNews footer a, .home .fsCalendar footer a {
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #3c557c;
    font-size: 18px;
    padding: 12px 36px;
    font-weight: 400; }
    .home .fsNews footer a:hover, .home .fsCalendar footer a:hover {
      background: #2f4261; }
  @media (max-width: 1179px) {
    .home .fsNews .fsPrevButton, .home .fsCalendar .fsPrevButton {
      left: 10px; }
    .home .fsNews .fsNextButton, .home .fsCalendar .fsNextButton {
      right: 10px; } }
  @media (max-width: 699px) {
    .home .fsNews header, .home .fsCalendar header {
      padding: 0 10px;
      margin-bottom: 40px; }
    .home .fsNews .slick-arrow, .home .fsCalendar .slick-arrow {
      top: -10px; }
    .home .fsNews .fsPrevButton, .home .fsCalendar .fsPrevButton {
      left: calc(50% - 40px); }
    .home .fsNews .fsNextButton, .home .fsCalendar .fsNextButton {
      right: calc(50% - 40px); }
    .home .fsNews article, .home .fsNews .fsElementSlideshow, .home .fsCalendar article, .home .fsCalendar .fsElementSlideshow {
      padding-left: 10px;
      padding-right: 10px; } }

.home .fsCalendar {
  background: #f3e9d0; }
  .home .fsCalendar .fsDate {
    width: 90px;
    height: 90px;
    position: static;
    margin: 0 auto 10px; }
    .home .fsCalendar .fsDate > span.fsMonth {
      margin-top: 4px; }
  .home .fsCalendar .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .home .fsCalendar article {
    text-align: center;
    padding: 0 15px; }
  .home .fsCalendar .slick-active + .slick-active:before {
    content: "";
    background-color: #bcbcb7;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    height: 160px; }

.home-trending {
  background-color: #ccd6dd;
  padding-top: 54px;
  padding-bottom: 60px; }
  .home-trending .fsElementTitle {
    font-family: "Andada", Georgia, serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    color: #003057;
    margin-bottom: 34px; }
  .home-trending .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 71.25em;
    max-width: 71.25rem; }
  .home-trending .fs_style_23, .home-trending .side-cal footer a, .side-cal footer .home-trending a, .home-trending .side-news footer a, .side-news footer .home-trending a, .home-trending .fs_style_33, .home-trending .fs_style_31, .home-trending .fs_style_34, .home-trending .fs_style_32, .home-trending .fs_style_35 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 95px;
    max-width: none; }
  .home-trending .fsStyleColumn {
    padding: 0 30px; }
  .home-trending .fsThreeColumnLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home-trending .fsTwitter iframe {
    height: 350px !important; }
  @media (max-width: 1179px) {
    .home-trending {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 899px) {
    .home-trending .fsThreeColumnLayout {
      -ms-flex-pack: center;
      justify-content: center; }
    .home-trending .fsStyleColumn {
      width: 50%; }
    .home-trending .fsStyleColumn-last {
      width: 60%; } }
  @media (max-width: 699px) {
    .home-trending {
      padding-bottom: 10px; }
      .home-trending .fsStyleColumn {
        width: 100%;
        padding: 0; } }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 57.14286%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 28.57143%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 14.28571%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #404040;
      color: #404040; }
      .colors ol li:nth-of-type(1):after {
        content: "#404040"; }
    .colors ol li:nth-of-type(2) {
      background: #003057;
      color: #003057; }
      .colors ol li:nth-of-type(2):after {
        content: "#003057"; }
    .colors ol li:nth-of-type(3) {
      background: #3c557c;
      color: #3c557c; }
      .colors ol li:nth-of-type(3):after {
        content: "#3c557c"; }
    .colors ol li:nth-of-type(4) {
      background: #c49313;
      color: #c49313; }
      .colors ol li:nth-of-type(4):after {
        content: "#c49313"; }
    .colors ol li:nth-of-type(5) {
      background: #2c2a29;
      color: #2c2a29; }
      .colors ol li:nth-of-type(5):after {
        content: "#2c2a29"; }
    .colors ol li:nth-of-type(6) {
      background: #ccd6dd;
      color: #ccd6dd; }
      .colors ol li:nth-of-type(6):after {
        content: "#ccd6dd"; }
    .colors ol li:nth-of-type(7) {
      background: #f3e9d0;
      color: #f3e9d0; }
      .colors ol li:nth-of-type(7):after {
        content: "#f3e9d0"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Andada", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Andada, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "raleway", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "raleway, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):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: 45px / line: 50px"; }

.headers h2:after {
  content: " size: 40px / line: 45px"; }

.headers h3:after {
  content: " size: 35px / line: 40px"; }

.headers h4:after {
  content: " size: 30px / line: 35px"; }

.headers h5:after {
  content: " size: 25px / line: 30px"; }

.headers h6:after, .headers .module .fsElementTitle:after, .module .headers .fsElementTitle:after, .headers .module-light .fsElementTitle:after, .module-light .headers .fsElementTitle:after, .headers .module-dark .fsElementTitle:after, .module-dark .headers .fsElementTitle:after, .headers .athletics-2 .module-athletics .fsElementTitle:after, .athletics-2 .module-athletics .headers .fsElementTitle:after {
  content: " size: 20px / line: 25px"; }

.athletics-2 .fsPageTitle {
  display: none; }

.athletics-2 #fsPageBodyWrapper {
  padding: 40px 20px 0; }

.athletics-2 #fsPageContent {
  margin: 0; }

.athletics-2 .fsPageLayout > .fsDiv {
  margin-bottom: 0; }
  .athletics-2 .fsPageLayout > .fsDiv > *:last-child {
    margin-bottom: 0; }

.athletics-2 .fsElementTitle {
  font-size: 25px;
  color: #003057;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px; }

@media (min-width: 900px) {
  .athletics-2 .ath-three-col .fsStyleColumn-1 {
    width: 33.33333%; }
  .athletics-2 .ath-three-col .fsStyleColumn-2 {
    width: 41.66667%; }
  .athletics-2 .ath-three-col .fsStyleColumn-3 {
    width: 25%; } }

.athletics-2 #fsFooter .fsBanner:before {
  display: none; }

.ath-page #fsHeader {
  position: static; }
  .ath-page #fsHeader .fsBanner {
    max-width: none; }

.ath-page .landing-info {
  float: left; }

.ath-page #fsPageBodyWrapper {
  margin-top: 0 !important; }

.ath-page .drawer {
  background: #003057;
  top: 187px; }
  .ath-page .drawer .nav-main {
    display: block;
    margin: 0; }
  @media (min-width: 900px) {
    .ath-page .drawer {
      top: 200px; } }

.ath-page .drawer-ribbon {
  background: #003057;
  width: 100%;
  text-align: center; }

.ath-page .drawer-trigger {
  max-width: 100%;
  color: #fff;
  line-height: 50px;
  font-size: 14px; }
  .ath-page .drawer-trigger:before, .ath-page .drawer-trigger:after {
    max-width: 20px;
    margin-left: -40px; }

.ath-page .header-top {
  height: 140px; }
  @media (min-width: 900px) {
    .ath-page .header-top {
      height: auto; } }
  .ath-page .header-top:after {
    content: '';
    clear: both;
    display: block;
    width: 100%; }

.ath-page .drawer, .ath-page .drawer-ribbon {
  display: none; }
  @media (max-width: 999px) {
    .ath-page .drawer, .ath-page .drawer-ribbon {
      display: block; } }

.campus-map {
  font-family: "raleway", sans-serif; }
  .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;
    overflow: hidden; }
    .campus-map .map-container > .fsElementContent {
      position: relative; }
      .campus-map .map-container > .fsElementContent img {
        display: block;
        width: 100%;
        height: auto; }
  .campus-map .map-points {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 800px) {
      .campus-map .map-points {
        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;
      width: 44px;
      height: 44px; }
      .campus-map .map-points li:hover {
        z-index: 1; }
      .campus-map .map-points li.pin-1 {
        left: 77%;
        bottom: 54%; }
      .campus-map .map-points li.pin-2 {
        left: 77%;
        bottom: 70%; }
      .campus-map .map-points li.pin-3 {
        left: 55%;
        bottom: 91%; }
      .campus-map .map-points li.pin-4 {
        left: 41%;
        bottom: 36%; }
      .campus-map .map-points li.pin-5 {
        left: 69%;
        bottom: 52%; }
      .campus-map .map-points li.pin-6 {
        left: 78%;
        bottom: 38%; }
      .campus-map .map-points li.pin-7 {
        left: 68%;
        bottom: 66%; }
      .campus-map .map-points li.pin-8 {
        left: 13%;
        bottom: 15%; }
      .campus-map .map-points li.pin-9 {
        left: 76%;
        bottom: 65%; }
      .campus-map .map-points li.pin-10 {
        left: 52%;
        bottom: 31%; }
      .campus-map .map-points li.pin-11 {
        left: 73%;
        bottom: 81%; }
      .campus-map .map-points li.pin-12 {
        left: 82%;
        bottom: 63%; }
      .campus-map .map-points li.pin-13 {
        left: 69%;
        bottom: 37%; }
      .campus-map .map-points li.pin-14 {
        left: 62%;
        bottom: 56%; }
      .campus-map .map-points li.pin-15 {
        left: 72%;
        bottom: 56%; }
      .campus-map .map-points li.pin-16 {
        left: 66%;
        bottom: 76%; }
      .campus-map .map-points li.pin-17 {
        left: 57%;
        bottom: 67%; }
      .campus-map .map-points li.pin-18 {
        left: 42%;
        bottom: 49%; }
      .campus-map .map-points li.pin-19 {
        left: 63%;
        bottom: 70%; }
      .campus-map .map-points li.pin-20 {
        left: 72%;
        bottom: 90%; }
      .campus-map .map-points li.pin-21 {
        left: 22%;
        bottom: 73%; }
      .campus-map .map-points li.pin-22 {
        left: 84%;
        bottom: 51%; }
      .campus-map .map-points li.pin-23 {
        left: 24%;
        bottom: 85%; }
      .campus-map .map-points li.pin-24 {
        left: 6%;
        bottom: 64%; }
      .campus-map .map-points li:before {
        border-radius: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 44px;
        height: 44px;
        background: rgba(169, 255, 211, 0.15); }
      .campus-map .map-points li:after {
        content: '';
        position: absolute;
        top: -11px;
        left: -11px;
        width: 66px;
        height: 66px;
        border-radius: 100%;
        background: rgba(169, 255, 211, 0.1); }
      .campus-map .map-points li a {
        display: block;
        position: relative;
        border-radius: 100%;
        line-height: 1;
        width: 100%;
        height: 100%; }
        .campus-map .map-points li a:hover:before {
          background: #a9ffd3; }
        .campus-map .map-points li a:hover .map-text {
          background: rgba(255, 255, 255, 0.9);
          -ms-transform: scale(1) translate(-50%, 0%);
          transform: scale(1) translate(-50%, 0%);
          opacity: 1;
          visibility: visible; }
        .campus-map .map-points li a:before {
          border-radius: 100%;
          transition: all 0.3s ease;
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          width: 7.33333px;
          height: 7.33333px;
          background: #a9ffd3; }
        .campus-map .map-points li a:after {
          content: '';
          position: absolute;
          top: 11px;
          left: 11px;
          width: 22px;
          height: 22px;
          border: 1px solid rgba(169, 255, 211, 0.3);
          border-radius: 100%;
          background: rgba(169, 255, 211, 0.4); }
        .campus-map .map-points li a .map-text {
          color: red;
          box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.35);
          bottom: 100%;
          font-size: 0.75rem;
          text-transform: uppercase;
          font-weight: 700;
          padding: 20px;
          color: #666;
          position: absolute;
          left: 50%;
          border-radius: 5px;
          white-space: nowrap;
          -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.9);
            position: absolute;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: calc(100% - 1px);
            filter: drop-shadow(0px 10px 2px rgba(0, 0, 0, 0.35)); }
  .campus-map .map-key {
    margin: 0 0 20px 0;
    padding: 0; }
    .campus-map .map-key ul, .campus-map .map-key ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .campus-map .map-key ul li {
      margin: 0;
      padding: 0; }
    @media (min-width: 600px) {
      .campus-map .map-key > .fsElementContent {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; } }
    .campus-map .map-key .fsNavLevel1 {
      list-style-type: none; }
      .campus-map .map-key .fsNavLevel1 li {
        counter-increment: li; }
        .campus-map .map-key .fsNavLevel1 li:before {
          content: " " counter(li) ") "; }
        @media (min-width: 600px) {
          .campus-map .map-key .fsNavLevel1 li {
            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 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0; }
    .campus-map .map-detail > .fsElementContent, .campus-map .map-detail .fsMediaCustomPlayer, .campus-map .map-detail .slick-list {
      height: 100% !important; }
    .campus-map .map-detail .fsMediaCustomPlayer {
      font-family: "raleway", sans-serif;
      color: #6d6d6d;
      font-size: 16px; }
    .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;
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .campus-map .map-pop-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0;
    z-index: 500;
    transition: all 0.3s ease;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 540px; }
    .campus-map .map-pop-wrapper .map-pop-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .campus-map .map-pop-wrapper .map-close {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #FFF;
      font-size: 0;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      border: 2px solid #FFF;
      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(255, 255, 255, 0.75);
        border-color: rgba(255, 255, 255, 0.75); }
      .campus-map .map-pop-wrapper .map-close:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 1.1875rem;
        line-height: 2; }

@font-face {
  font-family: 'CampusMap';
  src: url("../fonts//CampusMap2/icomoon.eot");
  src: url("../fonts//CampusMap2/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//CampusMap2/icomoon.woff2") format("woff2"), url("../fonts//CampusMap2/icomoon.woff") format("woff"), url("../fonts//CampusMap2/icomoon.ttf") format("truetype"), url("../fonts//CampusMap2/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.campus-map2 #fsPageBodyWrapper {
  padding: 0;
  padding-top: 40px; }

.campus-map2 #fsPageBody {
  max-width: 100%; }

.campus-map2 .instructions {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1220px;
  padding: 0 20px; }

.campus-map2 .coordinates-popup {
  position: absolute;
  background: #FFF;
  color: #000;
  padding: 9px 5px;
  margin-top: -87px;
  margin-left: -310px;
  z-index: 9000;
  width: 620px;
  height: 80px;
  text-align: center;
  border: 1px solid #000; }
  .campus-map2 .coordinates-popup:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff; }
  .campus-map2 .coordinates-popup .html-markup {
    display: block;
    margin: 5px; }
  .campus-map2 .coordinates-popup .copyButton.success:after {
    content: "\2714";
    margin-left: 5px; }

@media (min-width: 800px) {
  .campus-map2.map-pop-active .map-pop-wrapper {
    width: 30px;
    height: 30px;
    right: 0;
    left: 100%;
    top: 50%;
    bottom: initial;
    -ms-transform: translateY(-35%) !important;
    transform: translateY(-35%) !important;
    background: none; } }

.campus-map2 .map-wrapper {
  width: 100%;
  height: auto;
  position: relative; }
  .campus-map2 .map-wrapper .map-container {
    position: relative; }
    .campus-map2 .map-wrapper .map-container > .fsElementContent {
      position: relative; }
      .campus-map2 .map-wrapper .map-container > .fsElementContent img {
        display: block;
        width: 100%;
        height: auto; }

.campus-map2 .map-lead-in > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1220px;
  padding: 0 20px;
  margin-bottom: 40px; }

.campus-map2 .map-points, .campus-map2 .map-points ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.campus-map2 .map-points li {
  margin: 0;
  padding: 0; }

@media (min-width: 800px) {
  .campus-map2 .map-points.mobile {
    display: none; } }

.campus-map2 .map-points:not(.mobile) {
  display: none; }
  @media (min-width: 800px) {
    .campus-map2 .map-points:not(.mobile) {
      display: block; } }

@media (min-width: 800px) {
  .campus-map2 .map-points {
    text-align: center;
    font-size: 0.625rem; } }

.campus-map2 .map-points ul:not(.redactor-toolbar) {
  font-size: 0; }
  .campus-map2 .map-points ul:not(.redactor-toolbar) li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    counter-increment: li;
    transition: 0.3s all;
    visibility: hidden;
    opacity: 0;
    z-index: 500; }
    .campus-map2 .map-points ul:not(.redactor-toolbar) li.active-modal {
      visibility: visible;
      opacity: 1; }
    @media (min-width: 800px) {
      .campus-map2 .map-points ul:not(.redactor-toolbar) li {
        visibility: visible;
        opacity: 1; } }
    .campus-map2 .map-points ul:not(.redactor-toolbar) li:hover {
      z-index: 1; }
    .campus-map2 .map-points ul:not(.redactor-toolbar) li:before {
      border-radius: 100%; }
    .campus-map2 .map-points ul:not(.redactor-toolbar) li a {
      display: block;
      position: relative; }
      .campus-map2 .map-points ul:not(.redactor-toolbar) li a:hover:before {
        background: #ffffff; }
      .campus-map2 .map-points ul:not(.redactor-toolbar) li a:hover .map-text {
        background: rgba(22, 48, 82, 0.9);
        -ms-transform: scale(1) translate(-50%, -10%);
        transform: scale(1) translate(-50%, -10%);
        opacity: 1;
        visibility: visible; }
      .campus-map2 .map-points ul:not(.redactor-toolbar) li a span.marker {
        border-radius: 100%;
        transition: all 0.3s ease;
        display: inline-block;
        vertical-align: bottom;
        color: #404040;
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        font-size: 1.125rem;
        z-index: 1;
        position: relative;
        font-weight: 600; }
        .campus-map2 .map-points ul:not(.redactor-toolbar) li a span.marker:after {
          content: '\e900';
          font-family: 'CampusMap';
          width: 30px;
          height: 30px;
          display: block;
          color: rgba(255, 255, 255, 0.96);
          text-shadow: 1px 0px 8px #4c4b4b;
          position: absolute;
          top: 5px;
          left: -10px;
          font-size: 50px;
          z-index: -1; }
      .campus-map2 .map-points ul:not(.redactor-toolbar) li a .map-text {
        bottom: 100%;
        font-size: 0.875rem;
        color: #FFF;
        padding: 5px;
        position: absolute;
        left: 50%;
        border-radius: 5px;
        white-space: nowrap;
        -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-map2 .map-key {
  margin: 40px 0 20px 0;
  padding: 40px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1220px; }
  .campus-map2 .map-key ul:not(.redactor-toolbar) {
    padding: 0;
    margin: 0;
    list-style: none; }
    .campus-map2 .map-key ul:not(.redactor-toolbar) li {
      padding: 10px 5px;
      margin: 0 -3px 2px;
      display: inline-block;
      width: 25%;
      vertical-align: top; }
      @media (max-width: 800px) {
        .campus-map2 .map-key ul:not(.redactor-toolbar) li {
          width: 50%; } }
      @media (max-width: 500px) {
        .campus-map2 .map-key ul:not(.redactor-toolbar) li {
          width: 100%;
          margin: 5px 0; } }
      .campus-map2 .map-key ul:not(.redactor-toolbar) li:before {
        box-shadow: 1px 0px 4px #020202;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 15px;
        background: rgba(255, 255, 255, 0.96);
        color: #003057;
        width: 30px;
        height: 30px;
        font-size: 18px;
        border-radius: 100%; }
      @media screen and (min-width: 600px) {
        .campus-map2 .map-key ul:not(.redactor-toolbar) li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }

.campus-map2 .map-detail {
  font-family: "raleway", sans-serif;
  color: #6d6d6d;
  font-size: 16px; }
  @media (min-width: 800px) {
    .campus-map2 .map-detail {
      position: relative; } }
  @media (min-width: 800px) {
    .campus-map2 .map-detail .slick-list {
      height: 100% !important; } }
  .campus-map2 .map-detail .slick-dots {
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 15px 20px;
    display: none !important;
    line-height: 1;
    text-align: center; }
    @media (min-width: 800px) {
      .campus-map2 .map-detail .slick-dots {
        display: block !important; } }
    .campus-map2 .map-detail .slick-dots li {
      display: inline-block;
      vertical-align: bottom;
      font-size: 0; }
      .campus-map2 .map-detail .slick-dots li:not(:last-child) {
        margin-right: 10px; }
      .campus-map2 .map-detail .slick-dots li.slick-active button {
        background: #35c9d7;
        opacity: 1; }
      .campus-map2 .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-map2 .map-detail .slick-dots li button:hover {
          background: #35c9d7;
          opacity: 1; }
  .campus-map2 .map-detail .fsSlideImage {
    width: 100%;
    border-radius: 4px;
    margin-top: 20px;
    display: block;
    background-position: center center;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 799px) {
      .campus-map2 .map-detail .fsSlideImage {
        background-image: none !important; } }
    .campus-map2 .map-detail .fsSlideImage img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 1;
      visibility: visible; }
      @media (min-width: 800px) {
        .campus-map2 .map-detail .fsSlideImage img {
          opacity: 0;
          visibility: hidden; } }
  .campus-map2 .map-detail .fsCaptionTitleWrapper .fsSlideTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block; }
  .campus-map2 .map-detail .fsCaptionDescWrapper {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #5e5e5e; }
    @media (min-width: 800px) {
      .campus-map2 .map-detail .fsCaptionDescWrapper {
        background: none; } }
    .campus-map2 .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
      margin-bottom: 0; }

.campus-map2.map-pop-active .map-pop-wrapper {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-top: 20px; }
  @media (min-width: 800px) {
    .campus-map2.map-pop-active .map-pop-wrapper {
      margin-top: 0; } }
  @media (max-width: 799px) {
    .campus-map2.map-pop-active .map-pop-wrapper {
      top: initial !important;
      left: initial !important;
      max-width: 350px;
      margin: 20px auto 0; } }

.campus-map2 .map-pop-wrapper {
  position: relative; }
  @media (min-width: 800px) {
    .campus-map2 .map-pop-wrapper {
      margin: 0;
      margin-left: 50px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: #FFF;
      opacity: 0;
      z-index: 500;
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      width: 100%;
      max-width: 540px; }
      .campus-map2 .map-pop-wrapper:before {
        content: '';
        position: absolute;
        left: -10px;
        top: 5px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
        z-index: 999; }
      .campus-map2 .map-pop-wrapper .map-pop-container {
        position: relative;
        width: 250px;
        padding: 20px 20px 25px;
        height: auto;
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
        top: 50%;
        background: #fff;
        border-radius: 4px;
        box-shadow: 1px 0px 8px #4c4b4b; } }
  .campus-map2 .map-pop-wrapper .map-close {
    display: none !important; }

.campus-map2 .locations-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 35px 0; }
  .campus-map2 .locations-container > header h2.fsElementTitle {
    text-align: center;
    margin-bottom: 30px; }

.campus-map2 .locations {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  width: 25%;
  margin: 0 -3px 50px; }
  @media (max-width: 799px) {
    .campus-map2 .locations {
      width: 50%;
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .campus-map2 .locations {
      width: 100%;
      margin: 0 0 30px;
      margin-bottom: 30px; } }
  .campus-map2 .locations.category-1 header h2.fsElementTitle,
  .campus-map2 .locations.category-1 span.marker {
    color: #ff6060; }
  .campus-map2 .locations.category-2 header h2.fsElementTitle,
  .campus-map2 .locations.category-2 span.marker {
    color: #00bccd; }
  .campus-map2 .locations.category-3 header h2.fsElementTitle,
  .campus-map2 .locations.category-3 span.marker {
    color: #f99d3c; }
  .campus-map2 .locations.category-4 header h2.fsElementTitle,
  .campus-map2 .locations.category-4 span.marker {
    color: #813f95; }
  .campus-map2 .locations.category-5 header h2.fsElementTitle,
  .campus-map2 .locations.category-5 span.marker {
    color: #0072bc; }
  .campus-map2 .locations.category-6 header h2.fsElementTitle,
  .campus-map2 .locations.category-6 span.marker {
    color: #acc02a; }
  .campus-map2 .locations.category-7 header h2.fsElementTitle,
  .campus-map2 .locations.category-7 span.marker {
    color: #7da7d9; }
  .campus-map2 .locations.category-8 header h2.fsElementTitle,
  .campus-map2 .locations.category-8 span.marker {
    color: #39b54a; }
  .campus-map2 .locations ul, .campus-map2 .locations ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .campus-map2 .locations ul li {
    margin: 0;
    padding: 0; }
  .campus-map2 .locations header h2.fsElementTitle {
    font-size: 18px;
    line-height: 24px;
    font-family: "raleway", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-weight: 600; }
    .campus-map2 .locations header h2.fsElementTitle:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75px;
      max-width: 100%;
      height: 1px;
      background: #cccccc; }
  .campus-map2 .locations span.marker {
    display: inline-block;
    padding-right: 5px;
    font-weight: 500; }
    .campus-map2 .locations span.marker:after {
      content: "-";
      display: inline-block;
      margin-left: 5px;
      color: #404040 !important; }

.campus-map2 .map-points .link-1 span.marker {
  color: #ff6060 !important; }

.campus-map2 .map-points .link-2 span.marker {
  color: #00bccd !important; }

.campus-map2 .map-points .link-3 span.marker {
  color: #f99d3c !important; }

.campus-map2 .map-points .link-4 span.marker {
  color: #813f95 !important; }

.campus-map2 .map-points .link-5 span.marker {
  color: #0072bc !important; }

.campus-map2 .map-points .link-6 span.marker {
  color: #acc02a !important; }

.campus-map2 .map-points .link-7 span.marker {
  color: #7da7d9 !important; }

.campus-map2 .map-points .link-8 span.marker {
  color: #39b54a !important; }

body.campus-map2.fsComposeMode .coordinates-popup {
  display: none; }

body.campus-map2.fsComposeMode .locations {
  width: 100% !important;
  display: block;
  margin: 0 !important; }

body.campus-map2.fsComposeMode .map-key {
  display: none; }

body.campus-map2.fsComposeMode .map-points {
  text-align: left; }
  body.campus-map2.fsComposeMode .map-points ul:not(.redactor-toolbar) {
    font-size: 16px; }
    body.campus-map2.fsComposeMode .map-points ul:not(.redactor-toolbar) li {
      position: static;
      opacity: 1;
      visibility: visible; }
      body.campus-map2.fsComposeMode .map-points ul:not(.redactor-toolbar) li:not(:last-child) {
        margin-bottom: 10px; }
      body.campus-map2.fsComposeMode .map-points ul:not(.redactor-toolbar) li .map-text {
        position: static;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        color: inherit;
        border-radius: 0;
        white-space: normal; }

.spotlight {
  background: #f3e9d0;
  text-align: center;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0; }
  .spotlight header {
    background-size: contain;
    -ms-flex-order: 1;
    order: 1; }
    .spotlight header .fsElementHeaderContent {
      display: block;
      margin: auto;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      border-radius: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .spotlight header img {
      display: none; }
  .spotlight footer {
    -ms-flex-order: 2;
    order: 2;
    margin: 16px 0; }
    .spotlight footer br {
      display: none; }
    .spotlight footer h6, .spotlight footer .module .fsElementTitle, .module .spotlight footer .fsElementTitle, .spotlight footer .module-light .fsElementTitle, .module-light .spotlight footer .fsElementTitle, .spotlight footer .module-dark .fsElementTitle, .module-dark .spotlight footer .fsElementTitle, .spotlight footer .athletics-2 .module-athletics .fsElementTitle, .athletics-2 .module-athletics .spotlight footer .fsElementTitle {
      margin-bottom: 0; }
    .spotlight footer a {
      display: block; }
  .spotlight .fsElementContent {
    -ms-flex-order: 3;
    order: 3; }

.img-hover {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  .img-hover .hover-wrap {
    height: 100%;
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: center;
    height: auto;
    position: absolute;
    top: 100%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.5s;
    left: calc(50% - ((100% - 20px) / 2)); }
    .img-hover .hover-wrap .fsElementContent {
      padding: 0 15px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    .img-hover .hover-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 48, 87, 0.5);
      transition: top 0.5s cubic-bezier(0, 1, 0, 1), bottom 0.5s cubic-bezier(0, 1, 0, 1), background-color 0.5s; }
  .img-hover:hover .hover-wrap {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .img-hover:hover .hover-wrap .fsElementContent {
      max-height: 9999px;
      transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
    .img-hover:hover .hover-wrap:before {
      top: -500px;
      bottom: -500px;
      transition: top 0.5s cubic-bezier(1, 0, 1, 0), bottom 0.5s cubic-bezier(1, 0, 1, 0), background-color 0.5s;
      background: rgba(0, 48, 87, 0.8); }
  .img-hover header {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.3;
    padding: 15px; }
  .img-hover header,
  .img-hover .fsElementContent {
    color: #fff;
    position: relative; }
  .img-hover footer a {
    background-color: #3c557c;
    color: #fff;
    font-weight: 400;
    padding: 11px 13px;
    display: inline-block;
    line-height: 1; }
    .img-hover footer a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      margin-left: 8px; }
    .img-hover footer a:hover {
      background-color: #2f4261; }
  .img-hover .fsContentEditable.redactor-editor {
    background-color: rgba(0, 48, 87, 0.8); }
  @media (max-width: 699px) {
    .img-hover {
      height: 300px; } }

.content-hovers {
  margin: 0; }
  .content-hovers + #fsPageBodyWrapper {
    margin-top: 0 !important;
    padding-top: 40px !important; }
  .content-hovers .fsDiv {
    margin: 0;
    padding: 0; }
  @media (max-width: 999px) {
    .content-hovers {
      margin-top: 0 !important; }
      .content-hovers .fsDiv {
        width: 50%;
        float: left; } }
  @media (max-width: 699px) {
    .content-hovers .fsDiv {
      width: 100%; } }

.photo-content img {
  display: block;
  width: 100%;
  margin-bottom: 15px; }

.photo-content h6, .photo-content .module .fsElementTitle, .module .photo-content .fsElementTitle, .photo-content .module-light .fsElementTitle, .module-light .photo-content .fsElementTitle, .photo-content .module-dark .fsElementTitle, .module-dark .photo-content .fsElementTitle, .photo-content .athletics-2 .module-athletics .fsElementTitle, .athletics-2 .module-athletics .photo-content .fsElementTitle {
  text-transform: none; }

.header-top {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 20px; }

.ath-header .nav-main {
  background: #003057;
  padding: 0 20px;
  box-shadow: 0 4px 0 #fff;
  float: none;
  border-top: 0; }
  .ath-header .nav-main .fsNavLevel1 > li > a {
    color: #fff; }
  .ath-header .nav-main .fsNavLevel2 {
    margin-left: 0 !important; }
  .ath-header .nav-main .fsNavLevel1 > li {
    position: relative !important;
    position: relative; }
    .ath-header .nav-main .fsNavLevel1 > li .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden;
      visibility: visible; }
    .ath-header .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      .ath-header .nav-main .fsNavLevel1 > li:focus .fsNavPageInfo {
        max-height: 9999px; } }
    .ath-header .nav-main .fsNavLevel1 > li:hover {
      background: #fff; }
      .ath-header .nav-main .fsNavLevel1 > li:hover > a {
        color: #003057;
        background-color: #fff; }

.ath-header .nav-main .fsNavPageInfo {
  background: #fff; }
  .ath-header .nav-main .fsNavPageInfo a {
    color: #fff;
    background: none; }
    .ath-header .nav-main .fsNavPageInfo a:hover {
      color: #c49313; }

.ath-header .nav-main .fsNavLevel2 {
  display: block;
  width: 100%;
  margin: 0; }

.header-top .home-button {
  display: none;
  position: absolute;
  top: 0;
  right: 80px;
  width: 130px; }
  .header-top .home-button:hover {
    color: #fff; }
  @media (min-width: 1000px) {
    .header-top .home-button {
      display: block; } }

.home-button {
  display: block;
  padding: 10px 15px 10px 10px;
  background: #c2c2c2;
  color: #3c557c;
  font-size: 14px; }
  .drawer .home-button {
    padding: 20px;
    margin: 20px; }
    .drawer .home-button img {
      display: inline-block;
      float: none; }
  .home-button img {
    padding-right: 10px;
    float: left; }
  .home-button:hover {
    background: darkgray; }

.ath-2-search {
  float: right;
  position: relative;
  color: #fff; }
  @media (min-width: 700px) {
    .ath-2-search {
      top: 20px; } }
  @media (min-width: 900px) {
    .ath-2-search {
      top: 50px; } }
  .ath-2-search:hover input[type="text"] {
    width: 180px;
    opacity: 1; }
  .ath-2-search button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0; }
  .ath-2-search input[type="text"] {
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    background: #c49313;
    border-radius: 30px;
    height: 30px;
    width: 0;
    opacity: 0;
    transition: 0.3s all ease-in-out; }
  .ath-2-search button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: #c49313; }
    .ath-2-search button[type="submit"]:before {
      content: "";
      font-family: "IcoMoon";
      font-size: 13px; }

.ath-page #fsHeader {
  background: #fff;
  padding: 0; }

.ath-header.full-width .header-top {
  max-width: 100%;
  height: 100%;
  padding: 0;
  line-height: 0;
  background: #0B3155;
  text-align: center; }
  .ath-header.full-width .header-top .landing-info {
    float: none; }

.ath-header.full-width .header-right {
  position: absolute;
  z-index: 9;
  right: 1%; }

@media (min-width: 900px) {
  .ath-header.full-width .header-top .landing-info img {
    width: 80%; } }

#fsPagePopHideButton {
  background-color: #003057; }

#fsPagePopHideButton:hover {
  box-shadow: inset 0 30px #c49313; }

.fsPagePopTitle {
  font-size: 1.75em; }

#fsPagePopCloseButton:hover:before {
  background: #c49313; }

#fsPagePopCloseButton:hover:after {
  background: #c49313; }

#fsPagePopControls #fsPagePopHideButton {
  background-color: #003057;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: #003057;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-decoration: none;
  opacity: 1; }

#fsPagePopControls #fsPagePopHideButton:hover {
  background: #00223e;
  color: #fff; }

#fsPagePopControls #fsPagePopHideButton:hover {
  box-shadow: inset 0 36px #c49313; }

:target:before {
  content: "";
  display: block;
  height: 400px;
  /* fixed header height*/
  margin: -400px 0 0;
  /* negative fixed header height */ }

body:not(.fsComposeMode) .center-logos > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.align-center .fsRosterName, .align-center .fsSummary, .align-center .fsThumbnail, .align-center .fsTitle, .align-center .fsFacebookFrom, .align-center .fsVimeoTitle, .align-center .fsYoutubeTitle {
  text-align: center; }

.athletics-2 textarea,
.athletics-2 #fsHeader {
  background: #fff;
  padding: 0; }

.athletics-2 .ath-seasons {
  position: relative;
  margin-bottom: 60px; }
  .athletics-2 .ath-seasons .fsTabsNav {
    text-align: center;
    background: #fff;
    display: block;
    border-bottom: 0; }
  @media (max-width: 900px) {
    .athletics-2 .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header {
      display: none; } }
  .athletics-2 .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none; }
  @media (min-width: 900px) {
    .athletics-2 .ath-seasons .fsTabsNavItem {
      margin: 0 20px; } }
  .athletics-2 .ath-seasons .fsTabsNavItem a {
    box-shadow: 0 -4px 0 rgba(60, 85, 124, 0);
    background: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    margin: 0; }
  .athletics-2 .ath-seasons .fsTabsNavItem.fsStateSelected a {
    color: #003057;
    background: #ccd6dd !important;
    box-shadow: 0 -4px 0 #3c557c; }
  .athletics-2 .ath-seasons .fsPanel {
    position: relative;
    margin: 0 auto;
    max-width: 60em;
    max-width: 60rem;
    background: #ccd6dd;
    position: relative;
    padding: 20px; }
    .athletics-2 .ath-seasons .fsPanel:before, .athletics-2 .ath-seasons .fsPanel:after {
      content: '';
      position: absolute;
      display: block;
      background: #ccd6dd;
      top: 0;
      height: 100%;
      width: 100vw; }
    .athletics-2 .ath-seasons .fsPanel:before {
      left: -100vw; }
    .athletics-2 .ath-seasons .fsPanel:after {
      right: -100vw;
      visibility: visible; }
  .athletics-2 .ath-seasons .fsAthleticsTeamDirectory {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .athletics-2 .ath-seasons li[data-sport] {
    margin: 0 30px 20px; }
  .athletics-2 .ath-seasons li[data-sport]:before {
    content: attr(data-sport);
    pointer-events: auto;
    display: block;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #003057; }

.athletics-2 .ath-cal-slider footer a,
.athletics-2 .ath-scoreboard footer a {
  color: #c49313; }
  .athletics-2 .ath-cal-slider footer a:hover,
  .athletics-2 .ath-scoreboard footer a:hover {
    color: #3c557c; }

.athletics-2 .ath-cal-slider article {
  min-height: 150px; }

.athletics-2 .ath-cal-slider footer {
  border-top: 1px solid #c2c2c2;
  padding-top: 15px;
  font-size: 14px; }
  .athletics-2 .ath-cal-slider footer:after {
    content: '';
    clear: both;
    display: block;
    width: 100%; }
  .athletics-2 .ath-cal-slider footer a {
    float: right;
    text-align: right; }

.athletics-2 .ath-cal-dots, .athletics-2 .ath-cal-dots ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.athletics-2 .ath-cal-dots li {
  margin: 0;
  padding: 0; }

.athletics-2 .ath-cal-dots li {
  display: inline-block; }
  .athletics-2 .ath-cal-dots li.slick-active button {
    background: #c49313; }

.athletics-2 .ath-cal-dots button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: block;
  color: transparent;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border-radius: 10px;
  background: #c2c2c2; }

.athletics-2 .ath-scoreboard {
  margin-bottom: 40px; }
  .athletics-2 .ath-scoreboard article {
    background: #ccd6dd;
    padding: 10px;
    margin-bottom: 0; }
    .athletics-2 .ath-scoreboard article:after {
      content: '';
      clear: both;
      display: block;
      width: 100%; }
    .athletics-2 .ath-scoreboard article > * {
      display: inline-block; }
    .athletics-2 .ath-scoreboard article:nth-of-type(even) {
      background: none; }
  .athletics-2 .ath-scoreboard .fsDateTime {
    text-align: left;
    float: left;
    padding-right: 20px; }
  .athletics-2 .ath-scoreboard .fsAthleticsResultWrapper {
    float: right;
    text-align: right; }
  .athletics-2 .ath-scoreboard .fsAthleticsResult {
    border-right: 1px solid #404040;
    padding-right: 6px; }
  .athletics-2 .ath-scoreboard .fsAthleticsScore {
    padding-left: 4px; }
  .athletics-2 .ath-scoreboard footer {
    font-size: 14px; }

.athletics-2 .ath-coach-slider {
  background: #ccd6dd;
  position: relative;
  padding: 40px 20px;
  text-align: center; }
  .athletics-2 .ath-coach-slider .fsElementTitle {
    text-align: center;
    color: #3c557c;
    font-size: 30px;
    margin-bottom: 40px; }
  .athletics-2 .ath-coach-slider:before, .athletics-2 .ath-coach-slider:after {
    content: '';
    position: absolute;
    display: block;
    background: #ccd6dd;
    top: 0;
    height: 100%;
    width: 100vw; }
  .athletics-2 .ath-coach-slider:before {
    left: -100vw; }
  .athletics-2 .ath-coach-slider:after {
    right: -100vw; }
  .athletics-2 .ath-coach-slider .fsConstituentItem {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .athletics-2 .ath-coach-slider .slick-slider {
    margin-left: -20px;
    margin-right: -20px; }
  .athletics-2 .ath-coach-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .athletics-2 .ath-coach-slider .fsConstituentItem {
    height: auto;
    margin: 0 10px; }
  .athletics-2 .ath-coach-slider .fsEmail {
    -ms-flex-order: 3;
    order: 3;
    line-height: .8;
    display: block; }
    .athletics-2 .ath-coach-slider .fsEmail a {
      color: #c49313; }
  .athletics-2 .ath-coach-slider .fsFullName, .athletics-2 .ath-coach-slider .fsFullName a {
    color: #003057;
    font-size: 18px;
    -ms-flex-order: 2;
    order: 2;
    font-weight: bold; }
    .athletics-2 .ath-coach-slider .fsFullName:hover, .athletics-2 .ath-coach-slider .fsFullName a:hover {
      color: #c49313; }
  .athletics-2 .ath-coach-slider .fsRoles {
    -ms-flex-order: 4;
    order: 4; }
    .athletics-2 .ath-coach-slider .fsRoles:before {
      content: "I COACH:";
      font-size: 15px;
      font-weight: bold;
      display: block;
      color: #003057;
      margin-top: 15px; }
  .athletics-2 .ath-coach-slider .fsPhoto {
    -ms-flex-order: 0;
    order: 0; }

.athletics-2 .ath-coach-arrows {
  text-align: center;
  padding: 20px 0;
  vertical-align: middle; }
  .athletics-2 .ath-coach-arrows .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    z-index: 9999;
    height: 40px;
    width: 40px;
    background: none;
    border: 1px solid #c49313;
    color: transparent;
    padding: 0 10px;
    position: relative;
    font-family: "IcoMoon"; }
    .athletics-2 .ath-coach-arrows .slick-arrow:before {
      content: '';
      color: #c49313;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      left: 50%;
      height: 15px;
      font-size: 23px;
      line-height: 8px; }
  .athletics-2 .ath-coach-arrows .slick-prev {
    border-right: 0; }
    .athletics-2 .ath-coach-arrows .slick-prev:before {
      content: "«";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .athletics-2 .ath-coach-arrows .slick-next {
    border-left: 0; }
    .athletics-2 .ath-coach-arrows .slick-next:before {
      content: "»";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.athletics-2 .athletics-button:last-of-type {
  margin-bottom: 40px; }

.athletics-2 .athletics-button p:empty {
  display: none; }

.athletics-2 .athletics-button a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 28px;
  background: #3c557c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  padding: 20px 10px;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px; }
  .athletics-2 .athletics-button a:hover {
    background: #34496b;
    color: #fff; }
  .athletics-2 .athletics-button a em {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "raleway", sans-serif;
    margin-top: 5px; }
  .athletics-2 .athletics-button a #fsBannerRight, .athletics-2 .athletics-button a #fsBannerLeft {
    width: 100%; }
  .athletics-2 .athletics-button a:hover {
    background: #3c557c; }
  .athletics-2 .athletics-button a strong {
    font-size: 15px;
    text-transform: none;
    font-weight: normal; }

.athletics-2 .module-athletics {
  padding: 20px;
  background: #fcfcfc;
  border: 1px solid #dddddd;
  border-top: 0;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #404040;
  box-shadow: 0 -4px 0 #3c557c; }
  .athletics-2 .module-athletics .fsElementTitle {
    color: #003057;
    text-align: center;
    font-size: 20px;
    line-height: 1.2em; }

.athletics-2 .ath-slideshow-container > header {
  display: none; }

.athletics-2 .ath-grid-contain {
  height: 500px; }
  body:not(.fsDraftMode) .ath-2-slide {
    display: none; }
  .athletics-2 .ath-grid-contain .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    z-index: 9999;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 40px;
    background: #fff;
    color: transparent;
    padding: 0 10px; }
    .athletics-2 .ath-grid-contain .slick-arrow:before {
      content: '';
      position: absolute;
      top: -5px;
      color: #3c557c;
      font-size: 30px;
      line-height: 50px; }
  .athletics-2 .ath-grid-contain .slick-prev {
    left: 0; }
    .athletics-2 .ath-grid-contain .slick-prev:before {
      content: "«";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    @media (min-width: 1180px) {
      .athletics-2 .ath-grid-contain .slick-prev {
        left: calc(50% - 630px); } }
  .athletics-2 .ath-grid-contain .slick-next {
    left: auto;
    right: 0; }
    .athletics-2 .ath-grid-contain .slick-next:before {
      content: "»";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    @media (min-width: 1180px) {
      .athletics-2 .ath-grid-contain .slick-next {
        right: calc(50% - 630px); } }
  .athletics-2 .ath-grid-contain .slick-list {
    height: 100%; }
  .athletics-2 .ath-grid-contain .slick-track {
    height: 100%; }
  .athletics-2 .ath-grid-contain .slick-slide {
    opacity: 0.5;
    transition: 0.3s opacity; }
    .athletics-2 .ath-grid-contain .slick-slide + .slick-current {
      opacity: 1; }
  .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
    width: 100%;
    height: 100%; }
    @media (min-width: 600px) {
      .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
        width: 600px; } }
    @media (min-width: 800px) {
      .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
        width: 800; } }
    @media (min-width: 900px) {
      .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
        width: 900; } }
    @media (min-width: 1024px) {
      .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
        width: 1024px; } }
    @media (min-width: 1180px) {
      .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
        width: 1180px; } }
    .athletics-2 .ath-grid-contain .fsMediaCustomPlayer > * {
      box-shadow: inset 0 0 0 4px #fff; }
  .athletics-2 .ath-grid-contain .caption {
    padding: 20px;
    background: #c49313;
    color: #fff;
    position: absolute;
    top: 50%;
    height: 50%;
    width: 50%;
    left: 0;
    display: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "futura-pt"; }
    .athletics-2 .ath-grid-contain .caption strong {
      font-family: "raleway", sans-serif;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px; }
    @media (min-width: 600px) {
      .athletics-2 .ath-grid-contain .caption {
        display: block; } }
    @media (min-width: 900px) {
      .athletics-2 .ath-grid-contain .caption {
        top: 55%;
        height: 45%;
        width: 25%; } }
  .athletics-2 .ath-grid-contain .ath-ss {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
    .athletics-2 .ath-grid-contain .ath-ss.slide0 {
      display: block; }
    @media (min-width: 600px) {
      .athletics-2 .ath-grid-contain .ath-ss.slide0 {
        height: 50%;
        width: 50%; }
      .athletics-2 .ath-grid-contain .ath-ss.slide1 {
        width: 50%;
        height: 100%;
        left: 50%;
        display: block; } }
    @media (min-width: 900px) {
      .athletics-2 .ath-grid-contain .ath-ss {
        height: 55%;
        width: 25%;
        display: block; }
        .athletics-2 .ath-grid-contain .ath-ss.slide0 {
          width: 25%;
          height: 55%; }
        .athletics-2 .ath-grid-contain .ath-ss.slide1 {
          height: 100%;
          width: 30%;
          left: 25%; }
        .athletics-2 .ath-grid-contain .ath-ss.slide2 {
          width: 45%;
          left: 55%;
          height: 40%; }
        .athletics-2 .ath-grid-contain .ath-ss.slide3 {
          width: 45%;
          height: 60%;
          left: 55%;
          top: 40%; } }
