@charset "UTF-8";
 /**
 *
 * Rutgers Prep School - athletics_17
 * @link http://rutgerspreporg.finalsite.com
 * Site Template : 
 * Built By: Jim Peterman
 * Project Manager: Lisa Willsey
 * Designer: Akua Duah
 * ==== Git Info ====
 * Branch Name: clients/rutgerspreporg-athletics
 * Build version: 3.2.6
 * Git Tag: 
 * 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 margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../icomoon-2.html");
  src: url("../icomoond41d-2.html?#iefix") format("embedded-opentype"), url("../icomoon-3.html") format("woff2"), url("../icomoon-4.html") format("woff"), url("../icomoon-5.html") format("truetype"), url("../icomoon-6.html#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-size: 1.875em;
  line-height: 1.06667em;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  color: #e2ab15;
  font-weight: 900;
  margin-bottom: 0.43333em; }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.375em;
  line-height: 1.09091em;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  color: #790225;
  margin-bottom: 0.5em; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.0625em;
  line-height: 1.11765em;
  font-family: "proxima-nova", sans-serif;
  color: #e2ab15;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.58824em; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.125em;
  color: #790225;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0.625em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.125em;
  color: #e2ab15;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0.625em; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.125em;
  color: #790225;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0.625em; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #98002e;
  transition: background .3s, color .3s; }
  a:hover {
    color: #00ac89; }

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

table.styled {
  margin-bottom: 1.25em;
  width: 100%; }
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th {
    padding: 1.25em;
    text-align: left;
    background: #790225;
    color: #fff; }
  table.styled td {
    padding: 0.625em 1.25em;
    background: rgba(0, 0, 0, 0.05); }
    table.styled tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }

body:not(.athleticsBPT):not(.fsComposeMode) table {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  body:not(.athleticsBPT):not(.fsComposeMode) table th,
  body:not(.athleticsBPT):not(.fsComposeMode) table td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  body:not(.athleticsBPT):not(.fsComposeMode) table th {
    padding: 10px 20px;
    text-align: left;
    background: #790225;
    color: #fff; }
  body:not(.athleticsBPT):not(.fsComposeMode) table td {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05); }
    table.styled tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }
    table.fs_style_32 tr:nth-of-type(even) td {
      background-color: rgba(0, 0, 0, 0.1); }

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

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

/*! content - buttons v0.0.1 */
.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #790225;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .button:hover {
    background: #60021d;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #e2ab15;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .color-button:hover {
    background: #cb9913;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #e2ab15;
  outline: 0;
  border-radius: 0;
  border: 0.2em solid #e2ab15; }
  .hollow-button:hover {
    background: rgba(0, 0, 0, 0);
    color: #e2ab15; }
  .hollow-button em {
    display: block;
    font-style: normal; }

/*! content - style manger v0.0.1 */
.lead-in {
  font-size: 1.25em;
  line-height: 1.2em; }

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em; }
  blockquote:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: '\201C'; }

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal; }
  cite:before {
    content: '- '; }

.callout {
  padding: 20px;
  background: #790225;
  color: #fff; }
  .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 .search-container {
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .search-container {
      display: inline-block; } }

#fsHeader .logo {
  display: block;
  text-align: center; }
  @media (min-width: 800px) {
    #fsHeader .logo {
      text-align: left; } }

.site-info-container {
  background: #707070;
  padding: 20px;
  border-bottom: 1px solid #FFF; }
  @media (min-width: 900px) {
    body:not(.athleticsBPT) .site-info-container {
      margin-top: 71px; } }
  @media (min-width: 800px) {
    .site-info-container {
      border-bottom: 0; } }
  .site-info-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    .site-info-container > .fsElementContent .fsTwoColumnLayout .fsDiv {
      margin-bottom: 0;
      padding: 20px 0 20px 20px; }
      @media (min-width: 900px) {
        .site-info-container > .fsElementContent .fsTwoColumnLayout .fsDiv {
          width: 40%; } }
      .site-info-container > .fsElementContent .fsTwoColumnLayout .fsDiv.fsStyleColumn-2 {
        display: none; }
        @media (min-width: 900px) {
          .site-info-container > .fsElementContent .fsTwoColumnLayout .fsDiv.fsStyleColumn-2 {
            padding-top: 40px;
            display: block;
            width: 60%;
            padding-left: 0;
            padding-right: 20px;
            text-align: right; } }
      .site-info-container > .fsElementContent .fsTwoColumnLayout .fsDiv img {
        vertical-align: bottom;
        max-height: 100px; }

#fsFooter {
  padding: 45px 20px 60px;
  color: #fff;
  background-image: url("../png/foooter_emblem%402x.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center center; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 770px) {
      #fsFooter .fsBanner {
        display: block; } }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    margin-bottom: 10px;
    color: #fff; }
  .school-details [itemprop='streetAddress'] {
    display: block;
    font-size: 15px;
    line-height: 24px; }
  .school-details [itemprop='telephone'] {
    font-size: 15px;
    line-height: 24px; }
  .school-details a {
    color: inherit; }

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

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

