@charset "UTF-8";
 /**
 *
 * Blair Academy - default_15
 * @link http://www.blair.edu
 * Site Template : newclientcustom
 * Built By: Stephen Petrus
 * Project Manager: Dave Lopes
 * Designer: Brittany Murray
 * ==== Git Info ====
 * Branch Name: clients/blair
 * Build version: 3.2.3
 * Git Tag: Composer-Build-2.0-548-g30eb2bb3ee
 * Last build by: Jesse Rogers
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! 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 */
/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  overflow: hidden;
  visibility: hidden;
  background: rgba(26, 28, 31, 0.9);
  opacity: 0;
  box-sizing: border-box; }
  .nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1; }

.nivo-lightbox-wrap {
  width: 100%;
  max-width: 1030px;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (min-width: 550px) {
    .nivo-lightbox-wrap {
      padding: 0 60px; } }

.nivo-lightbox-content {
  width: 100%;
  height: 100%;
  position: relative; }
  .nivo-lightbox-content:before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .nivo-lightbox-content > iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.nivo-lightbox-title-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99999;
  text-align: center; }

.nivo-lightbox-nav {
  display: none; }

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0; }

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0; }

.nivo-lightbox-close {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: -10px;
  left: auto;
  right: 10px;
  bottom: auto;
  color: transparent;
  font-size: 1px;
  text-indent: -9999em;
  background: none;
  overflow: visible; }
  @media (max-width: 549px) {
    .nivo-lightbox-close {
      display: none; } }
  .nivo-lightbox-close:before, .nivo-lightbox-close:after {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff; }
  .nivo-lightbox-close:before {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .nivo-lightbox-close:after {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.nivo-lightbox-image {
  text-align: center; }
  .nivo-lightbox-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle; }

.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%; }

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box; }

.nivo-lightbox-error {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  text-align: center; }
  .nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle; }

/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use: 
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
body:not(.fsComposeMode) .home-slideshow {
  position: relative;
  width: 100%;
  z-index: 10; }
  body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow,
  body:not(.fsComposeMode) .home-slideshow .fsElementContent {
    margin: 0; }
    body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article,
    body:not(.fsComposeMode) .home-slideshow .fsElementContent article {
      position: relative;
      min-height: 200px;
      overflow: hidden; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article,
        body:not(.fsComposeMode) .home-slideshow .fsElementContent article {
          height: 580px; } }
      body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article figure,
      body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article picture,
      body:not(.fsComposeMode) .home-slideshow .fsElementContent article figure,
      body:not(.fsComposeMode) .home-slideshow .fsElementContent article picture {
        width: 100%;
        height: 100%; }
      body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article img,
      body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article video,
      body:not(.fsComposeMode) .home-slideshow .fsElementContent article img,
      body:not(.fsComposeMode) .home-slideshow .fsElementContent article video {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%; }
      
      body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article video,
      body:not(.fsComposeMode) .home-slideshow .fsElementContent article video {
        height: 100%;
        display: block; }
      body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article img,
      body:not(.fsComposeMode) .home-slideshow .fsElementContent article img {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 100%; }
      body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article figcaption,
      body:not(.fsComposeMode) .home-slideshow .fsElementContent article figcaption {
        padding: 0;
        display: none;
        max-width: 480px;
        padding: 20px 30px 18px 30px;
        background-color: rgba(116, 163, 51, 0.75); }
        @media (min-width: 900px) {
          body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article figcaption,
          body:not(.fsComposeMode) .home-slideshow .fsElementContent article figcaption {
            display: block;
            position: absolute;
            left: 0;
            bottom: 40px;
            z-index: 100; } }
        body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article figcaption h2,
        body:not(.fsComposeMode) .home-slideshow .fsElementContent article figcaption h2 {
          color: #ffffff;
          font-size: 50px;
          line-height: 54px;
          font-weight: 200;
          margin: 0; }
        body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article figcaption p,
        body:not(.fsComposeMode) .home-slideshow .fsElementContent article figcaption p {
          color: #ffffff;
          font-size: 16px;
          line-height: 24px;
          margin: 0; }
        body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article figcaption a,
        body:not(.fsComposeMode) .home-slideshow .fsElementContent article figcaption a {
          display: inline-block;
          color: #ffffff;
          font-size: 13px;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 0.03em;
          position: relative; }
          body:not(.fsComposeMode) .home-slideshow .fsElementSlideshow article figcaption a:after,
          body:not(.fsComposeMode) .home-slideshow .fsElementContent article figcaption a:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: block;
            position: absolute;
            top: 0;
            right: -9px;
            color: #ffffff;
            line-height: inherit; }
  body:not(.fsComposeMode) .home-slideshow .fsPrevButton:before,
  body:not(.fsComposeMode) .home-slideshow .fsNextButton:before {
    opacity: 1;
    color: white;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); }
  body:not(.fsComposeMode) .home-slideshow > footer {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 101;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .home-slideshow > footer {
        display: block; } }
    body:not(.fsComposeMode) .home-slideshow > footer .scroll-to {
      width: 80px;
      height: 70px;
      padding-top: 17px;
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 0.04em;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }
      body:not(.fsComposeMode) .home-slideshow > footer .scroll-to:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 7px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #ffffff;
        font-size: 20px; }

.resourcesVideoControls {
  position: absolute;
  bottom: 0; }

.resourcesVideoControls__playButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.active.resourcesVideoControls__playButton:before {
  content: '\f04b'; }

.resourcesVideoControls__muteButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.active.resourcesVideoControls__muteButton:before {
  content: '\f026'; }

.resourcesVideoControls__playButton, .resourcesVideoControls__muteButton {
  margin: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 24px;
  color: white;
  line-height: 40px;
  padding: 0;
  background: rgba(0, 50, 107, 0.7); }

html.alertMode {
  overflow: hidden; }
  html.alertMode body {
    overflow: hidden;
    position: relative; }
  html.alertMode .alert-overlay {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 399;
    background-color: rgba(0, 0, 0, 0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center; }
    html.alertMode .alert-overlay > .alert-critical {
      display: block; }
  html.alertMode .alert-critical {
    position: relative;
    margin: 0 auto;
    max-width: 37.5em;
    max-width: 37.5rem;
    overflow-y: auto;
    max-height: calc(100vh - 40px);
    width: 100%;
    padding: 20px;
    background-color: #ffffff; }

.enhancement-infographic > header {
  text-align: center; }

.enhancement-infographic > .fsContainer > header {
  text-align: center; }

.enhancement-infographic .fsLayout {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  background-repeat: no-repeat; }
  @media (min-width: 900px) {
    .enhancement-infographic .fsLayout {
      display: -ms-flexbox;
      display: flex; } }
  .enhancement-infographic .fsLayout > .fsDiv {
    margin: 0;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 900px) {
      .enhancement-infographic .fsLayout > .fsDiv {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch; } }

.enhancement-infographic .fsEmbed {
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 10px calc(100% - 10px); }
  .enhancement-infographic .fsEmbed > header {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%; }
  .enhancement-infographic .fsEmbed .fsElementTitle {
    margin: 0;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }
  .enhancement-infographic .fsEmbed > .fsElementContent {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
    line-height: normal;
    text-align: center;
    font-weight: 700;
    font-family: "proxima-nova-condensed", sans-serif;
    vertical-align: middle; }
    .enhancement-infographic .fsEmbed > .fsElementContent a {
      color: inherit; }
      .enhancement-infographic .fsEmbed > .fsElementContent a:hover {
        color: #008fbf; }

.enhancement-infographic .infographic-small {
  padding: 10px 0 0;
  height: 113px;
  -ms-flex: 1 1 113px;
  flex: 1 1 113px;
  background-size: 70px auto; }
  @media (min-width: 1100px) {
    .enhancement-infographic .infographic-small {
      padding: 10px 0 0;
      height: 180px;
      -ms-flex: 1 1 180px;
      flex: 1 1 180px; } }
  .enhancement-infographic .infographic-small .fsElementTitle {
    padding: 0 50px;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 1100px) {
      .enhancement-infographic .infographic-small .fsElementTitle {
        font-size: 18px;
        line-height: 25px; } }
  .enhancement-infographic .infographic-small .fsElementContent {
    font-size: 56px;
    line-height: 60px; }
    @media (min-width: 1100px) {
      .enhancement-infographic .infographic-small .fsElementContent {
        font-size: 80px;
        line-height: 98px; } }

.enhancement-infographic .infographic-large {
  -ms-flex: 1 1 240px;
  flex: 1 1 240px;
  height: 240px;
  padding: 20px 0 0;
  background-size: 105px auto; }
  @media (min-width: 1100px) {
    .enhancement-infographic .infographic-large {
      -ms-flex: 1 1 380px;
      flex: 1 1 380px;
      height: 380px;
      padding: 30px 0 0;
      background-size: 140px auto; } }
  .enhancement-infographic .infographic-large .fsElementTitle {
    padding: 0;
    font-size: 27px;
    line-height: 27px; }
    @media (min-width: 1100px) {
      .enhancement-infographic .infographic-large .fsElementTitle {
        padding: 0;
        font-size: 36px;
        line-height: 36px; } }
  .enhancement-infographic .infographic-large .fsElementContent {
    font-size: 120px;
    line-height: 116px; }
    @media (min-width: 1100px) {
      .enhancement-infographic .infographic-large .fsElementContent {
        font-size: 160px;
        line-height: 156px; } }

.enhancement-infographic .infographic-list.fsContent {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px;
  color: #ffffff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 10px calc(100% - 10px);
  background-size: 105px auto; }
  @media (min-width: 1100px) {
    .enhancement-infographic .infographic-list.fsContent {
      background-size: 140px auto; } }
  @media (min-width: 800px) {
    .enhancement-infographic .infographic-list.fsContent {
      padding: 30px 40px; } }
  .enhancement-infographic .infographic-list.fsContent header {
    padding-bottom: 7px; }
  .enhancement-infographic .infographic-list.fsContent .fsElementTitle {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase; }
  .enhancement-infographic .infographic-list.fsContent .fsElementHeaderContent {
    padding-top: 3px;
    color: #00b2ba;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase; }
  .enhancement-infographic .infographic-list.fsContent .fsElementContent {
    width: 100%;
    font-size: 18px;
    font-weight: 500; }
  .enhancement-infographic .infographic-list.fsContent ul, .enhancement-infographic .infographic-list.fsContent li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .enhancement-infographic .infographic-list.fsContent li {
    display: block;
    padding: 13px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    line-height: 20px; }
    .enhancement-infographic .infographic-list.fsContent li:last-of-type {
      border: 0; }
  .enhancement-infographic .infographic-list.fsContent a {
    color: inherit; }
    .enhancement-infographic .infographic-list.fsContent a:hover {
      color: #008fbf; }

.enhancement-infographic .infographic-blue-light {
  background-color: #0077a0; }

.enhancement-infographic .infographic-blue {
  background-color: #004b8d; }

.enhancement-infographic .infographic-blue-dark {
  background-color: #093266; }

.enhancement-infographic .infographic-cyan {
  background-color: #00b2ba; }

.enhancement-infographic .infographic-green {
  background-color: #74a333; }

.enhancement-infographic .infographic-orange {
  background-color: #dd971a; }

.enhancement-infographic .infographic-gray-dark {
  background-color: #72808a; }

.enhancement-infographic .infographic-gray-light {
  color: #004b8d;
  background-color: #f0f0f0; }
  .enhancement-infographic .infographic-gray-light .fsElementTitle {
    color: #093266; }

.enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout {
  padding: 0 20px;
  margin: 0 0 20px;
  background-position: 10px calc(100% - 10px);
  background-size: 70px auto; }
  @media (min-width: 800px) {
    .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout {
      padding: 20px 0; } }
  .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout > .fsDiv {
    position: relative;
    margin: 0;
    width: 100%; }
    @media (min-width: 800px) {
      .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout > .fsDiv {
        width: calc( 33.3333% + 8px); } }
    .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout > .fsDiv:before {
      display: block;
      content: '';
      width: auto;
      height: 2px;
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      bottom: auto;
      opacity: 0.3;
      background-color: #ffffff; }
      @media (min-width: 800px) {
        .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout > .fsDiv:before {
          width: 2px;
          height: auto;
          position: absolute;
          top: 0;
          left: -1px;
          right: auto;
          bottom: 0; } }
    @media (min-width: 800px) {
      .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout > .fsDiv:first-child {
        padding-left: 0;
        width: calc( 33.3333% - 4px); } }
    .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout > .fsDiv:first-child:before {
      display: none; }
    @media (min-width: 800px) {
      .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout > .fsDiv:last-child {
        padding-right: 0;
        width: calc( 33.3333% - 4px); } }
  .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout .fsEmbed {
    color: #ffffff;
    text-align: center;
    padding: 20px;
    margin: 0; }
    @media (min-width: 800px) {
      .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout .fsEmbed {
        padding: 0;
        min-height: 140px; } }
    .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout .fsEmbed .fsElementTitle {
      margin: 0;
      color: #ffffff;
      font-size: 16px !important;
      line-height: 20px !important; }
      @media (min-width: 1100px) {
        .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout .fsEmbed .fsElementTitle {
          font-size: 18px !important;
          line-height: 25px !important; } }
    .enhancement-infographic .infographic-set.fsLayout.fsThreeColumnLayout .fsEmbed .fsElementContent {
      font-size: 80px;
      line-height: 80px;
      font-weight: 900; }

.enhancement-number-grid > header,
.enhancement-number-grid > .fsContainer > header {
  text-align: center; }

.enhancement-number-grid.fsSharedContainer > .fsContainer > .fsElementContent {
  zoom: 1;
  margin-left: -10px;
  margin-right: -10px; }
  .enhancement-number-grid.fsSharedContainer > .fsContainer > .fsElementContent:after {
    display: table;
    clear: both;
    content: ''; }

.enhancement-number-grid.fsContainer > .fsElementContent {
  zoom: 1;
  margin-left: -10px;
  margin-right: -10px; }
  .enhancement-number-grid.fsContainer > .fsElementContent:after {
    display: table;
    clear: both;
    content: ''; }

.enhancement-number-grid .fsContent {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  counter-increment: number; }
  @media (min-width: 900px) {
    .enhancement-number-grid .fsContent {
      float: left;
      width: 33.33333%;
      max-width: none; } }
  .enhancement-number-grid .fsContent.element-loaded {
    opacity: 1; }
  .fsComposeMode .enhancement-number-grid .fsContent {
    opacity: 1; }
  @media (min-width: 400px) {
    .enhancement-number-grid .fsContent:hover header:after {
      opacity: 0.9; }
    .enhancement-number-grid .fsContent:hover .fsElementHeaderContent {
      opacity: 0.8; }
    .enhancement-number-grid .fsContent:hover footer {
      bottom: 0;
      opacity: 1; }
      .enhancement-number-grid .fsContent:hover footer .fsElementFooterContent li {
        bottom: 0;
        opacity: 1; }
    .enhancement-number-grid .fsContent:hover.alt-1 header:after {
      color: #5493bc; }
    .enhancement-number-grid .fsContent:hover.alt-2 header:after {
      color: #c6671d; }
    .enhancement-number-grid .fsContent:hover.alt-3 header:after {
      color: #74a333; }
    .enhancement-number-grid .fsContent:hover.alt-4 header:after {
      color: #dd971a; }
    .enhancement-number-grid .fsContent:hover.alt-5 header:after {
      color: #886490; } }
  .enhancement-number-grid .fsContent header {
    background-color: #000000;
    position: relative; }
    .enhancement-number-grid .fsContent header:before {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .enhancement-number-grid .fsContent header:after {
      content: counter(number);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9;
      color: #ffffff;
      font-size: 135px;
      font-family: "proxima-nova-condensed", sans-serif;
      opacity: 0.3;
      transition: opacity 0.3s ease, color 0.3s ease; }
      @media (min-width: 400px) {
        .enhancement-number-grid .fsContent header:after {
          font-size: 180px; } }
      @media (min-width: 400px) {
        .enhancement-number-grid .fsContent header:after {
          font-size: 180px; } }
      @media (min-width: 900px) {
        .enhancement-number-grid .fsContent header:after {
          font-size: 135px; } }
      @media (min-width: 1100px) {
        .enhancement-number-grid .fsContent header:after {
          font-size: 180px; } }
    .enhancement-number-grid .fsContent header .fsElementTitle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0;
      padding: 0 30px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      color: #ffffff;
      font-size: 22px;
      line-height: 26px;
      text-align: center;
      cursor: pointer; }
      @media (min-width: 400px) {
        .enhancement-number-grid .fsContent header .fsElementTitle {
          font-size: 25px;
          line-height: 28px; } }
      @media (min-width: 900px) {
        .enhancement-number-grid .fsContent header .fsElementTitle {
          font-size: 22px;
          line-height: 26px; } }
      @media (min-width: 1100px) {
        .enhancement-number-grid .fsContent header .fsElementTitle {
          font-size: 25px;
          line-height: 28px; } }
    .enhancement-number-grid .fsContent header .fsElementHeaderContent {
      opacity: 0.5;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      transition: opacity 0.5s ease; }
    .enhancement-number-grid .fsContent header img {
      display: none; }
  .enhancement-number-grid .fsContent .fsElementContent {
    display: none; }
  .enhancement-number-grid .fsContent footer {
    height: 45px;
    position: absolute;
    left: 10px;
    right: 10px;
    overflow: hidden;
    bottom: 0;
    z-index: 20; }
    .enhancement-number-grid .fsContent footer .fsElementFooterContent > * {
      display: none; }
    .enhancement-number-grid .fsContent footer .fsElementFooterContent ul, .enhancement-number-grid .fsContent footer .fsElementFooterContent li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .enhancement-number-grid .fsContent footer .fsElementFooterContent ul {
      display: -ms-flexbox;
      display: flex; }
    .enhancement-number-grid .fsContent footer .fsElementFooterContent li {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      position: relative;
      bottom: 0;
      opacity: 1;
      background-color: rgba(24, 23, 25, 0.3);
      transition: bottom 0.5s ease, opacity 0.5s ease, background 0.5s ease; }
      @media (min-width: 400px) {
        .enhancement-number-grid .fsContent footer .fsElementFooterContent li {
          bottom: -45px;
          opacity: 0; } }
      .enhancement-number-grid .fsContent footer .fsElementFooterContent li:nth-of-type(2) {
        transition-delay: 0.05s; }
      .enhancement-number-grid .fsContent footer .fsElementFooterContent li:nth-of-type(3) {
        transition-delay: 0.1s; }
      .enhancement-number-grid .fsContent footer .fsElementFooterContent li:before {
        content: '';
        display: block;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        opacity: 0.2;
        background-color: #ffffff; }
      .enhancement-number-grid .fsContent footer .fsElementFooterContent li:first-child:before {
        display: none; }
      .enhancement-number-grid .fsContent footer .fsElementFooterContent li:nth-of-type(n+4) {
        display: none; }
    .enhancement-number-grid .fsContent footer .fsElementFooterContent a {
      height: 45px;
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      text-align: center; }
      .enhancement-number-grid .fsContent footer .fsElementFooterContent a span {
        display: inline-block;
        padding-left: 30px;
        line-height: 45px;
        position: relative; }
        .enhancement-number-grid .fsContent footer .fsElementFooterContent a span:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 50%;
          left: 0;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #ffffff;
          line-height: 20px; }
      .enhancement-number-grid .fsContent footer .fsElementFooterContent a.fs_style_49 {
        display: block; }
        .enhancement-number-grid .fsContent footer .fsElementFooterContent a.fs_style_49 span:before {
          content: '\e906';
          font-size: 16px; }
      .enhancement-number-grid .fsContent footer .fsElementFooterContent a.fs_style_50 {
        display: block; }
        .enhancement-number-grid .fsContent footer .fsElementFooterContent a.fs_style_50 span:before {
          content: '\e907';
          font-size: 10px; }
      .enhancement-number-grid .fsContent footer .fsElementFooterContent a.view-more {
        display: block;
        cursor: pointer; }
        .enhancement-number-grid .fsContent footer .fsElementFooterContent a.view-more span:before {
          content: '\e908';
          font-size: 5px; }
      .enhancement-number-grid .fsContent footer .fsElementFooterContent a span {
        font-size: 0px;
        color: transparent;
        padding-left: 20px; }
        @media (min-width: 400px) {
          .enhancement-number-grid .fsContent footer .fsElementFooterContent a span {
            font-size: 13px;
            color: #ffffff;
            padding-left: 30px; } }
        @media (min-width: 900px) {
          .enhancement-number-grid .fsContent footer .fsElementFooterContent a span {
            font-size: 0px;
            color: transparent;
            padding-left: 20px; } }
        @media (min-width: 1200px) {
          .enhancement-number-grid .fsContent footer .fsElementFooterContent a span {
            font-size: 13px;
            color: #ffffff;
            padding-left: 30px; } }
  .enhancement-number-grid .fsContent.alt-1 footer li:hover {
    background-color: rgba(84, 147, 188, 0.9); }
  .enhancement-number-grid .fsContent.alt-2 footer li:hover {
    background-color: rgba(198, 103, 29, 0.9); }
  .enhancement-number-grid .fsContent.alt-3 footer li:hover {
    background-color: rgba(116, 163, 51, 0.9); }
  .enhancement-number-grid .fsContent.alt-4 footer li:hover {
    background-color: rgba(221, 151, 26, 0.9); }
  .enhancement-number-grid .fsContent.alt-5 footer li:hover {
    background-color: rgba(136, 100, 144, 0.9); }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog {
  width: 100% !important;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: none; }
  @media (min-width: 550px) {
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog {
      padding: 0 60px; } }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar {
    background: none;
    padding: 0;
    position: relative;
    z-index: 300; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar > span {
      display: none; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
      display: block;
      width: 26px;
      height: 26px;
      margin: 0;
      padding: 0;
      border-radius: 100%;
      position: absolute;
      top: 26px;
      left: auto;
      right: 20px;
      bottom: auto;
      background: rgba(0, 0, 0, 0.2);
      overflow: visible;
      transition: background 0.3s ease; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
        background: rgba(0, 0, 0, 0.5); }
      @media (min-width: 550px) {
        .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
          width: 40px;
          height: 40px;
          top: -10px;
          right: -50px;
          background: none; } }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before, .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
        content: '';
        display: block;
        width: 2px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #ffffff; }
        @media (min-width: 550px) {
          .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before, .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
            height: 24px; } }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
        display: none; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close > span {
        color: transparent;
        font-size: 1px;
        text-indent: -9999em; }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberMore {
  max-width: 800px; }

.numberMore .fsContent {
  padding: 24px 30px 19px; }
  @media (min-width: 550px) {
    .numberMore .fsContent {
      padding: 38px 44px 19px; } }
  .numberMore .fsContent.alt-1 header .fsElementTitle {
    color: #5493bc; }
  .numberMore .fsContent.alt-1 footer a:hover {
    color: #5493bc; }
  .numberMore .fsContent.alt-2 header .fsElementTitle {
    color: #c6671d; }
  .numberMore .fsContent.alt-2 footer a:hover {
    color: #c6671d; }
  .numberMore .fsContent.alt-3 header .fsElementTitle {
    color: #74a333; }
  .numberMore .fsContent.alt-3 footer a:hover {
    color: #74a333; }
  .numberMore .fsContent.alt-4 header .fsElementTitle {
    color: #dd971a; }
  .numberMore .fsContent.alt-4 footer a:hover {
    color: #dd971a; }
  .numberMore .fsContent.alt-5 header .fsElementTitle {
    color: #886490; }
  .numberMore .fsContent.alt-5 footer a:hover {
    color: #886490; }

.numberMore header {
  width: 100%; }
  .numberMore header .fsElementTitle {
    margin-bottom: 12px;
    margin-right: 25px;
    font-size: 28px;
    line-height: 32px; }
    @media (min-width: 550px) {
      .numberMore header .fsElementTitle {
        margin-right: 0; } }
  .numberMore header .fsElementHeaderContent {
    display: none; }

.numberMore .fsElementContent {
  width: 100%;
  position: relative; }
  .numberMore .fsElementContent .video-placeholder {
    width: 100%; }
  .numberMore .fsElementContent iframe {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.numberMore footer {
  width: 100%;
  margin: 0;
  padding: 0; }
  .numberMore footer .fsElementFooterContent {
    border-top: 1px solid #e0e0e0;
    margin: 30px 0 0 0;
    padding: 0; }
    .numberMore footer .fsElementFooterContent.buttons-1 {
      display: none; }
    .numberMore footer .fsElementFooterContent ul, .numberMore footer .fsElementFooterContent li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .numberMore footer .fsElementFooterContent ul {
      zoom: 1; }
      .numberMore footer .fsElementFooterContent ul:after {
        display: table;
        clear: both;
        content: ''; }
    .numberMore footer .fsElementFooterContent li {
      padding: 0;
      display: block;
      float: left; }
    .numberMore footer .fsElementFooterContent a {
      height: 45px;
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      text-align: center;
      padding-right: 23px;
      color: #a5b3be; }
      .numberMore footer .fsElementFooterContent a span {
        display: inline-block;
        padding-left: 30px;
        line-height: 45px;
        position: relative; }
        .numberMore footer .fsElementFooterContent a span:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 50%;
          left: 0;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #ffffff;
          line-height: 20px; }
      .numberMore footer .fsElementFooterContent a.fs_style_49 {
        display: block; }
        .numberMore footer .fsElementFooterContent a.fs_style_49 span:before {
          content: '\e906';
          font-size: 16px; }
      .numberMore footer .fsElementFooterContent a.fs_style_50 {
        display: block; }
        .numberMore footer .fsElementFooterContent a.fs_style_50 span:before {
          content: '\e907';
          font-size: 10px; }
      .numberMore footer .fsElementFooterContent a.view-more {
        display: block;
        cursor: pointer; }
        .numberMore footer .fsElementFooterContent a.view-more span:before {
          content: '\e908';
          font-size: 5px; }
      .numberMore footer .fsElementFooterContent a span:before {
        color: inherit; }
      .numberMore footer .fsElementFooterContent a.view-more {
        display: none; }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberPhotos {
  max-width: 900px; }

.numberPhotos.ui-dialog .ui-dialog-content {
  padding: 0;
  min-height: 0 !important; }

.numberPhotos .fsMediaCustomPlayer article img {
  visibility: visible;
  opacity: 1; }

.numberPhotos .slideshow-arrows {
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .numberPhotos .slideshow-arrows .slick-arrow {
    width: 60px;
    height: 60px;
    position: relative;
    font-size: 1px;
    color: transparent;
    cursor: pointer; }
    .numberPhotos .slideshow-arrows .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); }
      @media (min-width: 550px) {
        .numberPhotos .slideshow-arrows .slick-arrow:before {
          font-size: 40px; } }
  .numberPhotos .slideshow-arrows .slick-prev:before {
    content: '\f104'; }
  .numberPhotos .slideshow-arrows .slick-next:before {
    content: '\f105'; }
  .numberPhotos .slideshow-arrows:after {
    display: table;
    clear: both;
    content: ''; }
  .numberPhotos .slideshow-arrows .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 550px) {
      .numberPhotos .slideshow-arrows .slick-arrow {
        margin-top: 0;
        width: 60px;
        height: 60px; } }
    .numberPhotos .slideshow-arrows .slick-arrow:before {
      color: #ffffff;
      opacity: 0.4;
      transition: opacity 0.3s ease;
      border-radius: 100%;
      background: rgba(255, 255, 255, 0.2);
      font-size: 30px;
      line-height: 38px; }
      @media (min-width: 550px) {
        .numberPhotos .slideshow-arrows .slick-arrow:before {
          background: none;
          font-size: 40px;
          line-height: 40px; } }
    .numberPhotos .slideshow-arrows .slick-arrow:hover:before {
      opacity: 1; }
  .numberPhotos .slideshow-arrows .slick-prev {
    left: auto; }
    @media (max-width: 549px) {
      .numberPhotos .slideshow-arrows .slick-prev {
        top: 100%;
        right: 50%;
        -ms-transform: none;
        transform: none; } }
    @media (min-width: 550px) {
      .numberPhotos .slideshow-arrows .slick-prev {
        left: 0; } }
  .numberPhotos .slideshow-arrows .slick-next {
    right: 50%; }
    @media (max-width: 549px) {
      .numberPhotos .slideshow-arrows .slick-next {
        top: 100%;
        left: 50%;
        -ms-transform: none;
        transform: none; } }
    @media (min-width: 550px) {
      .numberPhotos .slideshow-arrows .slick-next {
        right: 0px; } }

.enhancement-pattern-grid {
  position: relative; }
  .enhancement-pattern-grid > header,
  .enhancement-pattern-grid > .fsContainer > header {
    text-align: center; }
  .enhancement-pattern-grid.fsSharedContainer > .fsContainer {
    max-width: 640px;
    margin: 0 auto; }
    @media (min-width: 800px) {
      .enhancement-pattern-grid.fsSharedContainer > .fsContainer {
        max-width: none;
        margin: 0; } }
    .enhancement-pattern-grid.fsSharedContainer > .fsContainer > .fsElementContent {
      zoom: 1;
      margin-left: -10px;
      margin-right: -10px; }
      .enhancement-pattern-grid.fsSharedContainer > .fsContainer > .fsElementContent:after {
        display: table;
        clear: both;
        content: ''; }
  @media (min-width: 720px) {
    .enhancement-pattern-grid.fsContainer {
      max-width: 660px;
      margin: 0 auto; } }
  @media (min-width: 800px) {
    .enhancement-pattern-grid.fsContainer {
      max-width: none;
      margin: 0; } }
  .enhancement-pattern-grid.fsContainer > .fsElementContent {
    zoom: 1;
    margin-left: -10px;
    margin-right: -10px; }
    .enhancement-pattern-grid.fsContainer > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
  .enhancement-pattern-grid .jump-to-top {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    position: fixed;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    z-index: 300;
    font-indent: -9999em;
    font-size: 1px;
    color: transparent;
    overflow: visible;
    transition: background 0.3s ease;
    cursor: pointer; }
    @media (min-width: 600px) {
      .enhancement-pattern-grid .jump-to-top {
        display: none; } }
    .enhancement-pattern-grid .jump-to-top:hover:before {
      opacity: 1; }
    .enhancement-pattern-grid .jump-to-top:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-52%, -50%) rotate(-90deg);
      transform: translate(-52%, -50%) rotate(-90deg);
      color: #ffffff;
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.35);
      background-color: rgba(0, 0, 0, 0.5);
      transition: opacity 0.3s ease;
      opacity: 0.6; }
  .enhancement-pattern-grid .fsContent {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    counter-increment: number;
    /* =========================== */
    /* =========================== */
    /* =========================== */
    /* =========================== */
    /* =========================== */
    /* =========================== */
    /* =========================== */
    /* =========================== */ }
    @media (min-width: 600px) {
      .enhancement-pattern-grid .fsContent {
        float: left;
        width: 50%; } }
    @media (min-width: 1000px) {
      .enhancement-pattern-grid .fsContent {
        width: 33.33333%; } }
    .enhancement-pattern-grid .fsContent.element-loaded {
      opacity: 1; }
    .fsComposeMode .enhancement-pattern-grid .fsContent {
      opacity: 1; }
    @media (min-width: 400px) {
      .enhancement-pattern-grid .fsContent:hover header .fsElementHeaderContent {
        opacity: 0.8; }
      .enhancement-pattern-grid .fsContent:hover header:after {
        opacity: 0.9; }
      .enhancement-pattern-grid .fsContent:hover footer {
        bottom: 0;
        opacity: 1; }
        .enhancement-pattern-grid .fsContent:hover footer .fsElementFooterContent li {
          bottom: 0;
          opacity: 1; } }
    .enhancement-pattern-grid .fsContent header {
      background-color: #000000;
      position: relative; }
      .enhancement-pattern-grid .fsContent header:before {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .enhancement-pattern-grid .fsContent header:after {
        content: counter(number);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        color: #ddded8;
        font-size: 135px;
        font-family: "proxima-nova-condensed", sans-serif;
        opacity: 0.4;
        transition: opacity 0.3s ease, color 0.3s ease; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent header:after {
            font-size: 180px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent header:after {
            font-size: 135px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent header:after {
            font-size: 180px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent header:after {
            font-size: 135px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent header:after {
            font-size: 180px; } }
      .enhancement-pattern-grid .fsContent header .fsElementTitle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0 30px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        color: #ffffff;
        font-size: 22px;
        line-height: 26px;
        text-align: center; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent header .fsElementTitle {
            font-size: 25px;
            line-height: 28px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent header .fsElementTitle {
            font-size: 22px;
            line-height: 26px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent header .fsElementTitle {
            font-size: 25px;
            line-height: 28px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent header .fsElementTitle {
            font-size: 22px;
            line-height: 26px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent header .fsElementTitle {
            font-size: 25px;
            line-height: 28px; } }
      .enhancement-pattern-grid .fsContent header .fsElementHeaderContent {
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        transition: opacity 0.5s ease; }
      .enhancement-pattern-grid .fsContent header img {
        display: none; }
    .enhancement-pattern-grid .fsContent .fs_style_49 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      color: transparent;
      font-size: 1px;
      font-indent: -9999em; }
    .enhancement-pattern-grid .fsContent .fsElementContent {
      display: none; }
    .enhancement-pattern-grid .fsContent footer {
      height: 45px;
      position: absolute;
      left: 10px;
      right: 10px;
      overflow: hidden;
      bottom: 0;
      z-index: 20; }
      .enhancement-pattern-grid .fsContent footer .fsElementFooterContent > * {
        display: none; }
      .enhancement-pattern-grid .fsContent footer .fsElementFooterContent ul, .enhancement-pattern-grid .fsContent footer .fsElementFooterContent li {
        list-style: none;
        padding: 0;
        margin: 0; }
      .enhancement-pattern-grid .fsContent footer .fsElementFooterContent ul {
        display: -ms-flexbox;
        display: flex; }
      .enhancement-pattern-grid .fsContent footer .fsElementFooterContent li {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        position: relative;
        bottom: 0;
        opacity: 1;
        background-color: rgba(24, 23, 25, 0.3);
        transition: bottom 0.5s ease, opacity 0.5s ease, background 0.5s ease; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent footer .fsElementFooterContent li {
            bottom: -45px;
            opacity: 0; } }
        .enhancement-pattern-grid .fsContent footer .fsElementFooterContent li:nth-of-type(2) {
          transition-delay: 0.05s; }
        .enhancement-pattern-grid .fsContent footer .fsElementFooterContent li:nth-of-type(3) {
          transition-delay: 0.1s; }
        .enhancement-pattern-grid .fsContent footer .fsElementFooterContent li:before {
          content: '';
          display: block;
          width: 1px;
          position: absolute;
          top: 0;
          bottom: 0;
          opacity: 0.2;
          background-color: #ffffff; }
        .enhancement-pattern-grid .fsContent footer .fsElementFooterContent li:first-child:before {
          display: none; }
        .enhancement-pattern-grid .fsContent footer .fsElementFooterContent li:nth-of-type(n+4) {
          display: none; }
      .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a {
        height: 45px;
        color: #ffffff;
        font-size: 13px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        text-align: center; }
        .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a span {
          display: inline-block;
          padding-left: 30px;
          line-height: 45px;
          position: relative; }
          .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a span:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 50%;
            left: 0;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #ffffff;
            line-height: 20px; }
        .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a.fs_style_49 {
          display: block; }
          .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a.fs_style_49 span:before {
            content: '\e906';
            font-size: 16px; }
        .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a.fs_style_50 {
          display: block; }
          .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a.fs_style_50 span:before {
            content: '\e907';
            font-size: 10px; }
        .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a.view-more {
          display: block;
          cursor: pointer; }
          .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a.view-more span:before {
            content: '\e908';
            font-size: 5px; }
        .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a span {
          font-size: 0px;
          color: transparent;
          padding-left: 20px; }
          @media (min-width: 400px) {
            .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a span {
              font-size: 13px;
              color: #ffffff;
              padding-left: 30px; } }
          @media (min-width: 900px) {
            .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a span {
              font-size: 0px;
              color: transparent;
              padding-left: 20px; } }
          @media (min-width: 1200px) {
            .enhancement-pattern-grid .fsContent footer .fsElementFooterContent a span {
              font-size: 13px;
              color: #ffffff;
              padding-left: 30px; } }
    .enhancement-pattern-grid .fsContent:nth-child(50n-49):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-43):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-36):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-20):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-9):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-3):hover header:after {
      color: #5493bc; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-49) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-49) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-43) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-43) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-36) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-36) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-20) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-20) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-9) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-9) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-3) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-3) footer a:focus {
      background: #5493bc; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-48):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-33):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-24):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-4):hover header:after {
      color: #c6671d; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-48) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-48) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-33) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-33) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-24) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-24) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-4) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-4) footer a:focus {
      background: #c6671d; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-45):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-28):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-23):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-16):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-8):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n):hover header:after {
      color: #99928a; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-45) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-45) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-28) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-28) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-23) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-23) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-16) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-16) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-8) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-8) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n) footer a:focus {
      background: #99928a; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-44):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-37):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-31):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-17):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-12):hover header:after {
      color: #886490; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-44) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-44) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-37) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-37) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-31) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-31) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-17) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-17) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-12) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-12) footer a:focus {
      background: #886490; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-39):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-29):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-19):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-11):hover header:after {
      color: #dd971a; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-39) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-39) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-29) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-29) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-19) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-19) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-11) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-11) footer a:focus {
      background: #dd971a; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-40):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-32):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-13):hover header:after {
      color: #74a333; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-40) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-40) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-32) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-32) footer a:focus, .enhancement-pattern-grid .fsContent:nth-child(50n-13) footer a:hover, .enhancement-pattern-grid .fsContent:nth-child(50n-13) footer a:focus {
      background: #74a333; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-47):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-35):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-21):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-6):hover header {
      background-color: #587c27; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-47):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-35):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-21):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-6):hover header:after {
        opacity: 0.3;
        color: #181719; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-47) header, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header {
      background-color: #74a333;
      background-image: none !important;
      transition: background 0.3s ease; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-47) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header .fsElementTitle {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-47) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-47) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header .fsElementTitle {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-47) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-47) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header .fsElementTitle {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-47) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
      .enhancement-pattern-grid .fsContent:nth-child(50n-47) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header:after {
        padding-top: 24px;
        color: #181719;
        font-size: 120px;
        opacity: 0.2; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-47) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header:after {
            font-size: 160px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-47) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header:after {
            font-size: 120px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-47) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header:after {
            font-size: 160px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-47) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header:after {
            font-size: 120px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-47) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header:after {
            font-size: 160px; } }
    .enhancement-pattern-grid .fsContent:nth-child(50n-47).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-35).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-21).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-6).hasBackground:hover header {
      background-color: #000000; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-47).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-35).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-21).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-6).hasBackground:hover header:after {
        opacity: 0.9;
        color: #74a333; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-47).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-35).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-21).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-6).hasBackground header {
      background-color: #000000;
      background-image: none !important;
      transition: none; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-47).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-35).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-21).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-6).hasBackground header:after {
        color: #ddded8;
        opacity: 0.4; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-46):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-34):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-2):hover header {
      background-color: #af7815; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-46):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-34):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-2):hover header:after {
        opacity: 0.3;
        color: #181719; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-46) header, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header {
      background-color: #dd971a;
      background-image: none !important;
      transition: background 0.3s ease; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-46) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header .fsElementTitle {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-46) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-46) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header .fsElementTitle {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-46) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-46) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header .fsElementTitle {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-46) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
      .enhancement-pattern-grid .fsContent:nth-child(50n-46) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header:after {
        padding-top: 24px;
        color: #181719;
        font-size: 120px;
        opacity: 0.2; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-46) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header:after {
            font-size: 160px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-46) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header:after {
            font-size: 120px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-46) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header:after {
            font-size: 160px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-46) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header:after {
            font-size: 120px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-46) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header:after {
            font-size: 160px; } }
    .enhancement-pattern-grid .fsContent:nth-child(50n-46).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-34).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-2).hasBackground:hover header {
      background-color: #000000; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-46).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-34).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-2).hasBackground:hover header:after {
        opacity: 0.9;
        color: #dd971a; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-46).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-34).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-2).hasBackground header {
      background-color: #000000;
      background-image: none !important;
      transition: none; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-46).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-34).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-2).hasBackground header:after {
        color: #ddded8;
        opacity: 0.4; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-42):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-27):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-15):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-1):hover header {
      background-color: #9a5016; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-42):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-27):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-15):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-1):hover header:after {
        opacity: 0.3;
        color: #181719; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-42) header, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header {
      background-color: #c6671d;
      background-image: none !important;
      transition: background 0.3s ease; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-42) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header .fsElementTitle {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-42) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-42) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header .fsElementTitle {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-42) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-42) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header .fsElementTitle {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-42) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
      .enhancement-pattern-grid .fsContent:nth-child(50n-42) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header:after {
        padding-top: 24px;
        color: #181719;
        font-size: 120px;
        opacity: 0.2; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-42) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header:after {
            font-size: 160px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-42) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header:after {
            font-size: 120px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-42) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header:after {
            font-size: 160px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-42) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header:after {
            font-size: 120px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-42) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header:after {
            font-size: 160px; } }
    .enhancement-pattern-grid .fsContent:nth-child(50n-42).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-27).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-15).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-1).hasBackground:hover header {
      background-color: #000000; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-42).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-27).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-15).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-1).hasBackground:hover header:after {
        opacity: 0.9;
        color: #c6671d; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-42).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-27).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-15).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-1).hasBackground header {
      background-color: #000000;
      background-image: none !important;
      transition: none; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-42).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-27).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-15).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-1).hasBackground header:after {
        color: #ddded8;
        opacity: 0.4; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-41):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-26):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-14):hover header {
      background-color: #3e799f; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-41):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-26):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-14):hover header:after {
        opacity: 0.3;
        color: #181719; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-41) header, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header {
      background-color: #5493bc;
      background-image: none !important;
      transition: background 0.3s ease; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-41) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header .fsElementTitle {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-41) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-41) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header .fsElementTitle {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-41) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-41) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header .fsElementTitle {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-41) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
      .enhancement-pattern-grid .fsContent:nth-child(50n-41) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header:after {
        padding-top: 24px;
        color: #181719;
        font-size: 120px;
        opacity: 0.2; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-41) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header:after {
            font-size: 160px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-41) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header:after {
            font-size: 120px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-41) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header:after {
            font-size: 160px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-41) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header:after {
            font-size: 120px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-41) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header:after {
            font-size: 160px; } }
    .enhancement-pattern-grid .fsContent:nth-child(50n-41).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-26).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-14).hasBackground:hover header {
      background-color: #000000; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-41).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-26).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-14).hasBackground:hover header:after {
        opacity: 0.9;
        color: #5493bc; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-41).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-26).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-14).hasBackground header {
      background-color: #000000;
      background-image: none !important;
      transition: none; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-41).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-26).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-14).hasBackground header:after {
        color: #ddded8;
        opacity: 0.4; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-22):hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-7):hover header {
      background-color: #323459; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-22):hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-7):hover header:after {
        opacity: 0.3;
        color: #181719; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-22) header, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header {
      background-color: #44477a;
      background-image: none !important;
      transition: background 0.3s ease; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-22) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header .fsElementTitle {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-22) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-22) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header .fsElementTitle {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-22) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-22) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header .fsElementTitle {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-22) header .fsElementTitle, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header .fsElementTitle {
            font-size: 18px;
            line-height: 22px; } }
      .enhancement-pattern-grid .fsContent:nth-child(50n-22) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header:after {
        padding-top: 24px;
        color: #181719;
        font-size: 120px;
        opacity: 0.2; }
        @media (min-width: 400px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-22) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header:after {
            font-size: 160px; } }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-22) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header:after {
            font-size: 120px; } }
        @media (min-width: 700px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-22) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header:after {
            font-size: 160px; } }
        @media (min-width: 1000px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-22) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header:after {
            font-size: 120px; } }
        @media (min-width: 1100px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-22) header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header:after {
            font-size: 160px; } }
    .enhancement-pattern-grid .fsContent:nth-child(50n-22).hasBackground:hover header, .enhancement-pattern-grid .fsContent:nth-child(50n-7).hasBackground:hover header {
      background-color: #000000; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-22).hasBackground:hover header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-7).hasBackground:hover header:after {
        opacity: 0.9;
        color: #44477a; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-22).hasBackground header, .enhancement-pattern-grid .fsContent:nth-child(50n-7).hasBackground header {
      background-color: #000000;
      background-image: none !important;
      transition: none; }
      .enhancement-pattern-grid .fsContent:nth-child(50n-22).hasBackground header:after, .enhancement-pattern-grid .fsContent:nth-child(50n-7).hasBackground header:after {
        color: #ddded8;
        opacity: 0.4; }
    .enhancement-pattern-grid .fsContent:nth-child(50n-47) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-46) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-42) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-41) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-35) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-34) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-27) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-26) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-22) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-21) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-15) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-14) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-7) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-6) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-2) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-1) header:before {
      padding-bottom: calc( 50% - 10px); }
    .enhancement-pattern-grid .fsContent:nth-child(50n-40), .enhancement-pattern-grid .fsContent:nth-child(50n-20), .enhancement-pattern-grid .fsContent:nth-child(50n) {
      width: 100%; }
      @media (min-width: 1000px) {
        .enhancement-pattern-grid .fsContent:nth-child(50n-40), .enhancement-pattern-grid .fsContent:nth-child(50n-20), .enhancement-pattern-grid .fsContent:nth-child(50n) {
          margin-top: calc( -1 * ( 16.5% ));
          width: 66.66667%; } }
      .enhancement-pattern-grid .fsContent:nth-child(50n-40) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-20) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n) header:before {
        padding-bottom: 100%; }
        @media (min-width: 600px) {
          .enhancement-pattern-grid .fsContent:nth-child(50n-40) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n-20) header:before, .enhancement-pattern-grid .fsContent:nth-child(50n) header:before {
            padding-bottom: calc( 50% - 10px); } }
    @media (min-width: 1000px) {
      .enhancement-pattern-grid .fsContent:nth-child(50n-45), .enhancement-pattern-grid .fsContent:nth-child(50n-25), .enhancement-pattern-grid .fsContent:nth-child(50n-5) {
        clear: both; } }
    @media (min-width: 1000px) {
      .enhancement-pattern-grid .fsContent:nth-child(50n-34), .enhancement-pattern-grid .fsContent:nth-child(50n-14) {
        margin-left: -33.33333%;
        margin-top: calc( 16.5%); } }
    @media (min-width: 1000px) {
      .enhancement-pattern-grid .fsContent:nth-child(50n-41), .enhancement-pattern-grid .fsContent:nth-child(50n-21), .enhancement-pattern-grid .fsContent:nth-child(50n-1) {
        clear: left; } }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog {
  width: 100% !important;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: none; }
  @media (min-width: 550px) {
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog {
      padding: 0 60px; } }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar {
    background: none;
    padding: 0;
    position: relative;
    z-index: 300; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar > span {
      display: none; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
      display: block;
      width: 26px;
      height: 26px;
      margin: 0;
      padding: 0;
      border-radius: 100%;
      position: absolute;
      top: 26px;
      left: auto;
      right: 20px;
      bottom: auto;
      background: rgba(0, 0, 0, 0.2);
      overflow: visible;
      transition: background 0.3s ease; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
        background: rgba(0, 0, 0, 0.5); }
      @media (min-width: 550px) {
        .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
          width: 40px;
          height: 40px;
          top: -10px;
          right: -50px;
          background: none; } }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before, .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
        content: '';
        display: block;
        width: 2px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #ffffff; }
        @media (min-width: 550px) {
          .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before, .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
            height: 24px; } }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
        display: none; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberDialog .ui-dialog-titlebar .ui-dialog-titlebar-close > span {
        color: transparent;
        font-size: 1px;
        text-indent: -9999em; }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).numberPhotos {
  height: calc(100vh - 40px);
  max-height: 700px;
  max-width: 900px; }

.numberPhotos.ui-dialog .ui-dialog-content {
  padding: 0;
  min-height: 0 !important; }

.numberPhotos .fsMediaCustomPlayer .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center; }

.numberPhotos .fsMediaCustomPlayer article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .numberPhotos .fsMediaCustomPlayer article img {
    visibility: visible;
    opacity: 1;
    max-height: 700px; }

.numberPhotos .slideshow-arrows {
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .numberPhotos .slideshow-arrows .slick-arrow {
    width: 60px;
    height: 60px;
    position: relative;
    font-size: 1px;
    color: transparent;
    cursor: pointer; }
    .numberPhotos .slideshow-arrows .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); }
      @media (min-width: 550px) {
        .numberPhotos .slideshow-arrows .slick-arrow:before {
          font-size: 40px; } }
  .numberPhotos .slideshow-arrows .slick-prev:before {
    content: '\f104'; }
  .numberPhotos .slideshow-arrows .slick-next:before {
    content: '\f105'; }
  .numberPhotos .slideshow-arrows:after {
    display: table;
    clear: both;
    content: ''; }
  .numberPhotos .slideshow-arrows .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 550px) {
      .numberPhotos .slideshow-arrows .slick-arrow {
        margin-top: 0;
        width: 60px;
        height: 60px; } }
    .numberPhotos .slideshow-arrows .slick-arrow:before {
      color: #ffffff;
      opacity: 0.4;
      transition: opacity 0.3s ease;
      border-radius: 100%;
      background: rgba(255, 255, 255, 0.2);
      font-size: 30px;
      line-height: 38px; }
      @media (min-width: 550px) {
        .numberPhotos .slideshow-arrows .slick-arrow:before {
          background: none;
          font-size: 40px;
          line-height: 40px; } }
    .numberPhotos .slideshow-arrows .slick-arrow:hover:before {
      opacity: 1; }
  .numberPhotos .slideshow-arrows .slick-prev {
    left: auto; }
    @media (max-width: 549px) {
      .numberPhotos .slideshow-arrows .slick-prev {
        top: 100%;
        right: 50%;
        -ms-transform: none;
        transform: none; } }
    @media (min-width: 550px) {
      .numberPhotos .slideshow-arrows .slick-prev {
        left: 0; } }
  .numberPhotos .slideshow-arrows .slick-next {
    right: 50%; }
    @media (max-width: 549px) {
      .numberPhotos .slideshow-arrows .slick-next {
        top: 100%;
        left: 50%;
        -ms-transform: none;
        transform: none; } }
    @media (min-width: 550px) {
      .numberPhotos .slideshow-arrows .slick-next {
        right: 0px; } }

.themePosts:not([data-state="visible"]) {
  visibility: hidden;
  opacity: 0; }

.themePosts.fsGrid article .fsSummary:before, .themePosts.fsSlideshow article .fsSummary:before, .themePosts.fsList article .fsSummary:before, .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsSummary:before {
  content: '\201C';
  float: left;
  font-size: 96px;
  color: #770055;
  top: 18px;
  position: relative; }