html {
  font-family: "proxima-nova", sans-serif;
  background: #790225;
  -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.375;
  color: #1c1c1c; }

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

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff; }
  @media (min-width: 600px) {
    #fsPageBodyWrapper {
      padding-top: 40px; } }
  @media (min-width: 800px) {
    #fsPageBodyWrapper {
      padding-top: 80px; } }

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

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

#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: 76.27119% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 49.15254% !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) {
  .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 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  background-position: top center; }
  @media (min-width: 800px) {
    #fsPoweredByFinalsite {
      background-position: top right; } }

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main {
  background: repeating-linear-gradient(-45deg, #98002e, #98002e 5px, #790225 6px, #790225 7px);
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  border-bottom: 1px solid #FFF; }
  #fsHeader .nav-main {
    display: none; }
    @media (min-width: 900px) {
      #fsHeader .nav-main {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%; } }
  @media (min-width: 900px) {
    .fsAccountBarVisible #fsHeader .nav-main {
      top: 45px; } }
  .nav-main > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .nav-main .fsNavLevel1, .nav-main .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 {
      display: table;
      width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    display: table-cell;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.34); }
    .nav-main .fsNavLevel1 > li:last-child {
      border-right: 1px solid rgba(255, 255, 255, 0.34); }
    .nav-main .fsNavLevel1 > li:hover > a {
      background: #e2ab15; }
    .nav-main .fsNavLevel1 > li > a {
      text-transform: uppercase;
      display: block;
      padding: 24px 20px;
      color: #FFF; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
        background: #e2ab15; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
        background: #e2ab15; }

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  display: none;
  width: auto;
  left: 0;
  text-align: left;
  padding: 30px 30px 20px;
  left: auto; }
  @media (max-width: 899px) {
    .nav-main .fsNavPageInfo {
      display: block !important;
      position: relative;
      padding: 0; } }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: -ms-flexbox;
      display: flex;
      background: #e2ab15; } }

.nav-main .fsNavPageThumbnail {
  margin-bottom: 20px;
  margin-right: 30px; }
  .nav-main .fsNavPageThumbnail img {
    vertical-align: bottom; }

.nav-main .fsNavLevel2 {
  text-align: left; }
  .nav-main .fsNavLevel2:not(:last-child) {
    margin-right: 30px; }
  @media (max-width: 899px) {
    .nav-main .fsNavLevel2 li {
      border: 0 !important; } }
  .nav-main .fsNavLevel2 li:not(:last-child) {
    margin-bottom: 3px; }
    @media (max-width: 899px) {
      .nav-main .fsNavLevel2 li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; } }
  .nav-main .fsNavLevel2 li a {
    color: #FFF; }
    @media (max-width: 899px) {
      .nav-main .fsNavLevel2 li a {
        display: block;
        padding-left: 55px !important; } }
    .nav-main .fsNavLevel2 li a:hover {
      color: #adb1b2; }

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 50px;
  background: #790225;
  padding: 0 20px;
  border-bottom: 1px solid #FFF; }
  @media (min-width: 900px) {
    .drawer-ribbon {
      display: none; } }
  .drawer-ribbon .search-container {
    margin-top: 12px;
    float: right; }
    .drawer-ribbon .search-container .search-trigger.open + .site-search form.gsc-search-box div.gsc-input-box {
      width: 194px; }
    .drawer-ribbon .search-container .site-search {
      width: 25px;
      height: 25px;
      margin-right: -25px; }
      .drawer-ribbon .search-container .site-search div.gsc-input-box, .drawer-ribbon .search-container .site-search input.gsc-input, .drawer-ribbon .search-container .site-search table, .drawer-ribbon .search-container .site-search tbody, .drawer-ribbon .search-container .site-search tr, .drawer-ribbon .search-container .site-search td {
        height: 25px !important; }
      .drawer-ribbon .search-container .site-search td.gsc-search-button {
        padding-right: 0;
        width: 35px; }
        .drawer-ribbon .search-container .site-search td.gsc-search-button:after {
          font-size: 0.9375rem; }
    .drawer-ribbon .search-container .search-trigger {
      width: 25px;
      height: 25px; }
      .drawer-ribbon .search-container .search-trigger:before {
        font-size: 0.9375rem; }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 20px;
  left: 20px; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 100%;
    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: 50px;
  max-width: 20em;
  background: #790225; }
  .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); }
  .drawer .nav-util-header {
    display: block;
    float: none;
    background: repeating-linear-gradient(-45deg, #98002e, #98002e 5px, #790225 6px, #790225 7px); }
    .drawer .nav-util-header .fsNavLevel1 li {
      border-right: 0 !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      display: block; }
      .drawer .nav-util-header .fsNavLevel1 li a {
        padding: 10px 20px 10px 40px; }
        .drawer .nav-util-header .fsNavLevel1 li a:hover {
          color: #FFF; }
  .drawer .nav-main {
    border: 0; }
    .drawer .nav-main .fsNavLevel1 li {
      display: block;
      text-align: left;
      border-right: 0 !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .drawer .nav-main .fsNavLevel1 li.fsNavCurrentPage a:hover, .drawer .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor a:hover {
        background: #e2ab15; }
      .drawer .nav-main .fsNavLevel1 li a {
        padding: 10px 20px 10px 40px; }
        .drawer .nav-main .fsNavLevel1 li a:hover {
          color: #FFF;
          background: transparent; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  margin: -60px -20px 50px;
  text-align: center; }
  @media (min-width: 600px) {
    .nav-sub {
      margin: 0 0 30px;
      text-align: left; } }
  .nav-sub > .fsElementContent, .nav-sub > .fsElementContent ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-sub > .fsElementContent li {
    margin: 0;
    padding: 0; }
  @media (max-width: 599px) {
    .nav-sub > .fsElementContent {
      display: none; } }
  .active-nav > .fsElementContent {
    display: block; }
  .nav-sub .fsNavLevel1 {
    position: relative;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    font-size: 0.9375rem; }
    .nav-sub .fsNavLevel1 > li {
      margin-bottom: 15px; }
      .nav-sub .fsNavLevel1 > li:last-child, .nav-sub .fsNavLevel1 > li.fsNavParentPage {
        margin-bottom: 0; }
      .nav-sub .fsNavLevel1 > li > a {
        padding: 5px 10px;
        text-transform: uppercase;
        display: block;
        color: #707070; }
        .nav-sub .fsNavLevel1 > li > a:hover {
          background: #790225;
          color: #FFF; }
  .nav-sub li.fsNavCurrentPage > a,
  .nav-sub li.fsNavCurrentPageAncestor > a {
    color: #790225;
    border-bottom: 1px solid rgba(112, 112, 112, 0.6); }
    .nav-sub li.fsNavCurrentPage > a:hover,
    .nav-sub li.fsNavCurrentPageAncestor > a:hover {
      color: #b38811;
      background: transparent; }
  .nav-sub .fsNavLevel2 {
    padding: 10px 0 10px 20px !important; }
    .nav-sub .fsNavLevel2 > li > a {
      padding: 5px 10px;
      display: block;
      text-transform: uppercase;
      color: #790225; }
      .nav-sub .fsNavLevel2 > li > a:hover {
        background: #790225;
        color: #FFF; }
  .nav-sub > header {
    display: block; }
    @media (min-width: 600px) {
      .nav-sub > header {
        display: none; } }
    .nav-sub > header > .fsElementTitle {
      position: relative;
      font-style: normal;
      padding: 0px;
      cursor: pointer;
      background: #790225;
      color: #fff;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase;
      text-align: center;
      margin: 0 0 15px; }
      @media (min-width: 600px) {
        .nav-sub > header > .fsElementTitle {
          cursor: default; } }
      @media (max-width: 599px) {
        .nav-sub > header > .fsElementTitle:after {
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 40px;
          line-height: 30px;
          text-align: center;
          margin-left: 8px;
          content: "";
          font-family: "FontAwesome";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 599px) {
        .active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "FontAwesome";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #790225; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #790225; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #790225; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #790225; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #790225; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #790225; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #790225; }
  .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #790225; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #790225; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
    background: #fff; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #790225; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #fff;
    background: transparent;
    height: 40px;
    width: 40px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #fff;
      font-size: 16px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* Navigation - Utility Container v0.0.1 */
.nav-util-header {
  display: none; }
  .nav-util-header, .nav-util-header ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-util-header li {
    margin: 0;
    padding: 0; }
  @media (min-width: 900px) {
    .nav-util-header {
      display: inline-block;
      vertical-align: middle; } }
  .nav-util-header .fsNavLevel1 li {
    display: inline-block;
    line-height: 1; }
    .nav-util-header .fsNavLevel1 li a {
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase;
      color: #FFF;
      display: block;
      padding: 0 20px;
      font-size: 16px; }
      .nav-util-header .fsNavLevel1 li a:hover {
        color: #e6e6e6; }

.nav-utility-footer .fsNavLevel1 {
  display: block;
  width: 50%;
  float: left;
  min-width: 220px;
  padding: 0 20px 0 40px !important; }
  .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-footer .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (max-width: 770px) {
    .nav-utility-footer .fsNavLevel1 {
      padding: 0 20px 0 10px !important; } }
  .nav-utility-footer .fsNavLevel1:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 770px) {
      .nav-utility-footer .fsNavLevel1:last-child {
        padding: 0 20px 0 40px !important; } }
    @media (max-width: 479px) {
      .nav-utility-footer .fsNavLevel1:last-child {
        padding: 0 20px 0 10px !important;
        border-left: 0; } }
  .nav-utility-footer .fsNavLevel1 li a {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
    display: block; }
    .nav-utility-footer .fsNavLevel1 li a:hover {
      color: #00ac89; }

.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: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    outline: 0;
    border-radius: 0;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #0f0f0f;
      color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #d5d5d5;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.125em;
    color: #790225;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 0.625em;
    font-style: normal;
    margin-bottom: 2px;
    display: block;
    font-size: 16px;
    color: #707070;
    transition: .3s;
    overflow: hidden;
    position: relative; }
    .fsAccordion .fsPanel > header h2 > a, .fsTabs .fsPanel > header h2 > a {
      padding: 11px 20px;
      display: inline-block;
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #e2ab15;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #FFF;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #e2ab15; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #FFF; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  font-family: "FontAwesome";
  border: none;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 11px 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  font-family: "FontAwesome";
  border: none;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 11px 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  content: ""; }


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

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

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

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent th.fsTitle {
    display: table-cell !important; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background: #0f0f0f;
      color: #fff; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: table-cell !important; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }
  .fsAthleticsEvent th.fsAthleticsOpponentNames {
    display: table-cell !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - calendar */
.fsCalendar {
  margin-bottom: 30px; }
  .fsCalendar article {
    position: relative;
    padding-left: 100px;
    min-height: 80px; }
  .fsCalendar .fsDate {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    padding-top: 5px;
    text-align: center;
    background: #790225;
    border-radius: 100%;
    color: #fff; }
    .fsCalendar .fsDate span {
      display: block; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  line-height: 1.2; }

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

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

.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0;
  padding: 0;
  width: 40px;
  height: 40px; }
  .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
    color: #575757;
    content: '\2039';
    font-size: 26px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px; }

.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\203A'; }

@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(121, 2, 37, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(121, 2, 37, 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(121, 2, 37, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(121, 2, 37, 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; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #0f0f0f;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block;
  width: 10px;
  height: 10px; }

.fsCalendarLegend {
  margin: 20px 0;
  padding: 0; }
  .fsCalendarLegend, .fsCalendarLegend ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCalendarLegend li {
    margin: 0;
    padding: 0; }
  @media (min-width: 600px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 800px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 3;
      column-count: 3; } }
  .fsCalendarLegend > ul ul {
    margin-left: 20px; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0; }

.fsListItems article {
  margin-bottom: 1.25em; }

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

.module {
  background: #790225; }

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

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

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    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: #0f0f0f;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    outline: 0;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover {
      background: #0f0f0f;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    left: 0;
    line-height: 22px;
    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-size: 1.375em;
      line-height: 1.09091em;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      font-style: italic;
      color: #790225;
      margin-bottom: 0.5em;
      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,
.fsPostElement {
  margin-bottom: 30px; }
  .fsNews > header,
  .fsPostElement > header {
    border-bottom: 1px solid #e2ab15;
    text-align: center;
    margin: 0 -20px 30px; }
    @media (min-width: 600px) {
      .fsNews > header,
      .fsPostElement > header {
        text-align: left;
        margin: 0 0 30px; } }
    .fsNews > header .fsElementTitle,
    .fsPostElement > header .fsElementTitle {
      margin: 0;
      display: inline-block;
      background: #e2ab15;
      font-family: "proxima-nova", sans-serif;
      font-size: 1.0625rem;
      color: #FFF;
      font-style: normal;
      text-transform: none;
      padding: 10px 30px; }
  .fsNews .fsThumbnail,
  .fsPostElement .fsThumbnail {
    display: block;
    margin-bottom: 14px; }
    .fsNews .fsThumbnail img,
    .fsPostElement .fsThumbnail img {
      display: block; }
    .fsNews .fsThumbnail .fsCroppedImage,
    .fsPostElement .fsThumbnail .fsCroppedImage {
      vertical-align: bottom; }
  .fsNews .inner-contents,
  .fsPostElement .inner-contents {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px; }
  .fsNews .fsReadMoreLink,
  .fsPostElement .fsReadMoreLink {
    text-transform: uppercase;
    color: #e2ab15;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-left: 3px; }
    .fsNews .fsReadMoreLink:hover,
    .fsPostElement .fsReadMoreLink:hover {
      color: #e2ab15; }
  .fsNews .fsTitle,
  .fsPostElement .fsTitle {
    font-weight: bold;
    color: #e2ab15; }
    .fsNews .fsTitle:hover,
    .fsPostElement .fsTitle:hover {
      color: #b38811; }
    .fsNews .fsTitle a,
    .fsPostElement .fsTitle a {
      font-weight: bold;
      color: inherit; }
      .fsNews .fsTitle a:hover,
      .fsPostElement .fsTitle a:hover {
        color: inherit; }
  .fsNews .fsSummary,
  .fsPostElement .fsSummary {
    margin: 0;
    font-size: 0.9375rem; }
    .fsNews .fsSummary p:last-child,
    .fsPostElement .fsSummary p:last-child {
      margin-bottom: 0; }

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

.fsNews.fsGrid article {
  padding: 0 15px;
  margin-bottom: 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; } }

.fsDialog.fsElementDialog.fsPostElement > header {
  margin: 0;
  border: 0; }

/*=======================*/
/* 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 {
    width: 40px;
    transition: 0.3s width linear;
    border: 0;
    height: 40px; }
    .search-container .search-trigger.open + .site-search form.gsc-search-box-tools div.gsc-input-box {
      width: 183px; }
    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: 40px; }
  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: #e2ab15 !important;
    background-image: none !important;
    width: 100%;
    height: 40px !important;
    color: #eee;
    border-radius: 0 !important;
    padding-left: 20px !important;
    font-size: 0.9375rem;
    padding-right: 0px !important;
    margin: 0 !important; }
  form.gsc-search-box-tools table.gsc-branding {
    display: none; }
  form.gsc-search-box-tools td.gsc-search-button {
    padding: 0 10px 0 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: #e2ab15;
    position: absolute;
    top: 0;
    transition: 0.3s background;
    right: 0; }
    form.gsc-search-box-tools td.gsc-search-button:after {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      opacity: 1;
      display: block;
      position: relative;
      border-radius: 100%;
      font-size: 1.375rem;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  form.gsc-search-box-tools input.gsc-search-button {
    border: 0;
    border-radius: 100%;
    height: 40px;
    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;
  border-radius: 25px; }
  #fsHeader .fsSearch.site-search {
    display: none; }
    @media (min-width: 900px) {
      #fsHeader .fsSearch.site-search {
        display: block;
        float: right; } }

.search-container {
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }
  .search-container:after {
    display: table;
    clear: both;
    content: ''; }
  .search-container .site-search {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: right;
    visibility: hidden;
    transition: 0.3s width linear;
    position: relative;
    z-index: -1;
    margin-right: -40px; }
  .search-container .search-trigger {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #e2ab15;
    border-radius: 100%;
    position: relative;
    transition: 0.3s background; }
    .search-container .search-trigger:hover {
      background: #9c760e; }
    .search-container .search-trigger:before {
      font-size: 1.375rem;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: auto;
      color: #FFF;
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .search-container .search-trigger.open + .site-search {
      width: 222px;
      visibility: visible;
      z-index: 1; }

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .vimeo_view_link a:hover {
    background: #0f0f0f;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .Youtube_view_link a:hover {
    background: #0f0f0f;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 1em;
        line-height: 1.125em;
        color: #790225;
        font-weight: 600;
        font-family: "proxima-nova", sans-serif;
        margin-bottom: 0.625em;
        font-style: normal;
        margin-bottom: 2px;
        display: block;
        font-size: 16px;
        color: #707070;
        transition: .3s;
        overflow: hidden;
        background: #d5d5d5;
        color: #707070; }
        .fsTabs .fsTabsNav li a > a {
          padding: 11px 20px;
          display: inline-block;
          transition: none; }
        .fsTabs .fsTabsNav li a:hover {
          background: #e2ab15;
          color: #FFF; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #e2ab15;
        color: #FFF; }

.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 */
.athleticsBPT #fsPageBodyWrapper {
  padding: 0; }

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

.athleticsBPT #fsPageContent {
  margin: 0;
  padding-top: 30px;
  background: url("../home-stripes-bg-2.html") repeat; }
  @media (min-width: 600px) {
    .athleticsBPT #fsPageContent {
      padding-top: 40px; } }
  @media (min-width: 800px) {
    .athleticsBPT #fsPageContent {
      padding-top: 55px; } }
  .athleticsBPT #fsPageContent .fsPageLayout > .fsDiv {
    margin: 0; }

.athleticsBPT .athletics-twitter {
  font-family: "proxima-nova", sans-serif; }
  .athleticsBPT .athletics-twitter, .athleticsBPT .athletics-twitter ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .athleticsBPT .athletics-twitter li {
    margin: 0;
    padding: 0; }
  .athleticsBPT .athletics-twitter > header {
    margin-bottom: 20px; }
    .athleticsBPT .athletics-twitter > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 1.875em;
      line-height: 1.06667em;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif;
      color: #e2ab15;
      font-weight: 900;
      margin-bottom: 0.43333em;
      font-style: normal;
      margin: 0; }
  .athleticsBPT .athletics-twitter > .fsElementContent {
    height: 450px;
    overflow: scroll;
    border: 1px solid #d5d5d5; }
  .athleticsBPT .athletics-twitter .tweets > li {
    position: relative;
    margin-bottom: 40px;
    word-break: break-all; }
    .athleticsBPT .athletics-twitter .tweets > li:last-child {
      margin-bottom: 0; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li {
      display: inline-block;
      margin-right: 20px; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li:last-child {
        margin-right: 0; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li {
        display: none; }
        .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child {
          display: block; }
          .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child .timeline-ShareMenu-option {
            display: block;
            font-size: 0; }
            .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child .timeline-ShareMenu-option:before {
              content: "";
              font-family: "FontAwesome";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              font-size: 16px;
              color: #c2c2c2;
              transition: 0.3s color; }
            .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child .timeline-ShareMenu-option:hover:before {
              color: #e2ab15; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li .TweetAction--heart div:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 16px;
        color: #c2c2c2;
        transition: 0.3s color; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li .TweetAction--heart div:hover:before {
        color: #e2ab15; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-text {
      margin-bottom: 15px; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-text a {
        color: #e2ab15; }
        .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-text a:hover {
          color: #e2ab15; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-retweetCredit, .athleticsBPT .athletics-twitter .tweets > li .timeline-ShareMenu-title, .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-media {
      display: none; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-metadata {
      position: absolute;
      top: 0;
      right: 0; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-metadata a {
        color: #707070; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link:hover {
      color: #707070; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-avatar, .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-name, .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-screenName {
      display: inline-block;
      vertical-align: top; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-name {
      font-weight: 700;
      color: #e2ab15; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-screenName {
      color: #707070; }

.athleticsBPT .news-and-media {
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    .athleticsBPT .news-and-media {
      margin-bottom: 50px; } }
  @media (min-width: 800px) {
    .athleticsBPT .news-and-media {
      margin-bottom: 60px; } }
  .athleticsBPT .news-and-media > header {
    text-align: center;
    border-bottom: 1px solid #e2ab15; }
    .athleticsBPT .news-and-media > header .fsElementTitle {
      margin: 0;
      display: inline-block;
      background: #e2ab15;
      font-family: "proxima-nova", sans-serif;
      font-size: 1.0625rem;
      color: #FFF;
      padding: 10px 30px;
      font-weight: normal;
      font-style: normal; }
  .athleticsBPT .news-and-media > .fsElementContent {
    padding-top: 30px;
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 600px) {
      .athleticsBPT .news-and-media > .fsElementContent {
        padding-top: 40px; } }
    .athleticsBPT .news-and-media > .fsElementContent > .fsTwoColumnLayout {
      margin: 0; }
    .athleticsBPT .news-and-media > .fsElementContent .fsDiv {
      margin-bottom: 0;
      padding: 0 20px; }
      @media (min-width: 800px) {
        .athleticsBPT .news-and-media > .fsElementContent .fsDiv.fsStyleColumn-1 {
          width: 33.33%; }
        .athleticsBPT .news-and-media > .fsElementContent .fsDiv.fsStyleColumn-2 {
          width: 66.67%; } }

.athleticsBPT .fsNews,
.athleticsBPT .fsPostElement {
  margin: 0; }
  @media (min-width: 800px) {
    .athleticsBPT .fsNews,
    .athleticsBPT .fsPostElement {
      padding-top: 30px; } }
  @media (min-width: 600px) {
    .athleticsBPT .fsNews .fsListItems,
    .athleticsBPT .fsPostElement .fsListItems {
      display: -ms-flexbox;
      display: flex; } }
  .athleticsBPT .fsNews .fsListItems article,
  .athleticsBPT .fsPostElement .fsListItems article {
    margin-bottom: 30px; }
    .athleticsBPT .fsNews .fsListItems article:last-child,
    .athleticsBPT .fsPostElement .fsListItems article:last-child {
      margin-bottom: 0px; }
    @media (min-width: 600px) {
      .athleticsBPT .fsNews .fsListItems article,
      .athleticsBPT .fsPostElement .fsListItems article {
        -ms-flex: 0 1 calc(50% - 10px);
        flex: 0 1 calc(50% - 10px);
        margin: 0; }
        .athleticsBPT .fsNews .fsListItems article:first-child,
        .athleticsBPT .fsPostElement .fsListItems article:first-child {
          margin-right: 20px; } }

.athleticsBPT .fsAthleticsEvent {
  margin: 0;
  font-family: "proxima-nova", sans-serif; }
  .athleticsBPT .fsAthleticsEvent header {
    text-align: center; }
    .athleticsBPT .fsAthleticsEvent header .fsElementTitle {
      font-family: "proxima-nova", sans-serif;
      display: inline-block;
      background: #e2ab15;
      color: #FFF;
      font-size: 1.0625rem;
      padding: 13px 30px;
      margin: 0;
      font-weight: normal;
      font-style: normal; }
  .athleticsBPT .fsAthleticsEvent .fsListItems {
    background: #e2ab15;
    padding: 40px 45px 25px;
    color: #FFF; }
    .athleticsBPT .fsAthleticsEvent .fsListItems article {
      text-align: center;
      padding: 1px; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article:focus {
        outline-color: #2e010e; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper {
        background: #e2ab15;
        margin-top: 10px;
        display: inline-block;
        color: #FFF;
        font-size: 0.75rem;
        padding: 5px 10px; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper .fsAthleticsResult {
          text-transform: uppercase;
          display: inline-block;
          vertical-align: middle;
          font-weight: 700;
          border-right: 1px solid #FFF;
          padding-right: 5px;
          line-height: 1; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper .fsAthleticsScore {
          padding-left: 5px;
          display: inline-block;
          vertical-align: middle; }
          .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper .fsAthleticsScore:before {
            content: "SCORE: "; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsTitle {
        display: block; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsTitle a {
          color: #FFF;
          font-weight: 600; }
          .athleticsBPT .fsAthleticsEvent .fsListItems article .fsTitle a:hover {
            color: #d9d9d9; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsOpponents {
        display: block !important; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsOpponents .fsAthleticsVs, .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: block !important; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsDateTime {
        color: #FFF;
        text-transform: uppercase;
        font-family: "proxima-nova", sans-serif;
        font-weight: 900;
        font-size: 24px; }
    .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 20px;
      font-size: 0;
      padding: 0;
      border: 0;
      background: none;
      line-height: 0.7; }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow:hover:before {
        color: #FFF; }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow:focus {
        outline-color: rgba(255, 255, 255, 0.3); }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 3.125rem;
        color: rgba(255, 255, 255, 0.3);
        transition: 0.3s color;
        display: block; }
    .athleticsBPT .fsAthleticsEvent .fsListItems .slick-next {
      left: auto;
      right: 20px; }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-next:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .athleticsBPT .fsAthleticsEvent .fsListItems .slick-list {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem; }

@media (min-width: 900px) {
  .athleticsBPT #fsHeader {
    padding-top: 93px; } }

.athleticsBPT #fsHeader .site-info-container {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  border: 0; }
  .athleticsBPT #fsHeader .site-info-container .fsTwoColumnLayout {
    margin: 0; }
    @media (min-width: 800px) {
      .athleticsBPT #fsHeader .site-info-container .fsTwoColumnLayout {
        font-size: 0.1px; }
        .athleticsBPT #fsHeader .site-info-container .fsTwoColumnLayout:after {
          content: '';
          display: inline-block;
          width: 100%; } }

.athleticsBPT #fsHeader .athletics-masthead-slideshow {
  position: relative; }
  .athleticsBPT #fsHeader .athletics-masthead-slideshow .explore-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px 30px;
    font-size: 1.0625rem;
    display: none; }
    @media (min-width: 800px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .explore-more {
        display: block; } }
    .athleticsBPT #fsHeader .athletics-masthead-slideshow .explore-more:hover {
      background: rgba(0, 0, 0, 0.8); }
  .athleticsBPT #fsHeader .athletics-masthead-slideshow article img {
    display: block;
    width: 100%;
    vertical-align: bottom;
    height: 330px; }
    @media (min-width: 600px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow article img {
        width: auto;
        display: inline-block;
        height: auto; } }
  .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder {
    max-width: 775px;
    top: calc(50% + 20px);
    right: 0;
    left: auto;
    position: absolute;
    width: 100%;
    display: none; }
    @media (min-width: 600px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder {
        display: block;
        min-height: 125px; } }
    @media (min-width: 800px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder {
        min-height: 160px; } }
    .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-arrow {
      -ms-transform: none;
      transform: none;
      left: 0;
      right: auto;
      font-size: 0;
      width: 60px;
      height: 50%;
      text-align: center; }
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-arrow:before {
        color: #adb1b2;
        transition: 0.3s color;
        font-size: 2.25rem;
        line-height: 2; }
        @media (min-width: 800px) {
          .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-arrow:before {
            line-height: 3; } }
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-arrow:hover:before {
        color: #FFF; }
    .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-prev {
      top: 0; }
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-prev:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-next {
      top: auto;
      bottom: 0; }
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .arrows-holder .slick-next:before {
        line-height: 1.5;
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper {
    position: static;
    overflow: hidden;
    background: #333333;
    padding: 20px; }
    @media (min-width: 600px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper {
        background: none;
        padding: 0 0 0 60px;
        position: absolute;
        max-width: 775px;
        top: calc(50% + 20px);
        min-height: 125px;
        right: 0;
        left: auto;
        bottom: auto;
        border: 1px solid #FFF;
        border-right: 0; }
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper:before {
          content: '';
          position: absolute;
          left: 60px;
          top: 0;
          width: 1px;
          bottom: 0;
          background: #FFF; }
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper:after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: calc(50% - 30px);
          background: rgba(0, 0, 0, 0.4); } }
    @media (min-width: 800px) {
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper {
        min-height: 160px; } }
    .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc {
      display: block;
      text-align: center; }
      @media (min-width: 600px) {
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc {
          width: 100%;
          float: left;
          text-align: left; } }
      @media (min-width: 600px) {
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc .caption-desc-inner {
          width: 50%;
          height: 100%;
          float: left;
          padding: 20px;
          font-size: 0.875rem;
          position: relative;
          z-index: 1; } }
      @media (min-width: 800px) {
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc .caption-desc-inner {
          font-size: 1rem;
          padding: 30px; } }
      .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 {
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase;
        line-height: 1;
        color: #FFF;
        margin: 0;
        font-size: 1.5625rem; }
        @media (min-width: 600px) {
          .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 {
            font-size: 1.75rem;
            font-weight: 500;
            float: left;
            width: 50%;
            padding: 30px; }
            .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 strong {
              display: block;
              font-size: 3.5625rem;
              line-height: 1; } }
        @media (min-width: 800px) {
          .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 {
            font-size: 2.1875rem; }
            .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 strong {
              font-size: 4.4375rem; } }
        .athleticsBPT #fsHeader .athletics-masthead-slideshow .caption-wrapper .caption-desc h1 strong {
          font-weight: 900; }

@media (min-width: 900px) {
  .athleticsBPT.fsAccountBarVisible {
    margin-top: 0; } }

@media (min-width: 900px) {
  .athleticsBPT.fsAccountBarVisible #fsHeader {
    padding-top: 138px; } }

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

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

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "proxima-nova"; }
      .fonts ol li:nth-of-type(1):after {
        content: "proxima-nova"; }
    .fonts ol li:nth-of-type(2) {
      font-family: sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "sans-serif"; }

.headers h1:after {
  content: " size: 30px / line: 32px"; }

.headers h2:after {
  content: " size: 22px / line: 24px"; }

.headers h3:after {
  content: " size: 17px / line: 19px"; }

.headers h4:after {
  content: " size: 16px / line: 18px"; }

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

.headers h6:after {
  content: " size: 16px / line: 18px"; }

.masthead {
  display: none; }
  .masthead.mobile {
    display: block;
    border-bottom: 1px solid #FFF; }
  @media (min-width: 800px) {
    .masthead {
      display: block;
      margin-bottom: 30px; }
      .masthead.mobile {
        display: none; } }
  .masthead img {
    vertical-align: bottom;
    width: 100%; }

@media (min-width: 600px) {
  .fsPageLayout.fsElephantLeftLayout {
    margin: 0 -20px; }
    .fsPageLayout.fsElephantLeftLayout > .fsStyleOneThird {
      width: 240px;
      float: left;
      padding: 0 20px; }
    .fsPageLayout.fsElephantLeftLayout > .fsStyleTwoThirds {
      width: calc(100% - 240px);
      float: left;
      padding: 0 20px; } }

@media (min-width: 800px) {
  .fsPageLayout.fsElephantLeftLayout .fsTwoColumnLayout > .fsDiv:nth-of-type(1) {
    width: 66.67%; }
  .fsPageLayout.fsElephantLeftLayout .fsTwoColumnLayout > .fsDiv:nth-of-type(2) {
    width: 33.33%; } }

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 56.25%; }
  .hero img {
    display: none; }
  @media (min-width: 1100px) {
    .hero {
      padding-bottom: 30%; } }