.themePosts.fsGrid .fsListItems, .themePosts.fsSlideshow .fsListItems {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.themePosts.fsGrid article, .themePosts.fsSlideshow article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  width: 100%; }
  @media (min-width: 1000px) {
    .themePosts.fsGrid article, .themePosts.fsSlideshow article {
      width: 49%; } }
  .themePosts.fsGrid article .fsTags, .themePosts.fsSlideshow article .fsTags {
    display: none; }
  .themePosts.fsGrid article .fsThumbnail, .themePosts.fsSlideshow article .fsThumbnail {
    background-size: cover;
    background-position: center;
    height: 260px;
    width: 100%;
    max-width: none;
    margin-bottom: 0; }
    @media (min-width: 1000px) {
      .themePosts.fsGrid article .fsThumbnail, .themePosts.fsSlideshow article .fsThumbnail {
        width: 60%;
        min-width: 60%; } }
    .themePosts.fsGrid article .fsThumbnail img, .themePosts.fsSlideshow article .fsThumbnail img {
      display: none; }
  .themePosts.fsGrid article .fsSummary, .themePosts.fsSlideshow article .fsSummary {
    padding: 24px; }
    @media (min-width: 1000px) {
      .themePosts.fsGrid article .fsSummary, .themePosts.fsSlideshow article .fsSummary {
        width: 40%;
        min-width: 40%;
        max-height: 260px;
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 60px; } }
    .themePosts.fsGrid article .fsSummary p, .themePosts.fsSlideshow article .fsSummary p {
      font-size: 15px; }
    .themePosts.fsGrid article .fsSummary img, .themePosts.fsSlideshow article .fsSummary img {
      display: none; }
  .themePosts.fsGrid article .fsTitle, .themePosts.fsSlideshow article .fsTitle {
    width: 100%;
    position: relative;
    background: rgba(119, 0, 85, 0.8);
    color: white;
    padding: 20px 20px 20px 140px;
    font-family: "bree-serif", Georgia, serif;
    font-weight: 200;
    font-style: italic;
    font-size: 1.5em; }
    @media (min-width: 1000px) {
      .themePosts.fsGrid article .fsTitle, .themePosts.fsSlideshow article .fsTitle {
        position: absolute;
        bottom: 0;
        width: 60%; } }
    .themePosts.fsGrid article .fsTitle a, .themePosts.fsSlideshow article .fsTitle a {
      color: white;
      font-weight: 200; }
    .themePosts.fsGrid article .fsTitle img, .themePosts.fsSlideshow article .fsTitle img {
      border: 5px solid white;
      border-bottom: 0;
      position: absolute;
      bottom: 0;
      left: 20px;
      width: 96px; }
  .themePosts.fsGrid article .fsReadMoreLink, .themePosts.fsSlideshow article .fsReadMoreLink {
    width: 100%;
    background: #edf0f2;
    padding: 20px;
    color: #a3b2bd; }
    @media (min-width: 1000px) {
      .themePosts.fsGrid article .fsReadMoreLink, .themePosts.fsSlideshow article .fsReadMoreLink {
        position: absolute;
        bottom: 0;
        width: 40%;
        text-align: right;
        right: 0; } }
  .themePosts.fsGrid article.fsTag-1 .fsTitle, .themePosts.fsSlideshow article.fsTag-1 .fsTitle {
    background: rgba(116, 163, 51, 0.8); }
  .themePosts.fsGrid article.fsTag-1 .fsSummary:before, .themePosts.fsSlideshow article.fsTag-1 .fsSummary:before {
    color: #74a333; }
  .themePosts.fsGrid article.fsTag-2 .fsTitle, .themePosts.fsSlideshow article.fsTag-2 .fsTitle {
    background: rgba(241, 93, 34, 0.8); }
  .themePosts.fsGrid article.fsTag-2 .fsSummary:before, .themePosts.fsSlideshow article.fsTag-2 .fsSummary:before {
    color: #f15d22; }
  .themePosts.fsGrid article.fsTag-6 .fsTitle, .themePosts.fsSlideshow article.fsTag-6 .fsTitle {
    background: rgba(221, 151, 26, 0.8); }
  .themePosts.fsGrid article.fsTag-6 .fsSummary:before, .themePosts.fsSlideshow article.fsTag-6 .fsSummary:before {
    color: #dd971a; }

.themePosts.fsSlideshow .fsElementSlideshow {
  padding: calc(60px - 1em); }

@media (min-width: 1000px) {
  .themePosts.fsSlideshow article .fsSummary {
    padding: 48px; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .themePosts.fsSlideshow article .fsSummary {
      width: 30%;
      min-width: 30%; } }

@media (min-width: 1000px) {
  .themePosts.fsSlideshow article .fsThumbnail {
    height: 440px; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .themePosts.fsSlideshow article .fsThumbnail {
      width: 70%;
      min-width: 70%; } }

@media (min-width: 1000px) {
  .themePosts.fsSlideshow article .fsTitle {
    padding: 20px 20px 20px 292px;
    left: 0; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .themePosts.fsSlideshow article .fsTitle {
      width: 70%; } }

@media (min-width: 1000px) {
    .themePosts.fsSlideshow article .fsTitle img {
      width: 180px;
      left: 80px; } }

@media (min-width: 1000px) and (min-width: 1000px) {
  .themePosts.fsSlideshow article .fsReadMoreLink {
    width: 30%; } }

.themePosts.fsList article {
  border-bottom: 1px solid #d1d8df;
  padding-bottom: 24px;
  margin-bottom: 24px; }
  .themePosts.fsList article .fsTags {
    display: none; }
  .themePosts.fsList article .fsTitle {
    font-family: "bree-serif", Georgia, serif;
    font-weight: 200;
    font-size: 1.5em;
    font-style: italic;
    color: #770055; }
    .themePosts.fsList article .fsTitle a {
      color: #770055;
      font-weight: 200; }
    .themePosts.fsList article .fsTitle img {
      float: left;
      margin-right: 30px;
      padding-bottom: 10px;
      border-bottom: 10px solid #770055;
      width: 173px; }
  .themePosts.fsList article .fsSummary {
    padding-top: 20px; }
    .themePosts.fsList article .fsSummary img {
      display: none; }
  .themePosts.fsList article .fsReadMoreLink {
    color: #a3b3bf;
    text-align: right;
    text-transform: uppercase;
    float: right;
    font-weight: bold;
    font-size: 15px; }
    .themePosts.fsList article .fsReadMoreLink:after {
      content: ">";
      padding-left: 5px; }

.themePosts:not(.fsList) article.postClassGreen .fsTitle {
  background: rgba(116, 163, 51, 0.8); }

.themePosts:not(.fsList) article.postClassGreen .fsSummary:before {
  color: #74a333; }

.themePosts.fsList article.postClassGreen .fsSummary:before {
  color: #74a333; }

.themePosts.fsList article.postClassGreen .fsTitle {
  color: #74a333; }
  .themePosts.fsList article.postClassGreen .fsTitle a {
    color: #74a333; }
  .themePosts.fsList article.postClassGreen .fsTitle img {
    border-bottom: 10px solid #74a333; }

.themePosts:not(.fsList) article.postClassOrange .fsTitle {
  background: rgba(241, 93, 34, 0.8); }

.themePosts:not(.fsList) article.postClassOrange .fsSummary:before {
  color: #f15d22; }

.themePosts.fsList article.postClassOrange .fsSummary:before {
  color: #f15d22; }

.themePosts.fsList article.postClassOrange .fsTitle {
  color: #f15d22; }
  .themePosts.fsList article.postClassOrange .fsTitle a {
    color: #f15d22; }
  .themePosts.fsList article.postClassOrange .fsTitle img {
    border-bottom: 10px solid #f15d22; }

.themePosts:not(.fsList) article.postClassYellow .fsTitle {
  background: rgba(221, 151, 26, 0.8); }

.themePosts:not(.fsList) article.postClassYellow .fsSummary:before {
  color: #dd971a; }

.themePosts.fsList article.postClassYellow .fsSummary:before {
  color: #dd971a; }

.themePosts.fsList article.postClassYellow .fsTitle {
  color: #dd971a; }
  .themePosts.fsList article.postClassYellow .fsTitle a {
    color: #dd971a; }
  .themePosts.fsList article.postClassYellow .fsTitle img {
    border-bottom: 10px solid #dd971a; }

.fsLayout:not(.fsOneColumnLayout) .themePosts .fsListItems {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fsLayout:not(.fsOneColumnLayout) .themePosts article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  width: 100%; }
  .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsTags {
    display: none; }
  .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsThumbnail {
    background-size: cover;
    background-position: center;
    height: 260px;
    width: 100%;
    max-width: none; }
    .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsThumbnail img {
      display: none; }
  .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsSummary {
    padding: 24px 24px 0 24px;
    width: 100%; }
    .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsSummary p {
      font-size: 15px; }
    .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsSummary img {
      display: none; }
  .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsTitle {
    width: 100%;
    position: relative;
    color: white;
    padding: 20px 20px 20px 140px;
    font-family: "bree-serif", Georgia, serif;
    font-weight: 200;
    font-style: italic;
    font-size: 1.5em; }
    .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsTitle a {
      color: white;
      font-weight: 200; }
    .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsTitle img {
      border: 5px solid white;
      border-bottom: 0;
      position: absolute;
      bottom: 0;
      left: 20px;
      width: 96px; }
  .fsLayout:not(.fsOneColumnLayout) .themePosts article .fsReadMoreLink {
    position: static;
    text-align: left;
    width: 100%;
    background: #edf0f2;
    padding: 20px;
    color: #a3b2bd; }

.fsLayout:not(.fsOneColumnLayout) .themePosts .fsElementSlideshow {
  padding: calc(60px - 1em); }

.enhancement-video-grid > header,
.enhancement-video-grid > .fsContainer > header {
  text-align: center; }

@media (min-width: 550px) {
  .enhancement-video-grid.fsSharedContainer > .fsContainer > .fsElementContent {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px; } }

@media (min-width: 900px) {
  .enhancement-video-grid.fsSharedContainer > .fsContainer > .fsElementContent {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    column-gap: 20px; } }

@media (min-width: 550px) {
  .enhancement-video-grid > .fsElementContent {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px; } }

@media (min-width: 900px) {
  .enhancement-video-grid > .fsElementContent {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    column-gap: 20px; } }

.enhancement-video-grid .fsEmbed {
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  page-break-inside: avoid;
  break-inside: avoid;
  cursor: pointer; }
  .enhancement-video-grid .fsEmbed.alt-1:hover .video-play {
    background-color: #5493bc; }
  .enhancement-video-grid .fsEmbed.alt-2:hover .video-play {
    background-color: #c6671d; }
  .enhancement-video-grid .fsEmbed.alt-3:hover .video-play {
    background-color: #74a333; }
  .enhancement-video-grid .fsEmbed.alt-4:hover .video-play {
    background-color: #dd971a; }
  .enhancement-video-grid .fsEmbed.alt-5:hover .video-play {
    background-color: #886490; }
  .enhancement-video-grid .fsEmbed:hover header img {
    opacity: 1; }
  .enhancement-video-grid .fsEmbed:hover .video-play {
    background-color: #00b2ba; }
    .enhancement-video-grid .fsEmbed:hover .video-play:before {
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 16px solid #ffffff;
      position: absolute;
      top: 15px;
      left: 29px; }
  .enhancement-video-grid .fsEmbed header {
    position: relative;
    background-color: #000000;
    page-break-inside: avoid;
    break-inside: avoid; }
    .enhancement-video-grid .fsEmbed header .video-play {
      display: block;
      margin: 0 auto 12px;
      height: 48px;
      width: 70px;
      border-radius: 10px;
      position: relative;
      background-color: rgba(255, 255, 255, 0.5);
      transition: background 0.3s ease; }
      .enhancement-video-grid .fsEmbed header .video-play:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #ffffff;
        position: absolute;
        top: 13px;
        left: 27px; }
    .enhancement-video-grid .fsEmbed header .fsElementTitle {
      margin: 0;
      width: 100%;
      page-break-inside: avoid;
      break-inside: avoid;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      color: #ffffff;
      font-size: 25px;
      line-height: 28px;
      text-align: center; }
    .enhancement-video-grid .fsEmbed header .fsElementHeaderContent {
      page-break-inside: avoid;
      break-inside: avoid;
      margin: 0; }
    .enhancement-video-grid .fsEmbed header img {
      width: 100%;
      display: block;
      opacity: 0.7;
      transition: opacity 0.3s ease; }
  .enhancement-video-grid .fsEmbed .fsElementContent {
    display: none; }
  .enhancement-video-grid .fsEmbed footer {
    display: none; }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).gridVideo {
  width: 100% !important;
  max-width: 910px;
  border: 0;
  border-radius: 0;
  overflow: visible; }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).gridVideo .ui-dialog-titlebar {
    background: none;
    padding: 0;
    position: relative; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).gridVideo .ui-dialog-titlebar > span {
      display: none; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).gridVideo .ui-dialog-titlebar .ui-dialog-titlebar-close {
      display: block;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      border-radius: 0;
      position: absolute;
      top: -10px;
      left: auto;
      right: -50px;
      bottom: auto;
      background: none;
      overflow: visible; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).gridVideo .ui-dialog-titlebar .ui-dialog-titlebar-close:before, .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).gridVideo .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
        content: '';
        display: block;
        width: 2px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #ffffff; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).gridVideo .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).gridVideo .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).gridVideo .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
        display: none; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).gridVideo .ui-dialog-titlebar .ui-dialog-titlebar-close > span {
        color: transparent;
        font-size: 1px;
        text-indent: -9999em; }

.gridVideo.ui-dialog .fsEmbed {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 !important; }
  .gridVideo.ui-dialog .fsEmbed.alt-1 > header .fsElementTitle {
    color: #5493bc; }
  .gridVideo.ui-dialog .fsEmbed.alt-2 > header .fsElementTitle {
    color: #c6671d; }
  .gridVideo.ui-dialog .fsEmbed.alt-3 > header .fsElementTitle {
    color: #74a333; }
  .gridVideo.ui-dialog .fsEmbed.alt-4 > header .fsElementTitle {
    color: #dd971a; }
  .gridVideo.ui-dialog .fsEmbed.alt-5 > header .fsElementTitle {
    color: #886490; }

.gridVideo.ui-dialog header {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  padding: 28px 45px 0; }
  .gridVideo.ui-dialog header .fsElementTitle {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px; }
  .gridVideo.ui-dialog header .fsElementHeaderContent {
    display: none; }

.gridVideo.ui-dialog .fsElementContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  position: relative; }
  .gridVideo.ui-dialog .fsElementContent .video-placeholder {
    width: 100%; }
  .gridVideo.ui-dialog .fsElementContent iframe {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.gridVideo.ui-dialog footer {
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  padding: 0 45px 27px; }
  .gridVideo.ui-dialog footer .fsElementFooterContent {
    color: #333333;
    font-size: 16px;
    line-height: 26px; }

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

@font-face {
  font-family: 'Hel Cn Bold';
  src: url("../fonts//helveticaneue-boldcond-webfont.eot");
  src: url("../fonts//helveticaneue-boldcond-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts//helveticaneue-boldcond-webfont.woff") format("woff"), url("../fonts//helveticaneue-boldcond-webfont.ttf") format("truetype"), url("../fonts//helveticaneue-boldcond-webfont.svg#helveticaneue-boldcond-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Hel Light Italic';
  src: url("../fonts//helveticaneue-lightitalic-webfont.eot");
  src: url("../fonts//helveticaneue-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts//helveticaneue-lightitalic-webfont.woff") format("woff"), url("../fonts//helveticaneue-lightitalic-webfont.ttf") format("truetype"), url("../fonts//helveticaneue-lightitalic-webfont.svg#helveticaneue-lightitalic-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: bold;
  color: #2f353e;
  color: #0177a0;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 16px; }
  @media (max-width: 599px) {
    h1:not(.fsElementTitle) {
      margin-bottom: 0;
      padding-top: 9px;
      padding-bottom: 9px;
      font-size: 30px;
      line-height: 32px; } }

h2 {
  margin-top: 0;
  font-weight: bold;
  color: #2f353e;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-weight: bold;
  color: #2f353e;
  color: #5493bc;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: bold;
  color: #2f353e;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: bold;
  color: #2f353e;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: bold;
  color: #2f353e;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  color: #0177a0;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease; }
  a:hover {
    color: #008fbf; }

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

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 17px 30px;
  border: 1px solid #5493bc;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #5493bc;
  text-shadow: none; }
  .fsLoadMoreButton:hover {
    background: #3e799f;
    color: #ffffff; }
  .fsLoadMoreButton.fs_style_45 {
    display: block;
    width: 100%; }

.fs_style_35 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 17px 30px;
  border: 1px solid #5493bc;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #5493bc; }
  .fs_style_35:hover {
    background: #3e799f;
    color: #ffffff; }
  .fs_style_35.fs_style_45 {
    display: block;
    width: 100%; }

.fs_style_36 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 17px 30px;
  border: 1px solid #a5b3be;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #a5b3be; }
  .fs_style_36:hover {
    background: #879aa9;
    color: #ffffff; }
  .fs_style_36.fs_style_45 {
    display: block;
    width: 100%; }

.fs_style_37 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 17px 30px;
  border: 1px solid #e4e3e4;
  border-radius: 3px;
  outline: 0;
  color: #72808a;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: transparent;
  transition: all 0.3s ease; }
  .fs_style_37:hover {
    background: rgba(0, 0, 0, 0);
    color: #72808a; }
  .fs_style_37.fs_style_45 {
    display: block;
    width: 100%; }
  .fs_style_37:hover {
    border-color: #0e4c8c;
    color: #ffffff;
    background-color: #0e4c8c; }

.fs_style_38 {
  display: inline-block;
  margin: 0 0 0px;
  padding: 20px 43px 27px;
  border: 1px solid #5493bc;
  border-radius: 4px;
  outline: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  background: #5493bc; }
  .fs_style_38:hover {
    background: #3e799f;
    color: #ffffff; }
  .fs_style_38 em {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    font-family: "bree-serif", Georgia, serif;
    text-transform: none;
    letter-spacing: 0.08em; }
  @media (max-width: 399px) {
    div[id="fsBannerRight"] .fs_style_38,
    div[id="fsBannerLeft"] .fs_style_38 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  @media (min-width: 900px) {
    div[id="fsBannerRight"] .fs_style_38,
    div[id="fsBannerLeft"] .fs_style_38 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  .fs_style_38.fs_style_45 {
    display: block;
    width: 100%; }

.fs_style_39 {
  display: inline-block;
  margin: 0 0 0px;
  padding: 20px 43px 27px;
  border: 1px solid #a5b3be;
  border-radius: 4px;
  outline: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  background: #a5b3be; }
  .fs_style_39:hover {
    background: #879aa9;
    color: #ffffff; }
  .fs_style_39 em {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    font-family: "bree-serif", Georgia, serif;
    text-transform: none;
    letter-spacing: 0.08em; }
  @media (max-width: 399px) {
    div[id="fsBannerRight"] .fs_style_39,
    div[id="fsBannerLeft"] .fs_style_39 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  @media (min-width: 900px) {
    div[id="fsBannerRight"] .fs_style_39,
    div[id="fsBannerLeft"] .fs_style_39 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  .fs_style_39.fs_style_45 {
    display: block;
    width: 100%; }

.fs_style_40 {
  display: inline-block;
  margin: 0 0 0px;
  padding: 20px 43px 27px;
  border: 1px solid #e4e3e4;
  border-radius: 4px;
  outline: 0;
  color: #72808a;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  background: transparent;
  transition: all 0.3s ease; }
  .fs_style_40:hover {
    background: rgba(0, 0, 0, 0);
    color: #72808a; }
  .fs_style_40 em {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    font-family: "bree-serif", Georgia, serif;
    text-transform: none;
    letter-spacing: 0.08em; }
  @media (max-width: 399px) {
    div[id="fsBannerRight"] .fs_style_40,
    div[id="fsBannerLeft"] .fs_style_40 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  @media (min-width: 900px) {
    div[id="fsBannerRight"] .fs_style_40,
    div[id="fsBannerLeft"] .fs_style_40 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  .fs_style_40.fs_style_45 {
    display: block;
    width: 100%; }
  .fs_style_40:hover {
    border-color: #0e4c8c;
    color: #ffffff;
    background-color: #0e4c8c; }

.fs_style_41 {
  display: inline-block;
  margin: 0 0 0px;
  padding: 20px 43px 27px;
  border: 1px solid #770055;
  border-radius: 4px;
  outline: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  background: #770055; }
  .fs_style_41:hover {
    background: #440031;
    color: #ffffff; }
  .fs_style_41 em {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    font-family: "bree-serif", Georgia, serif;
    text-transform: none;
    letter-spacing: 0.08em; }
  @media (max-width: 399px) {
    div[id="fsBannerRight"] .fs_style_41,
    div[id="fsBannerLeft"] .fs_style_41 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  @media (min-width: 900px) {
    div[id="fsBannerRight"] .fs_style_41,
    div[id="fsBannerLeft"] .fs_style_41 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  .fs_style_41.fs_style_45 {
    display: block;
    width: 100%; }

.fs_style_42 {
  display: inline-block;
  margin: 0 0 0px;
  padding: 20px 43px 27px;
  border: 1px solid #dd971a;
  border-radius: 4px;
  outline: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  background: #dd971a; }
  .fs_style_42:hover {
    background: #af7815;
    color: #ffffff; }
  .fs_style_42 em {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    font-family: "bree-serif", Georgia, serif;
    text-transform: none;
    letter-spacing: 0.08em; }
  @media (max-width: 399px) {
    div[id="fsBannerRight"] .fs_style_42,
    div[id="fsBannerLeft"] .fs_style_42 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  @media (min-width: 900px) {
    div[id="fsBannerRight"] .fs_style_42,
    div[id="fsBannerLeft"] .fs_style_42 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  .fs_style_42.fs_style_45 {
    display: block;
    width: 100%; }

.fs_style_43 {
  display: inline-block;
  margin: 0 0 0px;
  padding: 20px 43px 27px;
  border: 1px solid #f15d22;
  border-radius: 4px;
  outline: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  background: #f15d22; }
  .fs_style_43:hover {
    background: #d3460d;
    color: #ffffff; }
  .fs_style_43 em {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    font-family: "bree-serif", Georgia, serif;
    text-transform: none;
    letter-spacing: 0.08em; }
  @media (max-width: 399px) {
    div[id="fsBannerRight"] .fs_style_43,
    div[id="fsBannerLeft"] .fs_style_43 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  @media (min-width: 900px) {
    div[id="fsBannerRight"] .fs_style_43,
    div[id="fsBannerLeft"] .fs_style_43 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  .fs_style_43.fs_style_45 {
    display: block;
    width: 100%; }

.fs_style_44 {
  display: inline-block;
  margin: 0 0 0px;
  padding: 20px 43px 27px;
  border: 1px solid #74a333;
  border-radius: 4px;
  outline: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  background: #74a333; }
  .fs_style_44:hover {
    background: #587c27;
    color: #ffffff; }
  .fs_style_44 em {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    font-family: "bree-serif", Georgia, serif;
    text-transform: none;
    letter-spacing: 0.08em; }
  @media (max-width: 399px) {
    div[id="fsBannerRight"] .fs_style_44,
    div[id="fsBannerLeft"] .fs_style_44 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  @media (min-width: 900px) {
    div[id="fsBannerRight"] .fs_style_44,
    div[id="fsBannerLeft"] .fs_style_44 {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  .fs_style_44.fs_style_45 {
    display: block;
    width: 100%; }

.fsContent.button-callout {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 43px 27px;
  border-radius: 4px;
  outline: 0;
  color: #FFF;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  transition: .3s all;
  cursor: pointer;
  background: #a5b3be; }
  .fsContent.button-callout:hover {
    background: #879aa9;
    color: #FFF; }
  .fsContent.button-callout.blue {
    background: #5493bc; }
    .fsContent.button-callout.blue:hover {
      background: #3e799f; }
  .fsContent.button-callout.purple {
    background: #770055; }
    .fsContent.button-callout.purple:hover {
      background: #440031; }
  .fsContent.button-callout.yellow {
    background: #dd971a; }
    .fsContent.button-callout.yellow:hover {
      background: #af7815; }
  .fsContent.button-callout.orange {
    background: #f15d22; }
    .fsContent.button-callout.orange:hover {
      background: #d3460d; }
  .fsContent.button-callout.green {
    background: #74a333; }
    .fsContent.button-callout.green:hover {
      background: #587c27; }
  .fsContent.button-callout p {
    margin-bottom: 5px; }
  .fsContent.button-callout em {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    font-family: "bree-serif", Georgia, serif;
    text-transform: none;
    letter-spacing: 0.08em; }
  @media (max-width: 399px) {
    div[id="fsBannerRight"] .fsContent.button-callout,
    div[id="fsBannerLeft"] .fsContent.button-callout {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }
  @media (min-width: 900px) {
    div[id="fsBannerRight"] .fsContent.button-callout,
    div[id="fsBannerLeft"] .fsContent.button-callout {
      max-width: 100%;
      width: 100%;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; } }

.fsElementContent > div .fs_style_35, .fsElementContent > div .fs_style_36, .fsElementContent > div .fs_style_37, .fsElementContent > div .fs_style_38, .fsElementContent > div .fs_style_39, .fsElementContent > div .fs_style_40, .fsElementContent > div .fs_style_41, .fsElementContent > div .fs_style_42, .fsElementContent > div .fs_style_43, .fsElementContent > div .fs_style_44, .fsElementContent > a .fs_style_35, .fsElementContent > a .fs_style_36, .fsElementContent > a .fs_style_37, .fsElementContent > a .fs_style_38, .fsElementContent > a .fs_style_39, .fsElementContent > a .fs_style_40, .fsElementContent > a .fs_style_41, .fsElementContent > a .fs_style_42, .fsElementContent > a .fs_style_43, .fsElementContent > a .fs_style_44 {
  margin-bottom: 20px; }

body:not(.fsComposeMode) .lightbox-panel {
  position: fixed;
  background: rgba(0, 0, 0, 0.75) !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: .3s all; }
  body:not(.fsComposeMode) .lightbox-panel > .fsElementContent {
    background: #FFF;
    position: relative;
    margin: 0 auto;
    max-width: 43.75em;
    max-width: 43.75rem;
    padding: 30px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 90vh;
    overflow: scroll; }
  body:not(.fsComposeMode) .lightbox-panel .lightbox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    display: inline-block;
    transition: .3s all;
    cursor: pointer; }
    body:not(.fsComposeMode) .lightbox-panel .lightbox-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      height: 100%;
      text-align: center;
      line-height: 40px; }
    body:not(.fsComposeMode) .lightbox-panel .lightbox-close:hover {
      color: #5493bc; }

body:not(.fsComposeMode).custom-lightbox-active .lightbox-panel {
  opacity: 1;
  pointer-events: auto; }

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

blockquote,
.fs_style_32 {
  padding: 0;
  margin: 0;
  color: #2f353e;
  font-size: 24px;
  line-height: 32px; }
  @media (min-width: 600px) {
    blockquote,
    .fs_style_32 {
      font-size: 26px;
      line-height: 36px; } }
  blockquote:before,
  .fs_style_32:before {
    content: '\201C'; }
  blockquote:after,
  .fs_style_32:after {
    content: '\201D'; }

.fs_style_51 {
  padding: 0;
  margin: 0;
  color: #2f353e;
  font-size: 16px;
  line-height: 22px; }
  .fs_style_51:before {
    content: '\201C'; }
  .fs_style_51:after {
    content: '\201D'; }

.fs_style_53 {
  padding: 0;
  margin: 0;
  color: #2f353e;
  font-size: 20px;
  line-height: 28px; }
  .fs_style_53:before {
    content: '\201C'; }
  .fs_style_53:after {
    content: '\201D'; }

.fs_style_54 {
  padding: 0;
  margin: 0;
  color: #00326b;
  font-size: 20px;
  line-height: 28px; }
  .fs_style_54:before {
    content: '\201C'; }
  .fs_style_54:after {
    content: '\201D'; }

cite,
.fs_style_33 {
  display: block;
  margin: 0 0 20px;
  color: #2f353e;
  font-size: 13px;
  line-height: 32px;
  text-align: right;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  cite em,
  .fs_style_33 em {
    font-weight: normal;
    font-style: normal; }

.callout,
.fs_style_31,
.fs_style_47,
.fs_style_48 {
  color: #dd971a;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-family: "bree-serif", Georgia, serif; }

@media (min-width: 700px) {
  .fs_style_47 {
    float: left;
    width: calc(50% + 50px);
    padding-left: 50px; } }

@media (min-width: 700px) {
  .fs_style_48 {
    float: right;
    width: calc(50% + 50px);
    padding-left: 50px; } }

.fs_style_34,
.fs_style_46 {
  margin-bottom: 20px;
  width: 100%; }
  .fs_style_34 td,
  .fs_style_46 td {
    vertical-align: top;
    border-bottom: 1px solid #ded7d6; }
  .fs_style_34 td,
  .fs_style_46 td {
    padding: 8px 20px 6px;
    background-color: #faf8f7; }

.fs_style_34 {
  border-top: 1px solid #ded7d6 !important; }
  .fs_style_34 tr:nth-of-type(even) td {
    background-color: transparent; }

.fs_style_46 tr:first-of-type td {
  border-bottom: 0;
  color: #ffffff;
  font-weight: bold;
  background-color: #0e4c8c !important; }

.fs_style_46 tr:nth-of-type(odd) td {
  background-color: transparent; }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0;
  position: relative;
  z-index: 20;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); }
  #fsHeader .strategic-plan {
    display: none; }
    @media (min-width: 1000px) {
      #fsHeader .strategic-plan {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 212px; } }
    #fsHeader .strategic-plan a {
      background: #770055;
      color: #FFF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      font-size: 0.75rem;
      line-height: 1;
      padding: 10px 25px;
      height: 120px; }
      #fsHeader .strategic-plan a:hover, #fsHeader .strategic-plan a:focus {
        background: #007399; }
      #fsHeader .strategic-plan a img {
        display: block;
        margin: 0 auto 13px; }
      #fsHeader .strategic-plan a em {
        display: block;
        text-transform: uppercase;
        font-size: 0.8125rem;
        margin-bottom: 3px;
        font-style: normal; }

.header-top {
  height: 60px;
  padding: 0 50px;
  background-color: #093266; }
  @media (min-width: 600px) {
    .header-top {
      height: auto;
      padding: 0 242px 0 64px; } }
  @media (min-width: 1000px) {
    .header-top {
      height: 120px; } }
  @media (max-width: 999px) {
    .header-top {
      overflow: hidden; } }
  .header-top .fsTwoColumnLayout {
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 1000px) {
      .header-top .fsTwoColumnLayout:first-child > .fsDiv.fsStyleColumn-1 {
        width: 35%; } }
    @media (min-width: 1100px) {
      .header-top .fsTwoColumnLayout:first-child > .fsDiv.fsStyleColumn-1 {
        width: 40%; } }
    @media (min-width: 1200px) {
      .header-top .fsTwoColumnLayout:first-child > .fsDiv.fsStyleColumn-1 {
        width: 45%; } }
    @media (min-width: 1300px) {
      .header-top .fsTwoColumnLayout:first-child > .fsDiv.fsStyleColumn-1 {
        width: 50%; } }
    @media (min-width: 1000px) {
      .header-top .fsTwoColumnLayout:first-child > .fsDiv.fsStyleColumn-2 {
        width: 65%; } }
    @media (min-width: 1100px) {
      .header-top .fsTwoColumnLayout:first-child > .fsDiv.fsStyleColumn-2 {
        width: 60%; } }
    @media (min-width: 1200px) {
      .header-top .fsTwoColumnLayout:first-child > .fsDiv.fsStyleColumn-2 {
        width: 55%; } }
    @media (min-width: 1300px) {
      .header-top .fsTwoColumnLayout:first-child > .fsDiv.fsStyleColumn-2 {
        width: 50%; } }
    .header-top .fsTwoColumnLayout > .fsDiv {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin: 0; }
      @media (min-width: 1000px) {
        .header-top .fsTwoColumnLayout > .fsDiv {
          width: 50%; } }

.site-info-container {
  padding: 0;
  white-space: nowrap;
  text-align: center; }
  @media (min-width: 1000px) {
    .site-info-container {
      text-align: left; } }
  .site-info-container > .fsElementContent {
    display: block; }
    @media (min-width: 600px) {
      .site-info-container > .fsElementContent {
        height: 120px; } }
  .site-info-container img {
    display: block; }
  .site-info-container .logo-seal {
    position: absolute;
    top: -1px;
    left: -40px;
    opacity: 0.15;
    max-width: 74px; }
    @media (min-width: 600px) {
      .site-info-container .logo-seal {
        top: 0;
        left: -75px;
        max-width: none; } }
  .site-info-container .logo-text {
    padding: 18px 0 0; }
    @media (min-width: 600px) {
      .site-info-container .logo-text {
        padding: 42px 0 0; } }
    @media (min-width: 1000px) {
      .site-info-container .logo-text {
        padding: 42px 0 0; } }
  .site-info-container a {
    display: inline-block;
    height: 60px;
    padding: 0;
    position: relative;
    color: transparent;
    max-width: 216px; }
    @media (min-width: 600px) {
      .site-info-container a {
        max-width: none;
        height: 120px; } }
    .site-info-container a:hover {
      color: transparent; }

.header-upper {
  display: none;
  padding-top: 8px;
  position: relative;
  z-index: 302; }
  @media (min-width: 1000px) {
    .header-upper {
      display: block; } }
  .header-upper > .fsElementContent {
    zoom: 1; }
    .header-upper > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    .header-upper > .fsElementContent .search-custom {
      float: right;
      width: 40px;
      height: 52px;
      margin-right: -14px;
      line-height: 52px; }
      .header-upper > .fsElementContent .search-custom .search-toggle {
        width: 40px;
        height: 52px;
        text-align: center;
        cursor: pointer; }
      .header-upper > .fsElementContent .search-custom .fsElementContent {
        height: 52px; }
        .header-upper > .fsElementContent .search-custom .fsElementContent button {
          width: 40px;
          height: 52px; }
    .header-upper > .fsElementContent .header-upper-links {
      float: right; }

.header-upper-links {
  position: relative;
  z-index: 0;
  margin-right: 12px;
  transition: opacity 0.3s ease, z-index 0.3s ease 0s; }
  .search-open .header-upper-links {
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease, z-index 0.3s ease 0.3s; }
  .header-upper-links ul, .header-upper-links li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .header-upper-links .fsNavLevel1 {
    margin: 0; }
    .header-upper-links .fsNavLevel1 > li {
      display: inline-block;
      position: relative; }
      .header-upper-links .fsNavLevel1 > li.logout a, .header-upper-links .fsNavLevel1 > li.parent-logout a {
        color: #f15d22;
        font-weight: bold; }
        .header-upper-links .fsNavLevel1 > li.logout a:hover, .header-upper-links .fsNavLevel1 > li.parent-logout a:hover {
          color: #fff; }
      .header-upper-links .fsNavLevel1 > li:hover > a {
        color: #00b2ba; }
      .header-upper-links .fsNavLevel1 > li > a {
        display: block;
        height: 52px;
        padding: 0 16px;
        color: #ffffff;
        font-size: 13px;
        line-height: 52px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        transition: color 0.3s ease; }
      .header-upper-links .fsNavLevel1 > li ul {
        padding: 24px 10px 20px; }
        .header-upper-links .fsNavLevel1 > li ul li {
          text-align: center; }
        .header-upper-links .fsNavLevel1 > li ul a {
          display: block;
          padding: 4px 0;
          color: #ffffff;
          font-size: 15px; }
          .header-upper-links .fsNavLevel1 > li ul a:hover {
            color: #74a333; }
      .header-upper-links .fsNavLevel1 > li.fsNavParentPage > .fsNavPageInfo {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 398;
        background-color: #004b8d;
        transition: max-height 0.5s ease; }
        .header-upper-links .fsNavLevel1 > li.fsNavParentPage > .fsNavPageInfo:before {
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #093266;
          position: absolute;
          top: -11px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          transition: top 0.3s ease 0.1s; }
      .header-upper-links .fsNavLevel1 > li.fsNavParentPage:hover > .fsNavPageInfo {
        max-height: 400px; }
        .header-upper-links .fsNavLevel1 > li.fsNavParentPage:hover > .fsNavPageInfo:before {
          top: 0; }
      .header-upper-links .fsNavLevel1 > li.header-quicklinks > .fsNavPageInfo {
        width: 240px; }
      .header-upper-links .fsNavLevel1 > li.header-login > .fsNavPageInfo {
        width: 150px; }
      .header-upper-links .fsNavLevel1 > li.header-social > .fsNavPageInfo {
        width: 120px; }

.header-social > .fsNavPageInfo ul.fsNavLevel2 {
  zoom: 1;
  padding: 16px 15px 14px; }
  .header-social > .fsNavPageInfo ul.fsNavLevel2:after {
    display: table;
    clear: both;
    content: ''; }
  .header-social > .fsNavPageInfo ul.fsNavLevel2 > li {
    display: block;
    float: left; }
    .header-social > .fsNavPageInfo ul.fsNavLevel2 > li.social-livestream > a:before {
      font-size: 36px; }
    .header-social > .fsNavPageInfo ul.fsNavLevel2 > li > a {
      display: block;
      width: 45px;
      height: 45px;
      position: relative;
      font-size: 1px;
      color: transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .header-social > .fsNavPageInfo ul.fsNavLevel2 > li > a:hover:before {
        color: #74a333; }
      .header-social > .fsNavPageInfo ul.fsNavLevel2 > li > a:before {
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
        left: 0;
        color: #ffffff;
        font-size: 18px;
        line-height: 45px;
        text-align: center;
        transition: all 0.3s ease; }

.header-social a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.header-util li.header-util-inquire a:before {
  content: '\e901';
  font-size: 16px; }

.header-util li.header-util-apply a:before {
  content: '\f040';
  font-size: 19px; }

.header-util li.header-util-visit a:before {
  content: '\f041';
  font-size: 20px; }

.header-util li.header-util-give a:before {
  content: '\f06b';
  font-size: 21px; }

.fsMenu .header-util.fsNavigation {
  display: block; }
  .fsMenu .header-util.fsNavigation > .fsElementContent {
    padding-bottom: 5px !important; }
  .fsMenu .header-util.fsNavigation .fsNavLevel1 a {
    padding: 8px 35px 7px 61px;
    margin-left: 0;
    margin-right: 0; }
    .fsMenu .header-util.fsNavigation .fsNavLevel1 a:before {
      height: 22px;
      padding-top: 2px;
      left: 34px; }

.fsHeader .header-util {
  display: none;
  padding-top: 6px; }
  @media (min-width: 1000px) {
    .fsHeader .header-util {
      display: block; } }
  .fsHeader .header-util .fsNavLevel1 {
    margin-left: -5px;
    margin-right: -19px;
    text-align: right; }
    .fsHeader .header-util .fsNavLevel1 li {
      display: inline-block; }
    .fsHeader .header-util .fsNavLevel1 a {
      padding-left: 34px;
      padding-right: 14px;
      margin-left: 5px;
      margin-right: 5px; }

.header-util .fsNavLevel1 ul {
  display: none; }

.header-util .fsNavLevel1 li.header-util-inquire a:before {
  content: '\e901';
  font-size: 16px; }

.header-util .fsNavLevel1 li.header-util-apply a:before {
  content: '\f040';
  font-size: 19px; }

.header-util .fsNavLevel1 li.header-util-visit a:before {
  content: '\f041';
  font-size: 20px; }

.header-util .fsNavLevel1 li.header-util-give a:before {
  content: '\f06b';
  font-size: 21px; }

.header-util .fsNavLevel1 a {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-family: "bree-serif", Georgia, serif;
  font-style: italic; }
  .header-util .fsNavLevel1 a:hover:before {
    color: #f15d22;
    opacity: 1; }
  .header-util .fsNavLevel1 a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #558cbd;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    opacity: 0.5;
    transition: opacity 0.3s ease, color 0.3s ease; }

.header-bottom {
  padding: 0 20px;
  background-color: #ffffff; }
  .header-bottom > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

.header-mobile {
  display: block; }
  @media (min-width: 1000px) {
    .header-mobile {
      display: none; } }

.inquire-mobile {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 14px 20px 14px 34px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 0;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  transition: margin 0.3s ease; }
  .inquire-mobile > .fsElementContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 54px; }
  .inquire-mobile a {
    display: block;
    width: 54px;
    height: 54px; }
  @media (min-width: 600px) {
    .inquire-mobile {
      left: 21px; } }
  @media (min-width: 1000px) {
    .inquire-mobile {
      display: none; } }
  .inquire-mobile:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px; }

.off-canvas-open {
  display: inline-block;
  padding: 14px 20px 14px 34px;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 100;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 0;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  transition: margin 0.3s ease; }
  @media (min-width: 600px) {
    .off-canvas-open {
      right: 21px; } }
  @media (min-width: 1000px) {
    .off-canvas-open {
      display: none; } }
  .off-canvas-open:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    vertical-align: middle;
    color: #ffffff;
    font-size: 12px; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 0;
  color: #ffffff; }

.footer-top {
  padding: 0 30px 0;
  background-color: #ffffff; }
  @media (min-width: 800px) {
    .footer-top {
      padding-left: 70px;
      padding-right: 70px; } }
  .footer-top > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 8px 0 5px;
    border-top: 1px solid rgba(165, 179, 190, 0.4); }
  html:not(.fsComposeMode) .footer-top .fsTwoColumnLayout {
    margin-left: 0;
    margin-right: 0; }
    html:not(.fsComposeMode) .footer-top .fsTwoColumnLayout .fsDiv {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
      width: auto; }
    @media (min-width: 600px) {
      html:not(.fsComposeMode) .footer-top .fsTwoColumnLayout .fsStyleColumn-1 {
        float: left; } }
    @media (min-width: 600px) {
      html:not(.fsComposeMode) .footer-top .fsTwoColumnLayout .fsStyleColumn-2 {
        float: right; } }

.footer-social-links {
  padding: 0; }
  .footer-social-links .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 400px) {
      .footer-social-links .fsNavLevel1 {
        display: block; } }
    .footer-social-links .fsNavLevel1 > li {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .footer-social-links ul, .footer-social-links li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .footer-social-links li {
    display: inline-block;
    height: 36px;
    line-height: 36px; }
  .footer-social-links a {
    display: block;
    width: auto;
    height: 36px;
    position: relative;
    font-size: 1px;
    line-height: inherit;
    color: transparent; }
    @media (min-width: 400px) {
      .footer-social-links a {
        width: 36px; } }
    .footer-social-links a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: auto;
      height: 36px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      color: #a5b3be;
      font-size: 18px;
      line-height: inherit;
      text-align: center;
      transition: color 0.3s ease; }
      @media (min-width: 400px) {
        .footer-social-links a:before {
          width: 36px; } }
  .footer-social-links .social-facebook a:hover:before {
    color: #3b5998; }
  .footer-social-links .social-instagram a:hover:before {
    color: #40729b; }
  .footer-social-links .social-twitter a:hover:before {
    color: #00a9e6; }
  .footer-social-links .social-flickr a:hover:before {
    color: #ff0084; }
  .footer-social-links .social-vimeo a:hover:before {
    color: #19b7ea; }
  .footer-social-links .social-youtube a:hover:before {
    color: #cd201f; }
  .footer-social-links .social-linkedin a:hover:before {
    color: #007bb6; }
  .footer-social-links .social-livestream a:before {
    font-size: 36px; }
  .footer-social-links .social-livestream a:hover:before {
    color: #cd201f; }
  .footer-social-links .social-photoshelter a:hover:before {
    color: #00a0f0; }
  .footer-social-links .social-localive a:before {
    background-image: url(/uploaded/locallivegrey.png);
    background-size: 17px 21px;
    background-position: center 39%; }
  .footer-social-links .social-localive a:hover:before {
    background-size: 17px 21px;
    background-position: center 39%;
    background-image: url(/uploaded/locallivered.png); }

.footer-translate .fsElementContent {
  cursor: pointer;
  zoom: 1; }
  .footer-translate .fsElementContent:after {
    display: table;
    clear: both;
    content: ''; }
  .footer-translate .fsElementContent p {
    margin: 0; }

#google_translate_element {
  zoom: 1;
  display: block;
  float: left;
  position: relative;
  padding-left: 34px;
  color: #a5b3be;
  font-size: 13px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-indent: 0px;
  transition: color 0.3s ease;
  cursor: pointer; }
  #google_translate_element:after {
    display: table;
    clear: both;
    content: ''; }
  #google_translate_element:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    float: left;
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    color: #a5b3be;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    text-indent: 0px;
    transition: color 0.3s ease; }
  #google_translate_element:hover {
    color: #f15d22; }
    #google_translate_element:hover:before, #google_translate_element:hover:after {
      color: #f15d22; }
  #google_translate_element .goog-te-combo {
    display: block;
    width: 100%;
    height: 36px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 0 !important;
    color: rgba(255, 255, 255, 0) !important;
    text-indent: -9999em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer; }
    #google_translate_element .goog-te-combo option {
      color: #444444;
      font-size: 15px; }
    #google_translate_element .goog-te-combo::-ms-expand {
      display: none; }
    #google_translate_element .goog-te-combo::-ms-value {
      color: inherit;
      background: transparent; }
  #google_translate_element .goog-te-gadget {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1px;
    color: transparent;
    cursor: pointer; }
    #google_translate_element .goog-te-gadget > span {
      display: none; }
  #google_translate_element .goog-te-gadget-simple {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0); }
  #google_translate_element .goog-te-gadget-icon {
    display: none; }
  #google_translate_element .goog-te-menu-value {
    display: none; }
    #google_translate_element .goog-te-menu-value > img {
      display: none; }

.goog-te-menu2 * {
  font-family: "proxima-nova", sans-serif; }

.goog-te-menu2 .goog-te-menu2-item div,
.goog-te-menu2 .goog-te-menu2-item:link div,
.goog-te-menu2 .goog-te-menu2-item:visited div,
.goog-te-menu2 .goog-te-menu2-item:active div {
  color: #0177a0;
  font-family: "proxima-nova", sans-serif;
  background: none; }

.goog-te-menu2 .goog-te-menu2-item:hover div,
.goog-te-menu2 .goog-te-menu2-item:hover:link div,
.goog-te-menu2 .goog-te-menu2-item:hover:visited div,
.goog-te-menu2 .goog-te-menu2-item:hover:active div {
  color: #008fbf;
  background: none; }

.footer-bottom {
  padding: 22px 30px 45px; }
  @media (min-width: 800px) {
    .footer-bottom {
      padding: 37px 70px 45px; } }
  .footer-bottom > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .footer-bottom .fsTwoColumnLayout {
    margin-left: 0;
    margin-right: 0; }
    .footer-bottom .fsTwoColumnLayout > .fsDiv {
      padding-left: 0;
      padding-right: 0; }
    .footer-bottom .fsTwoColumnLayout .fsStyleColumn-1 {
      padding-right: 40px; }
    .footer-bottom .fsTwoColumnLayout .fsStyleColumn-2 {
      max-width: 440px; }
      @media (min-width: 800px) {
        .footer-bottom .fsTwoColumnLayout .fsStyleColumn-2 {
          float: right; } }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    font-size: 17px;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
  .school-details [itemprop='fax'] {
    display: inline-block; }
  .school-details a {
    color: inherit; }

.footer-description {
  color: #74a333;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.04em; }

.footer-quicklinks > .fsElementContent {
  position: relative; }
  .footer-quicklinks > .fsElementContent:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00326b; }

.footer-quicklinks ul, .footer-quicklinks li {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer-quicklinks ul {
  position: relative; }
  .footer-quicklinks ul:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00326b; }
  @media (min-width: 400px) {
    .footer-quicklinks ul {
      -moz-columns: 2;
      columns: 2;
      -moz-column-gap: 40px;
      column-gap: 40px; } }

.footer-quicklinks li {
  page-break-inside: avoid;
  break-inside: avoid;
  border-bottom: 1px solid rgba(224, 224, 224, 0.2); }

.footer-quicklinks a {
  display: block;
  padding: 6px 0 4px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  .footer-quicklinks a:hover {
    color: #00b2ba; }

.footer-copyright {
  color: #000000;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase; }

.footer-bottom-bottom > .fsElementContent {
  zoom: 1; }
  .footer-bottom-bottom > .fsElementContent:after {
    display: table;
    clear: both;
    content: ''; }

.footer-bottom-bottom .footer-copyright {
  margin-bottom: 16px; }
  @media (min-width: 400px) {
    .footer-bottom-bottom .footer-copyright {
      float: left;
      margin-bottom: 0; } }

@media (min-width: 400px) {
  .footer-bottom-bottom #fsPoweredByFinalsite {
    float: right; } }

/*! 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: #00326b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 26px;
  color: #444444; }
  body.custom-lightbox-active {
    overflow: hidden; }

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

#fsPageBodyWrapper {
  padding-top: 46px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  background: #ffffff; }
  #fsPageBodyWrapperbody:not(.fsComposeMode) #fsPageBodyWrapper {
    position: relative;
    z-index: 1; }
  @media (min-width: 900px) {
    #fsPageBodyWrapper {
      padding-left: 70px;
      padding-right: 70px; } }

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

main a {
  font-weight: 500; }

main .fsElement {
  margin-bottom: 20px; }

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

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

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  zoom: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 800px) {
    #fsBannerRight {
      float: left; } }
  #fsBannerRight:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 900px) {
    #fsBannerRight {
      -ms-flex: none;
      flex: none;
      padding-left: 20px;
      width: 33.89831%; } }
  @media (min-width: 1000px) {
    #fsBannerRight > .fsBanner {
      width: 100%;
      max-width: 280px;
      float: right;
      clear: both; } }

@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.fsPageLayout.fsTwoColumnWideLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  .fsLayout.fsPageLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 900px) {
      .fsLayout.fsPageLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
        width: 66.10169% !important; } }
  .fsLayout.fsPageLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird {
    zoom: 1;
    width: 100%; }
    .fsLayout.fsPageLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird:after {
      display: table;
      clear: both;
      content: ''; }
    @media (max-width: 599px) {
      .fsLayout.fsPageLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird .fsContent img {
        width: 100%; } }
    @media (min-width: 900px) {
      .fsLayout.fsPageLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird {
        width: 33.89831%;
        padding-left: 40px;
        padding-right: 0; } }
  @media (min-width: 900px) and (min-width: 1000px) {
    .fsLayout.fsPageLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird > * {
      width: 100%;
      max-width: 280px;
      float: right;
      clear: both; } }

.fsLayout.fsPageLayout.fsTwoColumnWideRightLayout {
  margin-left: 0;
  margin-right: 0; }
  .fsLayout.fsPageLayout.fsTwoColumnWideRightLayout .fsStyleTwoThirds {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 900px) {
      .fsLayout.fsPageLayout.fsTwoColumnWideRightLayout .fsStyleTwoThirds {
        width: 76.27119% !important; } }
  .fsLayout.fsPageLayout.fsTwoColumnWideRightLayout .fsStyleOneThird {
    width: 100%; }
    @media (max-width: 599px) {
      .fsLayout.fsPageLayout.fsTwoColumnWideRightLayout .fsStyleOneThird .fsContent img {
        width: 100%; } }
    @media (min-width: 900px) {
      .fsLayout.fsPageLayout.fsTwoColumnWideRightLayout .fsStyleOneThird {
        width: 23.72881%;
        padding-left: 0;
        padding-right: 40px; } }
  @media (min-width: 900px) and (min-width: 1000px) {
    .fsLayout.fsPageLayout.fsTwoColumnWideRightLayout .fsStyleOneThird > * {
      width: 100%;
      max-width: 280px;
      float: left;
      clear: both; } }

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

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none; }
  @media (min-width: 1000px) {
    #fsHeader .nav-main {
      display: block; } }

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

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

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .no-flexbox .nav-main .fsNavLevel1 {
      text-align: justify;
      font-size: 0.1px; }
      .no-flexbox .nav-main .fsNavLevel1 > li {
        display: inline-block; }
      .no-flexbox .nav-main .fsNavLevel1:after {
        content: "";
        display: inline-block;
        width: 100%; } }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #f15d22; }
    .nav-main .fsNavLevel1 > li:hover > a:before {
      top: calc(100%);
      opacity: 1;
      transition: top 0.5s ease 0.5s, opacity 0s ease 0s; }
  .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
    color: #f15d22; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    height: 45px;
    padding: 0;
    position: relative;
    color: #72808a;
    font-size: 17px;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase; }
    .nav-main .fsNavLevel1 > li > a:before {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #ffffff;
      position: absolute;
      top: calc(100% - 11px);
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 301;
      opacity: 0;
      transition: top 0.5s ease 0s, opacity 0s ease 0.5s; }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease 0s; }
  .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 500px;
    transition: max-height 0.5s ease 0.3s; }
  @media (max-width: 599px) {
    .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 500px;
      transition: max-height 0.5s ease 0.3s; } }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    z-index: 300; }

.nav-main .fsNavPageInfo {
  background: #5493bc;
  text-align: left;
  width: 500px; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li.athletics-nav > .fsNavPageInfo {
    width: 970px;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .nav-main .fsNavLevel1 > li.athletics-nav > .fsNavPageInfo > .fsNavLevel2 {
      -moz-columns: auto auto;
      columns: auto auto; }
    .nav-main .fsNavLevel1 > li.athletics-nav > .fsNavPageInfo > .athletics-nav-inner {
      zoom: 1;
      padding: 24px 0px 32px 20px; }
      .nav-main .fsNavLevel1 > li.athletics-nav > .fsNavPageInfo > .athletics-nav-inner:after {
        display: table;
        clear: both;
        content: ''; }
      .nav-main .fsNavLevel1 > li.athletics-nav > .fsNavPageInfo > .athletics-nav-inner > .fsNavLevel2 {
        padding: 0;
        float: left;
        width: calc(25% - 7px);
        -moz-columns: auto auto;
        columns: auto auto; }
  .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav {
    float: left;
    display: block;
    width: calc(75% + 7px); }
    .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 {
      padding-top: 11px; }
      .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li {
        display: none; }
        .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-fall, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-winter, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-spring {
          display: block;
          padding: 0 1px;
          width: 33.33333%; }
          .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-fall:before, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-winter:before, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-spring:before {
            display: block;
            content: '';
            width: 1px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            background-color: #ffffff;
            opacity: 0.2; }
          .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-fall > a, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-winter > a, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-spring > a {
            display: block;
            height: auto;
            padding: 0px 20px 7px 20px;
            font-size: 25px;
            text-transform: uppercase;
            line-height: 28px;
            color: #ffffff;
            text-align: left;
            font-weight: 700; }
            .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-fall > a:before, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-winter > a:before, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-spring > a:before {
              display: none; }
          .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-fall > .fsNavPageInfo, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-winter > .fsNavPageInfo, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-spring > .fsNavPageInfo {
            width: auto;
            max-height: none;
            position: static;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            overflow: visible;
            background: none; }
            .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-fall > .fsNavPageInfo > .fsNavLevel2, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-winter > .fsNavPageInfo > .fsNavLevel2, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-spring > .fsNavPageInfo > .fsNavLevel2 {
              padding: 0;
              -moz-columns: auto auto;
              columns: auto auto; }
              .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-fall > .fsNavPageInfo > .fsNavLevel2 li a, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-winter > .fsNavPageInfo > .fsNavLevel2 li a, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-spring > .fsNavPageInfo > .fsNavLevel2 li a {
                padding-top: 3px;
                padding-bottom: 3px;
                color: #b8c7cc;
                font-size: 13px;
                line-height: 16px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.06em; }
                .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-fall > .fsNavPageInfo > .fsNavLevel2 li a:hover, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-winter > .fsNavPageInfo > .fsNavLevel2 li a:hover, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-spring > .fsNavPageInfo > .fsNavLevel2 li a:hover {
                  color: #ffffff; }
              .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-fall > .fsNavPageInfo > .fsNavLevel2 li.fsNavCurrentPage > a, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-winter > .fsNavPageInfo > .fsNavLevel2 li.fsNavCurrentPage > a, .nav-main .fsNavLevel1 > li.athletics-nav .athletics-seasonal-nav .fsNavLevel1 > li.athletics-nav-spring > .fsNavPageInfo > .fsNavLevel2 li.fsNavCurrentPage > a {
                color: #093266; }
  .nav-main .fsNavPageInfo .athletics-nav-fall,
  .nav-main .fsNavPageInfo .athletics-nav-winter,
  .nav-main .fsNavPageInfo .athletics-nav-spring {
    display: none; }
  .nav-main .fsNavLevel1 > li:nth-last-of-type(1) .fsNavPageInfo, .nav-main .fsNavLevel1 > li:nth-last-of-type(2) .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }

.nav-main .fsNavLevel2 {
  padding: 24px 20px 32px 20px;
  -moz-columns: 2;
  columns: 2;
  columns-gap: 0px; }
  .nav-main .fsNavLevel2 li.fsNavCurrentPage > a, .nav-main .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
    color: #093266; }
  .nav-main .fsNavLevel2 a {
    display: block;
    padding: 6px 20px 6px 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px; }
    .nav-main .fsNavLevel2 a:hover {
      color: #093266; }

.athletics-seasonal-nav {
  display: none; }

/*! navigation - off-canvas v0.0.1 */
#fsMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  #fsMenu .strategic-plan {
    margin-bottom: 11px; }
    #fsMenu .strategic-plan a {
      background: #770055;
      color: #FFF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      font-size: 0.75rem;
      line-height: 1;
      padding: 10px 25px;
      height: 120px; }
      #fsMenu .strategic-plan a:hover, #fsMenu .strategic-plan a:focus {
        background: #007399; }
      #fsMenu .strategic-plan a img {
        display: block;
        margin: 0 auto 13px; }
      #fsMenu .strategic-plan a em {
        display: block;
        text-transform: uppercase;
        font-size: 0.8125rem;
        margin-bottom: 3px;
        font-style: normal; }

.fsMenu {
  display: block;
  width: 100%;
  max-width: 300px;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  opacity: 0;
  background-color: #093266;
  transition: opacity 0.3s ease, right 0.3s ease; }
  @media (min-width: 980px) {
    .fsMenu {
      display: none; } }
  .fsAccountBarVisible .fsMenu {
    top: 45px; }
  .off-canvas-active {
    overflow: hidden;
    height: 100%; }
  .off-canvas-active body {
    position: fixed !important;
    min-height: 0 !important;
    top: auto !important;
    height: 100%;
    max-width: 100%; }
  .off-canvas-active .fsMenu {
    right: 0;
    opacity: 1;
    overflow-y: auto; }
  .fsMenu ul, .fsMenu li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .fsMenu .fsNavigation:not(.nav-main-mobile) {
    position: relative; }
    .fsMenu .fsNavigation:not(.nav-main-mobile) > .fsElementContent {
      padding-top: 13px;
      padding-bottom: 14px; }
    .fsMenu .fsNavigation:not(.nav-main-mobile) a {
      display: block;
      padding: 9px 35px 9px 35px;
      color: #ffffff;
      font-weight: normal;
      font-size: 15px;
      line-height: 19px; }
  .fsMenu .nav-main-mobile {
    padding-top: 22px;
    padding-bottom: 24px;
    margin-bottom: 0;
    background-color: #ffffff; }
    .fsMenu .nav-main-mobile .menu-toggle {
      display: block;
      width: 52px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      cursor: pointer;
      transition: transform 0.3s ease; }
      .fsMenu .nav-main-mobile .menu-toggle:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 11px;
        height: 11px;
        position: absolute;
        top: 14px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        color: #a8a8a8;
        line-height: 11px;
        font-size: 17px;
        text-align: center;
        transition: transform 0.3s ease, color 0.3s ease; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li {
      display: block;
      position: relative; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > a {
        color: #f15d22; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
        color: #f15d22;
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg); }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a {
        padding-right: 0;
        margin-right: 52px; }
        .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a:after {
          display: block;
          width: 1px;
          content: '';
          position: absolute;
          top: 4px;
          right: 0;
          bottom: 7px;
          background-color: #e0e0e0; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li > a {
        display: block;
        padding: 6px 35px 7px 35px;
        position: relative;
        color: #72808a;
        font-size: 17px;
        font-weight: 500;
        line-height: 29px;
        text-transform: uppercase; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li > .fsNavPageInfo {
        display: none;
        background-color: #f1f3f4; }
    .fsMenu .nav-main-mobile .fsNavLevel2 {
      padding-top: 24px;
      padding-bottom: 30px;
      border-top: 4px solid #ffffff;
      border-bottom: 22px solid #ffffff; }
      .fsMenu .nav-main-mobile .fsNavLevel2 > li {
        display: block;
        position: relative; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li > a {
          display: block;
          padding: 6px 52px 6px 35px;
          color: #72808a;
          font-size: 15px;
          line-height: 22px; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li.fsNavParentPage > a {
          padding: 6px 65px 6px 35px; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li.fsNavParentPage > .fsNavPageInfo {
          display: none; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li > .menu-toggle {
          display: block;
          width: 52px;
          position: absolute;
          top: 0;
          right: 14px;
          bottom: 0;
          cursor: pointer;
          transition: transform 0.3s ease; }
          .fsMenu .nav-main-mobile .fsNavLevel2 > li > .menu-toggle:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: block;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            color: #72808a;
            line-height: 12px;
            font-size: 12px;
            text-align: center;
            opacity: 0.5;
            transition: transform 0.3s ease, color 0.3s ease; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li.menu-open > a {
          color: #5493bc; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li.menu-open > .menu-toggle:before {
          content: '\f068';
          color: #5493bc; }
    .fsMenu .nav-main-mobile .fsNavLevel3 {
      padding-top: 3px;
      padding-bottom: 17px; }
      .fsMenu .nav-main-mobile .fsNavLevel3 > li {
        display: block;
        position: relative; }
        .fsMenu .nav-main-mobile .fsNavLevel3 > li > a {
          display: block;
          padding: 6px 52px 6px 61px;
          color: #72808a;
          font-size: 15px;
          line-height: 22px; }
      .fsMenu .nav-main-mobile .fsNavLevel3 li.fsNavCurrentPage > a, .fsMenu .nav-main-mobile .fsNavLevel3 li.fsNavCurrentPageAncestor > a {
        color: #5493bc; }
  .fsMenu .header-upper-links-mobile .menu-toggle {
    display: block;
    width: 52px;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    cursor: pointer;
    transition: transform 0.3s ease; }
    .fsMenu .header-upper-links-mobile .menu-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      top: 12px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      color: #558cbd;
      line-height: 12px;
      font-size: 12px;
      text-align: center;
      opacity: 0.5;
      transition: transform 0.3s ease, color 0.3s ease; }
  .fsMenu .header-upper-links-mobile .fsNavLevel1 > li {
    display: block;
    position: relative; }
    .fsMenu .header-upper-links-mobile .fsNavLevel1 > li.menu-open > a {
      color: #00b2ba; }
    .fsMenu .header-upper-links-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
      content: '\f068';
      color: #00b2ba; }
    .fsMenu .header-upper-links-mobile .fsNavLevel1 > li.fsNavParentPage > a {
      padding-right: 0;
      margin-right: 66px; }
    .fsMenu .header-upper-links-mobile .fsNavLevel1 > li > a {
      display: block;
      padding: 4px 35px 4px 35px;
      position: relative;
      color: #ffffff;
      font-size: 13px;
      font-weight: 400;
      line-height: 29px;
      letter-spacing: 0.0475em;
      text-transform: uppercase; }
      .fsMenu .header-upper-links-mobile .fsNavLevel1 > li > a:hover {
        color: #00b2ba; }
    .fsMenu .header-upper-links-mobile .fsNavLevel1 > li > .fsNavPageInfo {
      display: none; }
  .fsMenu .header-upper-links-mobile .fsNavLevel2 {
    padding-top: 0px;
    padding-bottom: 17px; }
    .fsMenu .header-upper-links-mobile .fsNavLevel2 > li {
      display: block;
      position: relative; }
      .fsMenu .header-upper-links-mobile .fsNavLevel2 > li > a {
        display: block;
        padding: 6px 52px 6px 61px;
        color: #ffffff;
        font-size: 15px;
        line-height: 22px; }
        .fsMenu .header-upper-links-mobile .fsNavLevel2 > li > a:hover {
          color: #00b2ba; }
  .fsMenu .off-canvas-close {
    display: block;
    height: 55px;
    width: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 100; }
    .fsMenu .off-canvas-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      height: 55px;
      width: 50px;
      color: #ffffff;
      font-size: 12px;
      line-height: 55px;
      text-align: center;
      vertical-align: middle; }

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

/*! navigation - sub v0.0.1 */
.nav-sub {
  display: none;
  background-color: #f1f3f4; }
  @media (min-width: 900px) {
    .nav-sub {
      display: block; } }
  .nav-sub ul, .nav-sub li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .nav-sub a {
    display: block; }
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li {
      display: none;
      position: relative; }
      .nav-sub .fsNavLevel1 > li > a {
        display: none; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        display: block; }
      .nav-sub .fsNavLevel1 > li > .fsNavPageInfo {
        background-color: #f1f3f4; }
  .nav-sub .fsNavLevel2 {
    padding-top: 22px;
    padding-bottom: 24px; }
    .nav-sub .fsNavLevel2 > li:last-of-type > a:after {
      display: none; }
    .nav-sub .fsNavLevel2 > li > a {
      display: block;
      color: #72808a;
      font-weight: 500;
      font-size: 15px;
      line-height: 22px;
      padding: 10px 40px 10px 40px;
      border: 0; }
      .nav-sub .fsNavLevel2 > li > a:after {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 40px;
        right: 40px;
        bottom: 0;
        background-color: #ffffff; }
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPage > .fsNavPageInfo > ul, .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor > .fsNavPageInfo > ul {
      padding-top: 7px;
      padding-bottom: 19px; }
    .nav-sub .fsNavLevel2 > li > .fsNavPageInfo {
      display: none; }
    .nav-sub .fsNavLevel2 li {
      position: relative; }
      .nav-sub .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPage > .fsNavPageInfo, .nav-sub .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPageAncestor > .fsNavPageInfo {
        display: block; }
      .nav-sub .fsNavLevel2 li.fsNavCurrentPage > a {
        color: #5493bc !important;
        font-weight: 500 !important; }
      .nav-sub .fsNavLevel2 li.fsNavParentPage > a {
        padding-right: 65px; }
      .nav-sub .fsNavLevel2 li.fsNavParentPage > .fsNavPageInfo {
        display: none; }
      .nav-sub .fsNavLevel2 li a {
        color: #72808a; }
        .nav-sub .fsNavLevel2 li a:hover {
          color: #093266; }
      .nav-sub .fsNavLevel2 li > .menu-toggle {
        display: block;
        width: 52px;
        position: absolute;
        top: 0;
        right: 14px;
        bottom: 0;
        cursor: pointer;
        transition: transform 0.3s ease; }
        .nav-sub .fsNavLevel2 li > .menu-toggle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 16px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          color: #72808a;
          line-height: 12px;
          font-size: 12px;
          text-align: center;
          opacity: 0.5;
          transition: transform 0.3s ease, color 0.3s ease; }
      .nav-sub .fsNavLevel2 li.menu-open > a {
        color: #5493bc; }
      .nav-sub .fsNavLevel2 li.menu-open > .menu-toggle:before {
        content: '\f068';
        color: #5493bc; }
  .nav-sub ul.fsNavLevel3 {
    padding-bottom: 15px; }
    .nav-sub ul.fsNavLevel3 a {
      padding-top: 6px;
      padding-bottom: 6px;
      padding-right: 40px;
      border: 0;
      font-size: 15px;
      line-height: 22px;
      letter-spacing: 0.03em;
      font-weight: 500; }
    .nav-sub ul.fsNavLevel3 > li > a {
      padding-left: 60px; }
  .nav-sub ul.fsNavLevel4 > li > a {
    padding-left: 80px; }
  .nav-sub ul.fsNavLevel5 > li > a {
    padding-left: 100px; }

.nav-sub-mobile {
  display: block;
  padding-left: 0;
  padding-right: 0;
  opacity: 0; }
  main .nav-sub-mobile {
    margin-bottom: 0; }
  .nav-sub-mobile.element-loaded {
    opacity: 1; }
  .fsComposeMode .nav-sub-mobile {
    opacity: 1; }
  @media (max-width: 399px) {
    .nav-sub-mobile {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 900px) {
    .nav-sub-mobile {
      display: none; } }
  .nav-sub-mobile .menu-toggle {
    display: block;
    width: 52px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: transform 0.3s ease; }
    .nav-sub-mobile .menu-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 11px;
      height: 11px;
      position: absolute;
      top: 21px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      color: #ffffff;
      line-height: 11px;
      font-size: 17px;
      text-align: center;
      transition: transform 0.3s ease; }
  .nav-sub-mobile .fsNavLevel1 > li {
    background-color: #74a333; }
    .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
      margin-bottom: 45px; }
      @media (max-width: 899px) {
        .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
          margin-top: -35px;
          margin-bottom: 16px; } }
    .nav-sub-mobile .fsNavLevel1 > li.menu-open > a {
      color: #ffffff; }
    .nav-sub-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
      -ms-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg); }
    .nav-sub-mobile .fsNavLevel1 > li.fsNavParentPage > a {
      padding-right: 0;
      margin-right: 52px; }
      .nav-sub-mobile .fsNavLevel1 > li.fsNavParentPage > a:after {
        display: block;
        width: 1px;
        content: '';
        position: absolute;
        top: 9px;
        right: 0;
        bottom: 9px;
        background-color: #ffffff;
        opacity: 0.4; }
    .nav-sub-mobile .fsNavLevel1 > li > a {
      display: block;
      padding: 13px 35px 13px 20px;
      position: relative;
      color: #ffffff;
      font-size: 17px;
      line-height: 29px;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 0.005em; }
    .nav-sub-mobile .fsNavLevel1 > li > .fsNavPageInfo {
      display: none;
      background-color: #f1f3f4; }
  .nav-sub-mobile ul.fsNavLevel2 {
    padding: 24px 0 28px 0;
    border: 1px solid #e6e6e6;
    border-top: 0; }
    .nav-sub-mobile ul.fsNavLevel2 li a {
      padding: 6px 34px 6px 34px;
      border: 0; }
    .nav-sub-mobile ul.fsNavLevel2 li > .menu-toggle:before {
      top: 12px; }
    .nav-sub-mobile ul.fsNavLevel2 > li > a:after {
      display: none; }
  .nav-sub-mobile ul.fsNavLevel3 > li > a {
    padding-left: 54px; }
  .nav-sub-mobile ul.fsNavLevel4 > li > a {
    padding-left: 74px; }
  .nav-sub-mobile ul.fsNavLevel5 > li > a {
    padding-left: 94px; }

/*! Navigation - Social */
.social-facebook a:before {
  content: '\f09a'; }

.social-instagram a:before {
  content: '\f16d'; }

.social-twitter a:before {
  content: '\f099'; }

.social-flickr a:before {
  content: '\f16e'; }

.social-photoshelter a:before {
  content: '\e909'; }

.social-localive a:before {
  content: '';
  background-image: url(/uploaded/locallive.png);
  background-size: 19px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s ease, color 0.3s ease; }

.social-localive a:hover:before {
  background-image: url(/uploaded/locallivegreen.png); }

.social-vimeo a:before {
  content: '\f27d'; }

.social-youtube a:before {
  content: '\f16a'; }

.social-linkedin a:before {
  content: '\f0e1'; }

.social-livestream a:before {
  content: '\e900'; }

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

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

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

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    margin: 0 0 20px;
    padding: 17px 30px;
    border: 1px solid #5493bc;
    border-radius: 3px;
    outline: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #5493bc;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #3e799f;
      color: #ffffff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton.fs_style_45 {
      display: block;
      width: 100%; }

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

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

.fsProfileSection {
  margin-bottom: 1.25em;
  font-size: 16px; }
  .fsProfileSection h4 {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #333;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .fsProfileSection .fsProfileSectionData.fsTitle {
      font-weight: normal;
      font-size: 1em; }
    .fsProfileSection .fsProfileSectionData.fsStyleHalf {
      width: 100%; }
  .fsProfileSection .fsProfileSectionData.fsStyleHalf + .fsProfileSectionData.fsStyleHalf {
    margin-top: -10px; }

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

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

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

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

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

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

dialog.fsConstituent .fsProfileImage {
  float: left !important;
  height: auto; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2;
    float: none; }
    .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 > h3 {
      font-size: 20px;
      line-height: 24.6px; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block;
      width: 100%; }

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

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }

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

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @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;
  page-break-inside: avoid;
  break-inside: avoid; }
  @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;
  page-break-inside: avoid;
  break-inside: avoid; }
  @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 - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #cbcccd; }

.fsConstituent.fsSearch:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px; } }

.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.17647em; }

@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 label:first-of-type:last-of-type {
  width: 100%; }

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

.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: block;
  margin: 0 10px; }

.fsBanner .fsConstituent.fsSearch label, .fsStyleOneThird .fsConstituent.fsSearch label, .fsFourColumnLayout .fsConstituent.fsSearch label {
  width: 100%; }

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

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }

.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px; }

@media (min-width: 800px) {
  .fsConstituentProfile.fsHasPhoto > div, .fsConstituentProfile.fsHasPhoto > h3 {
    padding: 0;
    padding-left: calc(25% + 20px); } }

@media (min-width: 600px) {
  .fsConstituentProfile.fsHasPhoto .fsProfileImage {
    float: left;
    padding-right: 20px;
    max-width: 50%; } }

@media (min-width: 800px) {
  .fsConstituentProfile.fsHasPhoto .fsProfileImage {
    left: 0;
    top: 0;
    max-width: 25%;
    padding: 0; } }

@media (min-width: 600px) {
  .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
    float: left;
    padding-right: 20px;
    max-width: 50%; } }

@media (min-width: 800px) {
  .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
    max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1.17647em;
  font-size: 16px; }

.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #b0b2b6;
  margin: 0 0 .5em 0;
  padding: 0 0 .5em 0; }

.fsProfileSection .fsProfileSectionData {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.fsProfileSection .fsProfileSectionData.fsTitle {
  font-weight: normal;
  font-size: 1em; }

.fsProfileSectionData.fsStyleHalf {
  width: 100%; }

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

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto; }

@media (min-width: 800px) {
  .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
    display: inline-block;
    vertical-align: top; } }

.fsProfileSectionFieldName,
.fsProfileSectionFieldValue {
  width: auto; }

.fsProfileSectionFieldName,
.fsProfileSectionSpecialData > div:first-child {
  display: inline-block;
  vertical-align: top;
  font-weight: 700; }

.fsProfileSectionFieldName:after,
.fsProfileSectionSpecialData > div:first-child:after {
  content: ':';
  display: inline-block;
  margin-left: -2px; }

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    display: inline-block;
    vertical-align: top;
    padding-left: 3px; } }

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

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

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }

.fsDirectory .fsConstituentItem {
  padding: 20px 0;
  border: solid 1px #cbcccd; }

.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 > h3 a {
  color: #0177a0;
  font-weight: inherit; }
  .fsDirectory .fsConstituentItem > h3 a:hover {
    color: #008fbf; }

.fsDirectory .fsConstituentItem .fsPhoto img {
  display: block; }

.fsDirectory .fsConstituentItem a {
  word-break: break-word; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }

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

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }

@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;
  page-break-inside: avoid;
  break-inside: avoid; }

@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;
  page-break-inside: avoid;
  break-inside: avoid; }

@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, .fsTabs .fsPanel {
  margin-bottom: 0; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background-color: transparent;
    transition: all 0.3s ease;
    margin: 0; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      display: block;
      margin-bottom: 0;
      padding: 11px 18px 9px 18px;
      color: #74a333;
      font-size: 18px;
      line-height: 30px;
      font-weight: bold;
      letter-spacing: 0;
      position: relative;
      transition: none;
      text-transform: none; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        font-weight: bold; }
      .fsAccordion .fsPanel > header h2:before, .fsTabs .fsPanel > header h2:before, .fsAccordion .fsPanel > header h2:after, .fsTabs .fsPanel > header h2:after {
        color: #aca9a9;
        transition: color 0.3s ease, transform 0.3s ease; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background-color: transparent; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #0e4d8c; }
        .fsAccordion .fsPanel > header:hover h2:before, .fsTabs .fsPanel > header:hover h2:before, .fsAccordion .fsPanel > header:hover h2:after, .fsTabs .fsPanel > header:hover h2:after {
          color: #aca9a9; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    padding: 19px 40px 5px; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #f15d22; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
      color: #f15d22;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  margin: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 20px;
  font-size: 19px;
  line-height: 13px;
  text-align: center;
  border: none;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 15px; }

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

.fsAccordion {
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d7d6; }
  .fsAccordion .fsPanel {
    border-top: 1px solid #d9d7d6; }
    .fsAccordion .fsPanel > .fsElementContent {
      padding: 4px 20px 22px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent.fsList .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent.fsList .fsLoadMoreButton {
    display: inline-block;
    margin: 0 0 20px;
    padding: 17px 30px;
    border: 1px solid #5493bc;
    border-radius: 3px;
    outline: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #5493bc;
    padding: 10px 20px; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
      background: #3e799f;
      color: #ffffff; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton.fs_style_45 {
      display: block;
      width: 100%; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsStatus {
    color: #da1a32 !important; }
  .fsAthleticsEvent.fsTable {
    overflow-x: auto; }
    .fsAthleticsEvent.fsTable thead th {
      padding: 7px 16px;
      border-left: 1px solid #043f7b;
      border-right: 1px solid #043f7b;
      border-bottom: 0;
      color: #ffffff;
      background-color: #004b8d; }
      .fsAthleticsEvent.fsTable thead th.first-of-type {
        border-left: 0; }
      .fsAthleticsEvent.fsTable thead th.last-of-type {
        border-right: 0; }
    .fsAthleticsEvent.fsTable .fsAthleticsVs {
      display: none; }
    .fsAthleticsEvent.fsTable td.fsAthleticsStatus {
      color: #da1a32 !important; }
    .fsAthleticsEvent.fsTable .fsEventTable,
    .fsAthleticsEvent.fsTable table.fsTable {
      border-collapse: separate; }
      .fsAthleticsEvent.fsTable .fsEventTable tbody tr td,
      .fsAthleticsEvent.fsTable table.fsTable tbody tr td {
        border-bottom: 1px solid #e8e3e3;
        color: #72808a;
        background-color: #ffffff; }
        .fsAthleticsEvent.fsTable .fsEventTable tbody tr td.fsAthleticsOpponents,
        .fsAthleticsEvent.fsTable table.fsTable tbody tr td.fsAthleticsOpponents {
          color: #000000; }
        .fsAthleticsEvent.fsTable .fsEventTable tbody tr td.fsAthleticsAdvantage,
        .fsAthleticsEvent.fsTable table.fsTable tbody tr td.fsAthleticsAdvantage {
          text-transform: uppercase; }
      .fsAthleticsEvent.fsTable .fsEventTable tbody tr:nth-of-type(odd) td,
      .fsAthleticsEvent.fsTable table.fsTable tbody tr:nth-of-type(odd) td {
        background-color: #f9f7f7; }
      .fsAthleticsEvent.fsTable .fsEventTable td,
      .fsAthleticsEvent.fsTable table.fsTable td {
        padding: 7px 16px; }

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

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }
  .fsAthleticsRoster .fsElementTable {
    width: 100%; }
    .fsAthleticsRoster .fsElementTable thead tr:first-child {
      background-color: #004b8d;
      color: #fff; }
    .fsAthleticsRoster .fsElementTable tr {
      vertical-align: top;
      text-align: left;
      border-bottom: 1px solid #ded7d6;
      background-color: #faf8f7; }
      .fsAthleticsRoster .fsElementTable tr:nth-of-type(even) {
        background-color: transparent; }
      .fsAthleticsRoster .fsElementTable tr td, .fsAthleticsRoster .fsElementTable tr th {
        padding: 8px 20px 6px;
        min-height: 50px; }

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

/*
refactor: remove roster labels from site (8473209)
.fsRosterPlayerNumber {
	&:before {
		content: 'Number: ';
	}
}

.fsRosterPosition {
	&:before {
		content: 'Position: ';
	}
}

.fsRosterHeight {
	&:before {
		content: 'Height: ';
	}
}

.fsRosterWeight {
	&:before {
		content: 'Weight: ';
	}
}
*/
.fsRosterBio p:last-child {
  margin-bottom: 0; }

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar {
  border-top: 4px solid #5493bc; }
  .fsCalendar > header {
    padding-top: 9px; }
    .fsCalendar > header .fsElementTitle {
      padding-top: 4px;
      padding-bottom: 4px;
      color: #5493bc;
      font-size: 25px;
      line-height: 28px; }
  .fsCalendar > .fsElementContent {
    border-bottom: 1px solid #5493bc; }
  .fsCalendar > footer > .fsElementFooterContent {
    text-align: right; }
    .fsCalendar > footer > .fsElementFooterContent .read-more {
      display: inline-block;
      padding-right: 9px;
      position: relative;
      color: #72808a;
      font-size: 13px;
      line-height: 32px;
      text-transform: uppercase;
      letter-spacing: 0.04em; }
      .fsCalendar > footer > .fsElementFooterContent .read-more:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        position: absolute;
        right: 0;
        top: 0px; }
  .fsCalendar header {
    padding-bottom: 5px; }
  .fsCalendar article {
    position: relative;
    padding-top: 9px;
    padding-bottom: 21px; }
  .fsCalendar .fsTitle {
    padding-bottom: 5px;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold; }
    .fsCalendar .fsTitle a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
  .fsCalendar .fsDate {
    display: block;
    padding-bottom: 11px;
    color: #000000;
    font-size: 28px;
    line-height: 28px;
    font-weight: 200; }
  .fsCalendar .fsEventDetails {
    color: #72808a;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500; }
  .fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
    margin-bottom: 0; }
  .fsCalendar.fsList .fsDayContainer article:not(:first-of-type) .fsDate {
    display: none; }
  .fsCalendar.fsList .fsDayContainer article:not(:last-of-type) {
    margin-bottom: 0; }
  .fsCalendar.fsList[data-team-ids] article {
    border-bottom: 1px solid #e0e0e0; }
  .fsCalendar.fsList[data-team-ids] article:last-of-type {
    border-bottom: 0; }

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

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

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

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

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    margin: 0 0 20px;
    padding: 17px 30px;
    border: 1px solid #5493bc;
    border-radius: 3px;
    outline: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #5493bc;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #3e799f;
      color: #ffffff; }
    .scroll-up span.fs_style_45 {
      display: block;
      width: 100%; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0; }

.fsCalendar.fsSlideshow .slick-slider {
  margin-bottom: 0; }

.fsCalendar.fsSlideshow .slick-arrow {
  top: calc(50% - 15px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement > header > .fsElementTitle {
  margin-top: 0;
  font-weight: bold;
  color: #2f353e;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px; }

.fsElementTitle .fsElement p {
  margin-bottom: 0; }

.fsElement.reduce-padding {
  margin-bottom: 0 !important; }

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

.module {
  margin-bottom: 20px;
  padding: 13px 0 0;
  border-top: 4px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: none; }
  .module h1,
  .module h2,
  .module h3,
  .module h4,
  .module h5,
  .module h6 {
    color: inherit; }
  .module header {
    margin-bottom: 18px; }
    .module header h1,
    .module header h2,
    .module header h3,
    .module header h4,
    .module header h5,
    .module header h6 {
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 22px;
      line-height: 26px;
      font-weight: normal; }
      .module header h1.fsElementTitle,
      .module header h2.fsElementTitle,
      .module header h3.fsElementTitle,
      .module header h4.fsElementTitle,
      .module header h5.fsElementTitle,
      .module header h6.fsElementTitle {
        font-weight: bold;
        margin-bottom: 0; }
  .module .fsElementContent {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.014em; }

.module.alt-1 {
  border-color: #dd971a; }
  .module.alt-1 a {
    color: #dd971a; }
  .module.alt-1 h1,
  .module.alt-1 h2,
  .module.alt-1 h3,
  .module.alt-1 h4,
  .module.alt-1 h5,
  .module.alt-1 h6 {
    color: #dd971a; }

.module.alt-2 {
  border-color: #0177a0; }
  .module.alt-2 a {
    color: #0177a0; }
  .module.alt-2 h1,
  .module.alt-2 h2,
  .module.alt-2 h3,
  .module.alt-2 h4,
  .module.alt-2 h5,
  .module.alt-2 h6 {
    color: #0177a0; }

.module.alt-3 {
  border-color: #0e4d8c; }
  .module.alt-3 a {
    color: #0e4d8c; }
  .module.alt-3 h1,
  .module.alt-3 h2,
  .module.alt-3 h3,
  .module.alt-3 h4,
  .module.alt-3 h5,
  .module.alt-3 h6 {
    color: #0e4d8c; }

.callout-photo {
  height: 340px;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  transition: z-index 0s ease 0.3s; }
  .callout-photo.element-loaded {
    background: none !important; }
  .callout-photo.callout-purple .fsElementFooterContent {
    background-color: rgba(119, 0, 85, 0.9); }
  .callout-photo.callout-yellow .fsElementFooterContent {
    background-color: rgba(221, 151, 26, 0.9); }
  .callout-photo.callout-orange .fsElementFooterContent {
    background-color: rgba(241, 93, 34, 0.9); }
  .callout-photo.callout-green .fsElementFooterContent {
    background-color: rgba(116, 163, 51, 0.9); }
  .callout-photo:hover {
    z-index: 300;
    transition: z-index 0s ease 0s; }
    .callout-photo:hover header {
      top: -20px;
      bottom: -20px; }
      .callout-photo:hover header > .fsElementHeaderContent {
        top: 0;
        bottom: 0; }
    .callout-photo:hover .fsElementFooterContent {
      max-width: calc(100%); }
  .callout-photo > .callout-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1px;
    color: transparent;
    text-indent: -9999px;
    z-index: 100; }
  .callout-photo > header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    font-size: 1px;
    color: transparent;
    text-indent: -9999px;
    transition: top 0.3s ease, bottom 0.3s ease; }
    .callout-photo > header .fsElementTitle {
      display: none; }
    .callout-photo > header img {
      display: none; }
    .callout-photo > header > .fsElementHeaderContent {
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      bottom: -20px;
      overflow: hidden;
      font-size: 1px;
      color: transparent;
      text-indent: -9999px;
      background-size: cover;
      background-position: center center;
      transition: top 0.3s ease, bottom 0.3s ease; }
  .callout-photo > .fsElementContent {
    display: none; }
  .callout-photo > footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    overflow: hidden; }
    .callout-photo > footer .fsElementFooterContent {
      display: inline-block;
      padding: 21px 17px;
      max-width: 275px;
      width: 100%;
      color: #ffffff;
      font-size: 28px;
      line-height: 29px;
      text-transform: uppercase;
      font-weight: 300;
      transition: max-width 0.3s ease 0.1s; }
      .callout-photo > footer .fsElementFooterContent > * {
        margin: 0; }
      .callout-photo > footer .fsElementFooterContent > a {
        display: block;
        color: #ffffff;
        font-size: inherit;
        font-weight: inherit; }
      .callout-photo > footer .fsElementFooterContent > p a {
        display: block;
        color: #ffffff;
        font-size: inherit;
        font-weight: inherit; }
      .callout-photo > footer .fsElementFooterContent > div a {
        display: block;
        color: #ffffff;
        font-size: inherit;
        font-weight: inherit; }
  .fsComposeMode .callout-photo {
    height: auto; }
    .fsComposeMode .callout-photo > .callout-overlay {
      display: none; }
    .fsComposeMode .callout-photo > header {
      overflow: visible;
      position: static; }
      .fsComposeMode .callout-photo > header img {
        display: block; }
      .fsComposeMode .callout-photo > header > .fsElementHeaderContent {
        position: static;
        overflow: visible; }
    .fsComposeMode .callout-photo > footer .fsElementFooterContent {
      position: static; }

body:not(.fsComposeMode) .panel-full-width {
  max-width: 0;
  margin: 0 auto; }
  body:not(.fsComposeMode) .panel-full-width > .fsElementContent {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .panel-full-width.fsSharedContainer > .fsContainer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }

body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent {
  padding: 0 20px; }
  body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent > .fsElement {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer {
  padding: 0 20px; }
  body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

.panel-grid-4 > .fsContainer {
  margin-bottom: 0;
  padding-bottom: 20px; }
  .panel-grid-4 > .fsContainer > .fsElementContent {
    zoom: 1; }
    .panel-grid-4 > .fsContainer > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    .panel-grid-4 > .fsContainer > .fsElementContent > .fsElement {
      float: left;
      width: 100%;
      margin-bottom: 0; }
      @media (min-width: 550px) {
        .panel-grid-4 > .fsContainer > .fsElementContent > .fsElement {
          width: 50%; } }
      @media (min-width: 1100px) {
        .panel-grid-4 > .fsContainer > .fsElementContent > .fsElement {
          width: 25%; } }

.fsSlideshowHorizontal .slick-arrow {
  width: 45px;
  height: 45px; }
  .fsSlideshowHorizontal .slick-arrow:hover:before {
    opacity: 1; }
  .fsSlideshowHorizontal .slick-arrow:before {
    color: #72808a;
    font-size: 50px;
    line-height: 45px;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.3s ease; }

body:not(.home) .fsSlideshowHorizontal.fsResourceElement.fsSlideshow .slick-arrow:before {
  opacity: 0.9;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); }

body:not(.home) .fsSlideshowHorizontal.fsResourceElement.fsSlideshow .slick-arrow:hover:before {
  opacity: 1; }

.fsSlideshowHorizontal .fsPrevButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsSlideshowHorizontal .fsNextButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.hero-image {
  position: relative;
  display: none;
  background-color: #ffffff; }
  .hero-image.element-loaded {
    display: block; }
  .hero-image > header {
    display: none; }
  .hero-image .fsPageTitle {
    display: none;
    padding: 12px 30px 9px;
    position: absolute;
    left: 0;
    bottom: 56px;
    color: #ffffff;
    font-size: 50px;
    line-height: 54px;
    font-weight: 200;
    text-transform: none;
    background-color: rgba(116, 163, 51, 0.75); }
    @media (min-width: 900px) {
      .hero-image .fsPageTitle {
        display: block; } }
  .hero-image .fsElementSlideshow {
    margin-bottom: 0; }
  .hero-image article {
    position: relative;
    max-height: 580px; }
    .hero-image article:before {
      content: '';
      display: block;
      padding-bottom: 40.23438%; }
    @media (min-width: 900px) {
      body.home .hero-image article:after, body.landing-page .hero-image article:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        visibility: visible;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0px, rgba(0, 0, 0, 0) 180px); } }
    .hero-image article img {
      display: none; }
  .hero-image .caption-wrapper {
    display: none; }
  .hero-image > footer {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 101;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    @media (min-width: 900px) {
      .hero-image > footer {
        display: block; } }
    .hero-image > footer .scroll-to {
      width: 80px;
      height: 70px;
      padding-top: 17px;
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 0.04em;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }
      .hero-image > footer .scroll-to:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 7px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #ffffff;
        font-size: 20px; }
  .hero-image.fsMedia, .hero-image.fsResourceElement {
    display: block;
    background: #fff; }
    .hero-image.fsMedia.element-loaded .fsMediaContainer, .hero-image.fsResourceElement.element-loaded .fsMediaContainer {
      opacity: 1; }
    .hero-image.fsMedia .fsElementContent, .hero-image.fsResourceElement .fsElementContent {
      position: relative; }
    .hero-image.fsMedia .fsMediaContainer, .hero-image.fsResourceElement .fsMediaContainer {
      opacity: 0;
      background-color: #ffffff;
      max-height: 580px;
      background-position: center center;
      background-size: cover; }
      #fsPageWrapper > .hero-image.fsMedia .fsMediaContainer:before {
        content: '';
        display: block;
        padding-bottom: 40.23438%; }
      #fsPageWrapper > .hero-image.fsMedia.element-loaded .fsMediaContainer:before {
        display: none; }
    .hero-image.fsMedia .slick-arrow, .hero-image.fsResourceElement .slick-arrow {
      width: 60px;
      height: 60px;
      position: relative;
      font-size: 1px;
      color: transparent;
      cursor: pointer; }
      .hero-image.fsMedia .slick-arrow:before, .hero-image.fsResourceElement .slick-arrow:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); }
        @media (min-width: 550px) {
          .hero-image.fsMedia .slick-arrow:before, .hero-image.fsResourceElement .slick-arrow:before {
            font-size: 40px; } }
    .hero-image.fsMedia .slick-prev:before, .hero-image.fsResourceElement .slick-prev:before {
      content: '\f104'; }
    .hero-image.fsMedia .slick-next:before, .hero-image.fsResourceElement .slick-next:before {
      content: '\f105'; }
    .hero-image.fsMedia .slick-arrow, .hero-image.fsResourceElement .slick-arrow {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .hero-image.fsMedia .slick-arrow:before, .hero-image.fsResourceElement .slick-arrow:before {
        color: #ffffff; }
    .hero-image.fsMedia .slick-prev, .hero-image.fsResourceElement .slick-prev {
      left: -5px; }
      @media (min-width: 550px) {
        .hero-image.fsMedia .slick-prev, .hero-image.fsResourceElement .slick-prev {
          left: 10px; } }
    .hero-image.fsMedia .slick-next, .hero-image.fsResourceElement .slick-next {
      right: -5px; }
      @media (min-width: 550px) {
        .hero-image.fsMedia .slick-next, .hero-image.fsResourceElement .slick-next {
          right: 10px; } }
    .hero-image.fsMedia .slideshow-arrows, .hero-image.fsResourceElement .slideshow-arrows {
      zoom: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 399; }
      .hero-image.fsMedia .slideshow-arrows:after, .hero-image.fsResourceElement .slideshow-arrows:after {
        display: table;
        clear: both;
        content: ''; }
      .hero-image.fsMedia .slideshow-arrows:before, .hero-image.fsResourceElement .slideshow-arrows:before {
        content: '';
        display: block;
        padding-bottom: 66.03774%; }
  .hero-image.fsContent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .hero-image.fsContent .fsElementContent {
      max-height: 480px; }
      .hero-image.fsContent .fsElementContent:before {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 33.33333%; }
  body.fsDraftMode .fsContent.hero-image .fsElementContent, body.fsComposeMode .fsContent.hero-image .fsElementContent {
    pointer-events: none; }
    body.fsDraftMode .fsContent.hero-image .fsElementContent .fsContentOverlay,
    body.fsDraftMode .fsContent.hero-image .fsElementContent .fsEditable,
    body.fsDraftMode .fsContent.hero-image .fsElementContent .redactor-box, body.fsComposeMode .fsContent.hero-image .fsElementContent .fsContentOverlay,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .fsEditable,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .redactor-box {
      display: none; }
  body.fsDraftMode .hero-image, body.fsComposeMode .hero-image {
    display: block;
    opacity: 1; }

.hero-mosaic {
  z-index: 10; }
  .hero-mosaic article {
    display: none;
    height: 340px;
    background-size: cover;
    background-position: center;
    margin-bottom: 0 !important; }
    .hero-mosaic article:nth-of-type(1) {
      width: 20.13889%;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 1140px) {
        .hero-mosaic article:nth-of-type(1) {
          display: block; } }
    .hero-mosaic article:nth-of-type(2), .hero-mosaic article:nth-of-type(3) {
      height: 165px;
      width: 21.05263%;
      position: absolute;
      left: 0; }
      @media (min-width: 600px) {
        .hero-mosaic article:nth-of-type(2), .hero-mosaic article:nth-of-type(3) {
          display: block;
          width: 26.66667%; } }
      @media (min-width: 900px) {
        .hero-mosaic article:nth-of-type(2), .hero-mosaic article:nth-of-type(3) {
          width: 21.05263%; } }
      @media (min-width: 1140px) {
        .hero-mosaic article:nth-of-type(2), .hero-mosaic article:nth-of-type(3) {
          width: 16.66667%;
          left: calc(20.13889% + 10px); } }
    .hero-mosaic article:nth-of-type(2) {
      top: 0; }
    .hero-mosaic article:nth-of-type(3) {
      bottom: 0; }
    .hero-mosaic article:nth-of-type(4) {
      display: block;
      width: 100%;
      background-position: center top;
      background-size: 100% 100%;
      position: relative;
      background-size: cover; }
      @media (max-width: 599px) {
        .hero-mosaic article:nth-of-type(4) {
          height: auto; } }
      @media (min-width: 600px) {
        .hero-mosaic article:nth-of-type(4) {
          width: calc(100% - 26.66667% - 10px);
          left: calc(26.66667% + 10px); } }
      @media (min-width: 900px) {
        .hero-mosaic article:nth-of-type(4) {
          width: calc(100% - 21.05263% - 25.4386% - 20px);
          left: calc(21.05263% + 10px); } }
      @media (min-width: 1140px) {
        .hero-mosaic article:nth-of-type(4) {
          width: calc(100% - 36.80556% - 20.13889% - 30px);
          left: calc(36.80556% + 20px); } }
      .hero-mosaic article:nth-of-type(4):before {
        padding-bottom: 57.61719%; }
        @media (min-width: 600px) {
          .hero-mosaic article:nth-of-type(4):before {
            padding-bottom: 0; } }
    .hero-mosaic article:nth-of-type(5) {
      width: 25.4386%;
      position: absolute;
      top: 0;
      right: 0; }
      @media (min-width: 900px) {
        .hero-mosaic article:nth-of-type(5) {
          display: block; } }
      @media (min-width: 1140px) {
        .hero-mosaic article:nth-of-type(5) {
          width: 20.13889%; } }
  .hero-mosaic.fsGrid .fsListItems {
    margin: 0 !important; }

.ui-widget-overlay {
  background: #1a1c1f;
  opacity: 0.9; }

.ui-widget-content a {
  color: #0177a0; }
  .ui-widget-content a:hover {
    color: #008fbf; }

.galleria-info-text {
  display: none; }

/*! 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: #0177a0;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #008fbf; }
    .fsComposerFormEmbed form .required {
      color: #363636; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #0177a0;
        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: #008fbf;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #363636 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #163052 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "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;
    margin: 0 0 20px;
    padding: 17px 30px;
    border: 1px solid #5493bc;
    border-radius: 3px;
    outline: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #5493bc; }
    .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: #3e799f;
      color: #ffffff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit.fs_style_45, .fsLogin .fsLoginMainView button.fs_style_45, .fsLogin .fsLoginForgotView .fsLoginSubmit.fs_style_45, .fsLogin .fsLoginForgotView button.fs_style_45, .fsLogin .fsLoginNewView .fsLoginSubmit.fs_style_45, .fsLogin .fsLoginNewView button.fs_style_45, .fsAccount .fsLoginMainView .fsLoginSubmit.fs_style_45, .fsAccount .fsLoginMainView button.fs_style_45, .fsAccount .fsLoginForgotView .fsLoginSubmit.fs_style_45, .fsAccount .fsLoginForgotView button.fs_style_45, .fsAccount .fsLoginNewView .fsLoginSubmit.fs_style_45, .fsAccount .fsLoginNewView button.fs_style_45 {
      display: block;
      width: 100%; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    margin: 0 0 20px;
    padding: 17px 30px;
    border: 1px solid #5493bc;
    border-radius: 3px;
    outline: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #5493bc; }
    .fsAccount .fsAccountLogout a:hover {
      background: #3e799f;
      color: #ffffff; }
    .fsAccount .fsAccountLogout a.fs_style_45 {
      display: block;
      width: 100%; }

.fsMedia .fsMediaControlsTop {
  display: none; }

.fsMediaCustomPlayer,
.hero-image.fsResourceElement {
  position: relative; }
  .fsMediaCustomPlayer article,
  .hero-image.fsResourceElement article {
    background-position: center;
    background-size: cover;
    outline: 0; }
    .fsMediaCustomPlayer article img,
    .hero-image.fsResourceElement article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper,
  .hero-image.fsResourceElement .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: 26px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper,
      .hero-image.fsResourceElement .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a,
    .hero-image.fsResourceElement .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover,
      .hero-image.fsResourceElement .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title,
    .hero-image.fsResourceElement .caption-title {
      margin-top: 0;
      font-weight: bold;
      color: #2f353e;
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 16px;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc,
  .hero-image.fsResourceElement .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc,
      .hero-image.fsResourceElement .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child,
    .hero-image.fsResourceElement .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty,
    .hero-image.fsResourceElement .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev,
  .hero-image.fsResourceElement .slick-next,
  .hero-image.fsResourceElement .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,
    .hero-image.fsResourceElement .slick-next:before,
    .hero-image.fsResourceElement .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,
  .hero-image.fsResourceElement .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before,
    .hero-image.fsResourceElement .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev,
  .hero-image.fsResourceElement .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before,
    .hero-image.fsResourceElement .slick-prev:before {
      content: '\2039'; }

/*! elements - news v0.0.1 */
.fsNews,
.fsPostElement {
  border-top: 4px solid #5493bc; }
  .fsNews > header,
  .fsPostElement > header {
    padding-top: 9px; }
    .fsNews > header .fsElementTitle,
    .fsPostElement > header .fsElementTitle {
      padding-top: 4px;
      padding-bottom: 4px;
      color: #5493bc;
      font-size: 25px;
      line-height: 28px; }
  .fsNews > .fsElementContent,
  .fsPostElement > .fsElementContent {
    border-bottom: 1px solid #5493bc; }
  .fsNews > footer > .fsElementFooterContent,
  .fsPostElement > footer > .fsElementFooterContent {
    text-align: right; }
    .fsNews > footer > .fsElementFooterContent .read-more,
    .fsPostElement > footer > .fsElementFooterContent .read-more {
      display: inline-block;
      padding-right: 9px;
      position: relative;
      color: #72808a;
      font-size: 13px;
      line-height: 32px;
      text-transform: uppercase;
      letter-spacing: 0.04em; }
      .fsNews > footer > .fsElementFooterContent .read-more:after,
      .fsPostElement > footer > .fsElementFooterContent .read-more:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        position: absolute;
        right: 0;
        top: 0px; }
  .fsNews article,
  .fsPostElement article {
    position: relative;
    background-repeat: no-repeat; }
    .fsNews article .fsDateTime,
    .fsPostElement article .fsDateTime {
      padding-bottom: 5px; }
    .fsNews article .fsAuthor,
    .fsNews article .fsDateTime,
    .fsPostElement article .fsAuthor,
    .fsPostElement article .fsDateTime {
      display: block; }
  .fsNews .fsThumbnail,
  .fsPostElement .fsThumbnail {
    display: block;
    margin-bottom: 10px;
    position: relative; }
    .fsNews .fsThumbnail img,
    .fsPostElement .fsThumbnail img {
      display: block; }
    .fsNews .fsThumbnail.has-video:before, .fsNews .fsThumbnail.has-gallery:before,
    .fsPostElement .fsThumbnail.has-video:before,
    .fsPostElement .fsThumbnail.has-gallery:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ffffff;
      font-size: 12px;
      line-height: 12px;
      position: absolute;
      left: 17px;
      bottom: 26px;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); }
    .fsNews .fsThumbnail.has-video:before, .fsNews .fsThumbnail.has-video.has-gallery:before,
    .fsPostElement .fsThumbnail.has-video:before,
    .fsPostElement .fsThumbnail.has-video.has-gallery:before {
      content: '\e907';
      font-size: 12px; }
    .fsNews .fsThumbnail.has-gallery:before,
    .fsPostElement .fsThumbnail.has-gallery:before {
      content: '\e906';
      font-size: 16px; }
  .fsNews .fsTitle ~ .fsThumbnail,
  .fsPostElement .fsTitle ~ .fsThumbnail {
    padding-top: 8px; }
  .fsNews .fsTitle,
  .fsPostElement .fsTitle {
    color: #5493bc;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold; }
    .fsNews .fsTitle a,
    .fsPostElement .fsTitle a {
      display: block;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
      .fsNews .fsTitle a:hover,
      .fsPostElement .fsTitle a:hover {
        color: #0177a0; }
  .fsNews .fsAuthor:before,
  .fsPostElement .fsAuthor:before {
    content: 'By '; }
  .fsNews .fsDateTime,
  .fsPostElement .fsDateTime {
    padding-top: 6px;
    color: #a5b3be;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em; }
  .fsNews.fsThumbnailAlignLeft .fsTitle,
  .fsPostElement.fsThumbnailAlignLeft .fsTitle {
    margin-top: -6px; }
  .fsNews.fsThumbnailAlignLeft.fsThumbnailMedium.fsThumbnailRectangle article .fsThumbnail,
  .fsPostElement.fsThumbnailAlignLeft.fsThumbnailMedium.fsThumbnailRectangle article .fsThumbnail {
    float: none; }
    @media (min-width: 400px) {
      .fsNews.fsThumbnailAlignLeft.fsThumbnailMedium.fsThumbnailRectangle article .fsThumbnail,
      .fsPostElement.fsThumbnailAlignLeft.fsThumbnailMedium.fsThumbnailRectangle article .fsThumbnail {
        float: left; } }
  .fsNews.fsThumbnailSquare.fsThumbnailSmall.fsThumbnailAlignLeft article,
  .fsPostElement.fsThumbnailSquare.fsThumbnailSmall.fsThumbnailAlignLeft article {
    min-height: 107px; }
  .fsNews.fsThumbnailSquare.fsThumbnailSmall .fsThumbnail,
  .fsPostElement.fsThumbnailSquare.fsThumbnailSmall .fsThumbnail {
    max-width: 60px;
    margin-right: 24px; }

.fsNews.fsSlideshow:not(.fsThumbnailAlignLeft) .fsThumbnail, .fsNews.fsSlideshow:not(.fsThumbnailAlignRight) .fsThumbnail {
  text-align: center; }
  .fsNews.fsSlideshow:not(.fsThumbnailAlignLeft) .fsThumbnail img, .fsNews.fsSlideshow:not(.fsThumbnailAlignRight) .fsThumbnail img {
    display: inline-block; }

.fsNews.fsList header .fsElementTitle,
.fsPostElement.fsList header .fsElementTitle {
  margin-bottom: 0px; }

.fsNews.fsList .fsElementContent,
.fsPostElement.fsList .fsElementContent {
  padding-bottom: 17px; }

.fsNews.fsList article,
.fsPostElement.fsList article {
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0; }
  .fsNews.fsList article:last-of-type,
  .fsPostElement.fsList article:last-of-type {
    border-bottom: 0; }

.fsNews.news-video-icons .fsBody,
.fsPostElement.news-video-icons .fsBody {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsEmbed.search-custom {
  position: relative; }
  .fsEmbed.search-custom .search-toggle {
    position: relative;
    z-index: 200;
    color: transparent;
    font-size: 1px; }
    .fsEmbed.search-custom .search-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ffffff;
      font-size: 14px; }
  .fsEmbed.search-custom .fsElementContent {
    max-width: 0;
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: max-width 0.5s ease, opacity 0.3s ease; }
    .search-open .fsEmbed.search-custom .fsElementContent {
      max-width: 400px;
      opacity: 1;
      z-index: 201; }
    .fsEmbed.search-custom .fsElementContent:before {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 0;
      right: 14px;
      bottom: 10px;
      background-color: #2f5f92; }
  .fsEmbed.search-custom input {
    border: 0;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none; }
    .fsEmbed.search-custom input::-webkit-input-placeholder {
      color: rgba(84, 147, 188, 0.6); }
    .fsEmbed.search-custom input:-moz-placeholder {
      color: rgba(84, 147, 188, 0.6); }
    .fsEmbed.search-custom input::-moz-placeholder {
      color: rgba(84, 147, 188, 0.6); }
    .fsEmbed.search-custom input:-ms-input-placeholder {
      color: rgba(84, 147, 188, 0.6); }
  .fsEmbed.search-custom button {
    border: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none; }

.search-custom-mobile {
  margin-right: 50px; }
  .search-custom-mobile > .fsElementContent {
    padding: 10px 0 10px 10px; }
  .search-custom-mobile .search-form {
    border-radius: 4px;
    background-color: #07254d;
    position: relative;
    height: 36px;
    width: 100%; }
  .search-custom-mobile .search-input {
    width: 100%;
    padding: 0 12px 0 36px;
    outline: 0;
    border: 0;
    color: #ffffff;
    line-height: 36px;
    background-color: transparent;
    height: 36px; }
    .search-custom-mobile .search-input::-ms-clear {
      display: none; }
  .search-custom-mobile .search-submit {
    display: block;
    padding: 0;
    outline: 0;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .search-custom-mobile .search-submit:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      width: 36px;
      line-height: 36px;
      height: 36px;
      font-size: 12px;
      color: #ffffff;
      display: block;
      background: transparent; }

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

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #444444; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #163052; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #0177a0 !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #008fbf !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! 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 feeds custom - optional partial*/
.feeds-tabs .fsTabsNav li:first-child a:hover {
  color: #093266; }

.feeds-tabs .fsTabsNav li:nth-child(2) a:hover {
  color: #770055; }

.feeds-tabs .fsTabsNav li:nth-child(3) a:hover {
  color: #f15d22; }

.feeds-tabs .fsTabsNav li:nth-child(4) a:hover {
  color: #dd971a; }

.feeds-tabs .fsTabsNav li:nth-child(5) a:hover {
  color: #74a333; }

.feeds-tabs .fsTabsNav li.fsStateSelected a,
.feeds-tabs .fsTabsNav li.fsStateSelected a:hover {
  color: #fff; }

.feeds-tabs .fsTabsNav li.fsStateSelected:first-child a {
  background: #093266; }

.feeds-tabs .fsTabsNav li.fsStateSelected:nth-child(2) a {
  background: #770055; }

.feeds-tabs .fsTabsNav li.fsStateSelected:nth-child(3) a {
  background: #f15d22; }

.feeds-tabs .fsTabsNav li.fsStateSelected:nth-child(4) a {
  background: #dd971a; }

.feeds-tabs .fsTabsNav li.fsStateSelected:nth-child(5) a {
  background: #74a333; }

.feeds-styled li.feed-item.j-twitter {
  border-bottom: 15px solid #f15d22 !important; }

.feeds-styled li.feed-item.j-facebook {
  border-bottom: 15px solid #770055 !important; }

.feeds-styled li.feed-item.j-instagram {
  border-bottom: 15px solid #dd971a !important;
  padding: 0; }

.feeds-styled li.feed-item.j-vimeo {
  border-bottom: 15px solid #74a333 !important; }

.feeds-styled .j-facebook .j-poster h3,
.feeds-styled .j-facebook .j-text a {
  color: #770055; }

.feeds-styled .j-vimeo .j-poster h3,
.feeds-styled .j-vimeo .j-text a {
  color: #74a333; }

.feeds-styled .j-instagram .j-poster,
.feeds-styled .j-instagram .j-text .j-message,
.feeds-styled .j-instagram .j-text .j-meta ul > li {
  display: none; }

.feeds-styled .j-instagram .j-text .j-meta {
  margin-top: -40px;
  padding: 0 10px; }

.feeds-styled .j-instagram .j-text .j-meta a {
  color: #fff; }

/*! 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;
  margin: 0 0 20px;
  padding: 17px 30px;
  border: 1px solid #5493bc;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #5493bc; }
  .vimeo_view_link a:hover {
    background: #3e799f;
    color: #ffffff; }
  .vimeo_view_link a.fs_style_45 {
    display: block;
    width: 100%; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 17px 30px;
  border: 1px solid #5493bc;
  border-radius: 3px;
  outline: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #5493bc; }
  .Youtube_view_link a:hover {
    background: #3e799f;
    color: #ffffff; }
  .Youtube_view_link a.fs_style_45 {
    display: block;
    width: 100%; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0 0 4px;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px;
      margin-bottom: 2px; }
      .fsTabs .fsTabsNav li:last-of-type {
        margin-right: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        padding: 14px 36px 15px;
        border-radius: 4px;
        position: relative;
        color: #72808a;
        font-size: 18px;
        font-weight: bold;
        background-color: #e1e9f0;
        transition: 0.3s ease; }
        .fsTabs .fsTabsNav li a:hover {
          background-color: #e1e9f0;
          color: #0e4d8c; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        color: #ffffff;
        background-color: #f15d22; }
  .fsTabs .fsPanel {
    color: #4c4c4c; }
    .fsTabs .fsPanel > .fsElementContent {
      padding-left: 0;
      padding-right: 0; }
  .fsTabs.alt-1 .fsTabsNav {
    margin: 0 0 6px;
    padding: 0; }
    .fsTabs.alt-1 .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs.alt-1 .fsTabsNav li:last-of-type {
        margin-right: 0; }
      .fsTabs.alt-1 .fsTabsNav li a {
        display: block;
        padding: 6px 15px 6px;
        border-radius: 4px;
        border: 1px solid #e4e3e4;
        position: relative;
        color: #72808a;
        font-size: 18px;
        font-weight: bold;
        background-color: transparent; }
        .fsTabs.alt-1 .fsTabsNav li a:hover {
          background-color: transparent;
          color: #0e4d8c; }
      .fsTabs.alt-1 .fsTabsNav li.fsStateSelected a {
        border: 1px solid #f15d22;
        color: #f15d22;
        background-color: transparent; }

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

/*! pages - home v0.0.1 */
.home .fsElementHeaderContent a {
  color: #5493bc; }

.home .fsTitle a {
  color: #000; }

.home #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 550px) {
    .home #fsPageBodyWrapper {
      padding-left: 70px;
      padding-right: 70px; } }

.home #fsPageContent {
  margin-bottom: 0; }

.home .fsPageLayout > .fsDiv {
  margin: 0; }
  .home .fsPageLayout > .fsDiv > .fsContainer > header,
  .home .fsPageLayout > .fsDiv > .fsSharedContainer > .fsContainer > header {
    text-align: center; }
    .home .fsPageLayout > .fsDiv > .fsContainer > header > .fsElementTitle, .home .fsPageLayout > .fsDiv > .fsContainer > header .fsElementHeaderContent,
    .home .fsPageLayout > .fsDiv > .fsSharedContainer > .fsContainer > header > .fsElementTitle,
    .home .fsPageLayout > .fsDiv > .fsSharedContainer > .fsContainer > header .fsElementHeaderContent {
      margin-top: 0;
      font-weight: bold;
      color: #2f353e;
      color: #0177a0;
      font-size: 40px;
      line-height: 44px;
      text-transform: uppercase;
      margin-bottom: 16px;
      margin-bottom: 3px;
      font-size: 24px;
      line-height: 32px;
      padding: 9px 0 9px; }
      @media (max-width: 599px) {
        .home .fsPageLayout > .fsDiv > .fsContainer > header > .fsElementTitle:not(.fsElementTitle), .home .fsPageLayout > .fsDiv > .fsContainer > header .fsElementHeaderContent:not(.fsElementTitle),
        .home .fsPageLayout > .fsDiv > .fsSharedContainer > .fsContainer > header > .fsElementTitle:not(.fsElementTitle),
        .home .fsPageLayout > .fsDiv > .fsSharedContainer > .fsContainer > header .fsElementHeaderContent:not(.fsElementTitle) {
          margin-bottom: 0;
          padding-top: 9px;
          padding-bottom: 9px;
          font-size: 30px;
          line-height: 32px; } }
      .home .fsPageLayout > .fsDiv > .fsContainer > header > .fsElementTitle a, .home .fsPageLayout > .fsDiv > .fsContainer > header .fsElementHeaderContent a,
      .home .fsPageLayout > .fsDiv > .fsSharedContainer > .fsContainer > header > .fsElementTitle a,
      .home .fsPageLayout > .fsDiv > .fsSharedContainer > .fsContainer > header .fsElementHeaderContent a {
        font-weight: 700; }
      @media (min-width: 400px) {
        .home .fsPageLayout > .fsDiv > .fsContainer > header > .fsElementTitle, .home .fsPageLayout > .fsDiv > .fsContainer > header .fsElementHeaderContent,
        .home .fsPageLayout > .fsDiv > .fsSharedContainer > .fsContainer > header > .fsElementTitle,
        .home .fsPageLayout > .fsDiv > .fsSharedContainer > .fsContainer > header .fsElementHeaderContent {
          margin-bottom: 11px;
          font-size: 28px;
          line-height: 50px;
          padding: 0; } }

.home .hero-image article {
  min-height: 200px; }

.home .hero-image .caption-wrapper {
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 100;
  background: none; }
  @media (min-width: 800px) {
    .home .hero-image .caption-wrapper {
      display: block; } }
  .home .hero-image .caption-wrapper .caption-wrapper-inner {
    display: inline-block;
    padding: 20px 30px 18px 30px;
    background-color: rgba(116, 163, 51, 0.75); }
  .home .hero-image .caption-wrapper .caption-title {
    color: #ffffff;
    font-size: 50px;
    line-height: 54px;
    font-weight: 200; }
  .home .hero-image .caption-wrapper .caption-desc a {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    position: relative; }
    .home .hero-image .caption-wrapper .caption-desc a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      top: 0;
      right: -9px;
      color: #ffffff;
      line-height: inherit; }

.home .panel-news {
  padding-top: 8px;
  margin-bottom: 20px; }
  @media (min-width: 400px) {
    .home .panel-news {
      padding-top: 19px;
      margin-bottom: 37px; } }
  @media (min-width: 1000px) {
    .home .panel-news {
      padding-top: 29px;
      margin-bottom: 49px; } }
  .home .panel-news .fsNews,
  .home .panel-news .fsPostElement {
    border: 0;
    margin-bottom: 0; }
    @media (min-width: 400px) {
      .home .panel-news .fsNews,
      .home .panel-news .fsPostElement {
        margin-bottom: 20px; } }
    .home .panel-news .fsNews > .fsElementContent,
    .home .panel-news .fsPostElement > .fsElementContent {
      border: 0; }
    .home .panel-news .fsNews .fsTitle,
    .home .panel-news .fsPostElement .fsTitle {
      font-size: 18px;
      line-height: 25px; }
      @media (min-width: 400px) {
        .home .panel-news .fsNews .fsTitle,
        .home .panel-news .fsPostElement .fsTitle {
          font-size: 22px;
          line-height: 28px; } }
    .home .panel-news .fsNews .fsThumbnail,
    .home .panel-news .fsPostElement .fsThumbnail {
      margin-bottom: 13px; }
    .home .panel-news .fsNews .fsDateTime,
    .home .panel-news .fsPostElement .fsDateTime {
      padding-bottom: 7px; }
    .home .panel-news .fsNews.fsSlideshow article,
    .home .panel-news .fsPostElement.fsSlideshow article {
      padding: 0 10px; }
    .home .panel-news .fsNews.fsSlideshow .fsElementSlideshow,
    .home .panel-news .fsPostElement.fsSlideshow .fsElementSlideshow {
      padding: 0;
      margin-bottom: 0; }
      @media (min-width: 400px) {
        .home .panel-news .fsNews.fsSlideshow .fsElementSlideshow,
        .home .panel-news .fsPostElement.fsSlideshow .fsElementSlideshow {
          margin-bottom: 30px; } }
    .home .panel-news .fsNews.fsSlideshow .fsLeftArrow,
    .home .panel-news .fsPostElement.fsSlideshow .fsLeftArrow {
      left: -33px; }
      @media (min-width: 550px) {
        .home .panel-news .fsNews.fsSlideshow .fsLeftArrow,
        .home .panel-news .fsPostElement.fsSlideshow .fsLeftArrow {
          left: -56px; } }
      @media (max-width: 549px) {
        .home .panel-news .fsNews.fsSlideshow .fsLeftArrow:before,
        .home .panel-news .fsPostElement.fsSlideshow .fsLeftArrow:before {
          font-size: 30px; } }
    .home .panel-news .fsNews.fsSlideshow .fsRightArrow,
    .home .panel-news .fsPostElement.fsSlideshow .fsRightArrow {
      right: -33px; }
      @media (min-width: 550px) {
        .home .panel-news .fsNews.fsSlideshow .fsRightArrow,
        .home .panel-news .fsPostElement.fsSlideshow .fsRightArrow {
          right: -56px; } }
      @media (max-width: 549px) {
        .home .panel-news .fsNews.fsSlideshow .fsRightArrow:before,
        .home .panel-news .fsPostElement.fsSlideshow .fsRightArrow:before {
          font-size: 30px; } }

/*! pages - campus-map v0.0.1 */
@media (min-width: 800px) {
  .campus-map.map-pop-active .map-key:before,
  .campus-map.map-pop-active .map-container:before {
    left: 0;
    opacity: 0.7; } }

.campus-map .map-key:before,
.campus-map .map-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 200;
  opacity: 0;
  background: #ffffff;
  transition: opacity 1s ease; }

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

.campus-map .map-points {
  margin-bottom: 0; }
  .campus-map .map-points, .campus-map .map-points ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .campus-map .map-points li {
    margin: 0;
    padding: 0; }
  @media (min-width: 800px) {
    .campus-map .map-points {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      font-size: 10px; } }
  .campus-map .map-points .fsNavLevel1 {
    font-size: 0; }
  .campus-map .map-points li {
    position: absolute;
    z-index: 0;
    counter-increment: li;
    transition: z-index 0.3s ease, opacity 0.3s ease;
    visibility: hidden;
    opacity: 0; }
    .campus-map .map-points li.active-modal {
      visibility: visible; }
      .campus-map .map-container.element-loaded li.active-modal {
        opacity: 1; }
      .campus-map.fsComposeMode .map-container.element-loaded li.active-modal {
        opacity: 1; }
      .campus-map .map-points li.active-modal a:before {
        width: 26px;
        height: 26px;
        border: 0;
        background-color: #da1a32;
        transition: all 0s ease 0s; }
      .campus-map .map-points li.active-modal a:after {
        color: #ffffff;
        transition: all 0s ease 0s; }
    @media (min-width: 800px) {
      .campus-map .map-container.element-loaded li {
        visibility: visible;
        opacity: 1; } }
    .campus-map .map-points li:hover {
      z-index: 1; }
    .campus-map .map-points li.pin-1 {
      left: 60.16949%;
      bottom: 35.15152%; }
    .campus-map .map-points li.pin-2 {
      left: 57.88136%;
      bottom: 33.93939%; }
    .campus-map .map-points li.pin-3 {
      left: 55.59322%;
      bottom: 29.69697%; }
    .campus-map .map-points li.pin-4 {
      left: 65.25424%;
      bottom: 33.33333%; }
    .campus-map .map-points li.pin-5 {
      left: 71.61017%;
      bottom: 34.54545%; }
    .campus-map .map-points li.pin-6 {
      left: 75.25424%;
      bottom: 41.69697%; }
    .campus-map .map-points li.pin-7 {
      left: 78.64407%;
      bottom: 45.45455%; }
    .campus-map .map-points li.pin-8 {
      left: 81.94915%;
      bottom: 51.51515%; }
    .campus-map .map-points li.pin-9 {
      left: 78.22034%;
      bottom: 53.33333%; }
    .campus-map .map-points li.pin-10 {
      left: 82.79661%;
      bottom: 55.15152%; }
    .campus-map .map-points li.pin-11 {
      left: 72.20339%;
      bottom: 58.78788%; }
    .campus-map .map-points li.pin-12 {
      left: 58.47458%;
      bottom: 44.24242%; }
    .campus-map .map-points li.pin-13 {
      left: 61.01695%;
      bottom: 63.0303%; }
    .campus-map .map-points li.pin-14 {
      left: 52.20339%;
      bottom: 61.81818%; }
    .campus-map .map-points li.pin-15 {
      left: 50%;
      bottom: 57.57576%; }
    .campus-map .map-points li.pin-16 {
      left: 21.10169%;
      bottom: 53.93939%; }
    .campus-map .map-points li.pin-17 {
      left: 28.72881%;
      bottom: 56.36364%; }
    .campus-map .map-points li.pin-18 {
      left: 37.20339%;
      bottom: 46.78788%; }
    .campus-map .map-points li.pin-19 {
      left: 48.38983%;
      bottom: 49.09091%; }
    .campus-map .map-points li.pin-20 {
      left: 46.27119%;
      bottom: 43.63636%; }
    .campus-map .map-points li.pin-21 {
      left: 46.27119%;
      bottom: 36.48485%; }
    .campus-map .map-points li.pin-22 {
      left: 36.01695%;
      bottom: 40.36364%; }
    .campus-map .map-points li.pin-23 {
      left: 13.98305%;
      bottom: 41.93939%; }
    .campus-map .map-points li.pin-24 {
      left: 45%;
      bottom: 23.63636%; }
    .campus-map .map-points li.pin-25 {
      left: 83.47458%;
      bottom: 12.60606%; }
    .campus-map .map-points li.pin-26 {
      left: 76.27119%;
      bottom: 23.63636%; }
    .campus-map .map-points li.pin-27 {
      left: 80.08475%;
      bottom: 27.87879%; }
    .campus-map .map-points li:before {
      border-radius: 100%; }
    .campus-map .map-points li a {
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .map-pop-active.campus-map .map-points li {
        pointer-events: none; }
      .campus-map .map-points li a:hover:before {
        width: 26px;
        height: 26px;
        border: 0;
        background-color: #da1a32; }
      .campus-map .map-points li a:hover .map-text {
        opacity: 1;
        visibility: visible; }
      .campus-map .map-points li a:hover:after {
        color: #ffffff; }
      .campus-map .map-points li a:before, .campus-map .map-points li a:after {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .campus-map .map-points li a:before {
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        border: 1px solid #2f353e;
        z-index: 1;
        transition: all 0.3s ease;
        background: #ffffff; }
      .campus-map .map-points li a:after {
        content: counter(li);
        display: block;
        z-index: 2;
        color: #2f353e;
        font-size: 13px;
        line-height: normal;
        font-weight: 900;
        text-align: center;
        transition: all 0.3s ease; }
      .campus-map .map-points li a .map-text {
        padding: 21px 38px 43px 38px;
        position: absolute;
        left: 50%;
        bottom: 100%;
        z-index: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #2f353e;
        white-space: nowrap;
        -ms-transform: translate(-50%, 6px);
        transform: translate(-50%, 6px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease; }
        .campus-map .map-points li a .map-text > span {
          position: relative;
          z-index: 3; }
        .campus-map .map-points li a .map-text:before {
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #ffffff;
          position: absolute;
          left: 50%;
          bottom: 13px;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 301; }
        .campus-map .map-points li a .map-text:after {
          content: '';
          display: block;
          border-radius: 4px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 24px;
          z-index: 2;
          background-color: #ffffff;
          box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.35); }

.campus-map .map-key {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative; }
  .campus-map .map-key .fsNavLevel1 {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (min-width: 600px) {
      .campus-map .map-key .fsNavLevel1 {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; } }
    .campus-map .map-key .fsNavLevel1 li {
      counter-increment: li;
      padding: 5px 25px 8px 35px;
      margin-bottom: 2px;
      position: relative; }
      .map-pop-active.campus-map .map-key .fsNavLevel1 li {
        pointer-events: none; }
      .campus-map .map-key .fsNavLevel1 li:hover:before {
        color: #da1a32; }
      .campus-map .map-key .fsNavLevel1 li:hover a {
        color: #000000; }
      .campus-map .map-key .fsNavLevel1 li:before {
        content: counter(li);
        display: inline-block;
        width: 20px;
        margin-right: 4px;
        position: absolute;
        left: 0;
        color: #5493bc;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-weight: 800;
        vertical-align: middle;
        background: rgba(255, 255, 255, 0.96);
        transition: color 0.3s ease; }
      @media screen and (min-width: 600px) {
        .campus-map .map-key .fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
      .campus-map .map-key .fsNavLevel1 li a {
        display: block;
        color: #2f353e;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700; }

@media (min-width: 800px) {
  .campus-map .map-detail {
    width: 100%; } }

.campus-map .map-detail > .fsElementContent {
  height: 100%; }
  .campus-map .map-detail > .fsElementContent .slick-slider {
    height: 100%; }
    @media (min-width: 800px) {
      .campus-map .map-detail > .fsElementContent .slick-slider .slick-list {
        height: 100% !important; } }

.campus-map .map-detail .fsMediaCustomPlayer {
  color: #6d6d6d;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif; }

.campus-map .map-detail article {
  background-color: #e4e2e1; }
  @media (min-width: 800px) {
    .campus-map .map-detail article {
      background-color: transparent; } }

.campus-map .map-detail .slick-dots {
  margin: 0;
  padding: 24px 20px 7px 20px;
  font-size: 0;
  line-height: 1;
  list-style: none;
  text-align: center; }
  .campus-map .map-detail .slick-dots li {
    font-size: 0;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px; }
    .campus-map .map-detail .slick-dots li.slick-active button {
      background: #da1a32;
      opacity: 1; }
    .campus-map .map-detail .slick-dots li button {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 0;
      border-radius: 100%;
      opacity: 0.6;
      background: #d4d9dc;
      transition: 0.3s background; }
      .campus-map .map-detail .slick-dots li button:hover {
        background: #da1a32;
        opacity: 1; }

.campus-map .map-detail .fsSlideImage {
  position: relative;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 799px) {
    .campus-map .map-detail .fsSlideImage {
      background-image: none !important; } }
  .campus-map .map-detail .fsSlideImage img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible; }
    @media (min-width: 800px) {
      .campus-map .map-detail .fsSlideImage img {
        opacity: 0;
        visibility: hidden; } }
  .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
    padding: 20px;
    background: rgba(0, 0, 0, 0.6); }
    @media (min-width: 800px) {
      .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
        padding: 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6); } }
    .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
      font-size: 16px;
      color: #ffffff; }
      @media (min-width: 800px) {
        .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
          color: #ffffff;
          font-size: 16px; } }

.campus-map .map-detail .fsCaptionDescWrapper {
  padding: 5px 20px 20px;
  border-top: 0;
  overflow-y: auto;
  height: 300px;
  color: #5e5e5e;
  line-height: 25px; }
  @media (min-width: 800px) {
    .campus-map .map-detail .fsCaptionDescWrapper {
      padding: 10px 47px 10px 47px; } }
  .campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription h2 {
    margin-bottom: 8px; }
  .campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
    margin-bottom: 0; }

.campus-map .ui-dialog.mapDetail {
  border-radius: 0 !important;
  border: 1px solid #d7d7d7 !important; }
  .campus-map .ui-dialog.mapDetail .ui-widget-header {
    height: 0;
    padding: 0; }
    .campus-map .ui-dialog.mapDetail .ui-widget-header .ui-state-focus {
      background: none; }
    .campus-map .ui-dialog.mapDetail .ui-widget-header .ui-icon-closethick {
      display: none !important; }
  .campus-map .ui-dialog.mapDetail .ui-dialog-titlebar-close {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 400;
    color: #ffffff;
    font-size: 0;
    text-align: center;
    transition: 0.3s color, 0.3s border; }
    .campus-map .ui-dialog.mapDetail .ui-dialog-titlebar-close:hover {
      cursor: pointer;
      color: rgba(255, 255, 255, 0.75);
      border-color: rgba(255, 255, 255, 0.75); }
    .campus-map .ui-dialog.mapDetail .ui-dialog-titlebar-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 16px; }

.campus-map .ui-widget-overlay {
  background: #ffffff;
  opacity: 0.7; }

.campus-map .map-pop-wrapper {
  padding: 0; }
  @media (min-width: 800px) {
    .campus-map .map-pop-wrapper {
      width: 100%;
      max-width: 540px;
      margin: 0;
      transition: all 0.3s ease;
      background: #ffffff; } }

body.campus-map.fsComposeMode .map-points {
  text-align: left;
  position: static; }
  body.campus-map.fsComposeMode .map-points li {
    position: static;
    opacity: 1;
    visibility: visible; }
    body.campus-map.fsComposeMode .map-points li:not(:last-child) {
      margin-bottom: 10px; }

/*! pages - leadership-stories v0.0.1 */
.leadership-stories {
  height: 100%;
  overflow-x: hidden;
  background-color: #171717;
  background-image: url("/uploaded/themes/default_15/images/leadership-background.jpg"); }
  .leadership-html {
    background-color: #171717;
    background-image: url("/uploaded/themes/default_15/images/leadership-background.jpg"); }
    .leadership-html .leadership-stories {
      background: none; }
  .leadership-stories #fsPageWrapper {
    background-image: url("/uploaded/themes/default_15/images/leadership-crest.png");
    background-repeat: no-repeat;
    background-position: center calc(50vh - 207.5px);
    background-size: 355px 415px;
    transition: background-size .25s; }
  .leadership-stories #fsPageBodyWrapper {
    padding-top: 30px;
    padding-bottom: 60px;
    background: none; }
    @media (min-width: 900px) {
      .leadership-stories #fsPageBodyWrapper {
        padding-bottom: 30px; } }
  .leadership-stories .leadership-header {
    border-top: 3px solid #131313;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: #1b1b1b;
    background: rgba(27, 27, 27, 0.91); }
    .leadership-header.content-placeholder {
      opacity: 0;
      position: static;
      pointer-events: none; }
    .fsComposeMode.leadership-stories .leadership-header {
      position: static; }
    .fsAccountBarVisible.leadership-stories .leadership-header {
      top: 40px; }
    .leadership-stories .leadership-header > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem; }
    .leadership-stories .leadership-header .leadership-title {
      padding: 12px 0 20px;
      margin: 0;
      color: #746f6f;
      font-size: 18px;
      line-height: 26px;
      font-family: 'Hel Light Italic';
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle; }
      @media (min-width: 550px) {
        .leadership-stories .leadership-header .leadership-title {
          font-size: 24px;
          line-height: 26px; } }
      .leadership-stories .leadership-header .leadership-title p {
        margin: 0; }
      .leadership-stories .leadership-header .leadership-title a {
        color: #ffffff;
        font-size: 24px;
        line-height: 26px;
        font-family: 'Hel Cn Bold';
        text-transform: uppercase; }
        .leadership-stories .leadership-header .leadership-title a:hover {
          color: rgba(255, 255, 255, 0.8); }
  .leadership-stories .stories-about-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    opacity: 0;
    background-color: #000000;
    transition: z-index 0.3s ease 0.3s, opacity 0.3s ease; }
    .stories-about-active .leadership-stories .stories-about-overlay {
      z-index: 398;
      opacity: 0.3;
      transition: z-index 0.3s ease 0s, opacity 0.3s ease; }
  .leadership-stories .stories-about {
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 24px 18px 24px 28px;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 399;
    -ms-transform-origin: right center;
    transform-origin: right center;
    transform: translate3d(100%, 0, 0) scale(1.2);
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    transition: .6s;
    opacity: 0;
    pointer-events: none;
    background: rgba(202, 167, 31, 0.95); }
    .fsAccountBarVisible.leadership-stories .stories-about {
      top: 40px; }
    @media (min-width: 550px) {
      .leadership-stories .stories-about {
        padding: 44px 38px 44px 48px; } }
    .fsComposeMode .stories-about {
      visibility: visible;
      position: static;
      -ms-transform: none;
      transform: none;
      opacity: 1;
      pointer-events: auto; }
    .stories-about-active .stories-about {
      visibility: visible;
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 1;
      pointer-events: auto; }
    .leadership-stories .stories-about header .fsElementTitle {
      margin-bottom: 25px;
      color: inherit;
      font-size: 31px;
      line-height: 35px;
      font-family: 'Hel Cn Bold';
      font-weight: normal;
      text-transform: uppercase; }
      @media (min-width: 550px) {
        .leadership-stories .stories-about header .fsElementTitle {
          font-size: 51px;
          line-height: 55px; } }
    .leadership-stories .stories-about .stories-about-close {
      width: 40px;
      height: 40px;
      border: 2px solid #ffffff;
      border-radius: 100%;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 400;
      color: transparent;
      font-size: 1px;
      text-align: center;
      cursor: pointer;
      transition: border 0.3s ease; }
      .leadership-stories .stories-about .stories-about-close:hover {
        border-color: rgba(255, 255, 255, 0.75); }
        .leadership-stories .stories-about .stories-about-close:hover:before {
          color: rgba(255, 255, 255, 0.75); }
      .leadership-stories .stories-about .stories-about-close:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 16px;
        transition: color 0.3s ease; }
  .leadership-stories .stories-grid {
    border: 0;
    opacity: 0; }
    .leadership-stories .stories-grid.element-loaded {
      opacity: 1; }
    .fsComposeMode .leadership-stories .stories-grid {
      opacity: 1; }
    .leadership-stories .stories-grid .fsLoadingDotsOverlay {
      display: none !important; }
    .leadership-stories .stories-grid header {
      display: none;
      padding-top: 0; }
      .leadership-stories .stories-grid header .fsElementTitle {
        display: block; }
    .leadership-stories .stories-grid article.stories-title {
      margin-bottom: 0;
      padding: 10.4px 0 15.2px 13.6px;
      color: #b7b7b7;
      font-size: 78px;
      line-height: 73.9362px;
      font-weight: normal;
      font-family: 'Hel Cn Bold';
      text-transform: uppercase; }
      .leadership-stories .stories-grid article.stories-title.initialize {
        display: none; }
    .leadership-stories .stories-grid > .fsElementContent {
      border: 0;
      padding: 0; }
    .leadership-stories .stories-grid article {
      display: block;
      padding: 0;
      border: 0;
      page-break-inside: avoid;
      break-inside: avoid; }
      .leadership-stories .stories-grid article > * {
        display: none; }
      .leadership-stories .stories-grid article .index-tag {
        display: block;
        width: 40px;
        height: 40px;
        top: 10px;
        left: 10px;
        position: absolute;
        z-index: 10000000000;
        color: #ffffff;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        background-color: rgba(0, 0, 0, 0.9); }
      .leadership-stories .stories-grid article .fsDateTime {
        display: block;
        height: 40px;
        padding: 0 10px;
        top: 60px;
        left: 10px;
        position: absolute;
        z-index: 10000000000;
        color: #ffffff;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        background-color: rgba(0, 50, 107, 0.9); }
      .leadership-stories .stories-grid article .index-tag,
      .leadership-stories .stories-grid article .fsDateTime {
        display: none !important; }
      .leadership-stories .stories-grid article .fsThumbnail {
        -ms-flex-order: auto;
        order: auto;
        display: block;
        margin: 0;
        padding: 0; }
        .leadership-stories .stories-grid article .fsThumbnail img {
          display: block;
          max-width: 100%;
          filter: grayscale(100%); }
      .leadership-stories .stories-grid article:hover .fsThumbnail img {
        filter: grayscale(0%); }
    .leadership-stories .stories-grid .fsLoadMoreButton {
      color: #ffffff;
      font-size: 11px;
      line-height: 13px;
      font-weight: 700;
      letter-spacing: .057em;
      text-transform: uppercase;
      display: block;
      margin: 20px auto 0;
      border: 0;
      background: rgba(255, 255, 255, 0.08);
      transition: background 0.3s ease; }
      .leadership-stories .stories-grid .fsLoadMoreButton:hover {
        background: #316cc3; }
    .leadership-stories .stories-grid .fsElementEmpty {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 80vh;
      color: transparent;
      font-size: 1px;
      text-align: center; }
      .leadership-stories .stories-grid .fsElementEmpty:before {
        display: block;
        content: 'There are no stories matching that criteria.';
        color: #ffffff;
        font-size: 16px;
        line-height: 26px; }
  .leadership-stories .stories-reload {
    width: 100%;
    -moz-column-span: all;
    column-span: all;
    padding-bottom: 20px;
    text-align: center; }
    .leadership-stories .stories-reload a {
      display: inline-block;
      margin: 0 0 20px;
      padding: 17px 30px;
      border: 1px solid #5493bc;
      border-radius: 3px;
      outline: 0;
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
      line-height: 15px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      background: #5493bc;
      text-shadow: none;
      color: #ffffff;
      font-size: 11px;
      line-height: 13px;
      font-weight: 700;
      letter-spacing: .057em;
      text-transform: uppercase;
      display: inline-block;
      margin: 20px auto 0;
      border: 0;
      background: rgba(255, 255, 255, 0.08);
      transition: background 0.3s ease; }
      .leadership-stories .stories-reload a:hover {
        background: #3e799f;
        color: #ffffff; }
      .leadership-stories .stories-reload a.fs_style_45 {
        display: block;
        width: 100%; }
      .leadership-stories .stories-reload a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #ffffff;
        display: inline-block;
        padding-right: 8px;
        transition: color 0.3s ease; }
      .leadership-stories .stories-reload a:hover {
        background: #316cc3; }
  .leadership-stories .leadership-footer {
    height: 57px;
    padding: 0 20px;
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #000;
    background: rgba(0, 0, 0, 0.82); }
    @media (max-width: 899px) {
      .leadership-stories .leadership-footer {
        text-align: center; } }
    .fsComposeMode.leadership-stories .leadership-footer {
      position: static;
      height: auto; }
    .leadership-stories .leadership-footer > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      max-height: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 57px;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.82);
      transition: max-height 0.5s ease; }
      @media (min-width: 900px) {
        .leadership-stories .leadership-footer > .fsElementContent {
          position: static;
          overflow: visible;
          background: none; } }
      @media (max-width: 899px) {
        .tools-active .leadership-footer > .fsElementContent {
          max-height: 900px; } }
      .fsComposeMode .leadership-footer > .fsElementContent {
        max-height: none; }
    .leadership-stories .leadership-footer .leadership-footer-mobile {
      display: block;
      padding: 0 50px;
      margin: 0; }
      @media (min-width: 900px) {
        .leadership-stories .leadership-footer .leadership-footer-mobile {
          display: none; } }
      .fsComposeMode .leadership-footer .leadership-footer-mobile {
        display: block; }
      .leadership-stories .leadership-footer .leadership-footer-mobile a,
      .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter .fsElementHeaderContent {
        font-size: 14px; }
      .leadership-stories .leadership-footer .leadership-footer-mobile > .fsElementContent .fsElement {
        border-bottom: 1px solid #3f4142; }
      .leadership-stories .leadership-footer .leadership-footer-mobile > .fsElementContent .fsContainer {
        border-bottom: 0;
        margin: 0; }
      .leadership-stories .leadership-footer .leadership-footer-mobile .stories-tools > .fsElementContent {
        display: block; }
      .leadership-stories .leadership-footer .leadership-footer-mobile.filters-active .stories-filter .fsElementHeaderContent {
        background-color: #316cc3;
        border-top: 1px solid #5789d4;
        transition: background 0s ease 0s; }
        .leadership-stories .leadership-footer .leadership-footer-mobile.filters-active .stories-filter .fsElementHeaderContent span:after {
          -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }
      .leadership-stories .leadership-footer .leadership-footer-mobile.filters-active .stories-filter .fsElementContent {
        max-height: 900px; }
      .leadership-stories .leadership-footer .leadership-footer-mobile.filters-active .stories-filter .fsNewsCategories {
        pointer-events: auto; }
      .leadership-stories .leadership-footer .leadership-footer-mobile .stories-search > .fsElementContent {
        padding-left: 0;
        padding-right: 0; }
      .leadership-stories .leadership-footer .leadership-footer-mobile .stories-search .fsElementToolsSearch {
        width: auto; }
        .leadership-stories .leadership-footer .leadership-footer-mobile .stories-search .fsElementToolsSearch:hover {
          background: none; }
        .leadership-stories .leadership-footer .leadership-footer-mobile .stories-search .fsElementToolsSearch button.fsElementToolsSearchButton {
          top: 7px;
          left: 3px;
          right: auto; }
          .leadership-stories .leadership-footer .leadership-footer-mobile .stories-search .fsElementToolsSearch button.fsElementToolsSearchButton:before {
            font-size: 12px; }
        .leadership-stories .leadership-footer .leadership-footer-mobile .stories-search .fsElementToolsSearch input.fsStyleSearchField {
          padding: 10px 12px 9px 33px;
          border-radius: 5px;
          color: #ffffff;
          font-size: 14px;
          background-color: #222426; }
          .leadership-stories .leadership-footer .leadership-footer-mobile .stories-search .fsElementToolsSearch input.fsStyleSearchField::-webkit-input-placeholder {
            color: #666666;
            font-size: inherit; }
          .leadership-stories .leadership-footer .leadership-footer-mobile .stories-search .fsElementToolsSearch input.fsStyleSearchField:-moz-placeholder {
            color: #666666;
            font-size: inherit; }
          .leadership-stories .leadership-footer .leadership-footer-mobile .stories-search .fsElementToolsSearch input.fsStyleSearchField::-moz-placeholder {
            color: #666666;
            font-size: inherit; }
          .leadership-stories .leadership-footer .leadership-footer-mobile .stories-search .fsElementToolsSearch input.fsStyleSearchField:-ms-input-placeholder {
            color: #666666;
            font-size: inherit; }
      .leadership-stories .leadership-footer .leadership-footer-mobile .stories-about-toggle a,
      .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter .fsElementHeaderContent,
      .leadership-stories .leadership-footer .leadership-footer-mobile .stories-shuffle a,
      .leadership-stories .leadership-footer .leadership-footer-mobile .stories-back a {
        padding: 19px 0 18px; }
      .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter {
        margin: 0;
        padding-top: 8px;
        padding-bottom: 8px;
        position: relative; }
        .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter > header {
          cursor: pointer; }
          .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter > header .fsElementHeaderContent {
            display: inline-block;
            width: 100%;
            max-width: 130px;
            padding-top: 9px;
            padding-bottom: 12px;
            border-top: 1px solid transparent;
            position: relative;
            transition: background 0s ease 0.5s; }
            .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter > header .fsElementHeaderContent span {
              position: relative;
              padding-right: 16px; }
              .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter > header .fsElementHeaderContent span:after {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                height: 12px;
                width: 12px;
                position: absolute;
                top: 50%;
                left: auto;
                right: 0;
                -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
                -ms-transform-origin: center center;
                transform-origin: center center;
                z-index: 1;
                background: none;
                opacity: 0.5;
                visibility: visible;
                transition: transform 0.3s ease; }
        .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter > .fsElementContent {
          overflow: hidden;
          max-width: 130px;
          margin: 0 auto;
          max-height: 0;
          transition: max-height 0.5s ease; }
          .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter > .fsElementContent .fsToolsList {
            background-color: #316cc3;
            padding: 9px 0 10px; }
            .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter > .fsElementContent .fsToolsList li input:hover {
              background-color: #295390; }
            .leadership-stories .leadership-footer .leadership-footer-mobile .stories-filter > .fsElementContent .fsToolsList li input:before {
              font-size: 14px;
              padding-top: 12px;
              padding-bottom: 12px;
              box-shadow: none; }
    .leadership-stories .leadership-footer .leadership-footer-desktop {
      display: none;
      margin: 0; }
      @media (min-width: 900px) {
        .leadership-stories .leadership-footer .leadership-footer-desktop {
          display: -ms-flexbox;
          display: flex; } }
      .fsComposeMode .leadership-footer .leadership-footer-desktop {
        display: block; }
      .leadership-stories .leadership-footer .leadership-footer-desktop .fsDiv {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        float: none; }
        .leadership-stories .leadership-footer .leadership-footer-desktop .fsDiv > * {
          margin-bottom: 0; }
      .leadership-stories .leadership-footer .leadership-footer-desktop .fsStyleColumn-1 {
        border-right: 1px solid #5b5b5b; }
      .leadership-stories .leadership-footer .leadership-footer-desktop .fsStyleColumn-2 {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .leadership-stories .leadership-footer .leadership-footer-desktop .fsStyleColumn-3 {
        border-left: 1px solid #5b5b5b; }
      .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter {
        margin: 0;
        position: relative; }
        .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter:hover > header .fsElementHeaderContent:after {
          opacity: 1;
          visibility: visible; }
        .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter:hover > .fsElementContent {
          opacity: 1;
          visibility: visible;
          pointer-events: auto; }
          .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter:hover > .fsElementContent ul.fsToolsList {
            opacity: 1;
            pointer-events: auto; }
            .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter:hover > .fsElementContent ul.fsToolsList li {
              -ms-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0); }
        .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > header .fsElementHeaderContent {
          color: #ffffff;
          font-size: 11px;
          line-height: 13px;
          font-weight: 700;
          letter-spacing: .057em;
          text-transform: uppercase;
          padding: 22px 19.8px 22px 19.8px; }
          .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > header .fsElementHeaderContent:after {
            content: '';
            height: 26px;
            width: 100%;
            position: absolute;
            top: 15px;
            left: 0;
            z-index: -1;
            -webkit-transform: translateZ(0);
            transition: all 0.3s ease;
            pointer-events: none;
            opacity: 0;
            visibility: hidden;
            background: #316cc3; }
        .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > .fsElementContent {
          width: auto;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 100%;
          text-align: center;
          transition: .4s;
          pointer-events: none;
          opacity: 0; }
          .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > .fsElementContent .fsToolsList {
            opacity: 0;
            transition: .4s; }
            .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > .fsElementContent .fsToolsList li {
              display: block;
              font-size: 1px;
              color: transparent;
              -ms-transform: rotate(30deg) translate(0%, 0);
              transform: rotate(30deg) translate(0%, 0);
              -ms-transform-origin: right bottom;
              transform-origin: right bottom;
              transition: all 0.3s ease; }
              .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > .fsElementContent .fsToolsList li span {
                display: none; }
              .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > .fsElementContent .fsToolsList li:nth-child(1) {
                -ms-transform: rotate(90deg) translate(6%, 0);
                transform: rotate(90deg) translate(6%, 0); }
              .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > .fsElementContent .fsToolsList li:nth-child(2) {
                -ms-transform: rotate(65deg) translate(4%, 0);
                transform: rotate(65deg) translate(4%, 0); }
              .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > .fsElementContent .fsToolsList li:nth-child(3) {
                -ms-transform: rotate(45deg) translate(2%, 0);
                transform: rotate(45deg) translate(2%, 0); }
              .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > .fsElementContent .fsToolsList li:nth-child(4) {
                -ms-transform: rotate(35deg) translate(2%, 0);
                transform: rotate(35deg) translate(2%, 0); }
              .leadership-stories .leadership-footer .leadership-footer-desktop .stories-filter > .fsElementContent .fsToolsList li:last-child input:before {
                box-shadow: 0 14.3px 0 0 #316cc3, 0 15.4px 0 0 #4b81d1, 0 -2.75px 0 0 #316cc3; }
    .leadership-stories .leadership-footer p {
      margin: 0; }
    .leadership-stories .leadership-footer a {
      color: #ffffff;
      font-size: 11px;
      line-height: 13px;
      font-weight: 700;
      letter-spacing: .057em;
      text-transform: uppercase;
      display: block;
      padding: 22px 19.8px 22px 19.8px; }
    .leadership-stories .leadership-footer .stories-filter {
      display: block; }
    .leadership-stories .leadership-footer .stories-search {
      display: block; }
  .leadership-stories .tools-toggle {
    color: #ffffff;
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: .057em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    padding: 22px 19.8px 22px 46.8px;
    cursor: pointer;
    position: relative;
    font-size: 14px; }
    @media (min-width: 900px) {
      .leadership-stories .tools-toggle {
        display: none; } }
    .leadership-stories .tools-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      position: absolute;
      left: 20px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      vertical-align: middle;
      color: #ffffff;
      font-size: 12px; }
    .tools-active .leadership-stories .tools-toggle:before {
      content: '\e902'; }
  .leadership-stories .stories-tools > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    .fsComposeMode .leadership-stories .stories-tools {
      display: block; }
  .leadership-stories .stories-about-toggle {
    margin: 0; }
    .leadership-stories .stories-about-toggle a {
      cursor: pointer; }
      .leadership-stories .stories-about-toggle a:hover {
        color: #caa71f; }
  .leadership-stories .stories-back {
    margin: 0; }
    .leadership-stories .stories-back a {
      transition: color 0.3s ease; }
      .leadership-stories .stories-back a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #ffffff;
        display: inline-block;
        padding-right: 8px;
        transition: color 0.3s ease; }
      .leadership-stories .stories-back a:hover {
        color: #316cc3; }
        .leadership-stories .stories-back a:hover:before {
          color: #316cc3; }
  .leadership-stories .stories-shuffle,
  .leadership-stories .stories-filter,
  .leadership-stories .stories-search {
    margin: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .leadership-stories .stories-filter {
    margin: 0;
    position: relative; }
    .leadership-stories .stories-filter > header .fsElementHeaderContent {
      color: #ffffff;
      font-size: 11px;
      line-height: 13px;
      font-weight: 700;
      letter-spacing: .057em;
      text-transform: uppercase;
      padding: 22px 19.8px 22px 19.8px; }
    .leadership-stories .stories-filter > .fsElementContent ul, .leadership-stories .stories-filter > .fsElementContent li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .leadership-stories .stories-filter > .fsElementContent .fsToolsList {
      pointer-events: none; }
      .leadership-stories .stories-filter > .fsElementContent .fsToolsList li {
        display: block;
        font-size: 1px;
        color: transparent; }
        .leadership-stories .stories-filter > .fsElementContent .fsToolsList li span {
          display: none; }
      .leadership-stories .stories-filter > .fsElementContent .fsToolsList input {
        display: block;
        width: 100%;
        border: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer; }
        .leadership-stories .stories-filter > .fsElementContent .fsToolsList input:before {
          color: #ffffff;
          font-size: 11px;
          line-height: 13px;
          font-weight: 700;
          letter-spacing: .057em;
          text-transform: uppercase;
          display: block;
          width: 100%;
          padding: 7px 0 7px 0;
          text-align: center;
          background-color: #316cc3;
          transition: background 0.3s ease, color 0.3s ease;
          box-shadow: 0 2.595px 0 0 #316cc3, 0 -2.595px 0 0 #316cc3; }
        .leadership-stories .stories-filter > .fsElementContent .fsToolsList input[value="54"]:before {
          content: 'All'; }
        .leadership-stories .stories-filter > .fsElementContent .fsToolsList input[value="59"]:before {
          content: 'Alumni'; }
        .leadership-stories .stories-filter > .fsElementContent .fsToolsList input[value="60"]:before {
          content: 'Faculty'; }
        .leadership-stories .stories-filter > .fsElementContent .fsToolsList input[value="58"]:before {
          content: 'Parent'; }
        .leadership-stories .stories-filter > .fsElementContent .fsToolsList input[value="56"]:before {
          content: 'Student'; }
        .leadership-stories .stories-filter > .fsElementContent .fsToolsList input[value="57"]:before {
          content: 'Trustee'; }
        .leadership-stories .stories-filter > .fsElementContent .fsToolsList input:hover:before {
          color: #316cc3;
          background-color: #295390; }
    .leadership-stories .stories-filter .fsSelectAll {
      display: none; }
    .leadership-stories .stories-filter .fsStyleUpdateButton {
      display: none; }
  .leadership-stories .stories-shuffle a {
    color: #ffffff;
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: .057em;
    text-transform: uppercase;
    display: block;
    padding: 22px 19.8px 22px 19.8px;
    cursor: pointer; }
    .leadership-stories .stories-shuffle a:hover {
      color: #316cc3; }
  .leadership-stories .stories-search .fsElementContent {
    padding: 17px 19.8px 17px 19.8px; }
  .leadership-stories .stories-search .fsElementToolsSearch {
    position: relative;
    width: 191px;
    transition: background 0.3s ease; }
    .leadership-stories .stories-search .fsElementToolsSearch:hover {
      background-color: #316cc3; }
    .leadership-stories .stories-search .fsElementToolsSearch .fsStyleSearchField {
      display: block;
      border: 0;
      outline: 0 !important;
      padding: 5px 33px 5px 12px;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #ffffff;
      font-size: 11px;
      line-height: 13px;
      font-weight: 700;
      font-family: inherit;
      letter-spacing: .0525em;
      background: none; }
      .leadership-stories .stories-search .fsElementToolsSearch .fsStyleSearchField::-webkit-input-placeholder {
        color: #ffffff;
        font-size: 11px;
        line-height: 13px;
        font-weight: 700;
        letter-spacing: .057em;
        text-transform: uppercase; }
      .leadership-stories .stories-search .fsElementToolsSearch .fsStyleSearchField:-moz-placeholder {
        color: #ffffff;
        font-size: 11px;
        line-height: 13px;
        font-weight: 700;
        letter-spacing: .057em;
        text-transform: uppercase; }
      .leadership-stories .stories-search .fsElementToolsSearch .fsStyleSearchField::-moz-placeholder {
        color: #ffffff;
        font-size: 11px;
        line-height: 13px;
        font-weight: 700;
        letter-spacing: .057em;
        text-transform: uppercase; }
      .leadership-stories .stories-search .fsElementToolsSearch .fsStyleSearchField:-ms-input-placeholder {
        color: #ffffff;
        font-size: 11px;
        line-height: 13px;
        font-weight: 700;
        letter-spacing: .057em;
        text-transform: uppercase; }
  .leadership-stories .stories-search .fsButtonClear {
    display: none; }
  .leadership-stories .stories-search .fsElementToolsSearchButton {
    display: block;
    width: 29px;
    height: 23px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    font-size: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent; }
    .leadership-stories .stories-search .fsElementToolsSearchButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 14px; }
  .leadership-stories #fsPoweredByFinalsite {
    display: none; }
  .leadership-stories .fsDialog {
    display: block;
    border-radius: 0;
    border: 0;
    text-align: left;
    background: none;
    transition: position 0.15s ease, width 0.15s ease; }
  .leadership-stories .ui-widget-overlay {
    background: rgba(28, 28, 28, 0.95);
    opacity: 1;
    z-index: 1; }
  .leadership-stories .fsDialog {
    overflow: visible;
    background: none; }
    .leadership-stories .fsDialog.fsNews article {
      background: none; }
    .leadership-stories .fsDialog article.fsNews {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      border-top: 0; }
      .leadership-stories .fsDialog article.fsNews > * {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%; }
    .leadership-stories .fsDialog .fsTitle {
      -ms-flex-order: -19;
      order: -19;
      padding: 0 26px;
      margin-bottom: 4px;
      color: #ffffff;
      font-size: 14px;
      line-height: 14px;
      font-weight: 500; }
    .leadership-stories .fsDialog .fsSummary {
      -ms-flex-order: -20;
      order: -20;
      margin-bottom: 18px;
      border: 8px solid #316cc3;
      line-height: 0;
      position: relative; }
      .leadership-stories .fsDialog .fsSummary:before {
        content: '';
        display: block;
        padding-bottom: 53.125%; }
      .leadership-stories .fsDialog .fsSummary * {
        margin: 0; }
      .leadership-stories .fsDialog .fsSummary iframe {
        height: 100% !important;
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .leadership-stories .fsDialog .fsBody {
      -ms-flex-order: -18;
      order: -18;
      padding: 0 26px 17px 26px;
      border-bottom: 5px solid #c5a735;
      color: #ffffff;
      font-size: 12px;
      line-height: 17px; }
      .leadership-stories .fsDialog .fsBody h1, .leadership-stories .fsDialog .fsBody h2, .leadership-stories .fsDialog .fsBody h3, .leadership-stories .fsDialog .fsBody h4, .leadership-stories .fsDialog .fsBody h5, .leadership-stories .fsDialog .fsBody h6 {
        color: inherit; }
      .leadership-stories .fsDialog .fsBody h4 {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 13px;
        text-transform: uppercase;
        letter-spacing: 0.03em; }
      .leadership-stories .fsDialog .fsBody > p:last-of-type {
        margin-bottom: 0; }
    .leadership-stories .fsDialog .news-post-image-list {
      display: none; }
    .leadership-stories .fsDialog .stores-more-videos-container {
      zoom: 1;
      padding: 11px 26px 0 26px; }
      .leadership-stories .fsDialog .stores-more-videos-container:after {
        display: table;
        clear: both;
        content: ''; }
      .leadership-stories .fsDialog .stores-more-videos-container header {
        padding: 0 0 9px 0; }
        .leadership-stories .fsDialog .stores-more-videos-container header .fsElementTitle {
          color: #ffffff;
          font-size: 15px;
          margin-bottom: 0;
          text-align: left; }
      .leadership-stories .fsDialog .stores-more-videos-container .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
      .leadership-stories .fsDialog .stores-more-videos-container article {
        zoom: 1;
        display: block;
        padding-left: 0;
        width: 100%; }
        .leadership-stories .fsDialog .stores-more-videos-container article:after {
          display: table;
          clear: both;
          content: ''; }
        @media (min-width: 600px) {
          .leadership-stories .fsDialog .stores-more-videos-container article {
            width: 33.33333%; } }
        .leadership-stories .fsDialog .stores-more-videos-container article > * {
          display: none; }
        .leadership-stories .fsDialog .stores-more-videos-container article .fsThumbnail {
          display: block;
          float: left;
          margin-right: 20px;
          overflow: hidden;
          width: 100%;
          max-width: 72px;
          border: 3px solid #656565; }
          .leadership-stories .fsDialog .stores-more-videos-container article .fsThumbnail img {
            max-width: 100%; }
        .leadership-stories .fsDialog .stores-more-videos-container article .fsTitle {
          display: block;
          float: right;
          width: calc(100% - 92px);
          -ms-flex-order: initial;
          order: initial;
          padding: 0 10px 0 0;
          margin: 4px 0 5px 0;
          color: #ffffff;
          font-size: 16px; }
  .leadership-stories .stories-more-videos {
    display: none;
    border: 0;
    padding: 0; }
    .leadership-stories .stories-more-videos header {
      display: block;
      color: #ffffff; }
      .leadership-stories .stories-more-videos header * {
        color: inherit; }
    .leadership-stories .stories-more-videos > .fsElementContent {
      border: 0;
      padding: 0; }
    .leadership-stories .stories-more-videos .fsListItems article {
      display: none; }
    .fsComposeMode .stories-more-videos {
      display: block; }
  .leadership-stories .fsLoadingDots {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 100%;
    position: relative;
    z-index: 100000;
    animation-delay: 1s;
    background-color: #316cc3;
    opacity: 0;
    animation: resonate 1s forwards; }
    .leadership-stories .fsLoadingDots:before, .leadership-stories .fsLoadingDots:after {
      display: none; }

@keyframes resonate {
  0% {
    opacity: 1; }
  50% {
    background: #316cc3; }
  60% {
    background: #1c1c1c;
    box-shadow: 0 0 0 0 #316cc3;
    opacity: 1; }
  100% {
    box-shadow: 0 0 0 1em #316cc3;
    opacity: 0; } }
  .leadership-stories .fsLoadingDots {
    margin: auto;
    position: relative;
    z-index: 100000;
    animation-delay: 1s; }
  .leadership-stories .fsLoadingDots::before, .leadership-stories .fsLoadingDots::after {
    content: '';
    position: absolute; }
  .leadership-stories .fsLoadingDots::before {
    left: -20px;
    animation-delay: .5s; }
  .leadership-stories .fsLoadingDots::after {
    left: 20px;
    animation-delay: 1.5s; }
  .leadership-stories .fsLoadingDotsOverlay {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    width: 100%; }

/*! pages - landing v0.0.1 */
.landing-page #fsPageContent .fsPageTitle {
  display: none; }

/*! pages - wrestling v0.0.1 */
.wrestling .hero-image > header {
  display: none;
  padding: 35px 30px 35px 30px;
  position: absolute;
  left: 0;
  bottom: 72px;
  z-index: 1;
  background-color: rgba(172, 169, 169, 0.4); }
  .wrestling .hero-image > header img {
    display: block; }
  .wrestling .hero-image > header > .fsElementHeaderContent {
    display: block; }
  @media (min-width: 800px) {
    .wrestling .hero-image > header {
      display: block; } }

.wrestling .athletics-tabs .fsTabsNav {
  margin-bottom: 21px; }
  @media (min-width: 1200px) {
    .wrestling .athletics-tabs .fsTabsNav {
      width: calc(100% + 82px); } }
  .wrestling .athletics-tabs .fsTabsNav li a {
    padding-left: 22px;
    padding-right: 22px; }

.wrestling .athletics-tabs .fsPanel > .fsElementContent > .fsContainer > header {
  margin-bottom: 30px; }
  .wrestling .athletics-tabs .fsPanel > .fsElementContent > .fsContainer > header > .fsElementTitle {
    margin-top: 0;
    font-weight: bold;
    color: #2f353e;
    color: #0177a0;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-bottom: 11px; }
    @media (max-width: 599px) {
      .wrestling .athletics-tabs .fsPanel > .fsElementContent > .fsContainer > header > .fsElementTitle:not(.fsElementTitle) {
        margin-bottom: 0;
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 30px;
        line-height: 32px; } }

.wrestling .athletics-tabs .fsPanel > .fsElementContent > .fsContainer > .fsNews > header {
  margin-bottom: 0; }

.wrestling .athletics-tabs .fsPanel > .fsElementContent > .fsContainer.panel-wrestling-news > header {
  margin-bottom: 0px; }

.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a {
  color: #008fbf; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a:hover, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a:hover, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a:hover, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a:hover {
    color: #0177a0; }

.portal:not(.fsComposeMode) .portal-news .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsNextButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsPager, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager {
  padding-top: 20px; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before {
    color: #dedede; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before {
    color: #dedede; }

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  height: 40px; }
  #fsAccountBar > ul > li {
    height: 40px;
    padding: 10px 12px 8px; }
  #fsAccountBar a {
    color: #fff;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif; }
    #fsAccountBar a:hover {
      color: #008fbf; }
  #fsAccountBar .fsAccountBarAvatar {
    height: 40px; }
  #fsAccountBar .fsAccountBarMenu a {
    color: #444444;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif; }
    #fsAccountBar .fsAccountBarMenu a:hover {
      color: #008fbf; }

.portal a.files:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal a.pops:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #0177a0; }
  .portal #fsBannerLeft .fsCalendar.fsList .fsDate span {
    display: inline; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px; }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -ms-flex-order: 2;
    order: 2; }
  .portal:not(.fsComposeMode) #fsPageContent {
    -ms-flex-order: 1;
    order: 1; } }

.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-hero {
      height: 200px; } }
  .portal:not(.fsComposeMode) .portal-hero header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; }
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    position: absolute;
    right: 0;
    bottom: 40px;
    margin-bottom: 0px;
    text-align: right;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 62px; }
    @media (max-width: 1200px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        padding: 0 20px; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        font-size: 42px;
        left: 0;
        text-align: center; } }

.portal:not(.fsComposeMode) #fsPageBodyWrapper header h2.fsElementTitle {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #162f50; }

.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
  margin-bottom: 30px; }
  .portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement > header h2.fsElementTitle {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #444444;
    text-transform: none; }

.portal:not(.fsComposeMode) .portal-news {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0px; } }
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    width: 300px;
    height: 240px;
    margin-right: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
        display: block;
        float: none; } }
    .portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
      display: none; }
  .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    color: #162f50;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
      color: #008fbf; }
  .portal:not(.fsComposeMode) .portal-news .fsDateTime {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #444444; }
  .portal:not(.fsComposeMode) .portal-news .fsSummary {
    font-size: 16px;
    color: #444444;
    line-height: 26px; }
  .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #c83eab;
    padding: 8px 15px; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
      background: #149bc7; }
  .portal:not(.fsComposeMode) .portal-news article {
    max-width: 100%;
    border: 0px; }
    @media (max-width: 480px) {
      .portal:not(.fsComposeMode) .portal-news article {
        padding: 0px !important; } }

.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative; }
  @media (min-width: 600px) {
    .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
      position: absolute;
      right: 0;
      top: 12px; } }
  .portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
    border: 1px solid #ebebeb;
    padding: 40px 15px 20px; }
  .portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
    display: inline; }
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 25%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
    text-align: center;
    padding: 0 10px;
    vertical-align: top;
    border: 0; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-cal article {
        width: 100%;
        margin-bottom: 40px; } }
    .portal:not(.fsComposeMode) .portal-cal article .fsDate {
      position: relative;
      top: initial;
      width: 135px;
      height: 135px;
      border-radius: 100%;
      display: block;
      margin: 0 auto;
      background: #149bc7;
      color: #fff;
      padding-top: 22px;
      margin-bottom: 30px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
        font-family: "proxima-nova-condensed", sans-serif;
        font-size: 56px;
        font-weight: 400;
        line-height: 1em;
        display: block; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
        text-transform: uppercase;
        font-family: "proxima-nova-condensed", sans-serif;
        font-size: 24px;
        font-weight: 400;
        display: block; }
    .portal:not(.fsComposeMode) .portal-cal article .fsTitle {
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: bold;
      font-size: 20px;
      color: #162f50;
      line-height: 1em;
      margin-bottom: 5px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
          color: #008fbf; }
    .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #424242; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #c83eab;
        margin-right: 2px;
        position: relative; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #c83eab;
        margin-right: 5px;
        position: relative; }
  .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent {
    text-align: center; }

.portal:not(.fsComposeMode) .portal-directory-search {
  border-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory-search form label {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    color: #0177a0;
    display: block; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > span {
      display: inline-block;
      min-width: 100px;
      text-align: right; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > input,
    .portal:not(.fsComposeMode) .portal-directory-search form label > select {
      display: inline-block;
      max-width: 190px;
      height: 30px;
      padding: 2px;
      margin-left: 10px; }
  .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #c83eab;
    padding: 8px 15px;
    min-width: 190px;
    margin-left: 125px;
    transition: background 0.15s linear; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
      background: #149bc7; }

.portal:not(.fsComposeMode) .portal-directory .fsElementPagination {
  text-align: center; }

.portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
      max-width: 600px;
      margin: 0 auto; } }

.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important; }
  .portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
    display: none; }

.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
  background: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0177a0; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      max-width: 280px;
      display: block;
      float: none; } }
  @media (max-width: 599px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      margin: 0 auto; } }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem strong {
    font-weight: 600; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem > div {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a {
      color: #162f50; }
      .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a:hover {
        color: #008fbf; }

.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px; }

.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0; }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav {
    display: none; } }

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

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

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
    padding: 0.625em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPage > a,
.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPageAncestor > a {
  color: #363636; }

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.625em 1.25em;
  display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav > header {
  display: block; }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      display: none; } }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      display: block; } }
  .portal:not(.fsComposeMode) .portal-sub-nav > header a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 8px; }
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    background: #363636;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 800px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .portal-sub-nav.active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c; }
  .portal:not(.fsComposeMode) .portal-sub-mobile a {
    color: #fff !important; }
  .portal:not(.fsComposeMode) .portal-sub-mobile header,
  .portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
    max-width: 480px;
    margin: 0 auto;
    display: block !important; }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-mobile {
      display: none; } }
  .portal:not(.fsComposeMode) .portal-sub-mobile.active {
    height: auto;
    max-height: 900px; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
    border-bottom: 1px solid #b7b7b7; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0; }

.portal:not(.fsComposeMode) .rsrc-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .rsrc-box ul li {
    display: block; }

.portal:not(.fsComposeMode) .rsrc-box.qls ul li {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px; }

.portal:not(.fsComposeMode) .portal-student-announcements {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  width: 100%; }
  .portal:not(.fsComposeMode) .portal-student-announcements header {
    text-align: center; }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow {
    margin-bottom: 0px;
    padding-bottom: 10px; }
    .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
      color: #6c6c6c;
      font-size: 16px;
      max-width: 100%;
      border: 0px; }
      @media (min-width: 600px) {
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
          padding-left: 30px; }
          .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
            border-right: 1px solid #ebebeb; } }
      .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
          color: #008fbf; }

.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px; }
  .portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase; }
  .portal:not(.fsComposeMode) .portal-photos ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .portal:not(.fsComposeMode) .portal-photos ul li {
      display: inline-block;
      width: 20%;
      margin-left: -2px;
      margin-right: -2px;
      padding: 0 4px; }
      @media (max-width: 599px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 33.33%; } }
      @media (max-width: 480px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 50%; } }
      @media (max-width: 320px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 100%; } }

/* fsSection215 - students */
/* fsSection216 - parents */
/* fsSection217 - alumni */
/* fsSection218 - faculty */
/* fsSection613 - trustee */
body:not(.fsSection216) .parent-logout {
  display: none; }

.fsSection216 .logout {
  display: none !important; }

.fsSection215:not(.fsSection216) .parent-logout,
.fsSection217:not(.fsSection216) .parent-logout,
.fsSection218:not(.fsSection216) .parent-logout,
.fsSection613:not(.fsSection216) .parent-logout {
  display: none; }

body:not(.fsSection215):not(.fsSection216):not(.fsSection217):not(.fsSection218):not(.fsSection613) .logout {
  display: none; }

.fsStyleOneThird > .fsConstituent.fsSearch ~ .fsConstituent.fsSearch {
  margin-top: -25px; }

/*! pages - style-guide v0.0.1 */
.style-guide .fsPageLayout .fsContainer > header {
  border-bottom: 1px solid #e8e7e7; }
  .style-guide .fsPageLayout .fsContainer > header > .fsElementTitle {
    margin-bottom: 6px;
    color: #222426;
    font-size: 28px;
    font-weight: normal;
    font-family: 'Lato', sans-serif; }

.style-guide .fsPageLayout .fsContainer .style-guide-label {
  margin-bottom: 30px; }
  .style-guide .fsPageLayout .fsContainer .style-guide-label .fsElementContent {
    display: inline-block;
    padding: 8px 33px 7px;
    border-radius: 2px;
    color: #87898c;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    background-color: #eeeff2; }

.style-guide .fsPageLayout .fsContainer > .fsElementContent > .fsLayout {
  margin-top: 0; }

.style-guide .fsPageLayout .fsContainer > .fsElementContent > .fsElement:not(.fsPanel) {
  margin-top: 50px; }

.style-guide .colors {
  margin-top: 30px !important; }
  .style-guide .colors ol {
    zoom: 1;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    list-style: none; }
    .style-guide .colors ol:after {
      display: table;
      clear: both;
      content: ''; }
    .style-guide .colors ol li {
      float: left;
      width: 100px;
      margin-bottom: 30px;
      margin-left: 10px;
      margin-right: 10px;
      position: relative; }
      .style-guide .colors ol li:before {
        display: block;
        content: '';
        width: 100px;
        height: 100px; }
      .style-guide .colors ol li:after {
        display: block;
        padding: 12px 7px 11px;
        border: 1px solid #d1d3d7;
        border-top: 0;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        background-color: #ffffff; }
      .style-guide .colors ol li:nth-of-type(1) {
        color: #47494d;
        background: #004b8d; }
        .style-guide .colors ol li:nth-of-type(1):after {
          content: "#004b8d"; }
      .style-guide .colors ol li:nth-of-type(2) {
        color: #47494d;
        background: #093266; }
        .style-guide .colors ol li:nth-of-type(2):after {
          content: "#093266"; }
      .style-guide .colors ol li:nth-of-type(3) {
        color: #47494d;
        background: #99928a; }
        .style-guide .colors ol li:nth-of-type(3):after {
          content: "#99928a"; }
      .style-guide .colors ol li:nth-of-type(4) {
        color: #47494d;
        background: #72808a; }
        .style-guide .colors ol li:nth-of-type(4):after {
          content: "#72808a"; }
      .style-guide .colors ol li:nth-of-type(5) {
        color: #47494d;
        background: #da1a32; }
        .style-guide .colors ol li:nth-of-type(5):after {
          content: "#da1a32"; }
      .style-guide .colors ol li:nth-of-type(6) {
        color: #47494d;
        background: #f15d22; }
        .style-guide .colors ol li:nth-of-type(6):after {
          content: "#f15d22"; }
      .style-guide .colors ol li:nth-of-type(7) {
        color: #47494d;
        background: #c6671d; }
        .style-guide .colors ol li:nth-of-type(7):after {
          content: "#c6671d"; }
      .style-guide .colors ol li:nth-of-type(8) {
        color: #47494d;
        background: #dd971a; }
        .style-guide .colors ol li:nth-of-type(8):after {
          content: "#dd971a"; }
      .style-guide .colors ol li:nth-of-type(9) {
        color: #47494d;
        background: #74a333; }
        .style-guide .colors ol li:nth-of-type(9):after {
          content: "#74a333"; }
      .style-guide .colors ol li:nth-of-type(10) {
        color: #47494d;
        background: #00b2ba; }
        .style-guide .colors ol li:nth-of-type(10):after {
          content: "#00b2ba"; }
      .style-guide .colors ol li:nth-of-type(11) {
        color: #47494d;
        background: #5493bc; }
        .style-guide .colors ol li:nth-of-type(11):after {
          content: "#5493bc"; }
      .style-guide .colors ol li:nth-of-type(12) {
        color: #47494d;
        background: #0077a0; }
        .style-guide .colors ol li:nth-of-type(12):after {
          content: "#0077a0"; }
      .style-guide .colors ol li:nth-of-type(13) {
        color: #47494d;
        background: #44477a; }
        .style-guide .colors ol li:nth-of-type(13):after {
          content: "#44477a"; }
      .style-guide .colors ol li:nth-of-type(14) {
        color: #47494d;
        background: #770055; }
        .style-guide .colors ol li:nth-of-type(14):after {
          content: "#770055"; }
      .style-guide .colors ol li:nth-of-type(15) {
        color: #47494d;
        background: #e9e7e5; }
        .style-guide .colors ol li:nth-of-type(15):after {
          content: "#e9e7e5"; }
      .style-guide .colors ol li:nth-of-type(16) {
        color: #47494d;
        background: #f1f3f4; }
        .style-guide .colors ol li:nth-of-type(16):after {
          content: "#f1f3f4"; }
      .style-guide .colors ol li:nth-of-type(17) {
        color: #47494d;
        background: #00326b; }
        .style-guide .colors ol li:nth-of-type(17):after {
          content: "#00326b"; }

.campus-map .fsMediaContainer {
  background-color: #FFF; }
  .campus-map .fsMediaContainer .fsSlideDescription h1 {
    color: #2e2e2e; }

.campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
  display: none; }

.admission-videos-image {
  overflow: hidden;
  margin-bottom: 14px !important; }
  .admission-videos-image img {
    max-width: 110%; }
  .admission-videos-image p {
    margin: 0; }

.wf-loading {
  visibility: hidden;
  opacity: 0; }

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

.header-upper-links .fsNavLevel1 > li.fsNavParentPage:hover > .fsNavPageInfo {
  max-height: 500px; }

.fsNickname {
  display: none; }

button.fsPrevButton.fsLeftArrow.slick-arrow {
  outline: none; }

button.fsNextButton.fsRightArrow.slick-arrow {
  outline: none; }

.fsProfileSectionSpecialData.fsAddressHome > div:first-child:after {
  display: none; }

div.fsProfileSectionSpecialData.fsAddressHome > div {
  font-weight: 500; }

.fsProfileSpecialFieldName.fsAddressHome:after {
  content: ':';
  display: inline-block;
  margin-left: -2px; }

.fsProfileSpecialFieldName.fsAddressHome {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  float: left; }

.fsProfileSectionSpecialData.fsAddressHome {
  float: left;
  display: inline-block;
  clear: none;
  width: 60%; }

.bio .fsBiography strong {
  font-size: 0; }
  .bio .fsBiography strong:before {
    font-size: 16px;
    display: inline-block;
    content: "Hometown:"; }

.fsSlideshow article.fsResource {
  padding: 0; }

.fsSlideshow.fsResourceElement .fsElementSlideshow[data-arrows*="true"] {
  padding: 0;
  margin-bottom: 0; }

@media screen and (max-width: 450px) {
  .hos-name {
    display: block;
    text-align: center; } }

.hos-content .hos-image {
  text-align: center; }
  @media screen and (max-width: 450px) {
    .hos-content .hos-image {
      zoom: 1; }
      .hos-content .hos-image:after {
        display: table;
        clear: both;
        content: ''; }
      .hos-content .hos-image img {
        float: none !important;
        margin-left: 0 !important; } }

.blockUI h1 {
  font-size: 28px !important;
  margin: 10px 0 10px 0 !important; }

.blockUI.blockMsg.blockPage {
  top: 40% !important;
  left: 17.5% !important;
  width: 65% !important; }

.faculty-buttons a {
  display: -ms-flexbox !important;
  display: flex !important;
  height: 99px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

@media print {
  #fsHeader,
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-hdr,
  .nav-utility-ftr,
  #fsMenu,
  #fsFooter,
  #fsPoweredByFinalsite,
  .fsThumbnail,
  .fsElementControls,
  .fsAlertIcon,
  .fsCalendarMonthBrowser button,
  .fsSharingButtonsContainer,
  .fsBody iframe {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: bold;
      color: #2f353e;
      color: #0177a0;
      font-size: 40px;
      line-height: 44px;
      text-transform: uppercase;
      margin-bottom: 16px; } }
    @media print and (max-width: 599px) {
      #fsHeader .site-name:not(.fsElementTitle) {
        margin-bottom: 0;
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 30px;
        line-height: 32px; } }

@media print {
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  p {
    font-size: 14px; } }
